@charset "UTF-8";

@import "./normalize.css";
@import "./common.css";
@import "./style_bof.css";
@import "./base_bof.css";


/*style上書き
---------------------------------------------------------- */
.header_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    align-items: center;
}

.header_block .head_logo {
    margin: 0 auto;
}

@media screen and (max-width: 750px) {
    header {
        position: absolute !important;
    }
}

@media print {
    header {
        position: absolute !important;
    }
}

#date {
    display: none;
}
/*base上書き
---------------------------------------------------------- */
#contents {
    width: 100%;
}

#contents p {
    line-height: 1.6;
}

ul.base-none > li:before {
    display: none;
}

ul.base-none > li {
    margin: 0;
    padding: 0;
    line-height: normal;
}

.link_txt_block .col2_block .col_box {
    width: 260px;
}




/*common上書き
---------------------------------------------------------- */
@media screen and (max-width: 750px) {
    .sp_font10 {
        font-size: 1rem !important;
    }
}
/*既存css
---------------------------------------------------------- */
.prefix_list_block {
    margin: 0 0 20px;
    padding: 0 10px;
}

.prefix_list_block dt {
    float:left;
    clear:left;
    padding:0;
    margin:0;
}

.prefix_list_block dd {
    overflow:hidden;
    _zoom:1; /* for IE6 */
    padding:0;
    margin:0;
}

.prefix_list_block dt.lv2+dd { padding-left:2em; }

.prefix_list_block dt.lv1 { padding-left:0em; }
.prefix_list_block dt.lv2 { padding-left:2em; }
.prefix_list_block dt.lv3 { padding-left:4em; }
.prefix_list_block dt.lv4 { padding-left:6em; }
.prefix_list_block dt.lv5 { padding-left:8em; }

.prefix_width_s { width: 2em; }
.prefix_width_m { width: 4em; }
.prefix_width_l { width: 8em; }




/*コンテンツ
---------------------------------------------------------- */
.fit-contents {
    max-width: 840px;
    margin: 0 auto;
}




/*ボタンカラム
---------------------------------------------------------- */
.btn-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    flex-wrap: wrap;
}



@media screen and (min-width: 751px) {

    .btn-column {
        margin-left: -30px;
    }

    .btn-column .column-item {
        width: 260px;
        margin-left: 30px;
    }

}

@media screen and (max-width: 750px) {

    .btn-column .column-item {
        width: 100%;
    }

    .btn-column:not(.sp-reverse) .column-item:nth-child(n+2) {
        margin-top: 10px;
    }

    .btn-column.sp-reverse .column-item {
        margin-bottom: 15px;
    }

    .btn-column.sp-reverse .column-item:first-child {
        margin-bottom: 0;
    }

    .btn-column.sp-reverse {
        flex-direction: column-reverse;
    }


}




/*フレーム
---------------------------------------------------------- */
.frame-border {
    padding: 15px;
    border: 1px solid #ccc;
}

.frame-border .frame-border-top {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #ccc;
}

.frame-scroll {
    max-height: 300px;
    padding: 15px 30px;
    overflow: auto;
    border: 1px solid #ccc;
}

.toggle .frame-scroll {
    border: none;
}



@media screen and (max-width: 750px) {

    .frame-scroll {
        padding: 15px;
    }
}




/*見出し
---------------------------------------------------------- */
.flat-ttl {
    padding: 8px 0 8px 15px;
    font-size: 1.6rem !important;
    line-height: 1.6 !important;
    border: none;
    border-left: 6px solid #00a7db;
}

.flat-ttl:after {
    display: none;
}



@media screen and (max-width: 750px) {

    .flat-ttl {
        padding: 5px 0 5px 10px;
        border-left-width: 3px;
    }

}




/*txt
---------------------------------------------------------- */
.txt-mg-t10 p {
    margin-top: 10px !important;
}

.txt-mg-t20 p {
    margin-top: 20px !important;
}

.txt-mg-t30 p {
    margin-top: 30px !important;
}

[class*="txt-mg-t"] p:first-of-type {
    margin-top: 0 !important;
}




/*ステップ
---------------------------------------------------------- */
.form-step {
    margin-bottom: 30px;
}

.form-step > ul {
    display: table;
    table-layout: fixed;
    text-align: center;
    width: 100%;
    border-collapse: separate;
    border-spacing: 8px 0;
}

.form-step > ul > li {
    display: table-cell;
    vertical-align: middle;
    min-height: 70px;
    color: #00a7db;
    border: 2px solid #00a7db;
    border-radius: 5px;
    background-color: #fff;
}

