/* ============================================================== */
/*  標準のボタン */
/* ============================================================== */
.buttonN a, .buttonS a, .wpcf7-submit{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 3rem;
  line-height: 2rem;
  color: #FFF;
  background-color: #164c56;
  transition: 0.3s;
  width: max-content;
  column-gap: 1rem;
  border-radius: 0 0 0 15px;
}
.buttonN a:hover,.buttonS a:hover, .wpcf7-submit:hover {
  text-decoration: none;
  background-color: #bbbbbb;
}
.buttonN a::after,.buttonS a::after, .wpcf7-submit::after{
  content: '\f0da';
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
.buttonS a{
  border: 1px solid #fff;
}
.wpcf7-submit{
  margin: 3rem auto;
}

/* ============================================================== */
/*Contact Form 7カスタマイズ*/
/* ============================================================== */
.contact7{
  width: 80%;
  margin: 2rem auto;
}
.contact7 dt{
  margin: 1rem 0;
}
.must{
  color: #e81745;
}
.wpcf7-text{
  width: 100%;
  border-radius: 5px;
  padding: 1rem;
}
.wpcf7-radio{
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
  color: #164c56;
}
.etcArea{
  border-radius: 10px;
  margin: 1rem 0;
  width: 100%;
  background-color: #FFF;
}
.acc{
  text-align: center;
}

/* ============================================================== */
/* コンタクト誘導パーツ/temp-contact.php */
/* ============================================================== */
.tempCpContainer{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: linear-gradient(90deg,#ceb68b 0%,#164c56 50%);
  margin: 5rem 0;
}
.tempCpContainer h2{
  color: #FFF;
  margin: 3rem 0;
 font-size: clamp(1.875rem, 1.5413rem + 1.4239vw, 3.25rem);
}
.tempCpBtn{
  width: 95%;
  background-color: #FFF;
  display: flex;
  margin-bottom: 3rem;
}
.tempbt{
  margin: 1rem auto;
}
.tempbt a{
  padding: 1em 15em;
}

/* ============================================================== */
/* 標準ボックス/page-business.php */
/* ============================================================== */
.contents_card{
  width: 80%;
  padding: 2rem;
  background-color: #FFF;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  box-shadow: 6px 6px 6px 0px rgba(0, 0, 0, 0.45);
}
.contents_card h2{
  font-size: clamp(1rem, 0.6966rem + 1.2945vw, 2.25rem);
}
.contents_flex_L{
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.contents_flex_R{
  width: 20%;
}
.contents_flex_R figure{
  width: 100%;
}
.contents_flex_R img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contents_bgL{
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: linear-gradient(90deg,#ceb68b 0%, #FFF 50%);
  position: relative;
  padding: 3rem 0 0;
}
.contents_bgL::before{
  position: absolute;
  content: '';
  background-color: #FFF;
  height: 40%;
  width: 100%;
  top: 0;
}
.contents_bgR{
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: linear-gradient(270deg,#164c56 0%, #FFF 50%);
  position: relative;
  padding: 3rem 0 0;
}
.contents_bgR::before{
  position: absolute;
  content: '';
  background-color: #FFF;
  height: 40%;
  width: 100%;
  top: 0;
}
.contents_box_container{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* ============================================================== */
/* ページネーション設定/page-business.php */
/* ============================================================== */
.pagination{
  margin-top: 1rem;
}
.page-numbers{
  margin: 0 0.5rem;
  background: #009688;
  border-radius: 20px;
  color: white;
  padding: 5px 11px;
  border-radius: 50%;
  box-sizing: border-box
}
.pnavi{
  margin-top: 50px;
  text-align: center;
}

/* ============================================================== */
/* ==============  2021タプレット 800-959px   ==================== */
/* ============================================================== */
@media screen and (max-width:1024px){
  .tempbt a {
    padding: 1em 10em;
  }
}



/* ============================================================== */
/* ==============  2021スマホ     320-519px   ==================== */
/* ============================================================== */
@media screen and (max-width:600px){
  /* コンタクトフォーム７ */
  .contact7{
    width: 100%;
  }
  .tempbt a {
    padding: 1em 4em;
  }
  /* box */
  .contents_card{
    flex-direction: column-reverse;
    width: 90%;
  }
  .contents_flex_R{
    width: 50%;
  }
}