@charset "UTF-8";
/*(c)*/
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap");
@font-face {
  font-family: 'Icons';
  src: url("../font/icons.eot");
  src: url("../font/icons.eot?#iefix") format("embedded-opentype"), url("../font/icons.woff") format("woff"), url("../font/icons.ttf") format("truetype"), url("../font/icons.svg#Icons") format("svg"); }
@font-face {
  font-family: 'Form';
  src: url("../font/form.eot");
  src: url("../font/form.eot?#iefix") format("embedded-opentype"), url("../font/form.woff") format("woff"), url("../font/form.ttf") format("truetype"), url("../font/form.svg#Form") format("svg"); }
body, input, textarea, select {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN", "メイリオ","Meiryo", 'Noto Sans JP', "HGPｺﾞｼｯｸM",  "Osaka", "ＭＳ Ｐゴシック", sans-serif,"Century Gothic",Arial; }

html {
  overflow-y: scroll;
  scroll-padding-top: 100px;
  scroll-behavior: smooth; }

body, h1, h2, h3, h4, h5, p, ul, ol, li, dl, dt, dd, figure {
  margin: 0px;
  padding: 0px; }

body {
  background: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 1.4;
  min-width: 100%;
  -webkit-text-size-adjust: 100%; }
  body * {
    box-sizing: border-box; }

li {
  list-style: none; }

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

i {
  font-style: normal;
  font-family: "Icons"; }

b {
  font-weight: normal; }

address {
  font-style: normal; }

img {
  border: 0px;
  vertical-align: bottom;
  box-sizing: content-box; }

.TC {
  text-align: center; }

.TR {
  text-align: right; }

.TL {
  text-align: left; }

input, select, option, textarea, button {
  font-size: 16px; }

label {
  cursor: pointer; }

input[type=checkbox] {
  display: none; }
  input[type=checkbox] + label span::before {
    content: '□';
    color: #fff;
    font-family: 'Form';
    margin-right: 10px;
    font-size: 20px;
    vertical-align: -3px;
    -webkit-text-stroke: 0.5px #999;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    font-weight: normal; }
  input[type=checkbox]:checked + label span::before {
    content: '■';
    color: #000;
    -webkit-text-stroke: 0px #fff; }

_:-ms-lang(x)::-ms-backdrop, input[type=checkbox] + label span::before {
  text-shadow: 0px 0px 1.5px #000; }

_:-ms-lang(x)::-ms-backdrop, input[type=checkbox]:checked + label span::before {
  text-shadow: 0px 0px 0px #fff; }

input[type=radio] {
  display: none; }
  input[type=radio] + label span::before {
    content: '○';
    color: #fff;
    font-family: 'Form';
    margin-right: 10px;
    font-size: 20px;
    vertical-align: middle;
    -webkit-text-stroke: 0.5px #999; }
  input[type=radio]:checked + label span::before {
    content: '●';
    color: #000;
    -webkit-text-stroke: 0px #fff; }

_:-ms-lang(x)::-ms-backdrop, input[type=radio] + label span::before {
  text-shadow: 0px 0px 1.5px #000; }

_:-ms-lang(x)::-ms-backdrop, input[type=radio]:checked + label span::before {
  text-shadow: 0px 0px 0px #fff; }

::-webkit-input-placeholder {
  color: #000;
  opacity: 0.2; }

:-moz-placeholder {
  color: #000;
  opacity: 0.2; }

:-ms-input-placeholder {
  color: #ccc; }

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  box-sizing: content-box;
  cursor: pointer; }

option {
  cursor: pointer; }

select {
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: ''; }

select::-ms-expand {
  display: none; }

span.select {
  display: inline-block;
  position: relative; }
  span.select::after {
    content: '↓';
    font-family: 'Icons';
    margin-left: -15px;
    font-size: 9px;
    z-index: -1;
    position: absolute;
    right: 8px;
    top: 11px; }

select {
  border: 2px solid #ddd;
  border-radius: 5px;
  padding: 5px 25px 5px 10px;
  font-size: 13px;
  background: none; }

label.Chk {
  color: #000; }

input, textarea, button {
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box; }
  input::-webkit-search-decoration, textarea::-webkit-search-decoration, button::-webkit-search-decoration {
    display: none; }
  input::focus, textarea::focus, button::focus {
    outline-offset: -2px; }

.SP {
  display: block; }

.PC {
  display: none; }

html, body {
  overflow-x: hidden;
  width: 100%; }

body {
  border-top: 60px solid #004D7F; }

#Hd {
  text-align: left;
  color: #fff;
  background: #004D7F;
  z-index: 10; }
  #Hd h1 {
    display: none; }
  #Hd nav {
    padding-bottom: 120px;
    overflow: scroll;
    display: block;
    width: 100%;
    height: 100%; }
  #Hd ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
    #Hd ul li.-hom {
      display: none; }
    #Hd ul li a {
      padding: 1rem;
      display: block;
      font-weight: bold; }
    #Hd ul li ul {
      margin: -0.25rem 0 1rem;
      display: block;
      border: 0px; }
      #Hd ul li ul li {
        border: 0px; }
        #Hd ul li ul li a {
          padding: 0.25rem 2rem;
          font-weight: normal;
          font-size: 0.9rem; }

#sHd {
  height: 60px;
  width: 100%;
  position: fixed;
  left: 0px;
  top: 0px;
  background: #004D7F;
  z-index: 100;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
  #sHd .log {
    position: absolute;
    left: 0px;
    top: 0px; }
    #sHd .log img.-c {
      width: 30px;
      vertical-align: middle;
      margin: 15px; }
    #sHd .log img.-t {
      width: 190px;
      vertical-align: middle; }
  #sHd .hum {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 100; }
    #sHd .hum a {
      display: block;
      width: 60px;
      height: 60px; }
    #sHd .hum a::before,
    #sHd .hum a::after {
      line-height: 60px;
      font-size: 18px;
      padding-top: 0px;
      display: block;
      position: absolute;
      left: 0;
      right: 0;
      margin: auto;
      top: 0px;
      -webkit-transition: all 0.75s ease;
      -moz-transition: all 0.75s ease;
      -o-transition: all 0.75s ease;
      -ms-transition: all 0.75s ease;
      transition: all 0.75s ease; }
    #sHd .hum a::before {
      content: '二';
      font-family: 'Icons';
      opacity: 1; }
    #sHd .hum a::after {
      content: '閉';
      font-family: 'Icons';
      opacity: 0; }

