@charset "UTF-8";
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
    display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/**
 * Remove default margin.
 */
body {
    margin: 0;
}

body.mca {
	background-image: url(/img2/section12_bg.jpg);
    background-size: 100% auto;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
    background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
    background: #ff0;
    color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
    white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
    border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 2 */
    margin: 0;
    /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
    overflow: auto;
    /* 1 */
    vertical-align: top;
    /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

#fancybox-loading div {
    background-image: url("../img2/img/fancybox.png");
}

#fancybox-close {
    top: 18px;
    right: 18px;
    width: 20px;
    height: 21px;
    background: transparent url("../img2/img/ico_close.png") no-repeat;
}

#fancybox-left, #fancybox-right {
    background: transparent url("../img2/img/blank.gif");
}

#fancybox-left {
    left: -75px;
}

#fancybox-right {
    right: -75px;
}

#fancybox-left-ico, #fancybox-right-ico {
    top: 50%;
    width: 28px;
    height: 52px;
    margin-top: -14px;
    cursor: pointer;
}

#fancybox-left-ico,
#fancybox-left:hover span {
    left: 0;
}

#fancybox-right-ico,
#fancybox-right:hover span {
    left: auto;
    right: 0;
}

#fancybox-left-ico {
    background: url("../img2/img/ico_float_left.png") no-repeat center;
}

#fancybox-right-ico {
    background: url("../img2/img/ico_float_right.png") no-repeat center;
}

#fancybox-bg-n {
    background-image: url("../img2/img/fancybox-x.png");
}

#fancybox-bg-ne {
    background-image: url("../img2/img/fancybox.png");
    background-position: -40px -162px;
}

#fancybox-bg-e {
    background-image: url("../img2/img/fancybox-y.png");
    background-position: -20px 0px;
}

#fancybox-bg-se {
    background-image: url("../img2/img/fancybox.png");
    background-position: -40px -182px;
}

#fancybox-bg-s {
    background-image: url("../img2/img/fancybox-x.png");
    background-position: 0px -20px;
}

#fancybox-bg-sw {
    background-image: url("../img2/img/fancybox.png");
    background-position: -40px -142px;
}

#fancybox-bg-w {
    background-image: url("../img2/img/fancybox-y.png");
}

#fancybox-bg-nw {
    background-image: url("../img2/img/fancybox.png");
}

#fancybox-title-over {
    padding: 5px 0;
    background: none;
    font-size: 123.07692%;
    font-weight: bold;
    text-align: center;
}

#fancybox-title-float-left {
    background: url("../img2/img/fancybox.png") -40px -90px no-repeat;
}

#fancybox-title-float-main {
    background: url("../img2/img/fancybox-x.png") 0px -40px;
}

#fancybox-title-float-right {
    background: url("../img2/img/fancybox.png") -55px -90px no-repeat;
}

#fancybox-wrap,
#fancybox-content {
    box-sizing: content-box;
}

* {
    margin: 0;
    box-sizing: border-box;
}

h1 {
    margin: 0;
}

body {
    min-width: 1100px;
    font-size: 13px;
    line-height: 1.69;
    color: #343434;
}

body,
input,
button,
select,
textarea {
    font-family: "iconfont", "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", sans-serif;
}

a {
    color: #343434;
    outline: none;
    transition: opacity 0.3s;
}
a:visited, a:active {
    text-decoration: underline;
}
a:hover, a:focus {
    opacity: 0.6;
    outline: 0;
    text-decoration: none;
}

#wrapper {
    position: relative;
    padding-top: 58px;
}

input[type="text"],
input[type="number"],
input[type="email"],
input[type="tel"],
input[type="password"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    padding: 1.14em 1.2em 1.14em;
    border: 1px solid #c4c6cb;
    background: #fff;
    font-size: 107.69231%;
    line-height: 1.2em;
}
input[type="text"].invalid,
input[type="number"].invalid,
input[type="email"].invalid,
input[type="tel"].invalid,
input[type="password"].invalid,
input[type="text"].is-empty,
input[type="number"].is-empty,
input[type="email"].is-empty,
input[type="tel"].is-empty {
    background-color: #fdeaea;
}
input[type="text"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="tel"].focus,
input[type="password"].focus {
    background-color: #FFFFCC;
}
input[type="text"].valid,
input[type="number"].valid,
input[type="email"].valid,
input[type="tel"].valid,
input[type="password"].valid {
    background-color: #CFFACF;
}

