@charset "UTF-8";

/*
Theme Name: pdea
*/
.new {
  color: #e60033;
  font-weight: bold;
  text-decoration: none;
  margin-left: 0.5em;
}

/* 個別記事 */
.single,
.mce-content-body {
  max-width: 1000px;
  width: 100%;
  margin: auto;
}

.single p,
.mce-content-body p {
  margin: 0 0 30px 0;
}

.single h1,
.mce-content-body h1 {
  width: 1000px;
  max-width: 100%;
  font-size: 28px;
  font-weight: bold;
  line-height: 2;
  text-align: center;
  background-image: url(/img/bg_h1.jpg);
  background-position: 0 bottom;
  background-repeat: no-repeat;
  background-size: contain;
  color: #333333;
  margin: 0 0 30px 0;
}

.single h2,
.mce-content-body h2 {
  width: 980px;
  max-width: calc(100% - 20px);
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  background-color: #D7E8E7;
  color: #333333;
  margin: 0 0 24px 0;
  padding: 10px;
}

.single h3,
.mce-content-body h3 {
  width: 1000px;
  max-width: 100%;
  font-size: 18px;
  font-weight: bold;
  line-height: 2;
  background-image: url(/img/bg_h3.jpg);
  background-position: 0 bottom;
  background-repeat: repeat-x;
  color: #333333;
  margin: 0 0 24px 0;
}

.single h4,
.mce-content-body h4 {
  width: 980px;
  max-width: calc(100% - 20px);
  font-size: 18px;
  font-weight: bold;
  line-height: 2;
  background-image: url(/img/bg_h4.jpg);
  background-position: 0 7px;
  background-repeat: no-repeat;
  color: #333333;
  margin: 0 0 5px 0;
  padding: 0 0 0 20px;
}

.date {
  display: block;
  text-align: right;
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: normal;
}

@media screen and (max-width: 766px) {
  .date {
    font-size: 10px;
    margin-bottom: 4px;
  }
  .single.page_area01 {
    box-sizing: border-box;
    width: 96%;
  }
}