@charset "EUC-JP";
/*==============================[ #header ]*/
#header.is-fit-width .hd-utility {
    min-width: 1024px;
    max-width: 1060px;
    margin: 0 auto 12px;
    padding: 10px 14px 0;
}
#header.is-fit-width .hd-utility img {
    margin-left: -18px;
}

/* .makeヘッダー調整用 */
#make-header {
    margin: 0 -12px;
    padding-left: 6px;
}

/* .makeヘッダー調整用 */
#make-header ~ #w {
    min-height: -webkit-calc(100vh - 186px);
    min-height: calc(100vh - 186px);
}

/*==============================[ ??å???????? ]*/
#header.is-fit-width ~ #w {
    min-height: -webkit-calc(100vh - 179px);
    min-height: calc(100vh - 179px);
}

/*============================== Layout */
.cashier {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-width: 1024px;
    max-width: 1060px;
    margin: 0 auto;
    padding: 14px 14px 1px;
    font-size: 14px;
}

/*============================== Module */
.cashier {
    /* :root?????IE8???
     * :root?????IE8??
     * IE8???????????Υ????å???å????????????
     */
}
.cashier * {
    margin: 0;
    padding: 0;
}
.cashier ol,
.cashier ul {
    list-style: none;
}
.cashier table {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}
.cashier .layout-wrapper .layout-content,
.cashier .layout-wrapper .layout-lead {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.cashier .layout-wrapper:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: ".";
}
.cashier .layout-wrapper .layout-content {
    float: left;
    width: 70%;
    padding-right: 14px;
}
.cashier .layout-wrapper .layout-lead {
    float: left;
    width: 30%;
}
.cashier .layout-wrapper .layout-lead .layout-lead-box {
    padding: 20px;
    background-color: #ebebeb;
}
.cashier .capt-wrapper {
    position: relative;
    margin-bottom: 1.6em;
    font-size: 14px;
}
.cashier .capt-wrapper .capt01,
.cashier .capt-wrapper .capt02,
.cashier .capt-wrapper .capt03 {
    display: inline-block;
    font-weight: normal;
}
.cashier .capt-wrapper .capt01 {
    font-size: 30px;
}
.cashier .capt-wrapper .capt02 {
    font-size: 21px;
}
.cashier .capt-wrapper .capt03 {
    font-size: 14px;
}
.cashier .capt-wrapper .capt-subcapt {
    display: inline;
    color: #808080;
    font-size: 60%;
}
.cashier .capt-wrapper .capt-link {
    display: inline-block;
    margin-left: 12px;
    font-size: 14px;
}
.cashier .capt-wrapper .capt-stepnav {
    position: absolute;
    right: -6px;
    bottom: 14px;
    color: #ccc;
    font-size: 10px;
    counter-reset: section 0;
}
.cashier .capt-wrapper .capt-stepnav:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: ".";
}
.cashier .capt-wrapper .capt-stepnav li {
    display: inline-block;
    position: relative;
    padding-left: 14px;
    background-color: white;
}
.cashier .capt-wrapper .capt-stepnav li:before {
    position: absolute;
    top: 0;
    left: 3px;
    width: 5px;
    height: 7px;
    border: #ccc solid;
    border-width: 0 3px 3px 0;
    color: transparent;
    content: counter(section);
    counter-increment: section 1;
    -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
        transform: rotate(45deg);
}
.cashier .capt-wrapper .capt-stepnav li + li {
    margin-left: 20px;
}
.cashier .capt-wrapper .capt-stepnav li + li:after {
    position: absolute;
    top: 6px;
    left: -21px;
    width: 20px;
    height: 1px;
    background-color: #ccc;
    content: "";
}
.cashier .capt-wrapper .capt-stepnav li.on {
    color: #c00;
}
.cashier .capt-wrapper .capt-stepnav li.on:before {
    border: none;
    color: #c00;
    -webkit-transform: none;
            -ms-transform: none;
        transform: none;
}
.cashier .capt-wrapper .capt-stepnav li.on ~ li {
    color: #808080;
}
.cashier .capt-wrapper .capt-stepnav li.on ~ li:before {
    border: none;
    color: #808080;
    -webkit-transform: none;
            -ms-transform: none;
        transform: none;
}
.cashier .capt-wrapper .capt-stepnav li.on ~ li:after {
    background-color: #808080;
}
.cashier input[type="text"],
.cashier input[type="email"],
.cashier input[type="tel"],
.cashier input[type="number"],
.cashier textarea,
.cashier legend,
.cashier fieldset {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 0;
    outline: 0;
    background-color: white;
    -webkit-box-shadow: none;
            box-shadow: none;

    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}
