@charset "utf-8";

@media screen and (max-width: 767px) {
  #undercolumn_blog　{ width: 100% !important}
  .only_pc { display: none}
  .PageWrapper { width: 100%; margin: 0 auto; color: #000; font-size: 10px; /*letter-spacing: 0.05em;*/ line-height: 1.4em; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased}
  .PageWrapper a:link { text-decoration: none; color: #000}
  .PageWrapper a:visited { text-decoration: none; color: #000}
  .PageWrapper a:hover { text-decoration: underline; color: #000}
  .PageWrapper a.bottom { display: inline-block; margin-top: 8px}
  .PageWrapper * { box-sizing: border-box; }

  .PageWrapper {
    padding-bottom: 60px;
    font-family: 'Noto Sans JP', sans-serif;
    background: #fff;
  }
  .PageWrapper img {
    max-width: 100%;
  }
  .PageWrapper a img {
    transition: opacity 0.35s;
    backface-visibility: hidden;
  }
  .PageWrapper a:hover img {
    opacity: 0.8;
  }
  .PageWrapper .btn { text-align: center; }
  .PageWrapper .btn a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(100% - 50px);
    margin: 0 auto;
    padding: 20px;
    background: #282828;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
  }
  .PageWrapper .btn a:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 10px;
    border-style: solid;
    border-width: 6px 0 6px 8px;
    border-color: transparent transparent transparent #fff;
  }
  .mainvisual {
    position: relative;
    text-align: center;
    margin-bottom: 40px;
  }
  .mainvisual h1 {
    margin-bottom: 40px;
  }

  @-webkit-keyframes fadein-main {
    100%  { opacity: 1}
  }
  @keyframes fadein-main {
    100%  { opacity: 1}
  }


  .section {
    margin: 0 auto 45px;
  }
  .section .img {
    margin-bottom: 30px;
  }
  .section .img li {
    margin: 0;
    line-height: 0;
  }
  .section .item {
    padding: 0 25px;
    text-align: center;
    font-size: 14px;
    letter-spacing: .1em;
  }
  .section .item .text {
    margin: 20px 0 15px;
  }
  .section .item .btn a {
    max-width: 280px;
    width: 100%;
    padding: 10px;
  }
  .section .item .btn a:after {
    display: none;
  }
}


@media screen and (min-width: 768px) {
  .only_sp { display: none }
  .wrapper { position: relative; background: transparent;  font-family: 'Noto Sans JP', sans-serif; padding-bottom: 110px}
  .wrapper img { max-width: 100%}
  .wrapper a img { transition: opacity 0.35s; backface-visibility: hidden}
  .wrapper a:hover img { opacity: 0.8}
  .wrapper .btn { text-align: center; }
  .wrapper .btn a { position: relative; display: block; width: 460px; margin: 0 auto; padding: 10px; background: #282828; color: #fff; font-size: 14px; font-weight: bold}
  .wrapper .btn a:after { position: absolute; top: 50%; right: 20px; transform: translateY(-50%); content: ""; display: block; width: 0; height: 0; border-style: solid; border-width: 6px 0 6px 8px; border-color: transparent transparent transparent #fff}
  .mainvisual { position: relative; text-align: center; max-width: 895px; margin: 0 auto 60px}
  .mainvisual h1 { margin-bottom: 60px}
  @-webkit-keyframes fadein-main {
  	100%  { opacity: 1}
  }
  @keyframes fadein-main {
  	100%  { opacity: 1}
  }

  .section { max-width: 895px; margin: 0 auto 40px; text-align: center}
  .section .img { display: flex; flex-wrap: wrap; justify-content: space-between}
  .section .img li { width: calc(100% / 2 - 10px)}
  .section .item .text { margin: 0 0 20px}
  .wrapper .section .btn a { width: 280px; padding: 5px; font-size: 10px; letter-spacing: .1em}
  .wrapper .section .btn a:after { display: none}

  .num01_03 .img li { width: 100%}
}