@charset "UTF-8";

@media all and (min-width: 897px) {
  #gFooter .sp {
    display: none!important;
  }
}
@media all and (max-width: 896px) {
  #gFooter .pc {
    display: none!important;
  }
}
#gFooter {
  background: #fff;
  padding-top: 52px;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  position: relative;
  z-index: 10;
  letter-spacing: normal;
  line-height: normal;
}
#gFooter img {
  display: inline;
  vertical-align: unset;
  max-width: 100%;
  height: auto;
}
#gFooter .content {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1000px;
}
#gFooter .flex,
#gFooter .flexA,
#gFooter .flexB,
#gFooter .flexC {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#gFooter .flex {
  justify-content: space-around;
}
#gFooter .textBox {
  width: calc(100% / 3 - 20px);
}
#gFooter .textBox:nth-child(3n) {
  margin-right: 0;
}
#gFooter .textBox .h2Ttl {
  margin-bottom: 25px;
  padding: 5px 5px 8px;
  color: #fff;
  text-align: center;
  font-size: 1.2em;
  font-weight: 500;
  border-radius: 4px;
  background-color: #00529d;
  position: relative;
}
#gFooter .textBox .h2Ttl::after {
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 12px;
  height: 11px;
  content: "";
  background: url("../img/gfooter/icon16.png") no-repeat center bottom / 12px;
}
#gFooter .textBox .text {
  margin-bottom: 18px;
  line-height: 1.69;
  text-align: justify;
}
#gFooter .textBox01 .logoBox {
  margin: 0 auto 15px;
  width: 245px;
}
#gFooter .textBox01 .text01 {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
}
#gFooter .textBox01 .text01 .txt {
  padding: 6px 6px 12px;
  margin-right: 4px;
  font-weight: 500;
  text-align: center;
  display: inline-block;
  border-radius: 5px;
  border: 1px solid #f3f3f3;
  box-sizing: border-box;
  min-width: calc(100% / 3 - 5px);
}
#gFooter .textBox01 .text01 .txt:nth-child(3n) {
  margin-right: 0;
}
#gFooter .textBox01 .text01 .flexTxt {
  justify-content: center;
}
#gFooter .textBox01 .text01 .flexTxt .num {
  margin-right: 4px;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.4;
  color: #00529D;
  letter-spacing: -0.05em;
}
#gFooter .textBox01 .text01 .flexTxt .rTxt {
  font-size: 0.8em;
}
#gFooter .textBox01 .text01 .flexTxt .col {
  display: inline-block;
  color: #00529D;
  vertical-align: -4px;
  margin: 0 0 -5px -10px;
}
#gFooter .textBox01 .h2Ttl01 {
  font-size: 1.5em;
  font-weight: 700;
  text-align: center;
  position: relative;
}
#gFooter .textBox01 .h2Ttl01::before {
  margin-top: 2px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  content: "";
  background-color: #00529D;
}
#gFooter .textBox01 .h2Ttl01 span {
  padding: 2px 7px;
  display: inline-block;
  background-color: #fff;
  z-index: 2;
  position: relative;
}
#gFooter .textBox01 .sml {
  margin: 2px 0 8px;
  text-align: center;
  font-weight: 400;
}
#gFooter .textBox01 .textUl {
  margin-top: -8px;
  justify-content: space-between;
}
#gFooter .textBox01 .textUl li {
  box-sizing: border-box;
  margin-top: 8px;
  padding: 7px 2px 9px;
  width: calc(50% - 5px);
  text-align: center;
  font-weight: 700;
  color: #0B3F70;
  border-radius: 2px;
  background-color: #E4EEF6;
}
#gFooter .textBox01 .text02 {
  margin-top: 7px;
  line-height: 1.8;
  text-align: center;
}
#gFooter .textBox02 .h3Ttl {
  margin: 12px 0 7px;
  padding-left: 31px;
  padding-top: 10px;
  font-size: 1.25em;
  font-weight: 700;
  background: url("../img/gfooter/icon17.png") no-repeat top 12px left / 24px;
  border-top: 2px dotted #E6E6E6;
  line-height: 24px;
  text-align: left;
}
#gFooter .textBox02 .h2Ttl + .h3Ttl {
  border-top: none;
  padding-top: 0;
  margin-top: -6px;
  background-position: center left;
}
#gFooter .textBox02 .text {
  margin-bottom: 8px;
  line-height: 1.7;
}
#gFooter .textBox02 .logoBox01 {
  width: 155px;
  display: block;
}
#gFooter .textBox03 .subBox {
  padding: 10px 15px;
  margin-bottom: 12px;
  border-radius: 5px;
  border: 1px solid #e6e6e6;
}
#gFooter .textBox03 .subBox:last-child {
  margin-bottom: 0;
}
#gFooter .textBox03 .h3Ttl {
  margin-bottom: 2px;
  font-size: 1.2em;
  color: #00529D;
  display: flex;
  align-items: center;
}
#gFooter .textBox03 .h3Ttl img {
  margin-right: 5px;
}
#gFooter .textBox03 .text {
  margin-bottom: 0;
  font-weight: 400;
}
#gFooter .copyright {
  margin-top: 31px;
  padding: 20px 0;
  font-size: 1.1rem;
  text-align: center;
  font-weight: 500;
  color: #fff;
  background-color: #333333;
}
#gFooter .bannerList {
  gap: 8px;
  display: flex;
  flex-wrap: wrap;
}
#gFooter .bannerList li {
  width: calc(50% - 4px);
}
#gFooter .bannerList a {
  background: #fff;
  border: solid 1px #e5e5e5;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 45px;
}
#gFooter .bannerList img {
  box-sizing: border-box;
  padding: 10px;
  width: 100%;
  max-width: stretch;
  height: auto;
}
#gFooter .bannerList .website__lab img {
  padding: 10px 10%;
}
#gFooter .bannerList .website__epilogi img {
  padding: 10px 20%;
}
@media all and (max-width: 896px) {
  #gFooter {
    padding: 27px 0 0;
  }
  #gFooter .content {
    padding: 0 17px;
  }
  #gFooter .textBox {
    margin: 0 0 23px;
    width: 100%;
  }
  #gFooter .textBox:last-child {
    margin-bottom: 0;
  }
  #gFooter .textBox01 .logoBox {
    width: 270px;
  }
  #gFooter .textBox .h2Ttl {
    margin-bottom: 27px;
    padding: 8px 5px 8px;
  }
  #gFooter .textBox .h2Ttl::after {
    bottom: -9px;
  }
  #gFooter .textBox01 .text {
    margin-bottom: 21px;
    text-align: center;
    line-height: 1.5;
  }
  #gFooter .textBox01 .text01  {
    margin: 0 0 17px;
    text-align: center;
  }
  #gFooter .textBox01 .text01 .flexTxt .num {
    margin-right: 2px;
    letter-spacing: -0.02em;
    line-height: 1.25;
  }
  #gFooter .textBox01 .text01 .flexTxt .col {
    vertical-align: -5px;
  }
  #gFooter .textBox01 .sml {
    margin: -1px 0 19px;
  }
  #gFooter .textBox01 .textUl {
    margin-bottom: 10px;
  }
  #gFooter .textBox01 .textUl li {
    margin: 0 6px 5px 0;
    padding: 9px 2px 10px;
    width: calc((100% - 12px)/3);
    font-size: 1em;
  }
  #gFooter .textBox01 .textUl li:nth-child(3n) {
    margin-right: 0;
  }
  #gFooter .textBox01 .text02 {
    line-height: 1.5;
  }
  #gFooter .textBox02 .text {
    margin-bottom: 8px;
    line-height: 19px;
    text-align: left;
  }
  #gFooter .textBox02 .h3Ttl {
    margin-bottom: 3px;
    padding: 15px 0 0 34px;
    background-size: 25px;
    background-position: left top 15px;
  }
  #gFooter .textBox02 .h3Ttl:first-child {
    margin: -7px 0 3px;
  }
  #gFooter .bannerList:last-child {
    margin-bottom: 0;
  }
  #gFooter .bannerList img {
    width: auto;
    max-width: stretch;
    height: auto;
    max-height: 42px;
  }
  #gFooter .textBox03 .subBox {
    padding: 13px 10px 15px;
  }
  #gFooter .textBox03 .text {
    line-height: 1.55;
  }
  #gFooter .copyright {
    margin-top: 24px;
    padding: 22px 0;
    font-size: 1.2rem;
  } 
}
@media all and (max-width: 374px) {
  #gFooter .textBox01 .text01 .txt {
    padding: 6px 5px 12px;
  }
  #gFooter .textBox01 .text01 .flexTxt .num {
    font-size: 2rem;
  }
  #gFooter .textBox01 .text01 .flexTxt .col {
    vertical-align: 0;
  }
  #gFooter .bannerList img {
    height: 36px;
  }
  #gFooter .bannerList img {
    height: 34px;
  }
}