/*
Theme Name: Shimomura
Theme URI:
Description: dara Child Theme
Version:
Author: Automattic
Author URI:
Template: dara
License:
License URI:
Text Domain: shimomura
*/

/**
 * 共通
**/
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", Meiryo, メイリオ, sans-serif;
  font-weight: 500;
  color: #444340;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
.page-title,
.entry-title,
.entry-title a,
.site-title a,
.wp-contact .contact a {
  color: #444340;
}


/**
 * 共通 コンテナ
**/
.content-wrapper .content-area {}

/**
 * 共通 見出し
**/
.entry-header {
  margin-bottom: 50px;
  text-align: center;
}
.wp-heading {
  text-align: center;
}
h1,
h2,
h3 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", Meiryo, メイリオ, sans-serif;
}
h2 {
  display: inline-block;
  background-color: #005eb8;
  border-radius: 30px;
  color: #fff;
  font-size: 20px;
  margin-bottom: 40px;
  width: 100%;
  max-width: 470px;
  height: 45px;
  line-height: 45px;
  text-align: center;
}
h2 strong {
  font-weight: normal;
}
h3 {
  font-size: 19px;
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 18px;
  }
  h3 {
    font-size: 17px;
  }
}

/**
 * 共通 List
**/
ul.list {
  width: 100%;
  max-width: 320px;
  text-align: left;
  margin: 0 auto;
  list-style: none;
}
ul.list li:before {
  content: '';
  display: inline-block;
  position: relative;
  left: -15px;
  top: 0px;
  width: 12px;
  height: 12px;
  background: #005eb8;
  border-radius: 100%;
}


/**
 * ヘッダー
**/
.site-branding {
  padding: 80px 55px 30px;
}
.site-title {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", Meiryo, メイリオ, sans-serif;
  margin-bottom: 40px;
}
.wp-contact {
  background-image: url(images/ico_header_contact01.png);
  background-repeat: no-repeat;
  background-position: left 0;
  background-size: 60px;
  height: 60px;
  max-width: 360px;
  margin: 0 auto;
}
.wp-contact .contact {
  background-image: url(images/ico_header_contact02.png);
  background-repeat: no-repeat;
  background-position: right 0;
  background-size: 108px 60px;
  padding-right: 110px;
  height: 60px;
}
.wp-contact .contact p {
  padding-left: 70px;
  margin-bottom: 0;
  text-align: center;
}


@media screen and (max-width: 767px) {
  .site-branding {
    padding: 40px 20px;
  }
  .site-title {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .wp-contact {
    background-size: 50px;
    height: 50px;
    max-width: 320px;
  }
  .wp-contact .contact {
    background-size: 90px 50px;
    padding-right: 97px;
    height: 50px;
  }
  .wp-contact .contact p {
    padding-left: 50px;
    margin-bottom: 0;
    text-align: center;
  }
}


/**
 * グローバルナビ
**/
.main-navigation {
  background-color: #005eb8;
}
@media screen and (min-width: 768px) {
  .main-navigation ul li {
    border: 0 none;
    display: inline-block;
    padding: .4em .8em;
    position: relative;
  }
  .main-navigation ul li:hover,
  .main-navigation ul li.current-menu-item {
    background-color: #003980;
  }
  .main-navigation ul li a:hover,
  .main-navigation ul li.current-menu-item a {
    opacity: 100;
  }
  .main-navigation .nav-menu>li:first-child,
  .main-navigation .menu>li:first-child {
    padding-right: .8em;
  }
  .main-navigation .nav-menu>li:before,
  .main-navigation .menu>li:before {
    color: transparent;
    content: "";
    margin-right: 0;
    display: inline-block;
  }
}
.main-navigation button {
  background-color: #005eb8;
}


/**
 * フッター
**/
.site-footer {
  background-color: #005eb8;
}
.site-footer .site-info small {
  font-size: 13px;
}


/**
 * トップページ
**/
.home h1 {
  display: none;
}
.front-page-content-area.content-area {
  float: none;
  padding: 0 1.6em 1.6em 1.6em;
  margin: 0 13%;
  width: auto;
  max-width: none;
}
.home .entry-content {
  text-align: center;
}


/**
 * content reset
**/
.page .site-content,
.error404 .site-content {
  padding: 0;
}
@media screen and (min-width: 1000px) {
  .content-wrapper.full-width.with-featured-image {
    margin: 0 13%;
  }
}
.content-wrapper.full-width.with-featured-image {
  padding: 1.6em;
}


/**
 * サービス
**/
.service .list.corporation {
  margin-bottom: 50px;
}

/**
 * 税理士
 *
**/
.zeirishi .wp-block-media-text,
.shihoshoshi .wp-block-media-text {
  margin-bottom: 50px;
}
.image {
  text-align: center;
}
.image img {
  max-width: 400px;
}
.message {
  margin-bottom: 100px;
}
dl.prof {}
dl.prof dt {
  float: left;
  clear: left;
  font-weight: normal;
  text-align: left;
  width: 7em;
}
dl.prof dd {
  margin-left: 8em;
  margin-bottom: 10px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .image img {
    max-width: 100%;
  }
}


/**
 * 料金
**/
.price {
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
}
.price th,
.price td {
  border: solid 1px #ccc;
  vertical-align: middle;
}
.price.corporation {
  margin-bottom: 80px;
}
.wp-heading.law {
  margin-top: 80px;
}


/**
 * コンタクト
**/
.contact .access {
  margin-bottom: 50px;
}
.contact .map {
  width: 50%;
  float: left;
}
.contact .address {
  width: 45%;
  float: right;
}
.contact .address dl {
  margin-bottom: 30px;
}
.contact .address dt {
  float: left;
  clear: left;
  font-weight: normal;
  text-align: left;
  width: 4em;
}
.contact .address dd {
  margin-left: 5em;
  margin-bottom: 10px;
  text-align: left;
}
.contact .address dd a {
  color: #444340;
}
.contact input[type="submit"] {
  background-color: #005eb8;
}


/**
 * reCAPTCHA V3関連
**/

.grecaptcha-badge {
  visibility: hidden !important;
}

.recaptcha_policy {
  padding: 0;
  margin: 0 0 2.5em;
  font-size: 11px !important;
  color: #444 !important;
}
.recaptcha_policy a {
  font-size: 11px !important;
  color: #111 !important;
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .contact .map,
  .contact .address {
    width: 100%;
    float: none;
  }
  .contact .map {
    margin-bottom: 20px;
  }
}
.contact .question {
  margin-bottom: 50px;
}
.contact .ex_image .box01 {
  width: 48%;
  float: left;
  text-align: right;
}
.contact .ex_image .box02 {
  width: 48%;
  float: right;
  text-align: left;
}
.contact .example {
  margin-top: 20px;
}
.contact .example p {
  margin-bottom: 5px;
}
.contact .example .ttl {
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .contact .ex_image .box01,
  .contact .ex_image .box02 {
    float: none;
    width: 100%;
    text-align: center;
  }
  .contact .ex_image .box01 img,
  .contact .ex_image .box02 img {
    max-width: 346px;
    width: 100%;
  }
  .contact input[type="text"],
  .contact input[type="tel"],
  .contact input[type="email"] {
    max-width: 100%;
  }
}
