﻿@charset "UTF-8";

/*
//======================================
// レイアウト設定 (base.css)
//======================================
*/
@media screen and (min-width: 960px) {
	body > form > header,
	header > .nav-global,
	body > form > #content,
	body > form > footer {
		box-sizing: border-box;
		min-width: 960px;
	}

/* header
------------------------------------------------------------------ */
    .header-in { background-color: #fff; }

    /* .sp-header */
    .sp-header {
        margin: 0 auto;
        width: 960px;
    }

    /* .logo */
    .logo {
        float: left;
        padding: 10px 0 7px 6px;
    }

    /* .list-group-company */
    .list-group-company {
        float: right;
    }
    .list-group-company li {
        float: right;
        font-size: 1%;
        line-height: 1.0;
        list-style-type: none;
        padding-top: 13px;
    }
    .company-kepco {
        padding-left: 15px;
    }
    .list-group-company li.company-kepco {
        padding-top: 4px;
    }
    .drawer-menu {
        position: relative;
        z-index: 30;
    }

    /* .nav-global */
    .nav-global {
        background-color: #e41174;
        clear: both;
        position: relative;
    }
    /* .nav-global-in */
    .nav-global-in {
        margin: 0 auto;
        width: 960px;
        text-align: center;
    }
    /* .nav-global */
    .nav-global a {
        color: #fff;
        display: table-cell;
        width: 191px;
        height: 60px;
        text-decoration: none;
        vertical-align: middle;
    }
    /* .nav-first */
    .nav-global .nav-first {
            display: table;
            width: 960px;
    }
    .nav-global .nav-first > li {
        border-right: 1px solid #ea6ca7;
        /*float: left;*/
        font-size: 14px;
        font-weight: bold;
        width: 191px;
        -webkit-font-smoothing: subpixel-antialiased;
        box-sizing: border-box;
    }
    .nav-global .nav-first > li:first-child {
        border-left: 1px solid #ea6ca7;
        width: 190px;
    }
    .nav-global .nav-first > li:first-child a {
        width: 189px;
    }
    .nav-global .nav-first a:hover,
    .nav-global .nav-first li:hover > a {
        background-color: #c3005c;
    }
    .nav-global .nav-first .nav-first-item {
        display: table-cell;
        width: 20%!important;
    }
    /* .nav-second */
    .nav-global .nav-second {
        display: none;
        position: absolute;
        z-index: 99;
        box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
        -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
    }
    .nav-global .nav-second li {
        float: none;
        border-top: 1px solid #c3005c;
    }
    .nav-global .nav-second li:first-child {
        border-top: none;
    }
    .nav-global .nav-second li > a {
        background-color: #e41174;
        box-sizing: border-box;
        font-size: 12px;
        padding: 15px 16px;
        text-align: left;
        height: 50px;
        z-index: 99;
    }
    .nav-global .nav-second li.nav-second-small > a {
        font-size: 10px;
    }
    /* .nav-third */
    .nav-global .nav-third {
        border-top: 1px solid #c3005c;
    }
    .nav-global .nav-third li > a {
        font-weight: normal;
    }

 /* kepco */
 /* coin */
    .coin{
        margin: 12px 0 0 30px;
        text-align: left;
        width: 510px;
        font-size: 15px;
        color: #707070;
        float: left;
    }
    .coin-pink{
        font-size: 18px;
        color: #d80166;
    }
    .coin-small{
        font-size: 12px;
    }

/* =========================================================

p-site-page-info 

サイトページインフォ

========================================================= */
    .p-site-page-info {
      min-width: 960px;
      height: 65px;
      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: 24px;
      /*color: #056b49;*/
      margin: 0;
      /*
      padding-left: 16px;
      */
      line-height: 65px;
      font-weight: normal;
    }
    .p-site-page-info__title .b-icons {
      /*
      padding-right: 12px;
      */
    }
    .p-site-page-info__back {
      position: absolute;
      right: 10px;
      top: 20px;
    }

    .no-page-info,
    .no-page-info .side .panel--login,
    .no-page-info .side .p-user-info {
      margin-top: 47px !important;
    }

/* #content
    ------------------------------------------------------------------ */
    /* l-container
    ======================================== */
    .l-container {
      width: 960px;
      margin: 0 auto;
    }
    .content-in {
        margin: 0 auto;
        padding-bottom: 84px;
        width: 960px;
    }
    .content-top{
        margin-top: 47px;
    }
    article {
        float: left;
        width: 696px;
    }
    aside {
        float: right;
        width: 234px;
    }
/* =========================================================

 Breadcrumbs

========================================================= */
.b-nav-breadcrumbs {
  line-height: 1;
  list-style: none;
  margin: 14px 0 8px 0;
  padding: 0;
  font-size: 12px;
  display:block;
  position: relative;
}
.b-nav-breadcrumbs:before,
.b-nav-breadcrumbs:after {
  content: " ";
  display: table;
}
.b-nav-breadcrumbs:after {
  clear: both;
}
.b-nav-breadcrumbs li {
  float: left;
  margin: 0 0 7px 0;
  padding: 0;
  line-height: 1.5;
}
.b-nav-breadcrumbs a {
  color: #d80166;
  text-decoration: underline;
}
.b-nav-breadcrumbs a:hover {
  text-decoration: none;
}
.b-nav-breadcrumbs li:before {
  content: "＞";
  margin-left: 4px;
}
.b-nav-breadcrumbs li:first-child:before {
  content: " ";
  margin-left: 25px;
}

.b-nav-breadcrumbs-home {
    position: absolute;
    top: -1px;
    left: 0%;
}

/* メインコンテンツ */
.hapie-point-main-contet {
    margin-bottom: 125px;
}

/* footer
------------------------------------------------------------------ */
    footer {
        background: rgba(79, 76, 75, 0.35);
        clear: both;
        color: #ffffff;
        font-size: 13px;
        line-height: 1.0;
        position: absolute;
        bottom: 0;
        height: 125px;
        width: 100%;
    }

    .nav-footer > ul {
        float: left;
    }
    .footer-in {
        height: 125px;
    }
    .footer-in > small {
        float: right;
        font-size: 10px;
        line-height: 1.0;
        overflow: hidden;
        padding: 10px 0 0 0;
    }

/*
//======================================
// ナビゲーション設定 (base.css)
//======================================
*/

/* .topicpath
------------------------------------------------------------------ */
    .topicpath { display: block; }
    .topicpath p {
        font-size: 12px;
        line-height: 1.0;
        margin: 0 auto;
        padding: 16px 0;
        width: 960px;
    }
    .topicpath p a {
        color: #d80166;
        font-weight: normal;
        text-decoration: underline;
    }
    .topicpath p a:hover {
        text-decoration: none;
    }

/* aside
------------------------------------------------------------------ */
    aside { display: block; }


/* .nav-local */
/* .pagetop
------------------------------------------------------------------ */
    /*.pagetop { padding-top: 170px; }*/
    .pagetop a > img {
        height: 45px;
        vertical-align: top;
        width: 45px;
    }

/* footer
------------------------------------------------------------------ */
    .footer-in {
		box-sizing: border-box;
		margin: 0 auto;
		padding: 32px 0 0;
		width: 960px;
    }

/* .nav-footer
------------------------------------------------------------------ */
    .nav-footer li { margin-top: 10px; }
    .nav-footer li:first-child { margin-top: 0; }


 /*
//======================================
// 共通 (utility.css)
//======================================
*/

/* margin
------------------------------------------------------------------ */
	.mt15 { margin-top: 15px !important; }

/* padding
------------------------------------------------------------------ */
	.pb27 { padding-bottom: 27px !important; }

/* display
------------------------------------------------------------------ */
	.d-none-pc{
		display: none
	}

/* width
------------------------------------------------------------------ */
	.w300 { width: 300px !important; }
	.w380 { width: 380px !important; }
    .w960 { width: 960px; } 

/* line-height
------------------------------------------------------------------ */
    .lh2-55em{
	    line-height: 2.55em !important;
    }

    aside .panel {
        width: 231px;
    }

    .__h {
        margin-top: 0px !important;
    }

    .panel {
        width: 235px;
        background-color: #fff;
        box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
        margin-top: 15px;
        overflow: hidden;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
    }

    .panel .ttl {
        color: #e41174;
        font-size: 15px;
        line-height: 1.0;
        padding: 14px 20px;
    }

    .panel .ttl-underline {
        border-bottom: 1px solid #f58fbf;
    }

    .panel .panel-in {
        padding: 20px;
    }

    .member-name {
        font-size: 12px;
    }

    .member-name span {
        font-size: 20px;
        font-weight: bold;
    }

    .member-point {
        font-size: 12px;
        font-weight: bold;
        margin-top: 12px;
    }

    .member-point dd {
        background: url("../img/happiepoint/bg_member_point.png") no-repeat left top;
        box-sizing: border-box;
        color: #d80166;
        display: table-cell;
        line-height: 1.0;
        font-size: 24px;
        padding: 0 10px;
        height: 40px;
        vertical-align: middle;
        width: 190px;
        text-align: right;
    }

    .box-member-info .note {
        font-size: 12px;
        line-height: 18px;
        margin-top: 2px;
    }

    .nav-utility li {
        font-size: 12px;
        font-weight: bold;
        margin-top: 11px;
    }
 
    .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;
    }

    .btn-chat {
        font-weight: bold;
        padding: 13px 8px;
    }

    .btn-contact {
        font-weight: bold;
        padding: 10px 8px;
    }

    .list-faq-other {
        font-size: 12px;
        font-weight: bold;
        margin-top: 16px;
    }

    .list-faq-other li {
        list-style-type: none;
    }

    .list-tag li {
        display: inline-block;
        list-style-type: none;
        margin-bottom: 7px;
        margin-right: 2px;
    }

    .list-tag li a {
        background-color: #efefef;
        border-radius: 3px;
        color: #111;
        display: block;
        font-size: 12px;
        font-weight: normal;
        line-height: 1.0;
        padding: 10px;
        text-decoration: underline;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-boder-radius: 3px; 
    }

    .list-contact li:first-child {
        margin-top: 16px;
    }

    .list-contact li {
        list-style-type: none;
        margin-top: 7px;
    }

    .nav-footer li { margin-top: 10px; }
    .nav-footer li:first-child { margin-top: 0; }




 /*
//======================================
// img.css
//======================================
*/

	.ico-nav-close {display: none;}

	.box-col2-img{
		width: 310px;
	}

	.box-col2-img2{
		width: 250px;
	}
	.box-col2-img3{
		width: 300px;
	}

 /*
//======================================
// hapiepoint.css
//======================================
*/
/* ヘッダ */
    .ext-nav-global-in-login {
        height:30px;
    }
    .ext-btn-point {
            color: #111111;
        text-decoration: none;
    }
    .ext-btn-point:hover {
        color: #111111;
    }

/* 非表示 */
    .ext-ttl-p-r05 {
        padding-right:5px !important;
    }


/* 住所補完ボタン */
    .ext-address-hokan-btn > .btn-input {
        height: 40px !important;
        width: 140px !important;
        vertical-align:middle;
        padding: 5px;
        margin-left: 20px;
    }

/* みる電でためる */
    .ext-center-box {
        margin: 0 auto 10px;
        width: 435px;
    }

     /*
    //======================================
    // group.css
    //======================================
    */
    /* .box-col2
    ------------------------------------------------------------------ */
    .box-col2 .col {
        float: left;
        width: 339px;
    }
    .box-col2 .col:nth-child(even){
        float: right;
    }

    .panel-in-large .box-col2 .col {
        width: 315px;
}

    .panel-in-middle .box-col2 .col {
        width: 333px;
    }

    .box-col1 + .box-col2 .col {
	    margin-top: 20px;
    }
    .h369{
        height: 369px !important;
    }
    .sitemap .h410{
        height: 520px;
    }
    .sitemap .h165{
        height: 183px;
    }


    /* .box-col3
    ------------------------------------------------------------------ */
    .box-col3 .col {
        float: left;
        margin-right: 18px;
        width: 220px;
    }
    .panel-in-middle .box-col3 .col {
        box-sizing: border-box;
        margin-right: 6px;
        padding: 30px;
    }
    .box-col3 .col:last-child {
        margin-right: 0;
    }

    /* .col-txt
    ------------------------------------------------------------------ */
    .col-txt {
        box-sizing: border-box;
        padding: 20px 20px 20px 0;
    }


    /* .panel
    ------------------------------------------------------------------ */
    .panel-in { padding: 20px; }
    .panel-in-small { padding: 7px; }
    .panel-in-middle { padding: 12px; }
    .panel-in-large { padding: 33px; }
    .panel-changer{ padding: 25px 30px; }
    .panel-point{ padding: 35px 30px 30px; }
    .panel-point p{ float: left; }
    .panel-height{ height: 174px; }

    .panel-over{
        overflow: hidden;
    }
    .panel-in-two{
        clear: both;
    }

    .panel-in-two div{
        width: 300px;
    }

    .panel-in-two div:nth-child(odd){
        padding-right: 28px;
        border-right: 1px dotted #ccc;
        float: left;
    }

    .panel-in-two div:nth-child(even){
        float: right;
    }

    /* .bg-light-gray
    ------------------------------------------------------------------ */
    .bg-img-texture {
        background: #fff url(/hapiepoint/Images/Bg/bg_img_texture.png) repeat-y left top;
    }


    /* .box-member-info
    ------------------------------------------------------------------ */
    .box-member-info > .member-name {
        font-size: 12px;
    }
    .box-member-info > .member-name > span {
        font-size: 20px;
        font-weight: bold;
    }
    .box-member-info > .note {
        font-size: 12px;
        line-height: 18px;
        margin-top: 2px;
    }
    .box-member-info .member-point {
        font-size: 12px;
        font-weight: bold;
        margin-top: 12px;
    }
    .box-member-info .member-point dd {
        background: url(/img/happiepoint/bg_member_point.png) no-repeat left top;
        box-sizing: border-box;
        color: #d80166;
        display: table-cell;
        line-height: 1.0;
        font-size: 24px;
        padding: 0 10px;
        text-align: right;
        height: 40px;
        vertical-align: middle;
        width: 190px;
    }


    /* .box-fom-btn
    ------------------------------------------------------------------ */
    .box-fom-btn {
        padding: 30px;
    }

    /* .box-fom-btn
    ------------------------------------------------------------------ */
	.box-ac {
		padding: 30px 12px;
		font-size: 14px;
	}
	.box-ac > .col-img {
		padding: 0 !important;
	}
	.box-ac > header + .col-img {
		margin-top: 16px;
	}


    /* .box-col2-h90
    ------------------------------------------------------------------ */
    .box-col2-h90{
        height: 90px;
    }

     /*
    //======================================
    // other
    //======================================
    */
    /* グローバルナビゲーション */
    #nav-global-tukau ul,
    #nav-global-tameru ul,
    #nav-global-tokusuru ul,
    #nav-global-support ul {
        display: none;
    }

    #nav-global-tukau:hover ul,
    #nav-global-tameru:hover ul,
    #nav-global-tokusuru:hover ul,
    #nav-global-support:hover ul {
        display: block;
    }

    .l-row-fluid [class*="l-col-"] {
      display: block;
      width: 100%;
      min-height: 30px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      float: left;
      margin-left: 0;
      *margin-left: -0.052083333333333336%;
    }
    .l-row-fluid .l-col-9 {
      width: 75%;
    }
    .l-row-fluid .l-col-3 {
      width: 25%;
    }

    #breadcrumb {
        margin-bottom: 18px;
    }

    /*
    //======================================
    // MDPSL30000 ヘッダー
    //======================================
    */
    .menu-area-30000 {
        min-height: 30px;
    }

    /*
    //======================================
    // 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% 820px;
        position: absolute;
        width: 100%;
        z-index: -1;
    }
    
    .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: 810px;
        width: 980px;
        margin: 10px auto 0 auto;
    }
    
    /* 2016.12.09 M-00413_わっしょい！プログラムLP修正対応 ADD kitamura start */
    .cf-title-image {
        text-align: center;
    }
    .cf-title-image img {
        width: 535px;
        margin-bottom: 0!important;
    }
    .cf-title-image img:hover {
        -webkit-filter: initial!important;
        filter: none!important;
    }
    .cf-title-inner-link-area {
        width: 100%;
        display: table;
        background-color: #EFEFEF;
        box-sizing: border-box;
        margin-bottom: 5px;
        font-size: 18px;
        font-weight: bold;
    }
    .cf-title-inner-link-1 {
        width: 50%;
        height: 60px;
        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: 30px;
        border: solid 1px #A5A5A5;
    }
    .cf-title-inner-link-2 {
        width: 50%;
        height: 60px;
        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: 900px;
        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: 900px;
        height: auto;
    }
    /* 「関西圏のお客さま・首都圏のお客さま」画像 */
    .cf-application-procedure .application-procedure .cf-area-title-image img {
        width: 900px;
        height: auto;
    }

    /* step1～step3画像 */
    .cf-application-procedure .application-procedure .cf-flow-image img {
        width: 900px;
        height: auto;
    }
    .cf-application-procedure .application-procedure .cf-flow-image {
        position: relative;
    }


    /* 「詳しくはこちら」ボタン1エリア */
    .cf-procedure-detail-btn1-area {
        position: absolute;
        z-index: 5;
        top: 235px;
        left: 150px;
    }
    .cf-procedure-detail-btn1-area img {
        width: 150px!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: 300px;
        left: 47px;
    }
    .cf-procedure-hapiemiruden-signup-btn-area img {
        width: 360px!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: 706px;
        left: 150px;
    }
    .cf-procedure-detail-btn2-area img {
        width: 150px!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: 765px;
        left: 47px;
    }
    .cf-procedure-hapiepoint-signup-btn-area img {
        width: 360px!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: 335px;
        left: 495px;

    }
    .cf-procedure-hapieplus-signup-btn-area img {
        width: 360px!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_header_logo {
        width: 980px;
        margin: 0 auto;
    }

    .cf-heading-image {
        width: 906px;
        margin: 0 auto;
     }

    .cf-heading-image img {
        width: 906px;
        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;
    }

    .lp_cf_project .cf-list:nth-child(even) {
        margin-right: 0.5%;
    }

    .cf-list {
        width: 25%;
        display:inline-block;
        background-color: #fff;
        padding-bottom: 5px;
        box-sizing: border-box;
    }

    .cf-list-image-div {
        height: 157px;
        width: 100%;
        display: table;
        table-layout: fixed;
    }
    
    .cf-list-image-div img {
        max-height: 157px;
        height: auto;
        max-width: 100%;
        width: auto;
    }

    .cf-list-image-div embed {
        max-height: 157px;
        height: auto;
        max-width: 178.5px;
        width: auto;
    }

    .cf-list-text {
        width: 90%;
        height: 175px;
        margin: 0 auto;
    }

    .cf-list-text1 {
        font-size: 14px;
        font-weight: bold;
        height: 45px;
    }

    .cf-list-text2 {
        font-size: 13px;
        height: 140px;
    }

    .cf-list-text-none {
        width: 90%;
        height: 288px;
        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: 5px;   
        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: 15px;
        font-size: 12px;
        font-weight: bold;
    }

    .cf-project-table {
        display: table;
        width:100%;
    }

    .cf-project-label {
        display: table-cell;
        width: 40%;
    }

    .cf-project-text {
        display: table-cell;
        width: 60%;
    }

    .base-31010 .pink-panel {
        background-color: #f58fbf;
        padding: 10px 20px 10px 20px;
        border-right: 1px solid #cccccc;
        box-sizing: border-box;
    }

    .wrapperIn {
        width: 100%;
    }

    .lp_cf_content{
        width:980px;
        margin: 0 auto;
        position: relative;
        /* 2016.12.09 M-00413_わっしょい！プログラムLP修正対応 MOD kitamura start */
        /*
        top: 303px;
        */
        top: 13px;
        /* 2016.12.09 M-00413_わっしょい！プログラムLP修正対応 MOD kitamura end   */
    }

    .header-kandenlogo img{
        margin:10px;
    }

    .header-mirudenlogo img{
        float:right;
        margin-top:2px;
        margin-right: 10px;
    }

    .lp_cf_project {
        background: white;
        width: 900px;
        background-repeat: no-repeat; 
        background-size: contain;
        margin: 20px 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;
    }
    
    .cf-plus {
        width: 75%;
        margin:0 auto;
        text-align:left;
    }

    .cf-plus-ico1 {
        width: 45px;
        height: auto;
        position: relative;
        top: 30px;
    }

    .cf-plus-ico2 {
        width: 45px;
        height: auto;
        position: absolute;
        top: 625px;
        left: 0px;   
    }

    .lp_cf_genre-l {
        width: 44%;
        display: inline-block;
        margin: 10px 20px 50px 41.5px;
        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: 44%;
        display: inline-block;
        margin: 10px 41.5px 50px 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_genrenumber{
        font-weight: bold;
        opacity: 0.7;
        font-size:15px;
        color: #4682B4;
        margin-bottom:-5px;
        text-align:center;
    }

    .lp_cf_genrename {
        opacity: 0.7;
        font-size:40px;
        color: #191970;
        margin-bottom:10px;
        text-align:center;
        line-height: 1.5;
    }

    /* 2017.01.16 わっしょい！プログラムLP終了対応 ADD Morita start */
    .lp_cf_end_list {
        width: 90%;
        margin: 10px auto 50px auto;
        text-align: left;
        vertical-align: top;
    }

    .lp_cf_end_list .cf-list {
        width: 24.3%!important;
    }

    .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: 50%;
    }
    /* 2017.01.16 わっしょい！プログラムLP終了対応 ADD Morita end */

    .base-31600 .cf-list {
        display: inline-block;
        vertical-align: middle;
        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;
        margin-right: 0%;
        text-align: left;
    }

   .cf_supportexplanation_t{
        width: 900px;
        /* 2016.12.12 M-00413_わっしょい！プログラムLP修正対応 MOD kitamura start */
        /*
        margin: 35px auto 0 auto;
        */
        margin: 0 auto;
        /* 2016.12.12 M-00413_わっしょい！プログラムLP修正対応 MOD kitamura end   */
        background-color: #EBEBEB;
        padding-bottom: 30px;
    }

    .cf_supportexplanation_l{
        width:100%;
        height:auto;
        margin-bottom:10px;
    }

    .cf_methodsp {
        display: none;
    }

    .cf_supportexplanation_r{
        padding-bottom: 10px;
        text-align: center;
    }

    .cf_supportexplanation_r a {
        color: #e41174;
        position: absolute;
        left: 117px;
        bottom: 55px;
        font-size: 14px;
        text-decoration: none;
     }

    .cf_supportexplanation_r a:hover {
        color: #e41174;
        text-decoration: underline;
     }

    .hapiepoint_img{
        width:46%;
        height:auto;
        margin-right: 5px;
    }

    .returnpresent_img{
        /* 2016.12.14 M-00413_わっしょい！プログラムLP修正対応 MOD kitamura start */
        /*
        width:46%;
        height:auto;
        margin-left:5px;
        */
        width:100%;
        height:auto;
        /* 2016.12.14 M-00413_わっしょい！プログラムLP修正対応 MOD kitamura end   */
    }

    .footer-inner {
        padding: 20px;
        width:940px;
        margin: 0 auto;
        text-align: center;
    }

    .footer-text {
        display:inline-block;
    }

    .footer-kandenlogo{
        margin-left:20px;
    }
    
    .footer-kandenlogo img {
        vertical-align: sub;
    }

    .lp_cf_footer{
        position: relative;
        /* 2016.12.09 M-00413_わっしょい！プログラムLP修正対応 MOD kitamura start */
        /*
        top: 303px;
        */
        top: 13px;
        /* 2016.12.09 M-00413_わっしょい！プログラムLP修正対応 MOD kitamura end   */
    }

    .footer-area {
        background: #fff;
    }


    /*
    //======================================
    // MDPSL31100 プロジェクト詳細
    //======================================
    */
    .CF-panel {
        width: 96.7%;
        box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
        box-sizing: border-box;
        font-size: 14px;
    }

    .base-31100 .CF-panel {
        width:920px;
        margin:0 auto;
        margin-bottom: 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;
        position: relative;
    }

    .base-31100 .content-detail-title {
        padding: 10px;
    }

    .cf-recruit-title {
        position: absolute;
        top: 25px;
        right: 35px;
        font-size: 14px;
    }

    .cf-panel-title {
        color: #e41174;
        font-size: 24px;
        font-weight: bold;
        width: 590px;
    }

    .delimiter-line {
        border: solid;
        color: #E2E2E2;
        margin: 0 auto;
        border-width: 0px 0px 2px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .base-31100 .delimiter-line {
        margin-top: 10px;
    }

    .content-body {
        margin-left: 10px;
        margin-top: 25px;
    }

    .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: 60%;
        height: 25px;
        border-top-right-radius: 15px;
        border-top-left-radius: 15px;
        border-bottom-right-radius: 15px;
        border-bottom-left-radius: 15px;
        margin-top: 10px;
    }

    .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-area {
        width: 60%;
    }

    .targetval {
        float: right;
        font-size: 12px;
    }

    .targetval-text {
        margin-left: 5px;
        font-size: 14px;
        font-weight: bold;
        display: inline-block;
    }

    .both {
        clear: both;
    }

    .base-31100 .both{
        margin-bottom: 10px;
    }

    .supportar {
        display: inline-block;
    }

    .daysleft {
        display: inline-block;
        margin-left: 20px;
    }

    .pink-border {
        padding: 2px 10px 0px 10px;
        border: 2px solid #f58fbf;
        display: inline-block;
        color: #e41174;
        border-radius: 4px;
        font-size: 12px;
    }

    .boldtext {
        font-size: 21px;
        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;
    }

    .base-31130 .return-btn,
    .base-31200 .return-btn{
        width:220px;
    }

    .return-btn:hover {
        color: #000000;
        background-color: #ededed;
    }
    
    .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-31000 .detail-btn-area {
        width: 90%;
        margin: 0 auto;
    }

    .base-31000 .detail-btn br {
        display: none;
    } 

    .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 20px;
        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;
    }

    .base-31100 .cf-recruitment-text br {
        display: none;
    }

    /*
    //======================================
    // MDPSL31110 プロジェクト申し込み
    //======================================
    */
    .content-title {
        margin-left: 10px;
        margin-top: 15px;
    }

    .pink-title {
        color: #e41174;
        font-weight: bold;
    }

    .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;
        font-size: 16px;
    }

    .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;
    }

    .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;
    }

    /*
    //======================================
    // MDPSL31120 プロジェクト申し込み
    //======================================
    */
    .fontsize-18 {
        font-size: 16px;
    }

    /*
    //======================================
    // MDPSL31200 エラー画面
    //======================================
    */
    .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;
    }

    /*
    //======================================
    // LPサイト　詳細
    //======================================
    */

    .base-31100 .header-mirudenlogo img{
        float:right;
        margin-top:5px;
    }

    .detail-header{
        width: 960px;
        margin: 0 auto;
    }
    .base-31100 .detail-media img{
        width: 100%;
    }

    .base-31100 .content-area{
        width: 900px;
        margin: 0px auto;
        margin-top:5px;
    }

    .base-31100 .content-button {
        width: 920px;
        margin: 0px auto;
    }

    .base-31100 .content-button a:hover {
        color: #000000;
    }

    .base-31100 .header-kandenlogo img {
        margin: 10px;
    }

    .richtext {
        width: 920px;
        margin: 0px auto;
        background-color: #ffffff;
        margin-bottom: 20px;
        box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
    }

    /*
    //======================================
    // 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: 14px;
        margin-top: 8px;
        height: 20px;
        font-weight: bold;
    }

    /* 店舗名 */
    .content-32000-text-tenpo {
        word-break: break-all;
        font-size: 11px;
        line-height: 1.2;
        font-weight: lighter;
        margin-top: 10px;
    }

    /* 価格 */
    .content-32000-text-price {
        word-break: break-all;
        overflow: hidden;
        font-size: 11px;
        line-height: 1.1;
        margin-top: 0px;
        padding-top: 1px;
        font-weight:lighter;
        height: 23px;
    }

    .content-32000-button {
        width: 100%;
        height: 88px;
        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: #ededed;
        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: 696px;
    }

    .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;
    }

    .content-body-32010 {
        display: table;
        margin-top: 20px;
        width: 100%;
    }

    /* ギフト名 */
    .gf-giftname{
        font-size: 27px;
        margin-top: 10px;
        word-break:break-all;
        line-height:30px;
    }

    /*  値段/ポイント  */
    .gf-price{
        font-size: 22px;
        padding-top: 30px;
    }

    /*  ギフト画像  */
    .gf-ItemImage{
        display: table-cell;
        width: 50%;
    }

    /*  ギフト画像  */
    .gf-32010-GiftImgArea {
	    width:100%;
        word-break:break-all;
    }

    /*  ギフト画像  */
    .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 {
        background-color: #ffffff;
        padding:20px;
        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 0;
        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: 12px;
    }

    .content-menuarea1-32050{
        width: 15%;
    }

    .content-menuarea2-32050{
        width: 30%;
        height: 50px;
        vertical-align: middle;
    }

    .content-menuarea3-32050{
        width: 40%;
        height:50px;
        vertical-align: middle;
    }

    .content-menuarea4-32050{
        width: 15%;
        height: 50px;
        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: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .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%;
    }

    .list-32050{
        vertical-align: middle;
        display: table-cell;
        font-size: 12px;
        padding: 10px 24px;
    }

    /* URLテキスト */
    .link-text-32050 {
        text-decoration: underline;
    }

    /*
    //==============================================
    // MDPSL30050 エラーメッセージ(ポイントサイト)
    //==============================================
    */
    .base-30050 {
    }

    .pink-panel-30050 {
        background-color: #f58fbf;
        font-size: 15px;
        line-height: 1.0;
        padding: 14px 20px;
    }

    .base-30050 .content-area {
        padding: 33px;
        background-color: #ffffff;
    }

    .content-body-30050 {
        width:100%;
    }

    .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: 17px 0px;
        font-size: 16px;
        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: 16px;
        width: 200px;
        text-decoration: none;
        font-weight: bold;
    }

     /* ボタン（区分03）（hover)  */
    .errkbn3-btn-30050:hover {
        color:#000000;
        background-color: #ededed;
        border-bottom: 3px solid #A8A8A8;
    }

    /*
    //==============================================
    // MDPSL30060 サイドメニュー（つかう）
    //==============================================
    */
    aside .nav-utility li {
        font-size: 12px;
        font-weight: bold;
        margin-top: 11px;
    }
    aside .nav-utility li a {
        text-decoration: underline;
    }
    aside .nav-utility li a:hover {
        text-decoration: none;
    }


    /* nav-point */
    .nav-point {
    	font-size: 12px;
    }
    .nav-point .on>a,
    .nav-point a:hover,
    .nav-point .is-active a {
    	background-color: #fdeaef;
    }
    .nav-point .nav-first > li {
    	font-weight: bold;
    }
    .nav-point .nav-second {
	    font-weight: normal;
	    display: none;
    }
    .nav-point .nav-second a {
    	padding: 13px 20px 13px 32px;
    }
    .nav-point li {
    	position: relative;
    	border-top: 1px solid #cfcfcf;
    }
    .nav-point .nav-first>li:first-child {
	    border: none;
    }
    .nav-point a {
	    color: #111;
	    display: block;
	    padding: 13px 20px;
	    text-decoration: none;
    }
    .nav-point a.accord-side {
	    position: absolute;
	    right: 12px;
	    top: 16px;
	    display: inline-block;
	    height: 20px;
	    padding: 0;
	    cursor: pointer;
    }
    .ico-side-open,
    .ico-side-link {
	    width: 20px;
	    height: 20px;
	    top: 50%;
	    margin: -9px 0 0 0;
	    display: inline-block;
	    vertical-align: middle;
	    z-index: 10;
    }
    .ico-side-open {
	    background: url("../img/happiepoint/ico_side_open.png") center center;
    }
    .on .ico-side-open {
	    background: url("../img/happiepoint/ico_side_close.png") center center;
    }
    .ico-side-link {
	    position: absolute;
	    right: 12px;
	    background: url("../img/happiepoint/ico_side_link.png") center center;
    }

    /*
    //======================================
    // MDPSL33010 電気料金・ガス料金支払い申し込み確認
    //======================================
    */

    /* パネル */
    .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: 696px;
    }

    .pj-panel .ttl {
        color: #e41174;
        font-size: 15px;
        line-height: 1.0;
        padding: 14px 20px;
    }

    .pj-panel .bold {
        font-weight: bold;
    }

    .list-note-no li {
	    font-size: 12px;
	    line-height: 20px;
	    list-style-type: none;
	    padding-left: 2em;
	    text-indent: -2em;
    }

    .no-btn,
    .no-btn:hover {
    	color: #FFF;
    	background: #cfcfcf;
    }

    .box-form {
	    box-sizing: border-box;
	    padding: 10px;
	    width: 100%;
    }
    
    .box-form:nth-child(even) {
	    background-color: #f8f8f8;
    }

    .box-form > dt {
    	box-sizing: border-box;
	    font-weight: bold;
    }
    
    .box-form > dd {
	    box-sizing: border-box;
	    vertical-align: middle; 
    }

    .box-form dd {
		box-sizing: border-box;
		background: url(/img/happiepoint/bg_form_white.png) repeat left top;
		width: 466px;
	}
	.box-form:nth-child(even) dd {
		background: url(/img/happiepoint/bg_form_glay.png) repeat left top;
	}

	.box-form > dt {
		display: table-cell;
		font-weight: bold;
		padding: 30px 20px;
		width: 210px;
		vertical-align: middle;
	}
	.box-form > dd {
		display: table-cell;
		padding: 30px 30px 30px 20px;
	}

	.ico-hissu-33010 {
		display: block;
		margin:0 0 8px;
	}

    .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;
    }

    .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;
    }

    .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;
    }

    .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-col {
		width: 164px;
		float: left;
	}

    .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;
	}

    .ico-back-33010 {
        background-image: url(/img/happiepoint/ico_back.png);
        background-size: 14px;
        margin-left: 5px;
        height: 26px;
        width: 26px;
    }

    /*
    //======================================
    // MDPSL33020 電気料金・ガス料金支払い申し込み確認
    //======================================
    */

    span.end_anno{
    	color:#FF9900;
    }

    .forms-33020{ /*修正ボタン＋申込ボタン*/
	    text-align:center;
    }

    .btn_next-33020 { /*申込ボタン*/
        background: none;
        border: none;
        cursor: pointer;
    }

    /*
    //======================================
    // MDPSL33030 電気料金・ガス料金支払い申し込み完了
    //======================================
    */

    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;
    }
}
/* EOF */

