/*
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;
}


/*スマホ*/

@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;
}
}

.c-menu-button::before {
	font-size: 30px;
}

@media (max-width: 450px) {
  .l-header__logo--text a {
	line-height: 36px;
  }
}

@media (max-width: 1200px) {
  .p-logo.l-header__logo.l-header__logo--mobile.l-header__logo--text {
	display: flex;
	justify-content: center;
	overflow: visible;
	margin-right: 3rem;
  }
	
  .l-header__logo--mobile.l-header__logo--text a {
      font-size: 16px;
      line-height: 1.6;
      text-align: left;
      padding: 5px 10px;
    }
}


/* Add custom styles below */