@charset "utf-8";
html { font-size: 10px; }
body {
    margin: 0;
    padding: 0;
    line-height: 1.7;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", Verdana, "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 0.9em;
    font-size: 14px;
    /*overflow: auto;*/
    color: #000;
    text-align: left;
}
body.scroll-off {
  /*スマホメニュー表示時の後ろページスクロールoff*/
  overflow: hidden;
}
#wrapper {
    overflow: hidden;
}

img { width: 100%; }
a { 
    color:#000;
    text-decoration: none;
}
ul {
    list-style: none;
    padding: 0;
    margin: 1em 0;
}
hr {
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.sp { display: block; }
.pc { display: none; }

@media only screen and (min-width: 600px) {
    .sp { display: none; }
    .pc { display: block; }
}

/**** header ****/
#toppage .head_top {
    background: #1b11af;
    background-image: url(../img/bg/bg_sp.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: center;
    padding: 2rem 1rem;
}
.head_top {
    background: #1b11af;
    padding: 2rem 1rem;
}
.head_top .navbar-header > img {
    width: min(30%,120px);
}
.head_top .navbar-header button {
    position: absolute;
    right: 4%;
    width: 40px;
    height: 40px;
    background-image: url(../img/menu_btn_white.png);
    background-size: contain;
    background-repeat: no-repeat;
    /* z-index: 999; */
    border: none;
    background-color: #1b11ae;
    -webkit-appearance: button;
    cursor: pointer;
}
.head_top #suyasuyabu_logo {
    width: min(35%,377px);
    margin: auto;
    margin-top: -1.5rem;
}
#toppage .head_top #suyasuyabu_logo {
    width: min(40%,377px);
    margin-top: -1rem;
}
#toppage .head_top .head_text {
    display: block;
    text-align: center;
    color: #fff;
    font-size: min(3vw,15px);
    margin: 2rem auto 0;
    line-height: 1.7;
}
.head_top .head_text {
    display: none;
}
@media only screen and (min-width: 600px) {
    header .bnr_area,
    .head_top .navbar-header button,
    header .foot_sns,
    #close_btn {
        display: none;
    }
    #toppage .head_top {
        background-image: url(../img/bg/bg_pc.jpg);
        background-repeat: repeat;
    }
    .head_top .navbar-header > img {
        width: min(16%,170px);
    }
    .head_top #suyasuyabu_logo {
        width: min(45%,377px);
        margin-top: -3rem;
    }
    #toppage .head_top #suyasuyabu_logo {
        margin-top: -2rem;
    }
}

/**** footer ****/
footer {
    border-top: 1px solid #1b11ae;
}
footer .content_menu {
    max-width: 1000px;
    width: 90%;
    margin: auto;
}

/*ワコールフッター*/

/**** bnr_area ****/
.bnr_area {
    background: #ebf5fc;
    padding: 3% 0;
    text-align: left;
}
.bnr_area .container {
    max-width: 1000px;
    width: 90%;
    margin: auto;
}
.bnr_area .container li {
    width: 80%;
    margin: 2rem auto;
}
.bnr_area .container li a:hover img {
    opacity: 0.6;
    transition: 0.6s all;
}
.bnr_area .container li p {
    margin: 3px auto 0;
    font-size: 12px;
    font-feature-settings: "palt";
    letter-spacing: 1px;
    text-align: justify;
}
@media only screen and (min-width: 600px) {
    .bnr_area .container {
        display: flex;
        justify-content: center;
        align-items: flex-start;
    }
    .bnr_area .container li {
        width: min(30%,279px);
        margin: 0 1.6vw;
    }
}

/**** foot_sns ****/
.foot_sns{
    text-align: center;
}
.foot_sns img{
    vertical-align: bottom;
}
.foot_sns li{
    max-width: 40px;
    display: inline-block;
    margin: 0 10px;
    vertical-align: middle;
}
.foot_sns .nw_tw {
    background: #efeeef;
    padding: 5% 0;
}
.foot_sns .nw_tw a {
    display: block;
    max-width: 429px;
    width: 80%;
    padding: 18px 10px;
    margin: auto;
    background: #fff;
    border-radius: 100px;
    color: #000;
    font-size: min(4vw,20px);
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", Verdana, "Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS PGothic",sans-serif;
}
.foot_sns .nw_tw a::before {
    content: "";
    background: url(../img/bnr/btn_nw_x.png) no-repeat;
    background-size: cover;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    width: 25px;
    height: 26px;
}
.foot_sns .nw_tw a span {
    vertical-align: middle;
}
.foot_sns .nw_tw a:hover {
    opacity: 0.7;
    transition: 0.6s;
}
@media only screen and (min-width: 600px) {
    .foot_sns .nw_tw {
        padding: 2% 0;
    }
    .foot_sns .nw_tw a::before {
        margin-right: 10px;
        width: 35px;
        height: 36px;
    }
}

