/*
Theme Name: template_child
Template: template
*/

@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

[class*=" icon-"],
[class^="icon-"] {
  font-weight: bold;
}

@font-face {
  font-family: "Pacifico";
  font-style: normal;
  font-weight: 400;
  src: local("Pacifico Regular"), local("Pacifico-Regular"),
    url(https://fonts.gstatic.com/s/pacifico/v12/FwZY7-Qmy14u9lezJ-6H6MmBp0u-.woff2) format("woff2");
  font-display: swap;
}

.clearfix:after {
  content: "";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.hr,
hr {
  margin: 10px 0;
  background: none;
  border-bottom: 1px solid #eee;
}

.site-branding {
  display: none;
}

.border-box {
  border: 2px solid #333;
  padding: 0px 30px;
}

.has-text-align-right {
  text-align: right !important;
}

.has-text-align-left {
  text-align: left !important;
}

.has-text-align-center {
  text-align: center !important;
}

.wp-block-image .aligncenter {
  width: auto;
}

body {
  font-family: "Noto Sans JP", sans-serif !important;
  /*font-weight: 600;*/
  font-size: 17px;
  overflow-x: hidden;
  letter-spacing: 0.05em;
}

/* ↓スライダー↓ */
header {
  position: relative;
}

body.home #primary {
  margin-top: 0px !important;
}

.main-slider {
  height: 80vh;
  transform: none !important;
  filter: none !important;
  opacity: 1 !important;
}

.bg_image {
  margin-top: 110px;
  height: 66vh;
  background-position: center;
}

.btn-next {
  display: none;
}

/* ↑スライダー↑ */
.entry table {
  font-size: 17px;
  box-sizing: border-box;
}

.br-sp {
  display: none;
}

.br-pc {
  display: block;
}


/* ↓---table---↓ */
.table-border-none-td td {
  border: none !important;
}

.table-border-none-tr tr {
  border: none !important;
}

.entry .wp-block-table.nb table td,
.entry .wp-block-table.nb table th {
  border: none;
}

.wp-block-table tr td {
  line-height: 1.7;
}

.v-aling-top,
.wp-block-table.v-aling-top table td {
  vertical-align: top;
}

@media only screen and (max-width: 769px) {
  .wp-block-table.sp-block table td {
    display: block;
    padding: 0 !important;
    border-bottom: none;
  }
}

/* ↑---table---↑ */


@media only screen and (max-width: 769px) {
  .entry table {
    width: 100%;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.4;
  }

  #primary #page {
    padding-bottom: 0px;
  }

  .br-sp {
    display: block;
  }

  .br-pc {
    display: none;
  }

  #drawer #smart-tel a {
    border: 1px solid #fff;
    max-width: 140px;
  }

  .company .wp-block-table tr {
    padding: 10px 20px;
    display: block;
  }

  .company .entry table td {
    display: block;
    padding: 0 !important;
    border-bottom: none;
  }

  body.home .company .wp-block-table tr td {
    display: block;
    padding: 0 !important;
  }

  body.home .company .wp-block-table tr {
    padding: 20px;
    display: block;
  }

  body.home .company .wp-block-table {
    margin: 0px auto 20px;
  }
}

#breadcrumb {
  display: none;
}

.container-inner {
  max-width: 100% !important;
}

.pad {
  max-width: 1300px !important;
  margin: 0 auto;
}

.entry {
  line-height: 2.7em;
  font-size: 18px;
}

.entry p {
  line-height: 1.6;
}

@media only screen and (max-width: 769px) {
  #drawer #smart-logo-drawer img {
    right: auto;
    left: 14px;
  }

  .page-image .image-container {
    height: 200px;
  }

  body.home header {
    overflow: hidden;
  }

  .wp-block-button__link {
    font-size: 0.9em;
    padding: 12px 9px;
    min-width: 80px;
  }

  .wrap #primary {
    margin-top: 58px !important;
  }

  .slick-dots {
    display: none !important;
  }
}

.image-container {
  height: 350px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.image-container:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  opacity: 0.5;
  display: block;
}

#footer #footer-bottom ul>li a {
  font-size: 18px;
  color: #666;
}

#footer {
  border-top: 1px solid #ccc;
}

#footer .container-inner {
  background: #fff !important;
}

#footer h3 {
  display: none;
}

#footer .widget ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  height: 150px;
}

#footer .widget ul li {
  margin-right: 30px;
}

.footer-title {
  font-weight: bold;
  font-size: 20px;
  padding: 0 20px;
}

#footer .layerTransparent {
  width: 80%;
  margin: 0 auto;
}

.footer-top {
  width: 100%;
  font-weight: normal;
  font-size: 14px;
}

.footer-left {
  width: 70%;
  float: left;
  padding-top: 30px;
  padding-left: 20px;
  border-top: 3px dotted;
  font-size: 12px;
}

.footer-right {
  width: 20%;
  float: right;
  padding: 30px;
}

.footer-sns {
  width: 20%;
  float: right;
}

.footer-top {
  font-weight: normal;
}

.footer-left {
  font-weight: normal;
}

.twitter {
  padding: 30px;
}

.facebook {
  padding: 30px;
}

#footer .footer-left a {
  color: #000000;
}

@media only screen and (max-width: 769px) {
  #footer .layerTransparent {
    width: 95%;
  }

  #footer .widget ul {
    height: auto;
    margin-top: 30px;
  }

  #footer #footer-bottom ul>li a {
    font-size: 14px;
  }
}

#drawer {
  background: #fff;
  max-height: 90vh;
  -webkit-overflow-scrolling: auto;
  overflow-scrolling: auto;
  overflow-y: scroll;
}

#smart-tel {
  margin-bottom: 40px;
}

#drawer ul li a {
  color: #000;
}

#smart-tel a {
  border: 1px solid #fff;
}

.navigation,
.home .navigation {
  position: fixed !important;
  top: 0px;
  background: #fff !important;
  -webkit-box-shadow: 0 10px 20px -6px rgba(0, 25, 50, 0.2);
  box-shadow: 0 10px 20px -6px rgba(0, 25, 50, 0.2);
}

.content .oi_post_share_icons {
  display: none;
}

.container,
.content {
  position: initial;
}

body.solicitation-policy .content .group,
body.personal-information .content .group,
body.personal-information1 .content .group,
body.personal-information2 .content .group,
body.personal-information3 .content .group,
body.personal-information4 .content .group,
body.personal-information5 .content .group,
body.personal-information6 .content .group,
body.fd .content .group {
    font-weight: normal;
}

/*--- タイトル -----*/
.page-title.pad {
  max-width: 100% !important;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 350px;
  padding: 0;
  color: #fff;
  position: absolute;
  top: -350px;
}