/*他社ポイントから移行する_Tポイント/JAL 追加　2019/1/18
----------------------------------------------------------*/
.tpoint-col1 {
    /*width: 100%;*/
    height: 60px;
    padding: 25px 0 25px;
    background: #004097 no-repeat center 67px;
    background-size: 30px;
    border: 5px solid #004097;
    text-align: center;
}

.tpoint-col1-rate {
    margin: 20px 20px 7px 40px;
    float: left;
}

    .tpoint-col1-rate strong {
        color: #ffffff;
        font-size: 24px;
        font-weight: bold;
    }

.tpoint-col1-point {
    margin: 18px 0 20px;
    font-size: 16px;
}

    .tpoint-col1-point span {
        color: #ffffff;
        font-size: 36px;
        font-weight: bold;
    }

.tpoint-col1 strong {
    color: #ffffff;
}

.tpoint-box {
    padding: 0 1em;
    font-weight: bold;
    width: 180px;
    float: left;
}

.tpoint-unit {
    margin: 23px 0 0 33px;
    float: left;
}

.tpoint-no-btn {
    color: #ffffff;
    background: #cfcfcf;
    width: 300px !important;
    line-height: 150% !important;
}

    .tpoint-no-btn:hover {
        color: #ffffff;
        background: #cfcfcf;
    }

