
@charset "utf-8";

/* +++++++++++++++++++++++++++++++

 feature.css
 Smartphone用

+++++++++++++++++++++++++++++++ */
/*
PC、Tablet用のパーツは非表示
-----------------------------------*/
.feature .mode_pc,
.feature .mode_other { display: none; }

/*
特集全体
-----------------------------------*/
.feature {
    margin-bottom: -20px;
    padding-bottom: 50px;
}

/*
特集ヘッダー：通常
-----------------------------------*/
.feature header {
    margin-bottom: 30px;
}
.feature header .headline01 {
    margin: 0;
    padding: 15px;
    background: #333;
    color: #fff;
    font-size: 16px;
}
.feature header .image { text-align: center; }

/* ナビゲーション */
.contents_nav {
    border-top: 2px solid #fff;
    background: rgba(0, 0, 0, .2) url(/images/common/bg_contents_header30.png) repeat left top;
    background-size: 12px;
}

.contents_nav li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    display: table;
    width: 50%;
    border-bottom: 2px solid #fff;
    text-align: center;
}
.contents_nav li:nth-child(odd) { border-right: 2px solid #fff; }

.contents_nav a {
    position: relative;
    display: table-cell;
    padding: 13px 5px;
    font-weight: 500;
    vertical-align: middle;
}
.contents_nav .net_shop {
    position: relative;
    top: -2px;
    clear: left;
    float: none;
    margin-bottom: -2px;
    padding: 10px;
    width: 100%;
    border-top: 2px solid #fff;
    border-right: none !important;
    background: rgba(255, 255, 255, .4);
}
.contents_nav .net_shop a {
    background: #fff;
    padding: 13px 30px 13px 10px;
    text-align: left;
}
.contents_nav .net_shop a:after {
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    width: 8px;
    height: 13px;
    margin-top: -7px;
    background: url(/images/common/sprite_feature.png) no-repeat 0 -50px;
    background-size: 7px auto;
    content: " ";
}


/*
特集ヘッダー：背景画像＆テキスト型
-----------------------------------*/
.type_text .inner {
    margin: 0 0 10px;
    padding: 20px;
    background: #fff url(/images/dummy/bg_contents_head.jpg) no-repeat right bottom;
    background-size: auto 100%;
    font-size: 20px;
    font-weight: 500;
}
.type_text .title a { text-decoration: none; }
.type_text .title + p {
    margin: 0 10px;
    text-align: center;
}


/*
見出し
-----------------------------------*/
.heading_feature01 {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
}
.heading_feature01:after {
    display: block;
    width: 160px;
    height: 4px;
    margin: 15px auto 0;
    border-radius: 2px;
    background: #333;
    content: " ";
}

.sub_head01 {
    position: relative;
    margin: 20px 0 ;
    padding-left: 20px;
    font-size: 16px;
}
.sub_head01:before {
    position: absolute;
    top: 11px;
    left: 0;
    display: block;
    width: 13px;
    height: 3px;
    background: #333;
    content: " ";
}
.sub_head01:after {
    position: absolute;
    top: 11px;
    left: 8px;
    display: block;
    width: 5px;
    height: 3px;
    border-left: 2px solid #fff;
    background: #999;
    content: " ";
}

/*
通常ボックス
-----------------------------------*/
.box_feature {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 980px;
    margin: 0 auto 50px;
}
.box_feature:last-child { margin-bottom: 0; }
.box_feature section { margin-top: 20px; }
.box_feature p { margin: 10px; }
.box_feature .list_square { margin: 10px 10px 10px 30px; }
.box_feature p,
.box_feature li {
    font-size: 16px;
    line-height: 1.8;
}
.box_feature .image { text-align: center; }

/*
キャッチ等用ボックス
-----------------------------------*/
.box_catch { margin: 30px 0; }
.box_catch p { margin: 0 10px; }
.box_catch br { display: none; }

/*
汎用行揃え・テキスト
-----------------------------------*/
.align_center { text-align: center !important; }
.align_right { text-align: right !important; }
.align_left { text-align: left !important; }

/* 強調フォント */
.txt_point { color: #e64545; }

/* 注意書き等小さめのフォント */
.txt_supplement { font-size: 13px !important; }

/*
リンク
-----------------------------------*/
/* リンクtoggle */
.wrap_toggle { margin: 20px 0; }
.wrap_toggle:last-child { margin-bottom: 0; }

.toggle_sp {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}
/* 文中リンク */
.feature p a,
.feature .list_square li a { text-decoration: underline; }

/* アンカーリンク */
.list_anchor { display: none; }

/* タブ */
.feature .tab {
    position: relative;
    top: 0;
}
.feature .tab a {
    margin: 0 5px;
    font-size: 14px;
    line-height: 1.4;
    text-decoration: none;
}
.feature .tab a.current { background: #e5e5e5; }

/* インライン型リンク */
.list_inline_link  {
    padding-bottom: 5px;
    background: #333;
}

.list_inline_link a {
    display: block;
    margin: 0 5px;
    padding: 10px;
    background: #fff;
    border-top: 1px solid #d9d9d9;
}
.list_inline_link a.current { background: #e5e5e5; }

/* ボックス型リンク */
.box_link { margin: 10px; }
.box_link a {
    display: block;
    padding: 10px;
    border: 1px solid #f2f2f2;
    background: #f2f2f2;
    text-decoration: none;
}
.feature .box_link p { line-height: 1.4; }
.box_link .button { margin: 0 auto; }

/* ブランドリスト */
.feature .list_shop_block a { text-decoration: none; }
.list_shop_block li > a { background: #fff; }
.list_shop_block div {
    display: table-cell;
    height: 32px;
    padding: 10px;
    background: #fff;
    font-size: 13px;
    line-height: 1.2;
    vertical-align: middle;
}
.list_shop_block li {
    font-size: 13px;
    line-height: 1.2;
}
.list_shop_block p {
    margin: 0;
    font-size: 13px;
    line-height: 1.2;
}

/*
ボタン
-----------------------------------*/
.box_button {
    margin: 20px 10px;
    text-align: center;
}
.box_button .button {
    margin: 10px auto;
}
.box_button .button:last-child { margin-bottom: 0; }
.button_small {
    width: 200px;
    padding: 10px 15px;
}

/*
テーブル
-----------------------------------*/
.feature .table_block th,
.feature .table_block td { font-size: 16px; }
.feature .table_block td { background: #fff; }
.feature .table_block p { margin-left: 0; }
.feature .table_block .list_square { margin-left: 20px; }

/*
複数カラム用ボックス
-----------------------------------*/
/* カラム要素囲みボックス */
.wrap_column {
    margin: 30px 0;
    background: #f2f2f2;
}
.wrap_column.has_padding { padding: 10px; }
.wrap_column .inner {
    margin-top: 10px;
    padding: 10px;
    background: #e6e6e6;
}
.wrap_column .inner:first-child { margin-top: 0; }

/* 複数カラム共通要素 */
.wrap_column .title {
    margin: 0 0 10px;
    padding-top: 5px;
    font-weight: 500;
}
.wrap_column .title span {
    display: block;
    font-weight: 300;
}
.wrap_column p {
    margin: 10px 0 0;
    line-height: 1.4;
}
.wrap_column .image {
    margin: 0 auto;
    text-align: center;
}
.wrap_column .box_button { margin: 10px 0 0; }
.wrap_column .button { width: 100%; }

/* 複数カラム共通枠線ありボックス */
.wrap_column .inner.has_border {
    border: 1px solid #ccc;
}

/* ネットで買えますボタン */
.wrap_column .button_netshop {
    width: 100%;
    margin: 0;
    padding: 10px 0 9px 20px;
    background: #555 url(/images/common/bg_texture_bk10.png) repeat left top;
    background-size: 4px;
    font-size: 13px;
    color: #fff;
}
.wrap_column .button_netshop:before {
    position: absolute;
    top: 50%;
    left: 20px;
    display: block;
    width: 22px;
    height: 22px;
    margin-top: -11px;
    background: url(/images/common/sprite_icon.png) no-repeat -350px -200px;
      background-size: 500px auto;
      content: " ";
}

/* 1カラム用ボックス */
.box_col1 { margin-bottom: 10px; }
.box_col1:last-child { margin-bottom: 10px; }
.box_col1 .description { margin: 10px 0 0; }

/* 2カラム用ボックス */
.box_col2 { margin-top: 10px; }
.box_col2:first-child { margin-top: 0; }

/* 3カラム用ボックス */
.box_col3 { margin-top: 10px; }
.box_col3:first-child { margin-top: 0; }

/* 4カラム用ボックス */
.box_col4 { margin-top: 10px; }
.box_col4:first-child { margin-top: 0; }

/*
ネットショップ導線
-----------------------------------*/
.guide_netshop {
    margin-bottom: 50px;
    padding: 15px 10px;
    background: #555 url(/images/common/bg_texture_bk10.png) repeat left top;
    background-size: 4px;
    color: #fff;
    text-align: center;
}
.guide_netshop p {
    margin: 0 0 10px;
    font-size: 13px;
}

.guide_netshop p a {
    color: inherit;
    text-decoration: none;
}

.guide_netshop > a {
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 13px 40px;
    background: #fff;
    vertical-align: middle;
}
.guide_netshop > a:after {
    position: absolute;
    top: 50%;
    right: 20px;
    display: block;
    width: 7px;
    height: 13px;
    margin-top: -6px;
    background: url(/images/common/sprite_arrow.png) no-repeat -50px -100px;
    background-size: 200px auto;
    content: " ";
    visibility: visible;
}
.guide_netshop img { width: 100%; }

/*
ボックスパーツ1
-----------------------------------*/
.box_enclosing {
    margin: 0 10px 30px;
    padding: 15px;
    border: 1px solid #d9d9d9;
    background: #fff;
}
.box_enclosing .heading_enclosing {
    margin: -15px -15px 15px;
    padding: 15px;
    background: #333;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}
.box_enclosing > p,
.box_enclosing th,
.box_enclosing td { font-size: 14px; }
.box_enclosing p:first-child { margin-top: 0; }
.box_enclosing p:last-child { margin-bottom: 0; }


/*
ボックスパーツ2
-----------------------------------*/
.box_wide_texture {
    margin: 0 0 30px;
    padding: 20px 10px;
    background: #e5e5e5 url(/images/common/bg_texture_w.png) repeat left top;
    background-size: 10px;
}

/*
背景切り返し用パーツ
-----------------------------------*/
.box_wide {
    margin: 0 0 30px;
    padding: 20px 10px;
    background: #f2f2f2;
}
.box_wide .box_enclosing {
    margin: 0 0 30px;
}
.box_wide p {
    font-size: 16px;
    line-height: 1.6;
}

/*
ボックスパーツ2・背景切り返し用パーツ共通
-----------------------------------*/
/* パーツ内2カラム */
.inner .box_col2 .inner {
    padding: 15px 10px;
    border-radius: 8px;
    background: #fff;
    text-align: center;
}
.inner .box_col2 .inner { margin-top: 10px; }

.inner .box_col2 .title {
    margin: 10px 0 15px;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
}
.inner .box_col2 p { font-size: 16px; }
.inner .box_col2 .box_button { margin: 10px 0 0; }

/*
特集フッタ
-----------------------------------*/
.feature footer {
    padding: 5px 0;
    background: #e6e6e6;
    text-align: center;
}
.feature .twitter,
.feature .facebook {
    display: inline-block;
    width: 40px;
    height: 30px;
    margin: 0 3px;
    padding: 5px 0;
    border-radius: 3px;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    line-height: 30px;
}
.feature .twitter { background: #000; }
.feature .facebook { background: #3b5998; }

.footer_anounce { margin-bottom: 30px; }



