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.05em;
  font-size: 1.5rem;
}
.l-container__inner {
  max-width: 1500px;
  min-width: 1000px;
  margin: 0 auto;
  padding: 0 10px;
}

.narrow1 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.narrow1_5 {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.narrow2 {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.narrow3 {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.narrow4 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.l-header {
  padding: 10px 5px;
  background: #002D55;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.l-header__logo {
  font-weight: bold;
  font-size: 1.8rem;
  display: -webkit-box;
  display: flex;
  align-items: center;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .l-header__logo {
    font-size: 2.0rem;
  }
}
.l-header .l-container__inner {
  max-width: none;
}
.l-header .img {
  padding: 5px 8px;
  background: #fff;
  display: block;
}
.l-header .img img {
  width: 130px;
  display: block;
}

.l-footer {
  /*&__logo{
  	text-align: center;
  	span{
  		display: inline-block;
  		background:#fff; 
  	}
  	a{
  		padding: 10px;
  		display: block;
  		img{
  			display: block;
  		}
  	}
  }*/
  /*&__bt{
  	clear: both;
  	font-size: 1.4rem;
  	text-align: center;
  	padding: 10px;
  	color: #5A5A5A;
  }*/
}
.l-footer__info {
  font-size: 1.4rem;
  padding: 10px;
  background: #EBF8FF;
}
@media screen and (min-width: 768px) {
  .l-footer__info {
    padding: 20px;
  }
}
.l-footer__info dt {
  margin-bottom: 5px;
  font-weight: bold;
  color: #002D55;
}
.l-footer__info dd {
  padding: 0 10px 15px;
}
@media screen and (min-width: 768px) {
  .l-footer__info dd {
    padding: 0 20px 20px;
  }
}
.l-footer__info dd ul {
  margin-top: 5px;
}
.l-footer__info dd ul li {
  word-break: break-all;
}
@media screen and (min-width: 768px) {
  .l-footer__info dd ul {
    margin-top: 8px;
  }
}
.l-footer .u-tellink {
  color: #fff;
}

main {
  clear: both;
}

.l-contents {
  padding: 10px 0 30px;
}
@media screen and (min-width: 768px) {
  .l-contents {
    padding: 10px 0 80px;
  }
}
.l-contents.padTno {
  padding-top: 0;
}
.l-contents.top {
  padding-top: 30px;
}
@media screen and (min-width: 768px) {
  .l-contents.top {
    padding-top: 60px;
  }
}

.c-pagetop {
  display: none;
  position: fixed;
  bottom: 5px;
  right: 15px;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.3;
  z-index: 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: #23B7E5;
  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: #007BB8;
  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;
  }
}
.c-paragraph {
  padding-top: 20px;
}
@media screen and (min-width: 400px) {
  .c-paragraph {
    padding-top: 35px;
  }
}
@media screen and (min-width: 768px) {
  .c-paragraph {
    padding-top: 50px;
  }
}
.c-paragraph__in {
  padding-left: 5px;
  padding-right: 5px;
}
@media screen and (min-width: 400px) {
  .c-paragraph__in {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (min-width: 768px) {
  .c-paragraph__in {
    padding-left: 30px;
    padding-right: 30px;
    margin-left: auto;
    margin-right: auto;
  }
}
.c-txt {
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .c-txt {
    padding-bottom: 40px;
  }
}
.c-txt p {
  margin-bottom: 10px;
}
.c-txt p a {
  text-decoration: underline;
}
.c-txt p a:hover {
  text-decoration: none;
  opacity: .7;
}
.c-txt .disc li a {
  text-decoration: underline;
}
.c-txt .disc li a:hover {
  text-decoration: none;
  opacity: .7;
}

.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-marR04 {
  margin-right: 4px;
}
.u-marL1em {
  margin-left: 1em;
}
.u-marB5 {
  margin-bottom: 5px;
}
.u-marB10 {
  margin-bottom: 10px;
}
.u-marB15 {
  margin-bottom: 15px;
}
.u-marB20 {
  margin-bottom: 20px;
}
.u-marB30 {
  margin-bottom: 30px;
}
.u-marB60 {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .u-marB60 {
    margin-bottom: 40px;
  }
}
.u-marB90 {
  margin-bottom: 90px;
}
.u-marBno {
  margin-bottom: 0px !important;
}
@media screen and (min-width: 768px) {
  .u-marB30_pc {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .u-marB30_sp {
    margin-bottom: 30px;
  }
}
.u-marT5 {
  margin-top: 5px;
}
.u-marT10 {
  margin-top: 10px;
}
.u-marT15 {
  margin-top: 15px;
}
.u-marT20 {
  margin-top: 20px;
}
.u-marT30 {
  margin-top: 30px;
}
.u-marT40 {
  margin-top: 40px;
}
.u-marT60 {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .u-marT60 {
    margin-top: 40px;
  }
}
.u-padT20 {
  padding-top: 20px;
}
.u-padT30 {
  padding-top: 30px;
}
.u-padTno {
  padding-top: 0px !important;
}
.u-padL4 {
  padding-left: 4px;
}
.u-padR4 {
  padding-right: 4px;
}
.u-padR8 {
  padding-right: 8px;
}
.u-fontS {
  font-size: 1.3rem;
}
.u-fontM {
  font-size: 1.5rem;
}
.u-fontL {
  font-size: 1.7rem;
}
.u-fontLL {
  font-size: 1.9rem;
}
.u-fontXL {
  font-size: 2.1rem;
}
.u-fontXXL {
  font-size: 3.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;
  }
}
@media screen and (max-width: 767px) {
  .u-txtAL__sp {
    text-align: left;
  }
  .u-txtAC__sp {
    text-align: center;
    display: block !important;
  }
  .u-txtAR__sp {
    text-align: right;
  }
}
.u-ib {
  display: inline-block;
}
.u-blk {
  display: block;
}
.u-disNo {
  display: none;
}
.u-posRel {
  position: relative;
}
.u-bordB {
  padding-left: 10px;
  padding-right: 10px;
  border-bottom: 3px #999 double;
}
.u-bordL {
  padding-left: 8px;
  border-left: 1px #666 solid;
}
@media screen and (max-width: 767px) {
  .u-bordL {
    border-left: none;
    margin-bottom: 10px;
  }
}
.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-spOnly_s {
  display: none;
}
@media screen and (max-width: 470px) {
  .u-spOnly_s {
    display: block;
  }
}
.u-spOnly_s2 {
  display: none;
}
@media screen and (max-width: 470px) {
  .u-spOnly_s2 {
    display: inline;
  }
}
.u-pcOnly_s {
  display: block;
}
@media screen and (max-width: 470px) {
  .u-pcOnly_s {
    display: none;
  }
}
.u-pcOnly_s2 {
  display: inline;
}
@media screen and (max-width: 470px) {
  .u-pcOnly_s2 {
    display: none;
  }
}
.u-pcOnly_s4 {
  display: none;
}
@media screen and (max-width: 1280px) and (min-width: 630px) {
  .u-pcOnly_s4 {
    display: inline;
  }
}
.u-fontN {
  font-weight: normal;
}
.u-fcolor1 {
  color: #007BB8;
}
.u-fcolor2 {
  color: #d70202;
}
.u-fcolor3 {
  color: #DB0A0A;
}
.u-fcolor4 {
  color: #999;
}
.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;
}
.u-bg__red {
  background: #FFF4F4;
}
.u-bg__red .input-err {
  background: #ffe1e1;
}
.u-steparrow {
  position: relative;
  width: 100%;
  height: 20px;
}
.u-steparrow::before {
  position: absolute;
  content: '';
  left: 50%;
  top: 0;
  box-sizing: border-box;
  width: 50px;
  margin-left: -25px;
  height: 25px;
  border: 25px solid transparent;
  border-top: 25px solid #DEE5E7;
}
.u-blightBg, .u-blightErr, .u-blightErr2 {
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  background: #fff;
}
.u-blightBg {
  animation-name: blightBg;
}
.u-blightErr {
  animation-name: blightErr;
}
.u-blightErr2 {
  animation-duration: 2.4s;
  animation-iteration-count: 3;
  animation-name: blightErr2;
}

.translate {
  transition: .4s;
  transform: translateX(20px);
  opacity: 0;
}

.text-center {
  padding-top: 10px;
  text-align: center;
}

.disc {
  list-style: disc;
  margin-left: 2em;
}

.spMes {
  display: none;
}

.viewSp .spMes {
  display: block;
  background: url("../img/ico_attention01.svg") no-repeat left 10px top 10px/auto 20px;
  text-indent: 1.7em;
}
@media screen and (min-width: 400px) {
  .viewSp .spMes {
    background-position: left 15px top 15px;
  }
}
@media screen and (min-width: 768px) {
  .viewSp .spMes {
    background-position: left 30px top 30px;
  }
}

.viewSp .spMes:empty {
  display: none;
}

@media screen and (min-width: 768px) {
  span.u-pcOnly, br.u-pcOnly, a.u-pcOnly {
    display: inline;
  }
}
@keyframes blightBg {
  0% {
    background: #fff;
  }
  50% {
    background: #fff1c5;
  }
  100% {
    background: #fff;
  }
}
@keyframes blightErr {
  0% {
    background: #fff;
  }
  50% {
    background: #ffe3e3;
  }
  100% {
    background: #FFF4F4;
  }
}
@keyframes blightErr2 {
  0% {
    background: #fff;
  }
  25% {
    background: #ffe3e3;
  }
  50% {
    background: #fff;
  }
  75% {
    background: #ffe3e3;
  }
  100% {
    background: #fff;
  }
}
.loaderVer2 span {
  width: 13px;
  height: 13px;
  background: #333;
  display: inline-block;
  margin: 0 4px;
  border-radius: 50%;
  -webkit-animation: flash 1s infinite ease;
  animation: flash 1s infinite ease;
}
.loaderVer2 span.loader2 {
  animation-delay: .1s;
  -webkit-animation-delay: .1s;
}
.loaderVer2 span.loader3 {
  animation-delay: .2s;
  -webkit-animation-delay: .2s;
}

@keyframes flash {
  0%,
	100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
.unsupportedMode {
  border: 2px #DB0A0A solid;
  padding: 10px;
  background: #fffcca;
}

#ieMode {
  display: none;
}
