@charset "UTF-8";
/* CSS Document */
html {
  width: 100%;
  scroll-padding-top: 150px;
}

body {
  *font-size: small;
  *font: x-small;
  font-size: 20px;
  line-height: 2;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  text-align: left;
  margin: 0;
  padding: 0;
  color: #333333;
  background: #ffffff;
  -webkit-text-size-adjust: 100%;
  position: relative;
}
body{
--wp--preset--color--black: #000000;
--wp--preset--color--cyan-bluish-gray: #abb8c3;
--wp--preset--color--white: #ffffff;
--wp--preset--color--pale-pink: #f78da7;
--wp--preset--color--vivid-red: #cf2e2e;
--wp--preset--color--luminous-vivid-orange: #ff6900;
--wp--preset--color--luminous-vivid-amber: #fcb900;
--wp--preset--color--light-green-cyan: #7bdcb5;
--wp--preset--color--vivid-green-cyan: #00d084;
--wp--preset--color--pale-cyan-blue: #8ed1fc;
--wp--preset--color--vivid-cyan-blue: #0693e3;
--wp--preset--color--vivid-purple: #9b51e0;
--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);
--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);
--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);
--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);
--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);
--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);
--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);
--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);
--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);
--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);
--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);
--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);
--wp--preset--duotone--dark-grayscale: url('#wp-duotone-dark-grayscale');
--wp--preset--duotone--grayscale: url('#wp-duotone-grayscale');
--wp--preset--duotone--purple-yellow: url('#wp-duotone-purple-yellow');
--wp--preset--duotone--blue-red: url('#wp-duotone-blue-red');
--wp--preset--duotone--midnight: url('#wp-duotone-midnight');
--wp--preset--duotone--magenta-yellow: url('#wp-duotone-magenta-yellow');
--wp--preset--duotone--purple-green: url('#wp-duotone-purple-green');
--wp--preset--duotone--blue-orange: url('#wp-duotone-blue-orange');
--wp--preset--font-size--small: 13px;
--wp--preset--font-size--medium: 20px;
--wp--preset--font-size--large: 36px;
--wp--preset--font-size--x-large: 42px;
}
.has-black-color{
color: var(--wp--preset--color--black) !important;
}
.has-cyan-bluish-gray-color{
color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.has-white-color{
color: var(--wp--preset--color--white) !important;
}
.has-pale-pink-color{
color: var(--wp--preset--color--pale-pink) !important;
}
.has-vivid-red-color{
color: var(--wp--preset--color--vivid-red) !important;
}
.has-luminous-vivid-orange-color{
color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.has-luminous-vivid-amber-color{
color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.has-light-green-cyan-color{
color: var(--wp--preset--color--light-green-cyan) !important;
}
.has-vivid-green-cyan-color{
color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.has-pale-cyan-blue-color{
color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.has-vivid-cyan-blue-color{
color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.has-vivid-purple-color{
color: var(--wp--preset--color--vivid-purple) !important;
}
.has-black-background-color{
background-color: var(--wp--preset--color--black) !important;
}
.has-cyan-bluish-gray-background-color{
background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.has-white-background-color{
background-color: var(--wp--preset--color--white) !important;
}
.has-pale-pink-background-color{
background-color: var(--wp--preset--color--pale-pink) !important;
}
.has-vivid-red-background-color{
background-color: var(--wp--preset--color--vivid-red) !important;
}
.has-luminous-vivid-orange-background-color{
background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.has-luminous-vivid-amber-background-color{
background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.has-light-green-cyan-background-color{
background-color: var(--wp--preset--color--light-green-cyan) !important;
}
.has-vivid-green-cyan-background-color{
background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.has-pale-cyan-blue-background-color{
background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.has-vivid-cyan-blue-background-color{
background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.has-vivid-purple-background-color{
background-color: var(--wp--preset--color--vivid-purple) !important;
}
.has-black-border-color{
border-color: var(--wp--preset--color--black) !important;
}
.has-cyan-bluish-gray-border-color{
border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.has-white-border-color{
border-color: var(--wp--preset--color--white) !important;
}
.has-pale-pink-border-color{
border-color: var(--wp--preset--color--pale-pink) !important;
}
.has-vivid-red-border-color{
border-color: var(--wp--preset--color--vivid-red) !important;
}
.has-luminous-vivid-orange-border-color{
border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.has-luminous-vivid-amber-border-color{
border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.has-light-green-cyan-border-color{
border-color: var(--wp--preset--color--light-green-cyan) !important;
}
.has-vivid-green-cyan-border-color{
border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.has-pale-cyan-blue-border-color{
border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.has-vivid-cyan-blue-border-color{
border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.has-vivid-purple-border-color{
border-color: var(--wp--preset--color--vivid-purple) !important;
}
.has-vivid-cyan-blue-to-vivid-purple-gradient-background{
background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;
}
.has-light-green-cyan-to-vivid-green-cyan-gradient-background{
background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;
}
.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{
background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;
}
.has-luminous-vivid-orange-to-vivid-red-gradient-background{
background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;
}
.has-very-light-gray-to-cyan-bluish-gray-gradient-background{
background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;
}
.has-cool-to-warm-spectrum-gradient-background{
background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}
.has-blush-light-purple-gradient-background{
background: var(--wp--preset--gradient--blush-light-purple) !important;
}
.has-blush-bordeaux-gradient-background{
background: var(--wp--preset--gradient--blush-bordeaux) !important;
}
.has-luminous-dusk-gradient-background{
background: var(--wp--preset--gradient--luminous-dusk) !important;
}
.has-pale-ocean-gradient-background{
background: var(--wp--preset--gradient--pale-ocean) !important;
}
.has-electric-grass-gradient-background{
background: var(--wp--preset--gradient--electric-grass) !important;
}
.has-midnight-gradient-background{
background: var(--wp--preset--gradient--midnight) !important;
}
.has-small-font-size{
font-size: var(--wp--preset--font-size--small) !important;
}
.has-medium-font-size{
font-size: var(--wp--preset--font-size--medium) !important;
}
.has-large-font-size{
font-size: var(--wp--preset--font-size--large) !important;
}
.has-x-large-font-size{
font-size: var(--wp--preset--font-size--x-large) !important;
}
.wp-block-table .has-fixed-layout {
  table-layout: unset!important;
}
.is-layout-flex{align-items: flex-start!important;}
body *, body *::before, body *::after {
  box-sizing: border-box;
}
h1, h2, h3, h4, h5, p, ul, ol, li, img, table, th, td, dl, dt, dd,li,a{
  margin: 0;
  padding: 0;
  line-height: 2;
}
h1{font-size: 40px;}
h2,summary{font-size: 30px;}
h3,h4{font-size: 24px;}
h5, p, ul, ol, li, img, table, th, td, dl, dt, dd,li{font-size: 20px;}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
li {
  list-style-type: none;
}
a {
  transition: opacity .4s;
  cursor: pointer;
  color: #0978B7;
  text-decoration: none;
  transition: all .2s cubic-bezier(.210, .60, .350, 1);
}
a:hover {
  opacity: .7;
}
img {
  display: block;
  border: 0;
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
input, textarea, select, button, label {
  outline: none;
  border: none;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
  appearance: none;
}
.spOnly {
  display: none;
}
#wrap {
  padding-top: 247px;
}
@media only screen and (max-width:1240px) {
  #wrap {
    padding-top: 210px;
  }
}
@media only screen and (max-width:950px) {
  #wrap {
    padding-top: 100px;
  }
}
@media only screen and (max-width:767px) {
  #wrap {
    padding-top: 95px;
  }
  .pcOnly {
    display: none;
  }
  .spOnly {
    display: block;
  }
h1{font-size: 28px;}
h2,summary{font-size: 24px;}
h3,h4{font-size: 20px;}
h5, p, ul, ol, li, img, table, th, td, dl, dt, dd,li,a{font-size: 18px;}
}
@media only screen and (max-width:600px) {
    #wpadminbar {
        position: fixed!important;
    }
}
/* header
-----------------------------------------------*/
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: #fff;
}
#general header {
  background: #bee8f4;
}
#entrance header .inner {
  margin-top: 10px;
}
header .inner {
  display: flex;
  justify-content: space-between;
  gap: 20px;
	margin-bottom: 4px;
}
header .logo-area {
  display: flex;
  gap: 10px;
  align-items: center;
  max-width: 321px;
  width: 100%;
  padding: 0px 10px;

}
header .logo-area a{
  color: #000!important;
}
header .logo-area h1  {
	font-size: 32px;
	line-height: 1.1;
}
header .logo-area h1 span {
	font-size: 16px;
	font-weight: normal;
  display: block;
}
header .logo-area h1:has(font) {
	display: none;
}
header .logo-area p {
	font-size: 12px;
	text-align: right;
}
header .logo-area p:has(font) {
	font-size: 28px;
	font-weight: bold;
	text-align: left;
	line-height: 1.2;
}
header h1 a {
  display: block;
}
header .select {
  width: 240px;
  height: 52px;
  font-size: 16px;
  cursor: pointer;
  background: #fff;
  padding: 15px 40px 15px 20px;
  border-radius: 10px;
  border: 1px solid #808080;
}
header .search-area {
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: end;    
}
header .search-area .btn a {
  display: flex;
  background: #165099;
  color: #fff;
  border-radius: 10px;
  min-width: 170px;
  line-height: 52px !important;
  text-align: center;
  font-size: 14px;
  white-space: nowrap;
  box-sizing: border-box;
  height: 52px;
  align-items: center;
  justify-content: center;
}
header .search-area .btn a:has(font){
	line-height: 1.2;
	padding: 10px;
}

header .search-area .bnr a {
  background: none!important;
  width: 280px;
}
header .search-area .bnr a img {
  height: 100%;
  max-height: 52px;
}
header .search-area .search {
}
header .search-area #form {
  display: flex;
}
header .search-area #form button {
  background-color: rgba(0, 0, 0, 0);
  border: none;
  padding: 0;
  cursor: pointer;
  width: 52px;
  height: 52px;
  display: block;
  background: url("/img/common/icon-search.svg") center no-repeat;
  background-size: 31px auto;
}
header .search-area #sbox {
  line-height: 1;
  padding: 10px 15px;
  border: 1px solid #cccccc;
  font-size: 14px;
  width: 280px;
  border-radius: 10px;
}
header .search-area #sbox::placeholder {
  font-size: 14px;
  color: #b3b3b3;
}
#general header .search-area #sbox {
  border: none;
}
@media only screen and (max-width: 1380px) {
  header .select {
    width: 160px;
    font-size: 14px;
  }
  header .search-area {
    gap: 15px;
  }
  header .search-area .search {
    width: 260px;
  }
  header .search-area #form ::placeholder {
    font-size: 14px;
  }
  header .search-area #sbox {
    padding: 10px;
    font-size: 14px;
    width: 315px;
    border-radius: 10px;
  }
  header .search-area #sbox::placeholder {
    font-size: 12px;
  }
  header .search-area #form button{
    width: 30px;
    height: 30px;
    background-size: 20px auto;
    margin: 5px 0 0 5px;
  }
}
@media only screen and (max-width: 950px) {
  header .inner {
    padding-right: 0;
    justify-content: space-between;
  }
  header .search-area {
    display: none;
  }
  header .logo-area {
padding: 10px 10px 0 10px;
  }
header .header-right{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background: #fff;
}
header .logo-area img  {
	max-width: 50px;
}
  header .logo-area h1 {
    max-width: 240px;
	font-size: 18px;
	line-height: 1.2;
  }
  header .logo-area p {
    max-width: 160px;
	  text-align: left;
  }
header .logo-area p:has(font) {
	font-size: 16px;
}
}
@media only screen and (max-width: 767px) {
  body.logged-in header{
    margin-top: 46px!important;
  }
  header .logo-area {
    max-width: 172px;
	  padding: 6px;
  }
header .logo-area img  {
	max-width: 40px;
}
header .logo-area h1  {
	font-size: 14px;
	line-height: 1.2;
}
header .logo-area h1 span {
	font-size: 12px;
	font-weight: normal;
}
header .logo-area p {
	font-size: 10px;
	line-height: 1.1;
}
header .logo-area p:has(font) {
	font-size: 14px;
}
}
/* header-top
-----------------------------------------------*/
.header-right{
  width: 100%;
}
.header-right > .search-area{
  padding: 10px 10px 0;
}
/* header-top
-----------------------------------------------*/
#header-top {
  padding: 10px;
  display: flex;
  justify-content: flex-end;
  gap: 20px;
  align-items: center;
 background-image: linear-gradient(40deg, #ffffff, #e5eef6 70%);
}
#header-top .search-area .btn:first-child a {
  line-height: 52px !important;
}
#header-top #size-area {
  flex-wrap: nowrap;
  gap: 10px;
  justify-content: normal;
  margin-top: 0;
}
#header-top .search-area #form button {
  width: 30px;
  height: 30px;
  background-size: 20px auto;
}
@media only screen and (max-width:950px) {
#header-top {
  background: #fff;
}
}
@media only screen and (max-width:767px) {
#header-top {
  padding: 7px 70px 7px 7px;
  margin-bottom: 0;
}
#header-top #size-area {
  margin: 0;
}
}
@media only screen and (max-width:450px) {
  #header-top #size-area{
        flex-wrap: wrap;
    width: min-content;
    gap: 0;
  }
}