label > input[type="radio"],
label > input[type="checkbox"] {
    display: inline-block;
    margin-right: 0.6em;
    transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    padding: 1.14em 2.2em 1.14em 1.2em;
    border: 0;
    border-radius: 0;
    width: 180%;
    background: #fff;
    font-size: 107.69231%;
    line-height: 1.2em;
}
select.is-empty {
    color: #a09f9f;
    background-color: #fdeaea;
}
select.valid {
    color: #a09f9f;
    background-color: #CFFACF;
}
select:focus {
    background-color: #FFFFCC;
}

.form-select {
    position: relative;
    display: inline-block;
    border: 1px solid #c4c6cb;
    overflow: hidden;
}
.form-select:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 13px;
    display: block;
    margin-top: -3px;
    width: 7px;
    height: 5px;
    background: url("../img2/img/ico_delta_bottom_black.png") no-repeat center;
    background-size: 7px 5px;
}

.order > .inner {
    margin-right: auto;
    margin-left: auto;
    width: 1100px;
    margin-top: 32px;
    padding: 25px 57px 40px;
    border: 1px solid #d7d6d6;
}

body.mca #order > .inner {
	background-color: #ffffff;
}

.order .head {
    position: relative;
    padding: 39px 0 29px;
}
.order .head .title {
    text-align: center;
}
.order .head .title img {
    vertical-align: top;
}
.order .head .badge {
    position: absolute;
    top: 0;
    right: -16px;
}

.order-form .alert,
.order-form .notice,
.order-form .note {
    position: relative;
    margin-top: 5px;
    padding-left: 1.1em;
    font-size: 92.30769%;
    line-height: 1.4em;
    letter-spacing: normal;
}
#contents .order-form .alert:before,
#contents .order-form .notice:before,
#contents .order-form .note:before {
    content: '※';
    position: absolute;
    top: 0;
    left: 0;
}
.order-form .alert + .alert,
.order-form .alert + .note,
.order-form .note + .alert,
.order-form .note + .note {
    margin-top: 0;
}
.order-form .alert, .order .caution {
    color: #ea0100;
}
.order-form p.alert {
    display: none;
}
.order-form .notice {
    display: none;
}
.order-form .ex {
    margin-top: 5px;
    line-height: 1.4em;
    color: #888888;
}
.order-form .input-l {
    width: 558px;
}
.order-form .input-ll {
    width: 535px;
}
.order-form .input-m {
    width: 488px;
}
.order-form .input-s {
    width: 461px;
}
.order-form .input-ss {
    width: 453px;
}
.order-form .input-sss {
    width: 425px;
}
.order-form .input-zip {
    width: 250px;
}

.form-main {
    width: 100%;
}
.form-main th,
.form-main td {
    vertical-align: middle;
}
.form-main th {
    padding-right: 20px;
    padding-left: 20px;
    border-top: 2px solid #fff;
    width: 284px;
    background-color: #fcf9f8;
    font-size: 115.38462%;
    text-align: left;
    font-weight: normal;
}
.form-main th .required {
    display: inline-block;
    margin-left: 1em;
    font-size: 92.30769%;
    color: #ea0100;
}
.form-main td {
    border-top: 1px dashed #222;
    padding: 21px 0 22px 23px;
}
.form-main tr:first-child th {
    border-top: 0;
}
.form-main tr:first-child td {
    border-top: 1px solid #c3c3c3;
}
.form-main tr:last-child th {
    border-bottom: 1px solid #fcf9f8;
}
.form-main tr:last-child td {
    border-bottom: 1px solid #c3c3c3;
}
.recerivers-more .form-main th {
    width: 220px;
}