h1.post-title,
h1.entry-title {
  font-size: 2.6em;
  margin-top: 30px;
}

h1.post-title:before,
h1.entry-title:before {
  content: "";
  position: absolute;
  left: calc(50% - 30px);
  top: 110px;
  width: 60px;
  height: 5px;
  background: -webkit-gradient(linear,
      left top,
      right bottom,
      from(#fb4e4e),
      to(#ab2a2a));
  background: -webkit-linear-gradient(left top, #fb4e4e 0%, #ab2a2a 100%);
  background: -o-linear-gradient(left top, #fb4e4e 0%, #ab2a2a 100%);
  background: linear-gradient(to right bottom, #fb4e4e 0%, #ab2a2a 100%);
  border-radius: 20px;
}

@media only screen and (max-width: 769px) {
  .page-title.pad {
    height: 200px;
    top: -200px;
  }

  .image-container img {
    max-width: initial;
  }

  h1.post-title,
  h1.entry-title {
    margin-top: 0px;
  }

  h1.post-title:before,
  h1.entry-title:before {
    top: 60px;
  }
}

h2 {
  position: relative;
  display: block !important;
}

h2.title-line1:before {
  content: "";
  position: absolute;
  left: calc(50% - 30px);
  bottom: 11px;
  width: 170px;
  height: 4px;
  background: -webkit-gradient(linear,
      left top,
      right bottom,
      from(#fb4e4e),
      to(#ab2a2a));
  background: -webkit-linear-gradient(left top, #fb4e4e 0%, #ab2a2a 100%);
  background: -o-linear-gradient(left top, #fb4e4e 0%, #ab2a2a 100%);
  background: linear-gradient(to right bottom, #fb4e4e 0%, #ab2a2a 100%);
  border-radius: 20px;
}

body.sonpo-data .entry h2,
body.insurance-item-list .entry h2,
body.construction_list .entry h2,
body.quote .entry h2,
body.guide .entry h2,
body.company .entry h2,
body.contact .entry h2,
body.request .entry h2,
body.solicitation-policy .entry h2,
body.kpi .entry h2,
body.personal-information .entry h2,
body.fd .entry h2,
body.management-policy .entry h2,
body.management-philosophy .entry h2 {
  padding-right: 0;
  padding-left: 0;
}

.internet-insurance h2:before {
  content: "";
  margin-right: 3px;
}

.internet-insurance h2:after {
  content: "";
  margin-left: 3px;
}

.online h3 {
  font-size: 2.1em;
  font-weight: bold;
  padding: 0.75em 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

h2 {
  position: relative;
  display: inline-block;
  padding: 0 65px;
  text-align: center;
}

h3,
h4 {
  font-weight: bold !important;
}

.title2 {
  position: relative;
  padding: 1em 2em;
  text-align: center;
}

.title2:before,
.title2:after {
  position: absolute;
  content: "";
}

.title2:after {
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
}

.title2:before {
  right: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
}

.title3 {
  position: relative;
  padding: 1.5rem 2rem;
  border-bottom: 3px solid #000;
  border-left: 3px solid #000;
  border-radius: 0 0 0 20px;
}

.title3:before {
  position: absolute;
  right: 50px;
  bottom: -21px;
  width: 0;
  height: 0;
  content: "";
  border-width: 21px 21px 0 0;
  border-style: solid;
  border-color: #000 transparent transparent transparent;
}

.title3:after {
  position: absolute;
  right: 54px;
  bottom: -14px;
  width: 0;
  height: 0;
  content: "";
  border-width: 14px 14px 0 0;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

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

.title4:before,
.title4:after {
  border-top: 1px solid;
  content: "";
  flex-grow: 1;
}

.title4:before {
  margin-right: 1rem;
}

.title4:after {
  margin-left: 1rem;
}

.title5 {
  padding: 0.25em 0 0.5em 0.75em;
  border-left: 6px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.title6 {
  padding: 0.5em 0;
  border-top: solid 3px #333333;
  border-bottom: solid 3px #333333;
}

@media only screen and (max-width: 769px) {
  body.online .entry h3 {
    font-size: 1.3em;
  }

  .title2 {
    font-size: 1.2em;
    padding: 0.5em;
  }
}

/*--- タイトル -----*/

/*--- フォーム -----*/
.form-title1 {
  text-align: left;
  font-size: 1.5em;
}
.form-title1 > p {
  margin: 0 0 10px;
}

div.form-title2 {
  font-size: 1.4em;
  font-weight: bold;
  color: #000;
  padding-top: 20px;
  margin-bottom: 2%;
}

div.form-title2~p {
  display: flex;
  align-items: center;
}

div.form-title2~p span {
  margin-right: 20px;
}

div.form-title2~p span[data-name="seireki"],
div.form-title2~p span[data-name="tsuki"],
div.form-title2~p span[data-name="nichi"] {
  margin-right: 0px;
}

.form-title2 span,
.wpcf7 .form-title2 p span {
  background: #ff0505;
  color: #fff;
  padding: 3px 8px;
  font-size: 0.5em;
  border-radius: 7px;
}

input,
label,
select,
textarea {
  font-size: 20px;
}

label input,
textarea,
select {
  background-color: #f5f5f5 !important;
  padding: 5px 15px !important
}

label input[type="checkbox"] {
  padding: 0px !important;
}

.wpcf7 p span {
  color: #000;
}

.wpcf7 span.wpcf7-not-valid-tip {
  z-index: 1;
}

.submit-area {
  text-align: center;
}

.submit-area input[type="submit"] {
  width: 200px;
  height: 70px;
  font-size: 25px;
  font-weight: bold;
  margin-top: 30px;
  background: #000;
  border-radius: 20px;
  color: #fff;
}

.wpcf7 {
  border: 21px solid #ccc;
  border-radius: 20px;
  padding: 20px;
}

.wpcf7 form {
  width: 80%;
  margin: 0 auto;
}

.wpcf7 form .hr,
.wpcf7 form hr {
  margin: 10px 0;
  background: none;
  border-bottom: 1px solid #424242;
}

.wpcf7 p {
  margin: 0 0 42px;
}

@media only screen and (max-width: 769px) {
  .wpcf7 {
    border: 5px solid #ccc;
    padding: 20px 10px;
  }

  .wpcf7 form {
    width: 100%;
  }

  .form-title1 {
    font-size: 1em;
  }

  div.form-title2 {
    font-size: 1.1em;
  }

  .wp-block-media-text .wp-block-media-text__content {
    padding: 0px;
  }

  .wpcf7 .submit-area input[type="submit"] {
    width: 60%;
    height: 50px;
    font-size: 18px;
    border-radius: 10px;
  }
}

/*--- フォーム -----*/

#about figure.wp-block-media-text__media,
.insurance-category .wp-block-image,
.internet-insurance .wp-block-image,
.sonpo-data figure.wp-block-image {
  -webkit-box-shadow: 0 7px 16px -11px rgba(0, 25, 50, 0.7);
  box-shadow: 0 7px 16px -11px rgba(0, 25, 50, 0.7);
}

#header-parts {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

#header-parts .wp-block-buttons .wp-block-button {
  margin-right: 0px;
}

#header-parts .header-tell {
  font-weight: bold;
  font-size: 1.7em;
  display: flex;
  justify-content: center;
  align-items: center;
}

#header-parts .business-hours {
  text-align: left;
  font-size: 0.9em;
  margin: 0px 20px;
}

#header-parts .wp-block-buttons {
  display: table;
}

#smart-logo {
  top: 34px;
  left: 30px;
}

#smart-logo img {
  max-height: 46px;
}

#menu-menu {
  margin: 0 2rem 0 auto;
  display: flex;
  justify-content: flex-end;
  background: #fff;
}

#menu-menu li a {
  font-size: 1.3em;
}

@media only screen and (max-width: 769px) {
  #smart-logo img {
    max-height: 28px;
  }

  #smart-logo {
    top: 14px;
    left: 14px;
  }

  .bg_image {
    margin-top: 0;
    height: 360px;
  }

  .main-slider {
    height: 300px;
    margin-top: 56px;
  }
}

#about .wp-block-media-text {
  margin-top: 100px;
}

#about .wp-block-media-text__content {
  text-align: left;
}

#about .catchcopy {
  padding: 70px;
  font-family: serif;
}

#about .catchcopy h2 {
  font-size: 1.8em;
  line-height: 1.2em;
  margin-bottom: 30px;
}

#about .catchcopy p {
  margin-top: 20px;
}

