﻿@charset "UTF-8";

/*
//======================================
// レイアウト設定 (base.css)
//======================================
*/
@media screen and (max-width: 750px) {
    .ico-login {
        background-image: url(/hapiepoint/Images/Icon/ico_login_sp.png);
        background-size: 18px 18px;
        height: 18px;
        width: 18px;
    }

    /* .box-login
    ------------------------------------------------------------------ */
    .panel-login .box-error {
        margin: 0;
    }
}

/* 住所補完ボタン */
@media screen and (min-width: 600px) {
    .ext-address-hokan-btn > .btn-input {
        height: 40px !important;
        width: 140px !important;
        vertical-align: middle;
        padding: 5px;
        margin-left: 20px;
    }
}

@media screen and (min-width:600px) and (max-width: 959px) {
    .kepco {
        position: absolute;
        right: 68px;
        top: -1px;
    }

    .kepco .tabLogo {
        display: block;
    }

    .kepco .spLogo {
        display: none;
    }
     
    .drawer-nav .logo {
        background-color: #e41174;
        border-bottom: 1px solid #c3005c;
        padding: 17px 30px 15px 30px;
    }

    .content-in {
        padding-bottom: 241px;
    }

    .content-in-sub {
        padding-bottom: 199px;
    }

    /* footer
    ------------------------------------------------------------------ */
    body > form > footer {
        height: 192px;
    }

    .footer-in > small .sp-display {
        display: none !important;
    }

    .footer-sub {
        height: 84px;
    }

    .box-fom-btn > .ext-mirudenrenkei-btn {
        width: 450px !important;
    }

    /* 退会 */
    .ext-leave-btn {
        margin: 0 auto;
        display: block;
    }

    
    body {
        font-size: 13px;
    }

    /* header
    ------------------------------------------------------------------ */
    .header-in .list-group-company {
        display: none;
    }

    .drawer-nav {
        right: -16.25rem;
    }

    .drawer-open .drawer-nav, .drawer-hamburger, .drawer-open .drawer-navbar .drawer-hamburger {
        right: 0;
    }

    .close {
        right: -16.25rem;
        display: none;
    }

    .drawer-open .close {
        display: block;
        right: 0;
    }

    .drawer-nav .btn-close a {
        box-sizing: border-box;
        background-color: #e41174;
        border-bottom: 1px solid #c3005c;
        color: #fff;
        display: block;
        font-size: 13px;
        font-weight: bold;
        height: 55px;
        overflow: hidden;
        padding: 15px 30px;
        text-decoration: none;
    }
    /* .list-group-company */
    .list-group-company li {
        border-bottom: 1px solid #cfcfcf;
        line-height: 1.0;
        padding: 15px 30px;
    }

    /* .nav-global */
    .nav-global {
        background-color: #e41174;
    }

    .nav-global a {
        box-sizing: border-box;
        border-bottom: 1px solid #c3005c;
        color: #fff;
        display: block;
        font-size: 13px;
        font-weight: bold;
        line-height: 1.0;
        text-decoration: none;
        padding: 20px 20px 20px 25px;
    }

    .nav-first-item {
        position: relative;
    }

    .nav-first-item > a {
        background: url(../img/happiepoint/ico_nav_close.png) no-repeat 92% 50%;
        background-size: 15px 8px;
    }

    #nav-global-top.nav-first-item > a {
        background-image: none;
        background-color: #e41174;
    }

    .nav-first-item > a.open {
        background: #c3005c url(../img/happiepoint/ico_nav_open.png) no-repeat 92% 50%;
        background-size: 15px 8px;
    }

    .nav-third a {
        font-weight: normal;
    }

    .nav-utility li {
        border-top: 1px solid #cfcfcf;
    }

    .nav-utility li:first-child {
        border-top: none;
    }

    .nav-utility a {
        display: block;
        font-size: 13px;
        font-weight: bold;
        line-height: 1.0;
        text-decoration: none;
        padding: 15px 30px;
    }

    /* coin */
    .coin {
        padding: 20px 0 0 8px;
        float: left;
        font-size: 18px;
        color: #fff;
        text-align: left;
    }

    .coin-pc {
        display: none;
    }

    /* =========================================================

     Breadcrumbs

    ========================================================= */
    .b-nav-breadcrumbs {
        display:none;
    }

    /* #content
    ------------------------------------------------------------------ */
    .content-in {
        padding: 20px 15px 241px 15px;
    }
    
    body > form > footer {
        padding: 30px 15px 0;
    }

    .footer-in > small {
        clear: both;
        display: inline-block;
        font-size: 12px;
        line-height: 20px;
        text-align: center;
        width: 100%;
    }

    .footer-in > .nav-footer + small {
        margin-top: 30px;
    }

    @-moz-document url-prefix() {
        .footer-in > small {
            line-height: 11px;
        }
    }

    /*
    //======================================
    // ナビゲーション設定 (base.css)
    //======================================
    */
    
    /* .sp-header
    ------------------------------------------------------------------ */
    .sp-header {
        background-color: #e41174;
        height: 55px;
        overflow: hidden;
        position: relative;
    }

    .sp-header .logo {
        float: left;
        padding: 18px 0 0 21px;
    }

    .sp-header .logo a > img {
        display: none;
    }

    .sp-header .btn-menu {
        border-left: 1px solid #ea6ca7;
        border-right: 1px solid #ea6ca7;
        float: right;
        width: 55px;
        height: 55px;
        position: relative;
        z-index: 1;
    }

    /* .topicpath
    ------------------------------------------------------------------ */
    .topicpath {
        display: none;
    }

    /* aside
    ------------------------------------------------------------------ */
    aside {
        display: none;
    }

    .nav-second {
        display: block;
    }

    /* .nav-footer
    ------------------------------------------------------------------ */
    .nav-footer {
        float: left;
    }

    .nav-footer a {
        font-size: 13px;
    }

    .nav-footer li {
        margin-top: 20px;
    }

    .nav-footer li:first-child {
        margin-top: 3px;
    }

    .nav-footer + p {
        float: right;
    }

    .nav-footer + p a {
        background-color: #fff7ef;
        border-radius: 5px;
        box-sizing: border-box;
        color: #333;
        display: table-cell;
        text-align: center;
        text-decoration: none;
        height: 52px;
        vertical-align: middle;
        width: 130px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
    }

    /* margin
    ------------------------------------------------------------------ */
    .d-none-sp {
        display: none;
    }

    /* hr
    ------------------------------------------------------------------ */
    .hr {
        margin: 32px 20px 12px 20px;
    }

    /*
    //======================================
    // for SP and TB
    //======================================
    */
    /* .sp-display */
    .sp-display {
        display: block !important;
    }

    .ico-point {
        background-image: url("../img/happiepoint/ico_point.png");
        background-size: 17px 20px;
        margin-right: 5px;
        margin-top: -2px;
        height: 20px;
        width: 17px;
    }

    .ico-web {
        background-image: url("../img/happiepoint/ico_web.png");
        background-size: 17px 20px;
        margin-right: 5px;
        margin-top: -2px;
        height: 20px;
        width: 17px;
    }

    .ico-edit {
        background-image: url("../img/happiepoint/ico_edit.png");
        background-size: 17px 20px;
        margin-right: 5px;
        margin-top: -2px;
        height: 20px;
        width: 17px;
    }

    .ico-logout {
        background-image: url("../img/happiepoint/ico_logout.png");
        background-size: 17px 20px;
        margin-right: 5px;
        margin-top: -2px;
        height: 20px;
        width: 17px;
    }

    .ico-faq {
        background-image: url("../img/happiepoint/ico_faq.png");
        background-size: 19px 20px;
        margin-right: 5px;
        margin-top: -2px;
        height: 20px;
        width: 19px;
    }

    .ico-chat {
        background-image: url("../img/happiepoint/ico_chat.png");
        background-size: 31px 23px;
        margin-right: 5px;
        margin-top: -2px;
        height: 23px;
        width: 31px;
    }

    .ico-contact {
        background-image: url("../img/happiepoint/ico_contact.png");
        background-size: 32px 28px;
        margin-right: 5px;
        margin-top: -2px;
        height: 28px;
        width: 32px;
    }

    /* メインコンテンツ */
    .hapie-point-main-contet {
        margin-bottom: 192px;
    }

    /* footer
------------------------------------------------------------------ */
    footer {
        background: rgba(79, 76, 75, 0.35) none repeat scroll 0 0;
        bottom: 0;
        clear: both;
        color: #ffffff;
        font-size: 13px;
        line-height: 1;
        position: static;
        width: 100%;
        box-sizing: border-box;
        min-width: 320px;
        position: absolute;
    }

    .footer-in {
        padding: 30px 15px 0;
        height: 162px;
    }

    .nav-footer {
        float: left;
    }

    .nav-footer {
        float: left;
    }




    /*
    //======================================
    // img.css
    //======================================
    */
    .panel img {
        height: auto;
        width: 100%;
    }

    .ico-prev {
        background-image: url(/hapiepoint/Images/Icon/ico_prev_sp.png);
        background-size: 5px 8px;
        height: 8px;
        width: 5px;
    }

    .ico-next {
        background-image: url(/hapiepoint/Images/Icon/ico_next_sp.png);
        background-size: 5px 8px;
        height: 8px;
        width: 5px;
    }

    .ico-nav-close {
        position: absolute;
        height: 54px;
        width: 54px;
        right: 0;
        top: 0;
        cursor: pointer;
    }

    .ico-coin {
        margin-right: 2px;
    }

    .ico-qa {
        background-size: 13.5px 13.5px;
        height: 13.5px;
        width: 13.5px;
    }

    .ico-close-red {
        background-size: 13.5px 13.5px;
        height: 13.5px;
        width: 13.5px;
    }

    /*
    //======================================
    // hapiepoint.css
    //======================================
    */
    /* ヘッダ */
    .ext-nav-global-in-login {
        height: 0px;
    }

    .ext-btn-point {
        color: #fff;
        text-decoration: none;
    }

    .ext-btn-point:hover {
        color: #FFFFFF;
    }

    /* お知らせ */
    .ext-img {
        height: auto;
        width: 100%;
    }

    /* みる電連携説明ページ */
    .ext-mirudenrenkei-btn {
        font-size: 15px;
        padding: 15px 0;
        width: 100%;
    }
    .box-fom-btn > .ext-mirudenrenkei-btn {
        width: 100%;
        padding: 17px 0;
    }

    /*
    //======================================
    // drawer.css
    //======================================
    */
    /*!------------------------------------*\
	    Base
	\*!------------------------------------*/
    .drawer-nav {
        position: fixed;
        z-index: 101;
        top: 0;
        overflow: hidden;
        width: 16.25rem;
        height: 100%;
        color: #222;
        background-color: #fff;
    }

    .drawer-brand {
        font-size: 1.5rem;
        font-weight: bold;
        line-height: 3.75rem;
        display: block;
        padding-right: .75rem;
        padding-left: .75rem;
        text-decoration: none;
        color: #222;
    }

    .drawer-menu {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .drawer-menu-item {
        font-size: 1rem;
        display: block;
        padding: .75rem;
        text-decoration: none;
        color: #222;
    }

    .drawer-menu-item:hover {
        text-decoration: underline;
        color: #555;
        background-color: transparent;
    }

    /*! overlay */
    .drawer-overlay {
        position: fixed;
        z-index: 100;
        top: 0;
        left: 0;
        display: none;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .2);
    }

    .drawer-open .drawer-overlay {
        display: block;
    }
    /*!------------------------------------*\
	    Top
	\*!------------------------------------*/
    .drawer--top .drawer-nav {
        top: -100%;
        left: 0;
        width: 100%;
        height: auto;
        max-height: 100%;
        -webkit-transition: top .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
        transition: top .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
    }

    .drawer--top.drawer-open .drawer-nav {
        top: 0;
    }

    .drawer--top .drawer-hamburger,
    .drawer--top.drawer-open .drawer-hamburger {
        right: 0;
    }
    /*!------------------------------------*\
	    Left
	\*!------------------------------------*/
    .drawer--left .drawer-nav {
        left: -16.25rem;
        -webkit-transition: left .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
        transition: left .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
    }

    .drawer--left.drawer-open .drawer-nav,
    .drawer--left .drawer-hamburger,
    .drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
        left: 0;
    }

    .drawer--left.drawer-open .drawer-hamburger {
        left: 16.25rem;
    }
    /*!------------------------------------*\
	    Right
	\*!------------------------------------*/
    .drawer--right .drawer-nav {
        right: -16.25rem;
    }

    .drawer--right .drawer-nav.drawer-others {
        -webkit-transition: right .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
        transition: right .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
    }

    .drawer--right.drawer-open .drawer-nav,
    .drawer--right .drawer-hamburger,
    .drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
        right: 0;
    }

    .drawer--right.drawer-open .drawer-hamburger {
        right: 16.25rem;
    }
    /*!------------------------------------*\
	    Hamburger
	\*!------------------------------------*/
    .drawer-hamburger {
        z-index: 104;
        top: 0;
        display: block;
        box-sizing: content-box;
        -webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
        transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        outline: 0;
        background-color: transparent;
    }

    .drawer-hamburger:hover {
        cursor: pointer;
        background-color: transparent;
    }

    .drawer-hamburger-icon {
        position: relative;
        display: block;
        margin-top: 10px;
    }

    .drawer-hamburger-icon,
    .drawer-hamburger-icon:before,
    .drawer-hamburger-icon:after {
        width: 100%;
        height: 2px;
        -webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
        transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
        background-color: #222;
    }

    .drawer-hamburger-icon:before,
    .drawer-hamburger-icon:after {
        position: absolute;
        top: -10px;
        left: 0;
        content: ' ';
    }

    .drawer-hamburger-icon:after {
        top: 10px;
    }

    .drawer-open .drawer-hamburger-icon {
        background-color: transparent;
    }

    .drawer-open .drawer-hamburger-icon:before,
    .drawer-open .drawer-hamburger-icon:after {
        top: 0;
    }

    .drawer-open .drawer-hamburger-icon:before {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .drawer-open .drawer-hamburger-icon:after {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    /*!------------------------------------*\
	    accessibility
	\*!------------------------------------*/

    /*!
	 * Only display content to screen readers
	 * See: http://a11yproject.com/posts/how-to-hide-content
	 */
    .sr-only {
        position: absolute;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        width: 1px;
        height: 1px;
        margin: -1px;
        padding: 0;
        border: 0;
    }

    /*!
	 * Use in conjunction with .sr-only to only display content when it's focused.
	 * Useful for "Skip to main content" links; see http://www.w3.org/TR/2013/NOTE-WCAG20-TECHS-20130905/G1
	 * Credit: HTML5 Boilerplate
	 */
    .sr-only-focusable:active,
    .sr-only-focusable:focus {
        position: static;
        overflow: visible;
        clip: auto;
        width: auto;
        height: auto;
        margin: 0;
    }
    /*!------------------------------------*\
	    Sidebar
	\*!------------------------------------*/
    .drawer--sidebar {
        background-color: #fff;
    }

    .drawer--sidebar .drawer-contents {
        background-color: #fff;
    }

    @media (min-width: 64em) {
        .drawer--sidebar .drawer-hamburger {
            display: none;
            visibility: hidden;
        }

        .drawer--sidebar .drawer-nav {
            display: block;
            -webkit-transform: none;
            -ms-transform: none;
            transform: none;
            position: fixed;
            width: 12.5rem;
            height: 100%;
        }

        /*! Left */
        .drawer--sidebar.drawer--left .drawer-nav {
            left: 0;
            border-right: 1px solid #ddd;
        }

        .drawer--sidebar.drawer--left .drawer-contents {
            margin-left: 12.5rem;
        }

        /*! Right */
        .drawer--sidebar.drawer--right .drawer-nav {
            right: 0;
            border-left: 1px solid #ddd;
        }

        .drawer--sidebar.drawer--right .drawer-contents {
            margin-right: 12.5rem;
        }

        /*! container */
        .drawer--sidebar .drawer-container {
            max-width: 48rem;
        }
    }

    @media (min-width: 75em) {
        .drawer--sidebar .drawer-nav {
            width: 16.25rem;
        }

        .drawer--sidebar.drawer--left .drawer-contents {
            margin-left: 16.25rem;
        }

        .drawer--sidebar.drawer--right .drawer-contents {
            margin-right: 16.25rem;
        }

        /*! container */
        .drawer--sidebar .drawer-container {
            max-width: 60rem;
        }
    }
    /*!------------------------------------*\
	    Navbar
	\*!------------------------------------*/
    .drawer--navbarTopGutter {
        padding-top: 3.75rem;
    }

    .drawer-navbar .drawer-navbar-header {
        border-bottom: 1px solid #ddd;
        background-color: #fff;
    }

    .drawer-navbar {
        z-index: 102;
        top: 0;
        width: 100%;
    }

    /*! .drawer-navbar modifier */
    .drawer-navbar--fixed {
        position: fixed;
    }

    .drawer-navbar-header {
        position: relative;
        z-index: 102;
        box-sizing: border-box;
        width: 100%;
        height: 3.75rem;
        padding: 0 .75rem;
        text-align: center;
    }

    .drawer-navbar .drawer-brand {
        line-height: 3.75rem;
        display: inline-block;
        padding-top: 0;
        padding-bottom: 0;
        text-decoration: none;
    }

    .drawer-navbar .drawer-brand:hover {
        background-color: transparent;
    }

    .drawer-navbar .drawer-nav {
        padding-top: 3.75rem;
    }

    .drawer-navbar .drawer-menu {
        padding-bottom: 7.5rem;
    }

    @media (min-width: 64em) {
        .drawer-navbar {
            height: 3.75rem;
            border-bottom: 1px solid #ddd;
            background-color: #fff;
        }

        .drawer-navbar .drawer-navbar-header {
            position: relative;
            display: block;
            float: left;
            width: auto;
            padding: 0;
            border: 0;
        }

        .drawer-navbar .drawer-menu--right {
            float: right;
        }

        .drawer-navbar .drawer-menu li {
            float: left;
        }

        .drawer-navbar .drawer-menu-item {
            line-height: 3.75rem;
            padding-top: 0;
            padding-bottom: 0;
        }

        .drawer-navbar .drawer-hamburger {
            display: none;
        }

        .drawer-navbar .drawer-nav {
            position: relative;
            left: 0;
            overflow: visible;
            width: auto;
            height: 3.75rem;
            padding-top: 0;
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }

        .drawer-navbar .drawer-menu {
            padding: 0;
        }

        /*! dropdown */
        .drawer-navbar .drawer-dropdown-menu {
            position: absolute;
            width: 16.25rem;
            border: 1px solid #ddd;
        }

        .drawer-navbar .drawer-dropdown-menu-item {
            padding-left: .75rem;
        }
    }
    /*!------------------------------------*\
	    Dropdown
	\*!------------------------------------*/
    .drawer-dropdown-menu {
        display: none;
        box-sizing: border-box;
        width: 100%;
        margin: 0;
        padding: 0;
        background-color: #fff;
    }

    .drawer-dropdown-menu > li {
        width: 100%;
        list-style: none;
    }

    .drawer-dropdown-menu-item {
        line-height: 3.75rem;
        display: block;
        padding: 0;
        padding-right: .75rem;
        padding-left: 1.5rem;
        text-decoration: none;
        color: #222;
    }

    .drawer-dropdown-menu-item:hover {
        text-decoration: underline;
        color: #555;
        background-color: transparent;
    }

    /*! open */
    .drawer-dropdown.open > .drawer-dropdown-menu {
        display: block;
    }

    /*! drawer-caret */
    .drawer-dropdown .drawer-caret {
        display: inline-block;
        width: 0;
        height: 0;
        margin-left: 4px;
        -webkit-transition: opacity .2s ease, -webkit-transform .2s ease;
        transition: opacity .2s ease, -webkit-transform .2s ease;
        transition: transform .2s ease, opacity .2s ease;
        transition: transform .2s ease, opacity .2s ease, -webkit-transform .2s ease;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        vertical-align: middle;
        border-top: 4px solid;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
    }

    /*! open */
    .drawer-dropdown.open .drawer-caret {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }


    /*!------------------------------------*\
        Container
    \*!------------------------------------*/
    .drawer-container {
        margin-right: auto;
        margin-left: auto;
    }

    @media (min-width: 64em) {
        .drawer-container {
            max-width: 60rem;
        }
    }

    @media (min-width: 75em) {
        .drawer-container {
            max-width: 70rem;
        }
    }

    /*
    //======================================
    // group.css
    //======================================
    */
    /* .box-col1
    ------------------------------------------------------------------ */
    .box-col1 .box-col2 .col-img {
        padding: 3px !important;
        margin-top: 0;
    }

    /* .box-col2
    ------------------------------------------------------------------ */
    .panel .box-col2 > .col {
        padding: 20px;
        margin-top: 5px;
    }

    .box-col2 .col .col-img,
    .box-col2 .col .col-in,
    .panel-in-large .box-col2 .col {
        padding: 0 !important;
    }

    .box-col2 .panel.col + .panel.col {
        margin-top: 15px;
    }

    .box-col2.panel > .col.col-img + .col.col-txt {
        padding: 20px;
    }
    .panel .sitemap > .col {
        padding: 0;
    }

    /* .box-col3
    ------------------------------------------------------------------ */
    .box-col3 > .col {
        /*padding: 28px 13px;*/
        padding: 25px 15px;
    }

    .box-col3 > .panel.col {
        padding: 0;
    }

    .box-col3 .col + .col {
        margin-top: 5px;
    }

    .box-col3 .panel.col + .panel.col {
        margin-top: 15px;
    }


    /* .col-img + col-in
    ------------------------------------------------------------------ */
    .col-img + .col-in {
        margin-top: 25px;
    }

    .panel-in-large .box-col1 + .box-col2 {
        margin-top: 25px;
    }

    .box-col1 + .box-col2 > .col + .col {
        margin-top: 20px;
    }

    /* .panel
    ------------------------------------------------------------------ */
    .panel-in,
    .panel-in-large {
        padding: 18px;
    }

    .panel-in-small {
        padding: 3px;
    }

    .panel-in-middle {
        padding: 5px;
    }

    .panel-in-large > .col-img + .box-col2 {
        margin-top: 5px;
    }

    .panel-changer {
        padding: 20px;
    }

    .panel-point {
        padding: 20px;
    }

    .panel-point div {
        padding-bottom: 0;
    }

    .panel-point p {
        margin: 0 0 3px 0;
    }

    .panel-in-two div:nth-child(odd) {
        margin-bottom: 20px;
    }

    /* .box-member-info
    ------------------------------------------------------------------ */
    .box-member-info {
        background-color: #efefef;
        padding: 23px 30px;
    }

    .member-name {
        font-size: 12px;
        line-height: 1.0;
    }

    .member-name span {
        font-size: 20px;
        font-weight: bold;
    }

    .member-point {
        margin-top: 19px;
    }

    .member-point dt {
        font-size: 12px;
        font-weight: bold;
    }

    .member-point dd {
        background-color: #fff;
        box-sizing: border-box;
        color: #d80166;
        font-size: 20px;
        font-weight: bold;
        line-height: 1.0;
        margin-top: 5px;
        padding: 10px 5px;
        text-align: right;
    }

    .box-member-info .note {
        font-size: 12px;
        line-height: 18px;
        margin-top: 5px;
    }

    /* .box-fom-btn
    ------------------------------------------------------------------ */
    .box-check-point .bg-beige {
        background-color: #fff;
    }

    /* .box-fom-btn
    ------------------------------------------------------------------ */
    .box-ac > header + .col-img {
        margin-top: 24px !important;
    }
    
    .l-row-fluid .l-col-9 {
      padding: 20px 15px 0 15px;
      margin: 0 auto!important;
    }
    .l-row-fluid .l-col-3 {
      min-height: 0px;  
    }


    /*
    //======================================
    // MDPSL31000 プロジェクト一覧
    //======================================
    */
    .cfbody {
        background-image: url('/img/croudfunding/CF_Background.png')!important;
    }

    .lp_cf_header {
        background-image: url(/img/croudfunding/CF_LP_Title.png);
        background-repeat: no-repeat;
        background-size: 100% 535px;
        position: absolute;
        width: 100%;
        min-width: 600px;
        z-index: -1;
    }

    .lp_cf_header img {
        margin-left: 10px;
        margin-top: 0px;
        vertical-align: middle;
    }

    .lp_cf_header_over
    {
        /* 2016.12.09 M-00413_わっしょい！プログラムLP修正対応 MOD kitamura start */
        /*
        background-image: url(/img/croudfunding/CF_LP_Title_Over.png);
        */
        background-image: url(/img/croudfunding/CF_LP_Title_Back.png?v=20161216);
        /* 2016.12.09 M-00413_わっしょい！プログラムLP修正対応 MOD kitamura end   */
        background-repeat: no-repeat;
        background-size: contain;
        height: 737px;
        width: 580px;
        margin: 15px auto 0 auto;
    }

    .lp_cf_header_logo {
        width: 600px;
        margin: 0 auto;
    }

    .header-kandenlogo img {
        margin-left: 10px;
    }

    .header-mirudenlogo img{
        float:right;
        margin-right: 8px;
        padding-top:5px;
    }


    .cf-heading-image {
        width: 580px;
        margin: 0 auto;
    }

    .cf-heading-image img {
        width: 580px;
        height: auto;
        margin-bottom: 5px
    }

    .cf-heading-image img:hover {
        -webkit-filter: brightness(1.1);
        -moz-filter: brightness(1.1);
        -o-filter: brightness(1.1);
        -ms-filter: brightness(1.1);
        filter: brightness(1.1);
    }

    .cf-heading-image-sp {
        display: none;
    }

    .cf-list-image {
        max-width: 100%;
        display: table-cell;
        text-align: center;
        vertical-align: middle;
    }

    .cf-list-image-div {
        height:  157px;
        width: 178.5px;
        display: table;
        table-layout: fixed;
    }
    
    .cf-list-image-div img {
        max-height: 157px;
        height: auto;
        max-width: 178.5px;
        width: auto;
    }

    .lp_cf_content {
        width: 600px;
        margin: 0 auto;
        position: relative;
        /* 2016.12.09 M-00413_わっしょい！プログラムLP修正対応 MOD kitamura start */
        /*
        top: 189px;
        */
        top: 10px;
        /* 2016.12.09 M-00413_わっしょい！プログラムLP修正対応 MOD kitamura end   */
    }

    /* 2016.12.09 M-00413_わっしょい！プログラムLP修正対応 ADD kitamura start */
    .cf-title-image {
        text-align: center;
    }
    .cf-title-image img {
        margin-bottom: 0!important;
    }
    .cf-title-image img:hover {
        -webkit-filter: initial!important;
        filter: none!important;
    }
    .cf-title-inner-link-area {
        margin-right: auto;
        margin-left: auto;
        display: table;
        background-color: #EFEFEF;
        box-sizing: border-box;
        margin-bottom: 5px;
        font-size: 15px;
        font-weight: bold;
    }
    .cf-title-inner-link-1 {
        width: 50%;
        height: 45px;
        display: table-cell;
        box-sizing: border-box;
        vertical-align: middle;
        text-decoration: none;
        color: #384E82;
    }
    .cf-title-inner-link-1:hover {
        color: #384E82;
    }
    .cf-title-inner-link-1 .triangle {
        color: #013FD5;
    }
    /* 中央線 */
    .cf-title-inner-link-center-line {
        width: 0%;
        display: table-cell;
        box-sizing: border-box;
        vertical-align: middle;
    }
    .cf-title-inner-link-center-line .center-line {
        height: 20px;
        border: solid 1px #A5A5A5;
    }
    .cf-title-inner-link-2 {
        width: 50%;
        height: 45px;
        display: table-cell;
        box-sizing: border-box;
        vertical-align: middle;
        text-decoration: none;
        color: #384E82;
    }
    .cf-title-inner-link-2:hover {
        color: #384E82;
    }
    .cf-title-inner-link-2 .triangle {
        color: #013FD5;
    }

    /* プロジェクト応援までの手順 */
    .cf-application-procedure {
        width: 580px;
        margin: 0 auto;
        background-color: #EBEBEB;
        padding-bottom: 20px;
    }

    /* プロジェクト応援までの手順(PC・TB用) */
    .cf-application-procedure .application-procedure {
    }

    /* プロジェクト応援までの手順(SP用) */
    .cf-application-procedure .application-procedure-sp {
        display: none;
    }

    /* 「プロジェクト応援までの手順」タイトル画像 */
    .cf-application-procedure .application-procedure .cf-procedure-title-image img {
        width: 580px;
        height: auto;
    }
    /* 「関西圏のお客さま・首都圏のお客さま」画像 */
    .cf-application-procedure .application-procedure .cf-area-title-image img {
        width: 580px;
        height: auto;
    }
    /* step1～step3画像 */
    .cf-application-procedure .application-procedure .cf-flow-image img {
        width: 580px;
        height: auto;
    }
    .cf-application-procedure .application-procedure .cf-flow-image {
        position: relative;
    }

    /* 「詳しくはこちら」ボタン1エリア */
    .cf-procedure-detail-btn1-area {
        position: absolute;
        z-index: 5;
        top: 150px;
        left: 100px;
    }
    .cf-procedure-detail-btn1-area img {
        width: 100px!important;
        height: auto;
    }
    .cf-procedure-detail-btn1-area img:hover {
        opacity: 0.7;
    }

    /* 「はぴeみる電新規会員登録へ」ボタンエリア */
    .cf-procedure-hapiemiruden-signup-btn-area {
        position:absolute;
        z-index: 5;
        top: 192px;
        left: 30px;
    }
    .cf-procedure-hapiemiruden-signup-btn-area img {
        width: 232px!important;
        height: auto;
    }
    .cf-procedure-hapiemiruden-signup-btn-area img:hover {
        opacity: 0.7;
    }

    /* 「詳しくはこちら」ボタン2エリア */
    .cf-procedure-detail-btn2-area {
        position:absolute;
        z-index: 5;
        top: 455px;
        left: 100px;
    }
    .cf-procedure-detail-btn2-area img {
        width: 100px!important;
        height: auto;
    }
    .cf-procedure-detail-btn2-area img:hover {
        opacity: 0.7;
    }

    /* 「はぴeポイントクラブ新規会員登録へ」ボタンエリア */
    .cf-procedure-hapiepoint-signup-btn-area {
        position:absolute;
        z-index: 5;
        top: 493px;
        left: 30px;
    }
    .cf-procedure-hapiepoint-signup-btn-area img {
        width: 232px!important;
        height: auto;
    }
    .cf-procedure-hapiepoint-signup-btn-area img:hover {
        opacity: 0.7;
    }

    /* 「はぴeプラスお申込みページへ」ボタンエリア */
    .cf-procedure-hapieplus-signup-btn-area {
        position: absolute;
        z-index: 5;
        top: 216px;
        left: 319px;

    }
    .cf-procedure-hapieplus-signup-btn-area img {
        width: 232px!important;
        height: auto;
    }
    .cf-procedure-hapieplus-signup-btn-area img:hover {
        opacity: 0.7;
    }

    /* 2016.12.09 M-00413_わっしょい！プログラムLP修正対応 ADD kitamura end   */

    .lp_cf_project {
        background: white;
        width: 580px;
        background-repeat: no-repeat;
        background-size: contain;
        margin: 10px auto;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-shadow: 0px 0px 30px 0 rgba(0, 0, 255, 0.3);
        box-shadow: 0px 0px 30px 0 rgba(0, 0, 255, 0.3);
        overflow: hidden;
    }

    .lp_cf_project_title {
        font-size: 20px;
        text-align: center;
        padding-top: 20px;
        color: #FF69B4;
        text-shadow: 0px 15px 7px #FFB6C1;
        margin-bottom: 10px;
    }
    
    .cf-plus {
        width: 95%;
        margin:0 auto;
        text-align:left;
    }

    .cf-plus-ico1 {
        width: 40px;
        height: auto;
        position: relative;
        top: 30px;
    }

    .cf-plus-ico2 {
        width: 40px;
        height: auto;
        position: absolute;
        top: 663px;
        left: 0px;
    }

    .lp_cf_genre-l {
        width: 47.9%;
        display: inline-block;
        margin: 0 0px 70px 10px;
        text-align: center;
        /* 2016.12.12 M-00413_わっしょい！プログラムLP修正対応 ADD kitamura start */
        /* プロジェクトの追加時、行が増えた際に隣接するジャンルの一覧の表示開始位置が下がらないようにtopを設定 */
        vertical-align: top;
        /* 2016.12.12 M-00413_わっしょい！プログラムLP修正対応 ADD kitamura end   */
    }

    .lp_cf_genre-r {
        width: 47.8%;
        display: inline-block;
        margin: 0px 10px 70px 0px;
        text-align: center;
        /* 2016.12.12 M-00413_わっしょい！プログラムLP修正対応 ADD kitamura start */
        /* プロジェクトの追加時、行が増えた際に隣接するジャンルの一覧の表示開始位置が下がらないようにtopを設定 */
        vertical-align: top;
        /* 2016.12.12 M-00413_わっしょい！プログラムLP修正対応 ADD kitamura end   */
    }

    .lp_cf_genrename {
        font-size:40px;
        color: #191970;
        text-align:center;
        line-height: 1.5;
    }

    .lp_cf_genrenumber{
        font-size:15px;
        color: #191970;
        text-align:center;

    }

    /* 2017.01.16 わっしょい！プログラムLP終了対応 ADD Morita start */
    .lp_cf_end_list {
        width: 95.8%;
        margin: 10px auto 50px auto;
        text-align: left;
        vertical-align: top;
    }

    .lp_cf_end_list .cf-list {
        width: 23.5%!important;
        margin-left: 5px;
    }

    .lp_cf_end_project_title {
        opacity: 0.7;
        font-size:40px;
        color: #55575d;
        padding-top:10px;
        margin-bottom:10px;
        text-align:center;
        line-height: 1.5;
        background-color: #dfe4ed;
    }
    .cf-plus-end {
        width: 70%;
    }
    /* 2017.01.16 わっしょい！プログラムLP終了対応 ADD Morita end */

    .base-31600 .cf-list {
        display: inline-block;
        vertical-align: middle;
        float: none;
        width: 49%;
        background-color: #fff;
        padding-bottom: 5px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-shadow: 0px 0px 10px 0 rgba(255, 160, 167, 0.3);
        box-shadow: 0px 0px 10px 0 rgba(255, 160, 167, 0.3);
        overflow: hidden;
        box-sizing: border-box;
        text-align: left;
    }

    .cf-list-image {
        max-width: 100%;
        display: table-cell;
        text-align: center;
        vertical-align: middle;
    }

    .cf-list {
        width: 25%;
        display:inline-block;
        background-color: #fff;
        padding-bottom: 5px;
        box-sizing: border-box;
    }

    .cf-list-image-div {
        height: 134px;
        width: 134px;
        display: table;
    }

    .cf-list-image-div img {
        max-height: 134px;
        height: auto;
        max-width: 134px;
        width: auto;
    }

    .cf-list-image-div embed {
        max-height: 157px;
        height: auto;
        max-width: 144px;
        width: auto;
    }

    .cf-list-text {
        width: 90%;
        height: 240px;
        margin: 0 auto;
    }

    .cf-list-text1 {
        font-size: 14px;
        font-weight: bold;
        height: 63px;
    }

    .cf-list-text2 {
        font-size: 13px;
        height: 140px;
    }

    .cf-list-text-none {
        width: 90%;
        height: 351px;
        margin: 0 auto;
    }

    .cf-list-line {
        width: 95%;
        margin: 10px auto;
    }

    .base-31000 .meter-in {
        overflow: hidden;
        background-color: #E2E2E2;
        width: 90%;
        border-radius: 10px;
        position: relative;
        margin-left: 5%;
        margin-bottom: 3px;   
        height:20px;
    }

    .base-31000 .meter-in .bar {
        background-color: orange;
        height: 100%;
        text-align: left;
        line-height: 21px;
        border-radius: inherit;
    }

    .base-31000 .meter-in .bar span {
        display: inline-block;
        margin-left: 7px;
    }

    .cf-project-info {
        width: 90%;
        margin-left: 10px;
        font-size: 11px;
        font-weight: bold;
    }

    .cf-project-table {
        display: table;
        width:100%;
    }

    .cf-project-label {
        display: table-cell;
        width: 31%;
    }

    .cf-project-text {
        display: table-cell;
        width: 60%;
    }

    .cf_supportexplanation_t {
        width: 580px;
        /* 2016.12.12 M-00413_わっしょい！プログラムLP修正対応 MOD kitamura start */
        /*
        margin: 25px auto 0 auto;
        */
        margin: 0 auto;
        /* 2016.12.12 M-00413_わっしょい！プログラムLP修正対応 MOD kitamura start */
        background-color: #EBEBEB;
        padding-bottom: 15px;
    }

    .cf_methodsp {
        display: none!important;
    }

    .cf_supportexplanation_t img {
        width: 100%;
        height: auto;
        margin-bottom: 10px;
    }

    .cf_supportexplanation_r{
        text-align: center;
    }

    .cf_supportexplanation_r a {
        color: #e41174;
        position: absolute;
        left: 54px;
        bottom: 30px;
        font-size: 10px;
        text-decoration: none;
    }

    .cf_supportexplanation_r a:hover {
        color: #e41174;
        text-decoration: underline;
    }

    .cf_supportexplanation_t .cf_supportexplanation_r img {
        /* 2016.12.14 M-00413_わっしょい！プログラムLP修正対応 MOD kitamura start */
        /*
        display: inline-block;
        width: 47%;
        height: auto;
        margin-left:2.5px;
        margin-right:2.5px;
        */
        display: inline-block;
        width: 100%;
        height: auto;
        /* 2016.12.14 M-00413_わっしょい！プログラムLP修正対応 MOD kitamura end   */
    }

    .hapiepoint_img {
        display: none;    
    }

    .returnpresent_img {
        display: none;
    }

    .lp_cf_footer {
        position: relative;
        /* 2016.12.09 M-00413_わっしょい！プログラムLP修正対応 MOD kitamura start */
        /*
        top: 190px;
        */
        top: 16px;
        /* 2016.12.09 M-00413_わっしょい！プログラムLP修正対応 MOD kitamura end   */
    }

    .footer-area {
        background-color: white;
    }

    .footer-inner {
        height: 60px;
        display: block;
        width: 600px;
        margin: 0 auto;
    }

    .footer-inner p {
        font-size: 10px;
        padding-top: 10px;
        text-align: right;
     }

    .footer-kandenlogo img {
        display: block;
        margin-left: auto;
    }

    .base-31010 {
        margin-top: 15px;
    }

    .base-31010 .pink-panel {
        background-color: #f58fbf;
        padding: 10px 20px 10px 20px;
        border-right: 1px solid #cccccc;
        box-sizing: border-box;
    }

    .base-31000 .detail-btn-area {
        width: 90%;
        margin: 0 auto;
    }

    .base-31000 .detail-btn {
        display: inline-block;
        text-align: center;
        vertical-align: middle;
        cursor: pointer;
        border-radius: 6px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        color: #000000;
        background-color: #F58FBF;
        border-color: #F58FBF;
        border-bottom: 2px solid #E852A5;
        padding: 5px 10px;
        font-size: 13px;
        width: 100%;
        margin-top: 5px;
        margin-bottom: 5px;
        text-decoration: none;
    }

    .base-31000 .detail-btn:hover {
        color: #000000;
        opacity: 0.8;
        text-decoration: none;
    }

    .base-31000 .detail-btn.__disable {
        display: inline-block;
        text-align: center;
        vertical-align: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        color: #000000;
        background-color: #FFBC00;
        border-bottom: 2px solid #BBBBBB;
        text-decoration: none;
        cursor: not-allowed;
        pointer-events: none;
        opacity: 0.65;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        box-shadow: none;
        background-color: #CCCCCC;
    }

    /*
    //======================================
    // MDPSL31100 プロジェクト詳細
    //======================================
    */
    .base-31100 .header-kandenlogo img {
        padding: 18px 0 0 0;
    }

    .base-31100 .header-mirudenlogo img{
        float:right;
        padding-top: 10px;
        margin-right: 0px;
    }

    .CF-panel {
        width: 100%;
        box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
        box-sizing: border-box;
        font-size: 14px;
        margin-top: 15px;
    }

       .base-31100 .CF-panel {
        width:600px;
        margin:0 auto;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .content-area {
        padding: 10px;
        background-color: #ffffff;
    }

    /*.base-31100 .content-area {
        padding: 0px;
    }*/

    .small-title {
        font-size: 14px;
        line-height: 2.5;
    }

    .base-31100 .small-title br {
        display: none;
    }

    .content-detail-title {
        margin-left: 10px;
    }

    .cf-recruit-title {
        margin-top: 15px;
        font-size: 14px;
    }

    .cf-panel-title {
        color: #e41174;
        font-size: 24px;
        font-weight: bold;
    }

    .delimiter-line {
        border: solid;
        color: #E2E2E2;
        margin: 0 auto;
        border-width: 0px 0px 2px;
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .content-body {
        margin-left: 10px;
    }

    .detail-header {
        width: 600px;
        margin: 0 auto;
    }
    .detail-left {
        width: 50%;
        display: inline-block;
    }

    .detail-media img {
        width: 100%;
        height: auto;
    }

    .detail-right {
        width: 45%;
        display: inline-block;
        vertical-align: top;
        margin-left: 10px;
    }

    .nowval {
        font-size: 24px;
        font-weight: bold;
        line-height: 1.3;
    }

    .base-31100 .meter-in {
        overflow: hidden;
        background-color: #E2E2E2;
        width: 100%;
        height: 25px;
        border-top-right-radius: 15px;
        border-top-left-radius: 15px;
        border-bottom-right-radius: 15px;
        border-bottom-left-radius: 15px;
        margin-top: 5px;
    }

    .base-31100 .meter-in .bar {
        background-color: orange;
        height: 100%;
        text-align: left;
        line-height: 25px;
        border-top-right-radius: inherit;
        border-top-left-radius: inherit;
        border-bottom-right-radius: inherit;
        border-bottom-left-radius: inherit;
    }

    .base-31100 .meter-in .bar span {
        display: inline-block;
        margin-left: 7px;
    }

    .targetval {
        float: right;
        font-size: 12px;
    }

    .targetval-text {
        margin-left: 5px;
        font-size: 14px;
        font-weight: bold;
        display: inline-block;
    }

    .both {
        clear: both;
    }

    .supportar {
        display: inline-block;
    }

    .daysleft {
        display: inline-block;
    }

    .pink-border {
        padding: 2px 10px 0px 10px;
        border: 2px solid #f58fbf;
        display: inline-block;
        color: #e41174;
        border-radius: 4px;
        font-size: 12px;
    }

    .base-31100 .pink-border {
        margin-bottom:5px
    }

    .daysleft .pink-border {
        padding: 2px 16px 0 16px;
    }

    .base-31100 .daysleft {
        display: block;
    }

    .boldtext {
        font-size: 20px;
        font-weight: bold;
        vertical-align: middle;
    }

    .support-btn {
        display: inline-block;
        text-align: center;
        vertical-align: middle;
        cursor: pointer;
        border-radius: 6px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        color: #000000;
        background-color: #FFBC00;
        border-color: #FFBC00;
        border-bottom: 2px solid #B77E00;
        padding: 12px 20px;
        font-size: 18px;
        width: 280px;
        margin-left: 20px;
        text-decoration: none;
    }

    .support-btn:hover {
        color: #000000;
        background-color: #FFDD5A;
        border-color: #FFDD5A;
        border-bottom: 2px solid #B77E00;
    }

        .return-btn {
        display: inline-block;
        text-align: center;
        vertical-align: middle;
        cursor: pointer;
        border-radius: 6px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        background-color: #ffffff;
        border-bottom: 2px solid #A8A8A8 ;
        padding: 12px 20px;
        font-size: 18px;
        width: 200px;
        margin-left: 20px;
        text-decoration: none;
    }

    .return-btn:hover {
        color: #000000;
        background-color: #ededed;
    }

    .base-31130 .return-btn,
    .base-31200 .return-btn{
        width:220px;
    }

    .base-31200 {
        padding-right: 0px;
        padding-left: 0px;
    }

    .bg-pink-light {
        margin: 3px 3px 0 3px;
    }

    .disable {
        display: inline-block;
        text-align: center;
        vertical-align: middle;
        border-radius: 6px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        color: #000000;
        background-color: #FFBC00;
        border-bottom: 2px solid #BBBBBB;
        padding: 12px 20px;
        font-size: 18px;
        width: 280px;
        margin-left: 20px;
        text-decoration: none;
        cursor: not-allowed;
        pointer-events: none;
        opacity: 0.65;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        box-shadow: none;
        background-color: #CCCCCC;
    }

    .base-31100 .disable{
        margin: 0px;
    }

    .base-31100 .cf-recruitment-text br {
        display: none;
    }

    /*
    //======================================
    // MDPSL31110 プロジェクト申し込み
    //======================================
    */
    .content-title {
        margin-left: 10px;
        margin-top: 15px;
    }

    .pink-title {
        color: #e41174;
    }

    .how-much {
        width: 190px;
        font-size: 20px;
        display: inline-block;
        padding: 12px 14px;
        margin-right: 10px;
        color: #555555;
        background-color: #ffffff;
        background-image: none;
        border: 1px solid #cccccc;
        border-radius: 4px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        text-align: right;
    }

    .yen {
        display: inline-block;
        top: 2px;
        position: relative;
    }

    .return-check {
        margin-top: 10px;
        margin-left: 5px;
        font-weight: bold;
    }

    .base-31110 [type="checkbox"]:not(:checked),
    .base-31110 [type="checkbox"]:checked {
      display: none;
    }

    .base-31110 [type="checkbox"]:not(:checked) + label,
    .base-31110 [type="checkbox"]:checked + label {
      position: relative;
      padding-left: 25px;
      cursor: pointer;
    }

    .base-31110 [type="checkbox"]:not(:checked) + label:before,
    .base-31110 [type="checkbox"]:checked + label:before {
        content: '';
        position: absolute;
        left: 0;
        top: 2px;
        width: 25px;
        height: 25px;
        border: 1px solid #aaa;
        background: #ffffff;
        border-radius: 3px;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
        top: -4px;
        left: -5px;
    }

    .base-31110 [type="checkbox"]:not(:checked) + label:after,
    .base-31110 [type="checkbox"]:checked + label:after {
        content: '✔';
        position: absolute;
        top: -5px;
        left: 1px;
        font-size: 27px;
        line-height: 0.8;
        color: #d80166;
        transition: all .2s;
    }

    .base-31110 [type="checkbox"]:not(:checked) + label:after {
      opacity: 0;
      transform: scale(0);
    }

    .base-31110 [type="checkbox"]:checked + label:after {
      opacity: 1;
      transform: scale(1);
    }

    .content-button {
        width: 100%;
        height: 80px;
        background-color: #E2E2E2;
    }

    .base-31100 .content-button {
        width: 600px;
        margin: 0 auto;
    }

    .base-31100 .content-button a:hover {
        color: #000000;
    }

    .description-btn {
        display: inline-block;
        text-align: center;
        vertical-align: middle;
        cursor: pointer;
        border-radius: 6px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        color: #000000;
        background-color: #FFBC00;
        border-color: #FFBC00;
        border-bottom: 2px solid #B77E00;
        padding: 12px 20px;
        font-size: 18px;
        width: 220px;
        text-decoration: none;
    }

    .description-btn:hover {
        color: #000000;
        background-color: #FFDD5A;
        border-color: #FFDD5A;
        border-bottom: 2px solid #B77E00;
    }

    .cancel-btn {
        display: inline-block;
        text-align: center;
        vertical-align: middle;
        cursor: pointer;
        border-radius: 6px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        color: #000000;
        background-color: #ffffff;
        border-color: #dddddd;
        border-bottom: 2px solid #A8A8A8;
        padding: 12px 20px;
        font-size: 18px;
        width: 220px;
        margin-left: 20px;
        text-decoration: none;
    }

    .cancel-btn:hover {
        color: #000000;
        background-color: #ededed;
    }

    .pink-panel {
        background-color: #f58fbf;
        padding: 10px 10px 10px 20px;
    }

    .richtext {
        width: 600px;
        margin: 0px auto;
        background-color: #ffffff;
        margin-bottom: 20px;
        box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
    }

    /*
    //======================================
    // MDPSL31120 プロジェクト申し込み
    //======================================
    */
    .fontsize-18 {
        font-size: 16px;
    }

    .error-message .panel {
        width: 100%;
    }

    .panel .ttl {
        color: #e41174;
        font-size: 15px;
        line-height: 1.0;
        padding: 14px 20px;
    }

    .ttl-bg {
        background-color: #f58fbf;
        border-bottom: 1px solid #f58fbf;
        color: #333 !important;
    }

    .btn-input {
        cursor: pointer;
        font-size: 16px;
        font-weight: bold;
        line-height: 1.0;
        padding: 20px 0;
        text-align: center;
        text-decoration: none;
        width: 210px;
        border-top: none;
        border-left: none;
        border-right: none;
    }

    /*
    //======================================
    // 小売サイトサブメニュー
    //======================================
    */
    .subWrapper01 {
        clear: both;
    }

    /* =========================================================

    p-site-page-info 

    サイトページインフォ

    ========================================================= */
    .p-site-page-info {
      min-width: 100%;
      height: 51px;
      margin-bottom: 7px;
      background: #fff;
      background: rgba(255, 255, 255, 0.33);
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
      z-index: -1;
      overflow: hidden;
    }
    .p-site-page-info .l-container {
      position: relative;
    }
    .p-site-page-info__nav {
      display: table;
      width: 720px;
      list-style: none;
      margin: 0;
      overflow: hidden;
      padding: 0;
      z-index: 100;
      position: relative;
    }
    .p-site-page-info__nav > li {
      display: table-cell;
      text-align: center;
      vertical-align: middle;
      margin: 0;
      padding: 0;
    }
    .p-site-page-info__nav > li > a {
      display: block;
      padding: 23px 10px;
      vertical-align: middle;
      text-align: center;
      text-decoration: none;
      color: #000000;
    }
    .p-site-page-info__nav > li > a.disable,
    .p-site-page-info__nav > li > a.disable:hover {
      background-color: #b1b6af;
      color: #757b77;
      cursor: default;
    }
    .p-site-page-info__nav li a:hover {
      background: #c5ce79;
    }
    .p-site-page-info__nav li a.active {
      background: #d5dc9e;
    }
    .p-site-page-info__title {
      font-size: 18px;
      /*
      color: #056b49;
      */
      margin: 0;
      /*
      padding-left: 16px;
      line-height: 65px;
      */
      font-weight: normal;
      text-align: center;
      padding: 15px 0 0 0;
    }
    .p-site-page-info__title .b-icons {
      /*
      padding-right: 12px;
      */
    }
    .p-site-page-info__back {
      position: absolute;
      right: 10px;
      top: 20px;
    }

    /*
    //======================================
    // MDPSL32000 ギフト一覧
    //======================================
    */
    
    .gift-shadow-rb {
        box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
    }

    .base-32000-white {
        box-sizing:border-box;
        width: 100%;
        background-color: #ffffff;
    }

    /* 見出しタイトル部 */
    .base-32000-headding-title01 {
        box-sizing:border-box;
        background-color: #f58fbf;
        width: 100.1%;
        height: 55px;
        text-align:left;
        vertical-align: middle;
        padding-left:2%;
        display: table;
    }

    /* タイトル部 */
    .base-32000-headding-title02 {
        font-size: 20px;
        display: table-cell;
        vertical-align: middle;
        height: 55px;
        width:8%;
        font-weight:bold;
        padding-top: 5px;
    }

    .content-32000 {
        width: 100%;
        margin:0;
    }

    .content-32000-child{
        float:left;
        box-sizing:border-box;
        display:table-cell;
        width: 25%;
        border-left: solid 1px #E2E2E2;
        border-top: none 0px #E2E2E2;
        border-bottom: solid 1px #E2E2E2;
        border-right: solid 1px #E2E2E2;
    }

    .content-32000-list-info {
        height: 225px;
        max-height:225px;
    }

    /* ギフトイメージ部 */
    .content-32000-top-image {
        position: relative;
        min-height:60%;
        max-height:60%;
        height:60%;
        overflow:hidden;
        display:table;
        table-layout:fixed;
        width:100%;
    }

    .content-32000-image-div {
        vertical-align: middle;
        display: table-cell;
        height: 100%;
        min-width: 100%;
        width: 100%;
        background-size: contain !important;
    }

    .content-32000-image-div a {
        display: block;
        width: 100%;
        height: 100%;
        background-color: black;
        -ms-filter: "alpha(opacity=0)";
        opacity: 0;
    }

    .content-32000-image-div a:hover {
        opacity: 0.2;
        background-color: #FFFFFF;
    }

    /* ギフトイメージ部 */
    .content-32000-sign-top {
        position: absolute;
        top: 0px;
        left: 0px;
        z-index: 999;
    }

    .content-32000-sign-top img {
        max-width:100%;
        height:auto;
    }

    /* クーポン説明部 */
    .content-32000-middle-image {
        margin-top:2%;
        margin-left: 6%;
        margin-right: 5%;
    }

    /* ギフト名 */
    .content-32000-text-gift {
        word-break:break-all;
        overflow:hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        font-size: 12px;
        margin-top: 8px;
        height: 20px;
        font-weight: bold;
    }

    /* 店舗名 */
    .content-32000-text-tenpo {
        word-break: break-all;
        font-size: 10px;
        line-height: 1.2;
        font-weight: lighter;
        margin-top: 10px;
    }

    /* 価格 */
    .content-32000-text-price {
        word-break: break-all;
        overflow: hidden;
        font-size: 10px;
        line-height: 1.1;
        margin-top: 0px;
        padding-top: 1px;
        font-weight: lighter;
        height: 23px;
    }

    .content-32000-button {
        width: 100%;
        background-color: #E2E2E2;
    }

    .content-32000-buttun-position{
        text-align: center;
    }

     /* 購入履歴ボタン */
    .order-history-btn {
        display: inline-block;
        text-align: center;
        vertical-align: middle;
        cursor: pointer;
        border-radius: 4px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        color: #000000;
        background-color: #fff;
        border-color: #dddddd;
        border-bottom: 2px solid #A8A8A8;
        padding: 15px 0px;
        font-size: 20px;
        width: 220px;
        text-decoration: none;
        margin: 17px 0;
    }

     /* 購入履歴ボタン（hover)  */
    .order-history-btn:hover {
        color: #000000;
        background-color: #f8f8f8;
        border-color: #FFDD5A;
        border-bottom: 2px solid #A8A8A8;
    }

    /* 情報ありませんパネル*/
    .no-data-panel-32000 {
        display: table;
        width: 100%;
    }

    .no-data-message-d-32000 {
        background-color: white;
        font-size: 20px;
        text-align: center;
        height: 150px;
        display: table-cell;
        vertical-align: middle;
    }

    /*
    //======================================
    // MDPSL32010 ギフト詳細
    //======================================
    */

    /* パネル */
    .gf-panel {
        box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
        box-sizing: border-box;
        font-size: 14px;
        background-color: #fff;
        width: 100%;
    }

    .content-title-32010 {
        margin-left: 10px;
        margin-right:10px;
        margin-top: 10px;
    }

    /* 企業名 */
    .gf-conpanyname{
        font-size: 15px;
        word-break:break-all;
    }

    .delimiter-line-32010 {
        border: solid;
        color: #E2E2E2;
        margin: 0 auto;
        border-width: 0px 0px 2px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .gf-delimiter-line {
        border: solid;
        color: #E2E2E2;
        margin: 0 auto;
        border-width: 0px 0px 2px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    /* ギフト名 */
    .gf-giftname{
        font-size: 27px;
        margin-top: 10px;
        word-break:break-all;
        line-height:30px;
    }

    /*  値段/ポイント  */
    .gf-price{
        font-size: 22px;
        padding-top: 30px;
    }

    .content-body-32010 {
        display: table;
        margin-top: 20px;
        width: 100%;
    }

    /*  ギフト画像  */
    .gf-ItemImage{
        display: table-cell;
        width: 50%;
    }

    /*  ギフト画像  */
    .GiftDetailImg{
        width: 97%;
    }

    /*  ギフト画像  */
    .gf-32010-GiftImgArea {
	    width:100%;
    }

    /*  ギフト画像  */
    .gf-32010-GiftImgArea img {
	    width:100%;
	    height:auto;
    }

    /*  ギフト詳細  */
   .gf-ItemDetail-32010{
        vertical-align: top;
        display: table-cell;
        width: 50%;
        padding-left:15px;
        word-break:break-all;
    }

    /*  テキストボックス-タイトル部  */
    .gf-pink-title{
        font-size: 18px;
        color: #e41174;
        font-weight: bold;
    }

    /*  テキストボックス-入力欄  */
    /*.gf-Message {
        width: 100%;
        height:100px;
        font-size: 20px;
        display: inline-block;
        padding: 12px 14px;
        margin-right: 10px;
        color: #555555;
        background-color: #ffffff;
        background-image: none;
        border: 1px solid #cccccc;
        border-radius: 4px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    }*/

    .gf-pt-32010 {
        padding-top: 10px !important;
    }

    .gf-content-area{
        padding:20px;
        background-color: #ffffff;
        word-break:break-all;
    }

     /*  ボタン  */
    .content-32010-button {
        width: 100%;
        background-color: #E2E2E2;
        margin-top:15px;
    }

    /*  「このギフトを贈る」ボタン  */
    .PresentGift-32010-btn {
        display: inline-block;
        text-align: center;
        vertical-align: middle;
        cursor: pointer;
        border-radius: 4px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        color: #fff;
        background-color:#e41174;
        border-color:#e41174;
        border-bottom: 2px solid #8B0000;
        padding: 15px 0px;
        font-size: 20px;
        width: 250px;
        margin: 17px 0;
        text-decoration: none;
    }

     /* 「このギフトを贈る」ボタン（hover)  */
    .PresentGift-32010-btn:hover {
        color: #fff;
        background-color: #c3005c;
        border-color: #c3005c;
        border-bottom: 2px solid #9f004b;
    }

    /*  リッチテキストエリア  */
    .gf-rich-content-area {
        background-color: #ffffff;
        display:table;
        width:100%;
        padding: 10px 0px;
    }

    /* 「贈り方・受け取り方」 */
    .gf-rich-content-area .gf-present-text,
    .gf-rich-content-area .gf-exchange-text {
        font-size: 16px;
        font-weight: bold;
    }

    .gf-rich-content-area-margin {
        margin-left:10px;
        margin-right:10px
    }

    /*  リッチテキスト-テキストエリア  */
    .gf-rich-content-area-left{
        vertical-align: top;
        display:table-cell;
        width:50%;
    }

    /*  リッチテキスト画像エリア  */
    .gf-rich-content-area-right{
        vertical-align: top;
        display:table-cell;
        width:50%;
    }

    /*  リッチテキスト画像  */
    .gf-richImg{
        width:100%;
        height:auto;
    }

    /*
    //======================================
    // MDPSL32020 ポイント交換内容の確認
    //======================================
    */

    .gf-32020-title {
        font-size: 22px;
        font-weight: bold;
        width: 590px;
    }

    .gf-32020-pink-title{
        font-size: 15px;
        color: #e41174;
        font-weight: bold;
    }

    /*    */
    .gf-32020-detail{
        font-size: 20px;
        padding-top: 30px;
        word-break:break-all;
    }

    .content-body-32020 {
        display:table;
        width:100%;
    }


    .gf-32020-ItemImage{
        display: table-cell;
        width: 50%;
        background-color: #fdfdfd;
        text-align:center;
        border: 1px solid #f3f3f3;
    }

    .gf-32020-GiftImgArea{
        width: 80%;
        min-height: 100%;
        margin: 0px auto 0px auto;
        background-repeat:no-repeat;
        background-position:center center;
        background-size:100% auto;
    }

    /*  ギフト詳細  */
   .gf-ItemDetail-32020{
        vertical-align: top;
        display: table-cell;
        width: 50%;
        padding-left:5px;
        padding-right:5px;
    }
   
    /*  ギフト画像  */
    .gf-32020-GiftImgArea img {
	    width:100%;
	    height:auto;
    }

    .gf-32020-GiftImgArea span {
        margin-top: 100%;
        display: inline-block;
        padding-bottom: 15px;
        opacity: 0;
    }

     /*  ボタン  */
    .content-32020-button {
        width: 100%;
        background-color: #E2E2E2;
        margin-top: 15px;
    }

    .gf-pt17 {
        padding-top: 17px !important;
    }

    /*  「確定する」ボタン  */
    .orderconfirm-btn {
        display: inline-block;
        text-align: center;
        vertical-align: middle;
        cursor: pointer;
        border-radius: 4px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        color: #fff;
        background-color:#e41174;
        border-color:#e41174;
        border-bottom: 2px solid #8B0000;
        padding: 15px 0px;
        font-size: 20px;
        width: 250px;
        margin: 17px 0;
        margin-right: 10px;
        text-decoration: none;
    }

    /*  「確定する」ボタン（hover）  */
    .orderconfirm-btn:hover {
        color: #fff;
        background-color: #c3005c;
        border-color: #c3005c;
        border-bottom: 2px solid #9f004b;
    }

    /* 「キャンセル」ボタン */
    .cardchange-btn {
        display: inline-block;
        text-align: center;
        vertical-align: middle;
        cursor: pointer;
        border-radius: 4px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        color: #000000;
        background-color: #fff;
        border-color: #dddddd;
        border-bottom: 2px solid #A8A8A8;
        padding: 15px 0px;
        font-size: 20px;
        width: 250px;
        margin:17px 0px;
        margin-left: 10px;
        text-decoration: none;
    }

     /*「キャンセル」ボタン（hover)  */
    .cardchange-btn:hover {
        color: #000000;
        background-color: #ededed;
        border-color: #FFDD5A;
        border-bottom: 2px solid #A8A8A8;
    }

    /*
    //======================================
    // MDPSL32030 交換完了
    //======================================
    */

     /* 　タイトル部  */
    .gf-32030-title {
        font-size: 22px;
        font-weight: bold;
        width: 590px;
    }

    /* 　メイン　エリア  */
    .content-area-32030 {
        padding: 10px;
        background-color: #ffffff;
    }

    /* 　メイン　ボディ  */
    .content-body-32030 {
        width:100%;
    }

    /* 　メインメッセージ部　エリア  */
   .gf-32030-mainmassage{
        margin: 0px 10px 20px 10px;
    }

    /* 　メインメッセージ部　テキスト  */
    .gf-32030-pink-description{
        font-size: 16px;
        color: #e41174;
        font-weight: bold;
        margin-bottom: 20px;
    }

    /*  URLエ部　リア  */
    .Url-32030-area {
        background-color: #E2E2E2;
        padding: 15px;
        margin: 0px 10px 20px 10px;
    }

    /* URL部　テキスト */
    .Url-32030-text{
        font-size: 20px;
        color: #e41174;
        font-weight: bold;
        overflow: hidden;
        text-overflow: clip;
    }

    /* URL部　テキスト */
    .link-text-32030 {
        color: #e41174;
        text-decoration: none;
    }

    /* 補足説明部　エリア */
    .ExplanationText-area-32030{
       width:100%; 
    }

    /* 補足説明部　テキスト */
    .ExplanationText-32030{
        margin: 0px 10px 20px 10px;
    }

     /*  メールアドレス部　エリア */
    .Email-32030-Supplementary {
        margin: 0px 10px 20px 10px;
    }

     /*  メールアドレス部　タイトル  */
    .Email-32030-title {
        color:#e41174;
    }

     /*  ボタン部  */
    .content-32030-button {
        width: 100%;
        background-color: #E2E2E2;
    }

     /*  ボタン部　配置  */
    .content-32030-buttun-position{
        text-align: center;
    }

     /* 「交換商品一覧へ戻る」ボタン */
    .ItemList-32030-btn {
        display: inline-block;
        text-align: center;
        vertical-align: middle;
        cursor: pointer;
        border-radius: 4px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        color: #000000;
        background-color: #fff;
        border-color: #dddddd;
        border-bottom: 2px solid #A8A8A8;
        padding: 15px 0px;
        font-size: 20px;
        width: 250px;
        margin:17px 0px;
        text-decoration: none;
        margin-right:10px;
    }

     /* 「交換商品一覧へ戻る」ボタン（hover)  */
    .ItemList-32030-btn:hover {
        color: #000000;
        background-color: #ededed;
        border-color: #FFDD5A;
        border-bottom: 2px solid #A8A8A8;
    }

     /* 「交換履歴を見る」ボタン */
    .orderhistory-32030-btn {
        display: inline-block;
        text-align: center;
        vertical-align: middle;
        cursor: pointer;
        border-radius: 4px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        color: #000000;
        background-color: #fff;
        border-color: #dddddd;
        border-bottom: 2px solid #A8A8A8;
        padding: 15px 0px;
        font-size: 20px;
        width: 250px;
        margin:17px 0px;
        text-decoration: none;
        margin-left:10px;
    }

     /* 「交換履歴を見る」ボタン（hover)  */
    .orderhistory-32030-btn:hover {
        color: #000000;
        background-color: #ededed;
        border-color: #FFDD5A;
        border-bottom: 2px solid #A8A8A8;
    }


    /*
    //======================================
    // MDPSL32050 ポイント交換履歴
    //======================================
    */

    .sp-base-32050 {
        display: none;
    }

    .gf-32050-title {
        font-size: 22px;
        font-weight: bold;
        width: 590px;
    }

    .content-body-32050 {
        width:100%;
        border-bottom: 1px solid #DCDCDC;
        table-layout: fixed;
    }

    .content-body-32050 tr:nth-child(2n+1) {
	    background: #f8f8f8;
    }

    .content-body-32050 tr:first-child {
	    background: #ffcee5;
    }

    .pink-panel-32050 {
        background-color: #f58fbf;
        padding: 20px 10px 20px 20px;
    }

    .content-menu-32050{
        background-color: #ffcee5;
        width:100%;
    }

    
    .gf-32050-header-cell {
        height: 52px;
        vertical-align: middle;
    }

    .content-table-tb-32050{
        font-size: 9px;
    }

    .content-menuarea1-32050{
        width: 15%;
        height: 45px;
        font-size: 10px;
    }

    .content-menuarea2-32050{
        width: 30%;
        height: 45px;
        font-size: 10px;
        vertical-align: middle;
    }

    .content-menuarea3-32050{
        width: 40%;
        height: 45px;
        font-size: 10px;
        vertical-align: middle;
    }

    .content-menuarea4-32050{
        width: 15%;
        height: 45px;
        font-size: 10px;
        vertical-align: middle;
    }

    .menu-32050{
        height: 35px;
        font-weight: bold;
        text-align: center;
        padding-top: 16px;
        font-size: 16px;
    }

    .border-lf-item{
        border-left: 1px solid #ffbad9;
    }

    .border-lf-list{
        border-left: 1px solid #DCDCDC;
    }

    .gf-32050-text-center{
        text-align:center;
    }

    .gf-32050-padding-text{
        padding:5px 10px;
    }

    .gf-32050-text{
        vertical-align: middle;
        line-height: 15px;
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .gf-32050-text-overflow-itemname{
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .gf-32050-text-overflow-url{
        white-space: nowrap;
        overflow: hidden;
        text-overflow:  ellipsis;
    }

    .content-list-32050{
        display:table;
        width:100%;
    }

    .content-list-32050{
        display:table;
        width:100%;
    }

    .list-32050{
        vertical-align: middle;
        display: table-cell;
        font-size: 12px;
        padding: 10px 24px;
    }

    /* URLテキスト */
    .link-text-32050 {
        text-decoration: underline;
    }

    /*
    //==============================================
    // MDPSL30050 エラーメッセージ(ポイントサイト)
    //==============================================
    */
    .base-30050 {
        margin-top: -7px;
    }

    .pink-panel-30050 {
        background-color: #f58fbf;
        font-size: 15px;
        line-height: 1.0;
        padding: 14px 20px;
    }

    .base-30050 .content-area {
        padding: 18px;
        background-color: #ffffff;
    }

    .content-body-30050 {
        width:100%;
    }

    .massage-text-30050{
        font-size: 13px;
    }

    .content-button-30050 {
        background-color: #fdeaef;
    }

    .content-buttun-position-30050{
        text-align: center;
    }

     /* ボタン（区分01、02） */
    .errkbn12-btn-30050 {
        display: inline-block;
        text-align: center;
        vertical-align: middle;
        cursor: pointer;
        border-radius: 6px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        color: #fff;
        background-color:#e41174;
        border-color:#e41174;
        border-bottom: 3px solid #9f004b;
        padding: 13.5px 0px;
        font-size: 15px;
        width: 210px;
        text-decoration: none;
        font-weight: bold;
        margin:17px 0px;
    }

     /* ボタン（区分01、02）（hover)  */
    .errkbn12-btn-30050:hover {
        color: #fff;
        background-color: #c3005c;
        border-color: #c3005c;
        border-bottom: 3px solid #9f004b;
    }

     /* ボタン（区分03） */
    .errkbn3-btn-30050 {
        display: inline-block;
        text-align: center;
        vertical-align: middle;
        cursor: pointer;
        border-radius: 6px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        color: #000000;
        background-color:#fff;
        border-color:#dddddd;
        border-bottom: 2px solid #A8A8A8;
        padding: 20px 0px 14px 0px;
        font-size: 15px;
        width: 200px;
        text-decoration: none;
        font-weight: bold;
    }

     /* ボタン（区分03）（hover)  */
    .errkbn3-btn-30050:hover {
        color:#000000;
        background-color: #ededed;
        border-bottom: 2px solid #A8A8A8;
    }

    /*
    //======================================
    // MDPSL33010 電気料金・ガス料金支払い申し込み確認
    //======================================
    */

    .pj-panel img {
		height: auto;
		width: 100%;
	}

    .pj-panel .ttl {
        color: #e41174;
        font-size: 15px;
        line-height: 1.0;
        padding: 14px 20px;
    }

    .pj-panel .bold {
        font-weight: bold;
    }

    .point-col1 {
		width: 100%;
		height: 107px;
		padding: 9px 0 15px;
		text-align: center;
		background: #ffe9ca url(/img/happiepoint/bg_arrow_down.png) no-repeat center 67px;
		background-size: 30px;
	}

    .point-col1-rate {
		margin: 0 0 7px;
		font-size: 16px;
	}

	.point-col1-point {
		margin: 5px 0 30px;
		font-size: 16px;
	}

	.point-col1-point span {
		color: #e41174;
		font-size: 32px;
		font-weight: bold;
	}

    .point-col2 {
	    margin: 0 0 0 -4px;
    }

    .point-col2-col {
	    height: 52px;
	    margin: 4px 0 0 4px;
	    padding: 9px 0 0 0;
	    text-align: center;
	    background:  #ffe9ca;
    }

    .point-col2 {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
	}

    .point-col2-col {
		width: 100%;
	}

    .box-form {
	    box-sizing: border-box;
	    padding: 10px;
	    width: 100%;
    }
    
    .box-form {
		padding: 0 20px;
	}

    .box-form:nth-child(even) {
	    background-color: #f8f8f8;
    }
    
    .box-form > dt {
    	box-sizing: border-box;
	    font-weight: bold;
    }

	.box-form > dt {
		padding: 30px 0;
		text-align: center;
		font-size: 16px;
	}

    .box-form > dd {
	    box-sizing: border-box;
	    vertical-align: middle; 
    }

    .box-form > dd {
		padding: 0 0 30px;
	}

    .ico-hissu-33010 {
        background-image: url(/img/happiepoint/ico_hissu.png);
        background-size: 38px 21px;
        margin-right: 8px;
        margin-top: -2px;
        height: 21px;
        width: 38px;
    }

    .radio-33010 {
	position: absolute;
	z-index: -1;
}
    .radio-labelclass-33010 {
	    background: url("/img/happiepoint/ico_radio.png") no-repeat scroll left center rgba(0, 0, 0, 0);
	    background-size: 21px;
	    display: inline-block;
	    margin-right: 20px;
	    padding: 2px 0 0 28px;
    }

    .radio-labelselected-33010 {
	    background: url("/img/happiepoint/ico_radio_on.png") no-repeat scroll left center rgba(0, 0, 0, 0); 
	    background-size: 21px;
    }

    .mb20 {
        margin-bottom: 20px;
    }

    .input-33010{
	box-sizing: border-box;
	border: 1px solid #cfcfcf;
	border-radius: 5px;
	/*color: #999999;*/
	font-size: 14px;
	/*line-height: 1.0;*/
	padding: 10px 12px 9px 12px;
	vertical-align: middle;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
    }

    .input-33010:focus {
	    border: 1px solid #e41174;
	    outline: none;
    }
    
    input-33010{
        font-family: メイリオ, Meiryo, 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    }


    .box-fom-btn > .btn-input {
        font-size: 15px;
		width: 100% !important;
		padding:17px 0;
	}

    .no-btn,
    .no-btn:hover {
    	color: #FFF;
    	background: #cfcfcf;
    }

    .list-note-no li {
	    font-size: 12px;
	    line-height: 20px;
	    list-style-type: none;
	    padding-left: 2em;
	    text-indent: -2em;
    }

    .ico-back-33010 {
        background-image: url(/img/happiepoint/ico_back.png);
        background-size: 14px;
        margin-left: 5px;
        height: 26px;
        width: 26px;
    }

    
    /*
    //======================================
    // MDPSL33020 電気料金・ガス料金支払い申し込み確認
    //======================================
    */
    /*
    .p25 {
        padding: 25px;
    }*/

    span.end_anno{
    	color:#FF9900;
    }

    .forms-33020{ /*修正ボタン＋申込ボタン*/
	    text-align:center;
    }

    .btn_next-33020 { /*申込ボタン*/
        background: none;
        border: none;
        cursor: pointer;
    }

    /*
    //======================================
    // MDPSL33030 電気料金・ガス料金支払い申し込み完了
    //======================================
    */

    /* パネル */
    .pj-panel {
        box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
        box-sizing: border-box;
        margin-top: 15px;
        font-size: 14px;
        background-color: #fff;
        width: 100%;
    }

    p.h2_lead{
	    font-weight:bold;
	    line-height: 1.3;
    }

    .list-note {
    	margin-top: 16px;
    }

    .list-note li {
	    font-size: 12px;
	    line-height: 20px;
	    list-style-type: none;
	    /*margin-top: 16px;*/
	    padding-left:15px;
	    text-indent: -15px;
    }

}

/* google adsence用 */
@media screen and (min-width:600px) and (max-width: 959px) {
  .section__frame1 {
    width: 100%;
    margin-top: 10px !important;
  }

  .wrap {
    margin: auto auto;
    border-radius: 10px;
  }
}

/* EOF */