.distributionFormWrap {
    text-align: center;
}

.distributionName {
    font-size: 200%;
    font-weight: bold;
}

.distributionPrice {
    font-size: 190%;
    font-weight: bold;
}

.ageAlert {
    font-size: 210%;
}

.form-address .form-item {
    margin-bottom: 22px;
}
.form-address .form-item:last-child {
    margin-bottom: 0;
}
.form-address .label,
.form-address .form-parts {
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
}
.form-address .label {
    margin-right: 0.7em;
    padding-top: 1.14em;
    font-size: 107.69231%;
}
.form-address .alert {
    margin-left: 66px;
    letter-spacing: normal;
}

.form-sex {
    letter-spacing: -.4em;
}
.form-sex .form-item {
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
    margin-right: 1em;
}

.form-birthday {
    letter-spacing: -.4em;
}
.form-birthday .form-item {
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
}
.form-birthday .form-select,
.form-birthday .label {
    display: inline-block;
    vertical-align: middle;
}
.form-birthday .label {
    padding: 0 9px;
}
.form-birthday .note {
    letter-spacing: normal;
}

.recerivers {
    margin: 22px 0;
    padding: 0 22px 0 30px;
    border: 4px solid #e3e2e2;
}
.recerivers .trg {
    padding: 22px 0;
    font-size: 115.38462%;
    background: url("../img2/img/ico_plus.jpg") no-repeat right center;
    cursor: pointer;
}
.recerivers .recerivers-more {
    display: none;
}
.recerivers table {
    margin-bottom: 32px;
}
.recerivers table th {
    background-color: #eee;
}
.recerivers.is-open .trg {
    background-image: url("../img2/img/ico_minus.jpg");
}

.form-day {
    font-size: 92.30769%;
    line-height: 1.5em;
}

.form-time .form-select {
    vertical-align: middle;
}
.form-time .note {
    display: inline-block;
    vertical-align: middle;
    margin-top: 0;
}
.form-time .note:before {
    content: none;
}

.form-card-radio {
    margin-bottom: 13px;
}
.form-card-radio label {
    font-size: 107.69231%;
}

.payment-detail {
    padding: 7px 20px;
    background: #fef9f0;
}
.payment-detail th,
.payment-detail td {
    vertical-align: top;
    border: 0 !important;
}
#contents .payment-detail th {
    padding: 26px 0 0 0;
    width: 286px;
    background: none;
    text-align: left;
}
.payment-detail td {
    padding: 11px 0;
    width: 554px;
}

.form-limit .form-item {
    letter-spacing: -.4em;
}
.form-limit .form-select,
.form-limit .label-month,
.form-limit .label-year {
    display: inline-block;
    vertical-align: middle;
    letter-spacing: normal;
}
.form-limit .label-month {
    padding: 0 20px 0 9px;
    line-height: 18px;
}
.form-limit .label-month:after {
    content: '/';
    display: inline-block;
    margin-left: 13px;
    font-size: 130.76923%;
}
.form-limit .label-year {
    padding: 0 9px;
}

.form-main .form-policy-th .required {
    display: block;
    margin-left: 0;
}

.form-consent .attention {
    margin-bottom: 10px;
    padding: 6px 8px;
    border: 1px solid #ea0100;
    font-size: 138.46154%;
    line-height: 1.1em;
    color: #ea0100;
    font-weight: bold;
}
.form-consent .attention:before {
    content: '!';
    display: inline-block;
    margin-right: 7px;
    font-size: 153.84615%;
    vertical-align: middle;
}
.form-consent .agreement {
    padding: 0.2em 0;
    font-size: 107.69231%;
    text-align: center;
}
.form-consent .agreement.is-false {
    background-color: #fdeaea;
}
.form-consent .agreement.valid {
    background-color: #CFFACF;
}

