@charset "UTF-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html,
body {
  overflow-x: hidden; // タブレット、スマホで空白ができないようにするため
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

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

a img {
  border: none;
}

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

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

body {
  -webkit-text-size-adjust: 100%;
	position: relative;
}

body,
input,
textarea {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Helvetica Neue",
    "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN,
    Arial, "メイリオ", Meiryo, sans-serif;
  color: #555;
  line-height: 1.5;
  font-size: 13px;
  font-weight: normal;
  color: #333;
}

.visually-hidden {
	position: absolute!important;
    width: 1px!important;
    height: 1px!important;
    clip-path: inset(100%)!important;
}
/*h2 {
  font-family: "Lato", sans-serif;
}*/

.hover-opacity a {
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.hover-opacity a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

input:focus {
  outline: 0;
}

a {
  text-decoration: none;
}
a.btn, span.btn  {
  color: #fff;
  display: block;
  margin: 0 auto;
  width: 334px;
  line-height: 44px;
  text-align: center;
  position: relative;
}
a.btn:after, span.btn:after {
  position: absolute;
  content: "";
  width: 8px;
  height: 16px;
  top: 50%;
  right: 15px;
  background: url(../img/common/icon07.png) no-repeat;
  margin-top: -8px;
}
a.btn.btn01 {
  background-color: #007db7;
}
a.btn.btn02 {
  background-color: #02a89a;
}

a.btn.btn03 {
  background-color: #008389;
}

span.btn {
  display: block;
  position: relative;
  width: 334px;
  height: 44px;
  line-height: 44px;
  text-align: center;
}

span.btn > input {
  display: block;
  position: relative;
  margin: 0;
  width: 100%;
  height: 100%;
  border: 0;
  font-size: 100%;
  color: #fff;
  cursor: pointer;
  outline: none;
}

.btn.btn01 > input {
  background-color: #00a0db;
}
.btn.btn02 > input {
  background-color: #02a89a;
}
.btn.btn03 > input {
  background-color: #008389;
}


span.btn:after {
	z-index: 1;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}

img,
video {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.container {
  width: 1132px;
  margin: 0 auto;
  *zoom: 1;
}
.container:before,
.container:after {
  content: "";
  display: table;
}
.container:after {
  clear: both;
}

#gheader {
  width: 1132px;
  margin: 0 auto;
  *zoom: 1;
}
#gheader:before,
#gheader:after {
  content: "";
  display: table;
}
#gheader:after {
  clear: both;
}
#gheader .logo {
  line-height: 1;
  float: left;
  margin: 17px 0 0 20px;
}
#gheader .hd-menu {
  float: right;
}
#gheader .hd-menu a {
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
#gheader .hd-menu a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
#gheader .hd-menu ul {
  *zoom: 1;
}
#gheader .hd-menu ul:before,
#gheader .hd-menu ul:after {
  content: "";
  display: table;
}
#gheader .hd-menu ul:after {
  clear: both;
}
#gheader .hd-menu ul li {
  float: left;
  color: #000;
  font-size: 12px;
}
#gheader .hd-menu ul li a {
  color: #000;
}
#gheader .hd-menu ul li.li01,
#gheader .hd-menu ul li.li03,
#gheader .hd-menu ul li.li04 {
  line-height: 32px;
}
#gheader .hd-menu ul li.li01,
#gheader .hd-menu ul li.li02,
#gheader .hd-menu ul li.li03,
#gheader .hd-menu ul li.li04 {
  margin-right: 24px;
}
#gheader .hd-menu ul li.li01 #searchArea {
  background: url(../img/common/icon01.png) left center no-repeat;
  cursor: pointer;
  width: 15px;
  overflow: hidden;
  padding-left: 16px;
  -moz-transition-property: width;
  -o-transition-property: width;
  -webkit-transition-property: width;
  transition-property: width;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
#gheader .hd-menu ul li.li01 #searchArea .searchBox {
  border: none;
  border-bottom: 1px solid #54585a;
  padding: 2px;
  margin-left: 2px;
  width: 175px;
}
#gheader .hd-menu ul li.li01 #searchArea.on {
  width: 200px;
}
#gheader .hd-menu ul li.li02 #mLang {
  margin-top: 6px;
  width: 50px;
  overflow: hidden;
  position: relative;
  -moz-transition-property: width;
  -o-transition-property: width;
  -webkit-transition-property: width;
  transition-property: width;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
#gheader .hd-menu ul li.li02 #mLang a:hover {
  text-decoration: underline;
}
#gheader .hd-menu ul li.li02 #mLang .lanTl {
  cursor: pointer;
}
#gheader .hd-menu ul li.li02 #mLang em {
  position: absolute;
  top: 1px;
  left: 55px;
}
#gheader .hd-menu ul li.li02 #mLang.on {
  width: 140px;
}
#gheader .hd-menu ul li.li03 {
  position: relative;
  padding-left: 12px;
}
#gheader .hd-menu ul li.li03:after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 10px;
  height: 14px;
  margin-top: -7px;
  content: "";
  background: url(../img/common/icon03.png) no-repeat;
}
#gheader .hd-menu ul li.li04 {
  position: relative;
  padding-left: 15px;
}
#gheader .hd-menu ul li.li04:after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 11px;
  height: 12px;
  margin-top: -6px;
  content: "";
  background: url(../img/common/icon04.png) no-repeat;
}
#gheader .hd-menu ul li.li-btn a {
  width: 129px;
  line-height: 32px;
  display: block;
  color: #fff;
  font-size: 1.15em;
  font-weight: bold;
  padding-left: 33px;
}
#gheader .hd-menu ul li.li05 a {
  position: relative;
  background-color: #007db7;
  padding-left: 38px;
}
#gheader .hd-menu ul li.li05 a:after {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  background: url(../img/common/icon05.png) no-repeat;
  top: 50%;
  left: 12px;
  margin-top: -6px;
}