.tpoint-ac {
    text-align: center;
}

.tpoint-err-msg{
    color:red;
    text-align:left;
    font-size:14px;
    line-height:20px;
    list-style-type:none;
    padding-left:30px;
    text-indent:-15px;
}

.list-note-no li {
    font-size: 12px;
    line-height: 20px;
    list-style-type: none;
    padding-left: 2em;
    text-indent: -2em;
}

.bg-e41174 {
    color: #e41174;
    font-weight: bold;
}

.bg-fff200 {
    color: #fff200;
    font-weight: bold;
}

.box-jmb {
    background-color: #ffffff;
    margin: 20px 0 20px 0;
    border: solid #ebebeb 2px;
}

.jal-btn .btn-cv {
    background-color: #005ECE;
    border-color: #005ECE;
    border-bottom-color: #004972;
    color: #ffffff;
    padding: 10px 0;
}

    .jal-btn .btn-cv:hover {
        background-color: #0055bd;
        color: #ffffff;
    }

.jal-btn2 .btn-cv {
    background-color: #005ECE;
    border-color: #005ECE;
    border-bottom-color: #004972;
    color: #ffffff;
    padding: 10px 0;
}

    .jal-btn2 .btn-cv:hover {
        background-color: #0055bd;
        color: #ffffff;
    }