#about .eyecatch_title,
#about .internet-insurance h2,
#about .top-information h2,
#about2 .company h2,
#about2 .recruit h2,
#about2 .sonpo-data h2,
#about2 .contact h2,
#about2 .ins_company h2,
body.online h2 {
  font-size: 2.2em;
  line-height: 1.2;
  font-weight: bold;
  padding: 30px 0;
  text-shadow: #ffffffb8 1px 1px 8px, #ffffffb8 -1px 1px 8px,
    #ffffffb8 1px -1px 8px, #ffffffb8 -1px -1px 8px;
}

#about2 .recruit {
  text-align: center;
  padding: 50px 20px;
  background-size: cover;
}

#about2 .recruit .wp-block-buttons,
#about2 .contact .wp-block-buttons {
  margin: 50px 0;
}

#about2 .company .wp-block-columns {
  margin-bottom: 0px;
}

#about2 .company .wp-block-table td,
#about2 .company .wp-block-table th {
  border: none;
}

#about2 .sonpo-data {
  padding: 50px 0;
}

#about2 .sonpo-data .wp-block-image {
  text-align: center;
}

.sonpojapan-information .wp-block-group__inner-container {
  width: 60%;
  margin: 20px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#about2 .contact {
  padding: 50px 0;
  background-size: cover;
}

#about2 .contact .contact-box {
  width: 80%;
  margin: 0 auto;
}


@media only screen and (max-width: 769px) {
  #about .internet-insurance h2 {
    font-size: 1.5em;
  }

  #about .catchcopy {
    padding: 0 20px;
    padding-top: 30px;
  }

  #about .catchcopy p {
    text-align: left;
  }

  #about .wp-block-media-text {
    display: block;
    margin-top: 0px;
    padding: 0 20px;
    padding-top: 30px;
    display: flex;
    flex-direction: column;
  }

  #about .wp-block-media-text.has-media-on-the-right {
    flex-direction: column;
  }

  #about .wp-block-media-text .wp-block-media-text__content {
    padding: 0;
    display: flex;
    flex-direction: column;
  }

  #about .catchcopy h2 {
    padding: 0;
  }

  #about .eyecatch_title,
  #about .internet-insurance h2,
  #about .top-information h2,
  #about .catchcopy h2,
  #about2 .company h2,
  #about2 .recruit h2,
  #about2 .sonpo-data h2,
  #about2 .contact h2 {
    font-size: 1.3em;
  }

  body.online h2 {
    font-size: 1.6em;
    text-align: center;
  }

  #about .wp-block-media-text figure {
    width: 110%;
  }

  #about2 .contact .contact-box .wp-block-buttons {
    text-align: center;
    justify-content: center;
  }
}

/*--- ボタン -----*/
#about .wp-block-buttons {
  margin: 40px auto 50px;
}

.wp-block-button:hover {}

/*--- ボタン -----*/

/*--- トップ -----*/
body.home #wp-custom-header {
  overflow: hidden;
}

body.home #map-canvas {
  display: none;
}

body.home div#head_space {
  height: 0;
}

body.home .site-content-contain {
  margin-top: 0vh;
}

body.home .container-inner .main {
  height: 0;
}

@media only screen and (max-width: 769px) {
  body.home .site-content-contain {
    width: 100%;
  }

  body.home #head_space {
    display: none;
  }

  body.home .wrap #primary {
    margin-top: 0px !important;
  }

  body.home .wrap {
    overflow: hidden;
  }

  body.home #wp-custom-header .slick-next.slick-arrow,
  body.home #wp-custom-header .slick-prev.slick-arrow {
    display: none !important;
  }
}

body.home figure {
  margin: 0px 10px 30px;
}

/*---  トップ -----*/