#gheader .hd-menu ul li.li06 a {
  position: relative;
  background-color: #014290;
}

#gheader .hd-menu ul li.li06 a:after {
  position: absolute;
  content: "";
  width: 12px;
  height: 9px;
  background: url(../img/common/icon06.png) no-repeat;
  top: 50%;
  left: 12px;
  margin-top: -4px;
}

#gNavi {
  display: table;
  width: 100%;
  position: relative;
  z-index: 99999;
}
#gNavi > ul {
  width: 1132px;
  background-color: #fff;
  margin: 0 auto;
  position: relative;
  z-index: 9999;
  border-bottom: 2px solid #007db7;
  position: relative;
  *zoom: 1;
}
#gNavi > ul:before,
#gNavi > ul:after {
  content: "";
  display: table;
}
#gNavi > ul:after {
  clear: both;
}
#gNavi > ul > li {
  float: left;
  text-align: center;
  width: 16.6666%;
  color: #333;
}
#gNavi > ul > li:last-child {
  float: right;
}
#gNavi > ul > li:hover > a:after {
  width: 30%;
  background: #007db7;
  /*background: #0076b4;*/
  left: 35%;
  transition: all 0.4s;
}

#gNavi > ul > li > a {
  display: block;
  line-height: 60px;
  color: #333;
  font-size: 16px;
  position: relative;
}
#gNavi > ul > li > a:after {
  content: "";
  width: 0;
  display: block;
  position: absolute;
  background: #fff;
  height: 6px;
  bottom: 0;
  left: 50%;
  transition: all 0.4s;
}
#gNavi > ul > li .sub-menu {
  visibility: hidden;
  opacity: 0;
  width: 1132px;
  position: absolute;
  top: 60px;
  left: 0;
  overflow: hidden;
  padding: 22px 15px;
  background-color: #007db7;
  color: #fff;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  display: flex;
}
#gNavi > ul > li .sub-menu a {
  color: #fff;
  position: relative;
}
#gNavi > ul > li .sub-menu a:after {
  content: "";
  position: absolute;
  background-color: #fff;
  height: 1px;
  width: 0%;
  bottom: -3px;
  left: 0;
  -moz-transition-property: width;
  -o-transition-property: width;
  -webkit-transition-property: width;
  transition-property: width;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
#gNavi > ul > li .sub-menu a:hover:after,
#gNavi > ul > li .sub-menu.focused a:hover:after {
  width: 100%;
}

#gNavi > ul > li:hover .sub-menu,
#gNavi > ul > li .sub-menu.focused {
  visibility: visible;
  opacity: 1;
}

#gNavi > ul > li .sub-menu .sub-menu-ttl {
  width: 220px;
  display: table;
  margin-right: 20px;
}
#gNavi > ul > li .sub-menu .sub-menu-ttl p {
  font-size: 18px;
  display: table-cell;
  height: 45px;
  vertical-align: middle;
  /*border-right:1px solid #4d9bc4;*/
  border-right: 1px solid white;
}
#gNavi > ul > li .sub-menu ul {
  display: table;
  text-align: left;
}
#gNavi > ul > li .sub-menu ul li {
  display: table-cell;
  vertical-align: middle;
  height: 45px;
  padding: 0 22px;
  font-size: 16px;
}

#main .main-ttl01 {
  text-align: center;
}
#main .main-ttl01 span {
  display: block;
}
#main .main-ttl01 .main-ttl-ja {
  font-size: 14px;
}
#main .main-ttl01 .main-ttl-ja.font-large {
  font-size: 18px;
}
#main .main-ttl01 .main-ttl-en {
  font-size: 32px;
  color: #007db7;
  font-weight: bold;
}
#main .main-ttl01 .main-ttl-en.font-large {
  font-size: 48px;
}

#main .top-information {
  border: 1px solid #bebebe;
  margin: 25px auto 0;
  width: 1132px;
  padding: 5px 10px;
}

#main .top-information p {
  background: url(../img/top/icon03.gif) 0 3px no-repeat;
  padding-left: 25px;
  font-size: 15px;
}
#main .top-pickup {
  padding: 25px 0 0;
}
#main #tp-menu {
  margin: 30px 0 0;
  text-align: center;
  font-size: 18px;
}
#main #tp-menu a {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  color: #000;
  margin: 0;
  line-height: 1;
  background: url(../img/top/pickup-bg01.gif) right 0 no-repeat;
  padding: 0 20px 0 10px;
}
#main #tp-menu a:first-of-type {
  padding-left: 0;
}
#main #tp-menu a:last-of-type {
  padding-right: 0;
  background: none;
}
#main #tp-menu a span {
  position: relative;
}
#main #tp-menu a span:after {
  position: absolute;
  display: none;
  bottom: -4px;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  box-sizing: border-box;
  border-top: dotted 2px #109cd0;
}
#main #tp-menu a:hover span:after,
#main #tp-menu a.on span:after {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
#main #tp-content {
  width: 1132px;
  margin: 20px auto 40px;
}
#main #tp-content ul,
#main #tp-content #tp-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#main #tp-content ul li,
#main #tp-content .slider-contents {
  text-align: center;
  transform: scale(1);
  transform-origin: 50% 50%;
  opacity: 1;
  padding: 5px;
  -moz-transition-property: -moz-transform, opacity, width, height;
  -o-transition-property: -o-transform, opacity, width, height;
  -webkit-transition-property: -webkit-transform, opacity, width, height;
  transition-property: transform, opacity, width, height;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}

#main #tp-content ul li .icon,
#main #tp-content .slider-contents .icon {
  position: absolute;

  left: 5px;
  width: 70px;
  height: auto;
  z-index: 999;
  border: none !important;
}

#main #tp-content ul li:nth-child(odd) .icon,
#main #tp-content .slider-contents:nth-child(odd) .icon {
  top: 5px;
}

