/* ================================================================
 ご購入はこちらから 用CSS
================================================================ */
/* ================================================================
 header （上書き）
================================================================ */

/* .p-form-header
------------------------------- */
.p-form-header .header {
    height: 35px;
    border-bottom: none;
}

.p-form-header .sectionWrapper {
    padding: 0 !important;
}

.p-form-header #headerLogo {
    width: 75px;
    padding: 10px 0 0 !important;
    margin: auto;
}

/* ================================================================
 共通
 .p-cmn-xxx
================================================================ */

/* .p-cmn-step
------------------------------- */
.p-cmn-step {
    display: flex;
    align-items: center;
    height: 46px;
    padding: 0 14px;
    background-color: #F7F2DC;
}

.p-cmn-step .p-cmn-step__text {
    font-size: 12px;
    font-weight: bold;
    color: #C09A00;
    margin-right: 18px;
}

.p-cmn-step .p-cmn-step__progress {
    display: flex;
    flex: 1 1 0;
    height: 14px;
    background-color: #fff;
    border-radius: 20px;
}

.p-cmn-step .p-cmn-step__progress-completed {
    display: block;
    background-color: #C09A00;
    border-radius: 20px;
}

/* .p-cmn-heading
------------------------------- */
.p-cmn-heading {
    display: block;
    padding: 19px 20px 16px;
    margin-bottom: 25px;
    border-bottom: 1px solid #E6E6E6;
}

.p-cmn-heading .p-cmn-heading__main {
    display: block;
    font-size: 16px;
    line-height: 26px;
    font-weight: bold;
    color: #333333;
}

.p-cmn-heading .p-cmn-heading__main.--required:after {
    content: "必須";
    display: inline-block;
    margin: -2px 0 0 10px;
    padding: 1px 5px;
    font-size: 10px;
    line-height: 14px;
    vertical-align: middle;
    color: #FFF;
    background: #828282;
}

.p-cmn-heading .p-cmn-heading__note {
    display: flex;
    margin-top: 4px;
    font-size: 11px;
    font-weight: bold;
    color: #999999;
}

.p-cmn-heading .p-cmn-heading__note:before {
    content: '※';
}

/* .p-cmn-heading-second
------------------------------- */
.p-cmn-heading-second {
    display: block;
    padding: 0 0 11px;
    margin: 0 20px 0;
    border-bottom: 1px solid #E6E6E6;
    font-size: 16px;
    font-weight: bold;
}

#headerText .p-cmn-heading-second {
    margin: 0 5px 0;
}

/* .p-cmn-form-container
------------------------------- */
.p-cmn-form-container:nth-child(n) {
    padding: 0 0 7px;
}

/* .p-cmn-line-button-wrap
------------------------------- */
.p-cmn-line-button-wrap {
    padding: 0 20px;
}

/* .p-cmn-list-link-center
------------------------------- */
.p-cmn-list-link-center {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 9px -25px -10px 0;
}

.p-cmn-list-link-center__item {
    display: block;
    margin: 0 25px 10px 0;
}

/* .p-cmn-list-note
------------------------------- */
.p-cmn-list-note {
    display: block;
    margin-top: 7px;
    font-size: 11px;
    line-height: 18px;
    color: #666666;
}

.p-cmn-list-note .p-cmn-list-note__item {
    display: flex;
}

.p-cmn-list-note .p-cmn-list-note__item:before {
    content: '※';
}

/* .p-cmn-table-register
------------------------------- */
.p-cmn-table-register:nth-child(n) {
    margin: 25px 0 0;
    border: none;
}

.p-cmn-table-register:nth-child(n) tr {
    margin: 0;
    padding: 0;
    border: none;
}

.p-cmn-table-register:nth-child(n) tr:not(:first-child) {
    padding-top: 12px;
}

.p-cmn-table-register:nth-child(n) tr > th {
    padding: 0 20px 6px;
    font-weight: bold;
    color: #333;
}

.p-cmn-table-register:nth-child(n) tr > th.required .title:after {
    content: "必須";
    display: inline-block;
    margin: -2px 0 0 8px;
    padding: 1px 5px;
    font-size: 10px;
    vertical-align: middle;
    color: #FFF;
    background: #828282;
}

.p-cmn-table-register:nth-child(n) tr > td {
    padding: 0 20px 10px;
}

/* .p-cmn-table-register-nest
------------------------------- */
.p-cmn-table-register-nest:nth-child(n):nth-child(n) {
    margin: 0 0 0;
    border: none;
}

