@charset "utf-8";
@import url("print.css") print;

html {
  font-size: 62.5%;
  overflow-x: auto;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
figure {
  margin: 0;
  padding: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th {
  text-align: left;
}

q:before,
q:after {
  content: '';
}

object,
embed {
  vertical-align: top;
}

hr,
legend {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

img,
abbr,
acronym,
fieldset {
  border: 0;
}

ul,
ol {
  list-style-type: none;
}

ul,
li,
img {
  vertical-align: bottom;
}

hr {
  display: none;
}

/* default */
body {
  font-family: 'Noto Sans JP', Osaka, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', Meiryo, sans-serif;
  color: #222222;
  font-size: 1.4rem;
  line-height: 2;
  -webkit-text-size-adjust: none;
  font-weight: 400;
  letter-spacing: 0.025em;
  min-width: 1120px;
  /*overflow-x: hidden;*/
}

@media screen and (max-width: 768px) {
  body {
    min-width: inherit;
    font-size: 1.3rem;
  }

  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}

.large {
  font-size: 113.33%;
}

.normal {
  font-size: 100%;
}

input,
select,
textarea,
button {
  font-family: 'Noto Sans JP', Osaka, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', Meiryo, sans-serif;
  vertical-align: middle;
  font-size: 1.6rem;
  padding: 8px 8px;
}

input[type=text] {
  border: none;
  background: #ffffff;
  padding: 5px 5px;
  border: solid 1px #cccbcb;
  border-radius: 4px;
}

select {
  background: #ffffff;
  padding: 5px 5px;
  border: solid 1px #cccbcb;
  font-weight: 400;
  font-size: 11px;
  border-radius: 4px;
}

textarea {
  border: none;
  background: #ffffff;
  padding: 5px 5px;
  border: solid 1px #cccbcb;
  border-radius: 4px;
}

small.source {
  font-family: 'Noto Serif JP', serif;
}

/* link option */
a {
  cursor: pointer;
}

a:link {
  color: #2b70bb;
  text-decoration: none;
  cursor: pointer;
}

a:visited {
  color: #2b70bb;
  text-decoration: none;
}

a:hover {
  color: #2b70bb;
  text-decoration: none;
}

a:active {
  color: #2b70bb;
}

/*clearfix*/
.cf:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  font-size: 0.1em;
  line-height: 0;
}

.cf {
  min-height: 1%;
}

* {
  box-sizing: border-box;
  word-break: break-all;
  word-wrap: break-word;
}

i {
  font-style: normal;
}

img {
  height: auto;
}

.Deco {
  text-decoration: underline !important;
}

.block {
  display: block;
}

.AnCr {
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.AnLt {
  text-align: left !important;
}

.AnRt {
  text-align: right !important;
}

.big {
  font-size: 1.29em;
}

.bold {
  font-weight: 800;
}

.sml {
  font-size: 0.85em;
}

.red {
  color: #ff0000;
}

.white {
  color: #fff;
}

.blue {
  color: #0000ff;
}

/*IE11以下のフォント余白処理*/
@media all and (-ms-high-contrast:none) {

  _:lang(x)::-ms-backdrop,
  .selector {}
}

/*firefoxのみ適用*/
@-moz-document url-prefix() {}

/* safari */
_::-webkit-full-page-media,
_:future,
:root .selector {}

.mb0 {
  margin-bottom: 0 !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

/***************************************************************************

  ヘッダ

***************************************************************************/
#header {
  width: 100%;
  margin: 0 0 0;
  padding: 0 0 0 0;
  position: relative;
  background: #ffffff;
}

#header .wrap {
  width: 100%;
  max-width: 1340px;
  margin: 0 auto 0;
  height: 120px;
  padding: 0 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#header h1 {
  width: 215px;
}

#header h1 a {
  width: 100%;
  display: block;
  opacity: 1;
  transition: 0.3s;
}

#header h1 a:hover {
  opacity: 0.7;
}

#header h1 img {
  width: 100%;
}

.headerPartsBlock {
  width: 70%;
  min-width: 780px;
  display: flex;
  justify-content: flex-end;
  align-content: flex-end;
  flex-wrap: wrap;
  height: 120px;
  margin: 0 0 0 0;
}

.funcMenu {
  padding: 0 0 0 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
}