.jal-no-btn .btn-cv {
    background-color: #cfcfcf;
    color: #ffffff;
}

.jal-no-btn2 .btn-cv {
    background-color: #cfcfcf;
    color: #ffffff;
    padding: 10px 0;
}

.jmb-no-btn {
    color: #ffffff;
    background: #cfcfcf;
    width: 300px;
    line-height: 150%;
}

    .jmb-no-btn:hover {
        color: #ffffff;
        background: #cfcfcf;
    }

    /*別サイト連携ボタン　追加*/
    .ico-blank-white {
	background-image: url(/img/happiepoint/ico_blank.png);
	background-size: 13px 13px;
	margin-left: 6px;
	margin-top: -2px;
	height: 13px;
	width: 13px;
 }

@media screen and (min-width: 960px) {
    .point-col2-col {
        width: 164px;
        float: left;
    }

    .tpoint-btn {
        margin-bottom: 15px;
    }

        .tpoint-btn .btn-cv {
            width: 300px;
        }

    .input-33010 {
        box-sizing: border-box;
        border: 1px solid #cfcfcf;
        border-radius: 5px;
        font-size: 14px;
        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;
        }

    .jmb-btn {
        width:300px !important;
        margin-bottom: 15px;
        margin-left:auto;
        margin-right:auto;
    }

        .jmb-btn .btn-cv {
            width: 300px;
        }

    .jmb-no-btn {
        margin-bottom: 15px;
        width:300px !Important;
    }

        .jmb-no-btn .btn-cv {
            width: 300px;
        }

    .pcBView {
        display: block;
    }

    .spBView {
        display: none;
    }

    .box-jmbtitle {
        background-color: #F8F8F8;
        width: 190px;
        padding: 32px 0 31px 0;
        float: left;
    }

    .box-jmbnumber {
        text-align: left;
        height: 86px;
        line-height: 86px;
    }

    .jal-jmbnumber {
        vertical-align: middle;
        float: left;
        width: 140px;
        margin-left: 10px;
    }

    .jal-btn {
        margin-left: 40px;
        margin-right: 15px;
        float: left;
    }

        .jal-btn .btn-cv {
            width: 120px;
        }

    .jal-no-btn {
        position: relative;
        top: 10px;
        left: 65px;
        margin-right: 20px;
    }

        .jal-no-btn .btn-cv {
            width: 120px;
        }

    .jal-btn2 {
        float: left;
    }

        .jal-btn2 .btn-cv {
            width: 120px;
        }

    .jal-no-btn2 {
        float: left;
    }

        .jal-no-btn2 .btn-cv {
            width: 120px;
        }

    .jal-regist {
        margin: 20px 0 40px 0;
        text-align: right;
    }

    .jal-regist-btn .btn-cv {
        width: 200px;
        background-color: #FF7F29;
        border-color: #FF7F29;
        border-bottom-color: #C16221;
        color: #ffffff;
        margin-top: 10px;
        padding: 10px 0;
    }

        .jal-regist-btn .btn-cv:hover {
            background-color: #ed7626;
            color: #ffffff;
        }

    .jal-regist-no-btn .btn-cv {
        width: 200px;
        background-color: #cfcfcf;
        color: #ffffff;
        padding: 10px 0;
    }
    .jmb-no-btn-zoom{
        width:300px !Important;
    }
}