/* main
-----------------------------------------------*/
#main {
  width: 100%;
  background: url("../img/common/bg-main.jpg?202603281155")no-repeat;
  background-position: right;
  background-color: #0978B7;
}
#main p {
  color: #fff;
  font-size: 40px!important;
  padding: 30px 60px;
  display: flex;
  align-items: center;
  font-weight: bold;
}
@media only screen and (max-width:767px) {
  #main p {
    font-size: 24px!important;
    padding: 20px;
    min-height: 120px;
  }
}
/* breadcrumb
-----------------------------------------------*/
#breadcrumb ul {
  flex-wrap: wrap;
  padding: 0 60px;
  display: flex;
  gap: 0 40px;
  color: #0978B7;
  margin: 20px auto 40px;
  font-size: 16px;
}
#breadcrumb ul > ul {
  padding: 0;
  display: flex;
  gap: 40px;
  color: #0978B7;
  margin: 0;
}
#breadcrumb li,
#breadcrumb a {
  color: #0978B7;
  position: relative;
  font-size: 16px!important;
}
#breadcrumb a {
  text-decoration: underline;
}
#breadcrumb li::before {
  position: absolute;
  display: block;
  content: '>';
  top: 0;
  right: -25px;
}
#breadcrumb li:last-child::before {
  display: none;
}
@media only screen and (max-width:767px) {
  #breadcrumb ul {
    padding: 0 10px;
    gap: 0 20px;
    margin: 10px auto 40px;
  }
  #breadcrumb li, #breadcrumb a {
    font-size: 12px!important;
  }
  #breadcrumb li::before {
    right: -15px;
  }
}


