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

/*既に使用している名称*/
/*.pil .eia .ebn .spk*/
/*.ptr*/
/*汎用パーツ*/
/**/

/*JAバンクCSS*/
.link-icon.unit-heading {
  display: flex;
  align-items: center;
  gap: 8px;
}

.link-icon.unit-heading::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  /* background-image: url("http://nannaru1.xsrv.jp/ja-toyamashi/wp-content/uploads/55b08f0e4f20918c79267c04e7daa7d6.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-repeat: no-repeat;
  background-position: center;
  margin: 0 1em;
}

.link-icon::after {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  /* 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-repeat: no-repeat;
  background-position: center;
  margin: 0 1em;
}

div.small-lst > p.link-icon {
  display: flex;
  align-items: center;
}

.pds .table-box {
  margin-bottom: 1em;
}

.table-scl {
  overflow-x: auto;
  display: block;
}

.table-scl table th,
.table-scl table td {
  white-space: normal;
}

@media screen and (max-width: 767px) {
  .table-scl table th,
  .table-scl table td {
    white-space: nowrap;
  }
}

.page-id-779 .table-scl table th,
.page-id-779 .table-scl table td {
  white-space: initial;
}

@media screen and (max-width: 767px) {
  .page-id-779 .table-scl table th,
  .page-id-779 .table-scl table td {
    white-space: nowrap;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .page-id-779 .table-scl table th,
  .page-id-779 .table-scl table td {
    white-space: initial;
  }
}

.pds table tr.headline {
  background-color: #adadad4a;
  color: #000;
  font-weight: bold;
}

.pds table td.headline {
  background-color: #adadad4a;
  color: #000;
  font-weight: bold;
}

/* .pds .table-box.atm-info table tr:first-child td:nth-of-type(1) {
  width: 25%;
} */

.pds .table-box.loan-info tr:first-child td:nth-of-type(2),
.pds .table-box.loan-info tr:first-child td:nth-of-type(3) {
  width: 25%;
}

.pds .table-box.loan-info tr:first-child td:nth-of-type(1) {
  width: 50%;
}

.fee-info table {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
}

@media screen and (max-width: 767px) {
  .fee-info table {
    width: auto;
  }
}

.pds .table-box td {
  border-color: #666;
}

.pds .table-box.fee-info td {
  border: #666 1px solid;
  font-size: 16px;
  padding: 0.3em;
  text-align: center;
}

.atm-info .map {
  padding: 0.5em;
  background: #ff8707;
  border-radius: 5px;
  display: inline-block;
  margin: 0 1em;
}

@media screen and (max-width: 767px) {
  .atm-info .map {
    margin: 0;
  }
}

.atm-info .map a {
  color: #fff;
}

.small-lst {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .small-lst {
    justify-content: space-between;
    font-size: 16px;
  }
}

.small-lst > div {
  width: 25%;
  padding: 0.5em 0;
}

@media screen and (max-width: 767px) {
  .small-lst > div {
    width: 33%;
    padding: 0.75em 0.5em;
  }
}

.small-lst.-col2 > div {
  width: 35%;
}

@media screen and (max-width: 767px) {
  .small-lst.-col2 > div {
    width: 48%;
  }
}

.brief-box {
  margin-bottom: 1.5em;
}

.brief-box p.ttl.fw-b {
  margin: 0;
  font-weight: bold;
}

.brief-box div.small-lst:nth-of-type(odd) {
  background-color: #e5e5e5;
}

/**/
/**/
.management-indicators.table-box table {
  text-align: center;
}

.pds-unit.-col2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3em;
}

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

.pds-unit.-col2.ofi {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 2em;
  border-bottom: 1px dashed #666;
  padding-bottom: 2em;
}

@media screen and (max-width: 767px) {
  .pds-unit.-col2.ofi {
    grid-template-columns: 1fr;
  }
}

.pds:last-child .pds-unit.-col2.ofi {
  border-bottom: none;
  padding-bottom: 0;
}

.pds-unit.-col2.ofi .table-box {
  margin-bottom: 0;
}

.table-box.office-introduction table {
  text-align: center;
}

.table-box.office-introduction table th {
  border-color: #ccc;
  background-color: #00a75b;
  color: #fff;
}

.table-box.office-introduction table tr:first-child td span {
  margin: 0 1em;
  padding: 0.5em;
  background: #ff8707;
  display: inline-block;
  border-radius: 5px;
}

