.clearfix:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/*リセットCSS*/
body{
    -webkit-text-size-adjust: 100%;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video{
    font-family:"メイリオ","Meiryo","ＭＳＰゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka",sans-serif;
    padding: 0;
    margin: 0;
    border: 0;
    letter-spacing: 0.1em;
    line-height: 1.6;
}

li{
    list-style: none;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section{
    display: block;
}

hr{
    display: none;
}

table{
    border-collapse: collapse;
    border-spacing: 0;
}

.error{
    color: #f74361;
    font-size: 12px;
}

.bold{
    font-weight: bold;
}
.font_10px{
    font-size: 10px;
}
.font_11px{
    font-size: 11px;
}
.font_12px{
    font-size: 12px;
}
.font_13px{
    font-size: 13px;
}
.font_14px{
    font-size: 14px;
}
.red{
    color: #F74361;
    font-weight: bold;
}
.blue{
    color: #1994da;
}
.s_red{
    color: #F74361;
}
.yellow{
    color: #FF0;
    font-weight: bold;
}
.green{
    color: #2ecc71;
}
.white{
    color: #fff;
}
.orange{
    color: #ff9b0e;
}　
.d_glay{
    color: #333;
    font-weight: bold;
}

input:focus{
    outline: none;
}

/* ==================================================

 箱

================================================== */
.box_wrap{
    clear: both;
    margin: 0 10px;
    border: none;
}

.box01{
    background-color: #fff;
    box-shadow: 0px 1px 3px 0px #ccc;
    border: none;
}

/* ==================================================

 タイトルh2　

================================================== */
.h2_title{
    display: block;
    padding: 8px 10px 8px 25px;
    margin-bottom: 5px;
    background: none;
    background-color: #fff;
    box-shadow: 0px 1px 1px 0px #ccc;
    color: #555;
    font-size: 14px;
    line-height: 1.8;
    text-indent: -15px;
}

.h2_title:before{
    color: #63c3db;
    content:",";
    width: 10px;
    padding: 2px 0;
    margin-right: 8px;
    background-color: #63c3db;
}

/* ==================================================

 タイトルh3　コンテンツ内小見出し

================================================== */
.h3_title{
    position: relative;
    margin-bottom: 5px;
    padding: 0 0 0 16px;
    color: #555;
    font-size: 14px;
    font-weight: bold;
}

.h3_title:before{
    content:".";
    position: absolute;
    top: 5px;
    left: 0;
    width: 8px;
    height: 8px;
    background-color: #63c3db;
    color: #fff;
    font-size: 1px;
}

/* ==================================================

 お知らせ_タイトルで遷移タイプ

================================================== */
.imp_info_wrap{
    margin: 10px 10px 15px;
}

.imp_info_wrap .imp_info ul{
    padding: 8px 0 0;
}

.imp_info_wrap .imp_info ul li{
    position: relative;
    border-bottom: #ccc 1px dashed;
    font-size: 12px;
}

.imp_info_wrap .imp_info ul li:last-child{
    border: none;
}

.imp_info_wrap .imp_info ul li a{
    display: block;
    padding: 15px 25px 15px 15px;
    color: #555;
    text-align: left;
    text-decoration: none;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.imp_info_wrap .imp_info ul li:before{
    content: "";
    display: block;
    position: absolute;
    right: 20px;
    top: 18px;
    width: 12px;
    height: 12px;
    background: transparent none repeat scroll 0 0;
    border-right: 1px solid #2490d0;
    border-top: 1px solid #2490d0;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* ==================================================

 お知らせ index

================================================== */
#conts .info_wrap{
    margin-bottom: 15px;
    border: none;
    border-radius: 3px;
    box-sizing: border-box;
}

#conts .infomation{
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    padding: 10px;
    border-bottom: dashed 1px #f3f3f3;
    color: #555;
    font-size: 12px;
    text-align: left;
    text-decoration: none;
    line-height: 18px;
    box-sizing: border-box;
}

#conts .infomation a{
    color: #1994da;
    font-size: 12px;
    word-break: break-all;
}

#conts .infomation:first-child{
    padding: 23px 10px 10px;
}

#conts .infomation.no-sticky:first-child{
    padding: 10px;
}

#conts .infomation:last-child,
#conts .infomation.no-sticky{
    border-bottom: none;
}

#conts .infomation p{
    margin-bottom: 10px;
}

#conts .infomation p:last-child{
    margin-bottom: 0;
}

/*左上見出しリボン*/
.image{
    position: relative;
}

.point-sticky{
    position: absolute;
    background:#f74361;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
    z-index:1;
}

.point-sticky:after{
    content:" ";
    position: absolute;
    width: 0;
    height: 0;
}

.point-sticky-l{
    top: -.3em;
    left: -6px;
    padding: .2em 1em;
}

.point-sticky-l:after{
    left: 0;
    top: 100%;
    border-top: 6px solid #a01417;
    border-left: 6px solid transparent;
}

/* ==================================================

 お知らせドロップダウン index

================================================== */
#conts .info_drop dt{
    position: relative;
    width: 100%;
    padding: 10px;
    border-top: dashed 1px #ccc;
    color: #1994da;
    font-size: 12px;
    line-height: 18px;
    text-align: left;
    box-sizing: border-box;
}

#conts .info_drop dt:first-child{
    padding: 25px 10px 10px;/*リボン分広く*/
    border-top: none;
}

#conts .info_drop dt div{
    position: relative;
}

#conts .info_drop dt span{
    display: inline-block;
    width: 90%;
    white-space:nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*お知らせ 矢印*/
#conts .info_drop dt div:before{
    content:"";
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 10px;
    height: 10px;
    background:transparent none repeat scroll 0 0;
    border-right: 1px solid #1994da;
    border-bottom: 1px solid #1994da;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#conts .info_drop dt.close div:before{
    content:"";
    display: block;
    position: absolute;
    top: 8px;
    right: 0px;
    width: 10px;
    height: 10px;
    background:transparent none repeat scroll 0 0;
    border-right: none;
    border-bottom: none;
    border-left: 1px solid #1994da;
    border-top: 1px solid #1994da;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#conts .info_drop dd{
    display: none;
    padding: 10px;
    border-top: dashed 1px #ccc;
    color: #555;
    font-size: 12px;
    word-break: break-all;
}

#conts .info_drop dd a{
    color: #1994da;
}

#conts .info_drop_day{
    margin-top: 10px;
    color: #999;
    text-align: right;
}

.pickup_text_wrap,
.day_text_wrap{
    display: block;
    margin-top: -10px;
    text-decoration: none;
}

.pickup_text,
.day_text{
    padding: 10px;
    background-color: #fdb239;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.6em;
    text-align: center;
    text-decoration: none;
    word-break: break-all;
}

/* ==================================================

  本日の新着アプリ

================================================== */
#today_new_wrap{
    margin-bottom: 15px;
}

#today_new_wrap a .today_new_text{
    float: left;
    padding: 10px 0 0 5px;
    color: #555;
    font-size: 14px;
}

#today_new_wrap a .today_new_arrow_box{
    display: block;
    position: relative;
    float: left;
    padding: 5px 10px;
    margin: 5px 10px;
    background:#1994da;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
}

#today_new_wrap a .today_new_arrow_box:after{
    content:" ";
    position: absolute;
    left: 100%;
    top: 50%;
    width: 0;
    height: 0;
    margin-top: -5px;
    border: solid transparent;
    border-left-color: #1994da;
    border-width: 5px;
    pointer-events: none;
}

/* ==================================================

 タイムセール

================================================== */
#timesale_wrap{
    margin-bottom: 5px;
    box-sizing: border-box;
}

#timesale_wrap .timesale{
    padding: 3px 0 0;
    background-color: #f2f2f2;
    box-sizing: border-box;
    text-align: center;
}

#timesale_wrap .timesale .timesale_cont{
    position: relative;
    float: left;
    width: 49%;
    margin: 45px 1% 10px 0;
    background:#fff;
    box-shadow: 0px 1px 3px 0px #ccc;
    box-sizing: border-box;
}

#timesale_wrap .timesale .timesale_cont:nth-child(even){
    margin: 45px 0 10px 1%;
}

#timesale_wrap .timesale .count_timer{
    font-size: 12px;
    font-weight: bold;
}

#timesale_wrap .timesale .timesale_cont .cont1 .timesale_img{
    max-width: 120px;
    padding: 0 10px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#timesale_wrap .timesale .timesale_cont .cont1 .cont_text{
    padding: 0 8px;
    -moz-box-flex: 1;
    -webkit-box-flex: 1;
    box-flex: 1;
    text-align: left;
    font-size: 12px;
}

#timesale_wrap .timesale .timesale_cont .cont1 .cont_text p.title{
    height: 1.6em;
    margin-bottom: 0px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

#timesale_wrap .timesale .timesale_cont .cont1 .cont_text .bonus_wrap {
    height: 33px;
    margin: 3px 0 0 0;
    text-align: center;
}

#timesale_wrap .timesale .timesale_cont .cont1 .cont_text .bonus_wrap .bonus{
    display: block;
    padding: 0 5px;
    margin: 0 auto;
    background-color: #f74361;
    color: #fff;
    font-size: 12px;
    line-height: 28px;
    text-align: center;
    word-break: break-all;
}

#timesale_wrap .timesale .timesale_cont .cont1 .cont_text .point{
    margin-bottom: 5px;
    font-size: 12px;
    letter-spacing: -0.3px;
    text-align: center;
}

#timesale_wrap .timesale .timesale_cont .cont1 .cont_text .point span{
    letter-spacing: -0.3px;
}

#timesale_wrap .timesale .timesale_cont .cont1 .cont_text .point .point2{
    font-size: 14px;
    font-weight: bold;
}

.timesale .cout_down{
    width: 100%;
    height: 25px;
    margin: -45px auto 20px;
    color: #fff;
    text-align: center;
    font-size: 10px;
    font-weight: bold;
}

.timesale .cout_down span{
    line-height: 25px;
}

/*吹き出し - 青*/
.arrow_box_blue{
    position: relative;
    padding: 5px 0;
    background: #1994da;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.arrow_box_blue:after{
    content:" ";
    position: absolute;
    top: 100%;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -8px;
    margin-bottom: -8px;
    border: solid transparent;
    border-top-color: #1994da;
    border-width: 8px;
    pointer-events: none;
}

/* ==================================================

 キャンペーン

================================================== */
#campaign_wrap{
    padding: 0 10px;
    margin-bottom: 15px;
}

#campaign_wrap .campaign_box01{
    display: table;
    table-layout:fixed;
    width: 100%;
    border-bottom: solid 1px #eee;
    text-decoration: none;
    box-sizing: border-box;
}

#campaign_wrap .campaign_box01:last-of-type{
    margin-bottom: 10px;
    border-bottom: none;
}

#campaign_wrap .point-triangle-rt span{
    right: -1.5em;
}

#campaign_wrap .point-triangle-rt::after{
    right: -10px;
    border-bottom: 3em solid transparent;
    border-right: 3em solid #f74361;
}

#campaign_wrap .campaign_box01 .banner{
    display: block;
    padding: 10px 0;
    text-decoration: none;
}

#campaign_wrap .campaign_box01 .banner .camp_text{
    display: table-cell;
    width: 100%;
    height: 90px;
    padding-left: 10px;
    color: #555;
    font-size: 12px;
    text-decoration: none;
    word-break: break-all;
    box-sizing: border-box;
    overflow: hidden;
}

#campaign_wrap .campaign_box01 .banner .camp_text .title{
    font-weight: bold;
    word-break: break-all;
}

#campaign_wrap .campaign_box01 .banner .camp_short_text .title{
    width: 90%;
}

#campaign_wrap .campaign_box01 .banner .camp_short_text .text{
    width: 95%;
}