/* navi-tab
-----------------------------------------------*/
#navi-tab {
  padding: 16px 20px 0;
  background: #fff;
}
#navi-tab ul {
  display: flex;
  justify-content: center;
  max-width: 1400px;
  margin: 0 auto;
}
#navi-tab ul li a {
  color: #fff;
  min-height: 60px;
  min-width: 400px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
	padding: 10px ;
	display: block;
	line-height: 1.2;
	text-align: center;
  border-radius: 10px 10px 0 0;
}
#navi-tab ul li:nth-child(1) a span {
  position: relative;
  padding-right: 32px;
}
#navi-tab ul li:nth-child(1) a span::before {
  position: absolute;
  display: block;
  content: "";
  background: url("/img/common/icon-home.svg")no-repeat;
  background-size: cover;
  width: 22px;
  height: 22px;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  margin-top: -2px;
}
#navi-tab ul li:nth-child(1) a {
  min-width: 117px;
  background: #A1B2CB;
  display: flex;
}
#navi-tab ul li:nth-child(2) a {
  background: #165099;
  display: flex;
}
#navi-tab ul li:nth-child(3) a {
  background: #99C7E8;
  display: flex;
  color: #1C488C;
}
#navi-tab ul li:nth-child(4) a {
  background: #FB948B;
  display: flex;
  color: #5A3437;
}
@media only screen and (max-width: 1325px) {
  #navi-tab ul li a{
    min-width: 300px;
  }
}
@media only screen and (max-width: 1040px) {
  #navi-tab {
    padding: 16px 20px 0;
  }
  #navi-tab ul li a{
    min-width: 220px;
  }
}
@media only screen and (max-width: 950px) {
  #navi-tab {
    padding: 0 20px;
    border-bottom: 10px solid #165099;
  }
  #navi-tab ul li a{
    font-size: 14px;
    min-width: 180px;
  }
}
@media only screen and (max-width:767px) {
  #navi-tab {
    padding: 0 0;
  }
  #navi-tab ul li a {
    word-break: keep-all;  
    min-height: auto;
    font-size: 12px!important;
    display: flex;
    min-width: auto!important;
  }
  #navi-tab ul li{
    width: 30%;
  }
  #navi-tab ul li:nth-child(1){
    width: 10%;
  }
  #navi-tab ul li:nth-child(1) a span{
    font-size: 0;
  }
  #navi-tab ul li:nth-child(1) a span::before{
    right: 50%;
    transform: translate(50%,-50%);
    margin-top: 0px;
    width: 18px;
    height: 18px;
  }
}


/*------------------------------------------------------------
	menuBtn
------------------------------------------------------------*/
#menuBtn {
  display: none;
}
@media only screen and (max-width:950px) {
  #menuBtn {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 34px;
    right: 15px;
    transform: translate(0%, -50%);
    cursor: pointer;
    z-index: 999;
  }
  #menuBtn span {
    width: 100%;
    height: 2px;
    background: #000;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0%, -50%);
  }
  #menuBtn.active span {
    display: none;
  }
  #menuBtn::before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #000;
    position: absolute;
    top: 4px;
    left: 0;
    transition: transform .3s, top .3s
  }
  #menuBtn::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #000;
    position: absolute;
    bottom: 4px;
    left: 0;
    transition: transform .3s, top .3s
  }
  #menuBtn.active::before {
    top: 50%;
    margin-top: -1px;
    transform: rotate(45deg);
  }
  #menuBtn.active::after {
    bottom: 50%;
    margin-bottom: -1px;
    transform: rotate(-45deg);
  }
}
@media only screen and (max-width:767px) {
  #menuBtn {
    top: 28px;
  }
}
@media only screen and (max-width:450px) {
  #menuBtn {
    top: 35px;
  }
}
/* naviAreBg
-----------------------------------------------*/
.naviAreBg {
  background: #165099;
  position: fixed;
  left: 0;
  top: 276px;
  width: 100%;
  height: 0;
  transition: height .4s;
  opacity: 0.92;
}
@media only screen and (max-width:950px) {
  .naviAreBg {
    display: none;
  }
}
/* naviBg
-----------------------------------------------*/
#naviBg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.3);
  display: none;
}
@media only screen and (max-width:950px) {
  #naviBg {
    display: none !important;
  }
}
/* navi-area
-----------------------------------------------*/
.navi-area > ul {
  display: flex;
  background: #165099;
  justify-content: center;
}
.navi-area > ul li a {
  opacity: 1;
}
.navi-area > ul > li:first-child > strong::before, 
.navi-area > ul > li:first-child > strong::before,
.navi-area > ul li:first-child:has(.currentLINK) strong::before{
  display: none!important;
}
.navi-area > ul li strong,
.navi-area > ul li span {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  padding: 20px 40px;
  display: block;
  position: relative;
  cursor: pointer;
  text-align: center;
}
.navi-area > ul li:has(.currentLINK) strong::before, 
.navi-area > ul li:has(.currentLINK) span::before {
  position: absolute;
  display: block;
  content: "";
  width: calc(100% - 60px);
  height: 4px;
  background: #fff;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  transition: all .3s;
}
.navi-area > ul li strong font,
.navi-area > ul li span font{
}
.navi-area > ul li strong:has(font),
.navi-area > ul li span:has(font){
	line-height: 1.2;
	padding: 20px 20px;
}