.table-box.office-introduction table tr:first-child td span a {
  color: #fff;
}

/**/
/**/
.pds-unit.disclosure ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

@media screen and (max-width: 767px) {
  .pds-unit.disclosure ul {
    grid-template-columns: repeat(2, 1fr);
  }
}

.pds-unit.disclosure ul li {
  margin: 0;
  padding: 1em;
}

@media screen and (max-width: 767px) {
  .pds-unit.disclosure ul li {
    padding: 1em 0.5em;
  }
}

.pds-unit.disclosure ul li:nth-child(8n + 1),
.pds-unit.disclosure ul li:nth-child(8n + 2),
.pds-unit.disclosure ul li:nth-child(8n + 3),
.pds-unit.disclosure ul li:nth-child(8n + 4) {
  background-color: #c1b49933;
}

@media screen and (max-width: 767px) {
  .pds-unit.disclosure ul li:nth-child(8n + 1),
  .pds-unit.disclosure ul li:nth-child(8n + 2),
  .pds-unit.disclosure ul li:nth-child(8n + 3),
  .pds-unit.disclosure ul li:nth-child(8n + 4) {
    background-color: transparent;
  }
  .pds-unit.disclosure ul li:nth-child(4n + 1),
  .pds-unit.disclosure ul li:nth-child(4n + 2) {
    background-color: #c1b49933;
  }
}

table .label-green {
  border-color: #ccc;
  background-color: #00a75b;
  color: #fff;
  text-align: center;
  font-weight: bold;
}

table + span.note {
  font-size: 16px;
}

.pds-unit > ol > li > ol {
  list-style-type: upper-roman;
}

.pds-unit > ol > li > ol > li > ol {
  list-style-type: lower-roman;
}

/*tac-con*/

.next-step-area {
  margin-top: 30px;
  padding: 30px;
  /* border: 5px solid #ddd; */
  background-color: #f5f5f5;
  filter: grayscale(100%);
  opacity: 0.5;
  pointer-events: none;
  transition: all 0.3s ease;
  border-radius: 10px;
}

@media screen and (max-width: 767px) {
  .next-step-area {
    padding: 20px 0;
  }
}

.next-step-area > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.next-step-area > ul > li {
  margin: 0;
  margin-bottom: 1em;
  border-bottom: 1px solid #a3a3a3;
  /* padding-bottom: 0.5em; */

  width: 32%;

  background: #00a75b;
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .next-step-area > ul > li {
    width: 100%;
    margin-top: 0;
  }
}

.next-step-area > ul > li:last-child {
  margin-bottom: 0;
}

.submit-list button {
  color: #fff;
  background: #00a75b;
  border: none;
  min-height: 70px;
  font-size: 1em;
}

@media screen and (max-width: 767px) {
  .submit-list button {
    min-height: 60px;
  }
}

/* .next-step-area > ul > li > a {
  align-items: center;
  margin: 0 3em 0 1em;

  margin: 0 1em;
  width: 100%;
  height: 100%;
  color: #fff;
} */

/* .next-step-box {
  display: flex;
  align-items: center;

  height: 100%;
}

.next-step-box figure {
  width: 35px;
  margin-right: 1em;
}

.next-step-box .txt {
  margin-right: 1em;
  max-width: 80%;
} */

.next-arrow {
  position: relative;
  display: inline-block;
}
.next-arrow::after {
  content: "";
  width: 12px;
  height: 12px;
  margin-top: -5px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 15px;
}

@media screen and (max-width: 767px) {
  .next-arrow::after {
    right: 0;
  }
}

.toggle-logic:checked ~ .next-step-area {
  filter: grayscale(0%);
  opacity: 1;
  pointer-events: auto;
  background-color: #fff;
  /* border: #00a75b 5px solid; */
  border-radius: 10px;
}

.checkbox-section {
  margin-bottom: 10px;
}

.pds-unit.jareport > ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.pds-unit.jareport > ul li {
  width: 19%;
  margin: 0;
  margin-bottom: 1em;
}

@media screen and (max-width: 767px) {
  .pds-unit.jareport > ul li {
    width: 48%;
    margin-bottom: 1em;
  }
}

.pds-unit.jareport > ul li a {
  display: flex;
  flex-direction: column;
}

.pds-unit.jareport > ul li .ttl {
  text-align: center;
  font-weight: bold;
  margin: 0;
}

