*,
::before,
::after {
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
    height: 100%;
    width: 100%;
}

body {
    background-color: #ebe6e2;
}

.layout-simple-wrap.layout-simple-wrap-l {
    padding: 30px;
    width: 900px;
}

.paidy {
    border: 20px solid #ebe6e2;
    font-family: 'Noto Sans JP', sans-serif;
    color: #1c1c1c;
    font-size: 2.2rem;
}

.paidy img {
    vertical-align: top;
    width: 100%;
}

.paidy a {
    text-decoration: underline;
    color: #e4258d;
}

.paidy .paidy-mv__wrap {
    padding: 42px 50px;
    background-image: -moz-linear-gradient( 180deg, #ff009c 0%, #a6009c 100%);
    background-image: -webkit-linear-gradient( 180deg, #ff009c 0%, #a6009c 100%);
    background-image: -ms-linear-gradient( 180deg, #ff009c 0%, #a6009c 100%);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.paidy .paidy-mv__logo {
    width: 136px;
    margin-right: 40px;
}

.paidy .paidy-mv__title {
    color: #fff;
    font-size: 3.8rem;
    font-weight: bold;
    position: relative;
    letter-spacing: -1px;
    margin-bottom: 20px;
}

.paidy .paidy-mv__title::after {
    background: #fff;
    border-radius: 3px;
    content: "";
    height: 6px;
    width: 516px;
    position: absolute;
    bottom: -10px;
    left: calc(50% - 258px);
}

.paidy .paidy-content__wrap {
    background-color: #fff;
    padding: 28px 0 42px;
    text-align: center;
}

.paidy .paidy-about,
.paidy .paidy-howto {
    position: relative;
    margin-bottom: 84px;
}

.paidy .paidy-about::after,
.paidy .paidy-howto::after {
    content: "";
    height: 4px;
    width: 556px;
    background: #ebe6e2;
    border-radius: 4px;
    position: absolute;
    bottom: -48px;
    left: calc(50% - 278px);
}

.paidy .paidy-about__wrap {
    margin-bottom: 20px;
}

.paidy .paidy-about__text {
    background: url('/pc/image/payment/paidy/txt-about01.png?v=1')no-repeat center top;
    background-size: contain;
    width: 718px;
    height: 70px;
    color: transparent;
    margin: 0 auto 20px;
}

.paidy .paidy-about__thumb {
    width: 662px;
}

.paidy .paidy-btn__text {
    background: url('/pc/image/payment/paidy/txt-btnarea01.png?v=1')no-repeat center top;
    background-size: contain;
    width: 362px;
    height: 28px;
    color: transparent;
    margin: 0 auto 20px;
}

.paidy .paidy-btn__link {
    display: block;
    background: url('/pc/image/payment/paidy/btn-buy.png?v=1')no-repeat center top;
    background-size: contain;
    width: 385px;
    height: 83px;
    color: transparent;
    margin: 0 auto 40px;
    border-radius: 10px;
    box-shadow: 0px 8px #ebe6e2;
}

.paidy .paidy-btn__link:active {
    box-shadow: none;
    position: relative;
    top: 8px;
}

.paidy .paidy-howto__title {
    background: url('/pc/image/payment/paidy/title-howto.png?v=1')no-repeat center top;
    background-size: contain;
    width: 330px;
    height: 68px;
    color: transparent;
    margin: 0 auto 36px;
}

.paidy .paidy-howto__arrow {
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 18px solid transparent;
    border-left: 18px solid transparent;
    border-top: 16px solid #ff6902;
    text-align: center;
    margin: 0 auto 20px;
}

.paidy-howto__text {
    margin: 0 auto 20px;
}

.paidy .paidy-howto__step1 {
    background: url('/pc/image/payment/paidy/txt-step1.png?v=1')no-repeat center top;
    background-size: contain;
    width: 78px;
    height: 20px;
    color: transparent;
    margin: 0 auto 20px;
}

.paidy .paidy-howto__step2 {
    background: url('/pc/image/payment/paidy/txt-step2.png?v=1')no-repeat center top;
    background-size: contain;
    width: 78px;
    height: 20px;
    color: transparent;
    margin: 0 auto 20px;
}

.paidy .paidy-howto__step3 {
    background: url('/pc/image/payment/paidy/txt-step3.png?v=1')no-repeat center top;
    background-size: contain;
    width: 78px;
    height: 20px;
    color: transparent;
    margin: 0 auto 20px;
}

.paidy .paidy-howto__step4 {
    background: url('/pc/image/payment/paidy/txt-step4.png?v=1')no-repeat center top;
    background-size: contain;
    width: 78px;
    height: 20px;
    color: transparent;
    margin: 0 auto 20px;
}

.paidy .paidy-howto__step5 {
    background: url('/pc/image/payment/paidy/txt-step5.png?v=1')no-repeat center top;
    background-size: contain;
    width: 78px;
    height: 20px;
    color: transparent;
    margin: 0 auto 20px;
}

.paidy .paidy-howto__thumb {
    display: block;
    margin: 0 auto 20px;
    width: 538px;
}

.paidy .paidy-induction .paidy-btn__wrap {
    margin-bottom: 24px;
}

.paidy .paidy-bnr__wrap {
    margin-bottom: 14px;
}

.paidy .paidy-bnr__text {
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 20px;
}

.paidy .paidy-bnr__thumb {
    width: 556px;
}

.paidy .paidy-notice {
    margin: 0 auto;
    text-align: left;
    font-size: 1.4rem;
    width: 556px;
}

.paidy .paidy-notice li {
    padding-left: 1rem;
    text-indent: -1rem;
}

.paidy .paidy-notice .paidy-notice__num {
    padding-left: 2.5rem;
    text-indent: -2.5rem;
}

.paidy-pageback__wrap {
    background-color: #ebe6e2;
    padding: 40px 0 20px;
}

.paidy .paidy-pageback {
    background: url('/pc/image/payment/paidy/btn-pageback.png?v=1')no-repeat center top;
    background-size: contain;
    display: block;
    width: 240px;
    height: 42px;
    margin: 0 auto;
    text-align: center;
    text-indent: -9999px;
    overflow:hidden;
}