@charset "utf-8";

/* ======================================================
 * tefrenu.css
 * ------------------------------------------------------
 * @media print, screen and (min-width: 768px)
 * - Common
 * - Page Components
 * PC Media Queries
 * @media only screen and (max-width: 767px)
 * - Common
 * - Page Components
 * SP Media Queries
 * Print
====================================================== */

/* ======================================================
 * PC
====================================================== */
@media print, screen and (min-width: 768px) {
  /* ------------------------------------------------------
   * Common
  ------------------------------------------------------ */
  .tefrenu-promo-panel,
  .tefrenu-concept-section .concept_heading,
  .tefrenu-rank-panel,
  .tefrenu-stats-panel,
  .tefrenu-concept-lead,
  .tefrenu-strength-point .strength_heading,
  .tefrenu-size-feature .tefrenu-size_text {
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  
  /* ------------------------------------------------------
   * Page Components
  ------------------------------------------------------ */
  /* ----- heading-lv2-new-lineup ----- */
  .heading-lv2-new-lineup {
    margin: 35px 0 15px;
    text-align: center;
  }
  .heading_title-new-lineup {
    font-size: 3.2rem;
    font-weight: 700;
  }
  .new-lineup-wrap .column_item .column_image {
    width: 50%;
  }
  
  /* ----- new-lineup-wrap ----- */
  .new-lineup-wrap .column-layout {
    margin-top: 0;
  }
  .new-lineup-wrap .column-media{
    margin-top: 0;
  }
  .new-lineup-wrap .column_detail {
    position: relative;
  }
  .new-lineup-wrap .new-lineup-shoulder-img {
    position: absolute;
    width: 91%;
  }
  .new-lineup-wrap a.block:hover .new-lineup-shoulder-img {
    opacity: 1;
  }
  .new-lineup-wrap .new-lineup-title {
    padding-top: 40px;
    font-size: 2rem;
    font-weight: bold;
    color: #3381d0;
  }
  .new-lineup-wrap .new-lineup-detail {
    font-size: 1.5rem;
  }
  .new-lineup-wrap a.block img{
    -webkit-transition: opacity .2s ease-out 0s;
    transition: opacity .2s ease-out 0s;
  }
  .new-lineup-wrap a.block:hover img{
    opacity: .7
  }
  .new-lineup-wrap a.block:hover .new-lineup-title {
    text-decoration: underline;
  }
  /* ----- tefrenu-lead ----- */
  .tefrenu-lead {
    margin-top: 1em;
    color: #e20070;
    font-size: 1.8rem;
    font-weight: bold;
  }
  .tefrenu-concept-section[data-category="biz"] .tefrenu-lead {
    color: #434f56;
  }
  /* ----- tefrenu-word-ratio ----- */
  .tefrenu-word-ratio {
    font-family: Lato;
  }
  .tefrenu-word_numeric {
    font-size: 1.7142em;
    line-height: 1.2;
  }
  /* ----- tefrenu-feature-text ----- */
  .tefrenu-feature-text {
    position: relative;
    padding: 1em 0 1em 180px;
    text-align: left;
  }
  .tefrenu-feature-text .tefrenu-feature_image {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 10em;
    height: 10em;
    font-size: 1.6rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  /* ----- tefrenu-grid ----- */
  .tefrenu-grid {
    margin-left: -1px;
    margin-right: -1px;
  }
  .tefrenu-grid .grid_partition {
    float: left;
    padding: 1px;
  }
  .tefrenu-grid .grid_partition[data-part-size="12"] {
    width: 100%;
  }
  .tefrenu-grid .grid_partition[data-part-size="11"] {
    width: 91.66666667%;
  }
  .tefrenu-grid .grid_partition[data-part-size="10"] {
    width: 83.33333333%;
  }
  .tefrenu-grid .grid_partition[data-part-size="9"] {
    width: 75%;
  }
  .tefrenu-grid .grid_partition[data-part-size="8"] {
    width: 66.66666667%;
  }
  .tefrenu-grid .grid_partition[data-part-size="7"] {
    width: 58.33333333%;
  }
  .tefrenu-grid .grid_partition[data-part-size="6"] {
    width: 50%;
  }
  .tefrenu-grid .grid_partition[data-part-size="5"] {
    width: 41.66666667%;
  }
  .tefrenu-grid .grid_partition[data-part-size="4"] {
    width: 33.33333333%;
  }
  .tefrenu-grid .grid_partition[data-part-size="3"] {
    width: 25%;
  }
  .tefrenu-grid .grid_partition[data-part-size="2"] {
    width: 16.66666667%;
  }
  .tefrenu-grid .grid_partition[data-part-size="1"] {
    width: 8.33333333%;
  }
  /* ----- tefrenu-icon-round ----- */
  .tefrenu-icon-round {
    display: inline-block;
    padding: 1em 0.3em;
    width: 5.1428em;
    height: 5.1428em;
    border-radius: 50%;
    background: #e20070;
    color: #ffffff;
    font-size: 1.4rem;
    line-height: 1.1;
    text-align: center;
    font-weight: bold;
  }
  .tefrenu-concept-section[data-category="biz"] .tefrenu-icon-round {
    background: #434f56;
  }
  .tefrenu-icon-round.tefrenu-icon-point .icon_number {
    display: block;
    font-family: Lato;
    font-size: 3.6rem;
  }
  .tefrenu-icon-round.tefrenu-icon-rank {
    width: 4.1666em;
    height: 4.1666em;
    font-size: 3.6rem;
  }
  .tefrenu-icon-round.tefrenu-icon-rank .icon_number {
    font-family: Lato;
    font-size: 6.4rem;
  }
  /* ----- tefrenu-promo-panel ----- */
  .tefrenu-promo-panel {
    display: block;
    margin-top: 40px;
    border: 3px solid #e20070;
  }
  .tefrenu-promo-panel .promo_body {
    padding: 35px 40px;
  }
  /* ----- tefrenu-bar-chart ----- */
  .tefrenu-bar-chart > li + li {
    margin-top: 15px;
  }
  .tefrenu-bar-chart > li {
    letter-spacing: -0.4em;
    white-space: nowrap;
  }
  .tefrenu-bar-chart > li > * {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: middle;
  }
  .tefrenu-bar-chart .bar_horizonal {
    padding: 10px 15px 9px;
    background: #999999;
    color: #ffffff;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1;
  }
  .tefrenu-bar-chart .bar_ratio {
    margin-left: 15px;
    color: #999999;
    font-size: 2.1rem;
    font-weight: bold;
    line-height: 1;
  }
  .tefrenu-bar-chart .bar_ratio .bar_numeric {
    font-style: normal;
    font-size: 2.8rem;
  }
  
    /* ----- hero-layout-v5 ----- */
  .hero-layout-v5 {
    position: relative;
  }
  .biz-hero-intro {
    position: absolute;
    top: 13%;
    left: 22.66%;
    width: 39%;
  }
  .biz-hero-intro .biz-hero-intro-lead {
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 3%;
    width: 84%;
  }
  .biz-hero-intro .biz-hero-intro-detail {
    font-size: 2.1rem;
  }
  .biz-hero-intro .biz-hero-intro-lead,
  .biz-hero-intro .biz-hero-intro-detail {
    display: block;
    line-height: 1.4;
    color: #fff;
  }
  .biz-hero-intro .biz-hero-intro-subtxt {
    display: inline-block;
    margin-top: 10px;
    padding: 1px 16px;
    font-size: 1.8rem;
    font-weight: 700;
    color: #434f56;
    background-color: #fff;
  }
  /* ----- tefrenu-concept-theme ----- */
  .tefrenu-concept-theme {
    display: table;
    width: 100%;
    max-width: 868px;
    table-layout: fixed;
    margin: 0 auto;
  }
  .tefrenu-concept-theme .concept_image {
    display: table-cell;
    width: 120px;
    vertical-align: middle;
  }
  .tefrenu-concept-theme .concept_image + .concept_detail {
    display: table-cell;
    padding-left: 40px;
    vertical-align: middle;
  }
  .tefrenu-concept-theme .concept_detail {
    font-size: 2.1rem;
  }
  .tefrenu-concept-theme .concept_title {
    margin-bottom: 0.5em;
    font-size: 3.6rem;
    font-weight: bold;
    line-height: 1.2;
  }
  /* ----- tefrenu-concept-section ----- */
  .tefrenu-concept-section {
    margin-top: 5em;
  }
  .tefrenu-concept-section .heading-lv2 {
    margin-top: -3rem;
  }
  .tefrenu-concept-section .concept_heading {
    position: relative;
    margin-bottom: 0.85em;
    padding-bottom: 0.95em;
    color: #777777;
    font-size: 3.6rem;
    font-weight: bold;
    line-height: 1.15;
    text-align: center;
  }
  .tefrenu-concept-section .concept_heading > em {
    font-style: normal;
    color: #e20070;
  }
  .tefrenu-concept-section .concept_heading::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    display: block;
    width: 100px;
    height: 6px;
    background: #e20070;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  
  /* ----- biz-intro-section ----- */
  .biz-intro-section {
    position: relative;
    margin-top: 52px;
    padding: 48px 20px;
    background: url("/sp/tefrenu/img/biz_intro_bg01.png") repeat left top;
    text-align: center;
    
  }
  .biz-intro-section .intro-heading .intro-heading-txt {
    display: inline-block;
    margin-bottom: 10px;
    padding: 2px 23px 1px;
    background-color: #f6f6f6;
    line-height: 1.5;
    font-size: 2.4rem;
    font-weight: 700;
    color: #434f56;
  }
  .biz-intro-section .intro-lead-txt {
    display: block;
    margin-bottom: 25px;
    font-size: 1.6rem;
    color: #333333;
    font-weight: 400;
  }
  .biz-intro-section .intro-img {
    display: block;
    width: 50.25%;
    margin-left: 25.25%;
  }
  .biz-intro-section .intro-parts {
    position: absolute;
    padding: 16px 20px;
    text-align: left;
    background-color: #fff;
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
  }
  .biz-intro-section .intro-parts#parts01 {
    top: 40%;
    left: 2.6%;
    width: 27%;
  }
  .biz-intro-section .intro-parts#parts02 {
    top: 26%;
    left: 73%;
    width: 26%;
  }
  .biz-intro-section .intro-parts#parts03 {
    top: 48.3%;
    left: 73%;
    width: 26%;
  }
  .biz-intro-section .intro-parts#parts04 {
    top: 70.6%;
    left: 73%;
    width: 26%;
  }
  .biz-intro-section .intro-parts#parts05 {
    top: 70.6%;
    left: 2.6%;
    width: 26%;
  }
  .biz-intro-section .intro-parts .intro-parts-head {
    line-height: 1.4;
    font-size: 2.0rem;
    font-weight: 700;
    color: #434f56;
  }
  .biz-intro-section .intro-parts .intro-parts-detail {
    line-height: 1.5;
    font-size: 1.6rem;
    font-weight: 400;
    color: #333333;
  }
  
  /* ----- tefrenu-rank-panel ----- */
  .tefrenu-rank-panel {
    display: table;
    table-layout: fixed;
    width: 100%;
    padding: 2.3em 12.02% 2.3em 15.8597%;
    background: #eeeeee;
  }
  .tefrenu-rank-panel .rank_place {
    display: table-cell;
    width: 150px;
    vertical-align: middle;
  }
  .tefrenu-rank-panel .rank_detail {
    display: table-cell;
    padding-left: 15px;
    text-align: center;
    vertical-align: middle;
  }
  .tefrenu-rank-panel .rank_reason {
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 1.4;
  }
  .tefrenu-rank-panel .rank_ratio {
    margin-top: 5px;
    color: #e20070;
    font-family: Lato;
    font-size: 4.8rem;
    font-weight: bold;
    line-height: 1.1;
  }
  .tefrenu-rank-panel .rank_ratio .rank_numeric {
    font-size: 8rem;
    font-style: normal;
  }
  /* ----- tefrenu-stats-panel ----- */
  .tefrenu-stats-panel {
    display: block;
    padding: 40px 3.3333%;
    background: #eeeeee;
  }
  .tefrenu-stats-panel .stats_partition {
    display: table-cell;
    vertical-align: middle;
  }
  .tefrenu-stats-panel .stats_result {
    padding-left: 1.625em;
  }
  .tefrenu-stats-panel .stats_text {
    font-size: 2.4rem;
    line-height: 1.4;
    font-weight: bold;
  }
  .tefrenu-stats-panel .stats_text em {
    color: #e20070;
    font-size: 2.8rem;
    font-style: normal;
    line-height: 1.2;
  }
  .tefrenu-stats-panel .stats_chart {
    position: relative;
    padding-right: 5em;
  }
  .tefrenu-stats-panel .stats_chart::before {
    content: "";
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    width: 3px;
    background: #e20070;
  }
  .tefrenu-stats-panel .stats_chart::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 6px;
    width: 30px;
    height: 30px;
    background: #eeeeee;
    border-top: 3px solid #e20070;
    border-right: 3px solid #e20070;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
  }
  /* tefrenu-bar-chart rank setting */
  .tefrenu-stats-panel .stats_chart > li:nth-child(1) .bar_horizonal {
    width: 22.1904em;
    background: #e20070;
    font-size: 2.1rem;
  }
  .tefrenu-stats-panel .stats_chart > li:nth-child(1) .bar_ratio {
    color: #e20070;
    font-size: 2.8rem;
  }
  .tefrenu-stats-panel .stats_chart > li:nth-child(1) .bar_ratio .bar_numeric {
    font-size: 4rem;
  }
  .tefrenu-stats-panel .stats_chart > li:nth-child(2) .bar_horizonal {
    width: 17em;
  }
  .tefrenu-stats-panel .stats_chart > li:nth-child(3) .bar_horizonal {
    width: 16em;
    font-size: 1.6rem;
  }
  /* ----- tefrenu-concept-leads ----- */
  .tefrenu-concept-leads {
    margin: 1.9em 0 4.4em;
  }
  .tefrenu-concept-leads > *:first-child {
    margin-top: 0;
  }
  /* ----- tefrenu-concept-lead ----- */
  .tefrenu-concept-lead {
    margin-top: 1.9em;
    font-size: 2.1rem;
    font-weight: bold;
    text-align: center;
  }
  .tefrenu-concept-lead > em {
    display: inline-block;
    margin-top: 0.5em;
    color: #e20070;
    font-size: 3.6rem;
    font-style: normal;
    line-height: 1.2;
  }
  /* ----- tefrenu-strength-point ----- */
  .tefrenu-strength-point {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin-top: 2.5em;
  }
  .tefrenu-strength-point .strength_detail,
  .tefrenu-strength-point .strength_image {
    display: table-cell;
    width: 50%;
    vertical-align: top;
  }
  .tefrenu-strength-point .strength_detail {
    padding-right: 34px;
  }
  .tefrenu-strength-point .strength_heading {
    position: relative;
    margin-bottom: 0.7em;
    padding: 0.7em 0 0.7em 3.2142em;
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 1.2;
  }
  .tefrenu-strength-point .strength_icon {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  /* ----- tefrenu-size-feature ----- */
  .tefrenu-size-feature .tefrenu-size_text {
    margin-top: 1em;
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
  }
  
  /* ----- tefrenu-banners ----- */
  .tefrenu-banners {
    margin-top: 45px;
  }
  
  /* ----- limited edition ----- */
  .limited-txt {
    display: inline-block;
    margin-left: 20px;
    font-size: 2.0rem;
    font-weight: 700;
    color: #e90f0f;
  }
  
  /* ----- include-icon ----- */
  .index-layout-v5.new-icon .block .index_image{
    position: relative;
  }
  .index-layout-v5.new-icon .block .index_image .new-icon {
    z-index: 2;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 40px;
    height: 40px;
    pointer-events: none;
  }
  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
  .tefrenu-grid::after {
    display: block;
    clear: both;
    content: "";
  }
}