#main #tp-content ul li:nth-child(even) .icon {
  top: 255px;
}

#main #tp-content ul li a,
#main #tp-content .slider-contents a {
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-flow: column;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  position: relative;
  width: 273px;
  border: 1px solid #ccc;
  height: 358px;
  overflow: hidden;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
#main #tp-content ul li a:hover,
#main #tp-content .slider-contents a:hover {
  opacity: 0.7;
}
#main #tp-content ul li.hide,
#main #tp-content .slider-contents.hide {
  transform: scale(0);
  opacity: 0;
  width: 0;
  height: 0;
}
#main #tp-content ul li img,
#main #tp-content .slider-contents img {
  width: 100%;
  height: auto;
}
#main #tp-content ul li p,
#main #tp-content .slider-contents p {
  height: 110px;
  padding: 15px;
  position: relative;
  display: table;
  width: 100%;
  font-weight: bold;
  line-height: 1.4;
}
#main #tp-content ul li p:after,
#main #tp-content .slider-contents p:after {
  position: absolute;
  content: "";
  width: 283px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center center;
  left: 0;
  /*             position: absolute;
              content: "";
                width: 0;
              height: 0;
              border: 10px solid transparent;
              left:50%;
              margin-left:-10px; */
}
#main #tp-content ul li:nth-child(odd) p,
#main #tp-content .slider-contents:nth-child(odd) p {
  padding-bottom: 5px;
  order: 1;
}
#main #tp-content ul li:nth-child(odd) p span,
#main #tp-content .slider-contents:nth-child(odd) p span {
  display: table-cell;
  vertical-align: middle;
  font-size: 16px;
}
#main #tp-content ul li:nth-child(odd) p:after,
#main #tp-content .slider-contents:nth-child(odd) p:after {
  /* bottom:0;
  border-bottom: 13px solid #ccc; */
}
#main #tp-content ul li:nth-child(odd) img,
#main #tp-content .slider-contents:nth-child(odd) img {
  order: 2;
  border-top: 1px solid #ccc;
}
#main #tp-content ul li:nth-child(even) img,
#main #tp-content .slider-contents:nth-child(even) img {
  order: 1;
  border-bottom: 1px solid #ccc;
}
#main #tp-content ul li:nth-child(even) p,
#main #tp-content .slider-contents:nth-child(even) p {
  order: 2;
  padding-top: 5px;
}
#main #tp-content ul li:nth-child(even) p span,
#main #tp-content .slider-contents:nth-child(even) p span {
  display: table-cell;
  font-size: 16px;
  vertical-align: middle;
}
#main #tp-content ul li:nth-child(even) p:after,
#main #tp-content .slider-contents:nth-child(even) p:after {
  /*               top:0;
                border-top: 13px solid #ccc; */
}

#top-slider .slick-prev::before,
#top-slider .slick-next::before {
	color: #999;
}

#top-slider .slick-prev:focus,
#top-slider .slick-next:focus {
	outline: 2px solid red;
}

#tp-slider {
  visibility: hidden;
  opacity: 0;
}
#tp-slider.slick-initialized {
  visibility: visible;
  opacity: 1;
}

#tp-slider .slick-prev,
#tp-slider .slick-next {
  z-index: 1;
  width: 30px;
  height: 30px;
}
#tp-slider .slick-prev:before,
#tp-slider .slick-next:before {
  font-size: 30px;
  color: #ccc;
}

#tp-slider .slick-prev:focus,
#tp-slider .slick-next:focus {
	outline: 2px solid red;
}

#tp-slider .slick-next {
  right: -35px;
}

#tp-slider .slick-prev {
  left: -35px;
}

#main .top-news-list {
  background-color: #def8ff;
  padding: 85px 0 115px;
}
#main .top-news-list .nl-body {
  margin: 35px 0;
  padding: 20px;
  background-color: #fff;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
#main .top-news-list dl {
  border-bottom: 1px solid #ededed;
  padding: 14px 0;
  *zoom: 1;
}
#main .top-news-list dl:before,
#main .top-news-list dl:after {
  content: "";
  display: table;
}
#main .top-news-list dl:after {
  clear: both;
}
#main .top-news-list dl:last-of-type {
  border-bottom: none;
}
#main .top-news-list dl dt {
  float: left;
  font-size: 16px;
  margin-right: 15px;
}
#main .top-news-list dl dd {
  color: #000;
  float: left;
  line-height: 28px;
  font-size: 16px;
}
#main .top-news-list dl dd span {
  font-size: 14px;
  display: inline-block;
  color: #fff;
  width: 80px;
  line-height: 28px;
  text-align: center;
  float: left;
  margin-right: 25px;
}
#main .top-news-list dl dd span.stat {
  background-color: #007db7;
}
#main .top-news-list dl dd span.public {
  background-color: #947100;
}
#main .top-news-list dl dd span.release {
  background-color: #008577;
}
#main .top-news-list dl dd span.others {
  background-color: #989898;
}
#main .top-news-list dl dd span.info {
  background-color: #bd5757;
}
#main .top-news-list dl dd a {
  color: #000;
  font-size: 16px;
  display: inline-block;
}
#main .top-news-list .btn {
  font-size: 18px;
  font-weight: bold;
}
#main .top-info {
  background-color: #b5edef;
  padding: 45px 0 60px;
}
#main .top-info.seminar {
  background: none;
  padding: 0;
}
#main .top-info.seminar table {
  width: 100%;
  margin-top: 20px;
}
#main .top-info.seminar table thead th {
  color: #008389;
}
#main .top-info #top-info-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
#main .top-info #top-info-nav a {
  display: block;
  width: 50%;
  color: #008389;
  text-align: center;
  background-color: #fff;
  line-height: 67px;
  position: relative;
}
#main .top-info #top-info-nav a:after {
  position: absolute;
  content: "";
  bottom: -30px;
  left: 50%;
  margin-left: -15px;
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-top: 15px solid #fff;
}
#main .top-info #top-info-nav a span {
  display: inline-block;
}
#main .top-info #top-info-nav a span.en {
  font-size: 30px;
  font-weight: bold;
  margin-left: 10px;
  position: relative;
}
#main .top-info #top-info-nav a span.en:before,
#main .top-info #top-info-nav a span.en:after {
  position: absolute;
  top: 5px;
  bottom: 0;
  left: -29px;
  margin: auto;
  content: "";
  vertical-align: middle;
}
#main .top-info #top-info-nav a span.en:before {
  width: 23px;
  height: 23px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #008389;
}
#main .top-info #top-info-nav a span.en:after {
  top: 1px;
  left: -22px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
