/*
Theme Name:SOURCE child
Theme URI:
Description:WordPressテーマ「SOURCE Child」の自作子テーマです。
Template:
Author URI:https://tcd-theme.com/
Version:1.8.2
*/
body,
.post_content p,
.post_content ul li {
  font-size: 16px !important;
}

a img:hover {
  opacity: .8;
}

.post_content .aligncenter {
  display: table !important;
}

.post_content h2 {
  font-size: 180%;
}

.home #header {
  background: rgba(255,255,255, 0.8);
}

.pc #global_menu > ul > li > a:hover, 
.pc #global_menu > ul > li > a:focus {
  color: #fff;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.footer_area {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 30px;
}

.footer-area1 h2 {
  font-size: 30px;
  margin-bottom: 20px;
}

.footer-area2 li,
.footer-area3 li {
  margin: 0 0 7px 0;
  line-height: 2.0;
}

.footer-area2 li a:hover,
.footer-area3 li a:hover {
  color: #3fa7d8 !important;
  text-decoration: none;
}

@media only screen and (max-width:991px) {
  .footer_area {
    display: block;
    text-align: center;
  }
  .footer-area1, .footer-area3 {
    margin-bottom: 20px;
  }
  .footer-area2 ul,
  .footer-area3 ul {
    display: inline-block;
  }
}