#campaign_wrap .campaign_box01 .banner .camp_text .outlline{
    word-break: break-all;
}

#campaign_wrap .campaign_box01 .camp_img{
    display: table-cell;
    width: 100px;
    height: 90px;
    line-height: 0;
    text-align: left;
    vertical-align: top;
}

/* オーバーレイ表示 */
#campaign_wrap .campaign_box01 .camp_img{
    position: relative;
}

#campaign_wrap .campaign_box01 .overlay_end{
    position: absolute;
    top: 0;
    left: 0;
    width: 90px;
    height: 90px;
    background-color: rgba(0,0,0,0.6);
}

#campaign_wrap .campaign_box01 .overlay_end span{
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    color: #fff;
    font-size: 14px;
    line-height: 1.4;
    text-align: center;
    -moz-transform: translate3d(-50%, -50%, 0);
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

/* ==================================================

 バナーエリア

================================================== */

/* スライダー */
#conts .main_slider_wrap{
    position: relative;
}

#conts #main_slider .slick-dotted.slick-slider{
    margin-bottom: 30px;
}

#conts #main_slider .slick-dots{
    bottom: -20px;
}

#conts #main_slider .slick-dots li{
    margin: 0;
}

#conts .main_slider_wrap .slick-prev{
    left: -5px;
    z-index:1;
}

#conts .main_slider_wrap .slick-prev::before{
    color: #666;
}

#conts .main_slider_wrap .slick-next{
    right: -5px;
}

#conts .main_slider_wrap .slick-next::before{
    color: #666;
}

#conts .main_slider_wrap .slick-slide img{
    width: 100%;
    height: auto;
}

/* バナー */
#conts .bnr_wrap{
    padding: 0 10px;
    margin-bottom: 15px;
}

#conts .bnr_wrap .single_bnr{
    margin-bottom: 10px;
}

#conts .bnr_wrap .single_bnr img{
    display: block;
    width: 100%;
    height: auto;
}

/* バナー_2つ並び */
#conts .bnr_wrap .double_bnr li{
    float: left;
    width: 49%;
    margin-bottom: 10px;
    text-align: center;
}

#conts .bnr_wrap .double_bnr li:nth-child(2n+1){
    margin-right: 2%;
}

/* バナー_3つ並び */
#conts .bnr_wrap .triple_bnr li{
    float: left;
    width: 32%;
    margin-bottom: 10px;
    text-align: center;
}

#conts .bnr_wrap .triple_bnr li:nth-child(2n){
    margin-left: 2%;
    margin-right: 2%;
}

/* バナー2つ_3つ_共通 */
#conts .bnr_wrap .double_bnr li:nth-last-child(1),
#conts .bnr_wrap .double_bnr li:nth-last-child(2),
#conts .bnr_wrap .double_bnr li:nth-last-child(3),
#conts .bnr_wrap .triple_bnr li:nth-last-child(1),
#conts .bnr_wrap .triple_bnr li:nth-last-child(2),
#conts .bnr_wrap .triple_bnr li:nth-last-child(3){
    margin-bottom: 0;
}

#conts .bnr_wrap .double_bnr a,
#conts .bnr_wrap .triple_bnr a{
    display: block;
    font-size: 12px;
    text-decoration: none;
}

#conts .bnr_wrap .double_bnr img,
#conts .bnr_wrap .triple_bnr img{
    display: block;
    width: 100%;
    height: auto;
}

/* ==================================================

新着更新・ ランキング

================================================== */
.tabs{
    display: block;
    width: auto;
    padding: 10px 10px 7px 10px;
    margin: 0;
    list-style: none;
}

.tabs li{
    display: block;
    float: left;
    height: 16px;
    padding: 6px 12px 8px;
    margin-left: 5px;
    background-color: #fff;
    border: #ccc solid 1px;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    color: #555;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}

.tabs li:first-child{
    margin-left: 0;
}

.tabs li.open{
    height: 16px;
    background-color: #f2f2f2;
}

.tabs li a{
    color: #555;
    text-decoration: none;
}

/*ランキングタブ用（テキスト溢れ時）*/
.tabs li.rank a {
    font-size: 10px;
    letter-spacing: 0em;
}

#conts .disnon{
    display: none;
}

/*新着更新*/
#conts .tabs_ad{
    margin-bottom: 15px;
}

#conts .tabs_ad .more_box_b{
    clear: both;
}

#conts .tabs_ad .adlook{
    padding-top: 10px;
    padding-bottom: 15px;
    clear: both;
}

/*ランキング 王冠*/
.ad .ad2 .cont_rank{
    position: relative;
}

.ad .ad2 .cont_rank img{
    display: block;
    width: 50px;
    margin: 0 auto 8px;
}

/* ランキング注釈 */
#rank_ad_wrap .tabs_ad{
    margin-bottom: 5px;
}

#rank_ad_wrap .caution{
    padding: 0 10px 10px;
}

#rank_ad_wrap .caution .txt_ind{
    font-size: 12px;
    color: #555;
}

/* ==================================================

 もっと見るボタン

================================================== */
.more_box_b, .more_box_r{
    position: relative;
    display: block;
    width: 100%;
    border-top: #ccc solid 1px;
    text-decoration: none;
    text-align: center;
}

.more_box_b span, .more_box_r span{
    display: inline-block;
    position: relative;
    padding: 10px;
    margin: 0 auto;
    color: #555;
    font-size: 14px;
    line-height: 24px;
    text-indent: -12px;
    text-align: center;
}

/* もっとみる → */
.more_box_r span:before{
    content: "";
    position: absolute;
    top: 15px;
    right: -8px;
    display: block;
    width: 12px;
    height: 12px;
    background: transparent none repeat scroll 0 0;
    border-right: 1px solid #1994da;
    border-top: 1px solid #1994da;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* もっとみる ↓ */
.more_box_b span:before{
    content: "";
    display: block;
    position: absolute;
    top: 12px;
    right: -15px;
    width: 12px;
    height: 12px;
    background: transparent none repeat scroll 0 0;
    border-right: 1px solid #1994da;
    border-bottom: 1px solid #1994da;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.more_box_b.close span:before{
    content: "";
    display: block;
    position: absolute;
    top: 20px;
    right: -15px;
    width: 12px;
    height: 12px;
    background: transparent none repeat scroll 0 0;
    border-right: none;
    border-bottom: none;
    border-left: 1px solid #1994da;
    border-top: 1px solid #1994da;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* ==================================================

 動画

================================================== */
#app_movie_wrap{
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 10px;
    color: #555;
    font-size: 12px;
}

#app_movie_wrap .app_movie_box{
    padding: 10px;
}

#app_movie_wrap .app_movie_box .movie_catch{
    font-weight: bold;
    font-size: 14px;
}

#app_movie_wrap #movie{
    width: 300px;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    clear: both;
}

/* ==================================================

 案件

================================================== */
#index_wrap{
    padding-top: 10px;
}

#index_wrap .ad{
    padding: 5px;
    text-align: left;
}

/* 一列3行表示 */
#index_wrap .ad .ad2{
    float: left;
    width: 33.33333%;/* Android4.3以下用フォールバック */
    width: -webkit-calc(100% / 3);
    width: calc(100% / 3);
    padding: 5px 5px;
    box-sizing: border-box;
}

/* ==================================================

 案件 共通パーツ

================================================== */
.cont_img{
    position: relative;
    padding-top: 100%;
    background: #f9f9f9;
    overflow: hidden;
}

/*.cont_img img.cnr_round{*/
.cont_img .cnr_round{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: 120px;
    height: auto;
    -moz-transform: translate3d(-50%, -50%, 0);
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

.ad .cont1 .cont_text{
    font-size: 12px;
    text-align: left;
}

.ad .cont1 .cont_text p.title{
    height: 3.2em;/* 1行分のタイトルでも無駄に高さとってスペース空く でも決めないとタイトル短いのと2行以上のが同列に来たらずれる */
    margin: 5px 0 3px;
    font-weight: bold;
    font-size: 11px;
    word-break: break-all;
      overflow: hidden;
/*    text-overflow:ellipsis;
      display: -webkit-box;
      -webkit-box-orient:vertical;
      -webkit-line-clamp:2;*/
}

.ad .cont1 .cont_text p.point{
    text-align: center;
}

.cont_text .point .point2{
    font-size: 16px;
    font-weight: bold;
    letter-spacing: -0.3px;
}

/* 曜日イベ対象 */
.weeks_bonus{
    display: inline-block;
    padding: 3px 5px;
    background-color: #2490d0;
    border-radius: 2px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    line-height: 13px;
}

/* ==================================================

 index 限定枠

================================================== */
#cnt_limit_wrap .limit_box{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

#cnt_limit_wrap .limit_ad_box{
    display: flex;
    flex-direction: column;
    position: relative;
    width: calc((100% - 10px) / 2);
}

#cnt_limit_wrap .arrow_box_blue{
    padding: 10px 0;
    margin-bottom: 8px;
    background-color: #0b4566;
    font-size: 12px;
}

#cnt_limit_wrap .arrow_box_blue:after{
    border-top-color: #0b4566;
}

#cnt_limit_wrap .arrow_box_blue span{
    letter-spacing: -0.05px;
}

#cnt_limit_wrap .arrow_box_blue .ocher{
    color: #f1dc80;
}

#cnt_limit_wrap .arrow_box_blue span{
    line-height: 1.4;
}

#cnt_limit_wrap .limit_no_end{
    color: #fff;
    font-weight: normal;
    font-size: 12px;
}

#cnt_limit_wrap .pi_a{
    display: flex;
    flex-direction: column;
    flex-grow: 1; 
    background-color: #fff;
    box-shadow: 0px 1px 3px 0px #ccc;
}

#cnt_limit_wrap .cnt_limit_cd{
    padding: 5px;
    background-color: #0b4566;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
}

#cnt_limit_wrap .cnt_limit_cd span{
    vertical-align: middle;
}

#cnt_limit_wrap .cont1{
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 10px 10px 5px;
    margin-top: auto;
}

#cnt_limit_wrap .cont1 .limit_img{
    width: 120px;
    height: 120px;
    margin: 0 auto 5px;
    line-height: 0;
    vertical-align: middle;
    box-sizing: border-box;
}

#cnt_limit_wrap .cont1 .cont_text{
    display: flex;
    flex: 1;
    flex-direction: column;
    color: #555;
    font-size: 12px;
    text-decoration: none;
    text-align: center;
    box-sizing: border-box;
    vertical-align: middle;
}

#cnt_limit_wrap .cont1 .title{
    flex-grow: 2;
    display: -webkit-box;
    max-height: 3.2em;
    margin-bottom: 5px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.6;
    word-break: break-all;
}

#cnt_limit_wrap .cont1 .bonus_wrap{
    padding: 5px 0;
    margin-top: auto;
    background-color: #f74361;
    color: #fff;
    text-align: center;
}

#cnt_limit_wrap .cont1 .point{
    margin-top: auto;
}

#cnt_limit_wrap .cont1 .point span{
    margin-top: auto;
    vertical-align: middle;
    letter-spacing: -0.3px;
}

/* ==================================================

 index インカムセレクション枠

================================================== */
#cnt_selection_wrap .cnt_selection{
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    background-color: #f2f2f2;
    text-align: center;
}

#cnt_selection_wrap .timesale_cont{
    width: calc((100% - 10px) / 3);
    background-color: #fff;
    box-shadow: 0px 1px 3px 0px #ccc;
    box-sizing: border-box;
}

#cnt_selection_wrap .timesale_cont .ad2{
    height: 100%;
}

#cnt_selection_wrap .cont1{
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 5px;
    box-sizing: border-box;
}

#cnt_selection_wrap .cnt_selection_img{
    width: 100px;
    height: 100px;
    margin: 0 auto 5px;
}