.cashier label {
    cursor: pointer;
}
.cashier input[type="text"],
.cashier input[type="email"],
.cashier input[type="tel"],
.cashier input[type="number"],
.cashier input[type="radio"],
.cashier input[type="checkbox"],
.cashier textarea {
    display: inline-block;
    border: #ccc 1px solid;
    border-radius: 4px;
}
.cashier input,
.cashier textarea {
    font-size: 14px;
}
.cashier input[type="text"],
.cashier input[type="email"],
.cashier input[type="tel"],
.cashier textarea {
    width: 100%;
}
.cashier input[type="text"],
.cashier input[type="email"],
.cashier input[type="tel"],
.cashier input[type="number"],
.cashier textarea {
    width: 100%;
    padding: 0 .6em;
}
.cashier input[type="text"],
.cashier input[type="email"],
.cashier input[type="tel"],
.cashier input[type="number"] {
    height: 42px;
}
.cashier input[readonly] {
    background-color: #ebebeb;
}
.cashier input[type="text"]:focue,
.cashier input[type="email"]:focue,
.cashier input[type="tel"]:focue,
.cashier input[type="number"]:focue,
.cashier textarea:focue {
    outline-color: #387bbe;
    outline-offset: -2px;
    -webkit-box-shadow: 0 0 6px #5b9dd9;
            box-shadow: 0 0 6px #5b9dd9;
}
.cashier input:focus[readonly],
.cashier textarea:focus[readonly] {
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.cashier textarea {
    height: 6em;
    padding-top: .5em;
    padding-bottom: .5em;
}
.cashier legend {
    font-size: 14px;
}
.cashier input::-webkit-input-placeholder,
.cashier textarea::-webkit-input-placeholder {
    color: #ccc;
}
.cashier input::-moz-placeholder,
.cashier textarea::-moz-placeholder {
    color: #808080;
}
.cashier input:-ms-input-placeholder,
.cashier textarea:-ms-input-placeholder {
    color: #ccc;
}
.cashier input::-ms-clear,
.cashier input::-ms-reveal {
    visibility: hidden;
}
.cashier input[type="number"] {
    -moz-appearance: textfield;
}
.cashier input[type="number"]::-webkit-inner-spin-button,
.cashier input[type="number"]::-webkit-outer-spin-button {
    margin: 0;

    -webkit-appearance: none;
}
.cashier select {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    height: 42px;
    padding: 0 0 0 .6em;
    border: 0;
    border: #ccc 1px solid;
    border-radius: 4px;
    outline: 0;
    background-color: white;
    -webkit-box-shadow: none;
            box-shadow: none;
    font-size: 14px;
    line-height: 42px;
    cursor: pointer;
}
.cashier select:focus {
    outline-color: #387bbe;
    outline-offset: -2px;
    -webkit-box-shadow: 0 0 6px #5b9dd9;
            box-shadow: 0 0 6px #5b9dd9;
}
.cashier select:disabled {
    background-color: #ebebeb;
    color: #808080;
    cursor: default;
}
.cashier .regular-radio input[type="radio"] {
    border: none;
    /*ie8??*/
}
:root .cashier .regular-radio input[type="radio"] {
    display: none;
    /*ie8???*/
}
.cashier .regular-radio input[type="radio"] + label {
    display: inline-block;
    position: relative;
    padding-left: 6px;
    cursor: pointer;
}
:root .cashier .regular-radio input[type="radio"] + label {
    padding-left: 33px;
}
.cashier .regular-radio input[type="radio"] + label:before {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 22px;
    height: 22px;
    margin-top: -12px;
    border: none;
    /*ie8*/
    border-radius: 11px;
    content: "";
}
:root .cashier .regular-radio input[type="radio"] + label:before {
    /*ie8???*/
    border: #ccc 1px solid;
}
.cashier .regular-radio input[type="radio"]:checked + label:after {
    position: absolute;
    top: 50%;
    left: 6px;
    width: 12px;
    height: 12px;
    margin-top: -6px;
    border-radius: 10px;
    background-color: #115fa9;
    content: "";
}
.cashier input[type="checkbox"] {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
}
:root .cashier input[type="checkbox"] {
    display: none;
}
:root .cashier input[type="checkbox"] + .checkbox-input {
    display: inline-block;
    position: relative;
    width: 16px;
    height: 16px;
    margin: -2px 6px 0 0;
    border: #b3b3b3 1px solid;
    border-radius: 4px;
    background-color: white;
    vertical-align: middle;
    cursor: pointer;
}
:root .cashier input[type="checkbox"] + .checkbox-input:before {
    display: none;
    position: absolute;
    top: -1px;
    left: -1px;
    width: 18px;
    height: 18px;
    border-radius: 4px;
    background-color: black;
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, .4));
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .4)));
    background-image:         linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, .4));
    content: "";
}
:root .cashier input[type="checkbox"]:checked + .checkbox-input:before {
    display: block;
}
:root .cashier input[type="checkbox"] + .checkbox-input:after {
    display: none;
    position: absolute;
    left: 5px;
    width: 4px;
    height: 9px;
    border-width: 0 3px 3px 0;
    border-style: solid;
    border-color: white;
    content: "";
    -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
        transform: rotate(45deg);
}
:root .cashier input[type="checkbox"]:checked + .checkbox-input:after {
    display: block;
}
.cashier .notice-wrapper {
    color: #333;
    font-size: 12px;
    line-height: 1.6;
}
.cashier .notice-wrapper .notice {
    color: #333;
}
.cashier .notice-wrapper .notice + .notice {
    margin-top: 1em;
}
.cashier .notice-wrapper .notice .notice-top-title {
    display: block;
    margin-bottom: .5em;
    font-size: 14px;
    font-weight: bold;
}
.cashier .notice-wrapper .notice-error .notice-error-inner {
    padding: 14px;
    background-color: #fbebeb;
    color: #c00;
    text-align: center;
}
.cashier .notice-wrapper .notice-error .notice-error-inner + .notice-error-inner {
    margin-top: 14px;
}
.cashier .notice-wrapper .notice-col-12,
.cashier .notice-wrapper .notice-col-11,
.cashier .notice-wrapper .notice-col-10,
.cashier .notice-wrapper .notice-col-9,
.cashier .notice-wrapper .notice-col-8,
.cashier .notice-wrapper .notice-col-7,
.cashier .notice-wrapper .notice-col-6,
.cashier .notice-wrapper .notice-col-5,
.cashier .notice-wrapper .notice-col-4,
.cashier .notice-wrapper .notice-col-3,
.cashier .notice-wrapper .notice-col-2,
.cashier .notice-wrapper .notice-col-1 {
    position: relative;
    float: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
}
.cashier .notice-wrapper table td[class*="notice-col-"],
.cashier .notice-wrapper table th[class*="notice-col-"] {
    display: table-cell;
    position: static;
    float: none;
}
.cashier .notice-wrapper .notice-col-12 {
    width: 100%;
}
.cashier .notice-wrapper .notice-col-11 {
    width: 91.66666667%;
}
.cashier .notice-wrapper .notice-col-10 {
    width: 83.33333333%;
}
.cashier .notice-wrapper .notice-col-9 {
    width: 75%;
}
.cashier .notice-wrapper .notice-col-8 {
    width: 66.66666667%;
}
.cashier .notice-wrapper .notice-col-7 {
    width: 58.33333333%;
}
.cashier .notice-wrapper .notice-col-6 {
    width: 50%;
}
.cashier .notice-wrapper .notice-col-5 {
    width: 41.66666667%;
}
.cashier .notice-wrapper .notice-col-4 {
    width: 33.33333333%;
}
.cashier .notice-wrapper .notice-col-3 {
    width: 25%;
}
.cashier .notice-wrapper .notice-col-2 {
    width: 16.66666667%;
}
.cashier .notice-wrapper .notice-col-1 {
    width: 8.33333333%;
}
.cashier .notice-wrapper .notice-item {
    zoom: 1;
    margin-bottom: 1em;
    padding-bottom: 1px;
}
.cashier .notice-wrapper .notice-padding-top {
    padding-top: 14px;
}
.cashier .notice-wrapper .notice-padding-bottom {
    padding-bottom: 14px;
}
.cashier .notice-wrapper .notice-padding-right {
    padding-right: 14px;
}
.cashier .notice-wrapper .notice-padding-left {
    padding-left: 14px;
}
.cashier .notice-wrapper table.notice-item {
    padding-bottom: 0;
}
.cashier .notice-wrapper .notice-item:before,
.cashier .notice-wrapper .notice-item:after,
.cashier .notice-wrapper .notice-row:before,
.cashier .notice-wrapper .notice-row:after {
    display: table;
    content: "";
}
.cashier .notice-wrapper .notice-item:after,
.cashier .notice-wrapper .notice-row:after {
    clear: both;
}
.cashier .notice-wrapper .notice-color-default {
    color: #333 !important;
}
.cashier .notice-wrapper .notice-color-secondary {
    color: #808080 !important;
}
.cashier .notice-wrapper .notice-color-primary {
    color: #f38300 !important;
}
.cashier .notice-wrapper .notice-color-warning {
    color: #c00 !important;
}
.cashier .notice-wrapper .notice-text-small {
    font-size: 10px !important;
}
.cashier .notice-wrapper .notice-text-default {
    font-size: 12px !important;
}
.cashier .notice-wrapper .notice-text-large {
    font-size: 14px !important;
}
.cashier .notice-wrapper .notice-bold {
    font-weight: bold !important;
}
.cashier .notice-wrapper .notice-normal {
    font-weight: normal !important;
}
.cashier .notice-wrapper .notice-bg-default {
    background-color: #ebebeb !important;
}
.cashier .notice-wrapper .notice-bg-primary {
    background-color: #fff9d2 !important;
}
.cashier .notice-wrapper .notice-bg-warning {
    background-color: #fbebeb !important;
}
.cashier .notice-wrapper .notice-text-left {
    text-align: left !important;
}
.cashier .notice-wrapper .notice-text-right {
    text-align: right !important;
}
.cashier .notice-wrapper .notice-text-center {
    text-align: center !important;
}
.cashier .notice-wrapper .notice-border-top {
    border-top: #e5e5e5 1px solid;
}
.cashier .notice-wrapper .notice-border-bottom {
    border-bottom: #e5e5e5 1px solid;
}
.cashier .notice-wrapper .notice-border-right {
    border-right: #e5e5e5 1px solid;
}
.cashier .notice-wrapper .notice-border-left {
    border-left: #e5e5e5 1px solid;
}
.cashier .notice-wrapper .notice-indent {
    padding-left: 1.5em !important;
}
.cashier .notice-wrapper .notice-ico-important {
    position: relative;
    padding-left: 1.2em;
}
.cashier .notice-wrapper .notice-ico-important:before {
    display: inline;
    position: absolute;
    top: 0;
    left: 0;
    padding-right: 3px;
    content: "※";
}
.cashier .notice-wrapper .notice-listtitle,
.cashier .notice-wrapper .notice-title {
    margin-bottom: .3em;
    font-weight: bold;
}
.cashier .notice-wrapper hr {
    margin: 1em 0 1em;
    border-width: 0;
    border-top: #e5e5e5 1px solid;
}
.cashier .notice-wrapper table {
    width: 100%;
    font-size: 12px;
}
.cashier .notice-wrapper table td,
.cashier .notice-wrapper table th {
    padding: 7px;
}
.cashier .notice-wrapper table td *,
.cashier .notice-wrapper table th * {
    vertical-align: middle;
}
.cashier .notice-wrapper table thead th,
.cashier .notice-wrapper table thead td,
.cashier .notice-wrapper table tbody th,
.cashier .notice-wrapper table tbody td {
    border: #e5e5e5 1px solid;
}
.cashier .notice-wrapper table thead th,
.cashier .notice-wrapper table tbody th {
    background-color: #ebebeb;
}
.cashier .notice-wrapper table thead th,
.cashier .notice-wrapper table thead td {
    border-bottom: none;
    background-color: #ebebeb;
}
.cashier .notice-wrapper .notice-box {
    padding: 14px;
    border: #e5e5e5 1px solid;
}
.cashier .notice-wrapper .notice-box.notice-bg-default {
    border-color: #ebebeb;
}
.cashier .notice-wrapper .notice-box.notice-bg-primary {
    border-color: #fff9d2;
}
.cashier .notice-wrapper .notice-box.notice-bg-warning {
    border-color: #fbebeb;
}
.cashier .notice-wrapper .ico-primary {
    position: relative;
    padding-left: 1.2em;
}
.cashier .notice-wrapper .ico-primary:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "※" !important;
}
.cashier .notice-wrapper ul > li,
.cashier .notice-wrapper ol > li {
    position: relative;
    padding-left: 1.2em;
}
.cashier .notice-wrapper ul > li + li,
.cashier .notice-wrapper ol > li + li {
    margin-top: .4em;
}
.cashier .notice-wrapper ul > li:before,
.cashier .notice-wrapper ol > li:before {
    position: absolute;
    top: 0;
    left: 0;
}
.cashier .notice-wrapper ul > li li,
.cashier .notice-wrapper ol > li li {
    margin-top: .3em;
}
.cashier .notice-wrapper ul > li:before {
    content: "・";
}
.cashier .notice-wrapper ol {
    counter-reset: section 0;
}
.cashier .notice-wrapper ol > li + li {
    margin-top: .6em;
}
.cashier .notice-wrapper ol > li:before {
    left: 2px;
    color: #333;
    font-weight: normal;
    content: counter(section);
    counter-increment: section 1;
}
.cashier .notice-wrapper ul.notice-list-unstyled > li,
.cashier .notice-wrapper ol.notice-list-unstyled > li {
    padding-left: 0;
}
.cashier .notice-wrapper ul.notice-list-unstyled > li:before,
.cashier .notice-wrapper ol.notice-list-unstyled > li:before {
    content: none;
}
.cashier .notice-wrapper .notice-top {
    position: relative;
    padding: 12px 12px 12px 42px;
    background-color: #fff9d2;
}
.cashier .notice-wrapper .notice-top:before {
    display: inline-block;
    position: absolute;
    top: 4px;
    bottom: 0;
    left: 8px;
    width: 32px;
    height: 32px;
    background: url(//p.dmm.com/p/sp/common/ico/ico_error_black.png) no-repeat;
    -webkit-background-size: contain;
            background-size: contain;
    content: "";
}
.cashier .notice-wrapper .notice-top.notice-service {
    position: static;
    padding: 0;
    background: transparent;
}
.cashier .notice-wrapper .notice-top.notice-service:before {
    content: none;
}
.cashier .small-wrapper {
    color: #808080;
    font-size: 10px;
}
.cashier .lead-wrapper .lead {
    margin-top: 12px;
}
.cashier .lead-wrapper .lead .box {
    padding: 0;
}
.cashier .lead-wrapper > .lead:first-child {
    margin-top: 0;
}
.cashier .lead-wrapper .layout-lead-box > .lead:first-child {
    margin-top: 0;
}
.cashier .lead-wrapper .lead-data {
    display: table;
    width: 100%;
}
.cashier .lead-wrapper .lead-data dl {
    display: table-row;
}
.cashier .lead-wrapper .lead-data dl dt,
.cashier .lead-wrapper .lead-data dl dd {
    display: table-cell;
    padding-bottom: 3px;
}
.cashier .lead-wrapper .lead-data dl dt {
    padding-right: 3px;
    white-space: nowrap;
}
.cashier .lead-wrapper .lead-data dl dd {
    text-align: right;
}
.cashier .lead-wrapper .lead-data dl dd .subpoint span {
    display: inline-block;
    margin-right: 3px;
    font-size: 10px;
}
.cashier .lead-wrapper .lead-data dl dd .subtext {
    color: #808080;
    font-size: 10px;
}
.cashier .lead-wrapper .lead-data .total dt,
.cashier .lead-wrapper .lead-data .total dd {
    padding-bottom: 0;
}
.cashier .lead-wrapper .lead-data .total dt {
    vertical-align: middle;
}
.cashier .lead-wrapper .lead-data .total dd {
    color: #c00;
    font-size: 21px;
    font-weight: bold;
    white-space: nowrap;
}
.cashier .lead-wrapper .lead-order .box-2col + .box-2col {
    margin-top: 9px;
}
.cashier .lead-wrapper .lead-order .total a {
    margin: 0 3px;
}
.cashier .lead-wrapper .lead-order .grand-total .box-data01,
.cashier .lead-wrapper .lead-order .point .box-data01 {
    width: 40%;
}
.cashier .lead-wrapper .lead-order .grand-total .box-data02,
.cashier .lead-wrapper .lead-order .point .box-data02 {
    width: 60%;
}
.cashier .lead-wrapper .lead-order .grand-total {
    font-weight: bold;
}
.cashier .lead-wrapper .lead-order .grand-total .box-data01 {
    margin-top: 6px;
}
.cashier .lead-wrapper .lead-order .grand-total .box-data02 {
    color: #c00;
    font-size: 21px;
}
.cashier .lead-wrapper .lead-order .grand-total .rate {
    margin-top: -3px;
    font-size: 10px;
    font-weight: normal;
}
.cashier .lead-wrapper .lead-order .point .subpoint span {
    margin-right: 6px;
    font-size: 10px;
}
.cashier .lead-wrapper .lead-notice {
    color: #c00;
    font-size: 12px;
}
.cashier .lead-wrapper .lead-btn {
    text-align: center;
}
.cashier .lead-wrapper .lead-btn .link {
    display: inline-block;
    margin-top: 6px;
    font-size: 12px;
}
.cashier .lead-wrapper .lead-small {
    color: #808080;
    font-size: 10px;
    text-align: center;
}
.cashier .lead-wrapper .lead-heading {
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: bold;
}
.cashier .lead-wrapper .lead-checkbox label {
    display: inline-block;
    padding-left: 2.2em;
    font-size: 12px;
    text-indent: -2.2em;
    word-break: break-all;
    text-align: left;
}
.cashier .lead-wrapper .lead-checkbox label + label {
    margin-top: 6px;
}
.cashier .lead-wrapper .lead-checkbox label .checkbox-input {
    margin-right: 4px;
}
.cashier .lead-wrapper .lead-checkbox .box-checkmark {
    margin-bottom: 5px;
}
.cashier .box-wrapper .box + .box {
    border-top: #b3b3b3 1px solid;
}
.cashier .box-wrapper .box > a {
    display: block;
    position: relative;
    margin: -14px;
    padding: 14px 30px 14px 14px;
    color: #333;
}
.cashier .box-wrapper .box > a:after {
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    width: 7px;
    height: 7px;
    margin: auto;
    border-bottom: 3px solid #919191;
    border-left: 3px solid #919191;
    content: "";
    -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg);
}
.cashier .box-wrapper .box-2col .box-data01,
.cashier .box-wrapper .box-2col .box-data02 {
    float: left;
}
.cashier .box-wrapper .box-2col .box-data01 {
    width: 60%;
}
.cashier .box-wrapper .box-2col .box-data02 {
    width: 40%;
    text-align: right;
}
.cashier .box-wrapper .box-2col:after {
    display: table;
    clear: both;
    content: "";
}
.cashier .is-error .box-wrapper {
    background-color: #fbebeb;
}
.cashier .btn {
    display: inline-block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 1px solid;
    border-color: #cacaca #b0b0b0 #9c9c9c;
    border-radius: 3px;
    background-color: #f7f7f7;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(50%, #f7f7f7), color-stop(100%, #e5e5e5));
    background-image: -webkit-linear-gradient(top, #fff 0%, #f7f7f7 50%, #e5e5e5 100%);
    background-image:         -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #f7f7f7), to(#e5e5e5));
    background-image:         linear-gradient(to bottom, #fff 0%, #f7f7f7 50%, #e5e5e5 100%);
    background-position: 0 100%;
    -webkit-background-size: auto 200%;
            background-size: auto 200%;
    -webkit-box-shadow: inset 0 1px 0 white;
            box-shadow: inset 0 1px 0 white;
    color: #333;
    font-family: inherit;
    font-size: 16px;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    -webkit-transition: background-position .1s ease-out;
    transition: background-position .1s ease-out;

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
}
.cashier .btn:hover {
    position: relative;
    top: 1px;
    border-color: #d7d7d7 #c4c4c4 #b5b5b5;
    background-position: 0 0;
    text-decoration: none;
}
.cashier .btn:hover:before,
.cashier .btn:hover:after,
.cashier .btn:hover > *,
.cashier .btn:hover > *:before,
.cashier .btn:hover > *:after {
    color: #666;
}
.cashier .btn a:hover {
    text-decoration: none;
}
.cashier .btn > * {
    display: inline-block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: .5em .8em;
    background-color: transparent;
    background-repeat: no-repeat;
    color: #333;
    font-family: inherit;
    font-size: inherit;
    cursor: inherit;
}
.cashier .btn > input {
    width: 100%;
    height: auto;
    margin: 0;
    border: 0;
    outline: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    white-space: normal;

    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}
.cashier .btn-primary {
    border: 1px solid;
    border-color: #deb372 #ce9c4b #c1882e;
    background-color: #fcdc80;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fde5a0), color-stop(50%, #fcdc80), color-stop(100%, #ffc01e));
    background-image: -webkit-linear-gradient(top, #fde5a0 0%, #fcdc80 50%, #ffc01e 100%);
    background-image:         -webkit-gradient(linear, left top, left bottom, from(#fde5a0), color-stop(50%, #fcdc80), to(#ffc01e));
    background-image:         linear-gradient(to bottom, #fde5a0 0%, #fcdc80 50%, #ffc01e 100%);
    -webkit-box-shadow: inset 0 1px 0 #fff1d1;
            box-shadow: inset 0 1px 0 #fff1d1;

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fde5a0', endColorstr='#ffc01e',GradientType=0 );
}
.cashier .btn-primary:hover {
    border-color: #e6c695 #dab578 #d1a662;
}
.cashier .btn-sm > * {
    font-size: 85.714%;
}
.cashier .btn-xs > * {
    padding: .3em .6em;
    font-size: 71.428%;
}
.cashier .btn-la > * {
    font-size: 120%;
}
.cashier .btn-wide > * {
    width: 270px;
}
.cashier .btn-narrow > * {
    width: 160px;
}
.cashier .btn-xnarrow > * {
    width: 100px;
}
.cashier .btn-block {
    display: block;
}
.cashier .btn-disabled,
.cashier .btn:disabled {
    border-color: #e0e0e0 !important;
    background: #f5f5f5 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    cursor: default;

    -webkit-tap-highlight-color: transparent;
}
.cashier .btn-disabled:hover,
.cashier .btn:disabled:hover {
    position: static;
}
.cashier .btn-disabled.btn-primary,
.cashier .btn:disabled.btn-primary {
    border-color: #e8e0cd !important;
    background: #fff1cb !important;
}
.cashier .btn-disabled > *,
.cashier .btn:disabled > * {
    color: #bfbfbf !important;
}

.is-hidden {
    display: none !important;
}

#cboxLoadedContent {
    background-color: white !important;
}

#cboxContent {
    margin-bottom: 40px !important;
}

#cboxOverlay {
    background: black !important;
}

#cboxTitle {
    color: white !important;
}

#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
    background-image: url(//p.dmm.com/p/js/library/jquery_1_8_3/plugin/jquery_colorbox_1_4/controls_white.png) !important;
}

#cboxLoadedContent {
    background-color: white !important;
    font-size: 14px;
}
#cboxLoadedContent ul {
    padding: 0;
}
#cboxLoadedContent li {
    list-style: none;
}