.funcMenu .gSearch {
  width: 300px;
  height: 24px;
  margin: 0 0 0 0;
  display: block;
}

.funcMenu .gSearch form {
  width: 300px;
  display: flex;
  justify-content: space-around;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 0 5px rgba(0, 121, 195, 0.4);
}

.funcMenu .gSearch input[type=text] {
  width: 264px;
  border: none;
  font-size: 12px;
  background: #fff;
  height: 24px;
  display: inline-block;
  padding: 0 7px 3px 1.5em;
  outline: none;
  border-radius: 12px 0 0 12px;
}

.funcMenu .gSearch input[type=submit] {
  border: none;
  width: 36px;
  height: 24px;
  display: inline-block;
  background: #fff url(../images/search_blue_icn.svg) no-repeat 50% 50%;
  background-size: 16px 16px;
  border-radius: 0 12px 12px 0;
  outline: none;
  cursor: pointer;
  opacity: 1;
  transition: 0.3s;
}

.funcMenu .gSearch input::placeholder {
  color: #666666;
}

.funcMenu .gSearch input:-ms-input-placeholder {
  color: #666666;
}

.funcMenu .gSearch input::-ms-input-placeholder {
  color: #666666;
}

.funcMenu .gSearch input[type=submit]:hover {
  opacity: 0.5;
}

.spSearchBtn {
  display: none;
}

.gSearch i {
  display: none;
}

.fontSize {
  margin: 0 22px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 6px;
}

.fontSize dt {
  display: inline-block;
  color: #222222;
  font-size: 12px;
  margin: 0 6px 2px 0;
  line-height: 1;
}

.fontSize dd {
  display: inline-block;
  font-size: 12px;
  margin: 0 0 0 0;
}

.fontSize dd a {
  display: block;
  background: #fff;
  font-weight: 400;
  color: #00437c;
  border-radius: 4px;
  padding: 0 0.8em 0.1em;
  text-decoration: none;
  opacity: 1;
  transition: 0.3s;
  box-shadow: 0 0 5px rgba(0, 121, 195, 0.4);
}

.fontSize dd a:hover {
  opacity: 0.7;
}

.fontSize dd a.select {
  background: #0079c3;
  color: #fff;
}

.spSearchBtn {
  display: none;
}

.Gnav {
  width: 100%;
}

.Gnav > ul {
  width: 100%;
  margin: 0 auto 0;
  padding: 14px 0 28px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.Gnav > ul > li {
  display: flex;
  align-content: stretch;
  align-items: center;
  margin: 0 28px 0 0;
}

/*
.Gnav > ul > li.nav02 > a,
.Gnav > ul > li.nav03 > a,
.Gnav > ul > li.nav06 > a {
  pointer-events: none;
}
*/
/*
.Gnav > ul > .nav02.hover > a > span {
  visibility: visible;
}
*/
.Gnav > ul > .nav02:not(.hover) > a,
.Gnav > ul > .nav03:not(.hover) > a,
.Gnav > ul > .nav04:not(.hover) > a,
.Gnav > ul > .nav06:not(.hover) > a {
  pointer-events: none;
  visibility: hidden;
}

.Gnav > ul > .nav02:not(.hover) > a > i,
.Gnav > ul > .nav03:not(.hover) > a > i,
.Gnav > ul > .nav04:not(.hover) > a > i,
.Gnav > ul > .nav06:not(.hover) > a > i {
  display: block;
  visibility: visible;
}

.Gnav > ul > .nav02.hover > a > i,
.Gnav > ul > .nav03.hover > a > i,
.Gnav > ul > .nav04.hover > a > i,
.Gnav > ul > .nav06.hover > a > i {
  display: block;
  visibility: visible;
  pointer-events: none;
}

.Gnav > ul > li.nav02:after,
.Gnav > ul > li.nav03:after,
.Gnav > ul > li.nav04:after,
.Gnav > ul > li.nav06:after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.5rem;
  color: #00437c;
  display: inline-block;
  margin: 0 0 -1px 0.5em;
}

.Gnav > ul > li:last-child {
  margin: 0 0 0 0;
}