#main .top-info #top-info-nav a span.ja {
  font-size: 16px;
  margin-left: 8px;
}
#main .top-info #top-info-nav a:hover,
#main .top-info #top-info-nav a.active {
  background-color: #008389;
  color: #fff;
}
#main .top-info #top-info-nav a:hover:after,
#main .top-info #top-info-nav a.active:after {
  border-top: 15px solid #008389;
}
#main .top-info #top-info-nav a:hover span.en:before,
#main .top-info #top-info-nav a.active span.en:before {
  background: #fff;
}
#main .top-info #top-info-nav a:hover span.en:after,
#main .top-info #top-info-nav a.active span.en:after {
  border-top: 2px solid #008389;
  border-right: 2px solid #008389;
}
#main .top-info #top-info-cont {
  background-color: #fff;
}
#main .top-info #top-info-cont .top-info-inner .cont-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-align-items: center;
  align-items: center;
  padding: 25px 35px;
  border-bottom: 1px solid #dedede;
}
#main .top-info #top-info-cont .top-info-inner .cont-wrap .date {
  color: #767676;
  text-align: center;
  line-height: 0.75;
  width: 100px;
}
#main .top-info #top-info-cont .top-info-inner .cont-wrap .date span {
  display: inline-block;
}
#main .top-info #top-info-cont .top-info-inner .cont-wrap .date .date01 {
  font-size: 16px;
  padding-bottom: 4px;
}
#main .top-info #top-info-cont .top-info-inner .cont-wrap .date .date02 {
  font-size: 68px;
}
#main .top-info #top-info-cont .top-info-inner .cont-wrap .day {
  padding: 18px 22px 0 12px;
}
#main .top-info #top-info-cont .top-info-inner .cont-wrap .day span {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 50px;
  line-height: 50px;
  background-color: #767676;
  color: #fff;
  text-align: center;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  font-size: 18px;
  font-weight: bold;
}
#main .top-info #top-info-cont .top-info-inner .cont-wrap .text {
  font-size: 18px;
  max-width: 800px;
}
#main .top-info #top-info-cont .top-info-inner .cont-wrap.sat .date {
  color: #00a8df;
}
#main .top-info #top-info-cont .top-info-inner .cont-wrap.sat .day span {
  background-color: #00a8df;
}
#main .top-info #top-info-cont .top-info-inner .cont-wrap.sun .date {
  color: #fd6a22;
}
#main .top-info #top-info-cont .top-info-inner .cont-wrap.sun .day span {
  background-color: #fd6a22;
}
#main .top-info #top-info-cont .top-info-inner .btn-more {
  text-align: center;
  font-size: 18px;
  padding: 20px 0;
}
#main .top-info #top-info-cont .top-info-inner .btn-more a {
  position: relative;
  display: inline-block;
  padding-right: 21px;
  color: #333;
}
#main .top-info #top-info-cont .top-info-inner .btn-more a:before,
#main .top-info #top-info-cont .top-info-inner .btn-more a:after {
  position: absolute;
  top: 0px;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
#main .top-info #top-info-cont .top-info-inner .btn-more a:before {
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #008389;
}
#main .top-info #top-info-cont .top-info-inner .btn-more a:after {
  top: -2px;
  right: 6px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
#main .top-committee {
  background-color: #ededed;
  padding: 115px 0 80px;
}
#main .top-committee .tm-wrap {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
#main .top-committee .tm-wrap .tm-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 181px;
  height: 163px;
  background-color: #f4f4f4;
  margin-bottom: 10px;
  padding: 12px;
  text-align: center;
  line-height: 1.2;
}
#main .top-committee .tm-wrap .tm-item.white {
  background-color: #fff;
}
#main .top-committee .tm-wrap .tm-item.white dl dt {
  color: #029ed7;
}
#main .top-committee .tm-wrap .tm-item.white dl dd {
  color: #444;
}
#main .top-committee .tm-wrap .tm-item.blue {
  background-color: #00a0db;
}
#main .top-committee .tm-wrap .tm-item.blue dl dt {
  color: #fff;
}
#main .top-committee .tm-wrap .tm-item.blue dl dd {
  color: #fff;
}
#main .top-committee .tm-wrap .tm-item dl dt {
  display: block;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px;
}
#main .top-committee .tm-wrap .tm-item dl dd {
  display: block;
  font-size: 12px;
  padding-top: 14px;
}
#main .top-committee .tm-wrap .tm-item dl.two-lines dd {
  padding-top: 0;
}
#main .btm-menu {
  margin: 110px auto 100px;
}
#main .btm-menu nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -1.25%;
}
#main .btm-menu nav a,
#main .btm-menu nav div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 22.5%;
  background-color: #f4f4f4;
  margin: 0 1.25% 35px;
  padding: 12px;
}
#main .btm-menu nav a p,
#main .btm-menu nav div p {
  padding-left: 14px;
  color: #000;
}
#main .tb01 th,
#main .tb01 td {
  font-size: 16px;
  padding: 10px;
}
#main .tb01 tr {
  border-bottom: 1px solid #ddd;
}
#main .tb01 thead th {
  color: #039;
  font-weight: bold;
}
#main .tb02 a {
  color: #333;
}
#main .tb02 th,
#main .tb02 td {
  font-size: 16px;
  padding: 10px;
}
#main .tb02 tr {
  border-bottom: 1px dotted #aaa;
}
#main .tb02 thead th {
  color: #039;
  font-weight: bold;
  text-align: left;
}
#main .tb02 tbody td {
  vertical-align: middle;
  padding-left: 0;
}
#main .tb02 tbody td span {
  border-left: 1px dotted #aaa;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding-left: 10px;
}
#main .tb03 th,
#main .tb03 td {
  padding: 1em;
  border: 1px solid #b5b5b5;
}
#main .tb-member {
  width: 500px;
  margin: 30px auto 50px;
}
#main .arrow01 {
  position: relative;
  display: inline-block;
  padding: 0 0 0 16px;
  vertical-align: middle;
  text-decoration: none;
}
#main .arrow01:before,
#main .arrow01:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
#main .arrow01:before {
  left: 3px;
  width: 4px;
  height: 4px;
  border-top: 2px solid #007db7;
  border-right: 2px solid #007db7;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#main #member-list-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
