html {
  font-size: 62.5%;
}

h1, h2, h3, h4, h5, h6, strong, b, dt {
  font-weight: 600;
}

img[src$=".svg"] {
  width: auto;
}

.l-container {
  position: relative;
  color: #333;
  max-width: 100%;
  overflow-x: hidden;
  line-height: 1.75;
  letter-spacing: 0.04em;
  font-size: 1.6rem;
}
.l-container__inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 10px;
}
@media screen and (min-width: 400px) {
  .l-container__inner {
    padding: 0 20px;
  }
}
.l-container__inner.narrow1 {
  max-width: 900px;
}
.l-container__inner.narrow2 {
  max-width: 800px;
}

.l-header {
  padding: 10px 5px;
  position: relative;
}
.l-header__logo {
  position: absolute;
  left: 0;
  top: 0;
}
.l-header__logo img {
  width: 90px;
}
@media screen and (min-width: 400px) {
  .l-header__logo img {
    width: 110px;
  }
}
@media screen and (min-width: 768px) {
  .l-header__logo {
    left: 30px;
    top: 0px;
  }
  .l-header__logo img {
    width: 185px;
  }
}
@media screen and (max-width: 899px) and (min-width: 768px) {
  .l-header__logo img {
    width: 120px;
  }
}
.l-header__sitetitle {
  text-align: center;
  font-weight: bold;
  list-style: 1.4;
}
.l-header__sitetitle .sub {
  padding-top: 40px;
  font-size: 1.3rem;
}
.l-header__sitetitle .main {
  font-size: 1.8rem;
}
@media screen and (min-width: 400px) {
  .l-header__sitetitle .sub {
    font-size: 1.5rem;
  }
  .l-header__sitetitle .main {
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 768px) {
  .l-header__sitetitle .sub {
    padding-top: 10px;
    padding-bottom: 0px;
    font-size: 2.0rem;
  }
  .l-header__sitetitle .main {
    padding-bottom: 15px;
  }
}

.skip {
  width: 1px;
  color: #000000;
  font-size: 0.1%;
  line-height: 0.1;
  background-color: #FFFFFF;
  position: absolute;
  left: -3000px;
  z-index: 9999;
}
.skip a {
  color: #003377;
  background-color: #FFFFFF;
  text-align: center;
  padding: 2px 0;
  top: auto;
}

.l-gNav {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .l-gNav {
    background: #0E5FA6;
    text-align: center;
  }
  .l-gNav .menu-btn, .l-gNav .menu-icon {
    display: none;
  }
  .l-gNav .navicon span {
    color: #fff;
  }
  .l-gNav .l-gNav__in .menu {
    display: -webkit-box !important;
    display: flex !important;
    max-width: 1000px;
    margin: 0 auto;
  }
  .l-gNav .l-gNav__in li {
    display: inline-block;
    width: calc(1000px / 2);
  }
  .l-gNav .l-gNav__in li a {
    display: block;
    text-decoration: none;
    font-size: 1.6rem;
    color: #fff;
    padding: 15px 5px 15px 5px;
    position: relative;
    border-right: 1px rgba(255, 255, 255, 0.6) solid;
  }
  .l-gNav .l-gNav__in li a:first-child {
    border-left: 1px rgba(255, 255, 255, 0.6) solid;
  }
/*
  .l-gNav .l-gNav__in li a::before {
    position: absolute;
    top: 50%;
    left: calc(50% - 145px);
    content: "";
    vertical-align: middle;
    margin: -4px 0 0;
    width: 5px;
    height: 5px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
*/
  .l-gNav .l-gNav__in li a:hover {
    background: #043057;
    text-decoration: underline;
  }
}
@media screen and (max-width: 767px) {
  .l-gNav {
    /* Nav items */
    /* Hamburger menu button */
    /*.menu-btn:checked ~ .menu {
    	display: block;
    	transform: scale(1, 1);
    	transform-origin: top;
    	transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
    }
    .menu-btn:checked ~ .menu a,
    .menu-btn:checked ~ .menu li {
    	opacity: 1;
    	transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.2s;
    }*/
    /* Hamburger Menu Animation Start */
    /* Hamburger Menu Animation End */
    /* Navbar Container */
  }
  .l-gNav .menu {
    display: none;
    list-style: none;
    position: absolute;
    width: 100%;
    height: auto;
    top: 52px;
    left: 0;
    padding: 0 0 10px 0;
    clear: both;
    background: #0E5FA6;
    z-index: 1;
  }
  .l-gNav .menu li {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    padding: 15px 0;
    margin: 0 5vw;
  }
  .l-gNav .menu li:first-child {
    border-top: none;
  }
  .l-gNav .menu li a {
    text-decoration: none;
    font-weight: bold;
    color: #fff;
    position: relative;
    display: block;
    padding-right: 20px;
  }
  .l-gNav .menu li a::before {
    position: absolute;
    top: 50%;
    right: 0px;
    content: "";
    vertical-align: middle;
    margin: -5px 0 0;
    width: 8px;
    height: 8px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .l-gNav .menu-btn {
    display: none;
  }
  .l-gNav .menu-icon {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    padding: 18px 14px;
    background: #0E5FA6;
    height: 50px;
  }
  .l-gNav .navicon {
    background: #fff;
    display: block;
    height: 3px;
    width: 26px;
    position: relative;
    transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
  }
  .l-gNav .navicon::before, .l-gNav .navicon::after {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    background: #fff;
    transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
  }
  .l-gNav .navicon::before {
    top: 9px;
  }
  .l-gNav .navicon::after {
    bottom: 9px;
  }
  .l-gNav .menu-openbtn {
    font-size: 0.925rem;
    white-space: nowrap;
    color: #fff;
    display: block;
    text-align: center;
    position: absolute;
    bottom: 1px;
    left: 0;
    width: 100%;
  }
  .l-gNav .open .menu-icon .navicon:before {
    transform: rotate(-45deg);
  }
  .l-gNav .open .menu-icon .navicon:after {
    transform: rotate(45deg);
  }
  .l-gNav .open .menu-icon:not(.steps) .navicon:before {
    top: 0;
  }
  .l-gNav .open .menu-icon:not(.steps) .navicon:after {
    bottom: 0;
  }
  .l-gNav .open .menu-icon .navicon {
    background: transparent;
    transition: 0.2192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
  }
  .l-gNav .navtext-container {
    width: 100%;
    height: 52px;
    position: absolute;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.l-footer__up {
  background: #0E5FA6;
  color: #fff;
  padding: 20px 0;
}
.l-footer__info {
  margin-bottom: 10px;
  font-size: 1.4rem;
}
.l-footer__info p, .l-footer__info li {
  margin-bottom: 5px;
}
.l-footer__logo {
  text-align: center;
}
.l-footer__logo span {
  display: inline-block;
  background: #fff;
}
.l-footer__logo a {
  padding: 10px;
  display: block;
}
.l-footer__logo a img {
  display: block;
}
.l-footer .u-tellink {
  color: #fff;
}
.l-footer__bt {
  clear: both;
  font-size: 1.4rem;
  text-align: center;
  padding: 10px;
  color: #5A5A5A;
}
@media screen and (min-width: 768px) {
  .l-footer__up .l-container__inner {
    display: -webkit-box;
    display: flex;
    justify-content: space-between;
  }
}

.l-contents {
  padding: 30px 0;
}
@media screen and (min-width: 768px) {
  .l-contents {
    padding: 60px 0 80px;
  }
}
.l-contents.padTno {
  padding-top: 0;
}

.c-pagetop {
  display: none;
  position: fixed;
  bottom: 5px;
  right: 15px;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.3;
}
.c-pagetop a {
  display: block;
}
.c-pagetop a::before, .c-pagetop a::after {
  position: absolute;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.c-pagetop a::before {
  width: 42px;
  height: 42px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #2E93E6;
  top: -44px;
  left: 50%;
  margin-left: -21px;
  border: 1px rgba(255, 255, 255, 0.8) solid;
}
.c-pagetop a::after {
  top: -38px;
  left: 50%;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 8px solid transparent;
  border-bottom: 12px solid #fff;
  margin-left: -8px;
}
.c-pagetop span {
  background: #fff;
  display: block;
  padding: 2px;
  margin-top: 2px;
  border-radius: 4px;
}
@media screen and (min-width: 768px) {
  .c-pagetop {
    bottom: 10px;
    font-size: 1.3rem;
  }
  .c-pagetop a::before {
    right: 20px;
  }
  .c-pagetop a::before {
    top: -44px;
    width: 42px;
    height: 42px;
    margin-left: -21px;
  }
}
.c-topicpath {
  font-size: 1.3rem;
  padding: 7px 10px;
  overflow-y: auto;
  white-space: nowrap;
}
.c-topicpath li {
  display: inline-block;
  position: relative;
}
.c-topicpath li::after {
  content: '\FF1E';
  position: relative;
  display: inline-block;
  margin: 0 3px 0 7px;
}
.c-topicpath li:last-child::after {
  display: none;
}
.c-topicpath li a {
  color: #0E5FA6;
  text-decoration: underline;
}
.c-topicpath li a:hover {
  text-decoration: none;
  color: #6D6D6D;
}
.c-topicpath li.none::after {
  content: '\FF1E';
  position: relative;
  display: inline-block;
  margin: 0 3px 0 7px;
}
@media screen and (min-width: 768px) {
  .c-topicpath {
    overflow-y: visible;
  }
}
@media screen and (max-width: 767px) {
  .c-topicpath {
    border-top: 1px #ccc solid;
  }
  .c-topicpath .l-container__inner {
    padding: 0;
  }
}

.u-bb-gray {
  border-bottom: 1px solid #bfbfbf;
}
@media screen and (min-width: 768px) {
  .u-bb-gray-pc {
    border-bottom: 1px solid #bfbfbf;
  }
}
.u-bbd-gray {
  border-bottom: 2px dotted #707070;
}
@media screen and (min-width: 768px) {
  .u-bbd-gray-pc {
    border-bottom: 2px dotted #707070;
  }
}
.u-bgc-gray {
  background: #F0F3F5;
  text-indent: 0em;
}
.u-padA01 {
  padding: 4px 8px;
}
.u-marL01 {
  margin-left: 5px;
}
.u-marB15 {
  margin-bottom: 15px;
}
.u-marB30 {
  margin-bottom: 30px;
}
.u-marBno {
  margin-bottom: 0px !important;
}
@media screen and (min-width: 768px) {
  .u-marB30_pc {
    margin-bottom: 30px;
  }
}
.u-marT6 {
  margin-top: 6px;
}
.u-marT10 {
  margin-top: 10px;
}
.u-padT20 {
  padding-top: 20px;
}
.u-padL4 {
  padding-left: 4px;
}
.u-padR4 {
  padding-right: 4px;
}
.u-padR8 {
  padding-right: 8px;
}
.u-fontL {
  font-size: 1.8rem;
}
.u-fontLL {
  font-size: 2.0rem;
}
.u-fontXL {
  font-size: 2.2rem;
}
.u-golink {
  display: block;
  margin-top: -70px;
  padding-top: 70px;
}
.u-ind1em {
  text-indent: -1em;
  padding-left: 1em;
}
.u-ind1em .u-ib {
  text-indent: 0em;
}
.u-ind2em {
  text-indent: -2em;
  padding-left: 2em;
}
.u-ind2em .u-ib {
  text-indent: 0em;
}
.u-tellink {
  color: #333;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .u-tellink {
    text-decoration: none;
    pointer-events: none;
  }
}
.u-v-tb {
  vertical-align: text-bottom;
}
.u-v-bl {
  vertical-align: baseline;
}
.u-v-mid {
  vertical-align: middle !important;
}
.u-hover-op {
  transition: .5s;
}
.u-hover-op:hover {
  opacity: 0.6;
}
.u-txtAL {
  text-align: left;
}
.u-txtAC {
  text-align: center;
}
.u-txtAR {
  text-align: right;
}
@media screen and (min-width: 768px) {
  .u-txtAL__pc {
    text-align: left;
  }
  .u-txtAC__pc {
    text-align: center;
  }
  .u-txtAR__pc {
    text-align: right;
  }
}
.u-ib {
  display: inline-block;
}
.u-blk {
  display: block;
}
.u-posRel {
  position: relative;
}
.u-bordB {
  margin-bottom: 20px;
  padding: 0 0 10px 15px;
  border-bottom: 1px #999 dotted;
}
.u-ls-0 {
  letter-spacing: normal;
}
.u-ls-25 {
  letter-spacing: 0.025em;
}
.u-ls-5p {
  letter-spacing: 0.5em;
}
.u-ls-m25 {
  letter-spacing: -0.025em;
}
.u-ls-m01 {
  letter-spacing: -0.01em;
}
.u-th {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .u-spOnly {
    display: none;
  }
}
.u-spOnly2 {
  display: none;
}
@media screen and (max-width: 470px) {
  .u-spOnly2 {
    display: inline;
  }
}
.u-pcOnly {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-pcOnly {
    display: block;
  }
}
.u-fontN {
  font-weight: normal;
}
.u-fcolor1 {
  color: #0E5FA6;
}
.u-fcolor2 {
  color: #d70202;
}
.u-icoNew {
  background: #d70202;
  color: #fff;
  padding: 1px 2px;
  border-radius: 4px;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0;
  margin: 0 5px;
}

@media screen and (min-width: 768px) {
  span.u-pcOnly, br.u-pcOnly, a.u-pcOnly {
    display: inline;
  }
}
