@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:"・";
}

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

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

/******************************
  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
******************************/
.ttlbox1{
  margin-bottom: 1rem;
  padding-left: 2rem;
  position: relative;
}
.ttlbox1::before,
.ttlbox1::after{
  content: "";
  aspect-ratio: 1/1;
  background: #b9b2a8;
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1;
}
.ttlbox1::before{
  top: 5px;
  left: 5px;
  width: 25px;
}
.ttlbox1::after{
  background: #836B4B;
  width: 16px;
}
.ttlbox1 .ttl{
  font-size: 2.8rem;
  position: relative;
}
.ttlbox1 .ttl:first-letter {
  font-size: 3.2rem;
}
@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) {
  .ttlbox1 .ttl{
    font-size: 2.4rem;
  }
  .ttlbox1 .ttl:first-letter {
    font-size: 2.8rem;
  }
}

/******************************
  btn
******************************/
.morebtn1 a{
  background: #fff;
  border: 1px solid #000;
  box-shadow: 5px 5px #000;
  display: inline-block;
  opacity: 1;
  padding: .5rem 2rem;
  min-width: 180px;
  text-align: center;
  transition: .5s;
}
.morebtn1 a:hover{
  background: #000;
  box-shadow: 0 0 #000;
  color: #fff;
}

/******************************
  tbl
******************************/
.tblbox1 .tbl{
  border-bottom: 1px solid #d2d2d2;
}
.tblbox1 .tblttl,
.tblbox1 .tblcontent{
  padding: 1rem 2rem;
}
.tblbox1 .tblttl{
  width: 200px;
}
.tblbox1 .tblcontent{
  width: calc(100% - 200px);
}
@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) {
  .tblbox1 .tblttl,
  .tblbox1 .tblcontent{
    width: 100%;
  }
  .tblbox1 .tblttl{
    background: #e4dfd9;
    padding: .8rem 1.5rem;
  }
  .tblbox1 .tblcontent{
    padding: 2rem 1.5rem;
  }
}

/******************************
  newslist
******************************/
.newslist{
  flex-direction: column;
}
.newslist li{
  border-top: 1px solid #333;
}
.newslist li:last-of-type{
  border-bottom: 1px solid #333;
}
.newslist li a{
  display: block;
  padding: 2rem;
}

.pagination{
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 6rem;
}

.pager{
  gap: 1rem;
  text-align: center;
}
.pager li{
  min-width: 20px;
}
@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) {
  .newslist li a {
    padding: 1rem;
  }
  .newslist li a .time{
    font-size: 1.4rem;
  }
}

/******************************
  header
******************************/
.cmnhead{
  padding-top: 3rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50;
}

.spbtn {
  cursor: pointer;
  position: fixed;
  top: 1rem;
  right: 1rem;
  transition: .5s;
  height: 50px;
  width: 50px;
  z-index: 99;
}
.spbtn span {
  background: #000000;
  border-bottom: 1px solid #fff;
  border-radius: 2px;
  display: inline-block;
  position: absolute;
  right: 14px;
  transition: all .4s;
  height: 2px;
  width: 45%;
}
.spbtn span:nth-of-type(1) {
  top: 15px;
}
.spbtn span:nth-of-type(2) {
  top: 23px;
}
.spbtn span:nth-of-type(3) {
  top: 31px;
}
.spbtn.active {
  z-index: 100;
}
.spbtn.active span {
  background: #fff;
  top: 50%;
  right: auto;
  left: 50%;
  transform: translate(-50%,-50%) rotate(-45deg);
  width: 30%;
}
.spbtn.active span:nth-of-type(2) {
  opacity: 0;
}
.spbtn.active span:nth-of-type(3) {
  transform: translate(-50%,-50%) rotate(45deg);
}

.cmnnav {
  background: rgba(0,0,0,.8);
  color: #fff;
  max-width: 340px;
  opacity: 0;
  padding: 8rem 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  right: 0;
  height: 100lvh;
  width: 100vw;
  transition: 1s;
  z-index: 99;
}
.cmnnav.active {
  opacity: 1;
  pointer-events: all;
}
.splogo {
  display: block;
  filter: brightness(0) invert(1);
  text-align: center;
  margin: 0 auto 2rem;
  width: 200px;
}
.cmnnav > ul {
  gap: 1rem;
  padding: 0 2rem;
}
.cmnnav ul > li {
  width: 100%;
}
.cmnnav ul > li > a {
  border-bottom: 1px solid #fff;
  color: #fff;
  display: flex;
  align-items: flex-end;
  font-size: 2rem;
  gap: 1rem;
  line-height: 1.6;
  padding: 1rem 2rem;
  position: relative;
  text-align: left;
}
.cmnnav ul > li > a span{
  display: block;
  font-size: 1.4rem;
  line-height: 1.8;
}
.cmnnavgr a::before {
  display: none;
}
.cmnnavgr a:hover::after,
.cmnnavgr a.nowpage::after {
  content: "";
  aspect-ratio: 1/1;
  background: #fff;
  border-radius: 100%;
  position: absolute;
  top: 23px;
  left: .3rem;
  width: 8px;
}
@media only screen and (max-width: 1180px) {
  .cmnhead{
    padding-top: 2rem;
  }
  .cmnhead .logo{
    width: 150px;
  }
}
@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) {
}


/******************************
  footer
******************************/
.cmnfot {
  padding: 10rem 0 2rem;
}
.cmnfot::before{
  content: "";
  background: #707070;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  width: 100px;
}
.cmnfot .fotlogo{
  max-width: 180px;
  margin: 0 auto;
}
.cmnfot .fotlink{
  margin: 3rem 0;
}
.cmnfot .fotlink,
.cmnfot .fotcopy{
  text-align: center;
}
