/* PC: 768px〜 */
@media (max-width: 768px) {
  .sp_none {
    display: none;
  }

}

/* PC: 768px〜 */
@media (min-width: 768px) {
  .pc_none {
    display: none;
  }
  .pc_box {
    width: 1000px;
    margin: auto;
  }
  header {
    display: none;
  }
  h1 {
    text-align: center;
    padding: 15px 0;
  }
  h1 a {
    font-size: 2.5rem;
  }
  main {
    background-image: linear-gradient(135deg, transparent 18.75%, #077a12 0 31.25%, transparent 0), repeating-linear-gradient(45deg, #077a12 -6.25% 6.25%, #033308 0 18.75%);
    background-size: 5px 5px;
    background-color: #033308;
  }
  .catchcopy {
    font-size: 3.8rem;
    background: -webkit-linear-gradient(90deg, #117411,#02a501,#007b00);/* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(90deg, #117411,#02a501,#007b00);/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  }
  .catchcopy span {
    font-size: 4rem;
  }
  .mainVisual_pc {
    background: #000000;
  }
  .mainVisual_pc img {
    margin: auto;
  }
  .slide-item {
    background: #fafafa;
    padding: 20px;
    border-radius: 5px;
    margin: 0 10px;
    width : calc(100% / 3) ;
    box-shadow: 2px 2px 12px #00230373;
  }
  .parent-swiper {
    margin-top: 15px;
  }
  .child-swiper h2 {
    font-size: 2.4rem;
    margin: 10px 0 5px;
  }
  .swiper-container:nth-of-type(4) .info,
  .swiper-container:nth-of-type(5) .info {
    font-size: 4rem;
  }
  .swiper-container:nth-of-type(6) .info {
    font-size: 3.5rem;
  }

  .swiper-container:nth-of-type(4) .info span,
  .swiper-container:nth-of-type(5) .info span {
    font-size: 2.8rem;
  }
  .hikakuList .cta_button {
    width: 245px;
  }
  .ranking .heroItem h2 {
    font-size: 2.6rem;
  }
  .ranking .heroItem figure {
    width: 90px;
  }
  .heroItem + a img {
    width: 550px;
    margin: 10px auto 20px;
  }
  .hyouka h3 {
    font-size: 2.2rem;
  }
  .hyouka p,.info {
    font-size: 4rem;
  }
  .hyouka p span,.info span {
    font-size: 2.2rem;
  }
  .sitename {
    font-size: 2.2rem;
    font-weight: bold;
  }
  .yosouIcon_free span span, .yosouIcon_paid span span {
    font-size: 2.5rem;
  }
  .ranking article h3 {
    padding: 5px 10px;
    font-size: 2.2rem;
    font-weight: bold;
  }
  .ranking article ul {
    padding: 10px 20px;
  }
  .ranking article li {
    font-size: 2rem;
  }
  .kuchikomi div {
    padding: 15px 20px;
  }
  .ranking .cta_button {
    padding: 20px 30px;
    font-size: 2.8rem;
  }
  .ranking {
    border-radius: 5px;
    margin-top: 20px!important;
    padding: 15px 0;
  }
  footer {
    background: #eaeaea;
  }
  footer nav {
    width: 1000px;
    margin: auto;
    display: flex;
    justify-content: center;
  }
  .osusumedo {
    width: 180px;
    margin: auto;
  }
  .about table {
    display: table;
  }
  .lower_page h2 {
    font-size: 2.2rem;
  }
  .about .contents th,
  .about .contents td {
    display: table-cell;
    padding: 30px 0;
    border-bottom: solid 1px #b9b9b9;
    vertical-align: text-top;

  }


}
