@charset "UTF-8";

.item-raitenyoyaku {
  background-color: #2e89f2;
  border: 1px solid #dddddd;
  color: #ffffff;
  font-weight: bold;
  font-size: 1.28rem;
  padding: 5px 14px;
  border-radius: 4px;
  position: relative;
}

.a-raitenyoyaku {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
}

.item-question {
  background-color: #e70012;
  border: 1px solid #dddddd;
  color: #ffffff;
  font-weight: bold;
  font-size: 1.28rem;
  padding: 5px 14px;
  border-radius: 4px;
  margin-right: 16px;
  position: relative;
}

.a-question {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
}

/* ------------------------------------------ */

.w-95 {
  width: 95%;
  margin-right: auto;
  margin-left: auto;
}

.mt-24 {
  margin-top: 24px;
}

.mt-48 {
  margin-top: 48px;
}

.waku {
  width: 100%;
  border: 1px solid #dddddd;
  border-radius: 8px;
  padding: 0 24px 24px 24px;
}

.kadomaru {
  border-radius: 16px;
}

/* ------------------------------------------ */

.table {
  border-collapse: collapse;
  width: 100%;
}

.table > tbody > tr > th {
  background-color: #f5f5f5;
  font-weight: normal;
  border: 1px solid #dddddd;
  padding: 8px 12px;
  vertical-align: middle;
  text-align: center;
}

.table > tbody > tr > th > span {
  display: inline-block;
  text-align: left;
}

.table > tbody > tr > td {
  font-weight: normal;
  border: 1px solid #dddddd;
  padding: 8px 12px;
  vertical-align: top;
  text-align: left;
}

.center > tbody > tr > td {
  vertical-align: middle;
  text-align: center;
}

.center > tbody > tr > td > span {
  display: inline-block;
  text-align: left;
}

/* ------------------------------------------ */

h2 {
  font-weight: bold;
  font-size: 1.8rem;
  padding: 8px 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
}

h3 {
  font-weight: bold;
  font-size: 1.8rem;
  padding: 8px 16px;
  display: flex;
  justify-content: left;
  align-items: center;
}

.top h2 {
  background-color: #c80000;
  border-bottom: 2px solid #c80000;
}

.parenting h2 {
  background-color: #ff6060;
  border-bottom: 2px solid #ff6060;
}

.handicapped h2 {
  background-color: #60803e;
  border-bottom: 2px solid #60803e;
}

.nursing h2 {
  background-color: #508090;
  border-bottom: 2px solid #508090;
}

.working h2 {
  background-color: #de9010;
  border-bottom: 2px solid #de9010;
}

.chiiki h2 {
  background-color: #808080;
  border-bottom: 2px solid #808080;
}

.top h3 {
  border-left: 16px solid #c80000;
  border-bottom: 2px solid #c80000;
}

.parenting h3 {
  border-left: 16px solid #ff6060;
  border-bottom: 2px solid #ff6060;
}

.handicapped h3 {
  border-left: 16px solid #60803e;
  border-bottom: 2px solid #60803e;
}

.nursing h3 {
  border-left: 16px solid #508090;
  border-bottom: 2px solid #508090;
}

.working h3 {
  border-left: 16px solid #de9010;
  border-bottom: 2px solid #de9010;
}

.chiiki h3 {
  border-left: 16px solid #808080;
  border-bottom: 2px solid #808080;
}

/* ------------------------------------------ */

.image-50 {
  width: 50%;
  margin-right: auto;
  margin-left: auto;
}

.image-75 {
  width: 75%;
  margin-right: auto;
  margin-left: auto;
}