.form-step > ul > li:not(:last-child) {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.form-step > ul > li:after {
    content: "";
    width: 25px;
    height: calc(100% + 4px);
    position: absolute;
    top: -2px;
    right: -24.5px;
    z-index: 1;
    background-image: url("../../images/bof/form-step-bg-arrow.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}

.form-step > ul > li:last-child:after {
    display: none;
}

.form-step > ul > li.current {
    color: #fff;
    background-color: #00a7db;
}

.form-step > ul > li.done {
    color: #fff;
    background-color: #bbb;
    border: 2px solid #bbb;
}

.form-step > ul > li.current:after {
    content: "";
    width: 25px;
    height: calc(100% + 4px);
    position: absolute;
    top: -2px;
    right: -24.5px;
    z-index: 1;
    background-image: url("../../images/bof/form-step-bg-arrow-current.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}

.form-step > ul > li.done:after {
    content: "";
    width: 25px;
    height: calc(100% + 4px);
    position: absolute;
    top: -2px;
    right: -26px;
    z-index: 1;
    background-image: url("../../images/bof/form-step-bg-arrow-done.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}

.form-step > ul > li .list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: inherit;
    padding: 10px 5px;
}

.form-step > ul > li .list-item .step-txt span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
}

.form-step > ul > li .list-item .step-txt-en {
    margin-bottom: 10px;
    font-family: Century Gothic, sans-serif;
}



@media screen and (max-width: 750px) {
    .form-step {
        margin-bottom: 20px;
    }

    .form-step > ul {
        border-spacing: 4px 0;
    }

    .form-step > ul > li {
        min-height: 45px;
    }

    .form-step > ul > li:after {
        width: 15px;
        right: -14.5px;
        background-image: url("../../images/bof/sp-form-step-bg-arrow.png");
    }

    .form-step > ul > li.current:after {
        width: 15px;
        right: -14.5px;
    }
    .form-step > ul > li.done:after {
        width: 15px;
        right: -16px;
    }

    .form-step > ul > li .list-item .step-txt span {
        font-size: 1.1rem;
    }

}




/*フォームテーブル
---------------------------------------------------------- */
.form-table input.error,
.form-table textarea.error,
.form-table .label-select.error {
    background-color: #fdd0d2;
    -moz-box-shadow: 0px 0px 0px 1px #cc0000 inset;
    -o-box-shadow:0px 0px 0px 1px #cc0000 inset;
    -webkit-box-shadow: 0px 0px 0px 1px #cc0000 inset;
    box-shadow: 0px 0px 0px 1px #cc0000 inset;
}

.form-table .input-btn-check-item {
    padding: 15px;
    position: relative;
    background-color: #eaeaea;
}

.form-table .input-btn-check-item.error {
    background-color: #fdd0d2;
}

.form-table .input-btn-check-item.error .check .in {
    bottom: calc(100% + 5px);
}

.form-table .not {
    border: none;
    background-color: #edfbff;
    -moz-box-shadow: 0px 0px 0px 1px #00a7db inset;
    -o-box-shadow: 0px 0px 0px 1px #00a7db inset;
    -webkit-box-shadow: 0px 0px 0px 1px #00a7db inset;
    box-shadow: 0px 0px 0px 1px #00a7db inset;
}

.form-table td .check-item,
.form-table.account_info_area .check-item {
    position: relative;
}

.form-table td .check .in,
.form-table.account_info_area .check .in {
    padding: 6px 10px;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 700;
    white-space: nowrap;
    position: absolute;
    bottom: calc(100% + 18px);
    left: 0;
    z-index: 10;
    -moz-box-shadow: 0px 0px 3px 3px rgba(000,000,000,0.06);
    -o-box-shadow: 0px 0px 3px 3px rgba(000,000,000,0.06);
    -webkit-box-shadow: 0px 0px 3px 3px rgba(000,000,000,0.06);
    box-shadow: 0px 0px 3px 3px rgba(000,000,000,0.06);
    border-radius: 6px;
    background-color: rgba(204,0,0,0.65);
}

.form-table td .check .in:after,
.form-table.account_info_area .check .in:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 15px;
    z-index: 10;
    border: 4px solid transparent;
    border-top: 10px solid rgba(204,0,0,0.65);
    border-bottom: none;
}

.form-table td .check .in .lang,
.form-table.account_info_area .check .in .lang {
    font-size: 1.4rem !important;
}

.form-table td .check .in-casual {
    padding: 6px 10px;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 700;
    white-space: nowrap;
    position: static;
    left: 0;
    box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.06);
    border-radius: 6px;
    background-color: rgba(204, 0, 0, 0.65);
}


.form-table th,
.form-table td {
    padding: 0;
    font-size: 1.6rem;
    word-break: break-all;
    text-align: left;
    border: none;
    background: none;
}

.form-table th {
    padding: 30px 10px 30px 0;
    font-weight: 700;
    border-bottom: 1px solid #ccc;
    width: 30%;
}

.form-table td {
    padding: 30px 10px;
    border-bottom: 1px solid #ccc;
}

.form-table tr:first-child th,
.form-table tr:first-child td {
    padding-top: 0;
}

.form-table th .center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.form-table th .center .lang {
    max-width: -webkit-calc(100% - 40px);
    max-width: calc(100% - 40px);
    padding-right: 20px;
}

.form-table td .cate,
.form-table th .center .cate {
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    padding: 3px 2px;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
    border-radius: 4px;
}

.form-table td .cate.cate-must,
.form-table th .center .cate.cate-must {
    background-color: #cd4141;
}

.form-table td .cate.cate-must {
    margin-left: 15px;
}

.form-table .input-ttl {
    margin-bottom: 10px;
    font-size: 1.6rem !important;
}

.form-table .input-example {
    margin-top: 5px !important;
}

.form-table .side-lang {
    margin-left: 10px;
}

.form-table .flex-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.form-table .flex-item.center {
    align-items: center;
}

.form-table .flex-item.end {
    align-items: flex-end;
}

.form-table .flex-item .dash {
    margin-top: 0 !important;
    margin-left: 13px;
    margin-right: 13px;
}

.form-table .radio-input {
    display: none;
}

.form-table .input-btn-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
}

.form-table .input-btn-column .column-item {
    margin-left: 15px;
}

.form-table .input-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 190px;
    min-height: 60px;
    margin: 0 auto;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
}

.form-table .input-btn > * {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: inherit;
    padding: 10px 5px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    border-radius: 6px;
    background-color: #d3d3d3;
}

.form-table .input-btn .in {
    flex-direction: column;
}

.form-table .input-btn .in .flex-center {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.form-table .radio-input:checked + .input-btn > * {
    background: #2ca9e1;
}

.form-table .industry-type {
    width: 169px;
}


/*修正ボタン*/
.form-table .btn_correction {
    margin: 0 0 0 30px !important;
    width: 60px;
    background: #00a7db;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    line-height: 1.4 !important;
    display: table;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.form-table .btn_correction:hover {
    opacity: 0.6;
}
.form-table .btn_correction button {
    padding: 10px 15px;
    background: none;
    border: none;
    outline:none;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    display: table-cell;
    vertical-align: middle;

}

.form-table .conf {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    align-items: center;
}
.form-table .conf .fit-item {
    width: calc(100% - 90px);
}

.form-table .column.address .column-item {
    float: none;
}
.form-table .column.address .column-item:nth-child(n+2) {
    margin-top: 15px;
}



@media screen and (min-width: 751px) {

    .form-table .column {
        margin-left: -30px;
    }

    .form-table .column .column-item {
        margin-left: 30px;
    }

    .form-table .column.name .column-item {
        width: calc(50% - 30px);
    }

    .form-table .column:after {
        content: '';
        display: block;
        clear: both;
    }

    .form-table .column .column-item {
        float: left;
    }

    .form-table .fit-item {
        float: right;
        clear: both;
    }

    .form-table .fit-item:after {
        content: '';
        display: block;
        clear: both;
    }
}

@media screen and (max-width: 750px) {

    .form-table td .check .in {
        padding: 5px 10px;
        text-align: left;
        bottom: calc(100% + 15px);
    }

    .form-table td .check .in .lang {
        font-size: 1rem !important;
    }

    .form-table th,
    .form-table td {
        display: block;
        width: 100%;
        padding: 0;
        font-size: 1.4rem;
    }

    .form-table th {
        padding-top: 15px;
        padding-bottom: 15px;
        border-bottom: none;
    }

    .form-table td {
        padding-bottom: 15px;
    }

    .form-table td .cate,
    .form-table th .center .cate {
        width: 35px;
        padding: 2px;
        font-size: 1rem;
    }

    .form-table th .center .lang {
        max-width: -webkit-calc(100% - 35px);
        max-width: calc(100% - 35px);
        padding-right: 10px;
    }

    .form-table .input-btn-column.x2 .column-item {
        width: calc(50% - 15px);
    }

    .form-table .input-btn-column.x3 .column-item {
        width: calc((100%/3) - 18px);
        margin-left: 10px !important;
    }

    .form-table .input-btn-column.x3 .column-item:first-of-type {
        margin-left: 24px !important;
    }

    .form-table .input-btn .in .flex-center {
        flex-direction: column;
    }

    .form-table .input-btn-column .flex-item label {
        width: 100%;
    }

    .form-table .column .column-item:nth-child(n+2) {
        margin-top: 10px;
    }

    .form-table td .cate.cate-must {
        margin-left: 8px;
    }

    .form-table .input-ttl {
        margin-bottom: 5px;
        font-size: 1.2rem !important;
    }

    .form-table .input-example {
        font-size: 1rem !important;
    }

    .form-table .side-lang {
        margin-left: 8px;
        font-size: 1.2rem !important;
    }

    .form-table .column.birthday .flex-item .label-select {
        width: 200px !important;
    }

    .form-table .flex-item .dash {
        width: 5px;
        margin-left: 8px;
        margin-right: 8px;
    }

    .form-table .input-btn {
        width: 100%;
    }

    .form-table .payment-method .input-btn {
        font-size: 1.4rem;
    }

    .form-table .fit-item .t-right {
        text-align: left !important;
    }

    .form-table .fit-item.tel .check-item {
        width: calc(33.3333% - 15px) !important;
    }

    .form-table .fit-item.tel .flex-item input {
        width: 100% !important;
    }

    .form-table .fit-item.postalcode .check-item {
        width: calc(33.3333% - 15px) !important;
    }

    .form-table .fit-item.postalcode .flex-item input {
        width: 100% !important;
    }

    #industry_type {
        padding: 5px 0 !important;
    }

    #industry_type .input-btn {
        padding: 4px 0 !important;
    }
}

@media screen and (max-width: 320px) {

    .form-table td .check .in .lang {
        font-size: 1rem !important;
        -webkit-transform: scale(0.85);
        transform: scale(0.85);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }

    #industry_type {
        padding: 5px !important;
    }

    #industry_type .input-btn {
        min-height: 74px;
        padding: 4px 0 !important;
    }

    .form-table .input-btn-column.x3 .column-item {
        width: calc((100%/3) - 10px);
        margin-left: 7px !important;
    }

    .form-table .input-btn-column.x3 .column-item:first-of-type {
        margin-left: 16px !important;
    }
}




