@charset "UTF-8";

/******************************
  font
******************************/
.ffMpR{
  font-family: 'M PLUS Rounded 1c', sans-serif;
}
.ffAxia{
  font-family: "axia", sans-serif;
  font-weight: 400;
}

/******************************
  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: 2rem;
}
.kome{
  padding-left: 2rem;
  position: relative;
}
.kome::before{
  content:"※";
  position: absolute;
  top: 0;
  left: 0;
}

/******************************
  inner
******************************/
.inner1,
.inner2,
.inner3{
  margin: 0 auto;
  max-width: 1460px;
  padding: 0 2rem;
}
.inner2{
  max-width: 1920px;
}
.inner3{
  max-width: 1280px;
}
.innernp{
  margin: 0 auto;
  max-width: 1920px;
}

@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) {
    
}

/******************************
  animation
******************************/
@keyframes rotationY{
  0%{
    opacity: 0;
    transform:rotateY(0);
  }
  100%{
    opacity: 1;
    transform:rotateY(360deg); 
  }
}
@keyframes fluffy{
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-30px);
  }
}

.linemarker {
  display: inline;
  position: relative;
  background-image: linear-gradient(90deg , #F9F871 , #F9F871);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 0 30%;
  transition: all 1s ease-in-out;
  font-weight: bold;
}
.active .linemarker {
  background-size: 100% 30%;
}

.imgttl .fimgbox{
  opacity: 0;
}
.imgttl.active .fimgbox{
  animation:1s linear rotationY;
  opacity: 1;
}

/******************************
  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;
}

/******************************
  ttl
******************************/

/******************************
  btn
******************************/
.fomb,
.morebtn1{
  margin: 0 auto;
  max-width: 300px;
  text-align: center;
}
.fomb input,
.morebtn1 a{
  background: #D61643;
  border-radius: 10px;
  box-shadow: 5px 5px #81142E;
  color: #fff;
  display: block;
  padding: 1.5rem;
  transition: all 0.3s;
  width: 100%;
}
.fomb input:hover,
.morebtn1 a:hover{
  box-shadow: none;
  opacity: 1;
  transform: translate3d(0, 5px, 0);
}
.morebtn1 a{
  background: #00A0A3;
  box-shadow: 5px 5px #015556;
}

/******************************
  tbl
******************************/

/******************************
  header
******************************/
.cmnhead {
  background: linear-gradient(180deg , #fff , transparent);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.cmnhead .logo{
  padding: 2rem;
}
.cmnhead .logo a{
  display: block;
}
@media only screen and (max-width: 1180px) {
    
}
@media only screen and (max-width: 1024px) {
  .cmnhead .logo a{
    max-width: 350px;
  }
}
@media only screen and (max-width: 820px) {
    
}
@media only screen and (max-width: 768px) {
    
}
@media only screen and (max-width: 767px) {
  .cmnhead{
    position: static;
  }
  .cmnhead .logo {
    padding: 1rem;
  }
  .cmnhead .logo a {
    max-width: 300px;
    margin: 0 auto;
  }
}


/******************************
  footer
******************************/
.cmnfot{
  background: #000b95;
  color: #fff;
  padding: 5rem 0;
}
.cmnfot .fbox{
  width: 280px;
}
.cmnfot .ftxtbox{
  max-width: 700px;
  width: 100%;
}
.cmnfot .fbox .morebtn1{
  margin-top: 2rem;
}
.cmnfot .ftxtbox .fbox{
  width: 340px;
}
.cmnfot .ftxtbox .fbox .fotinfo{
  height: 280px;
}
.cmnfot .ftxtbox .fbox .infottl{
  border-bottom: 3px dotted #fff;
  color: #F9F871;
  font-size: 1.8rem;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}
.cmnfot .ftxtbox .fbox .infocontent dt{
  padding-right: 1rem;
}
.cmnfot .ftxtbox .fbox .infocontent dd{
  padding-left: 2rem;
  position: relative;
}
.cmnfot .ftxtbox .fbox .infocontent dd span{
  position: absolute;
  left: 0;
}
@media only screen and (max-width: 1180px) {
    
}
@media only screen and (max-width: 1024px) {
    
}
@media only screen and (max-width: 820px) {
  .cmnfot .fbox{
    margin: 0 auto 4rem;
  }
  .cmnfot .ftxtbox{
    max-width: 100%;
  }
}
@media only screen and (max-width: 768px) {
    
}
@media only screen and (max-width: 767px) {
  .cmnfot .ftxtbox .fbox{
    margin-bottom: 2rem;
    width: 100%;
  }
  .cmnfot .ftxtbox .fbox:last-of-type{
    margin-bottom: 0;
  }
  .cmnfot .ftxtbox .fbox .fotinfo{
    height: auto;
  }
  .cmnfot .ftxtbox .fbox .fotinfo:not(:last-of-type){
    margin-bottom: 2rem;
  }
  .cmnfot .ftxtbox .fbox .fotinfo .infocontent .flex{
    display: block;
  }
  .cmnfot .ftxtbox .fbox .infocontent dd {
    border-bottom: 1px solid;
    margin-bottom: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .cmnfot .ftxtbox .fbox .infocontent dd span{
    display: none;
  }
}