@charset "UTF-8";

/******************************
  common
******************************/
.imgbox{
  text-align: center;
}
.link-txtunder,
.singlecontent a{
  color: #004B9E;
  text-decoration: underline;
}
.link-txtunder:hover,
.singlecontent a:hover{
  text-decoration: none;
}
.singlecontent p,
.txtbox p:not(:last-of-type){
  margin-bottom: 1rem;
}
.kome,
.ten{
  padding-left: 2rem;
  position: relative;
}
.kome::before,
.ten::before{
  content:"※";
  position: absolute;
  top: 0;
  left: 0;
}
.ten::before{
  content:"・";
}

.pcpage{
  display: block;
}
.sppage{
  display: none;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .pcpage{
    display: none;
  }
  .sppage{
    display: block;
  }
}

/******************************
  inner
******************************/
.topsec .inner1{
  margin: 0 5%;
}
.topsec .inner2{
  padding: 0 5%;
}

.topsecsp .inner1{
  margin: 0 3.25%;
}
.topsecsp .inner2{
  padding: 0 3.25%;
}

.cmpmainpc .inner1{
  margin: 0 8.22%;
}
.cmpmainpc .inner2{
  padding: 0 8.22%;
}

.cmpmainsp .inner1{
  margin: 0 2.6%;
}
.cmpmainsp .inner2{
  padding: 0 2.6%;
}

/******************************
  flex
******************************/
.flexbox1{
  display: flex;
  flex-wrap: wrap;
}
.flexbox2{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.flexbox3{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.flex{
  display: flex;
}
.frr{
  flex-direction: row-reverse;
}
.fac{
  align-items: center;
}
.fast{
  align-items: stretch;
}
.fafe{
  align-items: flex-end;
}
.fafs{
  align-items: flex-start;
}
.fabl{
  align-items: baseline;
}

.fbox,
.ftxtbox,
.fimgbox{
  width: 48%;
}
.fimgbox{
  text-align: center;
}

/******************************
  footer
******************************/
.cmnfot{
  background: #fff;
  padding: 3vw 0 2vw;
}
.cmnfot .fotlogo {
  margin: 0 auto;
  width: 37.89%;
}
.cmnfot .fotlogo li:first-of-type{
  width: 57.18%;
}
.cmnfot .fotlogo li:last-of-type{
  width: 31.75%;
}
.cmnfot .fotcopy{
  margin: 2vw auto 0;
  width: 39.89%;
}

@media only screen and (max-width: 767px) {
  .cmnfot{
    padding: 1.5vw 0 1vw;
  }
  .cmnfot .fotlogo {
    width: 51.76%;
  }
  .cmnfot .fotlogo li:first-of-type{
    width: 63.47%;
  }
  .cmnfot .fotlogo li:last-of-type{
    width: 30.47%;
  }
  .cmnfot .fotcopy{
    line-height: 1;
    margin: 0 auto;
    width: 79.92%;
  }
}

.l-head {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.7;
  position: absolute !important;
  font-family: "M PLUS 1p","游ゴシック体",YuGothic,"Yu Gothic Medium",-apple-system,BlinkMacSystemFont,Roboto,meiryo,sans-serif;
}
.l-footer {
  font-size: 1.8rem;
  font-family: "M PLUS 1p","游ゴシック体",YuGothic,"Yu Gothic Medium",-apple-system,BlinkMacSystemFont,Roboto,meiryo,sans-serif;
  font-weight: 400;
  line-height: 1.7;
}
.c-card1__name span {
  font-weight: 700;
}
.l-head a {
  color: inherit;
}
.l-gnavi__cont__ttl a, .l-gnavi__cont__ttl2 a {
  font-weight: 700;
}
.l-spGnavi__icon span,
.c-tab1__cat {
  font-weight: 700;
}
.c-btn1 span,
.l-footer__link span {
  font-weight: 500;
}
.l-footer:before {
  background: url(/assets/img/common/line-wave06.svg) repeat-x #fff;
}
@media only screen and (max-width: 767px) {
  .l-head,
  .l-footer {
    width: 100%;
    min-width: 360px;
    font-size: 1.44rem;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    box-sizing: border-box;
  }
  .l-menu {
    position: absolute !important;
  }
  .l-footer span {
    font-weight: 500;
  }
  .l-footer .c-card1__name span {
    font-weight: 700;
  }
  .l-spGnavi__mdList__cat span {
    font-weight: 500;
  }
  .l-spGnavi__mdList__item span {
    font-weight: 400;
  }
  .l-footer {
    margin-top: 20px;
  }
  a:hover {
    opacity: 1 !important;
    transition: all .3s linear;
  }
}
.c-tab1__cat span {
  font-weight: 700;
}
.l-head a {
  transition: all .3s linear;
}
@media only screen and (min-width: 768px) {
  .c-btnTop:hover,
  .l-head a:hover,
  .l-footer a:hover {
    opacity: 1;
  }
  .l-header__logo:hover {
    opacity: 0.7 !important;
  }
}
.l-path {
  display: none;
}
.fix-banner {
  display: none;
}