.navi-area > ul > li > ul{
  display: none;
  opacity: 0;
} 
.navi-area .sub-menu {
  display: none;
  opacity: 0;
  position: absolute;
  top: 276px;
  left: 0;
  width: 100vw;
  cursor: default;
  padding: 0;
}
.navi-area .active .sub-menu {
  opacity: 1;
}
.navi-area .sub-menu ul {
  display: grid;
  gap: 0;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin: 0 auto;
}
.navi-area .sub-menu li {
  overflow: hidden;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
	transition: opacity .5s,background .5s;
}
.navi-area .sub-menu li:first-child {
  grid-column: 1 / 5;
  background: none;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #fff;
  padding-top: 20px;
}
.navi-area .sub-menu li:first-child a {
  color: #fff;
  padding: 20px 0 15px 20px;
  margin-bottom: 30px;
  font-size: 32px;
}
.navi-area .sub-menu li:first-child a .h2 {
  position: relative;
}
.navi-area .sub-menu li:first-child a .h2::before {
  position: absolute;
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  box-sizing: border-box;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  transform: translateY(-50%) rotate(45deg);
  top: 50%;
  right: -30px;
  margin-top: 1px;
}
.navi-area .sub-menu li:first-child a::before {
display: none;
}
.navi-area .sub-menu li:hover {
  background: #000447;
}
.navi-area .sub-menu li:hover a {
  color: #fff;
}
.navi-area .sub-menu li:hover a::before {
  border-color: #fff;
}
.navi-area .sub-menu li a {
  color: #fff;
  font-weight: bold;
  padding: 20px 40px 20px 20px;
  display: block;
  position: relative;
  width: 100%;
  font-size: 20px;
  line-height: 1.5;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.navi-area .sub-menu li a strong {
  display: block;
}
.navi-area .sub-menu li a em {
  display: block;
  width: 100%;
  color: #fff;
  padding: 0;
  font-weight: normal;
  font-size: 16px;
  font-style: normal;
}
.navi-area .sub-menu .disaster01 {
  background: #ED1C24;
}
.navi-area .sub-menu .disaster02 {
  background: #00ADD8;
}
.navi-area .sub-menu .disaster03 {
  background: #FF7300;
}
.navi-area .sub-menu .disaster01 a,
.navi-area .sub-menu .disaster02 a,
.navi-area .sub-menu .disaster03 a {
  color: #fff;
}
.navi-area .sub-menu .disaster01 a::before,
.navi-area .sub-menu .disaster02 a::before,
.navi-area .sub-menu .disaster03 a::before {
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
}
.navi-area .sub-menu .disaster01:hover, 
.navi-area .sub-menu .disaster02:hover, 
.navi-area .sub-menu .disaster03:hover {
  background: #7F0009;
}
.navi-area .sub-menu li a::before {
  position: absolute;
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  box-sizing: border-box;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  transform: translateY(-50%) rotate(45deg);
  top: 50%;
  right: 30px;
}
.navi-area .sub-menu li a:hover {
  opacity: 1;
}
.navi-area .sub-menu li > ul {
  display: block;
  padding-left: 1em;
  margin-top: 10px;
}
@media only screen and (max-width:1640px) {
.navi-area > .members li strong,
.navi-area > .members li span {
  padding: 20px!important;
}
}
@media only screen and (max-width:1450px) {
  .navi-area .sub-menu li a{
    font-size: 16px;
  }
}
@media only screen and (max-width:1300px) {
  .navi-area .sub-menu ul {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .navi-area .sub-menu li:first-child{
    grid-column: 1 / 4;
  }
  .navi-area .sub-menu li a{
    padding: 40px 60px 40px 20px;
  }
  .navi-area .sub-menu li a::before{
    width: 10px;
    height: 10px;
  }
}
@media only screen and (max-width:1280px) {
  .navi-area > ul {
    justify-content: space-between;
    padding: 0 50px;
  }
.navi-area > .members li strong,
.navi-area > .members li span,
  .navi-area > ul li strong,
  .navi-area > ul li span {
    font-size: 16px;
    padding: 20px 10px;
    width: 100%;
  } 
  .navi-area > ul li strong::before,
  .navi-area > ul li span::before {
    width: 20%;
  }
  .navi-area > ul li.current strong::before,
  .navi-area > ul li strong.active::before,
  .navi-area > ul li strong:hover::before, 
  .navi-area > ul li.current span::before,
  .navi-area > ul li span.active::before,
  .navi-area > ul li span:hover::before {
    width: calc(100%);
  }
}
@media only screen and (max-width:1090px) {
.navi-area > .members li strong,
.navi-area > .members li span {
    font-size: 13px;
    padding: 20px 10px;
  } 
  } 
@media only screen and (max-width:950px) {
  .navi-area {
    position: fixed;
    right: -120%;
    top: 0;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    background: #0978b7;
    z-index: 12;
    padding: 60px 20px;
    box-sizing: border-box;
    transition: all 1s ease-in-out;
  }
  header.active .navi-area {
    right: 0;
  }
  .navi-area > ul {
    flex-wrap: wrap;
    justify-content: unset;
  }
  .navi-area > ul li {
    width: 100%;
    border-top: 1px solid #fff;
  }
  .navi-area > ul li:last-child {
    border-bottom: 1px solid #fff;
  }
  .navi-area > ul li strong,
  .navi-area > ul li span {
    color: #fff;
    display: block;
    padding: 20px 0;
    position: relative;
    width: 100%;
  }
  .navi-area > ul li strong::before,
  .navi-area > ul li span::before{
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    box-sizing: border-box;
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    transform: translateY(-50%) rotate(45deg);
    top: 50%;
    right: 20px;
    left: auto;
    background: none;
  }
  .navi-area > ul li:not(:first-child) strong::before,
  .navi-area > ul li:not(:first-child) span::before{
    transform: translateY(-50%) rotate(135deg);
  }
  .navi-area > ul li.active:not(:first-child) strong::before,
  .navi-area > ul li.active:not(:first-child) span::before{
    transform: translateY(-50%) rotate(-45deg);
  }
  .navi-area > ul li.current strong::before, 
  .navi-area > ul li strong.active::before, 
  .navi-area > ul li strong:hover::before,
  .navi-area > ul li.current span::before, 
  .navi-area > ul li span.active::before, 
  .navi-area > ul li span:hover::before{
    width: 14px;
  }
  .navi-area .sub-menu {
    height: 0%;
    padding: 0;
    transition: all 1s ease-in-out;
  }
  .navi-area > ul li.active .sub-menu {
    display: block;
    height: auto;
    position: sticky;
    width: 100%;
    background: #0978b7;
    padding: 0 0 20px;
  }
  .navi-area .sub-menu ul {
    grid-template-columns: 1fr;
  }
  .navi-area .sub-menu li a::before{
    width: 8px;
    height: 8px;
    border-top: solid 2px #165099;
    border-right: solid 2px #165099;
    right: 20px;
  }
  .navi-area .sub-menu li a {
    font-size: 14px;
    line-height: 2;
    padding: 10px 40px 10px 20px;
  }
  .navi-area .sub-menu li > ul {
    display: block;
    padding-left: 1em;
    margin-top: 10px;
  }
}


/* sp-menu
-----------------------------------------------*/
@media only screen and (min-width:951px) {
  #sp-menu {
    display: none !important;
    opacity: 0;
  }
}
@media only screen and (max-width:950px) {
  #sp-menu {
    position: fixed;
    left: 0;
    top: 125px;
    z-index: 9999999;
    width: 100%;
    height: calc(100vh - 160px);
    background: rgba(22,80,153,.92);
    overflow-y: scroll;
    display: none;
    padding-bottom: 40px;
    opacity: 1;
  }
  #sp-menu > ul {
    padding: 10px 20px 20px;
  }
  #sp-menu > ul > li:not(:first-child) {
    border-top: 1px solid #fff;
  }
  #sp-menu > ul > li:last-child {
    border-bottom: 1px solid #fff;
  }
  #sp-menu ul li strong {
    color: #fff;
    display: block;
    padding: 20px 0;
    position: relative;
    font-size: 16px;
    cursor: pointer;
  }
  #sp-menu ul li strong::before{
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: translateY(-50%) rotate(45deg);
    top: calc(50% - 2px);
    right: 20px;
  }
  #sp-menu ul li:not(:first-child) strong::before{
    transform: translateY(-50%) rotate(135deg);
  }
  #sp-menu ul li strong.active::before {
    top: calc(50% + 4px);
    transform: translateY(-50%) rotate(-45deg);
  }
  #sp-menu .sub-menu {
    padding-bottom: 25px;
    height: 0;
    display: none;
  }
  #sp-menu .active .sub-menu {
    height: 100%;
  }
  #sp-menu .sub-menu ul li strong{
    color: #165099;
  }
  #sp-menu .sub-menu li a::before{
    width: 8px;
    height: 8px;
    border-top: solid 2px #165099;
    border-right: solid 2px #165099;
    right: 20px;
  }
  #sp-menu .sub-menu li:not(:first-child) {
    padding-top: 8px;
  }
  #sp-menu .sub-menu li a {
    display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: 2;
    padding: 10px 40px 10px 20px;
    background: #fff;
    color: #165099!important;
    border-radius: 10px;
  }
  #sp-menu .sub-menu li a em {
    display: block;
    color: #165099;
    padding: 0;
    font-weight: normal;
    font-size: 14px;
    font-style: normal;
    line-height: 1.5;
  }
  #sp-menu .sub-menu li:first-child strong,
  #sp-menu .sub-menu li:first-child a{
    color: #fff!important;
    background: none;
    padding: 5px 0 5px 10px;
    font-size: 16px;
    position: relative;
  }
  #sp-menu .sub-menu li:first-child a::before{
    content: "";
    background-color: #fff;
    height: 100%;
    width: 4px;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  #sp-menu .sub-menu li > ul {
    display: block;
    padding-left: 1em;
    margin-top: 10px;
  }
  #sp-menu .search-area {
    padding: 0 20px;
    display: flex;
    gap: 20px 10px;
    align-items: center;
    flex-wrap: wrap;
  }
  #sp-menu .search-area .btn{
    width: 48%;
    margin-top: 10px;
  }
  #sp-menu .search-area .btn a {
    display: block;
    background: #fff;
    color: #165099;
    border-radius: 10px;
    width: 100%;
    line-height: 10px;
    text-align: center;
    font-size: 12px;
    padding: 10px;
  }
  #sp-menu .search-area .search{
    width: 100%;
  }
  #sp-menu .search-area .bnr a {
    background: none !important;
    width: auto !important;
    padding: 0;
}
  #sp-menu .search-area #form {
    display: block;
    width: 100%;
    position: relative;
}
  #sp-menu .search-area #sbox {
    line-height: 1;
    padding: 20px 15px 15px;
    border: 1px solid #cccccc;
    font-size: 16px;
    width: 100%;
    border-radius: 10px;
    position: relative;
}
  #sp-menu .search-area #form button {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    padding: 0;
    cursor: pointer;
    width: 55px;
    height: 55px;
    display: block;
    background: url(/img/common/icon-search.svg) center no-repeat;
    background-size: 31px auto;
}
}
@media only screen and (max-width:450px) {
  #sp-menu {
    height: calc(100vh - 130px);
  }
  }