.consent-area {
    margin-bottom: 6px;
    padding: 15px;
    border: 1px solid #adabab;
}
.consent-area .inner {
    height: 129px;
    overflow: scroll;
}
.consent-area p,
.consent-area ol,
.consent-area ul {
    margin-bottom: 1em;
}
.consent-area ul,
.consent-area ol {
    padding-left: 1.8em;
}
.consent-area .label {
    margin: 0 0 17px 2px;
    padding-left: 5px;
    border-left: 3px solid #ec0606;
    line-height: 1.1em;
}
.consent-area .label:after {
    content: '';
    display: block;
    margin-left: -10px;
    padding-right: 10px;
    border-top: 5px solid #fff;
    width: 100%;
    height: 1px;
    background-color: #4e4d4d;
}

.stock-alert {
    margin: 10px auto 0;
}

.order-submit {
    margin-top: 60px;
}

.order-submit .soldout {
    margin-bottom: 10px;
    padding: 6px 8px;
    border: 1px solid #ea0100;
    font-size: 138.46154%;
    line-height: 1.1em;
    color: #ea0100;
    font-weight: bold;
}

.order-submit button {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    display: block;
    margin: 0 auto;
    padding: 36px 0;
    border: 0;
    width: 681px;
    background: url("../img2/img/ico_delta_left_white.png") no-repeat #51318f;
    background-position: left 27px center;
    transition: opacity 0.3s;
}
.order-submit button:hover {
    opacity: 0.8;
}
.order-submit img {
    display: block;
    margin: 0 auto;
}
.order-submit .note {
    margin-right: auto;
    margin-left: auto;
    width: 681px;
}
.campaign {
    margin-bottom: 60px;
    width: 984px;
    margin-right: auto;
    margin-left: auto;
}
#oajimi_top {
    padding-top: 250px;
    padding-left: 50px;
    width: 590px;
}
#cam_txt {
    width: 600px;
    margin-left: 50px;
    color: #FFFFFF;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-style: normal;
    font-size: 11px;
    font-weight: normal;
}

/*
 * お客様情報入力
 * 届け先・支払方法入力
 */
.input-customer .trg,
.input-more .trg2 {
    margin: 22px 30%;
    padding: 22px;
    font-size: 115.38462%;
    text-align: center;
    cursor: pointer;
    border: 4px solid #e3e2e2;
}
.input-customer .trg.valid,
.input-more .trg2.valid {
    border: 4px solid #7EB641;
}
.input-customer .input-customer-item,
.input-more .trg2,
.input-more .input-more-item {
    display: none;
}

/*
 * 領収書
 */
#receipt table {
    width:100%;
}
#receipt table th {
    width: 118px;
}

/*
 * パンくず画像
 */
.breadcrumb {
    text-align: center;
}

/*
 * 郵便番号→住所候補リスト
 */
td.zipcode,
td.deli_zipcode {
    position: relative;
}
div.addressOptions,
div.delivAddressOptions {
    position: absolute;
    background-color: #fff;
    border: 1px solid #c4c6cb;
    padding: 5px 5px;
    z-index: 9999;
    top: 21px;
    left: 290px;
    height: 200px;
    width: 400px;
    overflow: scroll;
    white-space: nowrap;
    display: none;
}
div.addressOptions .option,
div.delivAddressOptions .option {
    border-bottom: 1px dotted #c4c6cb;
}
div.addressOptions .option:hover,
div.delivAddressOptions .option:hover {
    background-color: #e3e2e2;
    cursor: pointer;
}

/*
 * タイトル表示
 */
.form-title {
    background-color: #000;
    color: #fff;
    padding: 10px;
    margin: 10px 0;
    font-size: 150%;
}

/*
 * 年齢確認チェックボックス
 */
.age-confirm {
    font-size: 130%;
    margin: 10px;
}

/*
 * 入力チェックOKマーク
 */