/**** nav ****/
.collapse {
    display: none;
}
.collapse.in {
    display: block;
}
.collapse.in .inner {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    background: #fff;
    margin: 0;
    float: none;
    text-align: center;
    margin-top: 0;
    margin-bottom: 18px;
}
.collapse.in #close_btn {
    display: block;
    top: 30px;
    right: 30px;
    cursor: pointer;
    width: 25px;
    position: absolute;
}
.content_menu.in .menu {
    display: block;
    width: 60%;
    margin: 0 auto;
    padding: 9rem 0 4rem;
}
.content_menu.in .menu li {
    margin: 0 auto 2.5rem;
}

.content_menu .menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-end;
    margin: 0.5rem auto 1rem;
}
.content_menu .menu li {
    margin: 0 0.5rem 2.5rem;
}
.content_menu .menu li.rule {
    max-width: 80px;
}
.content_menu .menu li.campaign {
    max-width: 130px;
}
.content_menu .menu li.recipe {
    max-width: 108px;
}
.content_menu .menu li.column {
    max-width: 108.5px;
}
.content_menu .menu li.select {
    max-width: 106px;
}
.content_menu .menu li.report {
    max-width: 150px;
}
.content_menu .menu li.questionnaire {
    max-width: 128.5px;
}
.content_menu .menu li.campaign {
    position: relative;
    margin: 5rem auto 2.5rem;
}
.content_menu .menu li.campaign::before {
    content: "";
    background: url(../img/parts/btn_campaign_icon.png) no-repeat;
    background-size: contain;
    display: block;
    width: min(100%,100px);
    height: 27px;
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

@media only screen and (min-width: 600px) {
    .collapse {
        display: block;
    }
    .navbar .container {
        max-width: 1000px;
        width: 90%;
        margin: auto;
    }
    .content_menu .menu {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        margin: 7rem auto 5rem;
    }
    .content_menu .menu li {
        position: relative;
        line-height: 0;
        display: block;
        background-repeat: no-repeat;
        background-size: contain;
        margin: 0 10px;
    }
    .content_menu .menu li:first-of-type {
        margin-left: 0;
    }
    .content_menu .menu li:last-of-type {
        margin-right: 0;
    }
    .content_menu .menu li:hover img {
        transition: 0.6s all;
        opacity: 0;
        visibility: hidden;
    }
    .content_menu .menu li.rule {
        background-image: url(../img/parts/menu_rule_on.png);
    }
    .content_menu .menu li.campaign {
        background-image: url(../img/parts/menu_campaign_on.png);
        margin: 0 10px;
    }
    .content_menu .menu li.recipe {
        background-image: url(../img/parts/menu_recipe_on.png);
    }
    .content_menu .menu li.column {
        background-image: url(../img/parts/menu_column_on.png);
    }
    .content_menu .menu li.select {
        background-image: url(../img/parts/menu_select_on.png);
    }
    .content_menu .menu li.report {
        background-image: url(../img/parts/menu_report_on.png);
    }
    .content_menu .menu li.questionnaire {
        background-image: url(../img/parts/menu_questionnaire_on.png);
    }

    /* 下層active */
    .rule .content_menu .menu li.rule img,
    .campaign .content_menu .menu li.campaign img,
    .recipe .content_menu .menu li.recipe img,
    .column .content_menu .menu li.column img,
    .select .content_menu .menu li.select img,
    .report .content_menu .menu li.report img,
    .questionnaire .content_menu .menu li.questionnaire img {
        opacity: 0;
        visibility: hidden;
    }
}

/**** container_box ****/
.container_box {
    max-width: 1000px;
    width: 90%;
    margin: auto;
}
.container_box .content-title {
    margin: 0 auto;
    line-height: 0;
}

.content-left {
    margin: 0 auto 3rem;
}
#toppage .content-left {
    margin: 5rem auto;
}
.content-left .pickup .content-title,
.content-left .article .content-title {
    width: 60%;
}
#toppage .content-left .article {
    margin: 6rem auto;
}
.content-left .article {
    margin: -0.5rem auto 3rem;
}