#main #member-list-nav ul li {
  width: 50%;
  text-align: center;
  font-size: 18px;
}
#main #member-list-nav ul li a {
  display: block;
  color: #0076b4;
  background-color: #f5f5f5;
  line-height: 80px;
  text-decoration: none;
  position: relative;
}
#main #member-list-nav ul li a .arrow {
  transform: rotate(-90deg);
  display: inline-block;
}
#main #member-list-nav ul li a.active {
  color: #fff;
  background-color: #0076b4;
}
#main #member-list-nav ul li a.active:after {
  position: absolute;
  content: "";
  bottom: -30px;
  left: 50%;
  margin-left: -15px;
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-top: 15px solid #0076b4;
}
#main #member-list-nav ul li a.active .arrow {
  transform: rotate(0deg);
}
#main #member-list-nav ul li a .txt-ja {
  padding-right: 1em;
  padding-left: 5px;
}
#main #member-list-nav ul li a .txt-en {
  font-size: 12px;
}
#main #member-list-cont .member-list {
  display: none;
}
#main #member-list-cont .member-list.active {
  display: block;
}
#main #member-list-cont .member-list .word-list ul {
  margin: 20px 0;
  padding: 10px;
  background: #f5f5f5;
}
#main #member-list-cont .member-list .word-list ul li {
  display: inline-block;
  padding: 0 10px;
  border-right: 1px solid #ccc;
  line-height: 1;
  font-size: 16px;
}
#main #member-list-cont .member-list .word-list ul li a {
  color: #0076b4;
}
#main #member-list-cont .member-list .title {
  padding: 5px 10px;
  background: #f5f5f5;
  border-bottom: solid 1px #ddd;
  font-size: 16px;
  font-weight: bold;
}
#main #member-list-cont .member-list .word-list-cont ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 20px;
}
#main #member-list-cont .member-list .word-list-cont ul li {
  width: 49%;
  border-bottom: solid 1px #ddd;
  padding: 10px;
}
#main #member-list-cont .member-list .word-list-cont ul li:nth-child(odd) {
  margin-right: 1%;
}
#main #member-list-cont .member-list .word-list-cont ul li:nth-child(even) {
  margin-left: 1%;
}

.main-left-sidenav {
  *zoom: 1;
}
.main-left-sidenav:before,
.main-left-sidenav:after {
  content: "";
  display: table;
}
.main-left-sidenav:after {
  clear: both;
}
.main-left-sidenav #main {
  float: right;
  width: 820px;
}
.main-left-sidenav #sidenav {
  float: left;
  width: 265px;
}
.main-left-sidenav #sidenav a {
  color: #333;
  position: relative;
  display: inline-block;
  padding: 0 0 0 16px;
  vertical-align: middle;
  text-decoration: none;
}
.main-left-sidenav #sidenav a:before,
.main-left-sidenav #sidenav a:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.main-left-sidenav #sidenav a:before {
  left: 3px;
  width: 4px;
  height: 4px;
  border-top: 2px solid #007db7;
  border-right: 2px solid #007db7;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.main-left-sidenav #sidenav h4 {
  border-top: 2px solid #014290;
  border-bottom: 2px solid #014290;
  font-weight: bold;
  font-size: 18px;
  padding: 12px 0;
  margin-bottom: 12px;
}
.main-left-sidenav #sidenav ul li {
  font-size: 14px;
  padding: 5px 0;
}

#backtotop {
  background-color: #007eb1;
  width: 37px;
  height: 37px;
  text-align: center;
  display: block;
  position: fixed;
  bottom: 60px;
  left: calc(50% + 529px);
}
#backtotop a {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  line-height: 37px;
}
#backtotop a img {
  vertical-align: middle;
  padding-bottom: 2px;
}

#gfooter {
  color: #fff;
  font-size: 13px;
  background-color: #0d7faa;
	position: relative;
}
#gfooter a {
  color: #fff;
}
#gfooter .footer-inner {
  display: flex;
  display: -webkit-flex;
  padding: 0 25px;
}
#gfooter .footer-inner .ft-menu {
  width: 17.2%;
  padding: 50px 0;
}
#gfooter .footer-inner .ft-menu:first-of-type {
  width: 27%;
}
#gfooter .footer-inner .ft-menu .ft-btn {
  border: 1px solid transparent;
  background: #fff;
  color: #0d7faa;
  line-height: 45px;
  text-align: center;
  display: block;
  width: 210px;
}

#gfooter .footer-inner .ft-menu .ft-btn:hover {
  opacity: 1;
  border: 1px solid #fff;
  color: #fff;
  background: transparent;
}