@media screen and (max-width: 374px){
    #cnt_selection_wrap .cnt_selection_img{
        width: 100%;
        height: auto;
    }
}

#cnt_selection_wrap .cont_text{
    display: flex;
    flex-direction: column;
    height: 100%;
    color: #555;
    font-size: 12px;
    text-decoration: none;
    text-align: center;
}

#cnt_selection_wrap .title{
    flex-grow: 2;
    display: -webkit-box;
    max-height: 3.2em;
    margin-bottom: 3px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.6;
    word-break: break-all;
}

#cnt_selection_wrap .bonus_wrap{
    margin-top: auto;
    padding: 5px 0;
    background-color: #f74361;
    color: #fff;
    text-align: center;
}

#cnt_selection_wrap .point{
    margin-top: auto;
}

/* ==================================================

 共通パーツ

================================================== */
/* エリア右上の三角枠 */
.point-triangle{
    position: relative;
    font-size: 18px;
    z-index: 1;
}

.point-triangle:after{
    content: " ";
    position: absolute;
    width: 0;
    height: 0;
}

.point-triangle span{
    content:" ";
    position: absolute;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    line-height: 12px;
    overflow: hidden;
    z-index:2;
}

.point-triangle-rt:after{
    top: 0;
    right: 0;
    border-bottom: 4em solid rgba(255,255,255,0);
    border-right: 4em solid #f74361;
}

.point-triangle-rt span{
    top: 1.2em;
    right: -0.6em;
    width: 60px;
    height: 24px;
    overflow: hidden;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* リンクボタン - 赤 */
.adlook{
    padding-bottom: 20px;
}

.adlook a{
    display: block;
    width: 90%;
    margin: 0 auto;
    background:#f74361;
    text-align: center;
}

.adlook .adlook_title{
    display: inline-block;
    position: relative;
    width: inherit; /* iphoneのバグ対策 */
    padding: 10px;
    margin: 0 auto;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    text-decoration: none;
}

/* 広告リンク */
.ad_a, .pi_a{
    color: #555;
    text-decoration: none;
}

/* ローディング */
.nowloading{
    text-align: center;
}

/* [PR] */
.ad_banner{
    clear: both;
    margin-bottom: 10px;
    font-size: 10px;
    text-align: center;
}

.ad_banner .ad_banner_text{
    color: #555;
}

/* ぶら下がりインデント（※印や「・印」のような箇条書き用、2行目以降字下げ） */
.list_indent{
  padding-left: 1em;
  text-indent: -1em;
 }


/* pager */
.pager_wrap{
    padding: 10px;
    margin-bottom: 15px;
    background-color: #fff;
    box-shadow: 0px 1px 1px 0px #cccccc;
    font-size: 12px;
}

.pager_wrap .page_btn{
    display: block;
    width: 30%;
    padding: 8px 0;
    background-color: #f2f2f2;
    border-radius: 3px;
    color: #555;
    text-decoration: none;
    text-align: center;
}

.pager_wrap .prev_btn{
    float: left;
}

.pager_wrap .next_btn{
    float:right;
}

.pager_wrap .pager{
    float: left;
    width: 14%;
    padding: 8px 0;
    margin: 0 13%;
    background-color: #666;
    border-radius: 3px;
    color: #fff;
    text-align: center;
}


/* ==================================================

 メインコンテンツ

================================================== */

/*↓↓↓↓↓↓↓↓↓↓↓↓↓↓ここから古い main.css にも追記する↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/

#all_wrap{
    width: 100%;/* スクロール禁止のモーダルなどでfixedにしたとき画面幅決めておかないと全面にならない */
    padding-bottom: 50px;
    margin: 0;/* 旧css打ち消し用 */
}

#conts{
    clear: both;
    background-color: #f2f2f2;
}
/* ==================================================

 ヘッダー上

================================================== */
#header{
    background-color: #f2f2f2;
}

#header #emergency_box a{
    display: block;
    position: relative;
    width: 100%;
    padding: 5px;
    padding-right: 20px;
    color: #555;
    font-size: 12px;
    text-decoration: none;
    text-overflow: ellipsis;
    box-sizing: border-box;
    overflow: hidden;
    white-space: nowrap;
}

#header #emergency_box a .cate_icon{
    display: inline-block;
    width: auto;
    padding: 2px 5px 0;
    margin: 0 5px 0 0;
    background-color: #f74361;
    color: #fff;
    font-weight: bold;
}

#header #emergency_box a::before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 8px;
    width: 8px;
    height: 8px;
    margin: auto 0;
    border-top: 1px solid #63c3db;
    border-right: 1px solid #63c3db;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* ==================================================

 ヘッダーメニュー

================================================== */
#header .header_menu{
    display: flex;
    width: 100%;
    height: 50px;
    border-top: 1px solid #fff;/* border-bottomで下が広く見えるため上に余白で錯視防止 */
    border-bottom: 1px solid #ccc;
    background-color: #fff;
}

#header .header_menu .header_logo{
    margin-left: 5px;
    margin-right: auto;
}

#header .header_menu .header_logo a{
    display: flex;
    align-items: center;
    height: 100%;
}

#header .header_menu .header_logo span{ /* 隠しテキスト */
    display: block;
    width: 0;
    height: 0;
    color: transparent;
    font-size: 0;
    text-indent: -99999px;
}

.header_menu .drawer_btn{
    width: 50px;
    padding: 2px 0 3px;
    text-align: center;
}

.header_menu .ex_btn a{
    display: block;
    padding: 2px 0 3px;
}

.header_menu .bb_btn a{
    display: block;
    padding: 2px 0 3px;
}

.header_menu .drawer_btn img,
.header_menu .ex_btn img,
.header_menu .bb_btn img{
    display: block;
    margin: 0 auto;
}

#header #user_name_pt{
    display: box;
    display: -webkit-box;
    display: -moz-box;
    width: 100%;
    padding: 5px 5px;
    background-color: #63C3DB;
    box-shadow: 0px 1px 1px 0px #ccc;
    color: #fff;
    box-sizing: border-box;
}

#header #user_name{
    width: -webkit-calc(100% - 12em);
    width: calc(100% - 12em);
    color: #fff;
    font-size: 12px;
    line-height: 22px;
}

#header #user_name .name_box{
    display: inline-block;
    max-width: -webkit-calc(100% - 2.5em);
    max-width: calc(100% - 2.5em);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

#header #user_name span{
    line-height: 22px;
    vertical-align: middle;
}

#header #user_pt{
    -moz-box-flex: 1;
    -webkit-box-flex: 1;
    box-flex: 1;
    font-size: 16px;
    font-weight: bold;
    text-align: right;
    line-height: 22px;
    letter-spacing: 1px;
}

#header #user_pt span{
    font-size: 14px;
    line-height: 22px;
}

#header .header_btn{
    display: block;
    position: relative;
    width: 50px;
    text-align: center;
    text-decoration: none;
}

#header .header_btn .nav_img{
    width: 50px;
    height: 50px;
    margin: 0 auto;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: 100%;
    mask-size: 100%;
}

#header .info_btn .nav_img{
    background-image: url("/img_new/icon/header_nav/info.svg");/* 複雑SVGのためmask-image不可 */
    background-size: 100%;
}

#header .search_btn .nav_img{
    -webkit-mask-image: url("/img_new/icon/header_nav/search.svg");
    mask-image: url("/img_new/icon/header_nav/search.svg");
    background-color: #555;
}

#header .menu_btn .nav_img{
    -webkit-mask-image: url("/img_new/icon/header_nav/menu.svg");
    mask-image: url("/img_new/icon/header_nav/menu.svg");
    background-color: #555;
}

#header .contactus_btn .nav_img{
    -webkit-mask-image: url("/img_new/icon/menu/contactus.svg");
    mask-image: url("/img_new/icon/menu/contactus.svg");
    background-color: #555;
}

#header .login_btn .nav_img{
    -webkit-mask-image: url("/img_new/icon/header_nav/login.svg");
    mask-image: url("/img_new/icon/header_nav/login.svg");
    background-color: #f74361;
}

#header .info_btn .count_num_batch-info{
    position: absolute;
    top: 0px;
    right: -5px;
    width: 20px;
    height: 19px;
    padding-top: 1px;
    background-color: #f74361;
    border-radius: 50%;
    border: solid 2px #fff;
    color: #fff;
    font-size: 12px;
    text-align: center;
    letter-spacing: -0.5px;
}

/* ==================================================

 コンテンツブロッカー

================================================== */
.blocker_wrap{
    padding: 10px;
    background-color: #f2f2f2;
    text-align: center;
}

.blocker_wrap .blocker{
    padding: 5px 10px 10px;
    border: 3px solid #f74361;
    background-color: #fff;
    box-shadow: 0px 1px 1px 0px #ccc;
}

.blocker_wrap .blocker_title{
    position: relative;
    display: inline-block;
    padding: 5px 5px 0 15px;
    margin: 0 0 10px;
    border-bottom: 1px solid #555;
    color: #555;
    font-size: 14px;
    font-weight: bold;
    line-height: 22px;
}

.blocker_wrap .blocker_title:before{
    content:"";
    position: absolute;
    top: 10px;
    left: 0;
    width: 8px;
    height: 8px;
    background-color: #63c3db;
    color: #63c3db;
    font-size: 1px;
}

.blocker_wrap .blocker_msg{
    color: #555;
    font-size: 12px;
    text-align: left;
}

/* ==================================================

 ログアウト時 index

================================================== */
.index_header_img{
    display: block;
}

.index_signup_btn{
    display: block;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    position: relative;
    width: 90%;
    padding: 10px 0;
    margin: 15px auto 20px;
    background:#f74361;
    border: none;
    border-radius: 0;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    text-decoration: none;
}

.about_income{
    padding: 10px;
    color: #555;
    font-size: 12px;
}

/* ==================================================

 モーダル

================================================== */
.overlay_tuto{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index:9999;
    background-color: rgba(0,0,0,0.6);
}

.hide_btn{
    position: absolute;
    top: -34px;
    right: 0;
    width: 44px;
    height: 44px;
    color: #555;
    font-size: 30px;
    font-weight: bold;
    font-family:Arial, Baskerville, monospace;
    line-height: 44px;
    text-align: center;
}

#modal_box{
    position: relative;
    margin: 0;
    background-color: #fff;
}

#modal_box .modal_title{
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

/*お知らせ*/
#info_modal_wrap #modal_box{
    padding: 34px 0 10px;
}

#info_modal_wrap .hide_btn{
    height: 34px;
    line-height: 34px;
}

/* 検索・メニュー */
#search_modal_wrap #modal_box,#menu_modal_wrap #modal_box{
    margin: 32px 0 5px;
    background-color: transparent;
}

#search_modal_wrap .hide_btn,#menu_modal_wrap .hide_btn{
    height: 34px;
    color: #fff;
    line-height: 34px;
}

#search_modal_wrap #modal_box ul.modal_list,
#menu_modal_wrap #modal_box ul.modal_list{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    text-align: center;
}

#search_modal_wrap #modal_box ul.modal_list:first-child,
#menu_modal_wrap #modal_box ul.modal_list:first-child{
    padding-top: 0px;
    border-top: none;
}

#search_modal_wrap #modal_box ul.modal_list li,
#menu_modal_wrap #modal_box ul.modal_list li{
    position: relative;
    width: 20%;
    padding-bottom: 5px;
}

#search_modal_wrap #modal_box .nav_img,
#menu_modal_wrap #modal_box .nav_img{
    position: relative;
    width: 55px;
    height: 55px;
    margin: 0 auto;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: 100%;
    mask-size: 100%;
    background-color: #555;
}

