@charset 'UTF-8';

main>article>article{
  padding: 6.0rem calc(60 / 1200 * 100%);
  margin: 6.0rem auto 0 auto;
  max-width: 108.0rem;
  border-radius: 20px;
  background-color: rgb(255, 255, 255);
  box-sizing: border-box;
}
main>article>article .text{
  padding-bottom: 3.0rem;
  display: block;
}
main>article>article h2{
  padding-bottom: 1.0em;
  margin: -.3em 0 0 0;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.1em;
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*  content  */
#content{
  padding: .5em 0;
  font-size: 1.8rem;
  line-height: 2;
}
#content p{
  margin: 0;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: 0.1em;
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
  text-align: justify;
}
#content p:not(:first-of-type){
  padding-top: 1em;
}
#content a:not(.wp-block-file__button){
  padding: 0 0.25em;
  color: rgb(249, 129, 162);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 0.25em;
  text-decoration-thickness: 2px;
}
#content a.wp-block-file__button{
  background-color: rgb(249, 129, 162);
}
#content figure{
  margin-left: 0;
  margin-right: 0;
}
#content p+.wp-block-file{
  margin-top: 1.5em;
}

/*  meta  */
#meta{
  display: -webkit-box;
  display: flex;
}
#meta .cat ul{
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: flex;
}
#meta .cat li:not(:first-of-type){
  padding-left: .4rem;
}
#meta .cat a{
  padding: .25em 1.4rem;
  display: block;
  min-width: calc(13.0rem * 18 / 14);
  font-size: 1.4rem;
  line-height: 1.4;
  text-align: center;
  color: rgb(249, 129, 162);
  background-color: rgb(254, 239, 242);
  box-sizing: border-box;
}
#meta time{
  padding: 0.35rem 1.5em;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.05em;
  white-space: nowrap;
}

/*  pagination  */
#pagination{
  padding-top: 6.8rem;
}
#pagination ul{
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  max-width: 104.0rem;
  margin: 0 auto;
}
#pagination a{
  display: block;
  width: 2em;
  height: 2em;
  overflow: hidden;
  white-space: nowrap;
}
#pagination .prev a,
#pagination .next a{
  border-radius: 50%;
}
#pagination .prev a::before,
#pagination .next a::before{
  content: '';
  display: inline-block;
  width: 100%;
  height: 100%;
  background: rgb(11, 16, 87) url(../images/ico_button.svg) no-repeat 50% 50%/auto 50%;
}
#pagination .prev a::before{
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
#pagination .list a::before{
  content: '';
  display: inline-block;
  width: 100%;
  height: 100%;
  background: url(../images/ico_list.svg) no-repeat 50% 50%/contain;
}