#gfooter .footer-inner .ft-menu ul li {
  margin-bottom: 10px;
}
#gfooter .footer-inner2 {
  display: flex;
  display: -webkit-flex;
  width: 73%;
	justify-content: space-between;
}
#gfooter .footer-inner2 .ft-menu2 {
	padding: 50px 0;
}
#gfooter .footer-inner .ft-menu2 ul li {
	margin-bottom: 10px;
}

#gfooter .copyright {
  text-align: center;
  background-color: #007eb1;
  font-size: 11px;
  line-height: 60px;
}

/*-----------------
Print
-----------------*/
@media print {
  body {
    width: 100%;
    height: 100%;
  }

  #main,
  .container {
    width: 100% !important;
  }

  #gheader,
  #gNavi,
  #sidemenu,
  #backtotop,
  #gfooter {
    display: none !important;
  }
}


/* -----------------------------------------------
  cookie popup styles - ADDED [24/05/28]
 ------------------------------------------------- */
 .cookiePopup {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  transition: transform .25s ease-out;
  transform: translateY(100%);
	 display: none;
 }

.cookiePopup.open {
  transform: translateY(0);
	display: block;
}

.cookiePopup .inner {
  padding: 1.5em min(4vw, 1.5em);
  width: 100%;
  /* font-size: clamp(.7rem, 2.3vw, .9rem); */
  font-size: clamp(11px, 2.3vw, 14px);
  line-height: 1.5;
  font-weight: 500;
  background: rgba(255, 255, 255, .85);
  border: 1px solid #109cd0;
  border-bottom: 0;
  border-left-width: 0;
  border-right-width: 0;
}


.cookiePopup p {
  margin: 0 auto .5em;
  font-weight: bold;
  color: #014290;
  width: fit-content;
}

.cookiePopup .txt_link {
  position: relative;
  width: fit-content;
  margin: 0 auto;
  padding-left: 1.2em;
}

.cookiePopup .txt_link:before {
  content: "";
  position: absolute;
  left: 0;
  top: .65em;
  left: 3px;
  width: 4px;
  height: 4px;
  border-top: 2px solid #014290;
  border-right: 2px solid #014290;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.cookiePopup .txt_link a {
  display: block;
  position: relative;
  width: fit-content;
  color: #014290;
}

.cookiePopup .txt_link a:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0.5px;
  background: #014290;
  transition: all .3s ease-out;
}

.cookiePopup .txt_link a:hover:after {
  width: 100%;
  right: auto;
  left: 0;
}

.cookiePopup .btnFrame {
  display: flex;
  justify-content: center;
  gap: 0 2em;
  margin: 1em 0 0;
}

.cookiePopup .btn {
  --keyColor: #014290;
  --keyColor2: #109cd0;
  --_btnColor: var(--btnColor, var(--keyColor));
  --_txtColor: var(--txtColor, #fff);
  display: block;
  margin-inline: 0;
  max-width: 18em;
  flex-grow: 1;
  color: var(--_txtColor);
  font-weight: bold;
  line-height: 2.8;
  background: var(--_btnColor);
  border: 1px solid var(--keyColor);
  border-radius: 99999px;
  transition: all .3s ease-out;
  cursor: pointer;
}

.cookiePopup .btn:after {
  background: none;
  width: .3em;
  height: .3em;
  top: 50%;
  margin: 0;
  border-top: 1px solid var(--_txtColor);
  border-right: 1px solid var(--_txtColor);
  transform: rotate(45deg) translateY(-50%);
}

.cookiePopup .btn:hover {
  opacity: 1;
/*  background: var(--_txtColor);*/
  background: var(--keyColor2);
  color: #fff;
}

.cookiePopup .btn:hover:after {
  border-color: #fff;
}

.cookiePopup .btn_disagree {
  --btnColor: #fff;
  --txtColor: var(--keyColor);
}

@media print, screen and (min-width: 992px) {
  .cookiePopup p {
    text-align: center;
  }
}


/* -----------------------------------------------
  for responsive - ADDED [20/04/24]
 ------------------------------------------------- */
.pc, .pc.tab, .pc.sp, .pc.sp2 {
	display: block !important;
}

.tab, .sp, .sp2 {
	display: none !important;
}

/* menuBtn */
.menuBtn {
	position: fixed;
	top: 10px;
	right: 15px;
	width: 42px;
	height: 38px;
	background: rgba(255, 255, 255, .3);
	border-radius: 4px;
	text-align: center;
	cursor: pointer;
	pointer-events: all;
	z-index: 100000;
}

.menuBtn div {
	position: relative;
	margin: 7px auto;
	width: 36px;
	height: 24px;
	top: 0;
	-webkit-transition: all .75s ease-out;
	transition: all .75s ease-out;
}
.menuBtn div:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	margin-top: -2px;
	margin-left: -18px;
	width: 36px;
	height: 4px;
	border-radius: 2px;
	background: #014290;
	opacity: 1;
	-webkit-transition: .35s ease-in-out;
	-webkit-transition: 0.35s ease-in-out;
	transition: 0.35s ease-in-out;
}
.menuBtn span {
	display: block;
	margin: 0 auto;
	width: 36px;
	height: 27px;
	color: #014290;
	font-size: 1.1rem;
	font-family: Helvetica, Arial, sans-serif;
	letter-spacing: .5px;
	line-height: 76px;
	overflow: hidden;
}

.menuBtn span:before {
	content: "";
	position: absolute;
	left: 50%;
	display: block;
	margin-left: -18px;
	width: 36px;
	height: 4px;
	border-radius: 2px;
	background: #014290;
	-webkit-transform-origin: center center;
	        transform-origin: center center;
	top: 0;
	transition: transform .3s ease-out;
}
.menuBtn span:after {
	content: "";
	position: absolute;
	left: 50%;
	display: block;
	margin-left: -18px;
	width: 36px;
	height: 4px;
	border-radius: 2px;
	background: #014290;
	-webkit-transform-origin: center center;
	        transform-origin: center center;
	bottom: 0;
	transition: transform .3s ease-out;
}