/* 検索 */
#search_modal_wrap #modal_box .nav_img.app{
    -webkit-mask-image: url("/img_new/icon/search/app.svg");
    mask-image: url("/img_new/icon/search/app.svg");
}
#search_modal_wrap #modal_box .nav_img.service{
    -webkit-mask-image: url("/img_new/icon/footer_nav/service.svg");
    mask-image: url("/img_new/icon/footer_nav/service.svg");
}
#search_modal_wrap #modal_box .nav_img.shopping{
    -webkit-mask-image: url("/img_new/icon/footer_nav/shopping.svg");
    mask-image: url("/img_new/icon/footer_nav/shopping.svg");
}
#search_modal_wrap #modal_box .nav_img.credit{
    -webkit-mask-image: url("/img_new/icon/search/credit.svg");
    mask-image: url("/img_new/icon/search/credit.svg");
}
#search_modal_wrap #modal_box .nav_img.official{
    -webkit-mask-image: url("/img_new/icon/search/official.svg");
    mask-image: url("/img_new/icon/search/official.svg");
}

#search_modal_wrap #modal_box .nav_img.free{
    -webkit-mask-image: url("/img_new/icon/search/free.svg");
    mask-image: url("/img_new/icon/search/free.svg");
}
#search_modal_wrap #modal_box .nav_img.high_reduction{
    -webkit-mask-image: url("/img_new/icon/search/high_reduction.svg");
    mask-image: url("/img_new/icon/search/high_reduction.svg");
}
#search_modal_wrap #modal_box .nav_img.app_pt{
    -webkit-mask-image: url("/img_new/icon/search/app_pt.svg");
    mask-image: url("/img_new/icon/search/app_pt.svg");
}
#search_modal_wrap #modal_box .nav_img.multi{
    -webkit-mask-image: url("/img_new/icon/search/multi.svg");
    mask-image: url("/img_new/icon/search/multi.svg");
}
#search_modal_wrap #modal_box .nav_img.lets{
    -webkit-mask-image: url("/img_new/icon/search/lets.svg");
    mask-image: url("/img_new/icon/search/lets.svg");
}
#search_modal_wrap #modal_box .nav_img.monthly_rewards{
    -webkit-mask-image: url("/img_new/icon/search/monthly_rewards.svg");
    mask-image: url("/img_new/icon/search/monthly_rewards.svg");
}
#search_modal_wrap #modal_box .nav_img.app_station{
    -webkit-mask-image: url("/img_new/icon/search/app_station.svg");
    mask-image: url("/img_new/icon/search/app_station.svg");
}
#search_modal_wrap #modal_box .nav_img.app_driver{
    -webkit-mask-image: url("https://img.pointi.jp/assets/img_new/icon/search/app_forest.svg");
    mask-image: url("https://img.pointi.jp/assets/img_new/icon/search/app_forest.svg");
}

/* メニュー */
#menu_modal_wrap #modal_box .nav_img.my_page{
    -webkit-mask-image: url("/img_new/icon/menu/my_page.svg");
    mask-image: url("/img_new/icon/menu/my_page.svg");
}
#menu_modal_wrap #modal_box .nav_img.my_book{
    -webkit-mask-image: url("/img_new/icon/menu/my_book.svg");
    mask-image: url("/img_new/icon/menu/my_book.svg");
}
#menu_modal_wrap #modal_box .nav_img.exchange{
    -webkit-mask-image: url("/img_new/icon/menu/exchange.svg");
    mask-image: url("/img_new/icon/menu/exchange.svg");
}
#menu_modal_wrap #modal_box .nav_img.campaign{
    -webkit-mask-image: url("/img_new/icon/menu/campaign.svg");
    mask-image: url("/img_new/icon/menu/campaign.svg");
}
#menu_modal_wrap #modal_box .nav_img.opinion{
    -webkit-mask-image: url("/img_new/icon/menu/opinion.svg");
    mask-image: url("/img_new/icon/menu/opinion.svg");
}
#menu_modal_wrap #modal_box .nav_img.review{
    -webkit-mask-image: url("/img_new/icon/menu/review.svg");
    mask-image: url("/img_new/icon/menu/review.svg");
}
#menu_modal_wrap #modal_box .nav_img.help{
    -webkit-mask-image: url("/img_new/icon/menu/help.svg");
    mask-image: url("/img_new/icon/menu/help.svg");
}
#menu_modal_wrap #modal_box .nav_img.research{
    -webkit-mask-image: url("/img_new/icon/menu/research.svg");
    mask-image: url("/img_new/icon/menu/research.svg");
}
#menu_modal_wrap #modal_box .nav_img.mnt_corn{
    -webkit-mask-image: url("/img_new/icon/menu/mnt_corn.svg");
    mask-image: url("/img_new/icon/menu/mnt_corn.svg");
}
#menu_modal_wrap #modal_box .nav_img.favorite{
    -webkit-mask-image: url("/img_new/icon/menu/favorite.svg");
    mask-image: url("/img_new/icon/menu/favorite.svg");
}
#menu_modal_wrap #modal_box .nav_img.contactus{
    -webkit-mask-image: url("/img_new/icon/menu/contactus.svg");
    mask-image: url("/img_new/icon/menu/contactus.svg");
}
#menu_modal_wrap #modal_box .nav_img.melimelo{
    -webkit-mask-image: url("https://img.pointi.jp/assets/sp/img_new/icon/menu/money.svg");
    mask-image: url("https://img.pointi.jp/assets/sp/img_new/icon/menu/money.svg");
}
#menu_modal_wrap #modal_box .nav_img.point_hunter{
    -webkit-mask-image: url("/img_new/icon/menu/point_hunter.svg");
    mask-image: url("/img_new/icon/menu/point_hunter.svg");
}
#menu_modal_wrap #modal_box .nav_img.trophy{
    -webkit-mask-image: url("/img_new/icon/menu/trophy.svg");
    mask-image: url("/img_new/icon/menu/trophy.svg");
}
#menu_modal_wrap #modal_box .nav_img.magazine{
    -webkit-mask-image: url("/img_new/icon/menu/magazine.svg");
    mask-image: url("/img_new/icon/menu/magazine.svg");
}
#menu_modal_wrap #modal_box .nav_img.every{
    -webkit-mask-image: url("/img_new/icon/menu/every.svg");
    mask-image: url("/img_new/icon/menu/every.svg");
}
#menu_modal_wrap #modal_box .nav_img.coupon{
    -webkit-mask-image: url("/img_new/icon/menu/coupon.svg");
    mask-image: url("/img_new/icon/menu/coupon.svg");
}
#menu_modal_wrap #modal_box .nav_img.mail{
    -webkit-mask-image: url("/img_new/icon/menu/mail.svg");
    mask-image: url("/img_new/icon/menu/mail.svg");
}
#menu_modal_wrap #modal_box .nav_img.howto{
    -webkit-mask-image: url("/img_new/icon/menu/howto.svg");
    mask-image: url("/img_new/icon/menu/howto.svg");
}
#menu_modal_wrap #modal_box .nav_img.tutorial{
    -webkit-mask-image: url("/img_new/icon/menu/tutorial.svg");
    mask-image: url("/img_new/icon/menu/tutorial.svg");
}
#menu_modal_wrap #modal_box .nav_img.calendar{
    -webkit-mask-image: url("/img_new/icon/menu/calendar.svg");
    mask-image: url("/img_new/icon/menu/calendar.svg");
}
#menu_modal_wrap #modal_box .nav_img.sale_info{
    -webkit-mask-image: url("/img_new/icon/menu/sale_info.svg");
    mask-image: url("/img_new/icon/menu/sale_info.svg");
}

#menu_modal_wrap #modal_box .new_icon{
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 55px;
    margin: 0 auto;
}

#menu_modal_wrap #modal_box .new_img{
    position: absolute;
    top: -10px;
    right: 0;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    background-image: url("/img_new/icon/attention.svg");
    background-size: 100%;
    -moz-animation-name: blink;
    -webkit-animation-name: blink;
    animation-name: blink;
    -moz-animation-duration: 1.7s;
    -webkit-animation-duration: 1.7s;
    animation-duration: 1.7s;
    -moz-animation-iteration-count: 5;/* infinite */
    -webkit-animation-iteration-count: 5;/* infinite */
    animation-iteration-count: 5;/* infinite */
}

@keyframes blink{
    0%{opacity: 1;}
    50%{opacity: 0;}
    75%{opacity: 0.5;}
    100%{opacity: 0.75;}
}

@-moz-keyframes blink{
    0%{opacity: 1;}
    50%{opacity: 0;}
    75%{opacity: 0.5;}
    100%{opacity: 0.75;}
}

@-webkit-keyframes blink{
    0%{opacity: 1;}
    50%{opacity: 0;}
    75%{opacity: 0.5;}
    100%{opacity: 0.75;}
}

/* 白背景 */
#modal_box .modal_whitewrap{
    padding: 10px 0;
    margin: 0 10px 0;
    background-color: #fff;
}

/* モーダル内検索フォーム */
#search_modal_wrap #modal_box ul .search_radio{
    text-align: left;
}

#search_modal_wrap #modal_box ul .search_radio label span{
    display: inline-block;
    margin-left: 5px;
    color: #555;
    font-size: 12px;
    vertical-align: baseline;
}

#search_modal_wrap #modal_box ul .search_box{
    margin: 0 10px 10px;
}

#search_modal_wrap #modal_box ul .search_box input[type="search"]{
    appearance:none;
    -webkit-appearance:none;
    -moz-appearance:none;
    float: left;
    width: 80%;
    height: 44px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    line-height: 1.2;
    box-sizing: border-box;
}

#search_modal_wrap #modal_box ul .search_box input[type="search"]:focus{
    outline: 0;
}

#search_modal_wrap #modal_box ul .search_box input[type="submit"]{
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    float: left;
    width: 20%;
    height: 44px;
    padding: 10px;
    background-color: #555;
    background-image:url("/img_new/search_icon_white.png");
    background-repeat:no-repeat;
    background-position: 50% center;
    background-size:15px;
    border: none;
    border-radius: 0;
    color: #fff;
    font-size: 14px;
    text-align: center;
    box-sizing: border-box;
}

/* ==================================================

　検索窓下のテキストリンク

================================================== */
#search_modal_wrap #modal_box .modal_search_recommend_wrap{
    margin: 0 10px 10px;
    border-bottom: 1px solid #ccc;
    font-size: 0;
}

#search_modal_wrap #modal_box .modal_search_recommend_wrap li{
    display: inline-block;
    max-width: 220px;
    margin: 0 10px 10px 0;
    color: #555;
    font-size: 11px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    box-sizing: border-box;
}

#search_modal_wrap #modal_box .modal_search_recommend_wrap li  a{
    color: #555;
    font-size: 11px;
    line-height: 1.4;
}

/* ==================================================

 案件カテゴリアイコン (お知らせでも使用してたのでoldにも記載 古いカテゴリアイコンはclass="statas"なので影響ない

================================================== */
.cate_icon{
    margin: 5px 0 0;
}

.cate_icon span{
    display: block;
    float: left;
    padding: 4px 8px;
    margin-top: 5px;
    margin-right: 5px;
    background-color: #63c3db;
    color: #fff;
    font-size: 11px;
    line-height: 1.2em;
    width: auto; /* iphoneのバグ対策 */
    white-space: nowrap; /* iphoneのバグ対策 */
}

/* カテゴリ(ショッピング、サービスなど) */
.cate_icon .statas_emphas{
    background-color: #1994da;
}

/* ==================================================

 パンくずリスト

================================================== */
#footer .bread{
    margin: 0 10px 15px;
    color: #555;
    font-size: 12px;
    line-height: 1.6em;
}

#footer .bread a{
    margin: 0 5px;
    color: #1994da;
}

#footer .bread a:first-child{
    margin-left: 0;
}