/*============================== .cashier.purchase */
.cashier table {
    font-size: 14px;
}

.cashier .text-loading {
    margin: 1em .5em;
    color: #c00;
    font-size: 12px;
    text-align: center;
}

.cashier .area-link.back {
    margin-top: 12px;
    text-align: center;
}
.cashier .area-link.back a:before {
    display: inline-block;
    content: "＜";
}

#paypal-tooltip-area {
    position: relative;
}
#paypal-tooltip-area .choice-paypalDisabledTooltip {
    display: none;
    position: absolute;
    z-index: 1;
    bottom: -15px;
    left: 185px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 355px;
    padding: 10px 15px;
    border-radius: 4px;
    background: #f7f7f7;
    -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .2);
            box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .2);
    font-size: 14px;
}
#paypal-tooltip-area .choice-paypalDisabledTooltip.is-active {
    display: block;
}
#paypal-tooltip-area .choice-paypalDisabledTooltip:after {
    display: block;
    position: absolute;
    bottom: 15px;
    left: -20px;
    width: 0;
    height: 0;
    margin-top: -10px;
    border: solid 10px transparent;
    border-right-color: #f7f7f7;
    content: "";
}
#paypal-tooltip-area .choice-paypalDisabledTooltip .btn-close {
    display: block;
    position: absolute;
    top: -15px;
    right: -15px;
    width: 30px;
}
#paypal-tooltip-area .choice-paypalDisabledTooltip .btn-close:hover {
    cursor: pointer;
}
#paypal-tooltip-area .choice-paypalDisabledTooltip .btn-close > img {
    width: 100%;
}
#paypal-tooltip-area .choice-paypalDisabledCol__tit__emphasis {
    color: #ff5a6e;
}
#paypal-tooltip-area .choice-paypalDisabledCol__txt {
    margin-top: 10px;
    color: #a4a4a4;
}
#paypal-tooltip-area .choice-paypalDisabledCol + .choice-paypalDisabledCol {
    margin-top: 10px;
}
#paypal-tooltip-area .choice-paypalDisabledCol + .choice-paypalDisabledCol__txt {
    margin-top: 10px;
}
#paypal-tooltip-area .choice-paypalDisabledList {
    list-style-type: disc;
    overflow: auto;
    max-height: 140px;
    margin-top: 5px;
    padding: 10px;
    border-radius: 4px;
    background: #fff;
}
#cboxContent #paypal-tooltip-area .choice-paypalDisabledList {
    max-height: 125px;
}
#paypal-tooltip-area .choice-paypalDisabledList__item {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    padding-left: 1em;
    font-size: 14px;
    text-indent: -1em;
}
#paypal-tooltip-area .choice-paypalDisabledList__item:before {
    width: 1em;
    content: "・";
}
#paypal-tooltip-area .choice-paypalDisabledList__item + .choice-paypalDisabledList__item {
    margin-top: 5px;
}
#paypal-tooltip-area .choice-aboutPaypal {
    margin: 12px 0;
    font-size: 10px;
    text-align: center;
}

