.entry-content {
  word-break: break-all;
}

.entry-header {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}

.entry-header--no-thumbnail {
  padding-top: 40px;
  margin-bottom: 20px;
}

.entry-header__thumbnail {
  order: 1;
  margin-bottom: 15px;
}
.entry-header__thumbnail .post-thumbnail {
  height: 200px;
}
.entry-header__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.entry-header__info {
  order: 2;
}

@media (min-width: 768px) {
  .entry-header {
    margin-bottom: 80px;
  }

  .entry-header--no-thumbnail {
    padding-top: 72px;
    margin-bottom: 40px;
  }
}
/* thumbnail */
@media (min-width: 768px) {
  .entry-header__thumbnail {
    margin-bottom: 8px;
  }
  .entry-header__thumbnail .post-thumbnail {
    height: 350px;
  }
}
@media (min-width: 768px) {
  .entry-header__thumbnail .post-thumbnail {
    height: 530px;
  }
}
/* info */
.tag--page {
  margin-bottom: 10px;
}

.entry-header__title {
  font-size: 1.8rem;
  font-weight: 700;
}

.entry-header__date + .entry-header__title {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .entry-header__title {
    font-size: 2.8rem;
  }
}
@media (min-width: 1024px) {
  .tag--page {
    margin-bottom: 24px;
  }

}
/* voice */

.customer_withhome h2{
border-bottom: 1px solid;
    margin-bottom: 8px;
}
.wp-block-cover.is-light.customer_withhome {
    margin-top: 40px;
}
@media (min-width: 1024px) {
.wp-block-cover.is-light.customer_withhome {
    width: 50%;
    margin: 0 auto;
	margin-top: 80px;
  }
}

/* contact */
.entry-contact-btn {
  margin-top: 40px;
}

.entry-contact-btn__catch {
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  padding: 10px 32px 0;
  margin-bottom: 20px;
  position: relative;
}
.entry-contact-btn__catch::before, .entry-contact-btn__catch::after {
  content: "";
  display: inline-block;
  width: 48px;
  height: 1px;
  background-color: #403C30;
  position: absolute;
  bottom: 14px;
}
.entry-contact-btn__catch::before {
  transform: rotate(45deg);
  left: 0;
}
.entry-contact-btn__catch::after {
  transform: rotate(-45deg);
  right: 0;
}

@media (min-width: 480px) {
  .entry-contact-btn__catch {
    font-size: 2.8rem;
    margin-bottom: 48px;
  }
  .entry-contact-btn__catch::before, .entry-contact-btn__catch::after {
    position: relative;
    width: 88px;
    margin: 0 20px;
  }
}
@media (min-width: 768px) {
  .entry-contact-btn {
    margin-top: 120px;
  }
}
/* other */
.other-entry {
  margin-top: 64px;
}

.other-entry__title {
  font-size: 1.8rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.other-entry__title::after {
  content: "";
  display: inline-block;
  width: 100px;
  max-width: 50%;
  height: 1px;
  background-color: #403C30;
  margin-left: 10px;
}

@media (min-width: 480px) {
  .other-entry {
    margin-top: 132px;
  }

  .other-entry__title {
    font-size: 3.2rem;
    margin-bottom: 40px;
  }
  .other-entry__title::after {
    width: 414px;
    margin-left: 40px;
  }
}


/* JOIN */


.topics_table{
    width: 90%;
    margin: 0 auto;
  }
  
  .topics_table th{
	  text-align: center;
	width: 15%;
    background-color: #716B57;
    padding: 10px 16px;
    margin-bottom: 8px;
    border-bottom: 5px solid #fff;
    color: #fff;
    font-weight: normal;
  }
  .topics_table td{
	text-align: left;
	width: 30%;
    border-bottom: 5px solid #fff;
    padding: 8px 16px;
    background-color: #ECE8D9;
  }
  @media (min-width: 768px) {
	.topics_table{
		width: 80%;
	  }
  }
.newMark_single {
  display: inline-block;
    background-color: #b32626;
    color: #fff;
    font-size: 1.2rem;
    padding: 3px 7px;
}
@media (min-width: 768px) {
	.newMark_single {
    	font-size: 2.1rem;
    	padding: 10px 14px;
}}
.newMark_single_other {
    display: inline-block;
	background: linear-gradient(transparent 60%, #F4F2D9 60%);
    font-size: 1rem;
    padding: 3px 7px;
  }


  @media (min-width: 768px) {
	  .newMark_single_other {
		font-size: 1.4rem;
		font-weight: 400;
		padding: 3px 12px;
  }}

