#second-hero {
  width: 100%;
  padding: 0 0 0px 30px;
  margin: 0px auto 0;
  box-sizing: border-box;
  background: transparent linear-gradient(243deg, #007FFF 0%, #0F172C 100%) 0% 0% no-repeat padding-box
}

#second-hero-inner {
  width: 100%;
  max-width: 1440px;
  height: 280px;
  box-sizing: border-box;
  margin: 0px auto 0;
  padding: 0;
  position: relative;
}

#second-hero-inner-bg {
  width: 100%;
  max-width: 1440px;
  height: 280px;
  box-sizing: border-box;
  margin: 0px auto 0;
  padding: 0;
  background: url(../img/illust2.svg) no-repeat 85% 85%;
  background-size: 250px auto;
  mix-blend-mode: overlay;
}

#second-hero h2{
  box-sizing: border-box;
  display: block;
  width: 100%;
  max-width: 1440px;
  color: #fff;
  font-size: 2.5rem;
  margin: 0;
  padding: 0 30px 0 30px;
  line-height: 2.2rem;
  position: absolute;
  top: 140px;
  /* background: linear-gradient(to right, rgba(69, 179, 224, 1) 0%, rgba(102, 51, 153, 1) 5%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
}

#second-hero h2 span{
  color: #fff;
  font-size: 1rem;
  font-weight: 200;
  letter-spacing: 0.5rem;
  
}

#pankuzu {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto 0;
  padding: 0;
}

#pankuzu ul{
  width: 100%;
  margin: 0 auto 0;
  padding: 20px 0 0 40px;
  list-style: none;
  font-size: 14px;
}

#pankuzu li {
  display: inline-block
}

#pankuzu li a{
  color: #2170c6;
  text-decoration: none;
}

#pankuzu li:first-child::before {
  content: "";
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  background: url(./icons/ic_home.svg) no-repeat center -1px;
  background-size: cover;
  padding: 0 5px 0 0
}
#pankuzu li:before {
  content: "";
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  background: url(./icons/ic_arrow.svg) no-repeat center -1px;
  background-size: cover;
  padding: 0 5px 0 0
}


#content {
  width: 100%;
  max-width: 1440px;
  margin: 0px auto 0;
}

#content.fit {
  width: 100%;
  max-width: none;
  margin: 30px auto 0;
  background: rgba(0,0,0,0.08)
}

.content-inner {
  width: calc(100% - 40px);
  max-width: 1440px;
  margin: 0 auto 0;
  padding: 20px 0;
}

#box-cols {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
  column-gap: 20px;
  row-gap: 20px;
}


#content .box {
  display: grid;
  column-gap: 0px;
  grid-template-columns: 160px 1fr;
  background: rgba(255, 255, 255, 0.9);
  padding: 20px;
  border-radius: 20px;
  border: solid 1px #ddd;
  box-shadow: 0px 10px 20px rgba(71, 78, 158, 0.1);
  cursor: pointer;
  text-decoration: none;
  transition: ease-in-out 0.2s
}

#content .box h3 {
  font-size: 1.2rem;
  /* margin: 0;
  padding: 0 */
}

#content .box span {
  font-size: 0.9rem;
  color: #666;
  margin: 0;
  padding:0
}
#content .box h4 {
  font-size: 1.2rem;
  font-weight: normal;
  margin: 0;
  padding: 0;
  color: #000
}
#content .box p {
  font-size: 0.9rem;
  font-weight: normal;
  color: #666;
  margin: 10px 0 0 0;
  padding: 0
}

#content .box img{
  display: block;
  width: 135px;
  height: 135px;
  border-radius: 10px;
  text-align: center;
}

#box-cols2 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
  gap: 30px;
}

#content .box3 {
  display: grid;
  grid-template-columns: 1fr;
  background: rgba(255, 255, 255, 0.9);
  padding: 20px;
  border-radius: 20px;
  border: solid 1px #ddd;
  box-shadow: 0px 10px 20px rgba(71, 78, 158, 0.1);
  cursor: pointer;
  text-decoration: none;
  transition: all 0.8s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
}

#content .box3 a {
  
}

#content .box3:hover {
  transform: scale(1.06);
  /* border: solid 1px #2170c6; */
}