.container_box .content-right {
    width: 80%;
    margin: 0 auto;
}
.content-right .sidebar-category .content-title {
    width: 70%;
}
.content-right .sidebar-link li {
    margin-bottom: 10px;
}
.content-right .sidebar-link li.s_bnr-top {
    margin-top: 15px;
}
.content-right .sidebar-link li a:hover {
    opacity: 0.6;
    transition: 0.6s all;
}

.content-right .sidebar-about {
    margin: 6rem auto;
}
.content-right .sidebar-about .content-title {
    width: 70%;
    margin-bottom: 1rem;
}
.content-right .sidebar-about .about_content {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    text-align: center;
    padding: 2.5rem 0;
}
.content-right .sidebar-about .about_content h3 {
    margin: 0 0 10px;
    font-size: 20px;
    letter-spacing: 1.2px;
    font-weight: bold;
    color: #000 !important;
}
.content-right .sidebar-about .about_content p {
    margin: auto;
    font-feature-settings: "palt";
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 1.7;
}

@media only screen and (min-width: 600px) {
    .container_box {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }
    .container_box .content-title {
        margin: 0 0 1.5rem;
    }
    .container_box .content-left {
        width: min(65%,650px);
        margin: 0;
        margin-right: 8%;
    }
    #toppage .container_box .content-left {
        margin: 0;
        margin-right: 8%;
    }
    .content-left .pickup .content-title {
        width: min(60%,155px);
    }
    .content-left .article .content-title {
        width: min(85%,181px);
    }

    .container_box .content-right {
        width: min(27%,263px);
    }
    .content-right .sidebar-category .content-title {
        width: min(60%,156px);
    }
    .content-right .sidebar-about .content-title {
        width: min(80%,180px);
    }
}

/**** pickup_slide ****/
.pickup_slide .list-cat {
    margin: 6px 0 3px;
    font-size: 13px;
}
.pickup_slide .list-title {
    margin: 0;
    font-size: 17px;
    line-height: 1.4;
    font-feature-settings: "palt";
    letter-spacing: 1px;
    font-weight: normal;
}
.pickup_slide .new .list-cat::after {
    content: "";
    background: url(../img/parts/icon_new.png) no-repeat;
    background-size: contain;
    display: inline-block;
    vertical-align: middle;
    margin-left: 7px;
    width: 37px;
    height: 13px;
}
.pickup_slide li a:hover img {
    opacity: 0.6;
    transition: 0.6s all;
}
.pickup_slide .slide-dots {
    display: flex;
    justify-content: center;
    margin: 5px 0;
}
.pickup_slide .slide-dots li button {
    position: relative;
    margin: 0 12px;
    height: 13px;
    text-indent: -9999px;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.pickup_slide .slide-dots li button:before {
    text-align: center;
    content: "";
    background: #c8c8c8;
    width: 12px;
    height: 12px;
    border-radius: 100px;
    display: inline-block;
    font-size: 20px;
    text-indent: 0px;
    position: absolute;
    top: 0;
    left: 0;
}
.pickup_slide .slide-dots li.slick-active button:before {
    text-align: center;
    content: "";
    background: #1b11af;
    display: inline-block;
}
.pickup_slide .slick-arrow {
    position: absolute;
    top: 50%;
    width: 31px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 0;
    line-height: 0;
    z-index: 5;
}
.pickup_slide .slick-prev {
    left: -5%;
}
.pickup_slide .slick-next {
    right: -5%;
}
.pickup_slide .slick-prev::before {
    content: "";
    background: url(../img/parts/arrow_prev.png);
    width: 20px;
    height: 39px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 1;
}
.pickup_slide .slick-next::before {
    content: "";
    background: url(../img/parts/arrow_next.png);
    width: 20px;
    height: 39px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 1;
}
@media only screen and (min-width: 600px) {
    .pickup_slide .slide-dots {
        justify-content: flex-end;
    }
}

/**** article_list ****/
.article_list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 1rem;
}
.article_list article {
    width: 48%;
    margin: 0 3% 6% 0;
}
.article_list article a {
    display: block;
}
.article_list article:nth-of-type(2n) {
    margin-right: 0;
    margin-left: 0;
}
.article_list article .list-cat {
    margin: 1px 0 4px;
    font-size: 13px;
}
.article_list article .list-title {
    margin: 0;
    font-size: 17px;
    line-height: 1.4;
    font-feature-settings: "palt";
    letter-spacing: 1px;
    font-weight: normal;
    color: #000 !important;
}
.article_list .new .list-cat::after {
    content: "";
    background: url(../img/parts/icon_new.png) no-repeat;
    background-size: contain;
    display: inline-block;
    vertical-align: middle;
    margin-left: 7px;
    width: 37px;
    height: 13px;
}
.article_list article a:hover img {
    opacity: 0.6;
    transition: 0.6s all;
}

