@charset "UTF-8";

html {
  user-select: none; /* CSS3 */
  -moz-user-select: none; /* Firefox */
  -webkit-user-select: none; /* Safari、Chromeなど */
  font-size: 100%;
}

ul li{
  text-decoration: none;
  display: block;
}

li{
  list-style: none;
}

a{
  display: block;  
  text-decoration: none;
  color: #333333;
  transition: .3s;
  width: 100%;
  height: 100%;
}

a:hover{
  cursor: pointer;
  opacity: .7;
  transition: .3s;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

body{
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: none;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
}
h1,h2,h3,h4,h5,h6,p,ul,li{
    margin: 0;
    padding: 0;
}

*,*::before,*::after{
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}


/* 横幅 */
.wrapper{
  max-width: 1000px;
  margin: 0 auto;
}
.sp-br{
  display: none;
}
/* kv */

.kvttl {
  width:100%;
  max-width:1000px;
  margin:30px auto;
  background-color:#F3F5FA;
  padding:40px 50px;
}
.kvttl h2{
  color:#002060;
  font-size:280%;
}
.kvttl p {
  margin:0;
}
.kvttl p.h2rub {
  margin-bottom:10px;
}
.kvttl p.subtxts {
  line-height:1.3;
  margin-top:10px;
}

/* kv終わり */

/* ltd-list */
.ltd-list{
  max-width: 800px;
  margin: 30px auto;
}
.ltd-list ul.list-item1{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.ltd-list ul.list-item2{
  display: flex;
  flex-wrap: wrap;
}
.ltd-list ul.list-item1 li{
  width: 23%;
  margin: 10px 5px;
  text-align: center;
}

.ltd-list ul.list-item2 li{
  width: 23%;
  margin: 10px 10px;

  text-align: center;
}
.ltd-list ul.list-item2 li:first-of-type{
  margin-left: 5px;
}
.ltd-list ul li a{
  display:block;
  width:100%;
  color: #fff;
  background-color: #1A4988;
  font-size: 14px;
  letter-spacing: 1.7px;
  font-weight: bold;
  border-radius: 5px;
  padding:15px 10px;
  transition:opacity 0.3s;
}
.ltd-list ul li a:hover{
  opacity:0.7;
}

@media screen and (max-width:768px){
  .header .title{
    font-size: 30px;
    padding-right: 0px;
    letter-spacing: 3px;
  }
  .header .header-img{
    position: static;
    width: 290px;
    margin: 50px auto 60px auto;
  }
  .ltd-list ul.list-item1 li{
    width: 45%;
    margin: 10px;
    background-color: #1A4988;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 5px;
  }
  .ltd-list ul.list-item2 li{
    width: 45%;
    margin: 10px 10px;
  
    background-color: #1A4988;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 5px;
  }
  .ltd-list ul.list-item2 li:first-of-type{
    margin-left: 10px;
  }
  .ltd-list ul li a{
    font-size: 20px;
  }
  .ltd-list ul.list-item1{
    justify-content: space-between;
  }
  .ltd-list ul.list-item2{
    justify-content: space-between;
  }
}

/* ltd-list終わり */

/* ltd-section  */
.ltd-section-title{
  background: transparent linear-gradient(90deg, #23528A 0%, #428AC1 0%, #23538B 100%) 0% 0% no-repeat padding-box;
  /* margin-top: 100px; */
}
.ltd-section-title h2{
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 1.2px;
  padding-left: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.ltd-hp{
  background-color: #FCFCFC;
}
.ltd-img{
  max-width: 516px;
  padding-top: 50px;
  padding-bottom: 50px;
  margin: 0 auto;
}
.ltd-img img{
  box-shadow: 2px 2px 4px gray;
}

.article-top{
  display: flex;
}
.article-top li{
  width: 25%;
  border-left: 1px solid #7A7A7A;
  border-top: 1px solid #7A7A7A;
  border-bottom: 1px solid #7A7A7A;
}
.article-top li:last-of-type{
  border-right: 1px solid #7A7A7A;
}

.article-top li .text1{
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 1.7px;
  background-color: #ECECEC;
  padding-top: 10px;
  padding-bottom: 10px;
}
.article-top li .text2{
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 90px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 15px;
  box-sizing: border-box;
}

.other{
  border-left: 1px solid #7A7A7A;
  border-right: 1px solid #7A7A7A;
  border-bottom: 1px solid #7A7A7A;
}
.details{
  width: 90%;
  margin: 0 auto;
  margin-bottom: 20px;
}
.details-title{
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1.7px;
  color: #1A4988;
  padding-bottom: 10px;
  padding-top: 30px;
  border-bottom: 2px solid #AAAAAA;
  margin-bottom: 10px;
}
.details .details-text1{
  font-size: 14px;
  font-weight: 700;
  color: #000;
  letter-spacing: 1.7px;
}
.details .details-text2{
  font-size: 14px;
  color: #000;
  /* letter-spacing: 1.7px; */
}
.details .details-text3{
  margin-top: 20px;
}

.last{
  margin-bottom: 200px;
}
@media screen and (max-width:850px){
  .br{
    display: none;
  }
}
@media screen and (max-width:768px){
  .sp-br{
    display: block;
  }
  
  .article-top li .text1{
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 18px;
  }
  .article-top li .text2{
    height: 100px;
    line-height: 18px;
  }
  .details{
    width: 95%;
  }
}

@media screen and (max-width:600px){
  .header .header-img{
    width: 200px;
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .ltd-list{
    margin-top: 50px;
    margin-bottom: 0px;
  }
  .ltd-list ul.list-item1,.ltd-list ul.list-item2{
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
  .ltd-list ul.list-item1 li{
    width: 49%;
    margin: 0px;
    margin-bottom: 8px;
  }
  .ltd-list ul.list-item2 li{
    width: 49%;
    margin: 0px;
    margin-bottom: 8px;
  }
  .ltd-list ul li a{
    font-size: 15px;
  }
  .ltd-list ul.list-item2 li:first-of-type{
    margin-left: 0;
  }

  /* ltd-section */
  .ltd-info{
    margin-bottom: 50px;
  }
  .ltd-section-title{
    margin-top: 30px;
  }
  .ltd-section-title h2{
    padding-left: 10px;
  }
  .ltd-img{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .article-top li .text1{
    font-size: 14px;
  }
  .article-top li .text2{
    font-size: 14px;
    padding: 0 5px;
  }
  .details{
    width: 93%;
    margin-bottom: 10px;
  }
  .details-title{
    padding-top: 20px;
    padding-bottom: 5px;
    margin-bottom: 5px;
  }
  .details .details-text1{
    font-size: 13px;
  }
  .details .details-text2{
    font-size: 13px;

  }
  .article-top li .only-hight{
    height: 240px;
  }
  .article-top li .only-hight1{
    height: 170px;
  }
  .article-top li .only-hight2{
    height: 140px;
  }
  .article-top li .only-hight3{
    height: 130px;
  }
}

#footer_inner01 .inner_center {
  flex-wrap:initial;
}

/* 20240822 korenaga 追記 */
.ltd-section {
  margin-bottom:40px;
}

.ltd-hp {
  display:flex;
  justify-content:space-between;
  align-items:start;
  /* flex-wrap:wrap; */
  margin:20px 0;
}
.ltd-hp .ltd-img {
  width:70%;
  /* min-width:650px; */
  max-width:initial;
  padding:0;
  margin:0;
}
.ltd-hp .ltd-img img {
  width:100%;
}
.ltd-hp .ltd-area {
  width:30%;
  min-width:300px;
  padding-left: 10px;
}
.ltd-hp .ltd-area ul li {
  margin-bottom:10px;
}
.ltd-hp .ltd-area ul p.ltd-a-ttl {
  background-color:#002060;
  color:#fff;
  text-align:center;
  width:120px;
  border-radius:5px;
  padding:7px;
}
.ltd-hp .ltd-area ul p.ltd-a-txt {
  padding:5px 10px;
  min-height:50px;
  line-height:1.4;
}

.numlists {
  width:100%;
  margin-bottom:15px;
}
.numlists ul {
  display:flex;
  justify-content:space-evenly;
  /* align-items:center; */
  flex-wrap:wrap;
}
.numlists ul li {
  display:flex;
  justify-content:space-between;
  align-items:start;
  padding:20px 10px 20px 15px;
  border:3px solid #ECECEC;
  width:30%;
}
.numlists ul li .nums {
  font-size:600%;
  width:50px;
  color:#002060;
  font-weight:bold;
  line-height:1;
  padding-bottom:10px;
}
.numlists ul li .txts {
  width:calc(100% - 60px);
  /* padding-top:10px; */
}
.numlists ul li .txts .sttl {
  color:#002060;
  font-weight:bold;
  font-size:115%;
  margin-bottom:10px;
}
.numlists ul li .txts .stxts {
  font-size:90%;
  line-height:1.3;
}


/* @media screen and (min-width: 769px) and (max-width: 1000px) {
  .ltd-hp {
    justify-content:center;
  }
  .ltd-hp .ltd-area {
    width:70%;
    min-width:600px;
  }
} */

@media screen and (max-width: 768px) {
  .ltd-hp {
    flex-wrap:wrap;
  }
  .ltd-hp .ltd-img,
  .ltd-hp .ltd-area {
    width:100%;
    min-width:initial;
    padding:5px 10px;
  }

  .ltd-hp .ltd-area ul {
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-wrap:wrap;
  }
  .ltd-hp .ltd-area ul li {
    width:49%;
  }

  .ltd-hp .ltd-area ul p.ltd-a-txt {
    min-height:initial;
    margin-bottom:10px;
  }

  .numlists ul {
    flex-wrap:wrap;
  }
  .numlists ul li {
    width:85%;
    margin:0 auto 8px;
  }
}

@media screen and (max-width: 500px) {
  .ltd-hp {
    margin-top:15px;
    margin-bottom:5px;
  }
  .ltd-hp .ltd-area ul li {
    width:100%;
  }
}

