@charset "UTF-8";

#main div:before,
#main div:after,
section:before,
section:after,
figure:before,
figure:after,
article:before,
article:after,
ul:before,
ul:after,
ol:before,
ol:after,
dl:before,
dl:after {
  display: none;
}

.flexbox figure {
  width: 100%;
  margin-bottom: 10px;
}

.flexbox figure img {
  width: 100%;
  height: auto;
}

.flexbox p {
  width: 100%;
  margin-bottom: 15px;
}

#main .linkbox {
  display: grid;
  gap: 10px;
  grid-template-columns: 100px 1fr;
  margin-bottom: 25px;
  padding: 10px 0;
}

#main .linkbox:hover {
  background-color: #e4f6ff;
}

#main .linkimg img {
  width: 100%;
  height: auto;
}

#main .linktxtbox {
  font-size: 1.6rem;
}



#main .linktxthead {
  font-weight: bold;
  padding-bottom: 5px;
  border-bottom: 1px dotted #585858;
  margin-bottom: 15px;
}

#main dd.linktxt {
  color: #111;
  line-height: 1.25;
}

@media (width >=480px) {
  .flexbox {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }

  .flexbox figure {
    width: 30%;
  }

  .flexbox p {
    width: 65%;
    margin-bottom: 0;
  }
}

#box2 dl {
  margin-bottom: 20px;
}

#box2 dt span {
  background-color: #3eb2d4;
  color: #FFF;
  padding: 2px 10px;
}

#box2 dd {
  color: #3eb2d4;
  margin: 10px 0;
}

#box2 dd span {
  background-color: #e4f6ff;
  padding: 2px 5px;
  margin-right: 10px;
}

#box2 .inner {
  margin-top: 20px;
}


@media screen and (max-width: 480px) {
  #box2 dd {
    line-height: 2.2;
    margin-top: 5px;
  }

  #box2 dd br {
    display: block;
  }
}