/**
 * From "style_old"
 */
.layout-box-base, .layout-box-info, .layout-box-default, .layout-box-login, .layout-box-success, .layout-box-warning {
    display: block;
    background: #f6f6f6;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
.layout-box-base + *, .layout-box-info + *, .layout-box-default + *, .layout-box-login + *, .layout-box-success + *, .layout-box-warning + * {
    margin-top: 24px;
}
.layout-box-base:after, .layout-box-info:after, .layout-box-default:after, .layout-box-login:after, .layout-box-success:after, .layout-box-warning:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
}
.layout-box-base > .layout-box__first-wrap, .layout-box-info > .layout-box__first-wrap, .layout-box-default > .layout-box__first-wrap, .layout-box-login > .layout-box__first-wrap, .layout-box-success > .layout-box__first-wrap, .layout-box-warning > .layout-box__first-wrap {
    width: 100%;
    padding: 20px 20px 20px calc(20px - 2px);
    display: block;
}
.layout-box-base > .layout-box__first-wrap:after, .layout-box-info > .layout-box__first-wrap:after, .layout-box-default > .layout-box__first-wrap:after, .layout-box-login > .layout-box__first-wrap:after, .layout-box-success > .layout-box__first-wrap:after, .layout-box-warning > .layout-box__first-wrap:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
}
.layout-box-base > .layout-box__first-wrap:after, .layout-box-info > .layout-box__first-wrap:after, .layout-box-default > .layout-box__first-wrap:after, .layout-box-login > .layout-box__first-wrap:after, .layout-box-success > .layout-box__first-wrap:after, .layout-box-warning > .layout-box__first-wrap:after {
    clear: both;
}
.vr-layout-box-large-padding[class*="layout-box-"] > .layout-box__first-wrap {
    padding: 32px;
}
.layout-box-login[class*="layout-box-"] > .layout-box__first-wrap {
    padding: 40px;
}
.layout-box-warning[class*="layout-box-"] {
    background-color: #fff4f4;
    border-color: transparent;
}
/**
 * From "style_old" END
 */

/* フォームのテキストエリア */
.form textarea.txtinput {
    width:90%;
    padding:10px;
    font-size:14px;
    color:#333;
    border:solid 1px #ccc;
    margin:0;
    -webkit-box-sizing: border-box;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.20) inset;
}

.footer_wrp .free_area {
    display: block;
    font-size: 12px;
    text-align: center;
}

/* 商品のサブメニューアイコン非表示 */
.navigation_wrp .menu-trigger {
    display:none;
}

.top_page_free_area {
    display: block;
    text-align: center;
}

/* ヘッダーナビゲーションの「お問い合わせ」ボタン表示 */
.header .nav ul li.inquiry a:before {
    background-position: -80px 0px;
}
@media screen and (max-width: 768px) {
    .navigation_wrp .nav li.inquiry {
        width:27%;
    }
}

/* ラジオボタンとチェックボックスを横表示にした際の、スマートフォン表示 */
@media only screen and (max-width: 480px) {
    .radio-check-horizontal {
        display:block;
    }
    .radio-check-horizontal input,
    .radio-check-horizontal textarea {
        width:auto;
    }
    td span.radio-check-horizontal {
        margin-left:0;
    }
}

/* フラッシュメッセージ */
@media only screen and (max-width: 480px) {
    .message_container {
        margin-top:20px;
    }
}

/* 注意文言 */
.caution_text {
    margin-left:10px;
    margin-top:10px;
    font-size:14px;
}

/* カスタム管理項目 */
.custom_items {
    margin: 0;
    border-bottom: none;
}
.custom_items label {
    user-select: none;
}
.custom_items tr:last-child th,
.custom_items tr:last-child td {
    border-bottom: solid 1px #ddd;
}
.custom_items tr th .container {
    display: flex;
}
.custom_items textarea.txtinput {
    resize: vertical;
    width: 100%;
}
.custom_items .radio {
    display: flex;
}
.custom_items .radio li {
    margin: 0 10px 0 0;
}
.custom_items .radio li:last-child {
    margin-bottom: 0;
}
.custom_items .radio li input {
    margin-right: 5px;
    vertical-align: top;
}
.custom_items .checkbox li {
    float: none;
    width: auto;
}
.custom_items .checkbox li:last-child {
    margin-bottom: 0;
}
.custom_items .checkbox li input {
    margin-right: 5px;
    vertical-align: top;
}
.custom_items .select_wrap {
    padding-right: 16px;
}
.custom_items input[type="file"] {
    box-sizing: border-box;
    display: block;
    width: 100%;
    padding: 8px;
    color: #333;
    background-color: #fff;
    border: 1px solid #ccc;
}
.custom_items .uploaded_file,
.file_delete {
    margin-top: 10px;
}
.custom_items .uploaded_file.deleted,
.file_delete_button {
    margin-top: 0;
}
.custom_items .uploaded_file button.delete
.file_delete_button {
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
    display: inline-block;
    margin-left: 5px;
    padding: 4px 10px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-image: none;
    border: 1px solid #e64433;
    border-radius: 3px;
    color: #fff;
    background-color: #e74c3c;
}
.custom_items .uploaded_file button.delete:hover,
.file_delete_button:hover {
    background-color: #ff5747;
}
.custom_items .uploaded_file button.delete i,
.file_delete_button i {
    margin-right: 3px;
}
.custom_items .required {
    float: right;
    display: inline-block;
    height: 16px;
    font-size: 10px;
    line-height: 16px;
    border: 1px solid #e37d39;
    color: #e37d39;
    padding: 1px 3px;
}

.custom_items_button {
    cursor: pointer;
    float: none;
    display: block;
    margin: 30px auto 0 auto;
    padding: 10px 0;
    width: 200px;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;
    border: solid 1px #2ecc71;
    border-radius: 3px;
    background-color: #2ecc71;
}
.custom_items_button:hover {
    background-color: #2bd975;
}

/* Chrome, Safari */
input::-webkit-input-placeholder{
    color: #ccc;
}

/* Firefox */
input::-moz-placeholder{
    color: #ccc;
}

/* Firefox 18以前 */
input:-moz-placeholder{
    color: #ccc;
}

/* IE */
input:-ms-input-placeholder{
    color: #ccc;
}

/*** 契約/商品変更 START ***/
.select_main_product {
    padding-left: 0px;
}

.select_main_product .btn_detail {
    display: inline-block;
    margin: 10px 10px 10px 0;
    width: 100px;
}
/*** 契約/商品変更 END ***/
@media screen and (min-width: 1280px) {
    .modal_large {
        width: 1200px;
    }
}
@media screen and (max-width: 1280px) {
    .modal_large {
        width: 98%;
    }
}

#tab_delivery_info_const_value,
#file_delete_button_const_value {
    display: none;
}

a.a_pointer {
    cursor: pointer;
}

.display_block {
    display: block !important;
}