.insurance-category {
  width: 80%;
  margin: 0px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.internet-insurance,
.ins_company {
  background: #ffffff;
  /*margin-top: 50px;*/
  padding: 50px 0;
  text-align: center;
}

.internet-insurance .wp-block-group__inner-container {
  width: 80%;
  margin: 20px auto;
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
}

.ins_company .wp-block-group__inner-container {
  width: 80%;
  margin: 20px auto;
  margin-top: 20px;
  padding: 50px;
}

.ins_company .wp-block-group__inner-container ul {
  display: flex;
  justify-content: space-evenly;
}

.insurance-category figure,
.internet-insurance .wp-block-image,
body.home .sonpo-data figure {
  border: 1px solid #868686;
}

body.home .terms figure {
  border: none;
}

.insurance-category figure,
.sonpojapan-information .wp-block-group__inner-container figure {
  margin-bottom: 28px;
  width: 23%;
  text-align: center;
  border-radius: 10px;
}

.internet-insurance .wp-block-image {
  width: 30%;
  margin: 20px auto;
  text-align: center;
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 7px 16px -11px rgba(0, 25, 50, 0.7);
  box-shadow: 0 7px 16px -11px rgba(0, 25, 50, 0.7);
  overflow: hidden;
}

.internet-insurance .wp-block-image figure {
  margin-bottom: 0;
  overflow: hidden;
}

.internet-insurance figure img {
  width: 60%;
  margin: 20px;
}

@media only screen and (max-width: 769px) {
  .internet-insurance .wp-block-image {
    border-radius: 0px;
  }

  .insurance-category {
    background: #fbfbfb;
  }

  .internet-insurance figure img {
    width: 100%;
    margin: 0;
  }

  .sonpojapan-information .wp-block-group__inner-container {
    width: 90% !important;
  }

  .sonpojapan-information .wp-block-image {
    display: flex;
    align-items: center;
  }

  .sonpojapan-information .wp-block-image a {
    width: 50%;
  }

  .sonpojapan-information .wp-block-image figcaption {
    margin-left: 10px;
  }
}

.top-information {
  width: 80%;
  margin: 0 auto 50px;
  padding: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

.top-information .wp-block-group {
  padding: 20px 0;
  width: 60%;
  max-width: 1060px;
  margin: 0 auto;
}

.top-information li {
  clear: both;
  border-bottom: 1px dashed #6a3906;
  padding: 0px 20px;
  display: flex;
  align-items: center;
  position: relative;
}

.top-information li a {
  order: 1;
  padding: 20px 0px;
}

.top-information li.listing-item span.date,
.top-information li time {
  order: 0;
  margin-right: 10px;
  font-size: 14px;
  min-width: 130px;
}

.top-information li:first-child {
  border-top: 1px dashed #6a3906;
}

@media only screen and (max-width: 769px) {
  .top-information {
    width: 90%;
  }

  .top-information h2 {
    font-size: 1.5em;
  }

  .top-information .wp-block-group {
    padding: 0px;
    width: 100%;
    margin-bottom: 30px;
  }

  .top-information li a {
    padding: 30px 0 20px 0px;
    width: 100%;
    text-align: left;
  }

  .top-information li.listing-item span.date,
  .top-information li time {
    position: absolute;
    top: 3px;
  }
}

/*--------会社概要------------------------*/
.company .wp-block-table {
  overflow-x: auto;
  width: 80%;
  margin: 60px auto;
  /* 	border: 1px solid #efefef; */
  border-radius: 14px;
}

body.company .wp-block-table {
  overflow-x: auto;
  width: 100%;
  margin: 60px auto;
  border: 1px solid #efefef;
  border-radius: 14px;
  -webkit-box-shadow: 0 10px 20px -6px rgba(0, 25, 50, 0.2);
  box-shadow: 0 10px 20px -6px rgba(0, 25, 50, 0.2);
}

.company .wp-block-table tr {
  border-bottom: 1px solid #c5c5c5;
}

.company .wp-block-table tr td {
  padding: 10px 20px;
  text-align: left;
}

.wp-block-table tr:last-child {
  border-bottom: none;
}

.entry table {
  margin-bottom: 0;
}

body.company h2,
body.recruit h2{
  font-size: 45px;
  width: 100%;
  padding: 0;
  padding-left: 10px;
  border-bottom: 3px solid #000;
  text-align: left;
}

body.company .wp-block-columns {
  margin-bottom: 0px;
}

body.company .wp-block-columns .wp-block-column {
  justify-content: start;
}

body.company .wp-block-columns .wp-block-column p {
  font-size: 18px;
  line-height: 1.5;
}

@media only screen and (max-width: 769px) {
  body.company h2 {
    font-size: 25px;
  }

  .company .wp-block-table {
    width: 100%;
  }
}

@media only screen and (max-width: 769px) {

  .insurance-category figure,
  .internet-insurance .wp-block-image {
    width: 40%;
  }

  .insurance-category {
    width: 100%;
    padding: 40px 0;
    margin: 0px auto;
  }

  .internet-insurance .wp-block-group__inner-container {
    width: 100%;
    margin: 20px auto;
  }

  .insurance-category .wp-block-image figcaption,
  .internet-insurance .wp-block-image figcaption {
    font-size: 0.8em;
    line-height: 1.3;
  }

  .sonpojapan-information .wp-block-group__inner-container figure {
    width: auto;
  }

  #drawer ul li a {
    padding: 15px 0 !important;
    display: block;
  }
}

/*--------商品案内--------*/
body.insurance-item-list .insurance-select-category {
  margin-top: 100px;
}

body.insurance-item-list .wp-block-button__link {
  min-width: 60px;
}

body.insurance-item-list .content .wp-block-group__inner-container:after {
  content: "";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

body.insurance-item-list .container-inner,
body.construction_list .container-inner,
body.quote .container-inner,
body.recruit .container-inner {
  background: #e6e6e6;
}

body.insurance-item-list .insurance-select-category,
body.quote .insurance-select-category {
  background: #ffffff;
  border: 1px solid #e2e2e2;
  border-radius: 38px;
  padding-bottom: 20px;
  line-height: 3;
  -webkit-box-shadow: 0 10px 20px -6px rgba(0, 25, 50, 0.2);
  box-shadow: 0 10px 20px -6px rgba(0, 25, 50, 0.2);
}

body.insurance-item-list table tr.alt,
body.quote table tr.alt {
  background: none;
}

body.insurance-item-list .entry table,
body.quote .entry table {
  margin-bottom: 0;
}

body.insurance-item-list .entry table td,
body.quote .entry table td {
  border-bottom: none;
}

body.insurance-item-list .wp-block-columns,
body.insurance-item-list .item-block,
body.quote .item-block {
  background: #ffffff;
  border: 1px solid #e2e2e2;
  border-radius: 18px;
  padding: 10px 30px;
  margin-bottom: 25px;
  -webkit-box-shadow: 0 10px 20px -6px rgba(0, 25, 50, 0.2);
  box-shadow: 0 10px 20px -6px rgba(0, 25, 50, 0.2);
}

body.insurance-item-list .item-block h3,
body.quote .item-block h3 {
  margin-top: 20px;
  font-size: 1.5em;
}

body.insurance-item-list .item-block .wp-block-buttons .wp-block-button,
body.quote .item-block .wp-block-buttons .wp-block-button {
  margin-right: 18px;
}

body.insurance-item-list .group .wp-block-column,
body.quote .group .wp-block-column {
  display: flex;
  align-items: normal;
  flex-direction: column;
  justify-content: center;
}

body.insurance-item-list .group .wp-block-buttons,
body.quote .group .wp-block-buttons {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

body.insurance-item-list .group .wp-block-buttons .wp-block-button__link,
body.quote .group .wp-block-buttons .wp-block-button__link {
  font-size: 15px;
  padding: 5px 24px;
}

body.insurance-item-list .entry h2,
body.sonpo-data .entry h2,
body.quote .entry h2 {
  padding-top: 140px;
  margin-bottom: 20px;
  font-size: 40px;
  padding-bottom: 5px;
  padding-right: 0;
  margin-bottom: 20px;
  width: 100%;
  padding-left: 10px;
  border-bottom: 3px solid #000;
  text-align: left;
}

body .entry,
body .entry.pc-width80 {
  width: 80%;
  margin: 0 auto;
  max-width: 1000px;
}


@media only screen and (max-width: 769px) {

  body.insurance-item-list .insurance-select-category,
  body.quote .insurance-select-category {
    margin-top: 0px;
    margin-right: -10px;
    margin-left: -10px;
    position: relative;
    top: -10px;
    border: none;
    border-radius: 0;
    box-shadow: none;
  }

  body.insurance-item-list .item-block h3,
  body.quote .item-block h3 {
    font-size: 1.3em;
    text-align: left;
  }

  body.insurance-item-list .item-block .wp-block-buttons,
  body.quote .item-block .wp-block-buttons {
    align-items: center;
    justify-content: space-evenly;
  }

  body.insurance-item-list .item-block .wp-block-buttons .wp-block-button,
  body.quote .item-block .wp-block-buttons .wp-block-button {
    margin-right: 0;
  }

  body.insurance-item-list .entry .insurance-select-category p,
  body.quote .entry .insurance-select-category p {
    margin-bottom: 0;
  }

  body.insurance-item-list .entry h2,
  body.sonpo-data .entry h2,
  body.quote .entry h2 {
    padding-top: 70px;
    font-size: 1.8em;
  }

  body.insurance-item-list .group .wp-block-buttons,
  body.quote .group .wp-block-buttons {
    flex-direction: row;
  }

  body.insurance-item-list .entry,
  body.quote .entry {
    text-align: center;
  }

  body.insurance-item-list .wp-block-columns p,
  body.quote .wp-block-columns p {
    font-size: 0.9em;
  }

  body.insurance-item-list .wp-block-buttons .wp-block-button .wp-block-button__link,
  body.quote .wp-block-buttons .wp-block-button .wp-block-button__link {
    font-size: 12px;
    padding: 0px 10px;
  }

  body.insurance-item-list .wp-block-columns,
  body.insurance-item-list .item-block,
  body.quote .item-block {
    padding: 10px 15px 20px;
  }

  body.insurance-item-list .wp-block-columns,
  body.quote .wp-block-columns {
    padding: 5px 15px;
  }

  body .entry,
  body .entry.pc-width80 {
    width: 100%;
  }
}



/*--------施工実績--------*/
body.construction_list .insurance-select-category {
  margin-top: 100px;
}

body.construction_list .wp-block-button__link {
  min-width: 60px;
}

body.construction_list .content .wp-block-group__inner-container:after {
  content: "";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

body.construction_list .container-inner,
body.construction_list .container-inner,
body.quote .container-inner,
body.recruit .container-inner {
  background: #e6e6e6;
}

body.construction_list .insurance-select-category,
body.quote .insurance-select-category {
  background: #ffffff;
  border: 1px solid #e2e2e2;
  border-radius: 38px;
  padding-bottom: 20px;
  line-height: 3;
  -webkit-box-shadow: 0 10px 20px -6px rgba(0, 25, 50, 0.2);
  box-shadow: 0 10px 20px -6px rgba(0, 25, 50, 0.2);
}

body.construction_list table tr.alt,
body.quote table tr.alt {
  background: none;
}

body.construction_list .entry table,
body.quote .entry table {
  margin-bottom: 0;
}

body.construction_list .entry table td,
body.quote .entry table td {
  border-bottom: none;
}

body.construction_list .wp-block-columns,
body.construction_list .item-block,
body.quote .item-block {
  background: #ffffff;
  border: 1px solid #e2e2e2;
  border-radius: 18px;
  padding: 10px 30px;
  margin-bottom: 25px;
  -webkit-box-shadow: 0 10px 20px -6px rgba(0, 25, 50, 0.2);
  box-shadow: 0 10px 20px -6px rgba(0, 25, 50, 0.2);
}

body.construction_list .item-block h3,
body.quote .item-block h3 {
  margin-top: 20px;
  font-size: 1.5em;
}

body.construction_list .item-block .wp-block-buttons .wp-block-button,
body.quote .item-block .wp-block-buttons .wp-block-button {
  margin-right: 18px;
}

body.construction_list .group .wp-block-column,
body.quote .group .wp-block-column {
  display: flex;
  align-items: normal;
  flex-direction: column;
  justify-content: center;
}

body.construction_list .group .wp-block-buttons,
body.quote .group .wp-block-buttons {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

body.construction_list .group .wp-block-buttons .wp-block-button__link,
body.quote .group .wp-block-buttons .wp-block-button__link {
  font-size: 15px;
  padding: 5px 24px;
}

body.construction_list .entry h2,
body.sonpo-data .entry h2,
body.quote .entry h2 {
  padding-top: 140px;
  margin-bottom: 20px;
  font-size: 40px;
  padding-bottom: 5px;
  padding-right: 0;
  margin-bottom: 20px;
  width: 100%;
  padding-left: 10px;
  border-bottom: 3px solid #000;
  text-align: left;
}

body .entry,
body .entry.pc-width80 {
  width: 80%;
  margin: 0 auto;
  max-width: 1200px;
}


@media only screen and (max-width: 769px) {

  body.construction_list .insurance-select-category,
  body.quote .insurance-select-category {
    margin-top: 0px;
    margin-right: -10px;
    margin-left: -10px;
    position: relative;
    top: -10px;
    border: none;
    border-radius: 0;
    box-shadow: none;
  }

  body.construction_list .item-block h3,
  body.quote .item-block h3 {
    font-size: 1.3em;
    text-align: left;
  }

  body.construction_list .item-block .wp-block-buttons,
  body.quote .item-block .wp-block-buttons {
    align-items: center;
    justify-content: space-evenly;
  }

  body.construction_list .item-block .wp-block-buttons .wp-block-button,
  body.quote .item-block .wp-block-buttons .wp-block-button {
    margin-right: 0;
  }

  body.construction_list .entry .insurance-select-category p,
  body.quote .entry .insurance-select-category p {
    margin-bottom: 0;
  }

  body.construction_list .entry h2,
  body.sonpo-data .entry h2,
  body.quote .entry h2 {
    padding-top: 70px;
    font-size: 1.8em;
  }

  body.construction_list .group .wp-block-buttons,
  body.quote .group .wp-block-buttons {
    flex-direction: row;
  }

  body.construction_list .entry,
  body.quote .entry {
    text-align: center;
  }

  body.construction_list .wp-block-columns p,
  body.quote .wp-block-columns p {
    font-size: 0.9em;
  }

  body.construction_list .wp-block-buttons .wp-block-button .wp-block-button__link,
  body.quote .wp-block-buttons .wp-block-button .wp-block-button__link {
    font-size: 12px;
    padding: 0px 10px;
  }

  body.construction_list .wp-block-columns,
  body.construction_list .item-block,
  body.quote .item-block {
    padding: 10px 15px 20px;
  }

  body.construction_list .wp-block-columns,
  body.quote .wp-block-columns {
    padding: 5px 15px;
  }

  body .entry,
  body .entry.pc-width80 {
    width: 100%;
  }
}




/*--------オンライン相談--------*/
.page-image,
.no-page-image {
  height: 350px;
}

.no-page-image~.container-inner .page-title.pad {
  color: #000;
}

.online-flow .wp-block-image {
  margin: 10px;
  text-align: center;
  box-shadow: 0 10px 20px -6px rgba(0, 25, 50, 0.2);
  display: inline-flex;
}

.online-flow .wp-block-group__inner-container {
  display: flex;
}

body.online .online-flow .wp-block-image .aligncenter {
  display: block;
}

body.online .online-flow .wp-block-image .aligncenter figcaption {
  display: block;
  font-size: 0.8em;
  line-height: 1.8;
  margin-top: 2em;
  margin-bottom: 3em;
}

.appli-icon {
  overflow-x: auto;
  width: 800px;
  max-width: 900px;
  border: none;
}

.appli-icon table td {
  border: none;
}

@media only screen and (max-width: 769px) {
  .no-page-image {
    height: 200px;
  }

  .no-page-image~.container-inner h1.post-title:before {
    content: none;
  }

  .appli-icon {
    width: 100%;
  }

  .appli-icon table {
    width: 100%;
    margin: 0 auto;
  }

  .consultation-free {
    font-size: 23px;
  }

  .online-flow .wp-block-group__inner-container {
    flex-direction: column;
    align-items: center;
  }

  .online-flow .wp-block-image {
    width: 60%;
  }

  .page-image {
    height: 200px;
  }

  .consultation-content {
    display: flex;
    flex-direction: column-reverse;
  }
}

/*追加分*/
/*--------お知らせ--------*/
#primary {
  margin-top: 113px !important;
}

body.archive .container-inner,
body.information .container-inner {
  background: #eaedef;
}

body.archive .container-inner .post,
body.information .container-inner .post {
  overflow: hidden;
  border-radius: 30px;
  box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.35);
  width: 30%;
  margin: 17px;
}

.post_description {
  background: #fff;
  padding: 0 10px;
  position: relative;
}

.post_description h2.post-title {
  text-align: left;
  font-size: 1.3em;
  padding-bottom: 60px;
}

.post_description .post-meta {
  padding: 3px;
  position: absolute;
  right: 0;
  top: 0;
}

.post_description .post-meta .post-byline {
  font-weight: bold;
  color: #000;
}

#news {
  width: 80%;
  margin: 0 auto 50px;
  padding: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

#news .contents_area {
  padding: 20px 0;
  width: 60%;
  max-width: 1060px;
  margin: 0 auto;
}

#news .title1 {
  margin-bottom: 30px;
  text-align: center;
}

#news .title1 {
  font-size: 2.5em;
  line-height: 1.2;
  font-weight: bold;
  padding: 30px 0;
}