/* ???????????Υ?å???å? */
#fn-payment {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    /* :root?????IE8???
     * :root?????IE8??
     * IE8???????????Υ????å???å????????????
     */
    width: 650px;
    padding: 28px;
}
#fn-payment * {
    margin: 0;
    padding: 0;
}
#fn-payment ol,
#fn-payment ul {
    list-style: none;
}
#fn-payment table {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}
#fn-payment .capt-wrapper {
    position: relative;
    margin-bottom: 1.6em;
    font-size: 14px;
}
#fn-payment .capt-wrapper .capt01,
#fn-payment .capt-wrapper .capt02,
#fn-payment .capt-wrapper .capt03 {
    display: inline-block;
    font-weight: normal;
}
#fn-payment .capt-wrapper .capt01 {
    font-size: 30px;
}
#fn-payment .capt-wrapper .capt02 {
    font-size: 21px;
}
#fn-payment .capt-wrapper .capt03 {
    font-size: 14px;
}
#fn-payment .capt-wrapper .capt-subcapt {
    display: inline;
    color: #808080;
    font-size: 60%;
}
#fn-payment .capt-wrapper .capt-link {
    display: inline-block;
    margin-left: 12px;
    font-size: 14px;
}
#fn-payment .capt-wrapper .capt-stepnav {
    position: absolute;
    right: -6px;
    bottom: 14px;
    color: #ccc;
    font-size: 10px;
    counter-reset: section 0;
}
#fn-payment .capt-wrapper .capt-stepnav:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: ".";
}
#fn-payment .capt-wrapper .capt-stepnav li {
    display: inline-block;
    position: relative;
    padding-left: 14px;
    background-color: white;
}
#fn-payment .capt-wrapper .capt-stepnav li:before {
    position: absolute;
    top: 0;
    left: 3px;
    width: 5px;
    height: 7px;
    border: #ccc solid;
    border-width: 0 3px 3px 0;
    color: transparent;
    content: counter(section);
    counter-increment: section 1;
    -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
        transform: rotate(45deg);
}
#fn-payment .capt-wrapper .capt-stepnav li + li {
    margin-left: 20px;
}
#fn-payment .capt-wrapper .capt-stepnav li + li:after {
    position: absolute;
    top: 6px;
    left: -21px;
    width: 20px;
    height: 1px;
    background-color: #ccc;
    content: "";
}
#fn-payment .capt-wrapper .capt-stepnav li.on {
    color: #c00;
}
#fn-payment .capt-wrapper .capt-stepnav li.on:before {
    border: none;
    color: #c00;
    -webkit-transform: none;
            -ms-transform: none;
        transform: none;
}
#fn-payment .capt-wrapper .capt-stepnav li.on ~ li {
    color: #808080;
}
#fn-payment .capt-wrapper .capt-stepnav li.on ~ li:before {
    border: none;
    color: #808080;
    -webkit-transform: none;
            -ms-transform: none;
        transform: none;
}
#fn-payment .capt-wrapper .capt-stepnav li.on ~ li:after {
    background-color: #808080;
}
#fn-payment input[type="text"],
#fn-payment input[type="email"],
#fn-payment input[type="tel"],
#fn-payment input[type="number"],
#fn-payment textarea,
#fn-payment legend,
#fn-payment fieldset {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 0;
    outline: 0;
    background-color: white;
    -webkit-box-shadow: none;
            box-shadow: none;

    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}
