@charset "UTF-8";

/******************************
  パンくず
******************************/
.cmn-breadcrumb{
  background: #0B1E46;
  color: #fff;
  padding: 10px;
  font-size: 14px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.cmn-breadcrumb a{
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .cmn-breadcrumb{
    background: #0B1E46;
    color: #fff;
    padding: 10px;
    font-size: 14px;
    position: relative;
    width: 100%;
  }
}

/*****************************
    ページのコンテンツ少ないとき
*****************************/
.cmn-main{
  min-height: calc(100vh - 600px);
}

/*****************************
    ページャー
*****************************/
.pager{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  text-align: center;
}
.pager li{
  width: calc(100%/3);
}
.pager .prev a{
  background: #123073;
  color: #fff;
  padding: 6px 60px 6px;
}
.pager .prev a:hover{
  background: #F0F5F5;
  border: 1px solid #123073;
  color: #181818;
  opacity: 1;
}
.pager .all a{
  background: #0C1F49;
  border: 1px solid #0C1F49;
  color: #fff;
  padding: 6px 60px 6px;
  transition: .5s;
}
.pager .all a:hover{
  background: #F0F5F5;
  color: #181818;
  opacity: 1;
}
.pager .next a{
  background: #123073;
  color: #fff;
  padding: 6px 60px 6px;
}
.pager .next a:hover{
  background: #F0F5F5;
  border: 1px solid #123073;
  color: #181818;
  opacity: 1;
}
@media screen and (max-width: 1024px) {
}

@media screen and (max-width: 820px) {
}

@media screen and (max-width: 767px) {
  .pager .prev a{
      padding: 6px 30px 6px;
  }
  .pager .all a{
      padding: 6px 30px 6px;
  }
  .pager .next a{
      padding: 6px 30px 6px;
  }
}
/*****************************
    ページネーション
*****************************/
.pagination{
  margin-top: 60px;
  margin-bottom: 60px;
  text-align: center;
}
.pagination .current{
  background: #123073;
  color: #fff;
  padding: 6px 10px 6px;
}
.page-numbers{
  background: #F0F5F5;
  border: 1px solid #333;
  padding: 6px 10px 6px;
}
@media screen and (max-width: 1024px) {
}

@media screen and (max-width: 820px) {
}

@media screen and (max-width: 767px) {
  .pagination{
      margin-top: 60px;
  }
}

/*****************************
    single
*****************************/
.singlehead{
  margin-top: 30px;
}
.singlehead .date{
  color: #123073;
}
.singlehead h2{
  border-bottom: 2px dotted #C2C2C2;
  position: relative;
  color: #0C1F49;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .singlehead h2{
    font-size: 20px;
  }
}

/*****************************
    404
*****************************/
.page-404 .morebtn{
  text-align: center;
  margin-top: 30px;
}
.page-404 .morebtn a{
  background: #0B1E46;
  border: 1px solid #0B1E46;
  color: #fff;
  padding: 10px 40px 10px;
  transition: .5s;
}
.page-404 .morebtn a:hover{
  background: #fff;
  color: #0B1E46;
  opacity: 1;
}

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

/******************************
  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) {
    
}

/******************************
  default TABLE
******************************/
.deftbl{
  border-top: 1px solid #c7c7c7;
  border-left: 1px solid #c7c7c7;
  border-collapse: collapse;
  width: 100%;
}
.deftbl th{
  border-bottom: 1px solid #c7c7c7;
  border-right: 1px solid #c7c7c7;
  padding: 20px;
  box-sizing: border-box;
  background-color: #09235D;
  color: #fff;
  text-align: left;
  vertical-align: middle;
  width: 25%;
  min-width: 180px;
}
.deftbl td{
  border-bottom: 1px solid #c7c7c7;
  border-right: 1px solid #c7c7c7;
  background: #fff;
  padding: 20px;
  box-sizing: border-box;
  text-align: left;
}
.deftbl ul{
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .deftbl th{
      width: 100%;
      display: block;
      padding: 5px 10px;
  }
  .deftbl td{
      padding: 10px;
      display: block;
  }
}

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

