@charset "UTF-8";
/* CSS Document */
/* CSS Document */
#topph {
  height: 400px;
  display: flex;
  max-height: 50vw;
  justify-content: center;
  align-items: center; }
  #topph .pic_catch {
    z-index: 1;
    position: relative;
    width: 100%; }
    #topph .pic_catch h1 {
      color: #ffffff;
      font-size: min(4rem, 4vw);
      text-shadow: 0 0 10px #000;
      text-align: center;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 2;
      margin: auto;
      height: 2em; }
    #topph .pic_catch img {
      opacity: 0.3;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0; }

.single_col .inner .catch p {
  font-size: 2rem; }
.single_col .inner .catch ol {
  font-size: 2rem;
  padding: 0;
  margin-left: 1em; }
.single_col .inner .catch .box {
  font-size: 2rem;
  padding: 10px; }
  .single_col .inner .catch .box h2 {
    margin-bottom: 20px; }
    .single_col .inner .catch .box h2::before {
      font-family: "Font Awesome 5 Free";
      content: "";
      font-weight: 400;
      color: green;
      margin-right: 10px; }
  .single_col .inner .catch .box .dl_box {
    display: block; }
    .single_col .inner .catch .box .dl_box dl {
      border-radius: 4px;
      border: 1px solid #006cb7;
      width: 100%;
      background: rgba(0, 108, 183, 0.1);
      margin-bottom: 20px; }
      .single_col .inner .catch .box .dl_box dl dt {
        border-bottom: 1px solid #006cb7;
        padding: 0 10px;
        margin: 10px; }
        .single_col .inner .catch .box .dl_box dl dt span.no {
          color: #fff;
          background: green;
          border-radius: 50%;
          width: 1.3em;
          height: 1.3em;
          display: inline-block;
          line-height: 1.3em;
          text-align: center;
          margin-right: 10px; }
      .single_col .inner .catch .box .dl_box dl dd {
        font-size: 1.6rem;
        margin: 20px; }
.single_col .inner .cards {
  display: block;
  margin-bottom: 50px; }
  .single_col .inner .cards .card {
    font-size: 1.8rem;
    width: calc(100% - 20px);
    margin: 0 auto 20px; }
    .single_col .inner .cards .card img {
      width: 100%;
      display: block; }
  .single_col .inner .cards .card {
    font-size: 1.8rem;
    width: calc(100% - 30px);
    transition: 0.3s ease-in-out;
    border-radius: 8px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3); }
    .single_col .inner .cards .card .imgbox {
      display: block;
      border-radius: 4px 4px 0 0;
      width: 100%;
      height: 160px;
      overflow: hidden; }
      .single_col .inner .cards .card .imgbox img {
        display: block;
        border-radius: 4px 4px 0 0;
        width: 100%;
        height: 160px;
        transform: scale(1.1, 1.1);
        transition: .7s all;
        object-fit: cover; }
    .single_col .inner .cards .card h2 {
      color: #006cb7;
      padding: 5px 10px 10px;
      margin-top: 5px;
      border: 0; }
    .single_col .inner .cards .card p {
      padding: 5px;
      color: #000;
      font-size: 1.6rem; }
    .single_col .inner .cards .card:hover {
      transform: translateY(-2px);
      box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.5); }
      .single_col .inner .cards .card:hover .imgbox img {
        transform: scale(1, 1);
        transition: .7s all; }

@media (min-width: 768px) {
  .single_col .inner {
    width: 100%;
    max-width: 1100px;
    margin: auto; }
    .single_col .inner .catch {
      max-width: 100%;
      margin: 10px auto 50px; }
      .single_col .inner .catch p {
        text-align: center;
        margin: 70px auto; }
      .single_col .inner .catch .box {
        font-size: 2rem;
        padding: 10px; }
        .single_col .inner .catch .box h2 {
          margin-bottom: 20px; }
          .single_col .inner .catch .box h2::before {
            font-family: "Font Awesome 5 Free";
            content: "";
            font-weight: 400;
            color: green;
            margin-right: 10px; }
        .single_col .inner .catch .box .dl_box {
          display: flex;
          justify-content: space-between; }
          .single_col .inner .catch .box .dl_box dl {
            border-radius: 4px;
            border: 1px solid #006cb7;
            width: calc((100% - 30px) / 3);
            background: rgba(0, 108, 183, 0.1); }
            .single_col .inner .catch .box .dl_box dl dt {
              border-bottom: 1px solid #006cb7;
              padding: 0 10px;
              margin: 10px; }
            .single_col .inner .catch .box .dl_box dl dd {
              font-size: 1.6rem; }
    .single_col .inner .cards {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      margin-bottom: 120px; }
      .single_col .inner .cards .card {
        font-size: 1.8rem;
        width: calc((100% - 50px) / 3);
        transition: 0.3s ease-in-out;
        border-radius: 4px;
        box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3); }
        .single_col .inner .cards .card .imgbox {
          display: block;
          border-radius: 2px 2px 0 0;
          width: 100%;
          height: 160px;
          overflow: hidden; }
          .single_col .inner .cards .card .imgbox img {
            display: block;
            border-radius: 4px 4px 0 0;
            width: 100%;
            height: 160px;
            transform: scale(1.1, 1.1);
            transition: .7s all;
            object-fit: cover; }
        .single_col .inner .cards .card h2 {
          color: #006cb7;
          padding: 5px;
          margin-top: 5px; }
        .single_col .inner .cards .card p {
          padding: 5px;
          color: #000;
          font-size: 1.6rem; }
        .single_col .inner .cards .card:hover {
          transform: translateY(-2px);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.5); }
          .single_col .inner .cards .card:hover .imgbox img {
            transform: scale(1, 1);
            transition: .7s all; } }