.pds-unit.jareport > ul li .ttl::after {
  margin: 0;
  margin-left: 0.5em;
}

.pds-unit.discussionmtg > ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.pds-unit.discussionmtg > ul li {
  width: calc(100% / 3);
  margin: 0;
  /* margin-bottom: 1em; */
  /* background: #fbfbfb;
  border-bottom: 2px solid #ededed;
  border-left: 12px solid #00a75b; */
  padding: 1em;
}

@media screen and (max-width: 767px) {
  .pds-unit.discussionmtg > ul li {
    width: 100%;
  }
}

.pds-unit.discussionmtg ul li:nth-child(6n + 1),
.pds-unit.discussionmtg ul li:nth-child(6n + 2),
.pds-unit.discussionmtg ul li:nth-child(6n + 3) {
  background-color: #c1b49933;
}

@media screen and (max-width: 767px) {
  .pds-unit.discussionmtg ul li:nth-child(6n + 1),
  .pds-unit.discussionmtg ul li:nth-child(6n + 2),
  .pds-unit.discussionmtg ul li:nth-child(6n + 3) {
    background-color: #fff;
  }

  .pds-unit.discussionmtg ul li:nth-child(odd) {
    background-color: #c1b49933;
  }
}

.pds-unit.discussionmtg > ul li .ttl {
  text-align: center;
  margin: 0;
}

.loan-products {
  margin-bottom: 1em;
}

.loan-products > p {
  min-height: 55px;
  margin-bottom: 0;
}

.loan-products .app {
  text-align: center;
  display: flex;
  justify-content: space-around;
  margin-top: 1em;
}

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

.loan-products .brochure {
  min-height: 50px;
  display: flex;
  /* flex-direction: column; */
  justify-content: space-between;
  font-size: 16px;
  position: relative;
}

.loan-products .brochure > div {
  min-height: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 16px;
}

.loan-products .brochure > figure {
  position: absolute;
  top: 0;
  right: 0;
  width: 110px;
  content: "";
  background: url(https://ja-toyamashi.or.jp/wordpress/wp-content/uploads/mortgage-loan-icon.png);
}

@media (min-width: 768px) and (max-width: 1024px) {
  .loan-products .brochure > figure {
    width: 90px;
  }
}

@media screen and (max-width: 767px) {
  .loan-products .brochure > figure {
    width: 85px;
  }
}

@media screen and (max-width: 767px) {
  .loan-products .brochure > div a {
    font-size: 14px;
  }
}

.loan-products .txt {
  padding: 0.5em;
  background: #00a75b;
  color: #fff;
  margin: 0.5em 0;
  border-radius: 10px;
  font-weight: bold;
  text-align: center;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .loan-products .txt {
    width: 48%;
    font-size: 14px;
  }
}

.loan-products .app .btn-square-pop {
  margin-bottom: 0;
}

.loan-products .app .btn-square-pop a {
  color: #fff;
}

/**/

.ja-card-benefit {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5em;
}

@media screen and (max-width: 767px) {
  .ja-card-benefit {
    grid-template-columns: repeat(2, 1fr);
    gap: 1em;
  }
}

/**/

.banner-bank-btm ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1em;
  width: 80%;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .banner-bank-btm ul {
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .banner-bank-btm ul {
    width: 100%;
  }
}

.banner-bank-btm ul a {
  border-radius: 10px;
  overflow: hidden;
}

.banner-bank-btm ul a > li {
  margin: 0;
}

/**/
.fpsp.pds .note {
  padding: 3em;
  border: 1px solid #000;
  width: 50%;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .fpsp.pds .note {
    width: 100%;
    padding: 1em;
    font-size: 16px;
  }
}

.fpsp.pds .note > dl {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: center;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .fpsp.pds .note > dl dd {
    text-align: left;
  }
}

/*共済*/
.sec-accident .pds-unit > P {
  margin: 0;
  background-color: #457cc3;
  padding: 0.5em;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 1.5em;
  margin-bottom: 1em;
}

.sec-accident .pds-unit div.flex {
  gap: 1em;
}

@media screen and (max-width: 767px) {
  .sec-accident .pds-unit div.flex {
    gap: 0;
  }
}

@media screen and (max-width: 767px) {
  .sec-accident .pds-unit div.flex figure:first-child {
    margin-bottom: 1em;
  }
}

/**/