body.open #sHd .hum a::before {
  opacity: 0; }
body.open #sHd .hum a::after {
  opacity: 1; }

body #Hd {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  width: 100%;
  height: 100%;
  position: fixed;
  width: 100%; }

body.open #Hd {
  -webkit-transform: translateX(0%);
  transform: translateX(0%); }

#Main .tit {
  background: #f0f0f0;
  position: absolute;
  left: 0px;
  top: 60px;
  width: 100%;
  height: 60px;
  text-align: left;
  display: flex;
  justify-content: flex-start;
  align-items: center; }
  #Main .tit h1 {
    font-size: 1.25rem;
    font-weight: normal;
    color: #004D7F;
    line-height: 1.2;
    padding-left: 1rem; }
#Main .bre {
  position: absolute;
  left: 0px;
  top: 120px;
  width: 100%;
  height: 60px;
  text-align: left;
  padding: 1rem 5% 0; }
  #Main .bre p {
    font-size: 0.8rem; }
    #Main .bre p span + span::before {
      content: '＞';
      font-family: 'Icons';
      font-size: 0.5rem;
      margin: 0 0.5rem; }

#sFt {
  height: 60px;
  width: 100%;
  position: fixed;
  left: 0px;
  bottom: 0px;
  background: #fff;
  text-align: center;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  z-index: 100; }
  #sFt ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    #sFt ul li {
      width: 33.333%;
      height: 60px; }
      #sFt ul li a {
        display: block;
        padding: 5px 0; }
      #sFt ul li figure {
        line-height: 30px; }
        #sFt ul li figure img {
          width: 24px; }
        #sFt ul li figure + p {
          font-size: 12px;
          padding: 0px; }
      #sFt ul li p {
        font-size: 10px;
        line-height: 20px;
        padding-top: 5px; }
      #sFt ul li time {
        line-height: 20px;
        font-family: 'Oswald', sans-serif;
        font-size: 16px;
        font-weight: 300; }
    #sFt ul li + li {
      border-left: 2px solid #eee; }

#Sub {
  padding-top: 135px; }

.sub-menu {
  text-align: left;
  width: 90%;
  margin: 0 auto 4rem; }
  .sub-menu > p {
    font-size: 0.85rem;
    line-height: 1.5;
    margin: 0.5rem 0; }
  .sub-menu > div {
    border: 2px solid #eee;
    padding: 5px 20px; }
    .sub-menu > div > p {
      padding: 1rem 0; }
      .sub-menu > div > p a {
        display: block;
        font-weight: bold; }
        .sub-menu > div > p a::after {
          content: '＞';
          font-family: 'Icons';
          display: inline-block;
          float: right;
          transform: rotate(90deg);
          font-weight: normal;
          -webkit-transition: all 0.5s ease;
          -moz-transition: all 0.5s ease;
          -o-transition: all 0.5s ease;
          -ms-transition: all 0.5s ease;
          transition: all 0.5s ease; }
      .sub-menu > div > p.open a::after {
        transform: rotate(270deg); }
      .sub-menu > div > p + ul {
        display: none; }
    .sub-menu > div > ul {
      padding-bottom: 1rem; }
      .sub-menu > div > ul + p {
        border-top: 2px solid #eee; }
      .sub-menu > div > ul > li a {
        padding: 0.25rem 1rem;
        display: block; }

.sub-box {
  display: none; }