/* ======================================================
 * PC Media Queries
====================================================== */
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .tefrenu-rank-panel .rank_reason br {
    display: none;
  }
  .tefrenu-icon-round.tefrenu-icon-rank {
    width: 3.8095em;
    height: 3.8095em;
    padding: 0.85em 0.3em;
  }
  .tefrenu-rank-panel .rank_place {
    width: 120px;
  }
  .tefrenu-stats-panel .stats_text br {
    display: none;
  }
  .biz-hero-intro .biz-hero-intro-lead {
    font-size: 3.0rem;
  }
  .biz-hero-intro .biz-hero-intro-detail {
    font-size: 1.7rem;
  }
  .biz-intro-section .intro-parts .intro-parts-detail {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1150px) {
  .biz-intro-section .intro-parts {
    padding: 10px;
  }
  .biz-intro-section .intro-parts .intro-parts-head {
    font-size: 1.8rem;
  }
  .biz-intro-section .intro-parts .intro-parts-detail {
    font-size: 1.2rem;
  }
  .biz-intro-section .intro-parts#parts02 {
    top: 28.6%;
  }
  .biz-intro-section .intro-parts#parts03 {
    top: 50.5%;
  }
  .biz-intro-section .intro-parts#parts04 {
    top: 72%;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .tefrenu-concept-theme .concept_detail br {
    display: none;
  }
  .biz-hero-intro {
    top: 10%;
    width: 40%;
  }
  .biz-hero-intro .biz-hero-intro-lead {
    width: 90%;
  }
  .biz-hero-intro .biz-hero-intro-subtxt {
    padding: 1px 8px;
  }
}