#fn-payment label {
    cursor: pointer;
}
#fn-payment input[type="text"],
#fn-payment input[type="email"],
#fn-payment input[type="tel"],
#fn-payment input[type="number"],
#fn-payment input[type="radio"],
#fn-payment input[type="checkbox"],
#fn-payment textarea {
    display: inline-block;
    border: #ccc 1px solid;
    border-radius: 4px;
}
#fn-payment input,
#fn-payment textarea {
    font-size: 14px;
}
#fn-payment input[type="text"],
#fn-payment input[type="email"],
#fn-payment input[type="tel"],
#fn-payment textarea {
    width: 100%;
}
#fn-payment input[type="text"],
#fn-payment input[type="email"],
#fn-payment input[type="tel"],
#fn-payment input[type="number"],
#fn-payment textarea {
    width: 100%;
    padding: 0 .6em;
}
#fn-payment input[type="text"],
#fn-payment input[type="email"],
#fn-payment input[type="tel"],
#fn-payment input[type="number"] {
    height: 42px;
}
#fn-payment input[readonly] {
    background-color: #ebebeb;
}
#fn-payment input[type="text"]:focue,
#fn-payment input[type="email"]:focue,
#fn-payment input[type="tel"]:focue,
#fn-payment input[type="number"]:focue,
#fn-payment textarea:focue {
    outline-color: #387bbe;
    outline-offset: -2px;
    -webkit-box-shadow: 0 0 6px #5b9dd9;
            box-shadow: 0 0 6px #5b9dd9;
}
#fn-payment input:focus[readonly],
#fn-payment textarea:focus[readonly] {
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
}
#fn-payment textarea {
    height: 6em;
    padding-top: .5em;
    padding-bottom: .5em;
}
#fn-payment legend {
    font-size: 14px;
}
#fn-payment input::-webkit-input-placeholder,
#fn-payment textarea::-webkit-input-placeholder {
    color: #ccc;
}
#fn-payment input::-moz-placeholder,
#fn-payment textarea::-moz-placeholder {
    color: #808080;
}
#fn-payment input:-ms-input-placeholder,
#fn-payment textarea:-ms-input-placeholder {
    color: #ccc;
}
#fn-payment input::-ms-clear,
#fn-payment input::-ms-reveal {
    visibility: hidden;
}
#fn-payment input[type="number"] {
    -moz-appearance: textfield;
}
#fn-payment input[type="number"]::-webkit-inner-spin-button,
#fn-payment input[type="number"]::-webkit-outer-spin-button {
    margin: 0;

    -webkit-appearance: none;
}
#fn-payment input[type="checkbox"] {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
}
:root #fn-payment input[type="checkbox"] {
    display: none;
}
:root #fn-payment input[type="checkbox"] + .checkbox-input {
    display: inline-block;
    position: relative;
    width: 16px;
    height: 16px;
    margin: -2px 6px 0 0;
    border: #b3b3b3 1px solid;
    border-radius: 4px;
    background-color: white;
    vertical-align: middle;
    cursor: pointer;
}
:root #fn-payment input[type="checkbox"] + .checkbox-input:before {
    display: none;
    position: absolute;
    top: -1px;
    left: -1px;
    width: 18px;
    height: 18px;
    border-radius: 4px;
    background-color: black;
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, .4));
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .4)));
    background-image:         linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, .4));
    content: "";
}
:root #fn-payment input[type="checkbox"]:checked + .checkbox-input:before {
    display: block;
}
:root #fn-payment input[type="checkbox"] + .checkbox-input:after {
    display: none;
    position: absolute;
    left: 5px;
    width: 4px;
    height: 9px;
    border-width: 0 3px 3px 0;
    border-style: solid;
    border-color: white;
    content: "";
    -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
        transform: rotate(45deg);
}
:root #fn-payment input[type="checkbox"]:checked + .checkbox-input:after {
    display: block;
}
#fn-payment .radio-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    border: #e5e5e5 2px solid;
    /*
         * ??????????????
         * :root?????IE8???
         * :root?????IE8??
         */
}
#fn-payment .radio-wrapper .radio {
    position: relative;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    padding: 3px;
    font-size: 12px;
}
#fn-payment .radio-wrapper .radio.disabled {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
}
#fn-payment .radio-wrapper .radio.disabled input[type="radio"] {
    display: none;
}
#fn-payment .radio-wrapper .radio.disabled .radio-capt span {
    color: #d6d6d6;
}
#fn-payment .radio-wrapper .radio.disabled .radio-capt span:after {
    display: none;
}
#fn-payment .radio-wrapper .radio.disabled .radio-capt:before {
    visibility: hidden;
}
#fn-payment .radio-wrapper .radio.disabled .radio-box,
#fn-payment .radio-wrapper .radio.disabled label {
    cursor: default;
}
#fn-payment .radio-wrapper .radio + .radio {
    border-top: #e5e5e5 1px solid;
}
#fn-payment .radio-wrapper .radio input[type="radio"]:checked + label {
    background-color: #e7fdff;
}
#fn-payment .radio-wrapper .radio input[type="radio"]:checked:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 12px;
    margin: -6px 0 0 -6px;
    border-radius: 10px;
    background-color: #115fa9;
    content: "";
}
#fn-payment .radio-wrapper .radio-catch,
#fn-payment .radio-wrapper .radio-text,
#fn-payment .radio-wrapper .radio-notice,
#fn-payment .radio-wrapper .radio-btn,
#fn-payment .radio-wrapper .radio-btn-subtext,
#fn-payment .radio-wrapper .radio-point {
    display: block;
    margin-top: 10px;
}
#fn-payment .radio-wrapper .radio-box {
    padding: 24px 24px 24px 56px;
    cursor: pointer;
}
#fn-payment .radio-wrapper .radio-label {
    position: relative;
    cursor: pointer;
}
#fn-payment .radio-wrapper .radio-capt {
    display: block;
    position: relative;
}
#fn-payment .radio-wrapper .radio-capt span {
    font-size: 21px;
}
#fn-payment .radio-wrapper .radio-capt span span {
    font-size: 14px;
}
#fn-payment .radio-wrapper .radio {
    /* IE8
             * ???????Υ????????????????
            */
    /* IE8??? */
}
#fn-payment .radio-wrapper .radio input[type="radio"] {
    position: absolute;
    top: 3px;
    left: -40px;
    width: 22px;
    height: 22px;
    border: none;
}
:root #fn-payment .radio-wrapper .radio input[type="radio"] {
    display: none;
}
:root #fn-payment .radio-wrapper .radio input[type="radio"]:checked + .radio-capt:after {
    position: absolute;
    top: 9px;
    left: -34px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #115fa9;
    content: "";
}
:root #fn-payment .radio-wrapper .radio .radio-capt:before {
    position: absolute;
    top: 3px;
    left: -40px;
    width: 22px;
    height: 22px;
    border: 1px solid #b3b3b3;
    border-radius: 50%;
    background-color: white;
    content: "";
}
#fn-payment .radio-wrapper .radio-catch {
    color: #f38300;
}
#fn-payment .radio-wrapper .radio-text .use span:first-child {
    margin-right: .3em;
}
#fn-payment .radio-wrapper .radio-btn-subtext {
    margin-bottom: 10px;
    color: #c00;
}
#fn-payment .radio-wrapper .box-pointback {
    display: inline-block;
    position: relative;
    margin-bottom: 16px;
    padding: 5px 10px;
    background-color: #ffde46;
    font-size: 14px;
}
#fn-payment .radio-wrapper .box-pointback:after {
    display: block;
    position: absolute;
    bottom: -24px;
    left: 20px;
    border: transparent 12px solid;
    border-top-color: #ffde46;
    content: "";
}
#fn-payment .radio-wrapper .box-pointback span {
    color: #ed0a0a;
    font-size: 20px;
    font-weight: bold;
}
#fn-payment .radio-wrapper .box-pointback.registered {
    margin-top: 10px;
    margin-bottom: 0;
}
#fn-payment .radio-wrapper .box-pointback.registered:after {
    top: -36px;
    height: 12px;
    border-top-color: transparent;
    border-bottom-color: #ffde46;
}
#fn-payment .radio-wrapper .box-pointback.point-cp span {
    color: #ed0a0a;
    font-size: 20px;
    font-weight: bold;
}
#fn-payment .radio-wrapper .box-pointback.point-cp span > span {
    color: #333;
    font-size: 14px;
    font-weight: normal;
    text-decoration: line-through;
}
#fn-payment .radio-wrapper .tx-pointback {
    margin-top: 5px;
}
#fn-payment .radio-wrapper .tx-pointback .getpoint {
    color: #c00;
    font-weight: bold;
}
#fn-payment .radio-wrapper .radio-payment-instalments {
    width: 317px;
    margin-top: 10px;
    padding: 10px;
    border: #e5e5e5 1px solid;
    background-color: white;
    font-size: 14px;
}
#fn-payment .radio-wrapper .radio-payment-instalments dl {
    display: table;
}
#fn-payment .radio-wrapper .radio-payment-instalments dt {
    display: table-cell;
    vertical-align: middle;
    white-space: nowrap;
}
#fn-payment .radio-wrapper .radio-payment-instalments dt:after {
    content: "：";
}
#fn-payment .radio-wrapper .radio-payment-instalments dd {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}
#fn-payment .radio-wrapper .radio-payment-instalments-subtext {
    margin-top: 3px;
    color: #808080;
    font-size: 12px;
}
#fn-payment .radio-wrapper .radio-point {
    display: none;
    position: relative;
    padding: 10px;
    border: #e5e5e5 1px solid;
    background-color: white;
    font-size: 14px;
}
#fn-payment .radio-wrapper .radio-point .radio-point-label {
    display: inline;
    cursor: pointer;
}
#fn-payment .radio-wrapper .radio-point .radio-point-use {
    display: inline-block;
}
#fn-payment .radio-wrapper .radio-point .radio-point-use01 {
    color: #005fc0;
}
#fn-payment .radio-wrapper .radio-point .radio-point-use02 {
    display: none;
}
#fn-payment .radio-wrapper .radio-point .radio-point-use02 input {
    width: 5em;
    height: 34px;
    margin: 0 3px;
    padding: 0 3px;
    text-align: right;
}
#fn-payment .radio-wrapper .radio-point .radio-point-available {
    display: inline-block;
    margin-left: 10px;
    color: #808080;
}
#fn-payment .radio-wrapper .radio-point .radio-point-available span:first-child {
    margin-right: .5em;
}
#fn-payment .radio-wrapper li.is-active .radio-point {
    display: inline-block;
}
#fn-payment .radio-wrapper li.is-active .radio-box {
    background-color: #e7fdff;
    cursor: default;
}
#fn-payment .radio-wrapper li.is-active .radio-label {
    cursor: default;
}
#fn-payment .radio-wrapper .radio-point.is-active .radio-point-use01 {
    display: none;
}
#fn-payment .radio-wrapper .radio-point.is-active .radio-point-use02 {
    display: inline;
}
#fn-payment .radio-wrapper .radio-capt {
    position: relative;
}
#fn-payment .radio-wrapper .radio-capt > span:after {
    display: block;
    position: absolute;
    right: 10px;
    background-repeat: no-repeat;
    content: "";
}
#fn-payment .radio-wrapper .box-credit .radio-capt > span:after {
    top: 0;
    width: 212px;
    height: 26px;
    background-image: url(//p.dmm.com/p/wallet/logo_creditcard.png);
    background-image: url(//p.dmm.com/p/wallet/cards_s.gif) \9;
}
#fn-payment .radio-wrapper .box-credit.credit-limit .radio-capt > span:after {
    width: 132px;
    background-image: url(//p.dmm.com/p/wallet/logo_creditcard_limit.png);
}
#fn-payment .radio-wrapper .box-credit.credit-limit02 .radio-capt > span:after {
    width: 90px;
    background-image: url(//p.dmm.com/p/wallet/logo_creditcard_limit02.png);
}
#fn-payment .radio-wrapper .box-paypal .radio-capt > span:after {
    top: 0;
    width: 80px;
    height: 26px;
    background-image: url(//p.dmm.com/p/pf/payment/paypal.svg);
}
.cashier-general #fn-payment .box-point .radio-capt > span:after {
    top: -6px;
    width: 235px;
    height: 65px;
    background-image: url(//p.dmm.com/p/general/wallet/logo_dmmpoint_170501.png);
}
.cashier-adult #fn-payment .box-point .radio-capt > span:after {
    top: -6px;
    width: 200px;
    height: 47px;
    background-image: url(//p.dmm.com/p/wallet/logo_dmmpoint_170316.png);
}
#fn-payment.mono-general .box-point .radio-capt > span:after {
    top: -6px;
    width: 225px;
    height: 65px;
    background-image: url(//p.dmm.com/p/general/wallet/logo_dmmpoint.png);
}
#fn-payment.mono-adult .box-point .radio-capt > span:after {
    top: -6px;
    width: 200px;
    height: 47px;
    background-image: url(//p.dmm.com/p/wallet/logo_dmmpoint.png);
}
#fn-payment select {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    height: 42px;
    padding: 0 0 0 .6em;
    border: 0;
    border: #ccc 1px solid;
    border-radius: 4px;
    outline: 0;
    background-color: white;
    -webkit-box-shadow: none;
            box-shadow: none;
    font-size: 14px;
    line-height: 42px;
    cursor: pointer;
}
#fn-payment select:focus {
    outline-color: #387bbe;
    outline-offset: -2px;
    -webkit-box-shadow: 0 0 6px #5b9dd9;
            box-shadow: 0 0 6px #5b9dd9;
}
#fn-payment select:disabled {
    background-color: #ebebeb;
    color: #808080;
    cursor: default;
}
#fn-payment .notice-wrapper {
    color: #333;
    font-size: 12px;
    line-height: 1.6;
}
#fn-payment .notice-wrapper .notice {
    color: #333;
}
#fn-payment .notice-wrapper .notice + .notice {
    margin-top: 1em;
}
#fn-payment .notice-wrapper .notice .notice-top-title {
    display: block;
    margin-bottom: .5em;
    font-size: 14px;
    font-weight: bold;
}
#fn-payment .notice-wrapper .notice-error {
    padding: 14px;
    background-color: #fbebeb;
    color: #c00;
    text-align: center;
}
#fn-payment .notice-wrapper .notice-col-12,
#fn-payment .notice-wrapper .notice-col-11,
#fn-payment .notice-wrapper .notice-col-10,
#fn-payment .notice-wrapper .notice-col-9,
#fn-payment .notice-wrapper .notice-col-8,
#fn-payment .notice-wrapper .notice-col-7,
#fn-payment .notice-wrapper .notice-col-6,
#fn-payment .notice-wrapper .notice-col-5,
#fn-payment .notice-wrapper .notice-col-4,
#fn-payment .notice-wrapper .notice-col-3,
#fn-payment .notice-wrapper .notice-col-2,
#fn-payment .notice-wrapper .notice-col-1 {
    position: relative;
    float: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
}
#fn-payment .notice-wrapper table td[class*="notice-col-"],
#fn-payment .notice-wrapper table th[class*="notice-col-"] {
    display: table-cell;
    position: static;
    float: none;
}
#fn-payment .notice-wrapper .notice-col-12 {
    width: 100%;
}
#fn-payment .notice-wrapper .notice-col-11 {
    width: 91.66666667%;
}
#fn-payment .notice-wrapper .notice-col-10 {
    width: 83.33333333%;
}
#fn-payment .notice-wrapper .notice-col-9 {
    width: 75%;
}
#fn-payment .notice-wrapper .notice-col-8 {
    width: 66.66666667%;
}
#fn-payment .notice-wrapper .notice-col-7 {
    width: 58.33333333%;
}
#fn-payment .notice-wrapper .notice-col-6 {
    width: 50%;
}
#fn-payment .notice-wrapper .notice-col-5 {
    width: 41.66666667%;
}
#fn-payment .notice-wrapper .notice-col-4 {
    width: 33.33333333%;
}
#fn-payment .notice-wrapper .notice-col-3 {
    width: 25%;
}
#fn-payment .notice-wrapper .notice-col-2 {
    width: 16.66666667%;
}
#fn-payment .notice-wrapper .notice-col-1 {
    width: 8.33333333%;
}
#fn-payment .notice-wrapper .notice-item {
    zoom: 1;
    margin-bottom: 1em;
    padding-bottom: 1px;
}
#fn-payment .notice-wrapper .notice-padding-top {
    padding-top: 14px;
}
#fn-payment .notice-wrapper .notice-padding-bottom {
    padding-bottom: 14px;
}
#fn-payment .notice-wrapper .notice-padding-right {
    padding-right: 14px;
}
#fn-payment .notice-wrapper .notice-padding-left {
    padding-left: 14px;
}
#fn-payment .notice-wrapper table.notice-item {
    padding-bottom: 0;
}
#fn-payment .notice-wrapper .notice-item:before,
#fn-payment .notice-wrapper .notice-item:after,
#fn-payment .notice-wrapper .notice-row:before,
#fn-payment .notice-wrapper .notice-row:after {
    display: table;
    content: "";
}
#fn-payment .notice-wrapper .notice-item:after,
#fn-payment .notice-wrapper .notice-row:after {
    clear: both;
}
#fn-payment .notice-wrapper .notice-color-default {
    color: #333 !important;
}
#fn-payment .notice-wrapper .notice-color-secondary {
    color: #808080 !important;
}
#fn-payment .notice-wrapper .notice-color-primary {
    color: #f38300 !important;
}
#fn-payment .notice-wrapper .notice-color-warning {
    color: #c00 !important;
}
#fn-payment .notice-wrapper .notice-text-small {
    font-size: 10px !important;
}
#fn-payment .notice-wrapper .notice-text-default {
    font-size: 12px !important;
}
#fn-payment .notice-wrapper .notice-text-large {
    font-size: 14px !important;
}
#fn-payment .notice-wrapper .notice-bold {
    font-weight: bold !important;
}
#fn-payment .notice-wrapper .notice-normal {
    font-weight: normal !important;
}
#fn-payment .notice-wrapper .notice-bg-default {
    background-color: #ebebeb !important;
}
#fn-payment .notice-wrapper .notice-bg-primary {
    background-color: #fff9d2 !important;
}
#fn-payment .notice-wrapper .notice-bg-warning {
    background-color: #fbebeb !important;
}
#fn-payment .notice-wrapper .notice-text-left {
    text-align: left !important;
}
#fn-payment .notice-wrapper .notice-text-right {
    text-align: right !important;
}
#fn-payment .notice-wrapper .notice-text-center {
    text-align: center !important;
}
#fn-payment .notice-wrapper .notice-border-top {
    border-top: #e5e5e5 1px solid;
}
#fn-payment .notice-wrapper .notice-border-bottom {
    border-bottom: #e5e5e5 1px solid;
}
#fn-payment .notice-wrapper .notice-border-right {
    border-right: #e5e5e5 1px solid;
}
#fn-payment .notice-wrapper .notice-border-left {
    border-left: #e5e5e5 1px solid;
}
#fn-payment .notice-wrapper .notice-indent {
    padding-left: 1.5em !important;
}
#fn-payment .notice-wrapper .notice-ico-important {
    position: relative;
    padding-left: 1.2em;
}
#fn-payment .notice-wrapper .notice-ico-important:before {
    display: inline;
    position: absolute;
    top: 0;
    left: 0;
    padding-right: 3px;
    content: "※";
}
#fn-payment .notice-wrapper .notice-listtitle,
#fn-payment .notice-wrapper .notice-title {
    margin-bottom: .3em;
    font-weight: bold;
}
#fn-payment .notice-wrapper hr {
    margin: 1em 0 1em;
    border-width: 0;
    border-top: #e5e5e5 1px solid;
}
#fn-payment .notice-wrapper table {
    width: 100%;
    font-size: 12px;
}
#fn-payment .notice-wrapper table td,
#fn-payment .notice-wrapper table th {
    padding: 7px;
}
#fn-payment .notice-wrapper table td *,
#fn-payment .notice-wrapper table th * {
    vertical-align: middle;
}
#fn-payment .notice-wrapper table thead th,
#fn-payment .notice-wrapper table thead td,
#fn-payment .notice-wrapper table tbody th,
#fn-payment .notice-wrapper table tbody td {
    border: #e5e5e5 1px solid;
}
#fn-payment .notice-wrapper table thead th,
#fn-payment .notice-wrapper table tbody th {
    background-color: #ebebeb;
}
#fn-payment .notice-wrapper table thead th,
#fn-payment .notice-wrapper table thead td {
    border-bottom: none;
    background-color: #ebebeb;
}
#fn-payment .notice-wrapper .notice-box {
    padding: 14px;
    border: #e5e5e5 1px solid;
}
#fn-payment .notice-wrapper .notice-box.notice-bg-default {
    border-color: #ebebeb;
}
#fn-payment .notice-wrapper .notice-box.notice-bg-primary {
    border-color: #fff9d2;
}
#fn-payment .notice-wrapper .notice-box.notice-bg-warning {
    border-color: #fbebeb;
}
#fn-payment .notice-wrapper .ico-primary {
    position: relative;
    padding-left: 1.2em;
}
#fn-payment .notice-wrapper .ico-primary:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "※" !important;
}
#fn-payment .notice-wrapper ul > li,
#fn-payment .notice-wrapper ol > li {
    position: relative;
    padding-left: 1.2em;
}
#fn-payment .notice-wrapper ul > li + li,
#fn-payment .notice-wrapper ol > li + li {
    margin-top: .4em;
}
#fn-payment .notice-wrapper ul > li:before,
#fn-payment .notice-wrapper ol > li:before {
    position: absolute;
    top: 0;
    left: 0;
}
#fn-payment .notice-wrapper ul > li li,
#fn-payment .notice-wrapper ol > li li {
    margin-top: .3em;
}
#fn-payment .notice-wrapper ul > li:before {
    content: "・";
}
#fn-payment .notice-wrapper ol {
    counter-reset: section 0;
}
#fn-payment .notice-wrapper ol > li + li {
    margin-top: .6em;
}
#fn-payment .notice-wrapper ol > li:before {
    left: 2px;
    color: #333;
    font-weight: normal;
    content: counter(section);
    counter-increment: section 1;
}
#fn-payment .notice-wrapper ul.notice-list-unstyled > li,
#fn-payment .notice-wrapper ol.notice-list-unstyled > li {
    padding-left: 0;
}
#fn-payment .notice-wrapper ul.notice-list-unstyled > li:before,
#fn-payment .notice-wrapper ol.notice-list-unstyled > li:before {
    content: none;
}
#fn-payment .small-wrapper {
    color: #808080;
    font-size: 10px;
}
#fn-payment .btn {
    display: inline-block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 1px solid;
    border-color: #cacaca #b0b0b0 #9c9c9c;
    border-radius: 3px;
    background-color: #f7f7f7;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(50%, #f7f7f7), color-stop(100%, #e5e5e5));
    background-image: -webkit-linear-gradient(top, #fff 0%, #f7f7f7 50%, #e5e5e5 100%);
    background-image:         -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #f7f7f7), to(#e5e5e5));
    background-image:         linear-gradient(to bottom, #fff 0%, #f7f7f7 50%, #e5e5e5 100%);
    background-position: 0 100%;
    -webkit-background-size: auto 200%;
            background-size: auto 200%;
    -webkit-box-shadow: inset 0 1px 0 white;
            box-shadow: inset 0 1px 0 white;
    color: #333;
    font-family: inherit;
    font-size: 16px;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    -webkit-transition: background-position .1s ease-out;
    transition: background-position .1s ease-out;

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
}
#fn-payment .btn:hover {
    position: relative;
    top: 1px;
    border-color: #d7d7d7 #c4c4c4 #b5b5b5;
    background-position: 0 0;
    text-decoration: none;
}
#fn-payment .btn:hover:before,
#fn-payment .btn:hover:after,
#fn-payment .btn:hover > *,
#fn-payment .btn:hover > *:before,
#fn-payment .btn:hover > *:after {
    color: #666;
}
#fn-payment .btn a:hover {
    text-decoration: none;
}
#fn-payment .btn > * {
    display: inline-block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: .5em .8em;
    background-color: transparent;
    background-repeat: no-repeat;
    color: #333;
    font-family: inherit;
    font-size: inherit;
    cursor: inherit;
}
#fn-payment .btn > input {
    width: 100%;
    height: auto;
    margin: 0;
    border: 0;
    outline: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    white-space: normal;

    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}
