@charset "UTF-8";

.mt20 {
  margin-top: 20px;
}

.pageNavi.pageNavi-head {
  padding-top: 0;
}

.pageNavi .arrow a {
  width: 100px;
  border: none;
}

.pageNavi .arrow a p {
  border: none;
  font-weight: 500;
  font-size: 16px;
}

.pageNavi li+li {
  margin-left: 50px;
}

.theme_area {
  width: 100%;
  margin: 100px auto;
}

.theme_box {
  max-width: 1100px;
  width: 90%;
  padding: 20px;
  margin: auto;
  box-sizing: border-box;
  border-radius: 18px;
  position: relative;
}

.theme_box.yellow {
  background: #FFC500;
}

.theme_box.blue {
  background: #0078CC;
}

.theme_box.pink {
  background: #FF47DE;
}

.theme_tit {
  text-align: center;
}

.theme_tit span {
  font-size: 2.2rem;
  font-weight: 600;
}

.theme_tit p {
  font-size: 2.8rem;
  line-height: 1.5;
  margin-top: 10px;
  font-weight: 600;
}

.theme_cat {
  width: 173px;
  height: 56px;
  background: #FFF;
  font-size: 1.6rem;
  font-weight: 600;
  color: #FFF;
  position: absolute;
  top: 50%;
  left: 34px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.cat_border {
  width: 164px;
  height: 46px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.theme_cat.yellow .cat_border {
  border: 2px solid #FFC500;
}

.theme_cat.blue .cat_border {
  border: 2px solid #0078CC;
}

.theme_cat.pink .cat_border {
  border: 2px solid #FF47DE;
}

.cat_border p {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 153px;
  height: 36px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.theme_box.pink .theme_tit {
    color: #FFF;
}

.theme_box.blue .theme_tit {
  color: #FFF;
}

.theme_cat.yellow .cat_border p {
  background: #FFC400;
}

.theme_cat.blue .cat_border p {
  background: #0078CC;
}

.theme_cat.pink .cat_border p {
  background: #FF47DE;
}

.pagetop_txt {
  font-size: 1.4rem;
  text-align: right;
  margin-top: 2em;
  position: relative;
}

.pagetop_txt a {
  color: #606060;
}

.border_top {
  max-width: 1100px;
  width: 90%;
  margin: 60px auto 0 auto;
  border-top: 1px solid #183089;
}

.flex_caption {
  display: flex;
    width: 100%;
    align-items: flex-start;
    justify-content: space-between;
}

.flex_caption img:first-of-type {
  width: 50.5%;
}

.flex_caption img:last-of-type {
  width: 47.5%;
}

@media only screen and (max-width: 767px) {

  .pageNavi li.interview {
    width: 60%;
    margin: 0 5px;
  }

  .pageNavi li.arrow {
    width: 15%;
    margin: 0;
  }

  .pageNavi .arrow a {
    width: 100%;
    flex-flow: column;
  }

  .pageNavi .arrow a p {
    font-size: 1.2rem;
    margin-top: 10px;
  }

  .theme_area {
    margin: 30px auto;
  }

  .theme_box {
    background: transparent !important;
    width: 90%;
    padding: 0;
    border-radius: 0;
  }

  .theme_cat {
    width: 100%;
  }

  .cat_border {
    width: 100%;
  }

  .cat_border p {
    width: 96%;
  }

  .theme_tit span {
    font-size: 1.6rem;
  }

  .theme_tit {
    margin-top: 20px;
  }

  .theme_tit p {
    font-size: 2.2rem;
  }

  .theme_cat {
    position: relative;
    top: 0;
    left: 0;
    margin: auto;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
  }

  .flex_caption {
    display: block;
  }

  .flex_caption img:first-of-type {
    width: 100%;
    margin-bottom: 15px;
  }

  .flex_caption img:last-of-type {
    width: 100%;
  }

  .theme_box.blue .theme_tit {
    color: #000;
  }


}