/* menu
-----------------------------------------------*/
#menu {
  background: #0978b7;
}
#menu .inner {
  max-width: 1200px;
  margin: 0 auto;
}
#menu ul {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: center;
}
#menu li {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}
#menu li a {
  display: flex;
  align-items: center;
  line-height: 2;
  color: #0978B7;
  padding: 30px 20px;
  font-weight: bold;
  position: relative;
}
#menu li a::before, #menu li a::after {
  content: "";
  position: absolute;
  top: 50%;
  background-color: #0978b7;
  height: 2px;
}
#menu li a::before {
  right: 20px;
  width: 20px;
}
#menu li a::after {
  right: 20px;
  transform-origin: right bottom;
  width: 10px;
  transform: rotate(45deg);
}
/* container
-----------------------------------------------*/
#container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  display: flex;
  padding-bottom: 180px;
}
@media only screen and (max-width:767px) {
  #container {
    padding: 0;
  }
}
/* side
-----------------------------------------------*/
#side-cover {
  top: 0;
  left: 0;
  pointer-events: none;
  display: flex;
  align-items: flex-start;
  width: 0;
  transition: all 0.5s;
}
.close #side,
#side {
  position: sticky;
  top: 290px;
  min-width: 340px;
  z-index: 2;
  transition: all 0.5s;
  transform: translateX(-100%);
  pointer-events: auto;
}
.close #side {
  transform: translateX(-100%)!important;
}
.active #side, .open #side {
  transform: translateX(calc(50vw - 100% - 515px));
}
#side .side-btn-cover {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  height: 100%;
  pointer-events: auto;
  transition: all 0.5s;
}
.close #side .side-btn-cover {
  right: 0!important;
}
.active #side .side-btn-cover, .open #side .side-btn-cover {
  right: 10px;
}
#side .side-btn {
  position: sticky;
  display: block;
  content: "";
  top: 253px;
  transform: translateX(100%);
  cursor: pointer;
  background: url("/img/common/btn-side-open.svg");
  width: 50px;
  height: 114px;
}
.close #side .side-btn {
  background: url("/img/common/btn-side-open.svg")!important;
}
.active #side .side-btn, .open #side .side-btn {
  background: url("/img/common/btn-side-close.svg");
}
#side .inner {
  display: block;
  background: #0978B7;
  padding: 40px 20px;
  border-radius: 10px;
}
#side .inner > ul {
  border-top: 1px solid #fff;
  height: calc(100vh - 400px);
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  max-height: fit-content;
}
#side .inner > ul::-webkit-scrollbar {
    display: none;
}
#side .inner > ul > li:first-child{
  display: none;
}
#side .inner > .english > li:first-child{
  display: block!important;
}
  #side .inner > .members > li:first-child{
    display: block!important;
  }
