@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700;900&display=swap');


/*----------------------------------------------------------
フルサイズ設定
---------------------------------------------------------- */
#login_mypage,
#head-wrapper,
#global-navi,
#foot-wrapper,
#main:after {
  display: none;
}
#wrap,
#page-inner {
  padding: 0!important;
}
#body-wrapper {
  border: none!important;
  background: none!important;
}
body.paused *
{
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
}
/*----------------------------------------------------------
 リセット
---------------------------------------------------------- */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}
body {
  margin: 0;
  background: #fff;
}
img {
  width: 100%;
  height: auto;
  display: block;
}

/*----------------------------------------------------------
デフォルトCSSの強制解除
---------------------------------------------------------- */
#body {
  width: 100%;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000;
  background: none;
}
#body-inner {
  width: 100%;
  padding: 0;
  margin: 0;
}
.one-col #centercol {
  width: 100%;
}
#main {
  width: 100%;
  padding: 0;
  margin: 0;
}
#Carea {
  width: 100%;
}


/*----------------------------------------------------------
MAIN VISUAL
---------------------------------------------------------- */.pp-wrap {
  max-width: 680px;
  height: 100dvh;
  margin: 0 auto;
  padding: 2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9rem;
  line-height: 1.3rem;
  color: #000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
.pp-wrap img {
  max-width: 200px;
  margin: 0 auto 3rem auto;
  display: block;
}
.pp-wrap p.pp-box {
  border: 1px solid #000;
  padding: 1rem;
}
.pp-wrap p {
  font-size: 0.9rem;
  margin: 0;
  line-height: 1.3rem;
  text-align: justify;
}
.pp-wrap {
  counter-reset: pp-article;
}
.pp-section {
  counter-increment: pp-article;
}