/* ==================================================

 seo

================================================== */
#footer .foot_nav{
    padding: 10px;
    margin: 10px;
    background-color: #fff;
    box-shadow: 0px 1px 3px 0px #ccc;
    color: #555;
    font-size: 12px;
}

/* ==================================================

 フッター ページTOPへ

================================================== */
.goto_top{
    width: 90%;
    height: 44px;
    margin: 20px auto;
    text-align: center;
}

.goto_top a{
    display: block;
    width: 100%;
    height: 44px;
    border-radius: 40px;
    background-color: #1994da;
    background-image: url("/img_new/goto_top_left.png"), url("/img_new/goto_top_right.png");
    background-repeat: no-repeat;
    background-size: auto 100%, auto 100%;
    background-position: top 5px left 1px, top 5px right 1px;
    border: 2px solid #fff;
    box-shadow: 0px 1px 3px 0px #ccc;
    color: #fff;
    text-decoration: none;
    text-align: center;
    box-sizing: border-box;
}

.goto_top a span{
    display: inline-block;
    position: relative;
    margin: 0 auto 0 -20px;
    font-size: 14px;
    line-height: 40px;
}

.goto_top a span::before{
    content:"";
    position: absolute;
    top: 12px;
    right: -20px;
    width: 16px;
    height: 16px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    vertical-align: middle;
}
.goto_top a span::after{
    content: "";
    position: absolute;
    top: 18px;
    right: -15px;
    width: 5px;
    height: 5px;
    border-top: 1px solid #1994da;
    border-right: 1px solid #1994da;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    vertical-align: middle;
}

/* ==================================================

 フッタードロップダウンメニュー

================================================== */
#footer_top_wrap{
    background-color: #f2f2f2;
}

#footer_menu{
    position: relative;
    width: 100%;
    margin-bottom: 10px;
    border-bottom: 1px solid #bbb;
}

#footer_menu .drop_menu .drop_title, #footer_menu .drop_menu .drop_intitle{
    display: block;
    position: relative;
    width: 100%;
    padding: 10px 15px;
    background-color: #555;
    border-top: 1px solid #333;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    line-height: 24px;
    box-sizing: border-box;
}

#footer_menu .drop_menu .drop_intitle{
    background-color: #ddd;
    border-top: 1px solid #bbb;
    color: #555;
}

/* 下階層なしメニュー 文字後ろ飾り → */
#footer_menu a.drop_title:before{
    content: "";
    display: block;
    position: absolute;
    top: 17px;
    right: 18px;
    width: 10px;
    height: 10px;
    background: transparent;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* 下階層ありメニュー 文字後ろ飾り ↓ */
#footer_menu div.drop_title:before{
    content: "";
    display: block;
    position: absolute;
    top: 14px;
    right: 18px;
    width: 10px;
    height: 10px;
    background: transparent;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* 下階層ありメニュー 文字後ろ飾り ↑ */
#footer_menu div.open:before{
    content: "";
    display: block;
    position: absolute;
    top: 20px;
    right: 18px;
    width: 10px;
    height: 10px;
    background: transparent;
    border-bottom: hidden;
    border-right: hidden;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* 下階層 文字後ろ飾り →　*/
#footer_menu a.drop_intitle:before{
    content: "";
    display: block;
    position: absolute;
    top: 17px;
    right: 18px;
    width: 10px;
    height: 10px;
    background:transparent;
    border-top: 1px solid #555;
    border-right: 1px solid #555;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.mark_privacy{
    margin: 10px auto 5px;
    text-align: center;
    line-height: 1;
}

.mark_privacy a{
    text-decoration: none;
    line-height: 1;
}

.mark_privacy a img{
    line-height: 1;
}

/* アプリ導線 */
#footer_top_wrap .conductor_wrap{
    margin: 15px 10px 15px 10px;
}

#footer_top_wrap .conductor{
    display: table;
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 1px 3px 0px #ccc;
    text-decoration: none;
}

#footer_top_wrap .conductor .con_app_img,
#footer_top_wrap .conductor .con_app_tit{
    display: table-cell;
    vertical-align: middle;
}

#footer_top_wrap .conductor .con_app_img{
    width: 50px;
    height: 50px;
    text-align: center;
}

#footer_top_wrap .conductor .con_app_img img{
    border-radius: 10px;
    border: 1px solid #ccc;
    vertical-align: middle;
}

#footer_top_wrap .conductor .con_app_tit{
    color: #555;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
}

/* SNS */
#footer_top_wrap #sns_list{
    width: 160px;
    margin-left: auto;
    margin-right: auto;
}

#footer_top_wrap #sns_list li{
    float: left;
    width: 40px;
    text-align: center;
}

#footer_top_wrap #sns_list li a{
    display: block;
    width: 80%;
    margin: 0 auto;
    box-shadow: 0px 1px 3px 0px #ccc;
}

#footer_top_wrap #sns_list li a img{
    vertical-align:bottom;
}

#device_change{
    padding: 10px 0;
    margin-bottom: 20px;
    background-color: #fff;
    color: #555;
    font-size: 10px;
    text-align: center;
}

#device_change a{
    color: #2490d0;
}

#copyright{
    clear: both;
    padding: 10px 0;
    background-color: #f2f2f2;
    color: #555;
    font-size: 10px;
    text-align: center;
}

/* ==================================================

 フッター

================================================== */
#footer_wrap{
    position: fixed;
    width: 100%;
    height: 50px;
    bottom: 0px;
    background-color: #fff;
    z-index: 5;
}

#footer_wrap .signup_btn_wrap{
    padding: 15px;
}

#footer_wrap .signup_btn{
    position: relative;
    display: block;
    width: 100%;
    padding: 10px 0;
    background: #f74361;
    color: #fff;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    line-height: 24px;
}

#footer_nav{
    display: -moz-box;
    display: -webkit-box;
    display: box;
    width: 100%;
    height: 100%;
    background-color: #fefefe;
}

#footer_nav li{
    position: relative;
    -moz-box-flex: 1;
    -webkit-box-flex: 1;
    box-flex: 1;
    border-top: 1px solid #ddd;
}

#footer_nav li a{
    display: block;
    width: 100%;
    height: 50px;
    background-color: #fefefe;
    text-align: center;
}

#footer_nav .nav_open a{
    background-color: #ddd;
}

#footer_nav .nav_img{
    width: 50px;
    height: 50px;
    margin: 0 auto;
    -webkit-mask-image: url("/img_new/icon/footer_nav/home.svg");
    mask-image: url("/img_new/icon/footer_nav/home.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: 100%;
    mask-size: 100%;
    background-color: #555;
}

#footer_nav li:nth-child(2) .nav_img{
    -webkit-mask-image: url("/img_new/icon/footer_nav/service.svg");
    mask-image: url("/img_new/icon/footer_nav/service.svg");
}
#footer_nav li:nth-child(3) .nav_img{
    -webkit-mask-image: url("/img_new/icon/footer_nav/shopping.svg");
    mask-image: url("/img_new/icon/footer_nav/shopping.svg");
}
#footer_nav li:nth-child(4) .nav_img{
    -webkit-mask-image: url("/img_new/icon/footer_nav/every.svg");
    mask-image: url("/img_new/icon/footer_nav/every.svg");
}
#footer_nav li:nth-child(5) .nav_img{
    -webkit-mask-image: url("/img_new/icon/footer_nav/share.svg");
    mask-image: url("/img_new/icon/footer_nav/share.svg");
}

#footer_nav .new_icon{
    display: none;
    position: absolute;
    left: 0px;
    width: 100%;
    text-align: center;
}

#footer_nav .nav_balloon{
    display: inline-block;
    position: absolute;
    top: -18px;
    left: 50%;
    width: 80px;
    padding: 3px 0;
    background-color: #f74361;
    border-radius: 10px;
    text-align: center;
    line-height: 0;
    z-index: 2;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    animation-name: blink;
    animation-duration: 1.7s;
    animation-iteration-count: 5;/* infinite */
}

#footer_nav .nav_balloon span{
    display: inline-block;
    color: #fff;
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 0.3px;
    text-align: center;
}

#footer_nav .nav_balloon span:after{
    content: "";
    position: absolute;
    top: 15px;
    left: 50%;
    border-top: 8px solid #f74361;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

/*↑↑↑↑↑↑↑↑↑↑↑↑↑ここまで古い main.css にも追記↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑*/
/* ==================================================

 基本ボタン、お気に入りボタン

================================================== */
.msg_fave{
    display: none;
    margin-top: 5px;
    color: #1994da;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}

#conts .btn_wrap{
    width: 90%;
    margin: 0 auto;
}

#conts .go_btn{
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    display: block;
    position: relative;
    width: 100%;
    padding: 10px 0;
    margin: 0 auto 20px;
    background:#f74361;
    border: none;
    border-radius: 0;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    text-decoration: none;
}

#conts .used_btn{
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    display: block;
    position: relative;
    width: 100%;
    padding: 10px 0;
    margin: 0 auto 20px;
    background: #666;
    border: none;
    border-radius: 0;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    text-decoration: none;
}

#conts .bg_blue{
    background-color: #1994DA;
}

#conts .bg_gray{
    background-color: #666;
}

.btn_wrap .favorite_wrap{
    float: left;
    width: 49%;
    margin-right: 2%;
}

.btn_wrap .favorite_wrap_long{
    float:inherit;
    width: 100%;
    margin: 0;
}

.favorite_wrap .favorite,
.favorite_wrap .favorited{
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    height: 44px;
    background-color: #fff;
    background-image: url("/img_new/detail_icon_favo.png");
    background-repeat: no-repeat;
    background-size: 120px;
    background-position: center center;
    border: solid 1px #1994da;
    border-radius: 0;
    font-weight: normal;
    line-height: 1;
    text-align: center;
    text-indent: -99999px;
    box-sizing: border-box;
}

.favorite_wrap .favorited{
    background-image: url("/img_new/detail_icon_favoed.png");
}

/* 共通化用お気に入りボタン */
.ad_fav_on,
.ad_fav_off{
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    height: 44px;
    background-color: #fff;
    background-image: url("/img_new/detail_icon_favo.png");
    background-repeat: no-repeat;
    background-size: 120px;
    background-position: center center;
    border: solid 1px #1994da;
    border-radius: 0;
    font-weight: normal;
    line-height: 1;
    text-align: center;
    text-indent: -99999px;
    box-sizing: border-box;
}

.ad_fav_off{
    background-image: url("/img_new/detail_icon_favoed.png");
}

/* ==================================================

 color-box

================================================== */
/* colorboxのデフォルトのcssより先に読まれるため、優先度高くするためセレクタ深め */
body #cboxOverlay{
    background: none;
    background-color: #000;
    overflow: visible;
}

body #colorbox{
    overflow: visible;
}

#colorbox #cboxWrapper{
    overflow: visible;
}

#colorbox #cboxContent{
    overflow: visible;
}

#colorbox #cboxTopLeft,
#colorbox #cboxTopCenter,
#colorbox #cboxTopRight,
#colorbox #cboxMiddleLeft,
#colorbox #cboxMiddleRight,
#colorbox #cboxBottomLeft,
#colorbox #cboxBottomCenter,
#colorbox #cboxBottomRight{
    background: none;
    background-color: #fff;
}

#colorbox #cboxTopLeft    { border-radius: 10px 0 0 0; }
#colorbox #cboxTopRight   { border-radius: 0 10px 0 0; }
#colorbox #cboxBottomRight{ border-radius: 0 0 10px 0; }
#colorbox #cboxBottomLeft { border-radius: 0 0 0 10px; }

#colorbox #cboxPrevious{
    position: absolute;
    top: 50%;
    left: -40px;
    width: 30px;
    height: 30px;
    background-image: url("/js/modal/images/controls_income.png");
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 90px 60px;
    background-position: 0 0;
    transform:translate(0,-50%);
}

