/*
Theme Name: Bloom TCD053 Child
Description: Child theme for bloom_tcd053.
Template: bloom_tcd053
Version: 1.0.0
*/

/*フロントページ・投稿ページh2*/
h2.p-front__section-title,
.p-entry__body h2 {
  font-size: 1.5rem !important;
  font-weight: bold;
  padding: 0.5em;
  background: #eaf6f6;
  border-bottom: solid 3px #42caca;
  margin: 70px 0 40px;
}

/*フロントページ・投稿ページh3*/
h3.p-front__section-sub-title,
.p-entry__body h3 {
  color: #42caca;
  font-size: 1.3rem;
  font-weight: 600;
  border-bottom: 1px solid;
  margin-top: 30px;
  padding-bottom: 10px;
}

a.register-btn {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.1rem;
  background: #f66859;
  border-radius: 100px;
  color: #fff !important;
  width: 100%;
  max-width: 265px;
  padding: 10px 0;
  display: flex;
  justify-content: center;
  margin: 30px auto;
}

p.p-front__point {
  padding: 1.2rem 0;
}

/* table */
.p-entry__body td,
.p-entry__body th {
  line-height: 1.6;
}

.p-entry__pr-text {
  padding-bottom: 30px;
}

/*スマホ*/
@media only screen and (max-width: 767px) {
  .p-entry__body td,
  .p-entry__body th {
    font-size: 13px !important;
  }

  h2.p-front__section-title,
  .p-entry__body h2 {
    font-size: 1.2rem !important;
    font-weight: bold;
    padding: 0.5em;
    background: #eaf6f6;
    border-bottom: solid 3px #42caca;
    margin: 70px 0 40px;
  }
}

/* Add custom styles below */