.menuBtn.close span:before {
	-webkit-animation: menu-bar01 .75s forwards;
	animation: menu-bar01 .75s forwards;
	-webkit-animation: menu-bar01 .75s forwards;
	animation: menu-bar01 .75s forwards;
}
.menuBtn.close span:after {
	-webkit-animation: menu-bar03 .75s forwards;
	animation: menu-bar03 .75s forwards;
	-webkit-animation: menu-bar03 .75s forwards;
	animation: menu-bar03 .75s forwards;
}

.menuBtn.open span:before {
	-webkit-animation: active-menu-bar01 .75s forwards;
	animation: active-menu-bar01 .75s forwards;
	-webkit-animation: active-menu-bar01 .75s forwards;
	animation: active-menu-bar01 .75s forwards;
}
.menuBtn.open span:after {
	-webkit-animation: active-menu-bar03 .75s forwards;
	animation: active-menu-bar03 .75s forwards;
	-webkit-animation: active-menu-bar03 .75s forwards;
	animation: active-menu-bar03 .75s forwards;
}
.menuBtn.open div:before {
	opacity: 0;
}

@-webkit-keyframes menu-bar01 {
		0% {
			background: #014290;
			-webkit-transform: translateY(2px) rotate(45deg);
		}

		50% {
			-webkit-transform: translateY(2px) rotate(0);
		}

		100% {
			background: #014290;
			-webkit-transform: translateY(0) rotate(0);
		}
}

@keyframes menu-bar01 {
	0% {
		top: 50%;
		background: #014290;
		-webkit-transform: translateY(-2px) rotate(45deg);
		        transform: translateY(-2px) rotate(45deg);
	}

	50% {
		top: 50%;
		-webkit-transform: translateY(-2px) rotate(0);
		        transform: translateY(-2px) rotate(0);
	}

	100% {
		top: 0;
		background: #014290;
		-webkit-transform: translateY(0) rotate(0);
		        transform: translateY(0) rotate(0);
	}
}

@-webkit-keyframes menu-bar03 {
	0% {
		bottom: 50%;
		background: #014290;
		-webkit-transform: translateY(2px) rotate(-45deg);
	}

	50% {
		bottom: 50%;
		-webkit-transform: translateY(2px) rotate(0);
	}

	100% {
		bottom: 0;
		background: #014290;
		-webkit-transform: translateY(0) rotate(0);
	}
}

@keyframes menu-bar03 {
	0% {
		bottom: 50%;
		background: #014290;
		-webkit-transform: translateY(2px) rotate(-45deg);
		        transform: translateY(2px) rotate(-45deg);
	}

	50% {
		bottom: 50%;
		-webkit-transform: translateY(2px) rotate(0);
		        transform: translateY(2px) rotate(0);
	}

	100% {
		bottom: 0;
		background: #014290;
		-webkit-transform: translateY(0) rotate(0);
		        transform: translateY(0) rotate(0);
	}
}

@-webkit-keyframes active-menu-bar01 {
	0% {
		top: 0;
		background: #014290;
		-webkit-transform: translateY(0) rotate(0);
	}

	50% {
		top: 50%;
		-webkit-transform: translateY(-2px) rotate(0);
	}

	100% {
		top: 50%;
		background: #014290;
		-webkit-transform: translateY(-2px) rotate(45deg);
	}
}

@keyframes active-menu-bar01 {
	0% {
		top: 0;
		background: #014290;
		-webkit-transform: translateY(0) rotate(0);
		        transform: translateY(0) rotate(0);
	}

	50% {
		top: 50%;
		-webkit-transform: translateY(-2px) rotate(0);
		        transform: translateY(-2px) rotate(0);
	}

	100% {
		top: 50%;
		background: #014290;
		-webkit-transform: translateY(-2px) rotate(45deg);
		        transform: translateY(-2px) rotate(45deg);
	}
}

@-webkit-keyframes active-menu-bar03 {
	0% {
		bottom: 0;
		background: #014290;
		-webkit-transform: translateY(0) rotate(0);
	}

	50% {
		bottom: 50%;
		-webkit-transform: translateY(11px) rotate(0);
	}

	100% {
		bottom: 50%;
		background: #014290;
		-webkit-transform: translateY(11px) rotate(-45deg);
	}
}

@keyframes active-menu-bar03 {
	0% {
		bottom: 0;
		background: #014290;
		-webkit-transform: translateY(0) rotate(0);
		        transform: translateY(0) rotate(0);
	}

	50% {
		bottom: 50%;
		-webkit-transform: translateY(2px) rotate(0);
		        transform: translateY(2px) rotate(0);
	}

	100% {
		bottom: 50%;
		background: #014290;
		-webkit-transform: translateY(2px) rotate(-45deg);
		        transform: translateY(2px) rotate(-45deg);
	}
}

/* ---------------------------------------------
  991px以下
 ----------------------------------------------  */