.p-cmn-table-register-nest:nth-child(n):nth-child(n) tr {
    margin: 0;
    padding: 0;
    border: none;
}

.p-cmn-table-register-nest:nth-child(n):nth-child(n) tr:not(:first-child) {
    padding-top: 11px;
}

.p-cmn-table-register-nest:nth-child(n):nth-child(n) tr > th {
    padding: 10px 0 7px;
    color: #666666;
}

.p-cmn-table-register-nest:nth-child(n):nth-child(n) tr > td {
    padding: 0;
}

/* .p-cmn-table-register-confirm
------------------------------- */
.p-cmn-table-register-confirm:nth-child(n):nth-child(n) {
    margin: 22px 0 0;
    border: none;
}

.p-cmn-table-register-confirm:nth-child(n):nth-child(n) tr {
    margin: 0;
    padding: 0;
    border: none;
}

.p-cmn-table-register-confirm:nth-child(n):nth-child(n) tr:not(:first-child) {
    padding-top: 8px;
}

.p-cmn-table-register-confirm:nth-child(n):nth-child(n) tr > th {
    padding: 0 20px 2px;
    font-size: 13px;
    font-weight: bold;
    color: #777777;
}

.p-cmn-table-register-confirm:nth-child(n):nth-child(n) tr > td {
    padding: 0 20px 10px;
    font-size: 16px;
    color: #333333;
}

/* .p-cmn-text-checkbox
------------------------------- */
.p-cmn-text-checkbox {
    margin: 13px 0 0;
    font-size: 13px;
    color: #666666;
}

.p-cmn-text-checkbox .p-cmn-text-checkbox__checkbox {
    margin: -2px 6px 0 0;
    vertical-align: middle;
}

/* .p-cmn-submit-button-wrap
------------------------------- */
.p-cmn-submit-button-wrap {
    padding: 0 20px 0;
    margin: 17px 0 0;
}

/* .p-cmn-submit-button-list
------------------------------- */
.p-cmn-submit-button-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px -10px 0;
}

.p-cmn-submit-button-list__item {
    display: block;
    margin: 0 15px 10px 0;
}

.p-cmn-submit-button-list__item.--cancel {
    width: calc((125/350) * 100% - 15px);
}

.p-cmn-submit-button-list__item.--submit {
    width: calc((225/350) * 100% - 15px);
}

/* .p-cmn-button-arrow
------------------------------- */
.p-cmn-button-arrow {
    position: relative;
    display:block;
    width: 100%;
    padding: 17px 8px 16px;
    margin: auto;
    border-radius: 5px;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    border: none;
    background: #c09a00;
}

.p-cmn-button-arrow:after {
    display:block;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    width: 6px;
    height: 12px;
    margin: auto;
    background: url(/lpmedia/smp/CampaignsSimpleInputs/img/icon_arrow_white_01.svg);
}

/* .p-cmn-button-border
------------------------------- */
.p-cmn-button-border {
    display: block;
    width: auto;
    min-width: 141px;
    padding: 10px 5px 9px;
    border: 1px solid #aaa;
    border-radius: 5px;
    font-size: 14px;
    line-height: 1.1;
    text-align: center;
    color: #666666;
    background: #f5f5f5;
}

/* .p-cmn-button-calender
------------------------------- */
.p-cmn-button-calender {
    display: block;
    width: auto;
    min-width: 132px;
    padding: 11px 32px 11px 8px;
    border: 1px solid #aaa;
    border-radius: 3px;
    font-size: 14px;
    line-height: 1.1;
    text-align: left;
    text-decoration: none !important;
    color: #666666;
    background: #fff url(/lpmedia/smp/CampaignsSimpleInputs/img/icon_calender_01.png) center right 9px / 19px 21px no-repeat;
}

/* .p-cmn-text-wrap
------------------------------- */
.p-cmn-text-wrap {
    display: block;
}

.p-cmn-text-wrap:not(:first-child) {
    margin-top: 10px;
}

/* .p-cmn-input-zipcode
------------------------------- */
.p-cmn-input-zipcode {
    width: calc((218/335) * 100%);
    min-width: 218px;
}

.p-cmn-text-wrap:not(:first-child) {
    margin-top: 10px;
}

/* .p-cmn-select
------------------------------- */
.p-cmn-select {
    height: auto;
    padding: 11px 10px 11px;
    border-radius: 3px;
    font-size: 14px;
    color: #333333;
    border: 1px solid #AAAAAA;
    appearance: none;
    background: url(/lpmedia/smp/CampaignsSimpleInputs/img/icon_arrow_select_01.png) center right 9px / 13px 19px no-repeat;
}