/******************************
  header
******************************/
.cmnhead{
  background: #fff;
  padding: 1rem 0 1rem;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
.cmnhead .logo{
  max-width: 300px;
}
.cmnnav{
  margin-right: 120px;
}
.navlist a{
  display: block;
  padding: 0 1rem;
}
.navlist a:hover,
.navlist .nowpage a{
  border-bottom: 2px solid #0B1E46;
  opacity: 1;
}
.headtel{
  position: absolute;
  top: 1rem;
  right: 2rem;
}
.headtel a{
  font-size: 2.2rem;
  line-height: 1;
}
.headtel p{
  font-size: 1.4rem;
}
.headc{
  background: #0B1E46;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  padding: 13px;
}
.headc a{
  color: #fff;
  text-align: center;
}
.headc a i{
  display: block;
  text-align: center;
  font-size: 30px;
}

.spbtn{
  background: #0B1E46;
  border-radius: 5px;
	cursor: pointer;
  display: none;
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 40px;
  height:40px;
  z-index: 9999;
}
.spbtn span{
  background: #fff;
  border-radius: 2px;
  display: inline-block;
  position: absolute;
  left: 50%;
  height: 2px;
  transition: all .4s;
  transform: translateX(-50%);
  width: 20px;
}
.spbtn span:nth-of-type(1) {
	top:10px;
}
.spbtn span:nth-of-type(2) {
	top:18px;
}
.spbtn span:nth-of-type(3) {
	top:26px;
}
.spbtn.active span:nth-of-type(1) {
  top: 14px;
  left: 14px;
  transform: translateY(6px) rotate(-135deg);
  width: 30%;
}
.spbtn.active span:nth-of-type(2) {
	opacity: 0;
}
.spbtn.active span:nth-of-type(3){
  top: 26px;
  left: 14px;
  transform: translateY(-6px) rotate(135deg);
  width: 30%;
}
.splogo{
  display: none;
}

@media only screen and (max-width: 1180px) {
  .cmnhead {
    padding: 3rem 0 1rem;
  }
  .cmnnav {
    margin-right: 0;
  }
  .headtel {
    top: 0.5rem;
  }
}
@media only screen and (max-width: 1024px) {
  .headtel {
    display: none;
  }
  .cmnhead {
    padding: 1.5rem 0;
  }
  .cmnhead .logo {
    max-width: 250px;
  }
  .spbtn{
    display: block;
  }
  .cmnnav {
    padding: 0 2rem;
    position: fixed;
    top: 0;
    left: 0;
    height: 0;
    width: 100%;
  }
  .cmnnav.active{
    background: #e3e3e3;
    height: 100vh;
  }
  .cmnnav.active .splogo{
    display: block;
    margin: 4rem auto;
    max-width: 300px;
    text-align: center;
  }
  .navlist{
    visibility: hidden;
    transform-origin: top center;
    transform: scale(.5);
  }
  .cmnnav.active .navlist{
    display: block;
    margin: 2rem auto;
    max-width: 300px;
    text-align: center;
    transition: .3s;
    transform: scale(1);
    visibility: visible;
  }
  .cmnnav.active .navlist li a{
    background: #fff;
    border: 1px solid #0B1E46;
    margin: 1rem 0;
    padding: 1rem;
  }
  .cmnnav.active .navlist li a:hover,
  .cmnnav.active .navlist li.nowpage a{
    background: #0B1E46;
    color: #fff;
  }

}
@media only screen and (max-width: 820px) {
    
}
@media only screen and (max-width: 768px) {
    
}
@media only screen and (max-width: 767px) {
    
}

/******************************
  footer
******************************/
.cmnfot{
  background: linear-gradient(360deg, #133277, #0A1B3F);
  color: #fff;
  padding-top: 30px;
  padding-bottom: 20px;
}
.fflex{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgb(255 255 255 / 40%);
}
.flflex{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 30px;
  line-height: 1.8;
}
.flfbox{
  width: calc(100% / 3);
}
.flfbox a{
  color: #fff;
}
.flfbox li a{
  color: #fff;
}

address{
  font-style: normal;
}
.fotcopy{
  font-size: 12px;
  text-align: center;
  margin-top: 30px;
}

@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: 767px) {
  .flfbox {
    width: 100%;
    margin-bottom: 10px;
  }
}

/*****************************
  BTN CONTACT FOOTER
*****************************/
a.btn-border2 {
  border: 2px solid #0B1E46;
  border-radius: 0;
  background: #fff;
  box-shadow: 4px 4px 0 #fff;
  color: #0B1E46;
  padding: 6px 20px;
  display: inline-block;
  width: 300px;
  text-align: center;
  margin: 30px 0;
  transition: .5s;
}

a.btn-border2:hover {
  box-shadow: -4px -4px 0 #fff;
}

/*****************************
  ANCHOR
*****************************/
a.anchor {
  display: block;
  padding-top: 80px;
  margin-top: -80px;
  pointer-events: none;
}

/*****************************
  CONTACT AREA
*****************************/
.contactarea{
  width: 800px;
  margin: 0 auto;
  max-width: 100%;
}
.careaflex{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.careafbox{
  width: calc(100% / 2);
  padding: 10px;
}
.cotactareasec a.btn-border{
  padding: 10px 20px;
  width: 240px;
}
.linebtn{
  text-align: center;
}
.linebtn img{
  width: auto;
  height: 50px;
}
@media only screen and (max-width: 767px) {
  .careafbox{
    width: 100%;
  }
}

/*****************************
  CONTACT LINE
*****************************/
.cline{
  margin: 20px 0;
}
.cline img{
  height: 50px;
  width: auto;
}

/*****************************
  FONT COLOR
*****************************/
.red{
  color: #eb0000;
}