@charset "UTF-8";
:root {
  --max-width-1200: 1200px;
  --max-width-1000: 1000px;
  --baseFontColor: #333;
  --subFontColor: #555;
  --subLinkColor: #c02;
  --mainColor: #e60027;
  --whiteColor: #fff;
  --greenColor: #549b35;
  --yellowColor: #fff100;
  --orangeColor: #ff7c4b;
  --blueColor: #494a8b;
  --headerBg: #e5e5e5;
  --boxBg: #fff2f4;
}
.page-allFree {
  color: var(--baseFontColor);
}
.page-allFree h1,
.page-allFree h2,
.page-allFree h3,
.page-allFree h4 {
  margin: 0;
  padding: 0;
}
.page-allFree img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.page-allFree a {
  color: inherit;
  text-decoration: none;
  transition: .3s ease;
}
.page-allFree a:hover {
  text-decoration: none;
  opacity: .8;
}

/* ====== Header ====== */
.page-allFree .header {
  padding: 19px 15px 18px;
  background-color: var(--headerBg);
}
.page-allFree .hdg-lv1 {
  margin: 0 auto;
  max-width: var(--max-width-1200);
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page-allFree .header {
    padding: 9px 15px;
  }
  .page-allFree .hdg-lv1 {
    font-size: 12px;
  }
}

/* ---------------------------------------
	全体
---------------------------------------- */
#prhitachiss{
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
}
@media screen and (min-width: 769px) {
	.for-sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
	.for-pc {
		display: none;
	}
}

/* ---------------------------------------
	common
---------------------------------------- */
#prhitachiss .main {
  padding: 110px 0 100px;
  background: #e5e5e5;
}
#prhitachiss .main-inner {
  max-width: 840px;
  padding: 0 20px;
  margin: 0 auto;
}
#prhitachiss .main section:not(:first-child) {
  margin-top: 90px;
}
#prhitachiss .contents-wrapper {
  position: relative;
  padding: 76px 35px 62px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 10px 10px rgb(0,0,0,0.05);
}
#prhitachiss .contents-title {
  position: absolute;
  top: -30px;
  left: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 530px;
  height: 70px;
  background: #fec002;
  border-radius: 35px;
  transform: translateX(-50%);
}
#prhitachiss .contents-text {
  font-feature-settings: "palt";
  font-size: 22px;
  letter-spacing: 0.04em;
  line-height: 1.63;
}
#prhitachiss .contents-link {
  display: inline-block;
  margin: 14px 0 0;
  font-feature-settings: "palt";
  font-size: 22px;
  letter-spacing: 0.04em;
  text-decoration: underline;
}
#prhitachiss .contents-link::before {
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  margin: 0px 7px -5px 2px;
  background: url(/img/usr/freepage/prhitachiss/icon_link.png) no-repeat center / contain;
}
@media screen and (max-width: 768px) {
  #prhitachiss .main {
    padding: 60px 0;
  }
  #prhitachiss .main section:not(:first-child) {
    margin-top: 70px;
  }
  #prhitachiss .contents-wrapper {
    padding: 60px 12px 38px;
  }
  #prhitachiss .contents-title {
    top: -20px;
    width: 336px;
    max-width: 94%;
    height: 47px;
  }
  #prhitachiss .contents-text {
    font-size: 16px;
  }
  #prhitachiss .contents-link {
    margin: 10px 0 0;
    font-size: 16px;
  }
  #prhitachiss .contents-link::before {
    width: 22px;
    height: 22px;
  }
}

/* ---------------------------------------
	mv
---------------------------------------- */
@media screen and (min-width: 769px) {
  #prhitachiss .sec-mv {
    padding: 40px 0;
  }
  #prhitachiss .sec-mv h1 {
    max-width: 400px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  #prhitachiss .sec-mv h1 img {
    width: 100%;
  }
}

