@charset "UTF-8";
#single_content_wrap {
  padding: 53px 0;
}
#single_content_wrap .content {
  max-width: 1200px;
  margin: 0 auto;
  width: 95%;
  padding: 2em 0;
}
#single_content_wrap .content h1 {
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  border-bottom: 1px solid #000;
  padding: 0 1em 22px;
  max-width: 1200px;
  margin: 0 auto;
}
#single_content_wrap .content .post_time {
  padding: 1em;
}
#single_content_wrap .single_nav_wrap {
  max-width: 1200px;
  margin: 0 auto;
  width: 95%;
  padding: 1em 0;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}
#single_content_wrap .single_nav_wrap a {
  display: block;
}
#single_content_wrap .single_nav_wrap a span {
  display: block;
  color: #333;
  font-size: 16px;
}
#single_content_wrap .single_nav_wrap .pre {
  position: relative;
  padding: 0 0 0 2em;
  margin: 0 0 0 auto;
}
#single_content_wrap .single_nav_wrap .next {
  position: relative;
  padding: 0 2em 0 0;
  margin: 0 auto 0 0;
}

@media screen and (max-width: 767px) {
  #single_content_wrap {
    padding: 2em 0;
  }
  #single_content_wrap .content h1 {
    font-size: 24px;
    padding: 0 0 0.5em;
  }
  #single_content_wrap .content .post_time {
    padding: 1em 0;
  }
}
/*共通部分css修正*/
p, a, h1, h2, h3, li, th, td, span {
  line-height: 2;
}

.top_menu_title a {
  color: #F87125;
}

.top_greetings_contents ._text {
  margin-top: clamp(20px, 1.82vw, 35px);
  line-height: 2;
  font-size: clamp(16px, 1.041vw, 20px);
}

.mobile_br {
  display: none;
}

/*レスポンシブ*/
@media screen and (max-width: 768px) {
  .top_menu {
    background-color: rgba(255, 255, 255, 0.6);
    z-index: 2;
  }
  #content {
    width: 100%;
    padding: 2rem 1rem 4rem;
  }
  .mobile_br {
    display: inline;
  }
}
/* Service page*/
#service_top p {
  text-align: center;
  font-size: clamp(18px, 1.041vw, 20px);
  margin: 40px 0 40px;
}

.service_text {
  font-size: clamp(16px, 1.041vw, 20px);
  margin-top: 20px;
}

.service_business_h3 h3 {
  font-size: clamp(18px, 1.041vw, 24px);
  line-height: 1.833;
  background-color: #FFEEC7;
  border-radius: 10px;
  display: inline-block;
  min-width: 126px;
  max-width: 187px;
  width: 100%;
  display: grid;
  place-content: center;
  margin-bottom: clamp(6px, 1.458vw, 28px);
  padding: clamp(3px, 0.41vw, 8px) clamp(18px, 1.718vw, 33px);
}

#service_general {
  margin-top: 40px;
}

.flow_container {
  display: flex;
  gap: 40px;
  flex-direction: column;
  margin: 40px 0 80px 20px;
}

.flow_item {
  display: flex;
  align-items: center;
}

.step_number {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FFEEC7;
  color: #414141;
  width: 50px;
  height: 50px;
  border-radius: 16%;
  font-size: 20px;
  font-weight: bold;
  position: relative;
  padding: 40px;
}

.step_number::after {
  content: "";
  position: absolute;
  width: 4px;
  height: 84px;
  background-color: #FFEEC7;
  transform: translateY(-50%);
  top: 106px;
}

.step_text p a {
  color: #2D57FF;
  border-bottom: solid 1px #2D57FF;
}

.flow_item:last-child .step_number::after {
  display: none;
}

.step_text {
  margin-left: 50px;
  font-size: clamp(16px, 1.25vw, 20px);
}

#service_philosophy p {
  font-size: clamp(16px, 1.041vw, 20px);
}

/* レスポンシブ */
@media screen and (max-width: 768px) {
  .step_number {
    padding: 36px;
  }
  .step_text {
    margin-left: 20px;
  }
  .flow_container {
    margin: 0;
  }
  .step_number::after {
    height: 88px;
  }
}
/*Contact page上部*/
#page_title h1 {
  font-size: clamp(28px, 2.604vw, 50px);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(8px, 0.78vw, 15px);
}

#page_title h1::after {
  content: "";
  width: clamp(137px, 12.81vw, 246px);
  height: clamp(10px, 0.93vw, 18px);
  display: inline-block;
  background-image: url(/wp-test.tax-kameda-ikawa.com/wp-content/themes/original_theme/images/top/title.png);
  background-size: contain;
}

