@charset "UTF-8";

/* PC・SP切り替え ----------------- */
#pokege_01 .sp {
  display: block;
}

#pokege_01 .pc {
  display: none;
}

@media screen and (min-width:768px) {
  #pokege_01 .sp {
    display: none;
  }

  #pokege_01 .pc {
    display: block;
  }
}

/* 共通設定 ----------------- */
* {
  margin: 0;
  padding: 0;
}

#pokege_01 {
  text-align: left;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-weight: 300;
  background-image: url(/img/usr/free/pokege_01/bg.jpg);
  font-size: 14px;
  color: #fff;
  line-height: 1.8;
}

#pokege_01 img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  font-style: italic;
  background-repeat: no-repeat;
  background-size: cover;
}

#pokege_01 a {
  text-decoration: none;
  cursor: pointer;
}

#pokege_01 a:hover {
  opacity: .8;
}

#pokege_01 a.nolink {
  cursor: default;
  pointer-events: none;
}

#pokege_01 a.nolink:hover {
  opacity: 1;
}


#pokege_01 ul,
#pokege_01 li {
  list-style: none;
}

#pokege_01 .inner {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

#pokege_01 .row {
  padding: 32px 25px;
}

#pokege_01 h1 {
  padding: 20px 15px;
  background-color: #fff;
  font-weight: 600;
  margin: 0px;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #333;
}

#pokege_01 h2,
#pokege_01 h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 32px;
  letter-spacing: 0.1em;
}

#pokege_01 .title {
  padding: 0.25em 0.5em;
  background: transparent;
  border-left: solid 5px #fff;
}

#pokege_01 .txt_b {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
}

#pokege_01 .txt_b span {
  display: inline-block;
}

#pokege_01 section {
  border-bottom: 1px solid #fff;
}

#pokege_01 section:last-child {
  border-bottom: none;
}

#pokege_01 section .inner>p {
  margin-left: 1rem;
}

#pokege_01 .mt_1rem {
  margin-top: 1rem;
}

#pokege_01 .ib {
  display: inline-block;
}

/* read_area ----------------- */
.kv_area {
  text-align: center;
  padding-top: 32px;
}


/* read_area ----------------- */
#pokege_01 .read_area {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5%;
  padding: 32px 25px;
}

#pokege_01 .read_area h2 {
  text-align: center;
}

/* item_area_inner  ----------------- */
#pokege_01 .item_area {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}

#pokege_01 .item_area_inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
  font-weight: 700;
  line-height: 1.5;
}

#pokege_01 .item_area_inner li {
  background-color: #fff;
  max-width: 600px;
  width: 100%;
  margin-bottom: 32px;
  border-radius: 14px;
  padding-bottom: 40px;
  padding-top: 30px;
  box-shadow: 4px 4px 10px #207e54
}

#pokege_01 .item_area_inner li .item_img {
  max-width: 500px;
  width: 90%;
  margin: 5px auto 0;
}

#pokege_01 .item_area_inner li .item_txt h4 {
  font-size: 20px;
  color: #333;
  font-weight: 600;
}

#pokege_01 .item_area_inner li .item_txt p {
  font-size: 18px;
  color: #333;
  font-weight: 600;
}

#pokege_01 .item_area_inner {
  margin-top: 32px;
}

#pokege_01 .item_area_inner li a {
  color: #333;
  background-color: #fff;
  display: block;
  max-width: 600px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 14px;
}

#pokege_01 .item_area_inner li a.apply {
  color: #fff;
  background-color: #42afe3;
  width: 90%;
  margin-top: 32px;
  border-radius: 100px;
}

/* #pokege_01 .item_area_inner li a.nolink {
  background-color: #F0F0F0;
  color: #DCD2D2;
} */


#pokege_01 .tokuten_area {
  background-color: #6dc7ea;
  text-align: center;
  padding-right: 25px;
  padding-left: 25px;
}

#pokege_01 .tokuten_area img {
  margin-right: auto;
  margin-left: auto;
}

#pokege_01 .copy {
  background-color: #000;
  color: #fff;
  font-size: 10px;
  text-align: center;
  padding: 15px 10px;
  line-height: 1.4;

}




/* 画面サイズが768pxからはここを読み込む */
@media screen and (min-width:768px) {

  /* 共通設定 ----------------- */
  #pokege_01 {
    font-size: 18px;
  }

  #pokege_01 .row {
    padding: 62px 25px;
  }

  #pokege_01 h1 {
    font-size: 32px;
  }

  #pokege_01 h2,
  #pokege_01 h3 {
    font-size: 32px;
    margin-bottom: 42px;
  }

  #pokege_01 .txt_b {
    font-size: 22px;
  }

  /* item_area_inner  ----------------- */
  #pokege_01 .item_area_inner li {
    width: 47%;
    margin-bottom: 32px;
  }

  #pokege_01 .item_area_inner li>a {
    padding-bottom: 80px;
  }

  #pokege_01 .item_area_inner li:first-child {
    margin-right: 3%;
  }

  #pokege_01 .item_area_inner li .item_img {
    margin: 5px auto 0;
  }

  #pokege_01 .item_area_inner li .item_txt h4 {
    font-size: 26px;
  }

  #pokege_01 .item_area_inner li .item_txt p {
    font-size: 22px;
  }

  #pokege_01 .info_area .txt_b {
    font-size: 22px;
  }

  #pokege_01 .bottom_area {
    font-size: 22px;
  }

  /* info_area/attention_area  ----------------- */
  #pokege_01 .info_area ul,
  #pokege_01 .attention_area ul {
    margin-top: 42px;
  }

  #pokege_01 .num_area {
    margin-top: 42px;
  }

  #pokege_01 .img_niyoso {
    margin-top: 42px;
    margin-left: 1rem;
  }

  #pokege_01 .info_block li a {
    margin-left: 3px;
  }

  /* bottom_area  ----------------- */
  #pokege_01 .bottom_area {
    font-size: 22px;
  }

  #pokege_01 .bottom_area ul {
    margin-top: 42px;
  }

  #pokege_01 .bottom_area ul li a.apply {
    width: 70%;
    margin-top: 62px;
  }



}