/***
@media screen and (min-width: 1921px) {
}
@media screen and (min-width: 768px) and (max-width: 1920px) {
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
}
@media screen and (min-width: 768px) and (max-width: 960px) {
}
***/


/* ======================================================
 * SP
====================================================== */
@media only screen and (max-width: 767px) {
  /* ------------------------------------------------------
   * Common
  ------------------------------------------------------ */
  .tefrenu-promo-panel,
  .tefrenu-concept-section .concept_heading,
  .tefrenu-rank-panel,
  .tefrenu-stats-panel,
  .tefrenu-concept-lead,
  .tefrenu-strength-point .strength_heading,
  .tefrenu-size-feature .tefrenu-size_text {
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  
  /* ------------------------------------------------------
   * Page Components
  ------------------------------------------------------ */
  /* ----- heading-lv2-new-lineup ----- */
  .heading-lv2-new-lineup {
    margin: 18px 0;
    text-align: center;
  }
  .heading_title-new-lineup {
    font-size: 2.1rem;
    font-weight: 700;
  }
  
  /* ----- new-lineup-wrap ----- */
  .new-lineup-wrap .column-layout {
    margin-top: 0;
  }
  .new-lineup-wrap .column-media{
    margin-top: 0;
  }
  .new-lineup-wrap .new-lineup-shoulder-img {
    margin-bottom: 20px;
  }
  .new-lineup-wrap .new-lineup-title {
    font-size: 1.5rem;
    font-weight: bold;
    color: #3381d0;
    margin-bottom: 2px;
  }
  .new-lineup-wrap .new-lineup-detail {
    font-size: 1.3rem;
  }
  
  /* ----- tefrenu-lead ----- */
  .tefrenu-lead {
    margin-top: 0.5em;
    color: #e20070;
    font-size: 1.8rem;
    font-weight: bold;
  }
  .tefrenu-concept-section[data-category="biz"] .tefrenu-lead {
    color: #434f56;
  }
  /* ----- tefrenu-word-ratio ----- */
  .tefrenu-word-ratio {
    font-family: Lato;
  }
  .tefrenu-word_numeric {
    font-size: 1.7142em;
    line-height: 1.2;
  }
  /* ----- tefrenu-feature-text ----- */
  .tefrenu-feature-text {
    position: relative;
    padding: 1em 0 1em 90px;
    text-align: left;
  }
  .tefrenu-feature-text .tefrenu-feature_image {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 8em;
    height: 8em;
    font-size: 1rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  /* ----- tefrenu-grid ----- */
  .tefrenu-grid {
    margin-left: -1px;
    margin-right: -1px;
  }
  .tefrenu-grid .grid_partition {
    padding: 1px;
  }
  .tefrenu-grid:not([data-layout-sp="col"]) .grid_partition {
    float: left;
  }
  .tefrenu-grid:not([data-layout-sp="col"]) .grid_partition[data-part-size="12"] {
    width: 100%;
  }
  .tefrenu-grid:not([data-layout-sp="col"]) .grid_partition[data-part-size="11"] {
    width: 91.66666667%;
  }
  .tefrenu-grid:not([data-layout-sp="col"]) .grid_partition[data-part-size="10"] {
    width: 83.33333333%;
  }
  .tefrenu-grid:not([data-layout-sp="col"]) .grid_partition[data-part-size="9"] {
    width: 75%;
  }
  .tefrenu-grid:not([data-layout-sp="col"]) .grid_partition[data-part-size="8"] {
    width: 66.66666667%;
  }
  .tefrenu-grid:not([data-layout-sp="col"]) .grid_partition[data-part-size="7"] {
    width: 58.33333333%;
  }
  .tefrenu-grid:not([data-layout-sp="col"]) .grid_partition[data-part-size="6"] {
    width: 50%;
  }
  .tefrenu-grid:not([data-layout-sp="col"]) .grid_partition[data-part-size="5"] {
    width: 41.66666667%;
  }
  .tefrenu-grid:not([data-layout-sp="col"]) .grid_partition[data-part-size="4"] {
    width: 33.33333333%;
  }
  .tefrenu-grid:not([data-layout-sp="col"]) .grid_partition[data-part-size="3"] {
    width: 25%;
  }
  .tefrenu-grid:not([data-layout-sp="col"]) .grid_partition[data-part-size="2"] {
    width: 16.66666667%;
  }
  .tefrenu-grid:not([data-layout-sp="col"]) .grid_partition[data-part-size="1"] {
    width: 8.33333333%;
  }
  
  /* ----- biz-hero-intro ----- */
  .biz-hero-intro {
    padding: 25px 10px;
    background-color: #584740;
    text-align: center;
  }
  .biz-hero-intro .biz-hero-intro-lead {
    margin-bottom: 9px;
    font-size: 2.25rem;
    font-weight: 700;
    color: #fff;
  }
  .biz-hero-intro .biz-hero-intro-detail {
    display: block;
    padding: 0 5%;
    font-size: 1.6rem;
    font-weight: 400;
    color: #fff;
  }
  .biz-hero-intro .biz-hero-intro-subtxt {
    display: inline-block;
    margin-top: 5px;
    padding: 1px 10px;
    font-size: 1.6rem;
    font-weight: 700;
    color: #434f56;
    background-color: #fff;
  }
  /* ----- tefrenu-icon-round ----- */
  .tefrenu-icon-round {
    display: inline-block;
    padding: 1em 0.3em;
    width: 5em;
    height: 5em;
    border-radius: 50%;
    background: #e20070;
    color: #ffffff;
    font-size: 1rem;
    line-height: 1.1;
    text-align: center;
    font-weight: bold;
  }
  .tefrenu-concept-section[data-category="biz"] .tefrenu-icon-round {
    background-color: #434f56;
  }
  .tefrenu-icon-round.tefrenu-icon-point .icon_number {
    display: block;
    font-family: Lato;
    font-size: 2.4rem;
  }
  .tefrenu-icon-round.tefrenu-icon-rank {
    width: 4.1666em;
    height: 4.1666em;
    font-size: 1.8rem;
  }
  .tefrenu-icon-round.tefrenu-icon-rank .icon_number {
    font-family: Lato;
    font-size: 3.2rem;
  }
  /* ----- tefrenu-promo-panel ----- */
  .tefrenu-promo-panel {
    display: block;
    margin-top: 20px;
    border: 2px solid #e20070;
  }
  .tefrenu-promo-panel .promo_body {
    padding: 18px 20px;
  }
  /* ----- tefrenu-bar-chart ----- */
  .tefrenu-bar-chart {
    max-width: 380px;
    margin-right: auto;
    margin-left: auto;
  }
  .tefrenu-bar-chart > li + li {
    margin-top: 8px;
  }
  .tefrenu-bar-chart > li {
    display: table;
    width: 100%;
  }
  .tefrenu-bar-chart > li > * {
    display: table-cell;
    vertical-align: middle;
  }
  .tefrenu-bar-chart .bar_horizonal {
    padding: 7px;
    background: #999999;
    color: #ffffff;
    font-size: 1.1rem;
    font-weight: bold;
    line-height: 1;
  }
  .tefrenu-bar-chart .bar_ratio {
    padding-left: 7px;
    color: #999999;
    font-size: 1.05rem;
    font-weight: bold;
    line-height: 1;
    white-space: nowrap;
  }
  .tefrenu-bar-chart .bar_ratio .bar_numeric {
    font-style: normal;
    font-size: 1.4rem;
  }
  /* ----- tefrenu-concept-theme ----- */
  .tefrenu-concept-theme {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  .tefrenu-concept-theme .concept_image {
    display: table-cell;
    width: 70px;
    vertical-align: top;
  }
  .tefrenu-concept-theme .concept_image + .concept_detail {
    display: table-cell;
    padding-left: 15px;
    vertical-align: middle;
  }
  .tefrenu-concept-theme .concept_detail {
    font-size: 1.7rem;
  }
  .tefrenu-concept-theme .concept_title {
    min-height: 80px;
    margin-bottom: 0.5em;
    font-size: 2.1rem;
    font-weight: bold;
    line-height: 1.2;
  }
  .tefrenu-concept-theme .concept_detail p {
    margin-left: -85px;
  }
  /* ----- tefrenu-concept-section ----- */
  .tefrenu-concept-section {
    margin-top: 2.5em;
  }
  .tefrenu-concept-section .concept_heading {
    position: relative;
    margin-bottom: 0.7em;
    padding-bottom: 0.75em;
    color: #777777;
    font-size: 2.25rem;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
  }
  .tefrenu-concept-section .concept_heading > em {
    font-style: normal;
    color: #e20070;
  }
  .tefrenu-concept-section .concept_heading::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    display: block;
    width: 70px;
    height: 4px;
    background: #e20070;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  /* ----- biz-intro-section ----- */
  .biz-intro-section {
    margin-top: 39px;
    padding: 28px 15px;
    background: url(/sp/tefrenu/img/biz_intro_bg01.png) repeat left top;
  }
  .biz-intro-section .intro-detail {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    flex-flow: row wrap;
    align-items: flex-start;
  }
  .biz-intro-section .intro-heading {
    text-align: center;
  }
  .biz-intro-section .intro-lead-txt {
    text-align: center;
  }
  .biz-intro-section .intro-heading-txt {
    display: block;
    margin-bottom: 7px;
    padding: 1px 16px;
    background-color: #f6f6f6;
    font-size: 1.7rem;
    font-weight: 700;
    color: #434f56;
  }
  .biz-intro-section .intro-lead-txt {
    width: 90%;
    margin-bottom: 17px;
  }
  .biz-intro-section .intro-img {
    width: 100%;
    max-width: 613px;
    margin-bottom: 6px;
  }
  .biz-intro-section .intro-parts {
    width: 100%;
    margin-top: 15px;
    padding: 15px 15px 10px;
    background-color: #fff;
    box-shadow: 0 5px 3px 0 rgba(0,0,0,0.2);
  }
  .biz-intro-section .intro-parts-head {
    display: inline-block;
    margin-bottom: 4px;
    font-size: 1.75rem;
    font-weight: 700;
    color: #434f56;
  }
  .biz-intro-section .intro-parts-head .intro-head-count {
    display: inline-block;
    width: 28px;
    height: 28px;
    margin-right: 8px;
    text-align: center;
    border: 1px solid #111111;
    border-radius: 9999px;
  }
  .biz-intro-section .intro-parts-detail {
    font-size: 1.4rem;
    font-weight: 400;
    color: #111111;
  }
  /* ----- tefrenu-rank-panel ----- */
  .tefrenu-rank-panel {
    padding: 20px 10px;
    background: #eeeeee;
  }
  .tefrenu-rank-panel .rank_place {
    width: 75px;
    margin: 0 auto;
  }
  .tefrenu-rank-panel .rank_detail {
    margin-top: 1em;
    text-align: center;
  }
  .tefrenu-rank-panel .rank_reason {
    font-size: 1.7rem;
    font-weight: bold;
    line-height: 1.4;
  }
  .tefrenu-rank-panel .rank_ratio {
    margin-top: 5px;
    color: #e20070;
    font-family: Lato;
    font-size: 2.88rem;
    font-weight: bold;
    line-height: 1.1;
  }
  .tefrenu-rank-panel .rank_ratio .rank_numeric {
    font-size: 4.8rem;
    font-style: normal;
  }
  /* ----- tefrenu-stats-panel ----- */
  .tefrenu-stats-panel {
    display: block;
    padding: 20px 10px;
    background: #eeeeee;
  }
  .tefrenu-stats-panel .stats_text {
    font-size: 1.8rem;
    line-height: 1.4;
    font-weight: bold;
    text-align: center;
  }
  .tefrenu-stats-panel .stats_text em {
    color: #e20070;
    font-size: 2.1rem;
    font-style: normal;
    line-height: 1.2;
  }
  .tefrenu-stats-panel .stats_chart {
    position: relative;
    padding-bottom: 2.5714em;
  }
  .tefrenu-stats-panel .stats_chart::before {
    content: "";
    position: absolute;
    bottom: 15px;
    left: 50%;
    width: 120px;
    height: 3px;
    background: #e20070;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .tefrenu-stats-panel .stats_chart::after {
    content: "";
    position: absolute;
    bottom: 3px;
    left: 50%;
    width: 26px;
    height: 26px;
    background: #eeeeee;
    border-right: 3px solid #e20070;
    border-bottom: 3px solid #e20070;
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
  }
  /* tefrenu-bar-chart rank setting */
  .tefrenu-stats-panel .stats_chart > li:nth-child(1) .bar_horizonal {
    background: #e20070;
    font-size: 1.25rem;
  }
  .tefrenu-stats-panel .stats_chart > li:nth-child(1) .bar_ratio {
    color: #e20070;
    font-size: 1.4rem;
  }
  .tefrenu-stats-panel .stats_chart > li:nth-child(1) .bar_ratio .bar_numeric {
    font-size: 2rem;
  }
  .tefrenu-stats-panel .stats_chart > li:nth-child(2) .bar_horizonal {
    width: 52.5423%;
  }
  .tefrenu-stats-panel .stats_chart > li:nth-child(3) .bar_horizonal {
    width: 42.3728%;
    font-size: 1rem;
  }
  /* ----- tefrenu-concept-leads ----- */
  .tefrenu-concept-leads {
    margin: 1.7em 0 2.5em;
  }
  .tefrenu-concept-leads > *:first-child {
    margin-top: 0;
  }
  /* ----- tefrenu-concept-lead ----- */
  .tefrenu-concept-lead {
    margin-top: 1.7em;
    font-size: 1.7rem;
    font-weight: bold;
    text-align: center;
  }
  .tefrenu-concept-lead > em {
    display: inline-block;
    margin-top: 0.5em;
    color: #e20070;
    font-size: 2.1rem;
    font-style: normal;
    line-height: 1.2;
  }
  /* ----- tefrenu-strength-point ----- */
  .tefrenu-strength-point {
    margin-top: 1.5em;
  }
  .tefrenu-strength-point .strength_image {
    margin-top: 1em;
    text-align: center;
  }
  .tefrenu-strength-point .strength_heading {
    position: relative;
    margin-bottom: 0.5em;
    padding: 0.7em 0 0.7em 3em;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.2;
  }
  .tefrenu-strength-point .strength_icon {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  /* ----- tefrenu-banners ----- */
  .tefrenu-banners {
    margin-top: 20px;
  }
  /* ----- tefrenu-size-feature ----- */
  .tefrenu-size-feature {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  .tefrenu-size-feature .tefrenu-size_image {
    display: table-cell;
    width: 190px;
    vertical-align: middle;
  }
  .tefrenu-size-feature .tefrenu-size_text {
    display: table-cell;
    padding-left: 15px;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.3;
    vertical-align: middle;
  }
  
  /* ----- limited edition ----- */
  .limited-txt {
    display: inline-block;
    font-size: 1.4rem;
    font-weight: 700;
    color: #e90f0f;
  }
  /* ----- include-icon ----- */
  .index-layout-v5.new-icon .block .index_image{
    position: relative;
  }
  .index-layout-v5.new-icon .block .index_image .new-icon {
    z-index: 2;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 22px;
    height: 22px;
    pointer-events: none;
  }
  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
  .tefrenu-grid::after {
    display: block;
    clear: both;
    content: "";
  }
}


/* ======================================================
 * SP Media Queries
====================================================== */
@media only screen and (max-width: 400px) {
  .tefrenu-rank-panel .rank_reason br {
    display: none;
  }
}
@media only screen and (max-width: 375px) {
  .tefrenu-feature-text br {
    display: none;
  }
}
/***
@media only screen and (min-width: 320px) and (max-width: 767px) {
}
@media only screen and (max-width: 736px) {
}
@media only screen and (max-width: 667px) {
}
@media only screen and (max-width: 640px) {
}
@media only screen and (max-width: 568px) {
}
@media only screen and (max-width: 480px) {
}
@media only screen and (max-width: 375px) {
}
@media only screen and (max-width: 360px) {
}
@media only screen and (max-width: 320px) {
}
***/


/* ======================================================
 * Print
====================================================== */
@media print {
}