@charset "UTF-8";

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

#pomega_01 .pc {
  display: none;
}

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

  #pomega_01 .pc {
    display: block;
  }
}

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

#pomega_01 {
  text-align: left;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-weight: 300;
  background: rgb(29, 29, 29);
  font-size: 14px;
  color: #fff;
  line-height: 1.8;
}

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

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

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

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

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


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

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

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

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

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

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

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

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

#pomega_01 section {
  border-bottom: 1px solid #E1D303;
}

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

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

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

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

/* read_area ----------------- */
#pomega_01 .read_area {
  padding-bottom: 5%;

}

#pomega_01 .read_area>div {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding: 32px 25px;
}

#pomega_01 .read_area>div h2 {
  text-align: center;
}

/* item_area_inner  ----------------- */
#pomega_01 .item_area {
  border-top: 1px solid #E1D303;
}

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

#pomega_01 .item_area_inner li {
  background-color: #fff;
  max-width: 550px;
  width: 100%;
  margin-bottom: 32px;
  border-radius: 14px;
  padding-bottom: 60px;
}

#pomega_01 .item_area_inner li.a {
  border: 10px solid rgb(1, 161, 227);
}

#pomega_01 .item_area_inner li.b {
  border: 10px solid rgb(217, 19, 120);
}

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

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

#pomega_01 .item_area_inner li .item_txt h4 span {
  font-size: 18px;
}

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

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

#pomega_01 .num_area {
  margin-left: 1rem;
  margin-top: 32px;
}

#pomega_01 .num_area .info_block {
  margin-top: 0;
}

#pomega_01 .info_block li {
  margin-left: 1rem;
  text-indent: -1rem;
}

#pomega_01 .info_block li::before {
  display: inline;
  content: "・";
}

#pomega_01 .info_block li a {
  font-weight: 700;
  text-decoration: underline;
  color: #fff;
}

#pomega_01 .info_ster li::before {
  content: "※";
}

#pomega_01 ul.info_ster:not(:last-child) {
  margin-bottom: 32px;
}

#pomega_01 .img_niyoso {
  max-width: 600px;
  width: 100%;
  margin-top: 32px;
}

#pomega_01 .num_area .txt_b {
  margin-left: 1rem;
  text-indent: -1rem;
  margin-bottom: 5px;
}

#pomega_01 .num_area .txt_b:before {
  display: inline;
}

#pomega_01 .num_area .txt_b.num1:before {
  content: "①";
}

#pomega_01 .txt_b.num2:before {
  content: "②";
}

#pomega_01 .txt_b.num3:before {
  content: "③";
}

#pomega_01 .attention_area {
  border-bottom: none;
  background-color: #F0F0F0;
  color: #333;
}

#pomega_01 .attention_area .title {
  border-left: solid 5px #333;
  color: #333;
}

#pomega_01 .attention_area li a {
  color: #333;
}

/* bottom_area  ----------------- */
#pomega_01 .bottom_area {
  background: rgb(29, 29, 29);
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}

#pomega_01 .bottom_area ul {
  margin-top: 32px;
}

#pomega_01 .bottom_area ul li a {
  color: #231815;
  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;
}

#pomega_01 .bottom_area ul li a.apply {
  color: #fff;
  width: 90%;
  margin-top: 32px;
  border-radius: 100px;
}

#pomega_01 .bottom_area ul li a.apply.a {
  background-color: rgb(1, 161, 227);

}

#pomega_01 .bottom_area ul li a.apply.b {
  background-color: rgb(217, 19, 120);
}

#pomega_01 .bottom_area ul li a.nolink {
  background-color: #F0F0F0;
  color: #DCD2D2;
}


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

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

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

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

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

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

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

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

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

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

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

  #pomega_01 .item_area_inner li .item_txt h4 span {
    font-size: 22px;
  }

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

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

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

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

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

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

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

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

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

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

}