/*--------------------
	VARIABLE
--------------------*/
/*--------------------
	COMMON
--------------------*/
.report .sub-head h2 {
  height: 80px;
  text-align: center;
  color: #2f2f2f;
  font-size: 3em;
  line-height: .9;
  padding-top: 40px;
  position: relative; }
  @media screen and (max-width: 1119px) {
    .report .sub-head h2 {
      height: auto;
      font-size: 2.5em;
      padding: 10px 0 0 0; } }
  .report .sub-head h2 span {
    color: #ff4803;
    font-size: 0.5em; }
  .report .sub-head h2 img {
    position: absolute;
    top: 20px;
    right: 32%; }
    @media screen and (max-width: 1119px) {
      .report .sub-head h2 img {
        top: 0;
        right: calc(50% - 170px); } }

/*--------------------
	LIST
--------------------*/
@media screen and (max-width: 1119px) {
  .list {
    padding: 0 2%; } }
.list .category-list {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.4em;
  font-weight: bold;
  line-height: 2.5;
  margin-top: 10px;
  margin-bottom: 10px; }
  @media screen and (max-width: 1119px) {
    .list .category-list {
      font-size: 1.2em; } }
  .list .category-list dt i {
    color: #ff4803; }
  .list .category-list dd {
    margin-right: 1em; }
    .list .category-list dd a {
      background: #2f2f2f;
      color: #fff;
      padding: 5px 10px 5px 15px;
      border-radius: 12px; }
      .list .category-list dd a:hover {
        opacity: .8; }
.list .tag-list {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.4em;
  line-height: 2;
  margin-bottom: 10px; }
  .list .tag-list dt {
    font-weight: bold; }
    .list .tag-list dt i {
      color: #ff4803; }
  .list .tag-list dd {
    margin-right: 1em; }

.list-box {
  background: #fff;
  border-radius: 10px;
  overflow: hidden; }
  @media screen and (max-width: 1119px) {
    .list-box {
      width: 96%;
      margin: 0 auto; } }
  .list-box h3 {
    background: #84beb2;
    text-align: center;
    color: #fff;
    font-size: 1.6em;
    line-height: 3;
    margin-bottom: 10px; }
  .list-box dl {
    height: 21px;
    overflow: hidden;
    color: #2f2f2f;
    font-size: 1.4em;
    font-weight: bold;
    line-height: 1.5;
    display: grid;
    grid-template-columns: 180px 1fr;
    padding: 10px 20px;
    border-bottom: 1px dotted #2f2f2f; }
    @media screen and (max-width: 1119px) {
      .list-box dl {
        height: auto;
        overflow: visible;
        display: block;
        padding: 10px; } }
    @media screen and (max-width: 1119px) {
      .list-box dl dt {
        margin-bottom: 5px; } }
    .list-box dl dt span {
      display: inline-block;
      width: 70px;
      text-align: center;
      color: #fff;
      border-radius: 10px;
      margin-right: 10px; }
      .list-box dl dt span.cat01 {
        background: #ff4803; }
      .list-box dl dt span.cat02 {
        background: #d98c41; }
      .list-box dl dt span.cat03 {
        background: #3055a2; }
      .list-box dl dt span.cat04 {
        background: #aba7a5; }
    .list-box dl dd a:hover {
      text-decoration: underline; }

/*--------------------
	DETAIL
--------------------*/
article {
  background: #fff;
  padding-bottom: 40px;
  border-radius: 10px;
  overflow: hidden; }
  @media screen and (max-width: 1119px) {
    article {
      margin: 0 2%; } }
  article h3 {
    background: #84beb2;
    color: #2f2f2f;
    font-size: 2em;
    line-height: 1.5;
    padding: 20px;
    margin-bottom: 10px; }
    @media screen and (max-width: 1119px) {
      article h3 {
        font-size: 1.8em; } }
    article h3 span {
      display: inline-block;
      width: 70px;
      background: #ff4803;
      text-align: center;
      color: #fff;
      font-size: 1.2rem;
      border-radius: 10px;
      margin-right: 1em; }
      article h3 span.cat01 {
        background: #ff4803; }
      article h3 span.cat02 {
        background: #d98c41; }
      article h3 span.cat03 {
        background: #3055a2; }
      article h3 span.cat04 {
        background: #aba7a5; }
  article dl {
    font-size: 1.6em;
    line-height: 1.5;
    padding: 20px; }
    article dl dt {
      text-align: right;
      margin-bottom: 1em; }
/*     article dl dd img {
      margin: 1em 0; } */
  article h4 {
    background: #84beb2;
    font-size: 1.4em;
    padding: 20px;
    border-radius: 10px;
    margin: 20px 20px 10px 20px; }
  article .attached {
    padding-left: 20px;
    margin: 0 20px; }
    article .attached li {
      list-style: decimal;
      font-size: 1.4em;
      line-height: 1.5; }
      article .attached li a {
        text-decoration: underline; }
  article .connection {
    display: flex;
    flex-wrap: wrap;
    margin: 0 20px; }
    article .connection li {
      font-size: 1.4em;
      line-height: 1.5;
      margin-right: 1em; }
      article .connection li a {
        text-decoration: underline; }
.detail_photos{
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
}