#side .inner > ul > li {
  border-bottom: 1px solid #fff;
}
#side .inner > .members > li {
  border-bottom: none!important;
}
#side .inner > .members > li .side-menu {
  display: none;
}
#side .inner > ul > li .side-menu {
  padding: 20px 20px 0;
}
#side .inner > ul > li:not(.active) {
  display: none;
}
#side .inner > .members > li .side-menu li.none{
  display: none;
}
#side .inner > .members > li:not([class]) {
  display: block;
}
#side .inner > ul > li > strong{
  display: none!important;
}
#side .inner > .members > li > strong{
  display: block!important;
}
#side .inner > ul > li > strong,
#side .inner > ul > li > p, 
#side .inner > ul > li > a {
  position: relative;
  display: block;
  color: #fff;
  cursor: pointer;
  padding: 20px;
  font-weight: bold;
}
#side .inner > ul > li > strong::before,
#side .inner > ul > li > p::before, #side .inner > ul > li > a::before {
  position: absolute;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  box-sizing: border-box;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg) translateY(-50%);
  top: 50%;
  right: 20px;
  margin-top: -5px;
}
#side .inner > ul > li .side-menu li > ul > li strong{
  font-weight: normal;
}
#side .inner > .members > li .side-menu li strong,
#side .inner > ul > li .side-menu li strong,
#side .inner > ul > li .side-menu li p, 
#side .inner > ul > li .side-menu li a {
  color: #fff;
  font-weight: bold;
  line-height: 1.5;
  display: block;
  cursor: pointer;
  position: relative;
  transition: all .2s cubic-bezier(.210, .60, .350, 1);
}
#side .inner > .members > li .side-menu li strong:hover,
#side .inner > ul > li .side-menu li strong:hover,
#side .inner > ul > li .side-menu li p:hover {
  opacity: .7;
}
#side .inner > ul > li .side-menu li a {
  padding-bottom: 0;
}
#side .inner > ul > li .side-menu li > ul {
  display: none;
  margin-top: 10px;
}
#side .inner > ul > li .side-menu li > ul li {
  padding-left: 10px;
  padding-bottom: 10px;
}
#side .inner > ul > li .side-menu li > ul li strong,
#side .inner > ul > li .side-menu li > ul li a {
  position: relative;
  font-weight: normal;
  font-size: 18px;
}
#side .inner > ul > li .side-menu li > ul li a > strong::before,
#side .inner > ul > li .side-menu li > ul li a > strong::after,
#side .inner > ul > li .side-menu li > ul li strong > a::before,
#side .inner > ul > li .side-menu li > ul li strong > a::after{
  display: none;
}
#side .inner > .members > li .side-menu li.anchor > strong::before,
#side .inner > ul > li .side-menu li.anchor > strong::before,
#side .inner > ul > li .side-menu li.anchor > p::before {
  position: absolute;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  box-sizing: border-box;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg) translateY(-50%);
  top: 50%;
  left: -20px;
  margin-top: -2px;
}
#side .inner > .members > li .side-menu li.anchor > strong.arrow::before,
#side .inner > ul > li .side-menu li.anchor > strong.arrow::before,
#side .inner > ul > li .side-menu li.anchor > p.arrow::before {
  transform: rotate(135deg) translateY(-50%);
  margin-top: -10px;
  left: -20px;
}
#side .inner > ul > li .side-menu li > ul li a::before {
  margin-top: 2px;
}
#side .inner > ul > li .side-menu li {
  padding-bottom: 20px;
  padding-left: 20px;
}
.open-no-anime #side, .open-no-anime #side .side-btn-cover, .open-no-anime #content {
  transition: all 0s;
}
.side-menu .current a{
  display: inline-block!important;
}
@media only screen and (max-width:1730px) {
  .active #content, .open #content{
    max-width: 1550px!important;
  }