/*フォントカラー
--------------------------------------------------------- */
.add-cl-red {
    color: #cc0000;
}




/*背景色
--------------------------------------------------------- */
.add-bg-blue {
    background-color: #edfbff;
}




/*インデント
--------------------------------------------------------- */
.indent:not(ul) {
    margin-left: 1em !important;
    text-indent: -1em;
}

.indent > li {
    margin-top: 5px !important;
    margin-left: 1em !important;
    text-indent: -1em;
}

.indent > li > * {
    text-indent: 0;
}



@media screen and (max-width: 750px) {

    .indent.sp_font10 > li {
        font-size: 1rem !important;
    }
    .indent.sp_font11 > li {
        font-size: 1.1rem !important;
    }

}




/*テキストリンク
---------------------------------------------------------- */
.txt-link a {
    color: #00a7db;
    text-decoration: underline;
}

.txt-link a:hover {
    text-decoration: none;
}




/*トグル
---------------------------------------------------------- */
.toggle {
    border: 1px solid #ccc;
}

.toggle_ttl {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
}

.toggle_ttl.close {
    background-color: #edfbff;
}

.toggle_ttl .lang {
    flex: 1 1 0%;
}

.toggle_ttl .arrow {
    width: 13px;
    height: 9px;
    margin-left: 10px;
    fill: #00a7db;
}

.toggle_ttl.close .arrow {
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1);
}

.toggle_ttl.close + .toggle_txt {
    border-top: 1px solid #ccc;
}

.toggle_txt {
    display: none;
    padding: 20px;
}



@media screen and (max-width: 750px) {

    .toggle .toggle_ttl *,
    .toggle .toggle_txt * {
        font-size: 1.3rem !important;
    }

}


