/*
Theme Name:Genesis child
Theme URI:
Description:WordPressテーマ「Genesis」の自作子テーマです。
Template: genesis_tcd103
Author:Koutetsu Fujikawa
Author URI:https://tcd-theme.com/
Version:1.7.2
*/

.post_content h3,
.post_content h4 {
  margin: 1em 0;
}

.post_content h4 {
  font-size: 1.4rem;
}

img.logo_image,
#loader_logo_image img {
  aspect-ratio: 4;
  height: auto;
}

img.logo_image.mobile {
  /* height: 40px; */
  width: 180px;
}

/* #header_logo img {
  max-height: 100%;
} */

img.logo_image.pc {
  /* height: 60px; */
  width: 270px;
}

#loader_logo_image img.pc {
  width: 50%;
}

#loader_logo_image img.mobile {
  width: 80%;
}

.sub_title.colored {
  font-size: 24px;
}

@media screen and (max-width: 800px) {
  .sub_title.colored {
    font-size: 18px;
  }
}

.megamenu_b .sub_title.arrow_link,
.megamenu_b .post_list .arrow_link .arrow_button_small {
  color: #8dbaff !important;
}

.post_content a.q_custom_button1,
#wpforms-submit-630 {
  width: 280px;
  height: 60px;
  line-height: 60px;
  border-radius: 70px !important;
  color: #ffffff;
  background-color: #00468c;
  border: none;
}

.post_content a.q_custom_button1:before,
#wpforms-submit-630:hover {
  background-color: #66a6e7 !important;
}

div.wpforms-container-full .wpforms-confirmation-container-full {
  background: none;
  border: none;
}

div.wpforms-container-full .wpforms-form textarea.wpforms-field-medium {
  max-width: 60%;
}

@media screen and (max-width: 600px) {
  div.wpforms-container-full .wpforms-form textarea.wpforms-field-medium {
    max-width: 100%;
  }
}

.header_type2 > #header > #global_menu > ul > li.current-menu-item > a {
  color: #a9d4ff !important;
}

.header_type2.header_fixed
  > #header
  > #global_menu
  > ul
  > li.current-menu-item
  > a,
.header_type2.active_header
  > #header
  > #global_menu
  > ul
  > li.current-menu-item
  > a {
  color: #00468c !important;
}

.lp1_content .catch,
.lp2_content .catch,
.lp3_content .catch {
  margin: 50px 0 25px;
}

@media screen and (min-width: 800px) {
  .lp1_content .catch,
  .lp2_content .catch,
  .lp3_content .catch {
    margin: 70px 0 70px;
  }
  .lp3_bottom_content {
    margin-top: 30px;
  }
}

#single_service_main_content,
.lp2_content {
  max-width: 1000px;
  margin: 0 auto 0 !important;
}

#single_service_main_content {
  padding: 20px 100px 110px;
}

.post_content h2 {
  text-align: left;
}

.item.logo {
  max-width: 700px;
}

.lp2_content h3.catch {
  font-size: 28px !important;
}

@media screen and (max-width: 1100px) {
  .lp2_content h3.catch {
    font-size: 24px !important;
  }
}

@media screen and (max-width: 800px) {
  .lp2_content h3.catch {
    font-size: 20px !important;
  }
}

.post_content p,
.service_category_content .header .desc,
.desc {
  line-height: 2.2 !important;
}

.service_category_content .post_list.type1 .item {
  border: none;
  margin: 4%;
}

.lp_content .catch {
  text-align: left;
}

/* 
.header_type2 > #header > #global_menu > ul > li.current-menu-item > a {
  color: #2d74ba !important;
}

.header_type2.header_fixed
  > #header
  > #global_menu
  > ul
  > li.current-menu-item
  > a,
.header_type2.active_header
  > #header
  > #global_menu
  > ul
  > li.current-menu-item
  > a {
  color: #2d74ba !important;
} */

/* 
body,
input,
textarea {
  font-weight: 600;
} */

/* body.header_type2 #header {
  background: #fff;
  border-bottom: 1px solid #ddd;
}

body.header_type2 #global_menu > ul > li > a {
  color: #000;
}

body.header_type2 #drawer_menu_button span {
  color: black;
} */
