@charset "UTF-8";
body {
  font-family: "Noto Sans JP", sans-serif;
}

ul {
  padding-inline-start: 0;
  margin-block-start: 0;
  margin-block-end: 0;
}

li {
  list-style: none;
}

h1, h2, h3, h4, h5 {
  font-weight: normal;
  margin-block-start: 0;
  margin-block-end: 0;
}

a {
  color: #000;
}

sup {
  vertical-align: baseline;
  position: relative;
  top: -1ex;
  font-size: 0.6em;
}

.logolink {
  display: none;
}

.bold {
  font-weight: bold;
}

#wrapper {
  font-size: 100%;
  max-width: 767px;
  line-height: 1.5;
  /* 375pxの場合
  font-size: 0.9375em;
  letter-spacing:0.046875rem;
  */
}

#header {
  width: 100%;
  background-color: #F5F4F5;
  z-index: 5;
  padding: 7.5% 0 0;
}
#header p {
  display: block;
  color: #707070;
  line-height: 1;
  text-align: center;
  font-size: 150%;
  padding: 3.5% 0 5%;
  font-weight: normal;
  letter-spacing: 1px;
}
#header img {
  width: 14%;
  margin: 0 auto;
}

main {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  background: #fff;
}
main #footer {
  width: 100%;
  background-color: #F5F4F5;
  padding: 5% 0;
}
main #footer img {
  width: 14%;
  margin: 4% auto;
}
main #footer p {
  font-size: 80%;
}
main #footer .copy {
  font-size: 70%;
  color: #A6A7A9;
  font-family: "Lato", sans-serif;
}

.link {
  width: 87%;
  margin: 0px auto 50px;
}
.link a {
  border: 1px solid #000;
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.3);
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 4.4%;
  position: relative;
  text-decoration: none;
  margin-top: 25px;
}
.link a .txt {
  width: 60%;
  color: #222222;
}
.link a .txt h2 {
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  vertical-align: top;
}
.link a .txt p {
  font-size: 12px;
  text-align: left;
  position: absolute;
  bottom: 15px;
}
.link a .img {
  width: 40%;
}
.link a .img .border {
  box-sizing: border-box;
  border: 1px solid #C3C3C3;
}

.value {
  width: 87%;
  margin: 25px auto 0px;
  text-align: left;
}
.value .title {
  border-bottom: 1px solid #000;
}
.value .title h1 {
  font-size: 19px;
  font-weight: bold;
  color: #222222;
}
.value .title h1 span {
  font-size: 16px;
}
.value .title p {
  font-size: 16px;
  margin: 15px 0;
  color: #222222;
}
.value .content h2 {
  font-size: 16px;
  font-weight: bold;
  margin: 15px 0;
  color: #222222;
}
.value .content h2:not(:first-child) {
  margin-top: 30px;
}
.value .content img {
  width: 100%;
}
.value .content img.logo {
  width: 45%;
  margin: 40px 0 -10px;
}
.value .content p {
  font-size: 15px;
  line-height: 25px;
  margin: 15px 0 25px;
  color: #222222;
}

.pagination {
  width: 68%;
  color: #707070;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: relative;
  text-decoration: none;
  margin: 55px auto;
}
.pagination .back {
  width: 50%;
  height: 100%;
  border: 1px solid #707070;
  position: relative;
  top: 15px;
}
.pagination .back a {
  display: block;
  text-decoration: none;
  text-align: center;
  font-size: 10px;
  color: #707070;
  font-weight: bold;
  line-height: 1.5;
  padding: 7% 0;
}
.pagination .arrow {
  width: 14%;
}
.pagination .arrow a {
  text-align: center;
  font-size: 1.2vh;
  color: #000;
  font-weight: bold;
  text-decoration: none;
  white-space: nowrap;
}

.pc_campaign {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc_lead, #page_top {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .pagination .arrow {
    width: 14%;
  }
  .pagination .arrow a {
    font-size: 10px;
  }
}
@media screen and (min-width: 769px) {
  body {
    width: 100%;
    height: 100vh;
    background-color: #E2E2E2;
  }
  .logolink {
    content: "";
    display: inline-block;
    width: 190px;
    padding: 30px 0%;
    position: fixed;
    top: 6%;
    left: 3.5%;
    background: url("../img/pc_logo.svg") no-repeat;
    background-size: contain;
    vertical-align: middle;
  }
  main {
    padding-top: 0;
  }
  .campaign {
    display: none;
  }
  #header {
    position: relative;
  }
  #wrapper {
    width: 390px;
    margin: 0 auto 0;
    font-size: 1rem !important;
    letter-spacing: 0.05rem !important;
    box-shadow: rgba(0, 0, 0, 0.3) 0em 0em 1.5em 0.08em;
    overflow: visible;
    position: relative;
    top: 5rem;
    overflow: hidden;
    background: #fff;
  }
  #page_top {
    display: block;
    position: fixed;
    bottom: 3.5%;
    right: 3.5%;
    width: 60px;
  }
  .pc_campaign {
    display: block;
    position: fixed;
    width: 212px;
    bottom: 3.5%;
    left: 3.5%;
  }
  .pc_campaign a {
    text-decoration: none;
  }
  .pc_campaign a p {
    font-size: 90%;
    text-align: center;
    line-height: 140%;
    padding-bottom: 1%;
  }
  .pc_campaign a .btn _::-webkit-full-page-media, _:future, :root p:after {
    top: 28% !important;
  }
  .pc_campaign:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 930px) {
  .pc_campaign {
    transform: scale(0.9);
    left: 2.5%;
  }
}
@media screen and (max-width: 880px) {
  .pc_campaign {
    transform: scale(0.8);
    left: 1.5%;
  }
}
@media screen and (max-width: 830px) {
  .pc_campaign {
    transform: scale(0.68);
    left: 0%;
  }
}