#content .box3 h3 {
  font-size: 1.1rem;
  /* margin: 0;
  padding: 0 */
}

#content .box3 span {
  font-size: 0.9rem;
  color: #666;
  margin: 0;
  padding:0
}
#content .box3 h4 {
  font-size: 1.2rem;
  font-weight: normal;
  margin: 0;
  padding: 0;
  color: #000
}
#content .box3 p {
  font-size: 0.9rem;
  font-weight: normal;
  color: #666;
  margin: 10px 0 0 0;
  padding: 0
}

#content .box3 img{
  display: block;
  width: 135px;
  height: 135px;
  border-radius: 10px;
  text-align: center;
}


#content .totop {
  display: block;
  width: 100%;
  text-align: right;
  margin: 20px 0px 0 0;
  padding: 0 10px 0 0;
  text-decoration: none;
  color: #2170c6;
  cursor: pointer;
}

#content .totop::before {
  content: "　";
  background: url(icons/ic_toTop.svg) no-repeat center center;
  padding: 0 10px 0 0
}



#content hr {
  display: block;
  width: 100%;
  height: 1px;
  border: none;
  border-bottom: solid 1px #ddd;
}


h3 {
  color: #000
}


#content .box2 {
  background: rgba(255, 255, 255, 0.9);
  padding: 20px;
  margin: 30px 0 30px 0;
  border-radius: 20px;
  box-shadow: 0px 10px 20px rgba(71, 78, 158, 0.1);
}

.member {
  background: url(icons/ic_member.svg) no-repeat center left;
  background-size: 2rem 2rem;
  margin: 0px 0 20px 0;
  padding: 0 0 0 2.4rem;
  font-size: 1rem;
  
}

.domain {
  background: url(icons/ic_domain.svg) no-repeat top left;
  background-size: 2rem 2rem;
  margin: 0 0 20px 0;
  padding: 0 0 0 2.4rem;
}

.box2 p {
  font-size: 1rem;
}

.news-date {
	font-size: 12px
}

table {
  width: 100%;
  border: solid 1px #ccc;
  padding: 10px;
  border-radius: 20px;
  margin: 0 0 10px 0;
  
  /* box-shadow: 0px 10px 20px rgba(71, 78, 158, 0.1); */
}

th {
  background: #3d599d;
  font-size: 1rem;
  font-weight: normal;
  padding: 8px;
  color: #fff
}

th:first-child {
  border-right: solid 1px #ccc
}

td {
  font-size: 1rem;
  font-weight: normal;
  padding: 8px;
  border-bottom: solid 1px #ccc;
}

td:first-child {
  width: 33%;
  border-right: solid 1px #ccc
}
tr {
  background: #fff
}

tr:nth-child(2n+1) {
	background: #f9f9f9
}


#content ul {
  font-size: 1rem;
  margin: 20px 0 40px 0
}

#content p {
  margin: 20px 0 40px 0
}

@media screen and (max-width:900px) {
  
  #second-hero h2{
    padding: 0 30px 0 0px;
    }
  
  #second-hero h2{
    font-size: 30px;
    line-break: 1.5em
  }
  
  #second-hero h2 span{
    font-size: 15px;
    line-break: 1.5em
  }
  
  #pankuzu {
    /* background: rgba(0,127,255,0.2); */
  }
  
  #pankuzu ul{
    padding: 20px 0 10px 20px;
  }
  .content-inner {
    width: 98%;
    max-width: 1440px;
    margin: 0 auto 0;
    padding: 10px;
  }

  #box-cols {
    grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
  }
  #content .box {
    grid-template-columns: 90px 1fr;
  }

  #content .box h3 {
    font-size: 1rem;
  }

  #content .box span {
    font-size: 0.8rem;
  }

  #content .box h4 {
    font-size: 1.1rem;
  }

  #content .box p {
    font-size: 0.8rem;
  }

  #content .box img {
    width: 70px;
    height: 70px;
  }
  .box2 p {
    font-size: 0.9rem;
  }
  #content ul {
    font-size: 0.8rem;
    margin: 0px 20px 40px 0
  }
  th {
    font-size: 0.8rem;
  }
  td {
    font-size: 0.8rem;
  }

}

.list {
	margin: 20px 10px;
	font-size: 14px;
   color: #666
}

.list li{
	margin: 6px 0px;
}