/**** breadcrumb ****/
.breadcrumb {
    padding: .8rem 0;
    margin: 0;
}
.breadcrumb>li {
    display: inline-block;
    color: #1b11af;
    font-size: 12px;
}
.breadcrumb li a {
    color: #000;
}
.breadcrumb li a:hover {
    opacity: 0.6;
    transition: 0.6s all;
}
.breadcrumb > li + li:before {
    padding: 0 5px;
    color: initial;
    content: ">\00a0";
}
.breadcrumb.campaign_breadcrumb {
    margin-top: 1rem;
}
@media only screen and (min-width: 600px) {
    .breadcrumb.campaign_breadcrumb {
        margin-top: 0;
    }
}

/**** smt_title ****/
#smt_title {
    margin: 3.5rem auto 1.5rem;
    text-align: center;
}
#smt_title img {
    height: 28px;
    width: auto;
}

/**** 入眠儀式 ****/
.sub_title {
    position: relative;
    padding: 1.5rem 0 2rem;
    margin-bottom: 1rem;
}
.sub_title .campaign_titile {
    margin: auto;
    text-align: center;
}
.sub_title .campaign_titile img {
    height: 28px;
    width: auto;
}
.sub_title .icon_campaign {
    width: min(20%,100px);
    margin: 0;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.sub_title .icon_campaign a:hover {
    opacity: 0.6;
    transition: 0.6s all;
}
@media only screen and (min-width: 600px) {
    .sub_title {
        padding: 2rem 0;
        margin-bottom: 4rem;
    }
    .sub_title .icon_campaign {
        width: min(23%,100px);
    }
}

/**** underlayer-line ****/
.underlayer-line {
    display: block;
    height: 1px;
    background: #000;
    margin-bottom: 5rem;
    margin-left: -10%;
    width: 120%;
}
@media only screen and (min-width: 600px) {
    .underlayer-line.sp {
        display: none;
    }
}

/**** more ****/
.article.more_box {
    margin: -3rem auto 3rem;
}
.article.more_box {
    display: none;
}
.article.more_box:first-child {
    display: block;
}

#more, .more {
    cursor: pointer;
    background-image: url(../img/parts/btn_more_off.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    width: 204px;
    height: 37px;
    clear: both;
    margin: 3rem auto 4.5rem;
    transition: 0.6s all;
}
#more:hover, .more:hover {
    background-image: url(../img/parts/btn_more_on.png);
}
@media only screen and (min-width: 600px) {
    #more, .more {
        margin: 0 auto 4rem;
    }
}

/**** article(詳細ページ) ****/
/*記事内の背景色*/
div.bg_block1,
div.bg_block2 {
  padding: 2%;
  margin-top: 15px;
}
#article h1 {
  font-size: 36px;
}
#article h2 {
  font-size: 30px;
}
#article h3 {
  font-size: 24px;
}
#article h4 {
  font-size: 18px;
}
#article h5 {
  font-size: 14px;
}
#article h5 {
  font-size: 12px;
}
#article .content_bnr {
  margin: 0;
}
#article .content_bnr li {
  margin-bottom: 30px;
}

#wrapper.question div.bg_block1 {
  background-color: #b0c1e6;
}

#wrapper.column div.bg_block1 {
  background-color: #b4e1e2;
}

#wrapper.report div.bg_block1 {
  background-color: #FFF8FD;
}

#wrapper.select div.bg_block1 {
  background-color: #e8f4ff;
}

div.bg_block2 {
  background-color: #F0F0F0;
  margin-bottom: 15px
}

div.bg_block1 ul,
div.bg_block2 ul {
  margin-left: 20px;
}

div.bg_block1 ul li,
div.bg_block2 ul li {
  font-size: 95%;
  margin-bottom: 8px;
  line-height: 1.8;
  list-style-type: disc;
}

#main_box {
    margin-bottom: 10rem;
}
#article #group_list {
    margin-top: 2rem;
}
#article #new_list ul,
#article #group_list ul {
  border: solid 1px #1a10ae;
  padding: 4%;
  border-top: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#article #new_list ul li,
#article #group_list ul li {
    width: 48%;
}
#article #group_list ul li .list-title {
    color: #000 !important;
}

#article #group_list ul li.kanren2 {
  margin-top: 3%;
}

#article .mini-title {
    color: #1a10ae;
    text-align: center;
    border: solid 1px #1a10ae;
    padding: 2% 3%;
    font-size: 120%;
}


