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

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

.background-primary-color_t {
  background-color: #1ca725;
}
  
footer {
  color: #444444;
  background-color: #e2a95f;
}

h1{
  background-color:#dd005e;
  color:#ffffff;
  text-align:center;
}
h2{
  color: #163591; 
  border-bottom: solid  2px #163591;
}

.font-white {
  color: white;
}

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

.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: 6px 6px 4px rgb(61, 61, 61);
}
.read-more-button::before {
  background-color: #385bc1;
}
.read-more-button::after {
  background-color: #f00000;
}

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

.link-button {
  color: white !important;
  background-color: #30a47c;
  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;
}

#mobile-navi-icon {
  color: #ffffff;
  background-color: rgb(191,14,110);
}


#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:16px;
  color:#eeeeee;
}
.text_2 {
  line-height: 180%;
  color:#f0f0f0;
}
.text_1y {
  line-height: 180%;
  color:#f0e099;
}
.text_2y {
  line-height: 180%;
  color:#f0e099;
}
.to_index{
  font-size:14px;
  padding-bottom:14px;
  color:#ccfoff;
}

.sns_t {
  font-size: 14px;
  color: #666666;
}