/*
 Theme Name: BusinessPress Child
 Template:businesspress
 Description: BusinessPress Child Theme
 Theme URI: https://businesspress.jp/theme/
 Author: BusinessPress
 Author URI: https://businesspress.jp/
 Version: 1.0.0
*/

.top-bar-content, .main-header-content, .featured-entry-content, .home-header-content, .jumbotron-content, .site-content, .container-content, .footer-widget-content, .site-bottom-content {
  max-width: 1120px;
}


/* img */

.wp-block-image:not(.is-style-rounded) img {
  border-radius: inherit;
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
}


/* index */

.entry-content h2 {
  position: relative;
  margin-bottom: 2em;
  font-size: 32px;
  text-align: center;
}

.entry-content h2:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #00a1d6;
}

.entry-content h3 {
  color: #00a1d6;
  font-size: 26px;
  font-weight: 400;
}


/* top */

.wp-block-columns.mvunder-column {
  margin-top: -150px;
}


/* FAQ */

.faq {
  margin-bottom: 32px;
  /* 各Q&Aの下に余白 */
}

.faq__dt, .faq__dd {
  position: relative;
  padding-left: 24px;
}

.faq__dt::before, .faq__dd::before {
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
}

.faq__dt {
  font-weight: bold;
  border-bottom: 1px solid #999;
  margin-bottom: 4px;
}

.faq__dt::before {
  content: 'Q.';
  color: #c80021;
}

.faq__dd::before {
  content: 'A.';
  color: #0085C8;
}


/* footer */
.site-credit {
  display: none;
}