#fn-payment .btn-primary {
    border: 1px solid;
    border-color: #deb372 #ce9c4b #c1882e;
    background-color: #fcdc80;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fde5a0), color-stop(50%, #fcdc80), color-stop(100%, #ffc01e));
    background-image: -webkit-linear-gradient(top, #fde5a0 0%, #fcdc80 50%, #ffc01e 100%);
    background-image:         -webkit-gradient(linear, left top, left bottom, from(#fde5a0), color-stop(50%, #fcdc80), to(#ffc01e));
    background-image:         linear-gradient(to bottom, #fde5a0 0%, #fcdc80 50%, #ffc01e 100%);
    -webkit-box-shadow: inset 0 1px 0 #fff1d1;
            box-shadow: inset 0 1px 0 #fff1d1;

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fde5a0', endColorstr='#ffc01e',GradientType=0 );
}
#fn-payment .btn-primary:hover {
    border-color: #e6c695 #dab578 #d1a662;
}
#fn-payment .btn-sm > * {
    font-size: 85.714%;
}
#fn-payment .btn-xs > * {
    padding: .3em .6em;
    font-size: 71.428%;
}
#fn-payment .btn-la > * {
    font-size: 120%;
}
#fn-payment .btn-wide > * {
    width: 270px;
}
#fn-payment .btn-narrow > * {
    width: 160px;
}
#fn-payment .btn-xnarrow > * {
    width: 100px;
}
#fn-payment .btn-block {
    display: block;
}
#fn-payment .btn-disabled,
#fn-payment .btn:disabled {
    border-color: #e0e0e0 !important;
    background: #f5f5f5 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    cursor: default;

    -webkit-tap-highlight-color: transparent;
}
#fn-payment .btn-disabled:hover,
#fn-payment .btn:disabled:hover {
    position: static;
}
#fn-payment .btn-disabled.btn-primary,
#fn-payment .btn:disabled.btn-primary {
    border-color: #e8e0cd !important;
    background: #fff1cb !important;
}
#fn-payment .btn-disabled > *,
#fn-payment .btn:disabled > * {
    color: #bfbfbf !important;
}
#fn-payment .area-notice,
#fn-payment .area-capt,
#fn-payment .area-payment {
    margin-bottom: 10px;
}
#fn-payment .radio-wrapper .box-pointback {
    margin-bottom: 6px;
}
#fn-payment .area-payment .radio-box {
    padding-top: 10px;
    padding-bottom: 10px;
}
#fn-payment .area-payment input[type="checkbox"] + .checkbox-input {
    margin-right: 0;
}
#fn-payment .area-btn {
    text-align: center;
}
#fn-payment .area-btn .btn {
    display: inline-block;
}
#fn-payment .area-btn .btn > input {
    width: 250px;
}
#fn-payment .area-caution {
    margin-top: 10px;
}

