
.st-Content-bgGrey {
  position: relative;
  overflow: hidden;
  padding-bottom: 336px;
  /* clip-path: polygon(0 0, 100% 0%, 100% 97.1%, 0 100%); */
}
@media screen and (max-width: 768px)
{
  .st-Content-bgGrey {
    padding-bottom: 250px;
      /* clip-path: polygon(0 0, 100% 0%, 100% 98.9%, 0 100%); */
  }
}

.agreement .st-PageContent
{
    max-width: 930px;
    margin: 0 auto;
    color: #3E3A39;
}
.agreement .sp {
    display: none;
}
.agreement .st-PageHeader {
  background-image: url('https://www.ptcgic-cr.com/2024/wp-content/themes/pokeigp/assets/images/common/bg_h1_red.jpg');
}
.agreement .st-PageHeading span
{
    font-size: 2.4rem;
    line-height: 1.4;
}

.agreement .st-PageHeader-Inner h2
{
    font-size: 32px;
}

.st-Content-bgGrey::before {
    content: "";
    background: url('https://www.ptcgic-cr.com/2024/wp-content/themes/pokeigp/assets/images/common/bg_grey.jpg') repeat-y center top -632px;
    background-size: 100% auto;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
}
@media screen and (max-width: 768px)
{
  .st-Content-bgGrey::before {
    background-image: url('https://www.ptcgic-cr.com/2024/wp-content/themes/pokeigp/assets/images/common/bg_grey_sp.jpg');
    background-position: center top 190px;
    height: calc(100% - 22vw);
  }
}

.agreement h3
{
    font-size: 2.5rem;
    line-height: 2;
    font-weight: bold;
    color: #005492;
    border-bottom: 1px solid #005492;
    position: relative;
    padding-left: 22px;
    margin-bottom: 30px;
    margin-top: 78px;
}
.agreement h3::before {
  position: absolute;
  content: '';
  width: 11px;
  height: 11px;
  background-color: #005492;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media screen and (max-width: 768px)
{
    .agreement .st-PageHeader-Inner h2
    {
        font-size: 20px;
    }
    .agreement h3
    {
        font-size: 1.6rem;
        line-height: 2;
        padding-left: 12px;
        margin-top: 36px;
        margin-bottom: 15px;
    }
    .agreement h3::before {
      width: 5px;
      height: 5px;
    }
    .agreement .sp {
        display: block;
    }
}

.agreement .st-PageHeader-Inner h2 > span
{
    font-size: 22px;

    display: block;
}

@media screen and (max-width: 768px)
{
    .agreement .st-PageHeader-Inner h2 > span
    {
        font-size: 12px;
    }
}

p.text_underline
{
    text-decoration: underline;
}

p.text_center
{
    text-align: center;
}

.agreement_Lead
{
    font-size: 1.7rem;
    /*font-weight: 500;*/
    line-height: 1.83;

    padding-bottom: 10px;

    /* text-align: center; */

}

@media screen and (max-width: 768px)
{
    .agreement_Lead
    {
        font-size: 1.3rem;
        line-height: 1.7;

        padding-bottom: 10px;
    }
}

.agreement-Content_Wrapper
{
    font-size: 1.7rem;
    line-height: 1.83;

    margin-top: 33px;
}

@media screen and (max-width: 768px)
{
    .agreement-Content_Wrapper
    {
        font-size: 1.3rem;
        line-height: 1.7;
        margin-top: 16px;
    }
}

.agreement-Content_Wrapper p
{
    font-size: 1.7rem;
    /*font-weight: 500;*/
    line-height: 1.83;
    margin: 0 0 30px;
}

@media screen and (max-width: 768px)
{
    .agreement-Content_Wrapper p
    {
        font-size: 1.2rem;
        line-height: 1.8;
    }
}

.st-PageHeading:not(:first-child)
{
    margin-top: 64px;
}

@media screen and (max-width: 768px)
{
    .st-PageHeading:not(:first-child)
    {
        margin-top: 32px;
    }
}

.agreement-List
{
    /*font-size: 1.8rem;
    line-height: 2;*/
}

@media screen and (max-width: 768px)
{
    .agreement-List
    {
        font-size: 1.3rem;
        line-height: 1.7;

        margin-top: 16px;
    }
}
.agreement-List .asterisk {
    padding-left: 1.5em;
}
/* .agreement-List .asterisk::after {
    content: ' \203B';
} */

.agreement-List span
{
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.4;

    display: block;

    margin-bottom: 5px;
}

@media screen and (max-width: 768px)
{
    .agreement-List span
    {
        font-size: 1.4rem;
    }
}

.agreement-List.dotlist
{
    padding-left: 4rem;

    list-style: disc;

    text-indent: -.5rem;
    margin-bottom: 30px;
}
.agreement-List.dotlist li {
    margin-bottom: 10px;
}

@media screen and (max-width: 768px)
{
    .agreement-List.dotlist
    {
        margin-top: 16px;
        padding-left: 2.2rem;
    }
}

.agreement-List.indent
{
    padding-left: 20px;
}

.agreement-List.indent li,
.agreement-List.alphabet li
{
    padding-left: 1.7rem;

    text-indent: -2rem;
}

.agreement-List + p
{
    margin-top: 40px;
}

@media screen and (max-width: 768px)
{
    .agreement-List.indent li,
    .agreement-List.alphabet li
    {
        padding-left: 1.2rem;

        text-indent: -1.5rem;
    }
    .agreement-List + p
    {
        margin-top: 16px;
    }
}

.agreement-Content_Wrapper a
{
    color: #386ffc;
    border-bottom: 1px solid #386ffc;
}
