@charset "utf-8";
/* CSS Document */

/*業務案内*/
nav.service-nav {
  width: 100%;
}

ul.ul-service {
  float: left;
  width: 100%;
  margin: 0 0 15px;
  padding: 0;
}

ul.ul-service li.menu-item {
  margin-bottom: 10px;
  padding: 15px;
  list-style: none;
  background: #eff4fb;
}

ul.ul-service li.menu-item ul.sub-menu {
  margin: 10px 0 0;
  padding: 0 0 0 15px;
}

ul.ul-service li.menu-item ul.sub-menu li {
  margin-bottom: 0;
  padding: 10px 15px;
  border: none;
  font: normal 0.8em/1.6 sans-serif;
  background: #fff;
}

ul.ul-service li.menu-item a {
  color: #333;
}
ul.ul-service li.menu-item a:hover {
  color: #538aed;
}

@media screen and (max-width: 480px) {
  nav.service-nav {
	min-width: 100%;
  }
}

/*ご依頼の流れ*/
#request .box-post h1.h1-std {
  margin-bottom: 0;
}

#request h3 {
  margin: 1.5em 0 0.8em;
}

/*報酬*/
#charge h1.h1-std {
  margin-bottom: 1.2em;
}

#charge h3.wp-block-heading {
  margin: 2em 0 1em;
}

#charge h4.wp-block-heading {
  color: #333;
}

#charge ul {
  margin-bottom: 1em;
}

/*事務所概要*/
#officedata h3.wp-block-heading {
  color: #004B88;
}

#officedata strong {
  color: #333;
}

figure.tbl-office table td {
  padding: 0.8em 1em;
}

figure.tbl-office table td:first-child {
  width: 28%;
  font-weight: bold;
  background-color: #f2f7fb;
}

.boxGoogleMap {
  float: left;
}

@media screen and (max-width: 480px) {
  .boxGoogleMap iframe,
  .boxGoogleMap object,
  .boxGoogleMap embed {
	width: 100%;
	height: 300px;
  }
}

/*お問い合わせフォーム*/
.inputField {
  width: 70%;
}

label {
  margin-bottom: 1.5em;
}

.box-post .p-small-red {
  color: rgb(237 28 36);
  font-size: 1em;
}

.box-form-item {
  margin-bottom: 28px;
}

.box-form-item p {
  margin-bottom: 5px;
  line-height: 1.2;
}

.wpcf7-submit {
  position: relative;
  display: inline-block;
  width: 250px;
  margin: 0px;
  padding: 15px 10px;
  border: none;
  border-radius: 3px;
  color: #fff;
  font: bold 1.19em/1 sans-serif;
  text-align: center;
  text-decoration: none;
  background: #F29F49;
  transition: .4s;
}

.wpcf7-submit:hover {
  background: #F29F49;
  color: #fff;
}

@media screen and (max-width: 480px) {
  .inputField {
	width: 100%;
  }
  .wpcf7-submit {
	width: 100%;
  }
}
