.background-primary-color {
  background-color: #ffffff;
}

.background-primary-color2 {
  background-color: #f6f6f6;
}

.background-primary-color_t {
  background-color: #1ca725;
}
  
.footer {
  color: #ffffff;
  background-color: #3786d0;
}

h1{
  background-color:#388fe0;
  color:#ffffff;
  text-align:center;
}
h2{
  color: #3069dd; 
  background-color:#e0f1fd;
  padding:4px 12px 2px 12px;
  border-top: solid  2px #388fe0;
  border-bottom: solid  2px #388fe0;
}
h3{
  border-bottom:solid 2px #f54123;
  color:#333333;
}

.font-white {
  color: white;
}

.grid-cell  {
  background-color: #f5f5f0;
}

.background-white {
  background-color: white;
}

.chip {
  background-color: #405db4;
  color: white;
}

.read-more-button {
  color: white !important;
  box-shadow: 2px 2px 2px rgb(92, 92, 92);
}
.read-more-button:hover {
  box-shadow: 4px 4px 4px rgb(61, 61, 61);
}
.read-more-button::before {
  background-color: #8b6ff4;
}
.read-more-button::after {
  background-color: #f13453;
}

.top-news {
  background-color: white;
  box-shadow: 2px 2px 2px rgb(92, 92, 92);
}
.top-news:hover {
  box-shadow: 6px 6px 4px rgb(61, 61, 61);
}

.link-button {
  color: black !important;
  background-color: #f3f3f3;
  box-shadow: 2px 2px 2px rgb(92, 92, 92);
}
.link-button:hover {
  box-shadow: 6px 6px 4px rgb(61, 61, 61);
}

.article-sub-headline {
  border-bottom: solid 2px #229944;
}

.article-sub-headline_p {
  border-bottom: solid 2px #cc6600;
  color: #004488;
}

#mobile-navi-icon {
  color: #ffffff;
  background-color: rgb(223,80,151);
}


#mobile-navi-icon span,
#mobile-navi-icon span::before,
#mobile-navi-icon span::after {
  background: #fff;
}

#mobile-navi-content {
  background: #fff;
}

.profile_text1 {
  color:#0030a3;
  font-size:18px;
}
.profile_text2 {
  font-size:11px;
  padding-top:-3px;
}
.newsletter_1 {
  line-height: 180%;
  padding-bottom:8px;
}

.text_1 {
  line-height: 180%;
  padding-bottom:8px;
}
.sns_t {
  font-size: 14px;
  color: #666666;
}
.saiyo_time{
  font-size: 12px;
  color: #000066;
  font-weight: bold;
  padding-right:12px;
}