/*============================== .page-payment */
.page-payment .radio-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    border: #e5e5e5 2px solid;
    /*
         * ??????????????
         * :root?????IE8???
         * :root?????IE8??
         */
}
.page-payment .radio-wrapper .radio {
    position: relative;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    padding: 3px;
    font-size: 12px;
}
.page-payment .radio-wrapper .radio.disabled {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
}
.page-payment .radio-wrapper .radio.disabled input[type="radio"] {
    display: none;
}
.page-payment .radio-wrapper .radio.disabled .radio-capt span {
    color: #d6d6d6;
}
.page-payment .radio-wrapper .radio.disabled .radio-capt span:after {
    display: none;
}
.page-payment .radio-wrapper .radio.disabled .radio-capt:before {
    visibility: hidden;
}
.page-payment .radio-wrapper .radio.disabled .radio-box,
.page-payment .radio-wrapper .radio.disabled label {
    cursor: default;
}
.page-payment .radio-wrapper .radio + .radio {
    border-top: #e5e5e5 1px solid;
}
.page-payment .radio-wrapper .radio input[type="radio"]:checked + label {
    background-color: #e7fdff;
}
.page-payment .radio-wrapper .radio input[type="radio"]:checked:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 12px;
    margin: -6px 0 0 -6px;
    border-radius: 10px;
    background-color: #115fa9;
    content: "";
}
.page-payment .radio-wrapper .radio-catch,
.page-payment .radio-wrapper .radio-text,
.page-payment .radio-wrapper .radio-notice,
.page-payment .radio-wrapper .radio-btn,
.page-payment .radio-wrapper .radio-btn-subtext,
.page-payment .radio-wrapper .radio-point {
    display: block;
    margin-top: 10px;
}
.page-payment .radio-wrapper .radio-box {
    padding: 24px 24px 24px 56px;
    cursor: pointer;
}
.page-payment .radio-wrapper .radio-label {
    position: relative;
    cursor: pointer;
}
.page-payment .radio-wrapper .radio-capt {
    display: block;
    position: relative;
}
.page-payment .radio-wrapper .radio-capt span {
    font-size: 21px;
}
.page-payment .radio-wrapper .radio-capt span span {
    font-size: 14px;
}
.page-payment .radio-wrapper .radio {
    /* IE8
             * ???????Υ????????????????
            */
    /* IE8??? */
}
.page-payment .radio-wrapper .radio input[type="radio"] {
    position: absolute;
    top: 3px;
    left: -40px;
    width: 22px;
    height: 22px;
    border: none;
}
:root .page-payment .radio-wrapper .radio input[type="radio"] {
    display: none;
}
:root .page-payment .radio-wrapper .radio input[type="radio"]:checked + .radio-capt:after {
    position: absolute;
    top: 9px;
    left: -34px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #115fa9;
    content: "";
}
:root .page-payment .radio-wrapper .radio .radio-capt:before {
    position: absolute;
    top: 3px;
    left: -40px;
    width: 22px;
    height: 22px;
    border: 1px solid #b3b3b3;
    border-radius: 50%;
    background-color: white;
    content: "";
}
.page-payment .radio-wrapper .radio-catch {
    color: #f38300;
}
.page-payment .radio-wrapper .radio-text .use span:first-child {
    margin-right: .3em;
}
.page-payment .radio-wrapper .radio-btn-subtext {
    margin-bottom: 10px;
    color: #c00;
}
.page-payment .radio-wrapper .box-pointback {
    display: inline-block;
    position: relative;
    margin-bottom: 16px;
    padding: 5px 10px;
    background-color: #ffde46;
    font-size: 14px;
}
.page-payment .radio-wrapper .box-pointback:after {
    display: block;
    position: absolute;
    bottom: -24px;
    left: 20px;
    border: transparent 12px solid;
    border-top-color: #ffde46;
    content: "";
}
.page-payment .radio-wrapper .box-pointback span {
    color: #ed0a0a;
    font-size: 20px;
    font-weight: bold;
}
.page-payment .radio-wrapper .box-pointback.registered {
    margin-top: 10px;
    margin-bottom: 0;
}
.page-payment .radio-wrapper .box-pointback.registered:after {
    top: -36px;
    height: 12px;
    border-top-color: transparent;
    border-bottom-color: #ffde46;
}
.page-payment .radio-wrapper .box-pointback.point-cp span {
    color: #ed0a0a;
    font-size: 20px;
    font-weight: bold;
}
.page-payment .radio-wrapper .box-pointback.point-cp span > span {
    color: #333;
    font-size: 14px;
    font-weight: normal;
    text-decoration: line-through;
}
.page-payment .radio-wrapper .tx-pointback {
    margin-top: 5px;
}
.page-payment .radio-wrapper .tx-pointback .getpoint {
    color: #c00;
    font-weight: bold;
}
.page-payment .radio-wrapper .radio-payment-instalments {
    width: 317px;
    margin-top: 10px;
    padding: 10px;
    border: #e5e5e5 1px solid;
    background-color: white;
    font-size: 14px;
}
.page-payment .radio-wrapper .radio-payment-instalments dl {
    display: table;
}
.page-payment .radio-wrapper .radio-payment-instalments dt {
    display: table-cell;
    vertical-align: middle;
    white-space: nowrap;
}
.page-payment .radio-wrapper .radio-payment-instalments dt:after {
    content: "：";
}
.page-payment .radio-wrapper .radio-payment-instalments dd {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}
.page-payment .radio-wrapper .radio-payment-instalments-subtext {
    margin-top: 3px;
    color: #808080;
    font-size: 12px;
}
.page-payment .radio-wrapper .radio-point {
    display: none;
    position: relative;
    padding: 10px;
    border: #e5e5e5 1px solid;
    background-color: white;
    font-size: 14px;
}
.page-payment .radio-wrapper .radio-point .radio-point-label {
    display: inline;
    cursor: pointer;
}
.page-payment .radio-wrapper .radio-point .radio-point-use {
    display: inline-block;
}
.page-payment .radio-wrapper .radio-point .radio-point-use01 {
    color: #005fc0;
}
.page-payment .radio-wrapper .radio-point .radio-point-use02 {
    display: none;
}
.page-payment .radio-wrapper .radio-point .radio-point-use02 input {
    width: 5em;
    height: 34px;
    margin: 0 3px;
    padding: 0 3px;
    text-align: right;
}
.page-payment .radio-wrapper .radio-point .radio-point-available {
    display: inline-block;
    margin-left: 10px;
    color: #808080;
}
.page-payment .radio-wrapper .radio-point .radio-point-available span:first-child {
    margin-right: .5em;
}
.page-payment .radio-wrapper li.is-active .radio-point {
    display: inline-block;
}
.page-payment .radio-wrapper li.is-active .radio-box {
    background-color: #e7fdff;
    cursor: default;
}
.page-payment .radio-wrapper li.is-active .radio-label {
    cursor: default;
}
.page-payment .radio-wrapper .radio-point.is-active .radio-point-use01 {
    display: none;
}
.page-payment .radio-wrapper .radio-point.is-active .radio-point-use02 {
    display: inline;
}

.page-payment .radio-wrapper .radio-capt {
    position: relative;
}
.page-payment .radio-wrapper .radio-capt > span:after {
    display: block;
    position: absolute;
    right: 10px;
    background-repeat: no-repeat;
    content: "";
}