/* .p-cmn-date
------------------------------- */
.p-cmn-date {
    height: auto;
    padding: 7px 6px 6px;
    border-radius: 3px;
    font-size: 14px;
    color: #333333;
    border: 1px solid #AAAAAA;
}

/* .p-cmn-form-date-wrap
------------------------------- */
.p-cmn-form-date-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 -15px -10px;
}

.p-cmn-form-date-wrap .p-cmn-form-date-wrap__item {
    margin: 0 15px 10px;
}

/* .p-cmn-radio-inner
------------------------------- */
.p-cmn-radio-inner {
    padding: 3px 0 8px 30px;
}

.p-cmn-form-date-wrap .p-cmn-form-date-wrap__item {
    margin: 0 15px 10px;
}

/* .p-cmn-list-payinfo
------------------------------- */
.p-cmn-list-payinfo .p-cmn-list-payinfo__item:not(:first-child) {
    margin-top: 11px;
}

/* .p-cmn-campaign-privilege-comment
------------------------------- */
.p-cmn-campaign-privilege-comment:empty {
    margin: 0;
}

/* .p-cmn-inline-image
------------------------------- */
.p-cmn-inline-image:nth-child(n) {
    width: auto;
    zoom: .5;
    vertical-align: middle;
}

/* .p-cmn-title-table
------------------------------- */
.p-cmn-title-table:nth-child(n) {
    color: #666666;
}

.p-cmn-title-table:nth-child(n) .main {
    font-size: 13px;
    font-weight: bold;
}

.p-cmn-title-table:nth-child(n) .sub {
    font-size: 12px;
    font-weight: normal;
}

/* .p-cmn-link-small
------------------------------- */
.p-cmn-link-small {
    font-size: 11px;
}

.p-cmn-link-small:not(:first-child) {
    margin-top: 10px;
}

/* .p-cmn-form-credit
------------------------------- */
.p-cmn-form-credit {
    display: flex;
    padding-top: 10px;
}

.p-cmn-form-credit .p-cmn-form-credit__date {
    margin-right: 21px;
}

.p-cmn-form-credit .p-cmn-form-credit__code {
    flex: 1 1 0;
}

.p-cmn-form-credit .p-cmn-form-credit__input {
    margin-top: 5px;
}

.p-cmn-form-credit .p-cmn-form-credit__select {
    height: 38px;
    padding-left: 2px;
    border-radius: 3px;
    border-color: #AAAAAA;
}

.p-cmn-form-credit .p-cmn-form-credit__sub {
    margin: 0 5px 0 6px;
}

/* .p-cmn-modal
------------------------------- */
.p-cmn-modal {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    background: rgba(0,0,0,.6);
    z-index: 100;
}