.active #side, .open #side {
  transform: translateX(calc(50vw - 100% - 455px));
}
}
@media only screen and (max-width:1590px) {
  .active #content, .open #content{
    max-width: 1430px!important;
  }
.active #side, .open #side {
  transform: translateX(calc(50vw - 100% - 375px));
}
}
@media only screen and (max-width:1400px) {
  #side {
    transform: translateX(-100%);
  }
  .close #side{
    transform: translateX(-100%)!important;
  }
  .active #side, .open #side {
    transform: translateX(0);
  }
  #side .inner {
    border-radius: 0 10px 10px 0;
  }
}
@media only screen and (max-width:950px) {
  #side .side-btn,    
.close #side,
#side {
  top: 190px;
}
}
@media only screen and (max-width:767px) {
  #side {
    min-width: 335px;
    top: 155px;
  }
  .close #side {
    min-width: 335px!important;
    top: 155px!important;
  }
  #side .inner {
    padding: 40px;
  }
  #side .inner > ul > li > strong,
  #side .inner > ul > li > p {
    font-size: 18px;
    padding: 15px;
  }
  #side .inner > ul > li .side-menu li strong,
  #side .inner > ul > li .side-menu li p, #side .inner > ul > li .side-menu li a {
    font-size: 14px;
  }
  #side .inner > ul > li .side-menu li:last-child {
    padding-bottom: 15px;
  }
  #side .inner > ul > li .side-menu li > ul > li:last-child {
    padding-bottom: 0;
  }
  #side .side-btn {
    top: 120px;
    background: url("/img/common/img-btn-open-sp.svg");
    width: 35px;
    height: 77px;
  }
  .close #side .side-btn {
    background: url("/img/common/img-btn-open-sp.svg")!important;
  }
  .active #side .side-btn, .open #side .side-btn {
    background: url("/img/common/img-btn-close-sp.svg");
  }
}
/* content
-----------------------------------------------*/
#content {
  max-width: 1480px;
  width: 100%;
  margin: 0 auto;
  padding: 0 80px;
  transition: all 0.5s;
}
.active #content {
  transition: all 0s !important;
}
.active #content, .open #content {
  max-width: 1670px;
  padding: 0 170px 0 400px;
}
@media only screen and (max-width:1730px) {
  .active #content, .open #content {
    padding: 0 110px 0 400px;
  }
}
@media only screen and (max-width:1590px) {
  .active #content, .open #content {
    padding: 0 50px 0 400px;
  }
}
@media only screen and (max-width:1400px) {
  .active #content, .open #content {
    padding: 0 30px 0 400px;
  }
}
@media only screen and (max-width:1200px) {
  .close #content,
  #content, .active #content, .open #content {
    padding: 0 80px!important;
  }
}
@media only screen and (max-width:767px) {
  .close #content,
  #content, .active #content, .open #content {
    padding: 0 40px 60px!important;
  }
}
/* footer
-----------------------------------------------*/
footer {
  background: #0978b7;
}
footer .link {
  color: #fff;
  max-width: 1800px;
  width: 100%;
  margin: 0 auto;
  padding: 60px 40px;
}
footer .link > ul{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}
footer .link > ul > li{
  padding: 0 40px;
  border-left: 1px solid #fff;
}
footer .link > ul > li:last-child{
  border-right: 1px solid #fff;
}
footer .link .noLink > ul,
footer .link li em,
footer .link > ul > li:first-child,
footer .link > ul > li > strong{
  display: none!important;
}
footer .link .noMenu > strong{
display: block!important;
}
footer .link li > ul > li:first-child strong,
footer .link li strong,
footer .link li a strong{
  margin-bottom: 10px;
  display: block;
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold!important;
}
footer .link li strong,
footer .link li a strong,
footer .link li a {
  color: #fff;
}
footer .link li > ul > li strong,
footer .link li > ul > li a strong,
footer .link li a {
  font-size: 12px;
  line-height: 1.3;
  font-feature-settings: "palt";
  margin-bottom: 10px;
  display: block;
  font-weight: normal!important;
}
footer .link li > ul > li >ul{
  display: none;
}


footer .inner {
  background: #fff;
  padding: 40px 40px 60px;
  display: flex;
  justify-content: space-between;
  align-items: end;
}
footer .inner:has(font) {
    align-items: flex-start;
  gap: 10px;
}
footer .inner .address {
  display: flex;
  gap: 20px;
}
footer .inner .address h2 {
  font-size: 24px;
}
footer .address .txt p {
  font-size: 16px;
    line-height: 1.5;
}
footer .inner .menu ul {
  display: flex;
  justify-content: end;
  gap: 30px;
  margin-bottom: 10px;
}
footer .inner .menu ul:has(font) {
  display: flex;
  gap: 0px;
flex-direction: column;
}
footer .inner .menu li:has(font) {
  line-height: 1.2;
}
footer .inner .menu li:has(font) br {
  display: none;
}
footer .inner .menu li a {
  font-size: 16px;
}
footer .inner .menu p {
  font-size: 14px;
  text-align: right;
}
@media only screen and (max-width:1420px) {
  footer .inner {
    padding: 20px;
  }
  footer .inner .menu li a,
  footer .inner .address .txt p{
    font-size: 14px;
  }
}
@media only screen and (max-width:1350px) {
footer .inner .menu ul {
  gap: 10px 20px;
  flex-wrap: wrap;
}
}
@media only screen and (max-width:1230px) {
  footer .link > ul > li {
    padding: 0 20px;
}
}
@media only screen and (max-width:1100px) {
  footer .inner {
    flex-wrap: wrap;
    justify-content: center;
  }
  footer .inner .address {
    gap: 10px;
    width: 100%;
    text-align: center;
    justify-content: center;
  }
  footer .inner .address p {
    font-size: 14px;
    line-height: 1.8;
  }
  footer .inner .address .logo {
    display: none;
  }
  footer .inner .address h2 {
    position: relative;
    padding-left: 20px;
    display: inline-block;
  }
  footer .inner .address h2::before {
    position: absolute;
    display: block;
    content: "";
    background: url("/img/common/footer-logo.png")no-repeat;
    background-size: cover;
    width: 44px;
    height: 43px;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
  }
  footer .inner .menu p{
    text-align: center;
  }
  footer .inner .menu ul{
    margin-top: 20px;
    margin-bottom: 0;
  }
}
@media only screen and (max-width:767px) {
  footer {
    border-top: 1px solid #0978b7;
  }
  footer .link {
    display: none;
  }
  footer .inner .menu {
    gap: 10px;
    width: 100%;
    margin-top: 15px;
  }
  footer .inner .menu:has(font) {
    margin-top: 0;
  }
footer .inner .menu ul:has(font) {
  display: flex;
    gap: 0px 30px;
    flex-direction: row;
	margin-top: 0;
}
  footer .inner .menu ul {
    justify-content: center;
    gap: 0px 30px;
  }
  footer .inner .menu li{
    line-height: 1;
    text-align: center;
    position: relative;
  }
  footer .inner .menu li::before,
  footer .inner .menu li:first-child::after{
    position: absolute;
    display: block;
    content: "";
    width: 1px;
    height: 30px;
    background: #333;
    top: 50%;
    margin-top: 3px;
    transform: translateY(-50%);
  }
  footer .inner .menu ul:has(font) li::before,
  footer .inner .menu ul:has(font) li:first-child::after{
    height: 100%;
  }
  footer .inner .menu li::before{
    right: -15px;
  }
  footer .inner .menu li:first-child::after{
    left: -15px;
  }
  footer .inner .menu li a {
    font-size: 12px;
    line-height: 1;
  }
  footer .inner .menu p {
    font-size: 12px;
    text-align: center;
    margin-top: 15px;
  }
}