/* ---------------------------------------
	about
---------------------------------------- */
#prhitachiss .sec-about .about-list {
  counter-reset: listnum;
  padding: 0 0 0 15px;
}
#prhitachiss .sec-about .about-list li {
  display: flex;
  align-items: center;
  gap: 18px;
  min-height: 74px;
}
#prhitachiss .sec-about .about-list li::before{
	counter-increment: listnum;
	content: counter(listnum);
  flex-shrink: 0;
  display: block;
  width: 46px;
  height: 46px;
  padding: 6px 0 0;
  font-weight: bold;
  font-size: 21px;
  text-align: center;
  color: #fff;
  background: url(/img/usr/freepage/prhitachiss/icon_fukidashi.png) no-repeat center / contain;
}
#prhitachiss .sec-about .about-list p {
  font-feature-settings: "palt";
  font-size: 22px;
  letter-spacing: 0.06em;
  line-height: 1.45;
}
#prhitachiss .sec-about .about-list p .small {
  display: block;
  margin: -3px 0 0;
  font-size: 16px;
}
#prhitachiss .sec-about .line {
  font-weight: 600;
  color: #fe0000;
  background: linear-gradient(transparent 50%, #feff96 50%);
}
@media screen and (max-width: 768px) {
  #prhitachiss .sec-about .contents-title img {
    width: 255px;
    margin: 0 auto;
  }
  #prhitachiss .sec-about .about-list {
    padding: 0 5px 0 7px;
  }
  #prhitachiss .sec-about .about-list li {
    gap: 13px;
    min-height: unset;
  }
  #prhitachiss .sec-about .about-list li:not(:first-child) {
    margin-top: 22px;
  }
  #prhitachiss .sec-about .about-list li::before{
    width: 36px;
    height: 36px;
    padding: 6px 0 0;
    font-size: 16px;
  }
  #prhitachiss .sec-about .about-list p {
    font-size: 16px;
    font-feature-settings: normal;
    letter-spacing: 0;
    line-height: 1.5;
  }
  #prhitachiss .sec-about .about-list p .small {
    margin: -3px 0 0;
    font-size: 14px;
  }
}

/*-----------------------------------------
  lineup
-----------------------------------------*/
#prhitachiss .sec-lineup .lineup-list {
  display: flex;
  flex-wrap: wrap;
  gap: 58px 20px;
  margin: 24px 0 0;
}
#prhitachiss .sec-lineup .lineup-list li {
  width: calc((100% - (20px*4))/5);
}
#prhitachiss .sec-lineup .lineup-list--text {
  margin: 14px 0 0;
  font-feature-settings: "palt";
  font-size: 18px;
  letter-spacing: 0.06em;
  line-height: 1.333;
  text-align: center;
}
#prhitachiss .sec-lineup .lineup-comment {
  width: fit-content;
  margin: 35px auto 0;
  padding: 10px 35px 12px;
  font-feature-settings: "palt";
  font-weight: bold;
  font-size: 22px;
  letter-spacing: 0.06em;
  line-height: 1;
  text-align: center;
  background: #feff96;
  border-radius: 5px;
}
@media screen and (min-width: 769px) {
  #prhitachiss .sec-lineup .contents-wrapper {
    padding-bottom: 55px;
  }
}
@media screen and (max-width: 768px) {
  #prhitachiss .sec-lineup .contents-title img {
    width: 250px;
    margin: 0 auto;
  }
  #prhitachiss .sec-lineup .lineup-list {
    position: relative;
    gap: 35px 3px;
    margin: 0;
  }
  #prhitachiss .sec-lineup .lineup-list li {
    width: calc((100% - (3px*2))/3);
  }
  #prhitachiss .sec-lineup .lineup-list--text {
    margin: 10px 0 0;
    font-size: 16px;
  }
  #prhitachiss .sec-lineup .lineup-comment {
    position: absolute;
    bottom: 76px;
    right: 24px;
    margin: 35px auto 0;
    padding: 19px 18px;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 1.625;
    text-align: left;
  }
}

/*-----------------------------------------
  member
-----------------------------------------*/
@media screen and (min-width: 769px) {
  #prhitachiss .sec-member .contents-wrapper {
    padding: 80px 65px 50px 78px;
  }
}
@media screen and (max-width: 768px) {
  #prhitachiss .sec-member .contents-title img {
    width: 190px;
    margin: 0 auto;
  }
}