@media screen and (max-width: 599px) {
    .sp-new-line{
        display:block;
    }
}

@media screen and (max-width: 959px) {
    .jmb-btn {
        width:300px !important;
        margin-bottom: 15px;
        margin-left:auto;
        margin-right:auto;
    }

        .jmb-btn .btn-cv {
            width: 300px;
        }
        
    .pcBView {
        display: none;
    }

    .spBView {
        display: block;
    }

    .tpoint-col1 {
        height: 140px;
        padding: 5px 0 5px;
        background: #004097 no-repeat center 67px;
        background-size: 30px;
        border: 5px solid #004097;
        text-align: center;
    }

    .tpoint-col1-rate {
        margin: 25px 35px 5px;
        float: left;
    }

        .tpoint-col1-rate strong {
            color: #ffffff;
            font-size: 24px;
            font-weight: bold;
        }

    .tpoint-col1-point {
        margin: 25px 0 20px;
        font-size: 16px;
    }

        .tpoint-col1-point span {
            color: #ffffff;
            font-size: 36px;
            font-weight: bold;
        }

    .tpoint-col1 strong {
        color: #ffffff;
    }

    .tpoint-box {
        padding: 0 1em;
        font-weight: bold;
        width: 200px;
        margin-left: 15px;
    }

    .tpoint-unit {
        margin: 30px 0 0 10px;
        float: left;
    }

    .tpoint-btn .btn-cv {
        margin-bottom: 15px;
    }

    .input-33010 {
        box-sizing: border-box;
        border: 1px solid #cfcfcf;
        border-radius: 5px;
        font-size: 14px;
        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;
        }

    .box-jmbtitle {
        background-color: #F8F8F8;
        padding: 40px 0 40px 0;
    }

    .box-jmbnumber {
        padding: 20px 0 10px 0;
        text-align: center;
    }

    .jal-btn {
        margin: 20px 20px 20px 20px;
    }

    .jal-no-btn {
        position: relative;
        top: -40px;
        left: 180px;
        margin-right: 20px;
    }

    .jal-btn2 {
        margin: 20px 20px 20px 20px;
    }

        .jal-btn2 .btn-cv:hover {
            background-color: #0055bd;
            color: #ffffff;
        }

    .jal-no-btn2 {
        margin: 20px 20px 20px 20px;
    }

    .jal-regist {
        margin: 20px 0 40px 0;
        text-align: center;
    }

    .jal-regist-btn .btn-cv {
        width: 200px;
        background-color: #FF7F29;
        border-color: #FF7F29;
        border-bottom-color: #C16221;
        color: #ffffff;
        margin-top: 10px;
    }

        .jal-regist-btn .btn-cv:hover {
            background-color: #ed7626;
            color: #ffffff;
        }

    .jal-regist-no-btn .btn-cv {
        width: 200px;
        background-color: #cfcfcf;
        color: #ffffff;
    }

    .jmb-no-btn-zoom{
        width:300px !Important;
    }
}