.p-cmn-modal .p-cmn-modal__ghost {
    display: block;
    position: absolute;
    overflow: hidden;
    text-indent: -9999px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.p-cmn-modal .p-cmn-modal__close {
    position: relative;
    display: block;
    overflow: hidden;
    text-indent: -9999px;
    font-size: 0;
    width: 21px;
    height: 21px;
    background: url(/lpmedia/smp/CampaignsSimpleInputs/img/icon_close_01.svg) center center / contain no-repeat;
    margin-left: auto;
}

.p-cmn-modal .p-cmn-modal__container {
    position: relative;
    padding: 40px 40px 40px;
    margin-top: 10px;
    background-color: #fff;
}

.p-cmn-modal .p-cmn-modal__title {
    margin-top: 18px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #666666;
}

.p-cmn-modal .p-cmn-modal__title-point {
    color: #DF092A;
}

.p-cmn-modal .p-cmn-modal__note {
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    color: #666666;
}

/* .p-cmn-area-pay-info
------------------------------- */
.p-cmn-area-pay-info:nth-child(n) {
    padding: 0 20px 0;
    margin: 22px 0 0;
}

.p-cmn-area-pay-info:nth-child(n) .p-cmn-area-pay-info__col:not(:first-child) {
    margin-top: 23px;
}

.p-cmn-area-pay-info:nth-child(n) .p-cmn-area-pay-info__title {
    display: flex;
    margin-bottom: 0;
    font-size: 13px;
    font-weight: bold;
    color: #777777;
}

.p-cmn-area-pay-info:nth-child(n) .p-cmn-area-pay-info__title-in {
    margin-right: auto;
}

.p-cmn-area-pay-info:nth-child(n) .p-cmn-area-pay-info__text {
    font-size: 16px;
    line-height: 26px;
    color: #333333;
}

.p-cmn-area-pay-info:nth-child(n) .p-cmn-area-pay-info__button {
    padding: 7px 11px 5px;
    margin: 3px 0 -10px;
    border-radius: 5px;
    border-color: #AAAAAA;
    font-size: 13px;
    color: #666666;
    background: #F5F5F5;
}

.p-cmn-area-pay-info:nth-child(n) .p-cmn-area-pay-info__checkbox {
    display: block;
    margin: 4px 0 0;
    font-size: 14px;
    color: #666666;
}

.p-cmn-area-pay-info:nth-child(n) .p-cmn-area-pay-info__checkbox-input {
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    margin: -2px 6px 0 0;
    vertical-align: middle;
}

/* .p-cmn-block-wrap
------------------------------- */
.p-cmn-block-wrap:nth-child(n) {
    padding: 0 20px 20px;
    margin: 22px 0 0;
    border: none;
}

/* .p-cmn-comment
------------------------------- */
.p-cmn-comment {
    padding: 0 20px 7px;
    margin: 22px 0 0;
}

.p-cmn-comment .p-cmn-comment__textarea {
    display: block;
    border: 1px solid #AAAAAA;
    border-radius: 3px;
    background: #fff;
}

.p-cmn-comment .p-cmn-comment__note {
    margin: 6px 0 0;
    font-size: 12px;
    line-height: 20px;
    color: #333333;
}

/* ================================================================
 個別
 /cp/simple_input/premior1907.html
================================================================ */

/* .p-login-form
------------------------------- */
.p-form .p-login-form {
    margin-top: 40px;
}

/* .p-main-title-01
------------------------------- */
.p-form .p-main-title-01 {
    display: block;
    position: relative;
    padding: 13px 0 13px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #C09A00;
    background-color: #F7F2DC;
}

.p-form .p-main-title-01:after {
    content: '';
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
    height: 0;
    border: solid transparent;
    border-width: 12px 13px 0;
    border-top-color: #F7F2DC;
}

/* .p-sub-title
------------------------------- */
.p-form .p-sub-title {
    position: relative;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 11px;
}

.p-form .p-sub-title:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    content: '';
    width: 100%;
    height: 0;
    border-top: 1px solid #E6E6E6;
    margin: auto;
}

.p-form .p-sub-title .p-sub-title__in {
    position: relative;
    background-color: #fff;
    padding: 0 10px;
}

/* .p-button-arrow
------------------------------- */
.p-form .p-button-arrow {
    position: relative;
    display:block;
    width: 100%;
    padding: 17px 8px 16px;
    margin: auto;
    border-radius: 5px;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    border: none;
    background: #c09a00;
}

.p-form .p-button-arrow:after {
    display:block;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    width: 6px;
    height: 12px;
    margin: auto;
    background: url(/lpmedia/smp/CampaignsSimpleInputs/img/icon_arrow_white_01.svg);
}

/* .p-button-check
------------------------------- */
.p-form .p-button-check {
    background-color: transparent;
}

.p-form .p-button-check label {
    display: inline-block;
    width: 100%;
    padding: 11px 0 11px;
    cursor: pointer;
    font-weight: bold;
    font-size: 16px;
    border: 2px solid #E6E6E6;
    border-radius: 5px;
    color: #828282;
    background-color: #fff;
}

.p-form .p-button-check input[type="checkbox"] {
    margin-right: 13px;
}

/* .p-button-small
------------------------------- */
.p-form .p-button-small {
    display:block;
    width: 160px;
    padding: 11px 8px;
    margin: auto;
    border-radius: 5px;
    font-size: 13px;
    color: #fff;
    font-weight: bold;
    border: none;
    background: #c09a00;
}

/* .p-register
------------------------------- */
.p-form .p-register {
    border: none;
    padding: 0 25px 0;
    margin: 40px 0 0;
}

/* .p-coupon
------------------------------- */
.p-form .p-coupon {
    border-top: none;
    padding: 0;
    background: #F6F7FB;
}

/* .p-coupon-title
------------------------------- */
.p-form .p-coupon-title {
    padding: 18px 15px 12px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    color: #666666;
}

/* .p-coupon-detail
------------------------------- */
.p-form .p-coupon-detail {
    padding: 0 15px 18px;
}

/* .p-login-form
------------------------------- */
.p-form .p-login-form {
    margin-top: 40px;
}