﻿

/*** for PC Browser ***/
@media (min-width:401px)
{
.sc-container900 {
 display: none;
}

body .l-header {
  background: #c7ecf8 url(/assets/images/bg2.png);
}

.f-sns .tab-pane:nth-of-type(3) {
  border-color: #1b86c9;
}

#l-ad_more-bottom {
  display: none;
}

.hidden-sp {
  display: none;
}

.tag-style h1 {
  background-color: #1b86c9;
}
.tag-style h5::before {
  border-color: #1b86c9;
}
.tag-style h4 {
    border-left-color: #1b86c9;
}
.tag-style h3 {
    border-left-color: #1b86c9;
}
.tag-style h2 {
  border-color: #1b86c9;
}

}


/*** for Smart Phone ***/
@media (max-width:400px)
{
.sc-container900 {
 display: none;
}

#l-ad_more-top {
  display: none;
}

#l-ad_more-bottom {
  margin-top: 1rem;
  margin-bottom: 0;
}

.hero-nav {
  display:none;
}

.hidden-pc {
  display: none;
}

.f-sns_list .nav-link {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.f-sns .tab-pane {
  padding: 10px 20px;
}
.f-sns .tab-pane:nth-of-type(1) {
  border: 3px solid #507dc8;
}
.f-sns .tab-pane:nth-of-type(2) {
  border: 3px solid #e61e00;
}
.f-sns .tab-pane:nth-of-type(3) {
  border: 3px solid #50aaf0;
}
.f-sns_list {
    border-bottom: none;
}

.tag-style h1 {
  background-color: #1b86c9;
}
.tag-style h5::before {
  border-color: #1b86c9;
}
.tag-style h4 {
    border-left-color: #1b86c9;
}
.tag-style h3 {
    border-left-color: #1b86c9;
}
.tag-style h2 {
  border-color: #1b86c9;
}
}