#colorbox #cboxPrevious:hover{
    background-position: 0 -30px;
}

#colorbox #cboxNext{
    position: absolute;
    top: 50%;
    left: auto;
    right: -40px;
    width: 30px;
    height: 30px;
    background-image: url("/js/modal/images/controls_income.png");
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 90px 60px;
    background-position: -30px 0;
    transform: translate(0,-50%);
    z-index: 999;
}

#colorbox #cboxNext:hover{
    background-position: -30px -30px;
}

#colorbox #cboxClose{
    top: auto;
    bottom: -10px;
    left: auto;
    right: -10px;
    width: 30px;
    height: 30px;
    background-image: url("/js/modal/images/controls_income.png");
    background-repeat: no-repeat;
    background-size: 90px 60px;
    background-position: -60px 0;
    z-index: 999;
}

/* ページネーション */
#colorbox #cboxCurrent{
    left: 50%;
    bottom: -10px;
    width: auto;
    padding: 5px;
    background-color: #f2f2f2;
    border-radius: 5px;
    font-size: 11px;
    transform: translate(-50%,0);
}

/* ==================================================

 クリエイティブ文言

================================================== */
.attention_box p{
    padding-left: 1em;
    margin-bottom: 5px;
    color: #555;
    font-size: 11px;
    line-height: 1.6;
    text-indent: -1em;
    word-break: break-all;
}

.attention_box p:last-child{
    margin-bottom: 0;
}

.attention_box a{
    color: #1994da;
    text-decoration: none;
}

/* ==================================================

 カテゴリ検索 shopping,service,app,official

================================================== */
.cat_box{
    background-color: #fff;
    box-shadow: 0px 1px 3px 0px #ccc;
}

.cat_box ul li{
    width: 100%;
    font-size: 12px;
}

.cat_box ul li div{
    position: relative;
    display: block;
    width: 100%;
    padding: 10px 30px 10px 10px;
    background-color: #fafafa;
    border-bottom: #ccc 1px dashed;
    color: #555;
    text-align: left;
    text-decoration: none;
    line-height: 24px;
    box-sizing: border-box;
}

.cat_box ul li div:before{
    content: "";
    display: block;
    position: absolute;
    top: 18px;
    right: 10px;
    width: 12px;
    height: 12px;
    background: transparent none repeat scroll 0 0;
    border-right: 1px solid #2490d0;
    border-bottom: 1px solid #2490d0;
    -moz-transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
}

.cat_box ul li div.open:before{
    top: 26px;
    border-right: none;
    border-bottom: none;
    border-top: 1px solid #2490d0;
    border-left: 1px solid #2490d0;
}

.cat_box ul li:last-child div{
    border-bottom: none;
}

.cat_box ul li:last-child div.open{
    border-bottom: #ccc 1px dashed;
}

.cat_box ul li.cat_drop_menu a{
    display: none;
    background-color: #fff;
}

.cat_box ul li a{
    display: block;
    position: relative;
    width: 100%;
    padding: 10px 20px 10px 10px;
    border-bottom: #ccc 1px dashed;
    color: #555;
    text-align: left;
    text-decoration: none;
    line-height: 24px;
    box-sizing: border-box;
}

.cat_box ul li a:before{
    content: "";
    display: block;
    position: absolute;
    top: 22px;
    right: 10px;
    width: 12px;
    height: 12px;
    background: transparent none repeat scroll 0 0;
    border-right: 1px solid #2490d0;
    border-top: 1px solid #2490d0;
    -moz-transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
}

.cat_box ul li:last-child a:last-child{
    border-bottom: none;
}

.last_box_wrap{
    margin: 0 10px;
}

/* ==================================================

 list

================================================== */
#list_wrap{
    padding: 10px 0 30px;
}


#list_wrap .tabs li{/* 3文字のタブ */
    width: 60px;
    height: 32px;
    padding: 0;
}

#list_wrap .tabs li.tab_w4{/* 4文字のタブ */
    width: 73px;
}

#list_wrap .tabs li.tab_w5{/* 5文字のタブ */
    width: 86px;
}

/* タブ3つ(基本) */
#list_wrap .tabs{
    width: 236px;
    padding: 0;
    margin: 10px auto;
}

#list_wrap .tabs li.tab2{/* 2つめのタブ */
    width: 100px;
}

/* タブ2つ */
#list_wrap .tabs_double{
    width: 209px;
    padding: 0;
    margin: 10px auto;
}

#list_wrap .tabs_double li{
    width: 100px;
}

/* タブ4つ */
#list_wrap .tabs_four{
    width: 302px;
    padding: 0;
    margin: 10px auto;
}

/* タブの中身 */
#list_wrap .tabs li a{
    display: block;
    font-size: 12px;
    line-height: 32px;
    text-align: center;
}

#list_wrap .tabs li.open{
    background-color: #666;
}

#list_wrap .tabs li.open a{
    color: #fff;
}

#conts #list_wrap .tabs_ad{
    margin-bottom: 0;
}

#list_wrap .ad2{
    position: relative;
    margin-bottom: 10px;
}

#list_wrap .ad2 a{
    display: block;
    padding: 10px 10px;
}

#list_wrap .h2_title{
    word-break: break-all;
}

#list_wrap .list_no_date{
    padding: 20px 0;
    color: #555;
    font-size: 12px;
    text-align: center;
}

/* ==================================================

  list - 2カラム

================================================== */
#list_wrap .double_column .ad2{
  float: left;
  position: relative;
  width: 49%;
  margin: 0 1% 5px 0;
}

#list_wrap .double_column .ad2 a{
    padding: 10px 10px 5px;
}

#list_wrap .double_column .ad2:nth-child(even){
    margin: 0 0 5px 1%;
}

#list_wrap .double_column .cont_img{
    margin-bottom: 10px;
}

#list_wrap .double_column .ad2 .cont_text .point span{
    letter-spacing: -0.3px;
}

#list_wrap .double_column .cont_text .point2{
    font-size: 14px;
}

/* ==================================================

  list - 1カラム

================================================== */
#list_wrap .single_column .ad2:last-child{
    margin-bottom: 0;
}

.single_column .ad2 .cont1{
    display: table;
    table-layout: fixed;
    width: 100%;
}

/* リボン */
.single_column .point-triangle{
    position: absolute;
    top: 0;
    right: 0;
}

.single_column .ad2 .cont_img_wrap{
    display: table-cell;
    width: 100px;
    vertical-align:top;
}

.single_column .ad2 .cont_img{
    width: 100px;
    max-width: 100px;
    min-width: 100px;
    height: 100px;
    padding-top: 0;
}

.single_column .ad2 .cont_text{
    padding-left: 10px;
    vertical-align:top;
    box-sizing: border-box;
}

.single_column .ad2 .cont_text .title{
    position: relative;
    height: 3.2em;
    margin: 0 0 3px;
    font-weight: bold;
    font-size: 11px;
    overflow: hidden;
    word-break: break-all;
}

.single_column .ad2 .cont_text .title .half{
    width: 70%;
}

.single_column .ad2 .cont_text .point{
    letter-spacing: -0.3px;
}

.single_column .ad2 .cont_text .point span{
    letter-spacing: -0.3px;
}

.single_column .ad2 .cont_text .align_r{
    margin-bottom: 3px;
    letter-spacing: -0.3px;
    text-align: right;
}

.single_column .ad2 .cont_text .align_l{
    margin-bottom: 3px;
    letter-spacing: -0.3px;
    text-align: left;
}

.single_column .ad2 .point .point2{
    line-height: 1.2;
}

.single_column .ad2 .cont_text .rp_point{
    display: inline-block;
    padding: 0 5px;
    margin-bottom: 5px;
    border: 1px solid #1994da;
    border-radius: 0;
    color: #1994da;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-align: center;
}

.single_column .ad2 .pi_con{
    margin-bottom: 3px;
    word-break: break-all;
}

.single_column .ad2 .pi_kikan{
    word-break: break-all;
    letter-spacing: -0.3px;
}

.single_column .star{
    margin-top: 10px;
}

.single_column .star span{
    display: block;
    float: left;
    margin-right: 5px;
    line-height: 1.2;
    letter-spacing: -0.3px;
}

.single_column .star img{
    float: left;
    width: 15px;
}

.single_column .star .star_pt{
    font-size: 14px;
}

.single_column .title_right .star_pt{
    font-size: 15px;
}

/* ==================================================

  口コミ

================================================== */
.column .inner_column{
    padding: 10px;
    margin-bottom: 10px;
}

.column .inner_column:last-child{
    margin-bottom: 0;
}

.inner_column .cont1{
    display: table;
    width: 100%;
    margin-bottom: 10px;
}

.inner_column .cont_img_wrap{
    display: table-cell;
    width: 100px;
    vertical-align:top;
}

.inner_column .cont_img{
    width: 100px;
    max-width: 100px;
    min-width: 100px;
    height: 100px;
    padding-top: 0;
}

.inner_column .cont_text{
    display: table-cell;
    padding-left: 10px;
    vertical-align: top;
    box-sizing: border-box;
}

.inner_column .rev_ad_title{
    margin: 5px 0 10px;
    font-size: 12px;
    font-weight: bold;
    word-break: break-all;
}

.inner_column .star_a{
    display: block;
    color: #555;
    text-decoration: none;
}

.inner_column .star span{
    display: block;
    float: left;
    margin-right: 5px;
    line-height: 1.2;
    letter-spacing: -0.3px;
}

.inner_column .star img{
    float: left;
    width: 15px;
}

.inner_column .star .star_pt{
    font-size: 14px;
}

.inner_column .title_right .star_pt{
    font-size: 15px;
}

.inner_column .date{
    float: left;
    width: auto;
    color: #999;
}

.inner_column .adstar_area{
    float:right;
    width: auto;
}

.inner_column .mem{
    margin-top: 10px;
}

.inner_column .mem .rev_user_btn{
    margin-right: 5px;
    color: #1994da;
    font-weight: bold;
    text-decoration: none;
    vertical-align: bottom;
    word-break: break-all;
}

.inner_column .mem .rev_user_btn span{
    vertical-align:bottom;
}

.inner_column .mem .rev_detail_btn{
    display: inline-block;
    padding: 2px 22px;
    background-color: #1994da;
    border-radius: 3px;
    color: #fff;
    font-size: 11px;
    text-decoration: none;
}

.inner_column .review_cmt{
    margin: 10px auto;
    word-break: break-all;
}

.inner_column .revbtn_area{
    margin: 10px 0 10px;
}

.inner_column .revbtn_area .fav,
.inner_column .revbtn_area .fav_fin{
    float:right;
    width: 100px;
    padding: 7px 0;
    border: 1px solid #1994da;
    border-radius: 3px;
    color: #1994da;
    font-weight: bold;
    text-align: center;
}

.inner_column .revbtn_area .fav_fin{
    border: 1px solid #f74361;
    color: #f74361;
}

.inner_column .fav_no{
    float: left;
    font-size: 10px;
    text-align: right;
}

.inner_column .fav_no span{
    color: #f74361;
    font-size: 16px;
    font-weight: bold;
}

/* ==================================================

 定番サービス

================================================== */
#classic_wrap ul {
    text-align: center;
    font-size: 0;
}

#classic_wrap li {
    display: inline-block;
    position: relative;
    background-color: #fff;
    margin-right: 5px;
    padding: 5px 10px;
    border: #ccc solid 1px;
    border-radius: 20px;
}

#classic_wrap li:last-child{
    margin-right: 0;
}

#classic_wrap li .new_icon::before {
    content: "●";
    position: absolute;
    top: 4px;
    right: 0;
    color: #f74361;
    font-size: 16px;
    animation-name: blink-out;
    animation-duration: 1.7s;
    animation-iteration-count: 5;
    z-index: 1;
}