#news .contents_area .news_line:first-child {
  border-top: 1px dashed #6a3906;
}

#news .contents_area .news_line {
  border-bottom: 1px dashed #6a3906;
  padding: 20px 20px;
}

#news .contents_area .news_line a {
  display: flex;
  color: #000;
}

#news .contents_area .news_line .date-time {
  margin-right: 10px;
}

#news .news_link {
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 10px;
  text-align: center;
}

#news .news_link .list_link {
  width: 200px;
  height: 40px;
  line-height: 40px;
  margin: 0 auto;
  padding: 0 10px;
  color: #fff;
  display: inline-block;
  border: 1px solid #6a3906;
  background: #6a3906;
  vertical-align: middle;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

body.archive #entry_body {
  margin-top: 130px;
}

body.archive #archive_body {
  position: relative;
  padding-top: 20px;
  margin-bottom: 90px;
}

.home_area {
  padding: 20px;
  border-bottom: 1px solid #ccc;
}

/* ↓ページネーション↓ */
.pnavi {
  text-align: center;
  display: flex;
  justify-content: center;
}

.pnavi a,
.pnavi span {
  display: block;
  float: left;
  margin: 2px 5px 2px 0;
  padding: 10px 13px;
  text-decoration: none;
  width: auto;
  color: rgba(104, 104, 104, 1);
  background: #fff;
  border: rgba(224, 224, 224, 1) 1px solid;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.pnavi .page-numbers.current {
  background-color: #cf2e2e;
  color: #fff;
}

.pnavi .next:after {
  content: "";
}

/* ↑ページネーション↑ */
@media only screen and (max-width: 769px) {
  #news .title1 {
    font-size: 1.5em;
  }

  #news .contents_area .news_line a {
    flex-direction: column;
  }

  #news {
    width: 90%;
  }

  #news .contents_area {
    padding: 0px;
    width: 100%;
    margin-bottom: 30px;
  }

  #news .contents_area .news_line .date-time {
    font-size: 0.9em;
    margin-bottom: 10px;
  }

  .post-list-3c .post-row {
    display: flex;
    flex-direction: column;
  }

  body.archive .container-inner .post,
  body.information .container-inner .post {
    background: #fff;
    width: 100%;
    margin: 15px 0px;
    border-radius: 10px;
  }

  .post-list-3c h2.post-title {
    font-size: 1em;
    line-height: 1;
    padding: 23px 0 !important;
  }

  body.information .post-inner .post-thumbnail {
    width: 80px;
    display: inline-table;
  }

  .post-list-3c .post-inner {
    display: flex;
  }

  body.archive .post-thumbnail,
  body.information .post-thumbnail {
    margin-right: 0;
  }

  body.archive .post_description,
  body.information .post_description {
    display: flex;
    justify-content: end;
    align-items: center;
    width: 100%;
  }

  body.information .post_description {
    justify-content: start;
  }

  .post_description .post-meta {
    left: 3px;
    top: 2px;
  }
}