.Gnav > ul > li > a {
  color: #00437c;
  font-size: 15px;
  font-weight: 500;
  display: flex;
  align-items: center;
  background: linear-gradient(#00437c, #00437c) 0 100%/0 1px no-repeat;
  transition: 0.3s;
  text-decoration: none;
}

.Gnav > ul > li > a:hover {
  color: #00437c;
  background-size: 100% 1px;
}

.Gnav > ul > li.hover > a {
  color: #00437c;
  background-size: 100% 1px;
}

.Gnav .sideSubNav {
  display: none;
  position: absolute;
  top: 120px;
  width: 100%;
  z-index: 2000;
  box-shadow: 0 5px 5px rgba(43, 112, 187, 15%);
  border-top: solid 1px #0079c3;
  background: #0079c3;
  clear: both;
  left: 0;
}

.Gnav .sideSubNav .sideSubNavWrap {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 10px 0;
}

.Gnav .sideSubNav strong {
  display: block;
  font-weight: 500;
  font-size: 2.0rem;
  padding: 1em 0;
  border-bottom: solid 1px #ffffff;
}

.Gnav .sideSubNav strong a {
  color: #ffffff;
  padding: 0 1em 0 0;
  display: inline-block;
  background: linear-gradient(#ffffff, #ffffff) 0 100%/0 1px no-repeat;
  transition: 0.3s;
  text-decoration: none;
  position: relative;
}

.Gnav .sideSubNav strong a:hover {
  color: #ffffff;
  background-size: 100% 1px;
}

.Gnav .sideSubNav strong a:after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.5rem;
  color: #ffffff;
  position: absolute;
  right: 0;
  top: 0.38em;
}

.Gnav .sideSubNav ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  column-gap: 3.5%;
  padding: 15px 0 20px;
}

.Gnav .sideSubNav ul:after {
  content: '';
  width: 31%;
  height: 0;
  display: block;
}

.Gnav .sideSubNav ul li {
  width: 31%;
  position: relative;
  font-size: 1.5rem;
  padding: 0.6em 1em 0.7em 0;
  line-height: 1.5;
}

.Gnav .sideSubNav ul li:after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.5rem;
  color: #ffffff;
  position: absolute;
  right: 0;
  top: 0.65em;
}

.Gnav .sideSubNav ul li a {
  display: inline-block;
  color: #ffffff;
  background: linear-gradient(#ffffff, #ffffff) 0 100%/0 1px no-repeat;
  transition: 0.3s;
  text-decoration: none;
  position: relative;
}

.Gnav .sideSubNav ul li a:hover {
  color: #ffffff;
  background-size: 100% 1px;
}

.Gnav .sideSubNav ul li a.outLink {
  padding: 0 0 0 0;
}

.Gnav .sideSubNav ul li a.outLink:after {
  content: "\f35d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.3rem;
  line-height: 1;
  color: #ffffff;
  display: inline-block;
  margin: 0 0 0 0.5em;
}

@media screen and (max-width: 768px) {
  #header {
    background: #fff;
  }

  #header .wrap {
    height: 60px;
    padding: 0 0 0 60px;
  }

  #header h1 {
    width: 150px;
    margin: 0 auto;
    display: inline-block;
  }

  .headerPartsBlock {
    display: none;
  }

  .spSearchBtn {
    display: block;
    width: 60px;
    height: 60px;
    background: url(../images/search_blue_icn.svg) no-repeat 50% 18px;
    background-size: 20px 20px;
    cursor: pointer;
  }

  .spSearchBtn.clickBtn_on0 {
    background: #0079c3 url(../images/search_white_icn.svg) no-repeat 50% 18px;
    background-size: 20px 20px;
  }

  .spSearchBox .gSearch {
    position: absolute;
    left: 0;
    top: 60px;
    width: 100%;
    height: initial;
    float: left;
    margin: 0 0 0 0;
    padding: 22px 20px;
    background: #0079c3;
    z-index: 500 !important;
    /*overflow: visible !important;*/
  }

  .spSearchBox .gSearch form {
    width: 100%;
    display: flex;
    justify-content: space-around;
    background: #fff;
    border-radius: 0;
  }

  .spSearchBox .gSearch i {
    display: inline-block;
    color: #fff;
    font-size: 12px;
    margin: 12px 0 0 1.5em;
  }

  .spSearchBox .gSearch input[type=text] {
    width: calc(100% - 40px) !important;
    /*font-size: 13px;*/
    font-size: 13px;
    background: #fff;
    height: 46px;
    padding: 0 0 2px 13px;
    border-radius: 0;
    border: 0;
  }

  .spSearchBox .gSearch input[type=submit] {
    width: 40px;
    height: 46px;
    background: #e1ecf7 url(../images/search_blue_icn.svg) no-repeat 50% 50%;
    background-size: 18px 19px;
    border: 0;
  }

  .spSearchBox .gSearch input::placeholder {
    color: #333232;
  }

  .spSearchBox .gSearch input:-ms-input-placeholder {
    color: #333232;
  }

  .spSearchBox .gSearch input::-ms-input-placeholder {
    color: #333232;
  }

  .spSearchBox .gSearch input[type=submit]:hover {
    opacity: 1;
  }
}