/*オンライン加盟店でためる
----------------------------------------------------------*/
.online .point-col1,
.online .point-col2-col {
    background: #FFF7EF;
    height: 72px;
    padding: 10px 0 6px;
    line-height: 1.3;
}

    .online .point-col1 strong {
        color: #E41174;
        font-size: 30px;
        font-weight: bold;
    }

.point-col-ttl {
    width: 112px;
    margin: 0 0 10px;
    padding: 2px 10px;
    font-size: 14px;
    font-weight: bold;
    background: #F1BC15;
    display: inline-block;
    border-radius: 4px;
}

.list-step {
    margin: 0 0 -20px;
}

    .list-step dt {
        float: left;
        color: #FFF;
        padding: 2px 10px;
        background: #1178AC;
        border-radius: 15px;
        font-size: 12px;
    }

    .list-step dd {
        margin-bottom: 15px;
        padding: 2px 0 15px 75px;
        border-bottom: 1px dotted rgba(21, 21, 21, 0.2);
    }

        .list-step dd:last-child {
            border: none;
        }

.page-nav {
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
}

    .page-nav ul {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0;
        background: #EFEFEF;
        font-size: 16px;
    }

    .page-nav li {
        width: 20%;
        list-style: none;
        vertical-align: middle;
        text-align: center;
        border-right: 1px solid #ACB0B4;
    }

        .page-nav li a {
            position: relative;
            display: table;
            width: 100%;
            height: 100px;
            text-align: center;
        }

            .page-nav li a span {
                display: table-cell;
                vertical-align: middle;
                padding: 0 0 10px;
            }

            .page-nav li a:after {
                position: absolute;
                width: 15px;
                height: 12px;
                content: '';
                bottom: 8px;
                left: 50%;
                margin: 0 0 0 -7.5px;
                background: url(/hapiepoint/Images/Icon/icon_arrow_down.png);
                background-size: 15px auto;
            }