.page_h2 h2 {
  display: flex;
  flex-direction: column;
  font-size: clamp(20px, 1.25vw, 24px);
  line-height: 1.83;
  width: 100%;
  border-bottom: solid 1px #F87125;
  margin: 70px 0 20px;
}

.contact_service_boxinner {
  font-size: clamp(16px, 1.041vw, 20px);
  line-height: 2.15;
  align-items: baseline;
  gap: 5px;
  padding-left: 1rem;
  text-indent: -1rem;
}

.contact_service_boxinner li::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #414141;
  flex-shrink: 0;
}

.contact_tell_flex {
  display: flex;
  justify-content: space-evenly;
  font-size: clamp(18px, 1.25vw, 22px);
  line-height: 2.15;
  margin: 40px 0;
}

.contact_tel_flex {
  display: flex;
  align-items: center;
}

.contact_tell_flex p {
  text-align: center;
}

.contact_tel_number {
  font-size: clamp(24px, 1.25vw, 28px);
}

.contact_tel_flex img {
  width: 60%;
}

/* レスポンシブ */
@media screen and (max-width: 768px) {
  .contact_tel_flex img {
    width: 50%;
  }
  .contact_tell_flex {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
/*ContactForm7カスタマイズ*/
table.CF7_table {
  width: 100%;
  margin: 0 auto;
}

table.CF7_table th {
  font-size: clamp(16px, 1.25vw, 20px);
}

table.CF7_table tr {
  height: 5rem;
  font-size: clamp(16px, 1.25vw, 20px);
}

.single .entry-content table.CF7_table,
.page .entry-content table.CF7_table {
  display: table;
}

/*入力欄*/
.CF7_table input, .CF7_table textarea {
  border: 1px solid #d8d8d8;
  border-radius: 10px;
  width: 100%;
  padding: 0.8rem;
}

.CF7_table ::-moz-placeholder {
  color: #797979;
}

.CF7_table ::placeholder {
  color: #797979;
}

/*「必須」文字*/
.CF7_req {
  font-size: clamp(8px, 1.041vw, 11px);
  padding: 5px;
  background: #F87125; /*オレンジ*/
  color: #fff;
  border-radius: 3px;
  margin-left: 1em;
}

/*「任意」文字*/
.CF7_unreq {
  font-size: 0.9em;
  padding: 5px;
  color: #fff;
  border-radius: 3px;
  margin-right: 1em;
}

/* タイトル列 */
@media screen and (min-width: 768px) {
  .CF7_table th {
    width: 30%; /*横幅*/
  }
}
/* チェックボックス */
.checkbox-type input {
  display: none;
}

.checkbox-type input + span {
  padding-left: 28px;
  display: inline-block;
  position: relative;
}

.checkbox-type input + span::after,
.checkbox-type input + span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
}

.checkbox-type input + span::before {
  border: 1px solid #aaaaaa;
  background-color: #ffffff;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.checkbox-type input + span::after {
  border: none;
  background-color: #F87125;
  border-radius: 50%;
  height: 12px;
  width: 12px;
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}

.checkbox-type input:checked + span::after {
  display: block;
}

/* レスポンシブ */
@media screen and (max-width: 768px) {
  table.CF7_table {
    width: 95%;
  }
  table.CF7_table tr {
    height: auto;
    margin-bottom: 1rem;
  }
  .CF7_table tr, .CF7_table td, .CF7_table th {
    display: block;
    width: 100%;
    line-height: 2.5em;
    font-weight: 600;
  }
}
/* 「送信する」ボタン */
.wpcf7 input.wpcf7-submit {
  display: inline-block;
  background-color: #FF995F;
  color: #fff;
  font-weight: bold;
  padding: 1rem 5rem;
  border-radius: 10px;
  margin: 2rem 0 0 0;
}

.form_footer {
  text-align: center;
}

.CF7_btn {
  text-align: center;
  margin-top: 20px;
}

.wpcf7-spinner {
  width: 0;
  margin: 0;
}

/*確認画面*/
.wpcf7-previous {
  display: inline-block;
  background-color: #868686;
  color: #fff;
  font-weight: bold;
  padding: 1rem 5rem;
  border-radius: 10px;
  margin: 2rem 2rem 0;
}

/*サンクスページ*/
.thanks_page_text {
  font-size: clamp(14px, 1.25vw, 20px);
  text-align: center;
  margin-top: 20px;
}
/*# sourceMappingURL=page.css.map */