.order-form td,
.payment-detail td {
    position: relative;
}
.ok-check {
    color: #7EB641;
    position: absolute;
    right: 0px;
    display: none;
}
.ok-check.age_confirm {
    top: 60px;
    display: block;
}
.ok-check.zipcode,
.ok-check.prefecture,
.ok-check.name,
.ok-check.name_kana,
.ok-check.phone_number,
.ok-check.mail_address,
.ok-check.deli_zipcode,
.ok-check.deli_prefecture,
.ok-check.deli_name,
.ok-check.deli_name_kana,
.ok-check.deli_phone_number,
.ok-check.birthday,
.ok-check.receipt_name,
.ok-check.receipt_proviso {
    top: 30px;
}
.ok-check.card_number,
.ok-check.card_term,
.ok-check.card_name {
    top: 20px;
}
.ok-check.card_securitycode {
    top: 40px;
}
.ok-check.address2,
.ok-check.deli_address2 {
    top: 100px;
}
.ok-check.address3,
.ok-check.deli_address3 {
    top: 170px;
}
.ok-check.check01,
.ok-check.check02 {
    bottom: 20px;
}

#GIFT_CARD_SECURITYCODE {
	vertical-align: middle;
}

#securitycode-item {
    cursor: pointer;
}

#securitycode-item.question {
	vertical-align: middle;
	color: #cccccc;
}

#securitycode-item.question span {
    padding-left: 6px;
    font-size: 1.2em;
    color: #000000;
    text-decoration: underline;
}

.payment-detail .card_securitycode.info {
	display: none;
}

.payment-detail .card_securitycode.info img {
	width:100%;
}
table.terms-price {
    border-collapse: collapse !important;
    border: 1px solid #343434 !important;
}
table.terms-price th, table.terms-price td {
    color: #343434 !important;
    font-size: 13px !important;
    font-weight: normal;
    background-color: #fff !important;
    border: 1px solid #343434 !important;
    padding: 5px;
    text-align: left;
}
table.terms-price th {
    width: 10em !important;
}

.trg-box {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    text-align: center;
    padding: 0;
    margin: 20px 0;
}
.trg-box .trg {
    margin: 10px 10%;
}
.trg-box .trg-caption {
    font-size: 120%;
    font-weight: bold;
}
.trg-back-block {
    margin: 5px 0;
    text-align: right;
}

.flat-btn {
  border: none;
  padding: 12px 32px;
  font-size: 16px;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 600;
  transition: all 0.3s ease;
}
.flat-btn:hover {
  transform: translateY(-2px);
}
.flat-btn:active {
  transform: translateY(0);
}

.otp-confirm-box {
    margin: 20px auto;
    width: 80%;
    display: none;
}
.otp-confirm-box .otp-confirm-text {
    margin: 20px auto;
    text-align: center;
    font-size: 14px;
}
.otp-confirm-box .otp-confirm-text span {
    display: block;
}
.otp-confirm-box .otp-check-btn {
  background: #ff8400;
  color: white;
  margin-top: 5px;
}
.otp-confirm-box .otp-check-btn:hover {
  background: #b85f00;
}

.otp-confirm-box .otp-confirm-btn {
    text-align: center;
    margin-top:10px;
}

.otp-box {
    margin: 20px auto;
    width: 80%;
    display: none;
}
.otp-box .otp-caption {
    font-size: 120%;
}
.otp-box .otp-input {
    margin: 20px 0;
    text-align: center;
}
.otp-box .otp-verify-btn {
  background: #ff8400;
  color: white;
  margin-top: 5px;
}
.otp-box .otp-verify-btn:hover {
  background: #b85f00;
}
.otp-box .otp-rerequest {
    margin-top: 15px;
    text-align: center;
}
.otp-box .otp-rerequest-btn {
  background: #cecece;
  color: black;
  font-size: 10px;
}
.otp-box .otp-rerequest-btn:hover {
  background: #aaaaaa;
}
.otp-box .otp-cancel {
    margin-top: 15px;
    text-align: center;
}
.otp-box .otp-cancel-btn {
  background: #cecece;
  color: black;
  /* border: #000000 solid 2px; */
  font-size: 10px;
}
.otp-box .otp-cancel-btn:hover {
  background: #aaaaaa;
}
.otp-box .alert,
.otp-box .notice {
    margin-bottom: 15px;
}
a.otp-rerequest,
a.trg-back {
    text-decoration: underline;
    cursor: pointer;
}