@media print, screen and (max-width: 991px) {
	body:before {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 99;
		display: block;
		visibility: hidden;
		width: 100%;
		height: 100vh;
		background-color: #000;
		content: "";
		opacity: 0;
		-webkit-transition: all 0.4s ease-out;
		transition: all 0.4s ease-out;
	}

	body.fixed {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
	}
	body.fixed:before {
		visibility: visible;
		opacity: 0.4;
	}

	.pc {
		display: none !important;
	}

	.tab {
		display: block !important;
	}

	#gNavi {
		display: none;
		position: fixed;
		overflow-y: auto;
		width: 100%;
		max-height: 0;
		height: 100vh;
		left: 0;
		top: 0;
		background: rgba(1, 66, 144, 0.96);
		-webkit-overflow-scrolling: touch;
		-webkit-transition: max-height .3s ease-out;
		transition: max-height .3s ease-out;
	}

	#gNavi.open {
		max-height: 100vh;
		display: block;
	}

	#gNavi > ul {
		overflow-y: auto;
		padding-top: 50px;
		width: 100%;
		height: 100%;
		max-width: 100%;
		background: none;
		border-bottom: 0;
	}

	#gNavi > ul > li,
	#gNavi > ul > li:last-child {
		display: block;
		float: none;
		width: auto;
	}

	#gNavi > ul > li.hasChild {
		position: relative;
		max-height: 47px;
		overflow: hidden;
		-webkit-transition: max-height .3s ease-out;
		transition: max-height .3s ease-out;
	}

	#gNavi > ul > li.hasChild.open {
		max-height: 500px;
	}

	#gNavi > ul > li > a {
		display: block;
		position: relative;
		margin: 0;
		padding: 14px 15px;
		line-height: 1.3;
		border-top: 1px solid rgba(255, 255, 255, .3);
		color: #fff;
		font-size: 14px;
		text-align: left;
		text-decoration: none;
	}

	#gNavi > ul > li:first-child > a {
		border-top: 0;
	}

	#gNavi > ul > li.hasChild > a:first-child {
		margin-right: 47px;
	}

	#gNavi > ul > li > a:before {
		content: "";
		display: block;
		position: absolute;
		box-sizing: border-box;
		top: 50%;
		right: 17px;
		width: 10px;
		height: 10px;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		transform: translateY(-50%) rotate(45deg);
		opacity: .5;
	}

	#gNavi > ul > li.hasChild:before {
		content: "";
		display: block;
		position: absolute;
		box-sizing: border-box;
		top: 18px;
		right: 17px;
		width: 10px;
		height: 10px;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		transform: rotate(135deg);
		transition: transform .3s ease-out;
		opacity: .5;
	}

	#gNavi > ul > li.hasChild.open:before {
		transform: translateY(-50%) rotate(-45deg);
	}

	#gNavi > ul > li.hasChild > a:before,
	#gNavi > ul > li > a:after {
		display: none;
	}

	#gNavi > ul > li .sub-menu {
		display: block;
		position: relative;
		left: auto;
		top: auto;
		padding: 0 0 0 30px;
		background: none;
		visibility: visible;
		opacity: 1;
	}

	#gNavi > ul > li:hover .sub-menu {
	}

	#gNavi > ul > li .sub-menu .sub-menu-ttl {
		display: block;
		display: none;
		width: auto;
		margin: 0 0 10px;
	}

	#gNavi > ul > li .sub-menu .sub-menu-ttl p {
		height: auto;
		border-right: 0;
		font-size: 16px;
	}

	#gNavi > ul > li .sub-menu ul {
		display: block;
		margin-bottom: 10px;
		width: auto;
	}

	#gNavi > ul > li .sub-menu ul li {
		display: block;
		padding: 0;
		height: auto;
		font-size: 14px;
	}

	#gNavi > ul > li .sub-menu ul li a {
		display: block;
		padding: 8px 0 8px 18px;
		font-size: 13px;
		text-decoration: none;
	}

	#gNavi > ul > li .sub-menu ul li a:before {
		content: "";
		display: block;
		position: absolute;
		box-sizing: border-box;
		top: 50%;
		right: 20px;
		width: 8px;
		height: 8px;
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
		transform: translateY(-50%) rotate(45deg);
		opacity: .5;
	}

	#gNavi > ul > li .sub-menu ul li a:after {
		content: "";
		display: block;
		width: 0.5em;
		left: 0;
		top: 50%;
		bottom: auto;
		transform: translateY(-50%);
	}

	#gNavi > ul > li .sub-menu ul li a:hover:after {
		transform: none;
		width: 0.5em;
	}

	#gNavi #hdNavi ul {
		padding: 0;
	}

	#gNavi .hd-menu > ul {
		padding: 15px;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	#gNavi .hd-menu > ul:after {
		display: none;
	}

	#gNavi .hd-menu > ul > li {
		margin: 0 0 10px !important;
		padding: 5px;
		width: calc(50% - 5px);
	}

	#gNavi .hd-menu > ul > li > a {
		position: relative;
		padding: 8px;
		font-size: 0.9em;
		background: #fff;
		color: #000;
		border-radius: 3px;
		text-align: center;
	}

	#gNavi .hd-menu ul li.li01,
	#gNavi .hd-menu ul li.li02 {
		width: 100%;
	}

	#gNavi .hd-menu ul li.li01 p,
	#gNavi .hd-menu ul li.li02 p,
	#gNavi .hd-menu ul li.li02 a {
		color: #fff;
	}

	#gNavi .hd-menu ul li.li02 a {
		padding: 0 1em;
	}

	#gNavi .hd-menu > ul > li > a:before {
		right: 15px;
		width: 6px;
		height: 6px;
		border-color: #666;
	}

	#gNavi .hd-menu ul li.li03 a:after,
	#gNavi .hd-menu ul li.li04 a:after {
		content: "";
		display: block;
		left: 10px;
	}

	#gNavi .hd-menu ul li.li01 #searchArea {
		background: url(../img/common/icon01.png) left center no-repeat;
		cursor: pointer;
		overflow: hidden;
		padding-left: 26px;
	}

	#gNavi .hd-menu ul li.li01 #searchArea .searchBox {
		box-sizing: border-box;
		display: block;
		border: none;
		padding: 5px 10px;
		width: 100%;
		border-radius: 2px;
		background: rgba(255,255,255,.75);
	}
}

/* ---------------------------------------------
  767px以下
 ----------------------------------------------  */
@media print, screen and (max-width: 767px) {
	.pc, .tab, .pc.tab {
		display: none !important;
	}

	.pc.sp, .tab.sp, .sp {
		display: block !important;
	}
}

/* ---------------------------------------------
  499px以下
 ----------------------------------------------  */
@media print, screen and (max-width: 499px) {
	.pc, .tab, .sp.sp2 {
		display: none !important;
	}

	.sp2 {
		display: block !important;
	}
}