#article #article_area {
    font-size: 115%;
    line-height: 2em;
    font-feature-settings: "palt";
    letter-spacing: 1px;
}
#article #article_area .notice {
    font-size: 80%;
    line-height: 1.5em;
    margin-top: -20px;
}
#article #article_area h2 {
    font-size: 150%;
    border-style: solid;
    border-width: 2px 0 2px 0;
    padding: 4% 0;
    margin: 4% 0;
    line-height: 1.3em;
    font-weight: normal;
    font-feature-settings: "palt";
    letter-spacing: 1px;
}

#article #article_area h3 {
  font-size: 120%;
  margin-top: 8%;
}
#article #article_area img {
  margin: 4% auto;
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  #article #article_area img {
    max-width: 80%;
  }
}

#article .content_bnr p {
    font-size: 90%;
    margin: 0;
}
#article .content_bnr h2,
#article .content_bnr h3 {
    font-size: min(130%,19px);
    color: #000 !important;
    line-height: 1.5em;
    margin: 0;
    font-weight: normal;
    padding-bottom: 1rem;
    font-feature-settings: "palt";
    letter-spacing: 1px;
}

/*category-color*/
.pickup_slide .rule .list-cat,
.article_list .rule .list-cat,
#wrapper.rule #main_box .content_bnr .list-cat,
.content_bnr .rule .list-cat {
    color: #55aaac;
}
#wrapper.rule #article_area h2 {
    border-color: #56aaac;
}
#wrapper.rule h3,
#wrapper.rule .content_bnr p {
    color: #56aaac;
}

.pickup_slide .campaign .list-cat,
.article_list .campaign .list-cat,
#wrapper.campaign #main_box .content_bnr .list-cat,
.content_bnr .campaign .list-cat {
    color: #6a47a8;
}
#wrapper.campaign #article_area h2 {
    border-color: #6a47a8;
}
#wrapper.campaign h3,
#wrapper.campaign .content_bnr p {
    color: #6a47a8;
}

.pickup_slide .recipe .list-cat,
.article_list .recipe .list-cat,
#wrapper.recipe #main_box .content_bnr .list-cat,
.content_bnr .recipe .list-cat {
    color: #f58e43;
}
#wrapper.recipe #article_area h2 {
    border-color: #f58e43;
}
#wrapper.recipe h3,
#wrapper.recipe .content_bnr p {
    color: #f58e43;
}

.pickup_slide .column .list-cat,
.article_list .column .list-cat,
#wrapper.column #main_box .content_bnr .list-cat,
.content_bnr .column .list-cat {
    color: #ff8589;
}
#wrapper.column #article_area h2 {
    border-color: #ff8589;
}
#wrapper.column h3,
#wrapper.column .content_bnr p {
    color: #ff8589;
}

.pickup_slide .select .list-cat,
.article_list .select .list-cat,
#wrapper.select #main_box .content_bnr .list-cat,
.content_bnr .select .list-cat {
    color: #078f00;
}
#wrapper.select #article_area h2 {
    border-color: #078f00;
}
#wrapper.select h3,
#wrapper.select .content_bnr p {
    color: #078f00;
}

.pickup_slide .report .list-cat,
.article_list .report .list-cat,
#wrapper.report #main_box .content_bnr .list-cat,
.content_bnr .report .list-cat {
    color: #ffa0d3;
}
#wrapper.report #article_area h2 {
    border-color: #ffa0d3;
}
#wrapper.report h3,
#wrapper.report .content_bnr p {
    color: #ffa0d3;
}

.pickup_slide .questionnaire .list-cat,
.article_list .questionnaire .list-cat,
#wrapper.questionnaire #main_box .content_bnr .list-cat,
.content_bnr .questionnaire .list-cat {
    color: #6a8cd8;
}
#wrapper.questionnaire #article_area h2 {
    border-color: #6a8cd8;
}
#wrapper.questionnaire h3,
#wrapper.questionnaire .content_bnr p {
    color: #6a8cd8;
}

/* 関連記事category-color */
#wrapper #article #group_list .rule .list-cat {
    color: #56aaac;
}
#wrapper #article #group_list .campaign .list-cat {
    color: #6a47a8;
}
#wrapper #article #group_list .recipe .list-cat {
    color: #f58e43;
}
#wrapper #article #group_list .column .list-cat {
    color: #ff8589;
}
#wrapper #article #group_list .select .list-cat {
    color: #078f00;
}
#wrapper #article #group_list .report .list-cat {
    color: #ffa0d3;
}
#wrapper #article #group_list .questionnaire .list-cat {
    color: #6a8cd8;
}