@media screen and (max-width: 959px) {
    .page-nav ul {
        margin: 10px 0;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        font-size: 13px;
        line-height: 1.4;
    }

    .page-nav li {
        width: 33.33%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border-bottom: 1px solid #ACB0B4;
    }

        .page-nav li a {
            height: 85px;
        }

        .page-nav li:nth-child(4n),
        .page-nav li:nth-child(5n) {
            border-bottom: none;
        }

        .page-nav li:nth-child(3n) {
            border-right: none;
        }
}

@media screen and (min-width: 960px) {
    .page-nav li:last-child {
        border: none;
    }
}

.point_reduction {
    margin-top: auto;
    padding: 12px 20px;
    border-top: 1px solid #d9d9d9;
}

    .point_reduction dt {
        display: inline-block;
        margin: 0 5px 0 0;
        padding: 2px 4px;
        background: #FFDCDC;
        border-radius: 2px;
        float: left;
        font-size: 12px;
    }

    .point_reduction dd {
        color: #E11C75;
        font-size: 13px;
        padding: 3px 0 0 0;
        font-weight: bold;
    }
/*他社ポイントから移行する_190111追加
----------------------------------------------------------*/
.ico-new {
    background-image: url(../../Images/Tameru/ico_new.png);
    background-size: 38px 21px;
    margin-left: 0px;
    margin-top: 0px;
    height: 21px;
    width: 38px;
}