/*フボタン
---------------------------------------------------------- */
/*閉じるボタン*/
.btn_close {
    margin: 0 auto;
    width: 278px;
    background: #fff;
    border:#cccccc 1px solid;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    text-align: center;
    line-height: 1.6 !important;
    display: table;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.btn_close:hover {
    opacity: 0.6;
}
.btn_close button {
    padding: 20px 60px;
    width: 100%;
    outline:none;
    background: url("../../images/bof/icon_close.png") 40px center no-repeat;
    background-size: 11px;
    border: none;
    color: #333333;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}
@media screen and (max-width: 750px) {
    .btn_close {
        margin: 0 auto;
        width: 100%;
    }
}


/*フォームパーツ
---------------------------------------------------------- */
input,
textarea {
    font-size: 18px;
}

input {
    height: 40px;
    padding: 0 15px;
    -moz-box-shadow: 0px 0px 0px 1px #aaa inset;
    -o-box-shadow: 0px 0px 0px 1px #aaa inset;
    -webkit-box-shadow: 0px 0px 0px 1px #aaa inset;
    box-shadow: 0px 0px 0px 1px #aaa inset;
    border-radius: 3px;
    outline: none;
    border: none;
    -webkit-appearance: none;
}

textarea {
    padding: 10px 15px;
    -moz-box-shadow: 0px 0px 0px 1px #aaa inset;
    -o-box-shadow: 0px 0px 0px 1px #aaa inset;
    -webkit-box-shadow: 0px 0px 0px 1px #aaa inset;
    box-shadow: 0px 0px 0px 1px #aaa inset;
    resize: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 3px;
    outline: none;
    border: none;
}

.label-select {
    cursor: pointer;
    display: block;
    width: 100%;
    height: 40px;
    position: relative;
    background-color: #fefefe;
    background-color: -webkit-linear-gradient(top, #fefefe 0%,#f7f7f7 75%,#f1f1f1 100%);
    background-color: linear-gradient(to bottom, #fefefe 0%,#f7f7f7 75%,#f1f1f1 100%);
    -moz-box-shadow: 0px 0px 0px 1px #ccc inset;
    -o-box-shadow: 0px 0px 0px 1px #ccc inset;
    -webkit-box-shadow: 0px 0px 0px 1px #ccc inset;
    box-shadow: 0px 0px 0px 1px #ccc inset;
    overflow: hidden;
}

.label-select:after {
    content: "";
    position: absolute;
    display: block;
    width: 10px;
    height: 8px;
    top: 50%;
    right: 20px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background: url('../../images/bof/icon_select01.png') right center no-repeat;
    -webkit-background-size: 10px auto;
    background-size: 10px auto;
}

.label-select select {
    cursor: pointer;
    width: 100%;
    height: 100%;
    padding: 0 40px 0 15px;
    color: #000;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
    outline: none;
    border: none;
    position: relative;
    z-index: 10;
    background: none;
}

html:not(.ie) .label-select select {
    font-size: 16px;
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    width: -webkit-calc(100% / 0.85);
    width: calc(100% / 0.85);
    height: -webkit-calc(100% / 0.85);
    height: calc(100% / 0.85);
}

.label-select select::-ms-expand {
    display: none;
}

.label-select select:disabled {
    border: none;
    background-color: #f2f2f2;
    -moz-box-shadow: 0px 0px 0px 1px #999999 inset;
    -o-box-shadow: 0px 0px 0px 1px #999999 inset;
    -webkit-box-shadow: 0px 0px 0px 1px #999999 inset;
    box-shadow: 0px 0px 0px 1px #999999 inset;
}

::-webkit-input-placeholder {
    color: #999;
}

:-ms-input-placeholder {
    color: #999;
}

::-moz-placeholder {
    color: #999;
}



@media screen and (max-width: 750px) {

    input,
    textarea {
        font-size: 16px;
    }

    input {
        padding: 0 5px;
    }

    textarea {
        padding: 10px 5px;
    }

    .label-select {
        border-radius: 3px;
        background-color: #fff;
    }

    .label-select:after {
        display: none;
    }

    .label-select select {
        background-image: url('../../images/bof/select_bg01.png');
        background-position:  right center;
        background-repeat: no-repeat;
        -webkit-background-size: contain;
        background-size: contain;
    }

    html:not(.ie) .label-select select {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
        width: -webkit-calc(100% / 0.8);
        width: calc(100% / 0.8);
        height: -webkit-calc(100% / 0.8);
        height: calc(100% / 0.8);
    }

    ::-webkit-input-placeholder {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
        -webkit-transform-origin: center left;
        transform-origin: center left;
    }

    :-ms-input-placeholder {
        font-size: 12px;
    }

    ::-moz-placeholder {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
        -webkit-transform-origin: center left;
        transform-origin: center left;
    }

}


/*キャッシュカードでのご確認方法はこちら
---------------------------------------------------------- */
.card-table td {
    border: none;
    text-align: center;
    font-weight: bold;
}
.card-table td p {
    margin-bottom: 10px;
}

@media screen and (max-width: 750px) {
    .card-table td {
        display: block;
        width: 100%;
    }
    .card-table td p {
        margin-bottom: 5px;
    }
}

/*アンカーリンク
---------------------------------------------------------- */
.form-anchor{
    padding-top:120px;
    margin-top:-120px;
}

/*受付時間外
---------------------------------------------------------- */
.maintenance {display:none;}
.notice {display:none;}

.txt_maintenance_block p {
    padding: 20px;
    text-align: center;
    color: #C00;
}

/* フォーム エラーメッセージ
---------------------------------------------------------- */
.form_err_block {
    margin: 0 0 20px;
    border: 3px solid #f66;
    padding: 12px 17px;
    background-color: #fff0ec;
}

.form_err_block .form_err_headline{
    padding: 0 0 4px 10px;
    margin: 0 0 6px;
    border-bottom: 1px solid #ccc;
    font-weight: bold;
}

/*space
---------------------------------------------------------- */
.space-mg-t5 {
    margin-top: 5px;
}

.space-mg-t10 {
    margin-top: 10px;
}

.space-mg-t15 {
    margin-top: 15px;
}

.space-mg-t20 {
    margin-top: 20px;
}

.space-mg-t30 {
    margin-top: 30px;
}

.space-mg-t40 {
    margin-top: 40px;
}

.space-mg-t50 {
    margin-top: 50px;
}

.space-mg-t60 {
    margin-top: 60px;
}

.space-mg-t70 {
    margin-top: 70px;
}

.space-mg-t80 {
    margin-top: 80px;
}

.space-mg-t90 {
    margin-top: 90px;
}

.space-mg-t100 {
    margin-top: 100px;
}

.space-mg-t110 {
    margin-top: 110px;
}

.space-mg-t120 {
    margin-top: 120px;
}

.space-mg-t130 {
    margin-top: 130px;
}

.space-mg-t140 {
    margin-top: 140px;
}

.space-mg-t150 {
    margin-top: 150px;
}

.space-mg-b5 {
    margin-bottom: 5px;
}

.space-mg-b10 {
    margin-bottom: 10px;
}

.space-mg-b15 {
    margin-bottom: 15px;
}

.space-mg-b20 {
    margin-bottom: 20px;
}

.space-mg-b30 {
    margin-bottom: 30px;
}

.space-mg-b40 {
    margin-bottom: 40px;
}

.space-mg-b50 {
    margin-bottom: 50px;
}

.space-mg-b60 {
    margin-bottom: 60px;
}

.space-mg-b70 {
    margin-bottom: 70px;
}

.space-mg-b80 {
    margin-bottom: 80px;
}

.space-mg-b90 {
    margin-bottom: 90px;
}

.space-mg-b100 {
    margin-bottom: 100px;
}

.space-mg-b110 {
    margin-bottom: 110px;
}

.space-mg-b120 {
    margin-bottom: 120px;
}

.space-mg-b130 {
    margin-bottom: 130px;
}

.space-mg-b140 {
    margin-bottom: 140px;
}

.space-mg-b150 {
    margin-bottom: 150px;
}

.space-pd-tb10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.space-pd-tb20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.space-pd-tb30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.space-pd-tb40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.space-pd-tb50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.space-pd-tb60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.space-pd-tb70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.space-pd-tb80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.space-pd-tb90 {
    padding-top: 90px;
    padding-bottom: 90px;
}

.space-pd-tb100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.space-pd-tb110 {
    padding-top: 110px;
    padding-bottom: 110px;
}

.space-pd-tb120 {
    padding-top: 120px;
    padding-bottom: 120px;
}

.space-pd-tb130 {
    padding-top: 130px;
    padding-bottom: 130px;
}

.space-pd-tb140 {
    padding-top: 140px;
    padding-bottom: 140px;
}

.space-pd-tb150 {
    padding-top: 150px;
    padding-bottom: 150px;
}



@media screen and (max-width: 750px) {

    .space-mg-t10 {
        margin-top: 5px;
    }

    .space-mg-t15 {
        margin-top: 10px;
    }

    .space-mg-t20 {
        margin-top: 10px;
    }

    .space-mg-t30 {
        margin-top: 15px;
    }

    .space-mg-t40 {
        margin-top: 20px;
    }

    .space-mg-t50 {
        margin-top: 25px;
    }

    .space-mg-t60 {
        margin-top: 30px;
    }

    .space-mg-t70 {
        margin-top: 35px;
    }

    .space-mg-t80 {
        margin-top: 40px;
    }

    .space-mg-t90 {
        margin-top: 45px;
    }

    .space-mg-t100 {
        margin-top: 50px;
    }

    .space-mg-t100 {
        margin-top: 50px;
    }

    .space-mg-t100 {
        margin-top: 50px;
    }

    .space-mg-t110 {
        margin-top: 55px;
    }

    .space-mg-t120 {
        margin-top: 60px;
    }

    .space-mg-t130 {
        margin-top: 65px;
    }

    .space-mg-t140 {
        margin-top: 70px;
    }

    .space-mg-t150 {
        margin-top: 75px;
    }

    .space-mg-b10 {
        margin-bottom: 5px;
    }

    .space-mg-b15 {
        margin-bottom: 10px;
    }

    .space-mg-b20 {
        margin-bottom: 10px;
    }

    .space-mg-b30 {
        margin-bottom: 15px;
    }

    .space-mg-b40 {
        margin-bottom: 20px;
    }

    .space-mg-b50 {
        margin-bottom: 25px;
    }

    .space-mg-b60 {
        margin-bottom: 30px;
    }

    .space-mg-b70 {
        margin-bottom: 35px;
    }

    .space-mg-b80 {
        margin-bottom: 40px;
    }

    .space-mg-b90 {
        margin-bottom: 45px;
    }

    .space-mg-b100 {
        margin-bottom: 50px;
    }

    .space-mg-b110 {
        margin-bottom: 55px;
    }

    .space-mg-b120 {
        margin-bottom: 60px;
    }

    .space-mg-b130 {
        margin-bottom: 65px;
    }

    .space-mg-b140 {
        margin-bottom: 70px;
    }

    .space-mg-b150 {
        margin-bottom: 75px;
    }

    .sp-space-mg-t10 {
        margin-top: 10px !important;
    }

    .sp-space-mg-t15 {
        margin-top: 15px !important;
    }

    .sp-space-mg-t20 {
        margin-top: 20px !important;
    }

    .sp-space-mg-t30 {
        margin-top: 30px !important;
    }

    .sp-space-mg-t40 {
        margin-top: 40px !important;
    }

    .sp-space-mg-t50 {
        margin-top: 50px !important;
    }

    .sp-space-mg-t60 {
        margin-top: 60px !important;
    }

    .sp-space-mg-t70 {
        margin-top: 70px !important;
    }

    .sp-space-mg-t80 {
        margin-top: 80px !important;
    }

    .sp-space-mg-t90 {
        margin-top: 90px !important;
    }

    .sp-space-mg-t100 {
        margin-top: 100px !important;
    }

    .sp-space-mg-t110 {
        margin-top: 110px !important;
    }

    .sp-space-mg-t120 {
        margin-top: 120px !important;
    }

    .sp-space-mg-t130 {
        margin-top: 130px !important;
    }

    .sp-space-mg-t140 {
        margin-top: 140px !important;
    }

    .sp-space-mg-t150 {
        margin-top: 150px !important;
    }

    .sp-space-mg-b10 {
        margin-bottom: 10px !important;
    }

    .sp-space-mg-b15 {
        margin-bottom: 15px !important;
    }

    .sp-space-mg-b20 {
        margin-bottom: 20px !important;
    }

    .sp-space-mg-b30 {
        margin-bottom: 30px !important;
    }

    .sp-space-mg-b40 {
        margin-bottom: 40px !important;
    }

    .sp-space-mg-b50 {
        margin-bottom: 50px !important;
    }

    .sp-space-mg-b60 {
        margin-bottom: 60px !important;
    }

    .sp-space-mg-b70 {
        margin-bottom: 70px !important;
    }

    .sp-space-mg-b80 {
        margin-bottom: 80px !important;
    }

    .sp-space-mg-b90 {
        margin-bottom: 90px !important;
    }

    .sp-space-mg-b100 {
        margin-bottom: 100px !important;
    }

    .sp-space-mg-b110 {
        margin-bottom: 110px !important;
    }

    .sp-space-mg-b120 {
        margin-bottom: 120px !important;
    }

    .sp-space-mg-b130 {
        margin-bottom: 130px !important;
    }

    .sp-space-mg-b140 {
        margin-bottom: 140px !important;
    }

    .sp-space-mg-b150 {
        margin-bottom: 150px !important;
    }

    .sp-default-space {
        padding-left: 3%;
        padding-right: 3%;
    }

    .space-pd-tb10 {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .space-pd-tb20 {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .space-pd-tb30 {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .space-pd-tb40 {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .space-pd-tb50 {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .space-pd-tb60 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .space-pd-tb70 {
        padding-top: 35px;
        padding-bottom: 35px;
    }

    .space-pd-tb80 {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .space-pd-tb90 {
        padding-top: 45px;
        padding-bottom: 45px;
    }

    .space-pd-tb100 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .space-pd-tb100 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .space-pd-tb110 {
        padding-top: 55px;
        padding-bottom: 55px;
    }

    .space-pd-tb120 {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .space-pd-tb130 {
        padding-top: 65px;
        padding-bottom: 65px;
    }

    .space-pd-tb140 {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .space-pd-tb150 {
        padding-top: 75px;
        padding-bottom: 75px;
    }

    .sp-space-pd-tb10 {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    .sp-space-pd-tb20 {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }

    .sp-space-pd-tb30 {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }

    .sp-space-pd-tb40 {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }

    .sp-space-pd-tb50 {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }

    .sp-space-pd-tb60 {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }

    .sp-space-pd-tb70 {
        padding-top: 70px !important;
        padding-bottom: 70px !important;
    }

    .sp-space-pd-tb80 {
        padding-top: 80px !important;
        padding-bottom: 80px !important;
    }

    .sp-space-pd-tb90 {
        padding-top: 90px !important;
        padding-bottom: 90px !important;
    }

    .sp-space-pd-tb100 {
        padding-top: 100px !important;
        padding-bottom: 100px !important;
    }

    .sp-space-pd-tb110 {
        padding-top: 110px !important;
        padding-bottom: 110px !important;
    }

    .sp-space-pd-tb120 {
        padding-top: 120px !important;
        padding-bottom: 120px !important;
    }

    .sp-space-pd-tb130 {
        padding-top: 130px !important;
        padding-bottom: 130px !important;
    }

    .sp-space-pd-tb140 {
        padding-top: 140px !important;
        padding-bottom: 140px !important;
    }

    .sp-space-pd-tb150 {
        padding-top: 150px !important;
        padding-bottom: 150px !important;
    }

}




/*width
---------------------------------------------------------- */
.w10  { width:  10px !important; }
.w20  { width:  20px !important; }
.w30  { width:  30px !important; }
.w40  { width:  40px !important; }
.w50  { width:  50px !important; }
.w60  { width:  60px !important; }
.w70  { width:  70px !important; }
.w80  { width:  80px !important; }
.w90  { width:  90px !important; }
.w100 { width: 100px !important; }
.w110 { width: 110px !important; }
.w120 { width: 120px !important; }
.w130 { width: 130px !important; }
.w140 { width: 140px !important; }
.w150 { width: 150px !important; }
.w160 { width: 160px !important; }
.w170 { width: 170px !important; }
.w180 { width: 180px !important; }
.w190 { width: 190px !important; }
.w200 { width: 200px !important; }
.w210 { width: 210px !important; }
.w220 { width: 220px !important; }
.w230 { width: 230px !important; }
.w240 { width: 240px !important; }
.w250 { width: 250px !important; }
.w260 { width: 260px !important; }
.w270 { width: 270px !important; }
.w280 { width: 280px !important; }
.w290 { width: 290px !important; }
.w300 { width: 300px !important; }
.w310 { width: 310px !important; }
.w320 { width: 320px !important; }
.w330 { width: 330px !important; }
.w340 { width: 340px !important; }
.w350 { width: 350px !important; }
.w360 { width: 360px !important; }
.w370 { width: 370px !important; }
.w380 { width: 380px !important; }
.w390 { width: 390px !important; }
.w400 { width: 400px !important; }
.w410 { width: 410px !important; }
.w420 { width: 420px !important; }
.w430 { width: 430px !important; }
.w440 { width: 440px !important; }
.w450 { width: 450px !important; }
.w460 { width: 460px !important; }
.w470 { width: 470px !important; }
.w480 { width: 480px !important; }
.w490 { width: 490px !important; }
.w500 { width: 500px !important; }
.w510 { width: 510px !important; }
.w520 { width: 520px !important; }
.w530 { width: 530px !important; }
.w540 { width: 540px !important; }
.w550 { width: 550px !important; }
.w560 { width: 560px !important; }
.w570 { width: 570px !important; }
.w580 { width: 580px !important; }
.w590 { width: 590px !important; }
.w600 { width: 600px !important; }
.w610 { width: 610px !important; }
.w620 { width: 620px !important; }
.w630 { width: 630px !important; }
.w640 { width: 640px !important; }
.w650 { width: 650px !important; }
.w660 { width: 660px !important; }
.w670 { width: 670px !important; }
.w680 { width: 680px !important; }
.w690 { width: 690px !important; }
.w700 { width: 700px !important; }
.w710 { width: 710px !important; }
.w720 { width: 720px !important; }
.w730 { width: 730px !important; }
.w740 { width: 740px !important; }
.w750 { width: 750px !important; }
.w760 { width: 760px !important; }
.w770 { width: 770px !important; }
.w780 { width: 780px !important; }
.w790 { width: 790px !important; }
.w800 { width: 800px !important; }
.w810 { width: 810px !important; }
.w820 { width: 820px !important; }
.w830 { width: 830px !important; }
.w840 { width: 840px !important; }
.w850 { width: 850px !important; }
.w860 { width: 860px !important; }
.w870 { width: 870px !important; }
.w880 { width: 880px !important; }
.w890 { width: 890px !important; }
.w900 { width: 900px !important; }
.w910 { width: 910px !important; }
.w920 { width: 920px !important; }
.w930 { width: 930px !important; }
.w940 { width: 940px !important; }
.w950 { width: 950px !important; }
.w960 { width: 960px !important; }
.w970 { width: 970px !important; }
.w980 { width: 980px !important; }
.w990 { width: 990px !important; }
.w1000 { width: 1000px !important; }

.w1per  { width:  1% !important; }
.w2per  { width:  2% !important; }
.w3per  { width:  3% !important; }
.w4per  { width:  4% !important; }
.w5per  { width:  5% !important; }
.w6per  { width:  6% !important; }
.w7per  { width:  7% !important; }
.w8per  { width:  8% !important; }
.w9per  { width:  9% !important; }
.w10per { width: 10% !important; }
.w11per { width: 11% !important; }
.w12per { width: 12% !important; }
.w13per { width: 13% !important; }
.w14per { width: 14% !important; }
.w15per { width: 15% !important; }
.w16per { width: 16% !important; }
.w17per { width: 17% !important; }
.w18per { width: 18% !important; }
.w19per { width: 19% !important; }
.w20per { width: 20% !important; }
.w21per { width: 21% !important; }
.w22per { width: 22% !important; }
.w23per { width: 23% !important; }
.w24per { width: 24% !important; }
.w25per { width: 25% !important; }
.w26per { width: 26% !important; }
.w27per { width: 27% !important; }
.w28per { width: 28% !important; }
.w29per { width: 29% !important; }
.w30per { width: 30% !important; }
.w31per { width: 31% !important; }
.w32per { width: 32% !important; }
.w33per { width: 33% !important; }
.w34per { width: 34% !important; }
.w35per { width: 35% !important; }
.w36per { width: 36% !important; }
.w37per { width: 37% !important; }
.w38per { width: 38% !important; }
.w39per { width: 39% !important; }
.w40per { width: 40% !important; }
.w41per { width: 41% !important; }
.w42per { width: 42% !important; }
.w43per { width: 43% !important; }
.w44per { width: 44% !important; }
.w45per { width: 45% !important; }
.w46per { width: 46% !important; }
.w47per { width: 47% !important; }
.w48per { width: 48% !important; }
.w49per { width: 49% !important; }
.w50per { width: 50% !important; }
.w51per { width: 51% !important; }
.w52per { width: 52% !important; }
.w53per { width: 53% !important; }
.w54per { width: 54% !important; }
.w55per { width: 55% !important; }
.w56per { width: 56% !important; }
.w57per { width: 57% !important; }
.w58per { width: 58% !important; }
.w59per { width: 59% !important; }
.w60per { width: 60% !important; }
.w61per { width: 61% !important; }
.w62per { width: 62% !important; }
.w63per { width: 63% !important; }
.w64per { width: 64% !important; }
.w65per { width: 65% !important; }
.w66per { width: 66% !important; }
.w67per { width: 67% !important; }
.w68per { width: 68% !important; }
.w69per { width: 69% !important; }
.w70per { width: 70% !important; }
.w71per { width: 71% !important; }
.w72per { width: 72% !important; }
.w73per { width: 73% !important; }
.w74per { width: 74% !important; }
.w75per { width: 75% !important; }
.w76per { width: 76% !important; }
.w77per { width: 77% !important; }
.w78per { width: 78% !important; }
.w79per { width: 79% !important; }
.w80per { width: 80% !important; }
.w81per { width: 81% !important; }
.w82per { width: 82% !important; }
.w83per { width: 83% !important; }
.w84per { width: 84% !important; }
.w85per { width: 85% !important; }
.w86per { width: 86% !important; }
.w87per { width: 87% !important; }
.w88per { width: 88% !important; }
.w89per { width: 89% !important; }
.w90per { width: 90% !important; }
.w91per { width: 91% !important; }
.w92per { width: 92% !important; }
.w93per { width: 93% !important; }
.w94per { width: 94% !important; }
.w95per { width: 95% !important; }
.w96per { width: 96% !important; }
.w97per { width: 97% !important; }
.w98per { width: 98% !important; }
.w99per { width: 99% !important; }
.w100per{ width: 100% !important; }
.wauto  { width: auto !important; }



@media screen and (min-width: 751px){

    .pc-w10  { width:  10px !important; }
    .pc-w20  { width:  20px !important; }
    .pc-w30  { width:  30px !important; }
    .pc-w40  { width:  40px !important; }
    .pc-w50  { width:  50px !important; }
    .pc-w60  { width:  60px !important; }
    .pc-w70  { width:  70px !important; }
    .pc-w80  { width:  80px !important; }
    .pc-w90  { width:  90px !important; }
    .pc-w100 { width: 100px !important; }
    .pc-w110 { width: 110px !important; }
    .pc-w120 { width: 120px !important; }
    .pc-w130 { width: 130px !important; }
    .pc-w140 { width: 140px !important; }
    .pc-w150 { width: 150px !important; }
    .pc-w160 { width: 160px !important; }
    .pc-w170 { width: 170px !important; }
    .pc-w180 { width: 180px !important; }
    .pc-w190 { width: 190px !important; }
    .pc-w200 { width: 200px !important; }
    .pc-w210 { width: 210px !important; }
    .pc-w220 { width: 220px !important; }
    .pc-w230 { width: 230px !important; }
    .pc-w240 { width: 240px !important; }
    .pc-w250 { width: 250px !important; }
    .pc-w260 { width: 260px !important; }
    .pc-w270 { width: 270px !important; }
    .pc-w280 { width: 280px !important; }
    .pc-w290 { width: 290px !important; }
    .pc-w300 { width: 300px !important; }
    .pc-w310 { width: 310px !important; }
    .pc-w320 { width: 320px !important; }
    .pc-w330 { width: 330px !important; }
    .pc-w340 { width: 340px !important; }
    .vw350 { width: 350px !important; }
    .pc-w360 { width: 360px !important; }
    .pc-w370 { width: 370px !important; }
    .pc-w380 { width: 380px !important; }
    .pc-w390 { width: 390px !important; }
    .pc-w400 { width: 400px !important; }
    .pc-w410 { width: 410px !important; }
    .pc-w420 { width: 420px !important; }
    .pc-w430 { width: 430px !important; }
    .pc-w440 { width: 440px !important; }
    .pc-w450 { width: 450px !important; }
    .pc-w460 { width: 460px !important; }
    .pc-w470 { width: 470px !important; }
    .pc-w480 { width: 480px !important; }
    .pc-w490 { width: 490px !important; }
    .pc-w500 { width: 500px !important; }
    .pc-w510 { width: 510px !important; }
    .pc-w520 { width: 520px !important; }
    .pc-w530 { width: 530px !important; }
    .pc-w540 { width: 540px !important; }
    .pc-w550 { width: 550px !important; }
    .pc-w560 { width: 560px !important; }
    .pc-w570 { width: 570px !important; }
    .pc-w580 { width: 580px !important; }
    .pc-w590 { width: 590px !important; }
    .pc-w600 { width: 600px !important; }
    .pc-w610 { width: 610px !important; }
    .pc-w620 { width: 620px !important; }
    .pc-w630 { width: 630px !important; }
    .pc-w640 { width: 640px !important; }
    .pc-w650 { width: 650px !important; }
    .pc-w660 { width: 660px !important; }
    .pc-w670 { width: 670px !important; }
    .pc-w680 { width: 680px !important; }
    .pc-w690 { width: 690px !important; }
    .pc-w700 { width: 700px !important; }
    .pc-w710 { width: 710px !important; }
    .pc-w720 { width: 720px !important; }
    .pc-w730 { width: 730px !important; }
    .pc-w740 { width: 740px !important; }
    .pc-w750 { width: 750px !important; }
    .pc-w760 { width: 760px !important; }
    .pc-w770 { width: 770px !important; }
    .pc-w780 { width: 780px !important; }
    .pc-w790 { width: 790px !important; }
    .pc-w800 { width: 800px !important; }
    .pc-w810 { width: 810px !important; }
    .pc-w820 { width: 820px !important; }
    .pc-w830 { width: 830px !important; }
    .pc-w840 { width: 840px !important; }
    .pc-w850 { width: 850px !important; }
    .pc-w860 { width: 860px !important; }
    .pc-w870 { width: 870px !important; }
    .pc-w880 { width: 880px !important; }
    .pc-w890 { width: 890px !important; }
    .pc-w900 { width: 900px !important; }
    .pc-w910 { width: 910px !important; }
    .pc-w920 { width: 920px !important; }
    .pc-w930 { width: 930px !important; }
    .pc-w940 { width: 940px !important; }
    .pc-w950 { width: 950px !important; }
    .pc-w960 { width: 960px !important; }
    .pc-w970 { width: 970px !important; }
    .pc-w980 { width: 980px !important; }
    .pc-w990 { width: 990px !important; }
    .pc-w1000 { width: 1000px !important; }

    .pc-w1per  { width:  1% !important; }
    .pc-w2per  { width:  2% !important; }
    .pc-w3per  { width:  3% !important; }
    .pc-w4per  { width:  4% !important; }
    .pc-w5per  { width:  5% !important; }
    .pc-w6per  { width:  6% !important; }
    .pc-w7per  { width:  7% !important; }
    .pc-w8per  { width:  8% !important; }
    .pc-w9per  { width:  9% !important; }
    .pc-w10per { width: 10% !important; }
    .pc-w11per { width: 11% !important; }
    .pc-w12per { width: 12% !important; }
    .pc-w13per { width: 13% !important; }
    .pc-w14per { width: 14% !important; }
    .pc-w15per { width: 15% !important; }
    .pc-w16per { width: 16% !important; }
    .pc-w17per { width: 17% !important; }
    .pc-w18per { width: 18% !important; }
    .pc-w19per { width: 19% !important; }
    .pc-w20per { width: 20% !important; }
    .pc-w21per { width: 21% !important; }
    .pc-w22per { width: 22% !important; }
    .pc-w23per { width: 23% !important; }
    .pc-w24per { width: 24% !important; }
    .pc-w25per { width: 25% !important; }
    .pc-w26per { width: 26% !important; }
    .pc-w27per { width: 27% !important; }
    .pc-w28per { width: 28% !important; }
    .pc-w29per { width: 29% !important; }
    .pc-w30per { width: 30% !important; }
    .pc-w31per { width: 31% !important; }
    .pc-w32per { width: 32% !important; }
    .pc-w33per { width: 33% !important; }
    .pc-w34per { width: 34% !important; }
    .pc-w35per { width: 35% !important; }
    .pc-w36per { width: 36% !important; }
    .pc-w37per { width: 37% !important; }
    .pc-w38per { width: 38% !important; }
    .pc-w39per { width: 39% !important; }
    .pc-w40per { width: 40% !important; }
    .pc-w41per { width: 41% !important; }
    .pc-w42per { width: 42% !important; }
    .pc-w43per { width: 43% !important; }
    .pc-w44per { width: 44% !important; }
    .pc-w45per { width: 45% !important; }
    .pc-w46per { width: 46% !important; }
    .pc-w47per { width: 47% !important; }
    .pc-w48per { width: 48% !important; }
    .pc-w49per { width: 49% !important; }
    .pc-w50per { width: 50% !important; }
    .pc-w51per { width: 51% !important; }
    .pc-w52per { width: 52% !important; }
    .pc-w53per { width: 53% !important; }
    .pc-w54per { width: 54% !important; }
    .pc-w55per { width: 55% !important; }
    .pc-w56per { width: 56% !important; }
    .pc-w57per { width: 57% !important; }
    .pc-w58per { width: 58% !important; }
    .pc-w59per { width: 59% !important; }
    .pc-w60per { width: 60% !important; }
    .pc-w61per { width: 61% !important; }
    .pc-w62per { width: 62% !important; }
    .pc-w63per { width: 63% !important; }
    .pc-w64per { width: 64% !important; }
    .pc-w65per { width: 65% !important; }
    .pc-w66per { width: 66% !important; }
    .pc-w67per { width: 67% !important; }
    .pc-w68per { width: 68% !important; }
    .pc-w69per { width: 69% !important; }
    .pc-w70per { width: 70% !important; }
    .pc-w71per { width: 71% !important; }
    .pc-w72per { width: 72% !important; }
    .pc-w73per { width: 73% !important; }
    .pc-w74per { width: 74% !important; }
    .pc-w75per { width: 75% !important; }
    .pc-w76per { width: 76% !important; }
    .pc-w77per { width: 77% !important; }
    .pc-w78per { width: 78% !important; }
    .pc-w79per { width: 79% !important; }
    .pc-w80per { width: 80% !important; }
    .pc-w81per { width: 81% !important; }
    .pc-w82per { width: 82% !important; }
    .pc-w83per { width: 83% !important; }
    .pc-w84per { width: 84% !important; }
    .pc-w85per { width: 85% !important; }
    .pc-w86per { width: 86% !important; }
    .pc-w87per { width: 87% !important; }
    .pc-w88per { width: 88% !important; }
    .pc-w89per { width: 89% !important; }
    .pc-w90per { width: 90% !important; }
    .pc-w91per { width: 91% !important; }
    .pc-w92per { width: 92% !important; }
    .pc-w93per { width: 93% !important; }
    .pc-w94per { width: 94% !important; }
    .pc-w95per { width: 95% !important; }
    .pc-w96per { width: 96% !important; }
    .pc-w97per { width: 97% !important; }
    .pc-w98per { width: 98% !important; }
    .pc-w99per { width: 99% !important; }
    .pc-w100per{ width: 100% !important; }
    .pc-wauto  { width: auto !important; }

}

@media screen and (max-width: 750px){

    .sp-w10  { width:  10px !important; }
    .sp-w20  { width:  20px !important; }
    .sp-w30  { width:  30px !important; }
    .sp-w40  { width:  40px !important; }
    .sp-w50  { width:  50px !important; }
    .sp-w60  { width:  60px !important; }
    .sp-w70  { width:  70px !important; }
    .sp-w80  { width:  80px !important; }
    .sp-w90  { width:  90px !important; }
    .sp-w100 { width: 100px !important; }
    .sp-w110 { width: 110px !important; }
    .sp-w120 { width: 120px !important; }
    .sp-w130 { width: 130px !important; }
    .sp-w140 { width: 140px !important; }
    .sp-w150 { width: 150px !important; }
    .sp-w160 { width: 160px !important; }
    .sp-w170 { width: 170px !important; }
    .sp-w180 { width: 180px !important; }
    .sp-w190 { width: 190px !important; }
    .sp-w200 { width: 200px !important; }
    .sp-w210 { width: 210px !important; }
    .sp-w220 { width: 220px !important; }
    .sp-w230 { width: 230px !important; }
    .sp-w240 { width: 240px !important; }
    .sp-w250 { width: 250px !important; }
    .sp-w260 { width: 260px !important; }
    .sp-w270 { width: 270px !important; }
    .sp-w280 { width: 280px !important; }
    .sp-w290 { width: 290px !important; }
    .sp-w300 { width: 300px !important; }
    .sp-w310 { width: 310px !important; }
    .sp-w320 { width: 320px !important; }
    .sp-w330 { width: 330px !important; }
    .sp-w340 { width: 340px !important; }
    .sp-w350 { width: 350px !important; }
    .sp-w360 { width: 360px !important; }
    .sp-w370 { width: 370px !important; }
    .sp-w380 { width: 380px !important; }
    .sp-w390 { width: 390px !important; }
    .sp-w400 { width: 400px !important; }
    .sp-w410 { width: 410px !important; }
    .sp-w420 { width: 420px !important; }
    .sp-w430 { width: 430px !important; }
    .sp-w440 { width: 440px !important; }
    .sp-w450 { width: 450px !important; }
    .sp-w460 { width: 460px !important; }
    .sp-w470 { width: 470px !important; }
    .sp-w480 { width: 480px !important; }
    .sp-w490 { width: 490px !important; }
    .sp-w500 { width: 500px !important; }
    .sp-w510 { width: 510px !important; }
    .sp-w520 { width: 520px !important; }
    .sp-w530 { width: 530px !important; }
    .sp-w540 { width: 540px !important; }
    .sp-w550 { width: 550px !important; }
    .sp-w560 { width: 560px !important; }
    .sp-w570 { width: 570px !important; }
    .sp-w580 { width: 580px !important; }
    .sp-w590 { width: 590px !important; }
    .sp-w600 { width: 600px !important; }
    .sp-w610 { width: 610px !important; }
    .sp-w620 { width: 620px !important; }
    .sp-w630 { width: 630px !important; }
    .sp-w640 { width: 640px !important; }
    .sp-w650 { width: 650px !important; }
    .sp-w660 { width: 660px !important; }
    .sp-w670 { width: 670px !important; }
    .sp-w680 { width: 680px !important; }
    .sp-w690 { width: 690px !important; }
    .sp-w700 { width: 700px !important; }
    .sp-w710 { width: 710px !important; }
    .sp-w720 { width: 720px !important; }
    .sp-w730 { width: 730px !important; }
    .sp-w740 { width: 740px !important; }
    .sp-w750 { width: 750px !important; }
    .sp-w760 { width: 760px !important; }
    .sp-w770 { width: 770px !important; }
    .sp-w780 { width: 780px !important; }
    .sp-w790 { width: 790px !important; }
    .sp-w800 { width: 800px !important; }
    .sp-w810 { width: 810px !important; }
    .sp-w820 { width: 820px !important; }
    .sp-w830 { width: 830px !important; }
    .sp-w840 { width: 840px !important; }
    .sp-w850 { width: 850px !important; }
    .sp-w860 { width: 860px !important; }
    .sp-w870 { width: 870px !important; }
    .sp-w880 { width: 880px !important; }
    .sp-w890 { width: 890px !important; }
    .sp-w900 { width: 900px !important; }
    .sp-w910 { width: 910px !important; }
    .sp-w920 { width: 920px !important; }
    .sp-w930 { width: 930px !important; }
    .sp-w940 { width: 940px !important; }
    .sp-w950 { width: 950px !important; }
    .sp-w960 { width: 960px !important; }
    .sp-w970 { width: 970px !important; }
    .sp-w980 { width: 980px !important; }
    .sp-w990 { width: 990px !important; }
    .sp-w1000 { width: 1000px !important; }

    .sp-w1per  { width:  1% !important; }
    .sp-w2per  { width:  2% !important; }
    .sp-w3per  { width:  3% !important; }
    .sp-w4per  { width:  4% !important; }
    .sp-w5per  { width:  5% !important; }
    .sp-w6per  { width:  6% !important; }
    .sp-w7per  { width:  7% !important; }
    .sp-w8per  { width:  8% !important; }
    .sp-w9per  { width:  9% !important; }
    .sp-w10per { width: 10% !important; }
    .sp-w11per { width: 11% !important; }
    .sp-w12per { width: 12% !important; }
    .sp-w13per { width: 13% !important; }
    .sp-w14per { width: 14% !important; }
    .sp-w15per { width: 15% !important; }
    .sp-w16per { width: 16% !important; }
    .sp-w17per { width: 17% !important; }
    .sp-w18per { width: 18% !important; }
    .sp-w19per { width: 19% !important; }
    .sp-w20per { width: 20% !important; }
    .sp-w21per { width: 21% !important; }
    .sp-w22per { width: 22% !important; }
    .sp-w23per { width: 23% !important; }
    .sp-w24per { width: 24% !important; }
    .sp-w25per { width: 25% !important; }
    .sp-w26per { width: 26% !important; }
    .sp-w27per { width: 27% !important; }
    .sp-w28per { width: 28% !important; }
    .sp-w29per { width: 29% !important; }
    .sp-w30per { width: 30% !important; }
    .sp-w31per { width: 31% !important; }
    .sp-w32per { width: 32% !important; }
    .sp-w33per { width: 33.3333% !important; }
    .sp-w34per { width: 34% !important; }
    .sp-w35per { width: 35% !important; }
    .sp-w36per { width: 36% !important; }
    .sp-w37per { width: 37% !important; }
    .sp-w38per { width: 38% !important; }
    .sp-w39per { width: 39% !important; }
    .sp-w40per { width: 40% !important; }
    .sp-w41per { width: 41% !important; }
    .sp-w42per { width: 42% !important; }
    .sp-w43per { width: 43% !important; }
    .sp-w44per { width: 44% !important; }
    .sp-w45per { width: 45% !important; }
    .sp-w46per { width: 46% !important; }
    .sp-w47per { width: 47% !important; }
    .sp-w48per { width: 48% !important; }
    .sp-w49per { width: 49% !important; }
    .sp-w50per { width: 50% !important; }
    .sp-w51per { width: 51% !important; }
    .sp-w52per { width: 52% !important; }
    .sp-w53per { width: 53% !important; }
    .sp-w54per { width: 54% !important; }
    .sp-w55per { width: 55% !important; }
    .sp-w56per { width: 56% !important; }
    .sp-w57per { width: 57% !important; }
    .sp-w58per { width: 58% !important; }
    .sp-w59per { width: 59% !important; }
    .sp-w60per { width: 60% !important; }
    .sp-w61per { width: 61% !important; }
    .sp-w62per { width: 62% !important; }
    .sp-w63per { width: 63% !important; }
    .sp-w64per { width: 64% !important; }
    .sp-w65per { width: 65% !important; }
    .sp-w66per { width: 66% !important; }
    .sp-w67per { width: 67% !important; }
    .sp-w68per { width: 68% !important; }
    .sp-w69per { width: 69% !important; }
    .sp-w70per { width: 70% !important; }
    .sp-w71per { width: 71% !important; }
    .sp-w72per { width: 72% !important; }
    .sp-w73per { width: 73% !important; }
    .sp-w74per { width: 74% !important; }
    .sp-w75per { width: 75% !important; }
    .sp-w76per { width: 76% !important; }
    .sp-w77per { width: 77% !important; }
    .sp-w78per { width: 78% !important; }
    .sp-w79per { width: 79% !important; }
    .sp-w80per { width: 80% !important; }
    .sp-w81per { width: 81% !important; }
    .sp-w82per { width: 82% !important; }
    .sp-w83per { width: 83% !important; }
    .sp-w84per { width: 84% !important; }
    .sp-w85per { width: 85% !important; }
    .sp-w86per { width: 86% !important; }
    .sp-w87per { width: 87% !important; }
    .sp-w88per { width: 88% !important; }
    .sp-w89per { width: 89% !important; }
    .sp-w90per { width: 90% !important; }
    .sp-w91per { width: 91% !important; }
    .sp-w92per { width: 92% !important; }
    .sp-w93per { width: 93% !important; }
    .sp-w94per { width: 94% !important; }
    .sp-w95per { width: 95% !important; }
    .sp-w96per { width: 96% !important; }
    .sp-w97per { width: 97% !important; }
    .sp-w98per { width: 98% !important; }
    .sp-w99per { width: 99% !important; }
    .sp-w100per{ width: 100% !important; }
    .sp-wauto  { width: auto !important; }

}
