ul.reportlist li .repocc h2.icon_seibi {
  color:var(--color-1st);
  border:1px solid var(--color-1st);
}
ul.reportlist li .repocc h2.icon_nousha {
  color:var(--color-4th);
  border:1px solid var(--color-4th);
}
ul.reportlist li .repocc h2.icon_news {
  color:var(--color-2nd);
  border:1px solid var(--color-2nd);
}
ul.reportlist li .repocc h2.icon_blog {
  color:var(--color-5th);
  border:1px solid var(--color-5th);
}


/* Style for PCs */
@media screen and (min-width: 1025px) {

.reporthead ul {
width:60%;
max-width:600px;
height: auto;
display: flex;
justify-content: flex-end;
margin-left:auto;
margin-bottom: 40px;
}
.reporthead ul li {
flex: 1;
margin:0 2% 0 0;
font-size:12px;
}
.reporthead ul li.nw_selected {
height: auto;
display: block;
padding:0 10px;
font-weight: 600;
line-height: 25px;
text-align: center;
color:var(--color-white);
background-color: var(--color-1st);
border-radius: 3px;
}
.reporthead ul li a {
width:100%;
height: auto;
display: block;
padding:0 10px;
text-decoration: none;
font-weight: 400;
line-height: 25px;
text-align: center;
color:var(--color-666);
border:1px solid var(--color-999);
border-radius: 3px;
-webkit-transition: all 0.4s ease-out;
transition: all 0.4s ease-out;
}
.reporthead ul li a:hover {
color:var(--color-white);
border:1px solid var(--color-3rd);
background-color: var(--color-3rd);
}

.reportbody {
  width:100%;
  height: auto;
  display: block;
  padding:80px 5%;
}

ul.reportlist {
  width:100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
}
ul.reportlist li {
width:23%;
height: auto;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  text-decoration: none;
  background-color: var(--color-white);
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
margin:0 1% 40px;
}
ul.reportlist li .repo_img, ul.reportlist li .repo_img a {
  width:100%;
  height: auto;
  display: block;
-webkit-transition: all 0.4s ease-out;
transition: all 0.4s ease-out;
}
ul.reportlist li .repo_img a:hover {
  opacity: 0.6;
}
ul.reportlist li .repocc {
  width:100%;
  height: auto;
  display: block;
  padding:25px 15px;
}
ul.reportlist li .repocc h2 {
  width:fit-content;
  height: auto;
  display: block;
  font-size:10px;
  font-weight: 400;
  line-height: 1em;
  padding:3px 5px;
  border-radius: 3px;
  margin-bottom: 5px;
}
ul.reportlist li .repocc h3 {
  font-size:16px;
  font-weight: 700;
  line-height: 1.5em;
  margin-bottom: 10px;
}
ul.reportlist li .repocc h3 a {
  text-decoration: none;
  color:var(--color-black);
-webkit-transition: all 0.4s ease-out;
transition: all 0.4s ease-out;
}
ul.reportlist li .repocc h3 a::after {
content: "";
  display: inline-block;
  width: 18px;  /* アイコンのサイズはお好みで */
  height: 12px;
  background-image: url(../img/header/ic-ar_b_b.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 0 0 3px;
  padding:0 0 0 0;
  flex-shrink: 0;             /* アイコンが縮まないように */
  align-self: center;         /* 親がflexのため中央揃え */
}
ul.reportlist li .repocc h3 a:hover {
  color:var(--color-3rd);
}
ul.reportlist li .repocc p {
  font-size:12px;
  line-height: 1.5em;
  margin:0 0 15px 0!important;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  -webkit-line-clamp: 3;  /* 最大3行まで表示 */
  line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}

ul.repotag {
  width:100%;
  height: auto;
  display: flex!important;
  flex-wrap: wrap;
  gap: 0px;
  padding: 0!important;
  margin: 0!important;
  list-style: none;
}
ul.repotag li {
  width:fit-content!important;
  height: auto;
  display: block;
  flex: 0 1 auto!important;
  font-size:10px!important;
  line-height: 1em!important;
  margin:2px!important;
  padding:0!important;
  box-shadow: none;
}
ul.repotag li a {
  width:100%!important;
  height: auto;
  display: block;
  text-decoration: none;
  color:var(--color-999);
  padding:2px 3px!important;
  border:1px solid var(--color-ccc);
  border-radius: 3px;
-webkit-transition: all 0.4s ease-out;
transition: all 0.4s ease-out;
}
ul.repotag li a:hover {
  color:var(--color-3rd);
border:1px solid var(--color-3rd);
}

}


/* Style for iPad Pro */
@media screen and (min-width: 769px) and (max-width: 1024px) {

.reportbody {
  width:100%;
  height: auto;
  display: block;
  padding:80px 5%;
}

.reporthead ul {
width:80%;
max-width:600px;
height: auto;
display: flex;
justify-content: flex-end;
margin-left:auto;
margin-bottom: 40px;
}
.reporthead ul li {
flex: 1;
margin:0 2% 0 0;
font-size:12px;
}
.reporthead ul li.nw_selected {
height: auto;
display: block;
padding:0 10px;
font-weight: 600;
line-height: 25px;
text-align: center;
color:var(--color-white);
background-color: var(--color-1st);
border-radius: 3px;
}
.reporthead ul li a {
width:100%;
height: auto;
display: block;
padding:0 10px;
text-decoration: none;
font-weight: 400;
line-height: 25px;
text-align: center;
color:var(--color-666);
border:1px solid var(--color-999);
border-radius: 3px;
-webkit-transition: all 0.4s ease-out;
transition: all 0.4s ease-out;
}
.reporthead ul li a:hover {
color:var(--color-white);
border:1px solid var(--color-3rd);
background-color: var(--color-3rd);
}

ul.reportlist {
  width:100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
}
ul.reportlist li {
width:48%;
height: auto;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  text-decoration: none;
  background-color: var(--color-white);
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
margin:0 1% 40px;
}
ul.reportlist li .repo_img, ul.reportlist li .repo_img a {
  width:100%;
  height: auto;
  display: block;
-webkit-transition: all 0.4s ease-out;
transition: all 0.4s ease-out;
}
ul.reportlist li .repo_img a:hover {
  opacity: 0.6;
}
ul.reportlist li .repocc {
  width:100%;
  height: auto;
  display: block;
  padding:25px 15px;
}
ul.reportlist li .repocc h2 {
  width:fit-content;
  height: auto;
  display: block;
  font-size:10px;
  font-weight: 400;
  line-height: 1em;
  padding:3px 5px;
  border-radius: 3px;
  margin-bottom: 5px;
}
ul.reportlist li .repocc h3 {
  font-size:16px;
  font-weight: 700;
  line-height: 1.5em;
  margin-bottom: 10px;
}
ul.reportlist li .repocc h3 a {
  text-decoration: none;
  color:var(--color-black);
-webkit-transition: all 0.4s ease-out;
transition: all 0.4s ease-out;
}
ul.reportlist li .repocc h3 a::after {
content: "";
  display: inline-block;
  width: 18px;  /* アイコンのサイズはお好みで */
  height: 12px;
  background-image: url(../img/header/ic-ar_b_b.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 0 0 3px;
  padding:0 0 0 0;
  flex-shrink: 0;             /* アイコンが縮まないように */
  align-self: center;         /* 親がflexのため中央揃え */
}
ul.reportlist li .repocc h3 a:hover {
  color:var(--color-3rd);
}
ul.reportlist li .repocc p {
  font-size:12px;
  line-height: 1.5em;
  margin:0 0 15px 0!important;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  -webkit-line-clamp: 3;  /* 最大3行まで表示 */
  line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}

ul.repotag {
  width:100%;
  height: auto;
  display: flex!important;
  flex-wrap: wrap;
  gap: 0px;
  padding: 0!important;
  margin: 0!important;
  list-style: none;
}
ul.repotag li {
  width:fit-content!important;
  height: auto;
  display: block;
  flex: 0 1 auto!important;
  font-size:10px!important;
  line-height: 1em!important;
  margin:2px!important;
  padding:0!important;
  box-shadow: none;
}
ul.repotag li a {
  width:100%!important;
  height: auto;
  display: block;
  text-decoration: none;
  color:var(--color-999);
  padding:2px 3px!important;
  border:1px solid var(--color-ccc);
  border-radius: 3px;
-webkit-transition: all 0.4s ease-out;
transition: all 0.4s ease-out;
}
ul.repotag li a:hover {
  color:var(--color-3rd);
border:1px solid var(--color-3rd);
}

}

/* Style for Smartphone */
@media screen and (max-width: 768px) {

.reportbody {
  width:100%;
  height: auto;
  display: block;
  padding:80px 5%;
}

.reporthead ul {
  width:100%;
  height: auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.reporthead ul li {
  width:32.3333333333%;
  margin:0 0.5% 3px 0.5%;
  font-size:12px;
}
.reporthead ul li.nw_selected {
  height: auto;
  display: block;
  padding:0 10px;
  font-weight: 600;
  line-height: 25px;
  text-align: center;
  color:var(--color-white);
  background-color: var(--color-1st);
  border-radius: 3px;
}
.reporthead ul li a {
  width:100%;
  height: auto;
  display: block;
  padding:0 10px;
  text-decoration: none;
  font-weight: 400;
  line-height: 25px;
  text-align: center;
  color:var(--color-666);
  border:1px solid var(--color-999);
  border-radius: 3px;
    -webkit-transition: all 0.4s ease-out;
transition: all 0.4s ease-out;
}
.reporthead ul li a:hover {
  color:var(--color-white);
  border:1px solid var(--color-3rd);
  background-color: var(--color-3rd);
}

ul.reportlist {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
ul.reportlist li {
width:100%;
height: auto;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  text-decoration: none;
  background-color: var(--color-white);
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
margin:0 0 20px;
}
ul.reportlist li .repo_img, ul.reportlist li .repo_img a {
  width:100%;
  height: auto;
  display: block;
-webkit-transition: all 0.4s ease-out;
transition: all 0.4s ease-out;
}
ul.reportlist li .repo_img a:hover {
  opacity: 0.6;
}
ul.reportlist li .repocc {
  width:100%;
  height: auto;
  display: block;
  padding:25px 20px;
}
ul.reportlist li .repocc h2 {
  width:fit-content;
  height: auto;
  display: block;
  font-size:10px;
  font-weight: 400;
  line-height: 1em;
  padding:3px 5px;
  border-radius: 3px;
  margin-bottom: 5px;
}
ul.reportlist li .repocc h3 {
  font-size:16px;
  font-weight: 700;
  line-height: 1.5em;
  margin-bottom: 10px;
}
ul.reportlist li .repocc h3 a {
  text-decoration: none;
  color:var(--color-black);
-webkit-transition: all 0.4s ease-out;
transition: all 0.4s ease-out;
}
ul.reportlist li .repocc h3 a::after {
content: "";
  display: inline-block;
  width: 18px;  /* アイコンのサイズはお好みで */
  height: 12px;
  background-image: url(../img/header/ic-ar_b_b.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 0 0 3px;
  padding:0 0 0 0;
  flex-shrink: 0;             /* アイコンが縮まないように */
  align-self: center;         /* 親がflexのため中央揃え */
}
ul.reportlist li .repocc h3 a:hover {
  color:var(--color-3rd);
}
ul.reportlist li .repocc p {
  font-size:12px;
  line-height: 1.5em;
  margin:0 0 15px 0!important;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  -webkit-line-clamp: 3;  /* 最大3行まで表示 */
  line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}

ul.repotag {
  width:100%;
  height: auto;
  display: flex!important;
  flex-wrap: wrap;
  gap: 0px;
  padding: 0!important;
  margin: 0!important;
  list-style: none;
}
ul.repotag li {
  width:fit-content!important;
  height: auto;
  display: block;
  flex: 0 1 auto!important;
  font-size:10px!important;
  line-height: 1em!important;
  margin:2px!important;
  padding:0!important;
  box-shadow: none;
}
ul.repotag li a {
  width:100%!important;
  height: auto;
  display: block;
  text-decoration: none;
  color:var(--color-999);
  padding:2px 3px!important;
  border:1px solid var(--color-ccc);
  border-radius: 3px;
-webkit-transition: all 0.4s ease-out;
transition: all 0.4s ease-out;
}
ul.repotag li a:hover {
  color:var(--color-3rd);
border:1px solid var(--color-3rd);
}

}