/*         レシートを撮影してためる           */
.bg-white {
    background-color: #ffffff;
}

.receipt_div1 {
    font-weight: bold;
    font-size: 17px;
    padding: 30px 30px 0;
    line-height: 1.7;
}

.receipt_div3 {
    font-size: 12px;
    font-weight: bold;
    color: #ff0000;
    line-height: 1.7;
}

.receipt_btn1 {
    padding: 20px 20px 10px !important;
}

    .receipt_btn1 a {
        font-size: 16px;
    }

.panel .receipt_ttl {
    font-size: 17px;
}

.page-nav2 {
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
}

    .page-nav2 ul {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0;
        background: #EFEFEF;
        font-size: 16px;
    }

    .page-nav2 li {
        width: 25%;
        list-style: none;
        vertical-align: middle;
        text-align: center;
        border-right: 1px solid #ACB0B4;
    }

        .page-nav2 li a {
            position: relative;
            display: table;
            width: 100%;
            height: 100px;
            text-align: center;
        }

            .page-nav2 li a span {
                display: table-cell;
                vertical-align: middle;
                padding: 0 0 10px;
            }

            .page-nav2 li a:after {
                position: absolute;
                width: 15px;
                height: 12px;
                content: '';
                bottom: 8px;
                left: 50%;
                margin: 0 0 0 -7.5px;
                background: url(/hapiepoint/Images/Icon/icon_arrow_down.png);
                background-size: 15px auto;
            }

.page-nav3 {
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
}

    .page-nav3 ul {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0;
        background: #EFEFEF;
        font-size: 16px;
    }

    .page-nav3 li {
        width: 33%;
        list-style: none;
        vertical-align: middle;
        text-align: center;
        border-right: 1px solid #ACB0B4;
    }

        .page-nav3 li a {
            position: relative;
            display: table;
            width: 100%;
            height: 100px;
            text-align: center;
        }

            .page-nav3 li a span {
                display: table-cell;
                vertical-align: middle;
                padding: 0 0 10px;
            }

            .page-nav3 li a:after {
                position: absolute;
                width: 15px;
                height: 12px;
                content: '';
                bottom: 8px;
                left: 50%;
                margin: 0 0 0 -7.5px;
                background: url(/hapiepoint/Images/Icon/icon_arrow_down.png);
                background-size: 15px auto;
            }

.receipt_div4_1 {
    padding: 20px 20px 10px;
}

.receipt_div4_2 {
    padding: 0 20px 10px;
}

.receipt_div4_3 {
    padding: 0 20px 10px;
}

.receipt_divin {
    padding: 20px 30px 0 0;
    height: 165px;
    background: #fff7ef;
}

.receipt_div4_1 div .receipt_div4_1l img,
.receipt_div4_1 div .receipt_div4_1r img,
.receipt_div4_2 div .receipt_div4_2l img,
.receipt_div4_2 div .receipt_div4_2r img,
.receipt_div4_3 div .receipt_div4_3l img,
.receipt_div4_3 div .receipt_div4_3r img {
    width: 100%;
}

.receipt_div5 {
    padding: 20px;
}

.receipt_div6 {
    padding: 20px;
}

.receipt_div7 {
    padding: 20px;
    background: #fff7ef;
    font-weight: bold;
}

.receipt_div8 {
    padding: 20px;
}

@media screen and (min-width: 960px) {
    .receipt_div2 img {
        width: 60%;
    }

    .receipt_btn1 {
        width: 60%;
        margin: 0 auto;
    }

    .receipt_div3 {
        width: 61%;
        margin: 0 auto;
    }

    .receipt_div4_1 div .receipt_div4_1l {
        width: 268px;
        float: left;
    }

    .receipt_div4_1 div .receipt_div4_1r {
        width: 276px;
        float: right;
    }

    .receipt_div4_2 div .receipt_div4_2l {
        width: 312px;
        float: left;
    }

    .receipt_div4_2 div .receipt_div4_2r {
        width: 255px;
        float: right;
        padding-top: 10px;
    }

    .receipt_div4_3 div .receipt_div4_3l {
        width: 448px;
        float: left;
    }

    .receipt_div4_3 div .receipt_div4_3r {
        width: 136px;
        float: right;
    }
}


@media screen and (max-width: 959px) {
    .panel .receipt_ttl {
        font-size: 13px;
    }

    .receipt_div1 {
        padding: 10px 10px 0;
        line-height: 1.4;
        font-size: 14px;
    }

    .receipt_div2 {
        padding: 10px 25px 0;
    }

    .receipt_btn1 .btn {
        width: 100%;
    }

    .receipt_div3 {
        padding: 0 20px 20px;
    }

    .page-nav3 {
        margin-top: 15px;
    }

        .page-nav3 ul {
            font-size: 12px;
            line-height: 1.4;
        }

    .receipt_div4_1 {
        padding: 5px 5px 5px;
    }

    .receipt_div4_2 {
        padding: 0 5px 5px;
    }

    .receipt_div4_3 {
        padding: 0 5px 5px 5px;
    }

    .receipt_divin {
        height: 110px;
        padding: 20px 10px 0 0;
    }

    .receipt_div4_1l {
        width: 150px;
        float: left;
    }

    .receipt_div4_1r {
        width: 125px;
        float: right;
        padding-top: 10px;
    }

    .receipt_div4_2l {
        width: 165px;
        float: left;
    }

    .receipt_div4_2r {
        width: 95px;
        float: right;
        padding-top: 10px;
    }

    .receipt_div4_3l {
        width: 155px;
        float: left;
    }

    .receipt_div4_3r {
        width: 85px;
        float: right;
        margin-right: 10px;
    }

    .receipt_div7 {
        padding: 10px 20px;
    }

    .receipt_div8 {
        padding: 5px 5px 20px;
        
    }
}
/*https://kepco.jp/hapiepoint/CSS/Module/link.css　の中を見ていたため、そこから持ってきた*/
.btn-cv {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    padding: 18px 0;
    text-align: center;
    text-decoration: none;
    width: 230px;
}

.disabled-btn {
    color: #FFF;
    background: #cfcfcf !important;
    border-color:#cfcfcf !important;
    pointer-events: none;
}

/* google adsence用 */
@media screen and (min-width: 960px) {
    .section__frame1 {
      width: 696px;
      margin-top: 20px !important;
    }
    .wrap {
      margin: auto auto;
      border-radius: 10px;
    }
}

/* EOF */