/***************************************************************************

  ドロワーメニュー

***************************************************************************/

#navBox {
  visibility: hidden;
  display: none;
}

@media screen and (max-width: 768px) {
  #menuBtn {
    padding: 28px 0px 0;
    display: block;
    width: 50px;
    height: 60px;
    text-align: center;
    font-size: 11px;
    position: absolute;
    color: #ffffff;
    left: 0;
    top: 0;
    cursor: pointer;
    transition: 0.5s;
    z-index: 1001;
  }

  #menuBtn i {
    display: block;
    width: 22px;
    border-top: solid 2px #0079c3;
    position: relative;
    transition: 0.3s;
    margin: 0 auto;
    border-radius: 2px;
  }

  #menuBtn i:before {
    content: '';
    width: 22px;
    height: 2px;
    background: #0079c3;
    position: absolute;
    left: 0;
    top: -10px;
    transition: 0.5s;
    border-radius: 2px;
  }

  #menuBtn i:after {
    content: '';
    width: 22px;
    height: 2px;
    background: #0079c3;
    position: absolute;
    left: 0;
    top: 6px;
    transition: 0.5s;
    border-radius: 2px;
  }

  .open #menuBtn {
    border-right: 0;
  }

  .open #menuBtn i {
    color: #fff;
    border-top: solid 2px transparent;
  }

  .open #menuBtn i:before {
    width: 25px;
    top: 0;
    background: #fff;
    -webkit-transform: rotate(-35deg);
    -moz-transform: rotate(-35deg);
    -o-transform: rotate(-35deg);
    -ms-transform: rotate(-35deg);
    transform: rotate(-35deg);
  }

  .open #menuBtn i:after {
    width: 25px;
    top: 0px;
    background: #fff;
    -webkit-transform: rotate(35deg);
    -moz-transform: rotate(35deg);
    -o-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    transform: rotate(35deg);
  }

  .layer {
    display: none;
  }

  #navBox {
    width: 100vw;
    min-height: 100vh;
    height: 100vh;
    position: absolute;
    color: #fff;
    right: 0;
    top: 0;
    z-index: 1000;
    visibility: visible;
    display: block;
    background: #0079c3;
    display: none;
    padding: 0 2.6vw 0;
  }

  .open #navBox {}

  #navBox .wrap {
    height: 100%;
    width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 100px;
    display: block;
  }

  .open #navBox {
    visibility: visible;
  }

  .navBoxHdr {
    width: 100%;
    /*
    position: absolute;
    top: 0;
    left: 0;
    */
    height: 60px;
    padding: 0 0 0 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1050;
    margin: 0 0 0;
  }

  .navBoxHdr strong {
    width: 150px;
    display: block;
    margin: 0 auto;
  }

  .navBoxHdr a {
    display: block;
    width: 100%;
    color: #000;
  }

  .navBoxHdr a img {
    width: 100%;
  }

  .menuSpSearchBtn {
    width: 60px;
    height: 60px;
    display: block;
    position: relative;
    z-index: 1010;
  }

  .menuSpSearchBtn:after {
    content: '';
    width: 20px;
    height: 20px;
    background: url(../images/search_white_icn.svg);
    background-size: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: 18px;
    bottom: 0;
    margin: 0 auto;
    z-index: 1010;
  }

  .menuBoxNav {
    width: 100%;
  }

  .menuBoxNav > ul {
    width: 100%;
    border-bottom: solid 1px #fff;
  }

  .menuBoxNav > ul > li {
    width: 100%;
    border-top: solid 1px #fff;
    position: relative;
  }

  .menuBoxNav > ul li a {
    color: #fff;
    font-size: 1.3rem;
  }

  .menuBoxNav > ul > li > a {
    color: #fff;
    font-size: 1.8rem;
    display: block;
    padding: 10px 5px 14px 5px;
    position: relative;
    width: calc(100% - 55px);
  }


  .menuBoxNav > ul > li span {
    width: 50px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 10px;
    border-left: solid 1px #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }


  .menuBoxNav > ul > li span:after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.8rem;
    color: #fff;
    transition: 0.3s;
  }

  .menuBoxNav > ul > li span.clickBtn_on0 {
    background: #0079c3;
  }

  .menuBoxNav > ul > li span.clickBtn_on0:after {
    transform: rotate(180deg);
  }

  .menuBoxNav > ul li.nav01 {
    display: none;
  }

  .menuBoxNav > ul li .sideSubNav {
    padding: 0 10px 20px 20px;
  }

  .menuBoxNav > ul li .sideSubNav strong {
    display: none;
  }

  .menuBoxNav > ul li .sideSubNav ul li {
    margin: 5px 0;
    padding: 0 0 0 20px;
    position: relative;
  }

  .menuBoxNav > ul li .sideSubNav ul li a {
    font-size: 1.5rem;
    display: block;
    position: relative;
  }

  .menuBoxNav > ul li .sideSubNav ul li:before {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.5rem;
    color: #fff;
    position: absolute;
    left: 0;
    top: 1px;
  }

  .menuBoxNav > ul li .sideSubNav ul li a.outLink:after {
    content: "\f35d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.4rem;
    line-height: 1;
    color: #fff;
    display: inline-block;
    margin: 0 0 0 0.7em;
  }

  .menuBoxFooter {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 40px 0 0;
  }

  .menuBoxFooter .footerLeft {
    width: 100%;
    padding: 20px 0 0;
  }

  .menuBoxFooter .footerLeft strong {
    color: #fff;
    font-size: 1.5rem;
    line-height: 1.3;
    margin: 0 0 10px;
    display: block;
  }

  .menuBoxFooter .footerLeft strong span {
    padding: 0 0.5em 0 0;
    display: inline-block;
  }

  .menuBoxFooter .footerLeft strong i {
    display: inline-block;
  }

  .menuBoxFooter .footerLeft address {
    color: #fff;
    font-size: 1.3rem;
    line-height: 1.6;
  }

  .menuBoxFooter .footerRight {
    width: 100%;
  }

  .menuBoxFooter .relatedSites {
    border-bottom: solid 1px #99c9e7;
    padding: 0 0 15px 0;
  }

  .menuBoxFooter .relatedSites dt {
    color: #fff;
    font-size: 1.5rem;
    letter-spacing: 0.1em;
    font-weight: bold;
    line-height: 1;
    margin: 0 0 15px;
  }

  .menuBoxFooter .relatedSites dd {
    width: 100%;
    font-size: 1.3rem;
    display: inline-block;
    margin: 2px 0 2px 0;
  }

  .menuBoxFooter .relatedSites dd a {
    color: #fff;
    padding: 0 18px 0 13px;
    display: inline-block;
    position: relative;
  }

  .menuBoxFooter .relatedSites dd a:before {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.1rem;
    line-height: 1;
    color: #fff;
    position: absolute;
    left: 0;
    top: 0.75em;
    display: block;
  }

  .menuBoxFooter .relatedSites dd a:after {
    content: "\f35d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.1rem;
    line-height: 1;
    color: #fff;
    position: static;
    display: inline-block;
    vertical-align: 1px;
    padding: 0 0 0 0.5em;
  }

  .menuBoxFooter .ftrNav {
    width: 100%;
    padding: 15px 0 15px 2px;
    border-bottom: solid 1px #99c9e7;
  }

  .menuBoxFooter .ftrNav li {
    display: inline-block;
    width: 100%;
    font-size: 1.2rem;
    padding: 0 0 0 0;
    margin: 2px 0 2px 0;
    position: relative;
  }

  .menuBoxFooter .ftrNav li:last-child {
    margin: 2px 0 2px 0;
  }

  .menuBoxFooter .ftrNav li:after {
    display: none;
  }

  .menuBoxFooter .ftrNav li a {
    color: #fff;
    display: block;
  }

  .menuBoxFooter .ftrNav li a.outLink {
    position: relative;
    display: inline-block;
    padding: 0 18px 0 0;
  }

  .menuBoxFooter .ftrNav li a.outLink:after {
    content: "\f35d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.1rem;
    line-height: 1;
    color: #fff;
    position: absolute;
    right: 0;
    top: 0.7em;
    display: block;
  }

  .menuSearchBox .gSearch {
    display: none;
    position: absolute;
    left: 0;
    top: 60px;
    width: 100vw;
    height: initial;
    float: left;
    margin: 0 0 0 0;
    padding: 22px 20px;
    background: #fff;
    z-index: 1001 !important;
    /*overflow: visible !important;*/
  }

  .menuSearchBox .gSearch form {
    width: 100%;
    display: flex;
    justify-content: space-around;
    background: #fff;
    border-radius: 0;
    border: solid 1px #0079c3;
  }

  .menuSearchBox .gSearch i {
    display: inline-block;
    color: #fff;
    font-size: 12px;
    margin: 12px 0 0 1.5em;
  }

  .menuSearchBox .gSearch input[type=text] {
    width: calc(100% - 40px) !important;
    /*font-size: 13px;*/
    font-size: 13px;
    background: #fff;
    height: 46px;
    padding: 0 0 2px 13px;
    border-radius: 0;
    border: 0;
  }

  .menuSearchBox .gSearch input[type=submit] {
    width: 40px;
    height: 46px;
    background: #e1ecf7 url(../images/search_blue_icn.svg) no-repeat 50% 50%;
    background-size: 18px 19px;
    border: 0;
  }

  .menuSearchBox .gSearch input::placeholder {
    color: #333232;
  }

  .menuSearchBox .gSearch input:-ms-input-placeholder {
    color: #333232;
  }

  .menuSearchBox .gSearch input::-ms-input-placeholder {
    color: #333232;
  }

  .menuSearchBox .gSearch input[type=submit]:hover {
    opacity: 1;
  }
}