a {
  text-decoration: none;
  color: #000;
}

#news .new_entry_title,
#news .eb_cat {
  display: inline;
}

#news .new_entry_title {
  font-family: "Noto Sans JP" !important;
}

body.single .post-meta-group {
  display: none;
}

/* --------お知らせ------- */

/* --------staff------- */
body.staff .wp-block-column {
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  background: #f5f5f5;
  box-shadow: 0 10px 20px -6px rgba(0, 25, 50, 0.2);
  padding: 10px;
}

body.staff .ceo {
  width: 50%;
  margin: 0 auto 30px;
}

body.staff .wp-block-column p {
  margin-bottom: 0px !important;
}

body.staff .wp-block-column hr {
  margin: 0;
  border-bottom: 1px solid #969696;
}

body.staff .wp-block-column hr.wp-block-separator~p {
  font-size: 16px;
  line-height: 1.5;
}

@media only screen and (max-width: 769px) {
  body.staff .ceo {
    width: 94%;
  }

  body.staff .wp-block-column {
    margin-bottom: 28px;
  }

  body.staff .wp-block-column p {
    margin: 10px !important;
  }
}

/* --------staff------- */

/* --------sonpo-data------- */
body.sonpo-data .container-inner {
  background: #eaedef;
}

body.sonpo-data h2~p {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
}

