/*
Theme Name: ja-toyamashi Child
Theme URI: 
Template: ja-toyamashi
Description: 
Author: 
Tags: 
Version: 0.6.0
*/

body.single.single-post div.site-body {
  padding-top: 0;
}

@media screen and (max-width: 767px) {
  .m-0a-sp {
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .mb-1em-sp {
    margin-bottom: 1em;
  }
}

.mt-1em {
  margin-top: 1em;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-1em {
  margin-bottom: 1em;
}

@media screen and (max-width: 767px) {
  .mb-1em-sp {
    margin-bottom: 1em;
  }
}

.ml-1em {
  margin-left: 1em;
}

.pb-5em {
  padding-bottom: 5em;
}

@media screen and (max-width: 767px) {
  .p0-sp {
    padding: 0;
  }
  .p0-sp.p0-sp {
    padding: 0;
  }
}

.fs-1-25em {
  font-size: 1.25em;
}

.fs-1-5em {
  font-size: 1.5em;
}

.fs-2em {
  font-size: 2em;
}

.fs-14 {
  font-size: 14px;
}

.fs-08 {
  font-size: 0.8em;
}

.gap-1 {
  gap: 1em;
}

.gap-5 {
  gap: 5em;
}

.grid {
  display: grid;
}

.link-icon-s::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  /* background-image: url(http://nannaru1.xsrv.jp/ja-toyamashi/wp-content/uploads/icon-link-green.png);
  background-image: url(http://ja-toyamashi.or.jp/wordpress/wp-content/uploads/icon-link-green.png); */
  background-image: url(https://ja-toyamashi.or.jp/wordpress/wp-content/uploads/icon-link-green.png);
  background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 0.5em;
  vertical-align: text-bottom;
}

.look-item .link-icon-s::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  /* background-image: url(http://nannaru1.xsrv.jp/ja-toyamashi/wp-content/uploads/icon-link-green.png);
  background-image: url(http://ja-toyamashi.or.jp/wordpress/wp-content/uploads/icon-link-green.png); */
  background-image: url(https://ja-toyamashi.or.jp/wordpress/wp-content/uploads/icon-link-green.png);
  background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 0.5em;
  vertical-align: middle;
  position: relative;
  top: -2px;
}

.pdf-icon::after {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  /* background-image: url(http://nannaru1.xsrv.jp/ja-toyamashi/wp-content/uploads/pdf-icon.png);
  background-image: url(http://ja-toyamashi.or.jp/wordpress/wp-content/uploads/2026/01/pdf-icon.png); */
  background-image: url(https://ja-toyamashi.or.jp/wordpress/wp-content/uploads/pdf-icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 1.5em 0 0.5em;
  vertical-align: text-top;
}

.kiyaku-jmp {
  font-size: 14px;
  border-radius: 12px;
  background: #fff;
  padding: 0.5em;
  color: #00a75b;
}

.flex {
  display: flex;
}

@media screen and (max-width: 767px) {
  .flex {
    display: block;
  }
}

.flex-wrap {
  flex-wrap: wrap;
}

.jc-sb {
  justify-content: space-between;
}

.split-2 > * {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .split-2 > * {
    width: 100%;
  }
}

.split-2-w48 > * {
  width: 48%;
}

@media screen and (max-width: 767px) {
  .split-2-w48 > * {
    width: 100%;
  }
}

.split-2-w30 {
  width: 30%;
}

@media screen and (max-width: 767px) {
  .split-2-w30 {
    width: 100%;
  }
}

.down-arrow {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  width: 0.5em;
  height: 0.5em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
}

.ttl-heading {
  border-top: solid 3px #e2e2e2;
  position: relative;
}

h2.ttl-heading {
  margin-top: 2em;
}

@media screen and (max-width: 767px) {
  h2.ttl-heading {
    font-size: 20px;
    margin-top: 1em;
  }
}

.ttl-heading span {
  display: inline-block;
  position: relative;
  padding-top: 1em;
  padding-bottom: 1em;
}

@media screen and (max-width: 767px) {
  .ttl-heading span {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }
}

.ttl-heading span::before {
  content: "";
  position: absolute;
  top: -3px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #00a75b;
}

.unit-heading {
  padding: 0.8em;
  margin-bottom: 1em;
  background: #c1b49933;
  color: #00a75b;
  font-size: 16px;
}

.pds {
  margin: 30px 0;
}

.pds .pds-3pic {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3em;
}

@media screen and (max-width: 767px) {
  .pds .pds-3pic {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1em;
  }
}

.pds .pds-1t1p {
  display: flex;
  gap: 3em;
  margin: 0;
  margin-bottom: 1em;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .pds .pds-1t1p {
    display: block;
    margin-bottom: 1em;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .pds .pds-1t1p {
    gap: 1em;
  }
}

.pds .pds-1t1p > .pds-1t1p-txt {
  width: 60%;
}

@media screen and (max-width: 767px) {
  .pds .pds-1t1p > .pds-1t1p-txt {
    width: 100%;
  }
}

.pds .pds-1t1p > .pds-1t1p-pic {
  width: 40%;
}

@media screen and (max-width: 767px) {
  .pds .pds-1t1p > .pds-1t1p-pic {
    width: 100%;
  }
}

/*tableのcolgroup*/
.col-2-equal col {
  width: 50%;
}

.col-per18 {
  width: 18%;
}
.col-per36 {
  width: 36%;
}
.col-per23 {
  width: 23%;
}

#breadcrumb.breadcrumb > .container {
  margin-right: calc(50% - 45vw);
  margin-left: calc(50% - 45vw);
}

@media screen and (max-width: 767px) {
  #breadcrumb.breadcrumb > .container {
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
  }
}

.single #breadcrumb.breadcrumb > .container {
  margin-right: auto;
  margin-left: auto;
}

/**/
.btn-square-pop {
  position: relative;
  display: inline-block;
  padding: 0.25em 0.5em;
  text-decoration: none;
  color: #fff;
  background: #00a75b;
  border-bottom: solid 2px #005f34;
  border-radius: 4px;
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2),
    0 2px 2px rgba(0, 0, 0, 0.19);
  font-weight: bold;
}

.btn-square-pop:active {
  border-bottom: solid 2px #fd9535;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}

body.single.single-post div.entry-body img {
  margin: auto;
  width: 600px;
}

/**/
.img-50per {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .img-50per {
    width: 100%;
  }
}