.image-00 {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.image-50 img,
.image-75 img,
.image-00 img {
  width: 100%;
  height: auto;
}

/* ------------------------------------------ */

.image_50 {
  width: 50%;
  margin-right: auto;
  margin-left: auto;
}

.image_75 {
  width: 75%;
  margin-right: auto;
  margin-left: auto;
}

.image_00 {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.image_50 img,
.image_75 img,
.image_00 img {
  width: 100%;
  height: auto;
}

/* ------------------------------------------ */

.button .top {
  background-color: #c80000;
}

.button .parenting {
  background-color: #ff6060;
}

.button .handicapped {
  background-color: #60803e;
}

.button .nursing {
  background-color: #508090;
}

.button .working {
  background-color: #de9010;
}

.button .chiiki {
  background-color: #808080;
}

.button {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.button li {
  color: #fff;
  width: calc((100% - 24px) / 2);
  margin-top: 24px;
  font-weight: bold;
  font-size: 1.8rem;
  padding: 8px 16px;
  border-radius: 100vh;
  position: relative;
  text-align: center;
  vertical-align: middle;
}

.button img {
  position: absolute;
  width: 20px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto 18px auto auto;
}

.button a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.button li:hover {
  opacity: 0.7;
}

/* ------------------------------------------ */

.btn .top {
  background-color: #c80000;
}

.btn .parenting {
  background-color: #ff6060;
}

.btn .handicapped {
  background-color: #60803e;
}

.btn .nursing {
  background-color: #508090;
}

.btn .working {
  background-color: #de9010;
}

.btn .chiiki {
  background-color: #808080;
}

.btn {
  display: flex;
  flex-wrap: wrap;
}

.btn li {
  color: #fff;
  width: 100%;
  font-weight: bold;
  font-size: 1.8rem;
  padding: 8px 16px;
  border-radius: 100vh;
  position: relative;
  text-align: center;
  vertical-align: middle;
}

.btn img {
  position: absolute;
  width: 20px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto 18px auto auto;
}

.btn a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.btn li:hover {
  opacity: 0.7;
}

/* ------------------------------------------ */

.container img {
  width: 100%;
}

.container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.container .gazou-25 {
  width: calc(25% - 12px);
  padding-top: 24px;
}

.container .gazou-35 {
  width: calc(35% - 12px);
  padding-top: 24px;
}

.container .gazou-40 {
  width: calc(40% - 12px);
  padding-top: 24px;
}

.container .gazou-50 {
  width: calc(50% - 12px);
  padding-top: 24px;
}

.container .gazou-00 {
  width: 100%;
  padding-top: 24px;
}

.container .text-50 {
  width: calc(50% - 12px);
  padding-top: 24px;
  align-self: center;
}

.container .text-60 {
  width: calc(60% - 12px);
  padding-top: 24px;
  align-self: center;
}

.container .text-65 {
  width: calc(65% - 12px);
  padding-top: 24px;
  align-self: center;
}

.container .text-75 {
  width: calc(75% - 12px);
  padding-top: 24px;
  align-self: center;
}

.container .text-00 {
  width: 100%;
  padding-top: 24px;
  padding-right: 16px;
  padding-left: 16px;
}

/* ------------------------------------------ */

.list-a {
  border-collapse: collapse;
  width: 100%;
  min-width: auto !important;
}

.list-a > tbody > tr > td:nth-child(odd) {
  font-weight: normal;
  vertical-align: top;
  text-align: left;
  border: none;
  padding: 8px 8px 0 0;
  white-space: nowrap;
}

.list-a > tbody > tr > td:nth-child(even) {
  font-weight: normal;
  vertical-align: top;
  text-align: left;
  border: none;
  padding: 8px 0 0 0;
  width: 100%;
}

.list-a > tbody > tr:nth-of-type(1) > td:nth-child(odd) {
  font-weight: normal;
  vertical-align: top;
  text-align: left;
  border: none;
  padding: 0 8px 0 0;
  white-space: nowrap;
}

.list-a > tbody > tr:nth-of-type(1) > td:nth-child(even) {
  font-weight: normal;
  vertical-align: top;
  text-align: left;
  border: none;
  padding: 0 0 0 0;
  width: 100%;
}

.list-b {
  border-collapse: collapse;
  width: 100%;
  min-width: auto !important;
  margin-left: -0.8rem;
}

.list-b > tbody > tr > td:nth-child(odd) {
  font-weight: normal;
  vertical-align: top;
  text-align: left;
  border: none;
  padding: 8px 0 0 0;
  white-space: nowrap;
}

.list-b > tbody > tr > td:nth-child(even) {
  font-weight: normal;
  vertical-align: top;
  text-align: left;
  border: none;
  padding: 8px 0 0 0;
  width: 100%;
}

.list-b > tbody > tr:nth-of-type(1) > td:nth-child(odd) {
  font-weight: normal;
  vertical-align: top;
  text-align: left;
  border: none;
  padding: 0 0 0 0;
  white-space: nowrap;
}

.list-b > tbody > tr:nth-of-type(1) > td:nth-child(even) {
  font-weight: normal;
  vertical-align: top;
  text-align: left;
  border: none;
  padding: 0 0 0 0;
  width: 100%;
}

.list-p li {
  padding-top: 8px;
}

@media screen and (max-width: 767px) {

  .w-95 {
    width: 100%;
  }

/* ------------------------------------------ */

  .image-50,
  .image-75,
  .image-00 {
    width: 100%;
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
  }

  .image-50 img,
  .image-75 img,
  .image-00 img {
    width: 700px;
    height: auto;
  }

/* ------------------------------------------ */

  .image_50,
  .image_75,
  .image_00 {
    width: 100%;
  }

/* ------------------------------------------ */

  .button {
    flex-direction: column;
  }

  .button li {
    width: 100%;
  }

/* ------------------------------------------ */

  .container {
    flex-direction: column;
  }

  .container .gazou-25 {
    width: 100%;
  }

  .container .gazou-35 {
    width: 100%;
  }

  .container .gazou-40 {
    width: 100%;
  }

  .container .gazou-50 {
    width: 100%;
  }

  .container .gazou-00 {
    width: 100%;
  }

  .container .gazou-sp50 {
    width: 50%;
    margin-right: auto;
    margin-left: auto;
  }

  .container .gazou-sp75 {
    width: 75%;
    margin-right: auto;
    margin-left: auto;
  }

  .container .text-50,
  .container .text-60,
  .container .text-65,
  .container .text-75,
  .container .text-00 {
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
  }

}