/***************************************************************************

  ページの先頭へ

***************************************************************************/
#pageTop {
  width: 90px;
  position: fixed;
  right: 5%;
  bottom: 5%;
  padding: 0 0 20px;
}

#pageTop a {
  font-size: 1.2rem;
  color: #00437c;
  transition: 0.3s;
  opacity: 1;
  position: relative;
  padding: 60px 0 0;
}

#pageTop a:hover {
  opacity: 0.7;
}

#pageTop a:before {
  content: "\f077";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 20px;
  line-height: 1;
  color: #fff;
  letter-spacing: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  background: #00437c;
  margin: 0 auto;
  border-radius: 50%;
  transition: 0.1s;
}

#pageTop a:hover:before {
  top: -5px;
}

@media screen and (max-width: 768px) {
  #pageTop {
    width: 80px;
    right: 1%;
    bottom: 5%;
    padding: 0 0 10px;
  }

  #pageTop a {
    font-size: 1.1rem;
    padding: 45px 0 0;
  }

  #pageTop a:hover {
    opacity: 1;
  }

  #pageTop a:before {
    font-size: 14px;
    width: 38px;
    height: 38px;
  }

  #pageTop a:hover:before {
    top: 0;
  }
}

/***************************************************************************

  フッター

***************************************************************************/
footer {
  width: 100%;
  margin: 0;
  padding: 0;
  background: rgb(0, 67, 124);
  background: linear-gradient(90deg, rgba(0, 67, 124, 1) 0%, rgba(0, 121, 195, 1) 100%);
}