/*-----------------------------------------
  howto
-----------------------------------------*/
#prhitachiss .sec-howto .howto-list {
  counter-reset: howtonum;
}
#prhitachiss .sec-howto .howto-list li {
  position: relative;
  padding: 0 0 0 56px;
}
#prhitachiss .sec-howto .howto-list li:not(:first-child) {
  margin-top: 50px;
  padding-top: 50px;
  background-image : linear-gradient(to right, #c1c1c1 2px, transparent 2px);
  background-size: 10px 2px;
  background-repeat: repeat-x;
}
#prhitachiss .sec-howto .howto-list li::before{
	counter-increment: howtonum;
	content: counter(howtonum);
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  font-weight: bold;
  font-size: 28px;
  line-height: 1.3;
  text-align: center;
  color: #2b3849;
  background: #fec002;
  border-radius: 4px;
}
#prhitachiss .sec-howto .howto-list li:not(:first-child)::before {
  top: 50px;
}
#prhitachiss .sec-howto .howto-title {
  max-width: 600px;
  font-feature-settings: "palt";
  font-weight: bold;
  font-size: 22px;
  letter-spacing: 0.04em;
  line-height: 1.8;
}
#prhitachiss .sec-howto .howto-contents {
  max-width: 600px;
  margin: 25px 0 0;
}
#prhitachiss .sec-howto .howto-contents p {
  font-feature-settings: "palt";
  font-size: 18px;
  letter-spacing: 0.04em;
  line-height: 1.666;
}
#prhitachiss .sec-howto .howto-contents p + .howto-img {
  margin: 10px 0 0;
}
#prhitachiss .sec-howto .howto-contents .howto-img + p {
  margin: 44px 0 0;
}
#prhitachiss .sec-howto .howto-list li.howto-14 .howto-img:not(:last-child)::after {
  content: "";
  display: block;
  width: 117px;
  height: 70px;
  margin: 0 auto 8px;
  background: url(/img/usr/freepage/prhitachiss/icon_arrow.png) no-repeat center / contain;
}
#prhitachiss .sec-howto .howto-end {
  margin: 54px 0 0;
}
#prhitachiss .sec-howto .howto-end--title {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 110px;
  background: #fec002;
  border-radius: 5px;
}
#prhitachiss .sec-howto .howto-end--contents {
  margin: 10px 0 0;
  padding: 0 30px;
}
@media screen and (min-width: 769px) {
  #prhitachiss .sec-howto .contents-wrapper {
    padding: 84px 44px 62px;
  }
}
@media screen and (max-width: 768px) {
  #prhitachiss .sec-howto .contents-title img {
    width: 180px;
    margin: 0 auto;
  }
  #prhitachiss .sec-howto .howto-list li {
    padding: 0 0 0 44px;
  }
  #prhitachiss .sec-howto .howto-list li:not(:first-child) {
    margin-top: 30px;
    padding-top: 30px;
    background-size: 8px 2px;
  }
  #prhitachiss .sec-howto .howto-list li::before{
    top: -2px;
    width: 33px;
    height: 33px;
    font-size: 22px;
  }
  #prhitachiss .sec-howto .howto-list li:not(:first-child)::before {
    top: 28px;
  }
  #prhitachiss .sec-howto .howto-title {
    font-size: 16px;
    line-height: 1.666;
  }
  #prhitachiss .sec-howto .howto-contents {
    margin: 10px 0 0;
  }
  #prhitachiss .sec-howto .howto-contents p {
    font-size: 16px;
  }
  #prhitachiss .sec-howto .howto-contents p + .howto-img {
    margin: 5px 0 0;
  }
  #prhitachiss .sec-howto .howto-contents .howto-img + p {
    margin: 22px 0 0;
  }
  #prhitachiss .sec-howto .howto-list li.howto-14 .howto-img:not(:last-child)::after {
    width: 60px;
    height: 35px;
    margin: 0 auto 4px;
  }
  #prhitachiss .sec-howto .howto-end {
    margin: 40px 0 0;
  }
  #prhitachiss .sec-howto .howto-end--title {
    height: 80px;
  }
  #prhitachiss .sec-howto .howto-end--title img {
    width: 98%;
    margin: 0 auto;
  }
  #prhitachiss .sec-howto .howto-end--contents {
    margin: 10px 0 0;
    padding: 0 15px;
  }
}