body.sonpo-data h2~p a {
  display: block;
  padding: 20px;
  border-bottom: 1px solid #ccc;
}

body.sonpo-data .wp-block-image {
  text-align: center;
}

@media only screen and (max-width: 769px) {
  body.sonpo-data h1.post-title {
    font-size: 2em;
  }
}

/* --------sonpo-data------- */

/* --------guide------- */
body.guide .container-inner {
  background: #eaedef;
}

body.guide h2 {
  font-size: 26px;
}

.contact-information {
  background: #ffffff;
  border: 1px solid #e2e2e2;
  border-radius: 38px;
  padding-bottom: 20px;
  line-height: 1.6;
  -webkit-box-shadow: 0 10px 20px -6px rgba(0, 25, 50, 0.2);
  box-shadow: 0 10px 20px -6px rgba(0, 25, 50, 0.2);
  padding: 0 30px;
  width: 80%;
  margin: 0 auto;
}

@media only screen and (max-width: 769px) {
  .contact-information {
    max-width: 100%;
    width: auto;
  }

  body.guide h2 {
    font-size: 30px;
    padding: 0;
  }

  body.guide .contact-information h3 {
    font-size: 19px;
  }
}

/* --------guide------- */

/* --------recruit------- */
body.recruit .entry .wp-block-group {
  background: #ffffff;
  border: 1px solid #e2e2e2;
  border-radius: 38px;
  padding-bottom: 20px;
  line-height: 1.6;
  -webkit-box-shadow: 0 10px 20px -6px rgba(0, 25, 50, 0.2);
  box-shadow: 0 10px 20px -6px rgba(0, 25, 50, 0.2);
  padding: 0 30px;
  width: 100%;
  margin: 0 auto;
}

@media only screen and (max-width: 769px) {
  body.recruit .entry table td {
    display: block;
    padding: 5px;
    border-top: none;
  }

  body.recruit .entry table td:first-child {
    border-top: 1px solid #000;
  }

  body.recruit .entry .wp-block-table tr {
    padding: 5px 0;
    display: block;
  }
}

/* --------recruit------- */

/* --------solicitation-policy ------- */
body.solicitation-policy h2 {
  text-align: left;
  padding: 0;
}

body.solicitation-policy .entry p {
  text-indent: -1em;
  padding-left: 1em;
  width: 92%;
  margin: 0px auto 15px 10px;
}

/* --------solicitation-policy ------- */

/* --------personal-information------- */
/* body.personal-information,
body.personal-information1,
body.personal-information2,
body.personal-information3,
body.personal-information4,
body.personal-information5 {
  font-weight: normal;
} */

body.personal-information h2 {
  text-align: left;
  padding: 0;
}

.border-box {
  padding-bottom: 30px;
}

@media only screen and (max-width: 769px) {
  body.personal-information .border-box {
    padding: 0px 10px;
  }
}

/* --------personal-information ------- */

/* -------- management-policy  --------*/
body.management-policy h2 {
  padding: 0;
}

body.management-policy p {
  line-height: 1.7;
}

/* -------- management-policy  --------*/

/* --------kpi ------- */
body.kpi table td,
body.kpi table th {
  border: 1px solid #272727;
}

/* --------kpi ------- */

/*追加分*/

@media screen and (min-width: 768px) {
  form-title2 div {
    width: 40%;
  }
}

.wpcf7 span.wpcf7-not-valid-tip {
  position: relative;
  top: 10px;
  width: 170px;
}

body.contact .wpcf7 span.wpcf7-not-valid-tip,
body.request .wpcf7 span.wpcf7-not-valid-tip,
body.online .wpcf7 span.wpcf7-not-valid-tip {
  width: 100%;
  box-sizing: border-box;
}

.wpcf7 div.wpcf7-response-output {
  text-align: center;
  margin-top: 2em;
  margin-bottom: 1em;
  display: grid;
}

/* 画面サイズ調整用 */
@media screen and (min-width: 770px) and (max-width: 1240px) {
  #menu-menu li a {
    font-size: 1.1em;
  }

  body,
  .bg_image,
  #nav-topbar .container {
    min-width: 1200px;
  }

  .page-image .image-container {
    height: 350px;
  }
}

/*****************************
 creditの設定
******************************/
#footer {
  position: relative;
}

#footer-bottom #credit {
  font-size: 10px;
  position: absolute;
  right: 5px;
  bottom: 0;
  color: #000;
  font-weight: normal;
  margin-bottom: 0;
}

@media only screen and (max-width: 769px) {
  #footer-bottom #credit {
    position: relative;
    right: auto;
  }
}

/* ------ base用css ------ */
.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.nbg {
  background: none !important;
}

.nm {
  margin: 0 !important;
}

.nmt {
  margin-top: 0 !important;
}

.nmr {
  margin-right: 0 !important;
}

.nmb {
  margin-bottom: 0 !important;
}

.nml {
  margin-left: 0 !important;
}

.mcen {
  margin-right: auto !important;
  margin-left: auto !important;
}

.np {
  padding: 0 !important;
}

.npt {
  padding-top: 0 !important;
}

.npr {
  padding-right: 0 !important;
}

.npb {
  padding-bottom: 0 !important;
}

.npl {
  padding-left: 0 !important;
}

.nb {
  border: none !important;
}

.nbt {
  border-top: none !important;
}

.nbr {
  border-right: none !important;
}

.nbb {
  border-bottom: none !important;
}

.nbl {
  border-left: none !important;
}

.text_l {
  text-align: left !important;
}

.text_r {
  text-align: right !important;
}

.text_c {
  text-align: center !important;
}

.float_l {
  float: left !important;
}

.float_r {
  float: right !important;
}

.no_line_height {
  line-height: 0 !important;
}