footer .wrap {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 40px 0;
}

footer .footerLeft {
  border-right: solid 1px #fff;
  width: 250px;
  padding: 3px 0 0
}

footer .footerLeft strong {
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.375;
  display: block;
  margin: 0 0 33px;
}

footer .footerLeft address {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.6;
}

footer .footerRight {
  width: 790px;
}

footer .relatedSites {
  width: 100%;
  border-bottom: solid 1px #fff;
  padding: 5px 0 23px 2px;
}

footer .relatedSites dt {
  color: #fff;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 15px;
}

footer .relatedSites dd {
  font-size: 1.4rem;
  display: inline-block;
  margin: 1px 2.28em 1px 0;
}

footer .relatedSites dd a {
  color: #fff;
  padding: 0 21px 0 17px;
  display: block;
  position: relative;
  transition: opacity 0.3s;
  opacity: 1;
}

footer .relatedSites dd a:hover {
  opacity: 0.7;
}

footer .relatedSites dd a:before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.2rem;
  line-height: 1;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0.75em;
  display: block;
}

footer .relatedSites dd a:after {
  content: "\f35d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.2rem;
  line-height: 1;
  color: #fff;
  position: absolute;
  right: 0;
  top: 0.75em;
  display: block;
}

footer .ftrNav {
  padding: 19px 0 0 2px;
}