#classic_modal .cnt_classic .noti {
    font-size: 14px;
    padding-bottom: 10px;
}

#classic_modal .js_modal_btn{
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    outline: none;
}

/* モーダル内デザイン */
#classic_modal {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    color: #555;
    font-size: 14px;
}

#classic_modal .h2_title{
    padding-left: 15px;
    padding-bottom: 5px;
    box-shadow: none;
    border-bottom: 1px solid #ccc;
}

#classic_modal .sale_ribbon {
    width: 100%;
    padding: 5px 0;
    margin-bottom: 10px;
    background-color: #f74361;
    border-radius: 50px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.5px;
}

#classic_modal .sale_ribbon a {
    color: #fff;
    text-decoration: none;
}

/* モーダル内広告 */
#classic_modal .cnt_classic{
    width: 100%;
    background-color: #fff;
    box-sizing: border-box;
    font-size: 0;
}

#classic_modal .cnt_classic .box_ad{
    display: inline-block;
    position: relative;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 10px;
    font-size: 14px;
    vertical-align: bottom;
}

#classic_modal .cnt_classic .box_ad .sale_icon {
    display: block;
    margin: 0 auto;
    margin-bottom: 3px;
    font-weight: bold;
    background-color: #f74361;
    color: #fff;
    font-size: 12px;
    text-align: center;
}

#classic_modal .cnt_classic .box_ad:nth-child(3n){
    margin-right: 0;
}

#classic_modal .cnt_classic .title_classic{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    width: 100%;
    height: 3.2em;
    margin-top: 5px;
    font-weight: bold;
    font-size: 11px;
    letter-spacing: 0.5px;
    overflow: hidden;
    text-overflow: ellipsis;
}

#classic_modal .cnt_classic .classic_ad a{
    display: block;
    margin-bottom: 10px;
}

#classic_modal .cnt_classic .classic_ad a img{
    display: block;
    margin: 0 auto;
}

#classic_modal .cnt_classic .cont_img{
    display: block;
    position: relative;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    height: auto;
    margin: 0 auto 5px;
    overflow: hidden;
    background-color: #fff;
}

#classic_modal .cnt_classic .cont_img .over_img{
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    text-indent: -9999px;
    opacity: 0;
    z-index: 1;
    animation-name: blink-out;
    animation-duration: 1.7s;
    animation-iteration-count: 3;/* infinite */
    animation-fill-mode: forwards;
    -moz-transform: translate3d(-50%, -50%, 0);
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

@keyframes blink-out{
    0%{opacity: 1;}
    50%{opacity: 0;}
    100%{opacity: 1;}
}

#classic_modal .cnt_classic .cont_text .classic_pt{
    font-size: 12px;
    line-height: 1.6;
    text-align: center;
    vertical-align: middle;
}

#classic_modal .cnt_classic .cont_text .classic_pt .big{
    font-size: 16px;
    letter-spacing: 0.5px;
}

/* ==================================================

 主要メニュー

================================================== */
.major_manu_wrap{
    margin: 0 10px 15px;
    background-color: #fff;
    box-shadow: 0px 1px 3px 0px #ccc;
}

.major_manu{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    text-align: center;
}

.major_manu li{
    position: relative;
    width: 20%;
    padding-bottom: 5px;
}

.major_manu li .nav_img{
    position: relative;
    width: 55px;
    height: 55px;
    margin: 0 auto;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: 100%;
    mask-size: 100%;
    background-color: #555;
}

.major_manu li .nav_img.app{
    -webkit-mask-image: url("/img_new/icon/search/app.svg");
    mask-image: url("/img_new/icon/search/app.svg");
}
.major_manu li .nav_img.service{
    -webkit-mask-image: url("/img_new/icon/footer_nav/service.svg");
    mask-image: url("/img_new/icon/footer_nav/service.svg");
}
.major_manu li .nav_img.shopping{
    -webkit-mask-image: url("/img_new/icon/footer_nav/shopping.svg");
    mask-image: url("/img_new/icon/footer_nav/shopping.svg");
}
.major_manu li .nav_img.credit{
    -webkit-mask-image: url("/img_new/icon/search/credit.svg");
    mask-image: url("/img_new/icon/search/credit.svg");
}
.major_manu li .nav_img.official{
    -webkit-mask-image: url("/img_new/icon/search/official.svg");
    mask-image: url("/img_new/icon/search/official.svg");
}
.major_manu li .nav_img.app_pt{
    -webkit-mask-image: url("/img_new/icon/search/app_pt.svg");
    mask-image: url("/img_new/icon/search/app_pt.svg");
}
.major_manu li .nav_img.multi{
    -webkit-mask-image: url("/img_new/icon/search/multi.svg");
    mask-image: url("/img_new/icon/search/multi.svg");
}
.major_manu li .nav_img.lets{
    -webkit-mask-image: url("/img_new/icon/search/lets.svg");
    mask-image: url("/img_new/icon/search/lets.svg");
}
.major_manu li .nav_img.mnt_corn{
    -webkit-mask-image: url("/img_new/icon/menu/mnt_corn.svg");
    mask-image: url("/img_new/icon/menu/mnt_corn.svg");
}
.major_manu li .nav_img.new{
    -webkit-mask-image: url("/img_new/icon/new.svg");
    mask-image: url("/img_new/icon/new.svg");
}
.major_manu li .nav_img.monthly_rewards{
    -webkit-mask-image: url("/img_new/icon/search/monthly_rewards.svg");
    mask-image: url("/img_new/icon/search/monthly_rewards.svg");
}
.major_manu li .nav_img.app_station{
    -webkit-mask-image: url("/img_new/icon/search/app_station.svg");
    mask-image: url("/img_new/icon/search/app_station.svg");
}
.major_manu li .nav_img.app_driver{
    -webkit-mask-image: url("https://img.pointi.jp/assets/img_new/icon/search/app_forest.svg");
    mask-image: url("https://img.pointi.jp/assets/img_new/icon/search/app_forest.svg");
}


/* 曜日イベ対象 */
.major_manu .nav_balloon{
    display: inline-block;
    position: absolute;
    top: -18px;
    left: 50%;
    width: 80px;
    padding: 3px 0;
    background-color: #f74361;
    border-radius: 10px;
    text-align: center;
    line-height: 0;
    z-index: 2;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    animation-name: blink;
    animation-duration: 1.7s;
    animation-iteration-count: 5;/* infinite */
}

.major_manu .nav_balloon span{
    display: inline-block;
    color: #fff;
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 0.3px;
    text-align: center;
}

.major_manu .nav_balloon span:after{
    content: "";
    position: absolute;
    top: 15px;
    left: 50%;
    border-top: 8px solid #f74361;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

/* ==================================================

 みんなでチャレンジ

================================================== */
.cha_cnt_wrap{
    color: #555;
}

.cha_cnt_wrap .arrow_box{
    position: relative;
    margin: 8px 0 10px;
    background: #fd9c00;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
}

.cha_cnt_wrap .arrow_box:after{
    content: " ";
    position: absolute;
    top: 100%;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -8px;
    margin-bottom: -8px;
    background: #fd9c00;
    border: solid transparent;
    border-width: 8px;
    pointer-events: none;
}

.cha_cnt_wrap .arrow_box img{
    line-height: 35px;
    vertical-align: middle;
}

.cha_cnt_wrap .arrow_box span{
    line-height: 35px;
}

.cha_cnt_wrap .arrow_box .big{
    font-size: 16px;
    vertical-align: top;
}

.cha_cnt_wrap{
    margin-bottom: 15px;
    box-sizing: border-box;
}

.cha_cnt_wrap .ad{
    border: 1px solid #fdb239;
}

.cha_cnt_wrap .ad .point-triangle{
    top: -1px;
    right: -1px;
}

.cha_cnt_wrap .cha_cd{
    padding: 5px 0;
    background-color: #fdb239;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}

.cha_cnt_wrap .cha_cd .cout_down,
.cha_cnt_wrap .cha_cd .cout_down span{
    line-height: 20px;
}

.cha_cnt_wrap .cont1{
    display: table;
    table-layout: fixed;
    width: 100%;
    padding: 10px;
    list-style: none;
    box-sizing: border-box;
}

.cha_cnt_wrap .cont1 li.cha_img{
    display: table-cell;
    width: 130px;
    padding-right: 10px;
    line-height: 0;
    text-align: left;
    vertical-align: middle;
    box-sizing: border-box;
}

.cha_cnt_wrap .cont1 li.cont_text{
    color: #555;
    font-size: 12px;
    text-decoration: none;
    overflow: hidden;
    box-sizing: border-box;
}

.cha_cnt_wrap .ad .cont1 .cont_text p.title{
    width: 95%;
    word-break: break-all;
}

.cha_cnt_wrap .cont1 li.cont_text .point{
    padding-right: 10px;
    letter-spacing: -0.3px;
}

.cha_cnt_wrap .cont1 li.cont_text .point .align_r{
    text-align: right;
}

.cha_cnt_wrap .cont1 li.cont_text .rp_point{
    display: inline-block;
    padding: 0 5px;
    margin-bottom: 5px;
    border: 1px solid #1994da;
    border-radius: 0;
    color: #1994da;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-align: right;
}

.cha_cnt_wrap .result_box{
    padding: 5px 0;
    background-color: #ffd;
    border-top: 1px dashed #ccc;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}

.cha_cnt_wrap .result_box .big{
    font-size: 16px;
}

/* ==================================================

 みんなでチャレンジ_index

================================================== */
#index_wrap .cha_cnt_wrap .ad{
    padding: 0;
}

#index_wrap .cha_cnt_wrap .go_btn{
    width: 90%;
    background-color: #fdb239;
    margin: 15px auto 20px;
    font-size: 14px;
}

/* ==================================================

 みんなでチャレンジ_index ※横並び_同時期に2つ開催の場合

================================================== */
#index_wrap .arrow_box:after{
    display: none;
}

#index_wrap #cha_double_wrap .ad{
    width: 49%;
    float: left;
    box-sizing: border-box;
}

#index_wrap #cha_double_wrap .ad:first-child{
    margin-right: 2%;
}

#index_wrap #cha_double_wrap .cha_cd{
    padding: 5px 0;
}

#index_wrap #cha_double_wrap .cont1{
    display: block;
    table-layout: inherit;
}

#index_wrap #cha_double_wrap .cont1 li.cha_img{
    display: block;
    width: 120px;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
}

#index_wrap #cha_double_wrap .ad .cont1 .cont_text .title{
    display: -webkit-box;
    height: 36px;
    margin-bottom: 0px;
    font-size: 12px;
    line-height: 18px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
}

#index_wrap #cha_double_wrap .cont1 li.cont_text .point{
    padding-right: 0;
    text-align: center;
}

/* 2つ横並び時は獲得条件表示なし*/
#index_wrap #cha_double_wrap .cont1 li.cont_text .point .nomal_point{
    display: none;
}

#index_wrap #cha_double_wrap .cont1 li.cont_text .point .point2{
    font-size: 16px;
}

#index_wrap #cha_double_wrap .bonus_wrap {
    height: 28px;
    margin: 3px 0 5px;
    text-align: center;
}

#index_wrap #cha_double_wrap .bonus_wrap .bonus {
    display: block;
    padding: 0 5px;
    margin: 0 auto;
    background-color: #f74361;
    color: #fff;
    font-size: 12px;
    line-height: 28px;
    text-align: center;
    word-break: break-all;
}

#index_wrap #cha_double_wrap .result_box .big{
    font-size: 16px;
    letter-spacing: -0.3px;
}

/* ==================================================

 index 話題の広告

================================================== */
#pickup_wrap .ad2{
    position: relative;
}

#pickup_wrap .ad2 a{
    display: block;
    padding: 10px 10px;
}

#pickup_wrap .point{
    font-size: 12px;
}