.page-payment .radio-wrapper .box-credit .radio-capt > span:after {
    top: 0;
    width: 212px;
    height: 26px;
    background-image: url(//p.dmm.com/p/wallet/logo_creditcard.png);
    background-image: url(//p.dmm.com/p/wallet/cards_s.gif) \9;
}

.page-payment .radio-wrapper .box-credit.credit-limit .radio-capt > span:after {
    width: 132px;
    background-image: url(//p.dmm.com/p/wallet/logo_creditcard_limit.png);
}

.page-payment .radio-wrapper .box-credit.credit-limit02 .radio-capt > span:after {
    width: 90px;
    background-image: url(//p.dmm.com/p/wallet/logo_creditcard_limit02.png);
}

.page-payment .radio-wrapper .box-paypal .radio-capt > span:after {
    top: 0;
    width: 80px;
    height: 26px;
    background-image: url(//p.dmm.com/p/pf/payment/paypal.svg);
}

.cashier-general .page-payment .box-point .radio-capt > span:after {
    top: -6px;
    width: 235px;
    height: 65px;
    background-image: url(//p.dmm.com/p/general/wallet/logo_dmmpoint_170501.png);
}

.cashier-adult .page-payment .box-point .radio-capt > span:after {
    top: -6px;
    width: 200px;
    height: 47px;
    background-image: url(//p.dmm.com/p/wallet/logo_dmmpoint_170316.png);
}

.page-payment.mono-general .box-point .radio-capt > span:after {
    top: -6px;
    width: 225px;
    height: 65px;
    background-image: url(//p.dmm.com/p/general/wallet/logo_dmmpoint.png);
}

.page-payment.mono-adult .box-point .radio-capt > span:after {
    top: -6px;
    width: 200px;
    height: 47px;
    background-image: url(//p.dmm.com/p/wallet/logo_dmmpoint.png);
}

.page-payment .area-notice {
    margin-top: 27px;
}

.page-payment .area-layout {
    margin-top: 27px;
}

.page-payment > .area-caution {
    margin: 12px 0;
}

/*============================== .page-confirm */
.page-confirm .area-payment,
.page-confirm .area-other,
.page-confirm .area-item .table {
    border: #e5e5e5 2px solid;
}

.page-confirm .area-notice {
    margin: 30px 0;
}
.page-confirm .area-notice p + p {
    margin-top: 9px;
}

.page-confirm .area-layout + .area-notice {
    margin-bottom: 0;
}

.page-confirm .area-input-3dsecure {
    margin: 30px 0;
}

.page-confirm .area-layout th {
    padding: 14px;
}

.page-confirm .area-layout td {
    padding: 20px 14px 20px 10px;
}

.page-confirm .area-layout .layout-content .area-caution {
    margin-top: 10px;
    padding-right: 120px;
}

.page-confirm .area-layout .layout-content .area-capt {
    float: left;
    margin-bottom: 6px;
}

.page-confirm .area-layout .table-capt {
    position: relative;
    width: 8em;
    font-weight: normal;
    white-space: nowrap;
}
.page-confirm .area-layout .table-capt:before {
    display: inline-block;
    position: relative;
    left: -4px;
    width: 26px;
    height: 26px;
    margin: -8px 0;
    background-image: url(//p.dmm.com/p/wallet/sprite_ico_confirm_150225.png);
    background-repeat: no-repeat;
    content: "";
}

.page-confirm .area-layout .table-link {
    width: 1%;
    white-space: nowrap;
    text-align: right;
}
.page-confirm .area-layout .table-link form > span input {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 0;
    outline: 0;
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #005fc0;
    cursor: pointer;

    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}
.page-confirm .area-layout .table-link a,
.page-confirm .area-layout .table-link form > span input {
    display: block;
    padding: 1em 1.3em;
    -webkit-transition: background-color .5s cubic-bezier(.19, 1, .22, 1);
    transition: background-color .5s cubic-bezier(.19, 1, .22, 1);
}
.page-confirm .area-layout .table-link a:hover,
.page-confirm .area-layout .table-link form > span input:hover {
    background-color: #ebebeb;
    color: #e20;
    text-decoration: none;
    -webkit-transition: background-color .1s linear;
    transition: background-color .1s linear;
}

.page-confirm .area-payment table,
.page-confirm .area-other table {
    background-color: white;
    border-spacing: 10px;
    border-collapse: separate;
}

.page-confirm .area-payment .table-capt,
.page-confirm .area-other .table-capt {
    border-right: #e5e5e5 1px solid;
}

.page-confirm .area-payment .table-capt:before {
    background-position: -5px -5px;
}

.page-confirm .area-payment .payment {
    font-size: 16px;
    font-weight: bold;
}
.page-confirm .area-payment .payment .subtext {
    margin-left: 6px;
    font-size: 12px;
    font-weight: normal;
}
.page-confirm .area-payment .payment + .box-data01,
.page-confirm .area-payment .payment + .box-data01 + .box-data02 {
    display: inline-block;
}
.page-confirm .area-payment .payment + .box-data01 + .box-data02 {
    margin-left: 6px;
}
.page-confirm .area-payment .payment + .box-data01 {
    margin-top: 10px;
}
.page-confirm .area-payment .payment + .box-data01 .subtext:before {
    content: "：";
}

.page-confirm .area-payment .payment-instalments {
    font-size: 14px;
    font-weight: normal;
}

.page-confirm .area-payment .payment-instalments-subtext {
    color: #808080;
    font-size: 12px;
}

.page-confirm .area-payment .box-data02 {
    color: #808080;
    font-size: 12px;
}
.page-confirm .area-payment .box-data02:before {
    margin-left: -.6em;
    content: "（";
}
.page-confirm .area-payment .box-data02:after {
    content: "）";
}

.page-confirm .area-payment .text-notice {
    margin: 2px 0 0;
    color: #c00;
    font-size: 12px;
}

.page-confirm .area-other {
    margin-top: -1px;
    border-top: none;
}
.page-confirm .area-other .table-capt:before {
    background-position: -43px -5px;
}
.page-confirm .area-other dl {
    display: inline-block;
}
.page-confirm .area-other dl + dl {
    margin-right: 6px;
}
.page-confirm .area-other dl:first-child {
    display: block;
}
.page-confirm .area-other dt,
.page-confirm .area-other dd {
    display: inline;
}
.page-confirm .area-other dt {
    margin-top: 5px;
    color: #808080;
    font-size: 10px;
}
.page-confirm .area-other dt:after {
    content: "：";
}
.page-confirm .area-other .data01,
.page-confirm .area-other .data0 {
    display: none;
}
.page-confirm .area-other .data01 + dd,
.page-confirm .area-other .data0 + dd {
    display: block;
    margin-bottom: 6px;
    font-size: 16px;
    font-weight: bold;
}

.page-confirm .area-item {
    position: relative;
    margin-top: 27px;
}
.page-confirm .area-item .table {
    clear: both;
    border: #e5e5e5 2px solid;
}
.page-confirm .area-item .table ~ .table {
    margin-top: 21px;
}
.page-confirm .area-item .item-title th {
    padding: 0;
    text-align: left;
}
.page-confirm .area-item .item-title p {
    padding: .4em .8em .3em;
    background-color: #888;
    color: white;
    font-size: 16px;
    font-weight: normal;
}
.page-confirm .area-item .table-capt:before {
    background-position: -83px -7px;
}
.page-confirm .area-item .table-capt:after {
    position: absolute;
    top: 50%;
    right: -1px;
    width: 1px;
    height: 84%;
    background-color: #e5e5e5;
    content: "";
    -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
        transform: translateY(-50%);
}
.page-confirm .area-item .table-link {
    padding-right: 24px;
    padding-left: 10px;
}
.page-confirm .area-item .item-subtotal td {
    padding-left: 23px;
}
.page-confirm .area-item .item-subtotal td + td {
    padding-right: 30px;
    font-size: 18px;
    font-weight: bold;
    text-align: right;
}
.page-confirm .area-item .option {
    border-bottom: #e5e5e5 1px solid;
}
.page-confirm .area-item .option .box-data {
    padding: 10px;
}
.page-confirm .area-item .option dl {
    display: inline-block;
    margin-right: 6px;
}
.page-confirm .area-item .option dt,
.page-confirm .area-item .option dd {
    display: inline;
}
.page-confirm .area-item .option dt {
    color: #808080;
    font-size: 10px;
}
.page-confirm .area-item .option dt:after {
    content: "：";
}
.page-confirm .area-item .item + .item {
    border-top: #e5e5e5 1px solid;
}
.page-confirm .area-item .item .box-2col {
    display: table;
    width: 100%;
}
.page-confirm .area-item .item .box-2col:after {
    content: none;
}
.page-confirm .area-item .item .box-2col > div {
    padding-bottom: 18px;
}
.page-confirm .area-item .item .box-2col + .box-2col {
    border-top: #e5e5e5 1px solid;
}
.page-confirm .area-item .item .box-2col + .box-2col > div {
    padding-top: 18px;
}
.page-confirm .area-item .item .box-2col:last-of-type > div {
    padding-bottom: 0;
}
.page-confirm .area-item .item .box-data01,
.page-confirm .area-item .item .box-data02,
.page-confirm .area-item .item .number {
    display: table-cell;
    float: none;
    vertical-align: middle;
}
.page-confirm .area-item .item .box-data01 {
    position: relative;
    width: auto;
    max-width: 450px;
    padding-right: 10px;
    padding-left: 10px;
}
.page-confirm .area-item .item .number {
    padding-right: 24px;
    padding-left: 24px;
    color: #808080;
    font-size: 12px;
    font-weight: normal;
    white-space: nowrap;
}
.page-confirm .area-item .item .box-data02 {
    width: auto;
    padding-right: 20px;
    font-weight: bold;
    text-align: right;
}
.page-confirm .area-item [class*="title-tag"] {
    color: #c00;
}
.page-confirm .area-item .title-tag-sale {
    color: #f38300;
}
.page-confirm .area-item .title-tag-iroiro-sale {
    color: #26acfa;
}
.page-confirm .area-item .datacol {
    color: #808080;
    font-size: 10px;
}
.page-confirm .area-item .datacol .spec dl,
.page-confirm .area-item .datacol .point dl {
    display: inline-block;
    margin-right: 10px;
}
.page-confirm .area-item .datacol .spec dt,
.page-confirm .area-item .datacol .spec dd,
.page-confirm .area-item .datacol .point dt,
.page-confirm .area-item .datacol .point dd {
    display: inline;
}
.page-confirm .area-item .datacol .spec dt:after,
.page-confirm .area-item .datacol .point dt:after {
    content: "：";
}
.page-confirm .area-item .datacol .spec dl:first-of-type {
    margin-top: 6px;
}
.page-confirm .area-item .datacol .spec dd + dt {
    margin-left: 6px;
}
.page-confirm .area-item .datacol .spec .note,
.page-confirm .area-item .datacol .spec .note + dd {
    color: #c00;
}
.page-confirm .area-item .status {
    /* degital */
    /* mono */
    /* rental */
}
.page-confirm .area-item .status span[class*="ico-"] {
    display: inline-block;
    height: 18px;
    padding: 0 .5em;
    border-radius: 2px;
    color: white;
    font-size: 10px;
    line-height: 18px;
}
.page-confirm .area-item .status span[class*="ico-"] + span {
    margin-left: .4em;
}
.page-confirm .area-item .status .ico-st-stream,
.page-confirm .area-item .status .ico-st-hdstream {
    background-color: #3c9ac9;
}
.page-confirm .area-item .status .ico-st-download,
.page-confirm .area-item .status .ico-st-3mdownload,
.page-confirm .area-item .status .ico-st-1mpack,
.page-confirm .area-item .status .ico-st-3mpack {
    background-color: #d10600;
}
.page-confirm .area-item .status .ico-st-hddownload {
    background-color: #26acfa;
}
.page-confirm .area-item .status .ico-st-spdownload {
    background-color: #dbb20d;
}
.page-confirm .area-item .status .ico-st-toaster {
    background-color: #de915b;
}
.page-confirm .area-item .status .ico-st-deliver {
    background-color: #3c9ac9;
}
.page-confirm .area-item .status .ico-st-stock {
    background-color: #3c9ac9;
}
.page-confirm .area-item .status .ico-st-reserve {
    background-color: #de915b;
}
.page-confirm .area-item .status .ico-st-reserve + span {
    color: #808080;
    font-size: 10px;
}
.page-confirm .area-item .status .numstock {
    margin-left: 6px;
    color: #808080;
    font-size: 10px;
    font-weight: bold;
}
.page-confirm .area-item .status .ico-st-direct,
.page-confirm .area-item .status .ico-st-order-allow {
    background-color: #88c557;
}
.page-confirm .area-item .status .ico-st-direct + span {
    color: #808080;
    font-size: 10px;
}
.page-confirm .area-item .status .ico-st-order {
    background-color: #999;
}
.page-confirm .area-item .status .ico-st-end {
    border: #c07d7b 1px solid;
    color: #808080 !important;
}
.page-confirm .area-item .status .ico-st-cd {
    background-color: #de915b;
}
.page-confirm .area-item .status .general.ico-st-dvd {
    background-color: #436297;
}
.page-confirm .area-item .status .general.ico-st-bluray {
    background-color: #4a98ac;
}
.page-confirm .area-item .status .adult.ico-st-dvd {
    background-color: #df2b55;
}
.page-confirm .area-item .status .adult.ico-st-bluray {
    background-color: #f4639d;
}
.page-confirm .area-item .status .ico-st-comic {
    background-color: #de915b;
}
.page-confirm .area-item .status span[class*="ico-"] {
    margin-bottom: 8px;
}
.page-confirm .area-item .price-notice,
.page-confirm .area-item .price-quantity {
    display: block;
    font-size: 10px;
    font-weight: normal;
}
.page-confirm .area-item .price-beforeDiscount {
    display: block;
    font-weight: normal;
}
.page-confirm .area-item .box.price dl,
.page-confirm .area-item .box.subtotal dl {
    padding: 10px 0 10px 10px;
    text-align: right;
}
.page-confirm .area-item .box.price dt,
.page-confirm .area-item .box.subtotal dt {
    float: left;
}
.page-confirm .area-item .box.subtotal dt {
    line-height: 32px;
}
.page-confirm .area-item .box.subtotal dd {
    font-size: 21px;
    font-weight: bold;
}
.page-confirm .area-item .basket-link-top {
    float: right;
    height: 32px;
    margin-bottom: 6px;
    padding-right: 14px;
    line-height: 46px;
}
.page-confirm .area-item .basket-link-bottom {
    position: absolute;
    right: 14px;
    bottom: -28px;
}

.page-confirm .is-error table {
    background-color: #fbebeb;
}

.page-confirm .is-error .table-link a:hover {
    background-color: white;
}

.page-confirm .layout-lead .area-rule {
    margin-top: 6px;
}
.page-confirm .layout-lead .area-rule p + p {
    margin-top: 6px;
}
.page-confirm .layout-lead .area-rule a {
    margin: 0 3px;
}

.page-confirm .area-lead .box {
    padding: 3px;
}

.page-confirm .area-lead .box + .box {
    margin-top: 12px;
    padding-top: 12px;
}

.page-confirm .area-lead .lead-small p {
    letter-spacing: -.5px;
}
.page-confirm .area-lead .lead-small p .tx-pointback {
    color: #c00;
    font-weight: bold;
}

.page-confirm .area-lead .apply-notice {
    margin: 20px 0 0;
}
.page-confirm .area-lead .apply-notice p {
    border: 1px solid #c00;
    border-radius: 1em;
    color: #c00;
    font-size: 13.5px;
    line-height: 2em;
    text-align: center;
}

.page-confirm .area-link.totop {
    margin-top: 14px;
    color: #808080;
    font-size: 12px;
}

/*
 * IE 8??9??10 CSS??å? ????????
 *???????????????????????????顢????????????????
 */
.page-confirm .table-capt {
    border-right/*\**/: #e5e5e5 1px solid\9;
}

/*
 * IE 11 CSS??å? ????????
 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .my.page-top .area-other:not(:target) {
        overflow: hidden;
    }
    .my.page-top .area-other .sect01:not(:target) {
        display: block;
    }
    .my.page-top .area-other .box:not(:target) {
        float: left;
        width: 32.2%;
        min-height: 210px;
    }
    .my.page-top .area-service .box-service:not(:target) {
        display: block;
        overflow: hidden;
    }
    .my.page-top .area-service .service-nav:not(:target),
    .my.page-top .area-service .service-panel:not(:target) {
        float: left;
    }
    .my.page-top .area-service .service-nav:not(:target) {
        margin-bottom: -2000px;
        padding-bottom: 2000px;
    }
}

/*============================== .page-complete */
.page-complete {
    max-width: 800px;
}
.page-complete .box-firsttitle,
.page-complete .box-text,
.page-complete .box-order,
.page-complete .box-link,
.page-complete .area-notice,
.page-complete .area-btn,
.page-complete .area-caution {
    margin: 30px 0;
}
.page-complete .box-firsttitle {
    color: #c00;
    font-size: 21px;
    text-align: center;
}
.page-complete .box-text {
    text-align: center;
}
.page-complete .box-order {
    padding: 14px;
    background-color: #ebebeb;
    text-align: center;
}
.page-complete .box-order li + li {
    margin-top: .5em;
}
.page-complete .area-btn {
    text-align: center;
}
.page-complete .box-link {
    color: #808080;
    text-align: center;
}
.page-complete .box-link li {
    display: inline-block;
}
.page-complete .box-link li + li:before {
    position: relative;
    top: -1px;
    margin: 0 10px 0 5px;
    color: #808080;
    content: "|";
}
.page-complete .area-bnr {
    text-align: center;
}
.page-complete .area-bnr > div + div {
    margin-top: 12px;
}

/*============================== ????????? */
#w #page {
    min-height: -webkit-calc(100vh - 266px);
    min-height: calc(100vh - 266px);
}