footer .ftrNav li {
  display: inline-block;
  font-size: 1.4rem;
  padding: 0 1.5em 0 0;
  margin: 1px 1.5rem 1px 0;
  position: relative;
}

footer .ftrNav li:last-child {
  padding: 0 0 0 0;
  margin: 1px 0 1px 0;
}

footer .ftrNav li:nth-child(4):after {
  display: none;
}

footer .ftrNav li:last-child:after {
  display: none;
}

footer .ftrNav li:after {
  content: '|';
  position: absolute;
  line-height: 1.95;
  right: 0;
  top: 0;
  color: #fff;
}

footer .ftrNav li a {
  color: #fff;
  display: block;
  transition: opacity 0.3s;
  opacity: 1;
}

footer .ftrNav li a:hover {
  opacity: 0.7;
}

footer .ftrNav li a.outLink {
  position: relative;
  padding: 0 21px 0 0;
}

footer .ftrNav li a.outLink:after {
  content: "\f35d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.2rem;
  line-height: 1;
  color: #fff;
  position: absolute;
  right: 0;
  top: 0.75em;
  display: block;
}

.copyRightBlock {
  width: 100%;
  background: #fff;
}

.copyRightBlock p {
  font-size: 1.2rem;
  color: #666666;
  max-width: 1100px;
  margin: 0 auto;
  padding: 1em 0;
}

@media screen and (max-width: 768px) {
  footer {
    width: 100%;
  }

  footer .wrap {
    padding: 20px 2.6vw;
  }

  footer .footerLeft {
    border-right: 0;
    width: 100%;
    padding: 20px 0 0;
    order: 1;
  }

  footer .footerLeft strong {
    font-size: 1.5rem;
    margin: 0 0 10px;
  }

  footer .footerLeft strong span {
    padding: 0 0.5em 0 0;
    display: inline-block;
  }

  footer .footerLeft strong i {
    display: inline-block;
  }

  footer .footerLeft address {
    font-size: 1.3rem;
  }

  footer .footerRight {
    width: 100%;
  }

  footer .relatedSites {
    padding: 0 0 15px 0;
    width: 100%;
  }

  footer .relatedSites dt {
    font-size: 1.5rem;
    margin: 0 0 15px;
  }

  footer .relatedSites dd {
    width: 100%;
    font-size: 1.3rem;
    display: inline-block;
    margin: 2px 0 2px 0;
  }

  footer .relatedSites dd a {
    padding: 0 18px 0 13px;
    display: inline-block;
  }

  footer .relatedSites dd a:before {
    font-size: 1.1rem;
  }

  footer .relatedSites dd a:after {
    font-size: 1.1rem;
    position: static;
    display: inline-block;
    vertical-align: 1px;
    padding: 0 0 0 0.5em;
  }

  footer .ftrNav {
    width: 100%;
    padding: 15px 0 15px 2px;
    border-bottom: solid 1px #fff;
  }

  footer .ftrNav li {
    width: 100%;
    font-size: 1.2rem;
    padding: 0 0 0 0;
    margin: 2px 0 2px 0;
  }

  footer .ftrNav li:last-child {
    margin: 2px 0 2px 0;
  }

  footer .ftrNav li:after {
    display: none;
  }

  footer .ftrNav li a.outLink {
    display: inline-block;
    padding: 0 18px 0 0;
  }

  footer .ftrNav li a.outLink:after {
    font-size: 1.1rem;
    top: 0.7em;
  }

  .copyRightBlock {
    padding: 0 2.6vw;
  }

  .copyRightBlock p {
    font-size: 1.3rem;
    padding: 0.9em 0;
  }
}