/* topScroll
-----------------------------------------------*/
#topScroll{
	position: fixed;
	bottom: 20px;
	right: 20px;
	cursor: pointer;
	width: 60px;
	height: 60px;
  background: #0978b7;
	font-size: 0;
	opacity: 0;
	transition: opacity .5s,background .5s;
  z-index: 999;
}
#topScroll.fade{
	opacity: 1;
}
#topScroll:hover{
	background: #fff;
  border: 1px solid #0978b7;
}
#topScroll::before{
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	border-top: solid 2px #fff;
	border-left: solid 2px #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: 3px;
	transform: translate(-50%,-50%) rotate(45deg);
	transition: border-color .5s;
}
#topScroll:hover::before{
	border-top-color: #0978b7;
	border-left-color: #0978b7;
}
@media screen and (max-width: 750px){
	#topScroll{
		width: 39px;
		height: 40px;
    bottom: 72px;
	}
	#topScroll::before{
	width: 10px;
	height: 10px;
	margin-top: 2.5px;
	}
}


/* size-area
-----------------------------------------------*/
#size-area {
  display: flex;
  flex-wrap: wrap;
  gap: 0px;
  align-items: center;
  justify-content: center;
  height: 100%;
  margin-top: 20px;
}
#size-area ul {
  display: flex;
  gap: 10px;
  align-items: center;
}
#size-area p {
  font-size: 14px !important;
  width: 100%;
  white-space: nowrap;
  text-align: center;
}
#size-area ul li button {
  height: 100%;
  padding: 5px 10px;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all .4s;
  background: #fff;
}
#size-area ul li.active button,
#size-area ul li:hover button {
  background: #165099;
  color: #fff;
}
#size-area ul li.active {
  pointer-events: none;
}
@media screen and (max-width: 950px){
  #size-area {
    margin-right: 60px;
    margin-top: 6px;
  }
  #size-area ul {
    gap: 5px;
  }
  #size-area p {
    font-size: 12px !important;
  }
  #size-area ul li button {
    font-size: 12px !important;
    background: #E5EEF6;
  }
}
@media screen and (max-width: 767px){
  #size-area {
           margin: 5px 40px 10px 0;
  }
  #size-area:has(font) {
           margin: 5px 60px 10px 0;
  }
}



/* manual
-----------------------------------------------*/
#manual {
  position: fixed;
  display:block;
  bottom: 90px;
  left: 20px;
  z-index: 99;
}
#manual a {
    display: block;
    background: #165099;
    color: #fff;
    border-radius: 10px;
    line-height: 60px;
    text-align: center;
    font-size: 16px;
    padding: 0 30px 0 10px;
  position: relative;
}
#manual a::before {
position: absolute;
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    box-sizing: border-box;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg) translateY(-50%);
    top: 50%;
    right: 20px;
    margin-top: -2px;
}

@media screen and (max-width: 767px){
  
}




/* print
-----------------------------------------------*/
#qrcode {
  padding: 20px 20px 0 20px;
  display: none;
}
#qrcode canvas {
  display: block;
  margin: 0 0 0 auto;
  width: 100%;
  max-width: 160px;
  height: auto;
}
@media print{
  body {
    zoom: 0.68;
		-webkit-print-color-adjust: exact;
  }
  #container {
    padding: 0 !important;
  }
  .search-area,
  #size-area, 
  .navi-area,
  #navi-tab,
  #sp-menu,
  #side-cover,
  #topScroll,
  footer,
  #gt_float_wrapper{
    display: none !important;
  }
  header {
    position: relative !important;
    border-bottom: 2px solid #0978b !important;
  }
  #wrap{
    padding-top: 0!important;
  }
  #content{
    padding: 0 60px!important;
  }
  header .logo-area .logo {
    max-width: 50px !important;
  }
  header .logo-area h1　{
    font-size: 24px !important;
  }
  #breadcrumb ul,
  header .logo-area h1 span {
    font-size: 12px !important;
  }
  #main p {
    font-size: 30px !important;
    padding: 40px !important;
    min-height: 100px !important;
  }
  #qrcode {
    display: block;
  }
  .header-right,
  #archive{
    display: none;
  }
  #breadcrumb ul{
    margin: 20px auto;
  }
}


/* result_popup
-----------------------------------------------*/
#result_popup {
}
#result_popup {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999999;
  width: 100%;
  height: 100%;
  padding: 20px;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background: rgba(0,0,0,.7);
  display: none;
}
#result_popup .modal-content {
  background: #fff;
  padding: 30px 20px;
  border-radius: 6px;
  max-width: 300px;
  width: 100%;
}
#result_popup .modal-content p {
  font-size: 18px;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 767px){
  #result_popup .modal-content p {
    font-size: 16px;
  }
}