@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap');


/*----------------------------------------------------------
フルサイズ設定
---------------------------------------------------------- */
#login_mypage,
#head-wrapper,
#global-navi,
#foot-wrapper,
#main:after {
  display: none;
}
#body,
#body-wrapper,
#main,
#wrap,
#Carea,
#page-inner,
#body-inner,
.one-col #centercol {
  width: 100%;
  padding: 0;
  margin: 0;
  background: none;
  border: none;
}

body {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 0!important;
}

img {
  width: 100%;
}

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;
}

/*----------------------------------------------------------
MAIN VISUAL
---------------------------------------------------------- */
.mainvisual {
  width: 100%;
  background: #000;
  text-align: center;
}

.mainvisual img {
  display: block;
  width: 100%;
  max-width: 1024px;
  height: auto;
  margin: 0 auto;
}

.pp-wrap {
  max-width: 1024px;
  margin: 0 auto;
  padding: 2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9rem;
  margin: 0 auto;
  line-height: 1.3rem;
  color: #000;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.pp-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.pp-logo,
.pp-inline-logo {
  display: inline-flex;
  align-items: center;
}
.pp-logo img {
  height: 2rem;
  width: auto;
}
.pp-inline-logo img {
  height: 1rem;
  width: auto;
}
.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;
}
h1.pp-title {
  position: relative;
  top: inherit;
  left: inherit;
  font-size: 1.3rem;
  font-weight: 700;
  border-bottom: 2px solid #000;
  padding: 6px;
  margin-bottom: 6px;
  width: 80%;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 6px;
}
h2.pp-heading {
  color: #000;
  font-size: 1.2rem;
  font-weight: 700;
  margin: 0 0 5px 0;
  border-left: 7px solid #000;
  padding: 0 0 0 0.6rem;
  line-height: 1.4rem;
}
.pp-date {
  text-align: right;
  font-size: 14px;
  margin-bottom: 32px;
}
.pp-list {
  margin: 10px 0 0 0;
  padding-left: 22px;
  list-style-type: decimal;
  text-align: justify;
}
.pp-list li {
  margin-bottom: 10px;
  list-style-type: decimal;
}
.pp-wrap {
  counter-reset: pp-article;
}
.pp-section {
  counter-increment: pp-article;
}
.pp-section .pp-heading::before {
  content: "第" counter(pp-article) "条 ";
}