.clearfix:after {
  content: "";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.clearboth {
  clear: both;
}

.hide-text {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/* テキストの末尾に「…」を付けて省略 */
.txt_ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.text_indent {
  text-indent: 1em !important;
}

.list_indent {
  padding-left: 1em !important;
  text-indent: -1em !important;
}

.list_indent2 {
  padding-left: 2em !important;
  text-indent: -2em !important;
}

.c_white {
  color: #fff;
}

.c_black {
  color: #444;
}

.emphasis {
  color: #f00;
}

.indent_text {
  padding-left: 1em !important;
  text-indent: -1em !important;
}

.no_text_indent {
  text-indent: 0 !important;
}

.relative {
  position: relative !important;
}

.fixed {
  position: fixed !important;
}

.font_b {
  font-weight: bold !important;
}

.underline {
  text-decoration: underline !important;
}

fieldset {
  border: none;
}

/*****************************
高さ中央ぞれえ
******************************/
.h_middle {
  vertical-align: middle;
  display: table-cell;
}

/* IE 6 */
* html div.deta_box {
  display: inline;
  zoom: 1;
}

/* IE 7 */
*:first-child+html div.deta_box {
  display: inline;
  zoom: 1;
}

/*--- ↓ 取扱保険会社↓ -----*/
body.home .ins_company .ins_box {
  width: 80%;
  margin: 20px auto;
  margin-top: 20px;
  padding: 0px;
}

body.home .ins_company .ins_box .wp-block-group__inner-container {
  display: flex;
  justify-content: center;
}

body.home .ins_company .ins_box .wp-block-group__inner-container figure {
  width: 250px;
}

body.home .ins_company .ins_box .wp-block-group__inner-container figure a {
  background: #ffffff;
  padding: 10px;
  display: block;
  border-radius: 10px;
}

@media only screen and (max-width: 769px) {
  body.home .ins_company .ins_box {
    padding: 0;
  }

  .ins_company .wp-block-group__inner-container {
    align-items: center;
    flex-direction: column;
  }

  body.home .ins_company .ins_box .wp-block-group__inner-container figure {
    width: 100%;
  }
}

body.home .ins_company figure {
  box-shadow: 0 7px 16px -11px rgb(0 25 50 / 70%);
}

/*---  ↑取扱保険会社↑ -----*/

/*--- ↓ wp上でのサイズ・位置設定 ↓ -----*/
/* .editor-styles-wrapper .has-small-font-size,
.has-small-font-size {
  font-size: 13px !important;
}

.editor-styles-wrapper .has-normal-font-size,
.editor-styles-wrapper .has-regular-font-size,
.has-normal-font-size,
.has-regular-font-size {
  font-size: 16px !important;
}

.editor-styles-wrapper .has-medium-font-size,
.has-medium-font-size {
  font-size: 20px !important;
}

.editor-styles-wrapper .has-large-font-size,
.has-large-font-size {
  font-size: 36px !important;
}

.editor-styles-wrapper .has-huge-font-size,
.editor-styles-wrapper .has-larger-font-size,
.has-huge-font-size,
.has-larger-font-size {
  font-size: 42px !important;
}

.has-text-align-center {
  text-align: center !important;
}

.has-text-align-left {
  text-align: left !important;
}

.has-text-align-right {
  text-align: right !important;
} */

/*---  ↑wp上でのサイズ・位置設定↑ -----*/



/*資料請求ページ改定*/

body.request span .wpcf7-list-item {
  /* display: block; */
}

/*スライダーのリンクが効くようにする*/
.overlayer {
  display: none;
}

/*ペットネーム*/
.item-petname {
  float: left;
  width: 50%;
  margin-top: 10px;
  line-height: 1.1;
  text-indent: -1em;
  padding-left: 1em;
}

@media only screen and (max-width: 769px) {
  .item-petname {
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: left;
    line-height: 1.1;
    text-indent: -1em;
    padding-left: 1em;
    float: none;
    width: 95%;
  }

  body.request span .wpcf7-list-item {
    display: block;
  }
}

/* スライダーにyoutubeを組み込むときに開放 */
.youtube-wrap {
  height: 80vh;
  margin-top: 110px;
}

.slick-slide,
.youtube-wrap iframe,
.video-wrap {
  height: 80%;
}

@media only screen and (max-width: 769px) {
  .youtube-wrap {
    height: 40vh;
    margin-top: 0;
  }

  .slick-slide,
  .youtube-wrap iframe,
  .video-wrap {
    height: 100%;
  }
}

/* Snow Monkey Blocks用 */
.c-row {
  flex-wrap: nowrap;
}
* {
  box-sizing: initial;
}


/*--- ↓ wpバージョンアップによる改変対応 ↓ -----*/
@media only screen and (max-width:767px) {

  .entry .has-large-font-size,
  .site-main .entry .has-large-font-size {
    font-size: 22px !important;
  }

  .entry .has-huge-font-size,
  .site-main .entry .has-huge-font-size {
    font-size: 28px !important;
  }
}

/*--- ↑　wpバージョンアップによる改変対応 ↑ -----*/


/*---▼▼▼プライバシーポリシーのインデント調整▼▼▼-----*/
body.personal-information .indbox p,
body.ind .indbox p,
body.indbox p {
  text-indent: -1em;
  padding-left: 1em;
}

/*---▲▲▲プライバシーポリシーのインデント調整▲▲▲-----*/

/*---▼▼▼フォーム調整▼▼▼-----*/
/* 送信ボタン位置 */
form .wpcf7-spinner {
  display: none;
}

/* 生年月日位置調整 */
@media only screen and (max-width: 769px) {

  form span.wpcf7-form-control-wrap.seireki,
  form span.wpcf7-form-control-wrap.tsuki,
  form span.wpcf7-form-control-wrap.nichi {
    margin-right: 0;
  }

  form span.wpcf7-form-control-wrap.seireki {
    margin-left: -1px;
  }
}

/*---▲▲▲フォーム調整▲▲▲-----*/

/*▼reCAPTCHAの保護マークの調整▼*/
.grecaptcha-badge { visibility: hidden; }
/*▲reCAPTCHAの保護マークの調整▲*/


/* ----- ▼ Google Maps ▼ ------- */
.top-map iframe {
    width: 100%;
    height: 600px;
}
.top-map-h-350 iframe {
    width: 100%;
    height: 350px;
}
.company-map iframe {
    width: 100%;
    height: 600px;
}
/* ----- ▲ Google Maps ▲ ------- */


.top-parts-site-content {
    width: 80%;
    max-width: 900px;
    margin: 120px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.top-parts-site-content .wp-block-column {
    border: 2px solid #00774C;
    border-radius: 10px;
}
.top-parts-site-content h2{
      font-size: 1.5em;
    line-height: 1.2;
    font-weight: bold;
    padding: 30px 0;
    text-shadow: #ffffffb8 1px 1px 8px, #ffffffb8 -1px 1px 8px, #ffffffb8 1px -1px 8px, #ffffffb8 -1px -1px 8px;
}
#about .top-parts-site-content .wp-block-buttons {
  margin: 20px auto 30px;
}