#pickup_wrap .more_text{
    padding: 10px;
    background-color: #f3fdff;
    box-sizing: border-box;
    color: #555;
    font-size: 12px;
    line-height: 18px;
    word-break: break-all;
}

/* ==================================================

 共通

================================================== */
#outer .red{
    color: #f74361;
}

#outer .blue{
    color: #1994da;
}

#outer .bold{
    font-weight: bold;
}

#outer mark{
    background: linear-gradient(transparent 75%, yellow 75%);
    color: #555;
}

.indent{
    padding-left: 1em;
    text-indent: -1em;
}

.txt_ind{
    padding-left: 1em;
    text-indent: -1em;
}

.float{
    display: block;
    float: left;
}

.line_through{
    text-decoration:line-through;
}

.bder_so{
    border: #ccc solid 1px;
}
.bdert_so{
    border-top: #ccc solid 1px;
}
.bderb_so{
    border-bottom: #ccc solid 1px;
}
.bderl_so{
    border-left: #ccc solid 1px;
}
.bderr_so{
    border-right: #ccc solid 1px;
}
.bder_da{
    border: #ccc dashed 1px;
}
.bdert_da{
    border-top: #ccc dashed 1px;
}
.bderb_da{
    border-bottom: #ccc dashed 1px;
}
.bderl_da{
    border-left: #ccc dashed 1px;
}
.bderr_da{
    border-right: #ccc dashed 1px;
}
.bder_do{
    border: #ccc dotted 1px;
}
.bdert_do{
    border-top: #ccc dotted 1px;
}
.bderb_do{
    border-bottom: #ccc dotted 1px;
}
.bderl_do{
    border-left: #ccc dotted 1px;
}
.bderr_do{
    border-right: #ccc dotted 1px;
}

.p_0{padding: 0;}

.pt_0{padding-top: 0;}
.pt_5{padding-top: 5px;}
.pt_10{padding-top: 10px;}
.pt_15{padding-top: 15px;}
.pt_20{padding-top: 20px;}
.pt_25{padding-top: 25px;}
.pt_30{padding-top: 30px;}
.pt_35{padding-top: 35px;}
.pt_40{padding-top: 40px;}
.pt_45{padding-top: 45px;}
.pt_50{padding-top: 50px;}

.pb_0{padding-bottom: 0;}
.pb_5{padding-bottom: 5px;}
.pb_10{padding-bottom: 10px;}
.pb_15{padding-bottom: 15px;}
.pb_20{padding-bottom: 20px;}
.pb_25{padding-bottom: 25px;}
.pb_30{padding-bottom: 30px;}
.pb_35{padding-bottom: 35px;}
.pb_40{padding-bottom: 40px;}
.pb_45{padding-bottom: 45px;}
.pb_50{padding-bottom: 50px;}

.pl_0{padding-left: 0;}
.pl_5{padding-left: 5px;}
.pl_10{padding-left: 10px;}
.pl_15{padding-left: 15px;}
.pl_20{padding-left: 20px;}
.pl_25{padding-left: 25px;}
.pl_30{padding-left: 30px;}
.pl_35{padding-left: 35px;}
.pl_40{padding-left: 40px;}
.pl_45{padding-left: 45px;}
.pl_50{padding-left: 50px;}

.pr_0{padding-right: 0;}
.pr_5{padding-right: 5px;}
.pr_10{padding-right: 10px;}
.pr_15{padding-right: 15px;}
.pr_20{padding-right: 20px;}
.pr_25{padding-right: 25px;}
.pr_30{padding-right: 30px;}
.pr_35{padding-right: 35px;}
.pr_40{padding-right: 40px;}
.pr_45{padding-right: 45px;}
.pr_50{padding-right: 50px;}

.m_0{margin: 0;}

.mt_0{margin-top: 0;}
.mt_5{margin-top: 5px;}
.mt_10{margin-top: 10px;}
.mt_15{margin-top: 15px;}
.mt_20{margin-top: 20px;}
.mt_25{margin-top: 25px;}
.mt_30{margin-top: 30px;}
.mt_35{margin-top: 35px;}
.mt_40{margin-top: 40px;}
.mt_45{margin-top: 45px;}
.mt_50{margin-top: 50px;}

.mb_0{margin-bottom: 0;}
.mb_5{margin-bottom: 5px;}
.mb_10{margin-bottom: 10px;}
.mb_15{margin-bottom: 15px;}
.mb_20{margin-bottom: 20px;}
.mb_25{margin-bottom: 25px;}
.mb_30{margin-bottom: 30px;}
.mb_35{margin-bottom: 35px;}
.mb_40{margin-bottom: 40px;}
.mb_45{margin-bottom: 45px;}
.mb_50{margin-bottom: 50px;}

.ml_0{margin-left: 0;}
.ml_5{margin-left: 5px;}
.ml_10{margin-left: 10px;}
.ml_15{margin-left: 15px;}
.ml_20{margin-left: 20px;}
.ml_25{margin-left: 25px;}
.ml_30{margin-left: 30px;}
.ml_35{margin-left: 35px;}
.ml_40{margin-left: 40px;}
.ml_45{margin-left: 45px;}
.ml_50{margin-left: 50px;}

.mr_0{margin-right: 0;}
.mr_5{margin-right: 5px;}
.mr_10{margin-right: 10px;}
.mr_15{margin-right: 15px;}
.mr_20{margin-right: 20px;}
.mr_25{margin-right: 25px;}
.mr_30{margin-right: 30px;}
.mr_35{margin-right: 35px;}
.mr_40{margin-right: 40px;}
.mr_45{margin-right: 45px;}
.mr_50{margin-right: 50px;}

.none{
    display: none;
}

/* ==================================================

 共通 広告などポイント関係

================================================== */
.pt_arrow{
    margin: 0 5px;
    font-size: 16px;
}

/* ==================================================

 キャンペーン&コンテンツ 基本

================================================== */
#outer{
    padding-bottom: 10px;
    margin: 0 auto;
    background-color: #f2f2f2;
    color: #555;
    font-size: 12px;
    line-height: 1.6;
}

#outer img{
    vertical-align:bottom;
}

#outer .top_img{
    display: block;
    margin-bottom: 10px;
}

/* ==================================================

 基本箱

================================================== */
#outer .conts_box{
    margin: 0 10px 15px;
    background-color: #fff;
    box-shadow: 0px 1px 3px 0px #ccc;
}

#outer .conts_pad{
    padding: 10px;
}

/* ==================================================

 タブ

================================================== */
#outer #tabs{
    padding: 10px;
    margin: 0;
    text-align: center;
    list-style: none;
    letter-spacing: -5px;/* inline-block余白ライフハック */
}

#outer #tabs li{
    display: inline-block;
    height: 16px;
    padding: 6px 12px 8px;
    margin-left: 10px;
    background-color: #fff;
    border: #ccc solid 1px;
    border-radius: 16px;
    color: #555;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}

#outer #tabs li:first-child{
    margin-left: 0;
}

#outer #tabs li.open{
    height: 16px;
    background-color: #666;
    color: #fff;
}

#outer #tabs li a{
    text-decoration: none;
}

/* ==================================================

 開催期間

================================================== */
.period_box{
    padding: 10px;
    margin: 10px 10px;
    color: #555;
}

.period_box .period_title{
    margin-bottom: 5px;
    line-height: 1.2;
}

.period_box div{
    font-size: 12px;
    line-height: 1.4;
    text-align: center;
}

/* ==================================================

 見出し

================================================== */
#outer .conts_title{
    display: block;
    padding: 8px 10px 8px 25px;
    margin: 0 10px 5px;
    background: none;
    background-color: #fff;
    box-shadow: 0px 1px 1px 0px #ccc;
    color: #555;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.8;
    text-indent: -15px;
}

#outer .conts_title:before{
    content: ",";
    width: 10px;
    padding: 2px 0;
    margin-right: 8px;
    background-color: #63c3db;
    color: #63c3db;
}

#outer .conts_title_2{
    position: relative;
    padding: 0 0 0 16px;
    margin-bottom: 5px;
    color: #555;
    font-size: 14px;
    font-weight: bold;
}

#outer .conts_title_2:before{
    content: ".";
    position: absolute;
    top: 5px;
    left: 0;
    width: 8px;
    height: 8px;
    background-color: #63c3db;
    color: #fff;
    font-size: 1px;
}

#outer .head_box{
    border-bottom: 1px #63c3db solid;
}

#outer .head_box li{
    float: left;
    width: auto;
    padding: 10px;
    font-size: 14px;
    font-weight: bold;
}

#outer .head_box .flow_no{
    width: 22px;
    background-color: #63c3db;
    color: #fff;
    font-weight: bold;
    line-height: 24px;
    text-align: center;
}

/* ==================================================

 ご注意事項

================================================== */
#outer .notice_wrap ul{
    padding-top: 10px;
}

#outer .notice_wrap ul li{
    padding-bottom: 5px;
    padding-left: 1em;
    margin-bottom: 5px;
    border-bottom: 1px #ccc dashed;
    text-indent: -1em;
    word-break: break-all;
}

#outer .notice_wrap ul li:last-child{
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
}

#outer .notice_wrap ul li a{
    color: #1994da;
}

#outer .notice_wrap .enclos_box_wrap{
    padding: 0;
}

#outer .notice_wrap .enclos_box{
    padding: 10px;
    background-color: #f2f2f2;
    border-radius: 5px;
}

#outer .notice_wrap .enclos_box .enclos_tit{
    font-size: 12px;
    text-indent: 0;
}

/* ==================================================

 動画

================================================== */
.ad_movie{
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
}

.ad_movie iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* ==================================================

 101%以上還元

================================================== */
#search_wrap .price_box{
    width: 100%;
    margin-bottom: 15px;
    background-color: #fff;
    box-shadow: 0px 1px 3px 0px #ccc;
    color: #555;
    letter-spacing: 0.1em;
}

#search_wrap .price_box .top{
    padding: 10px;
    background-color: #1B53A3;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}

#search_wrap .price_box .center span{
    display: block;
    padding: 10px;
    text-align:right;
}

#search_wrap .price_box .center span{
    display: block;
    text-align:right;
}

#search_wrap .price_box .center .center_price{
    padding: 10px 10px 0;
    font-size: 14px;
    font-weight: bold;
}

#search_wrap .price_box .center .center_price .red{
    display: inline-block;
    padding: 0 5px 0 0;
    color: #F74361;
    font-size: 18px;
    font-weight: bold;
}

#search_wrap .price_box .bottom{
    padding: 0 10px 10px;
    font-size: 12px;
    text-align:right;
}

/* 右上の三角枠 ○円お得 */
.price-triangle{
    position: relative;
    font-size: 18px;
    z-index:1;
}

.price-triangle:after{
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    height: 0;
    width: 0;
    border-bottom: 4em solid transparent;
    border-right: 4em solid #f74361;
}

.price-triangle span{
    content: " ";
    position: absolute;
    top: 1.2em;
    right: 0.6em;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    line-height: 12px;
    text-align: center;
    overflow: hidden;
    z-index: 2;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.ad2 .cont_text .title.short{
    width: 65%;
}

/* ==================================================

 コンテンツバナー※案件詳細下など

================================================== */
.conts_bnr_wrap li{
    width: 32%;
}

.conts_bnr_wrap li:not(:nth-child(3n)){
    margin-right: 2%;
}

.conts_bnr_wrap img{
    display: block;
}

/* ==================================================

 会員ランク

================================================== */
.bg_rank .general{/* 一般 */
    background-color: #fdf9d8;
}
.bg_rank .silver{
    background-color: #e9e9e9;
}
.bg_rank .gold{
    background-color: #fde5d8;
}
.bg_rank .platinum{
    background-color: #fdd8e8;
}
.bg_rank .diamond{
    background-color: #d8f0fd;
}
