small {
  display: inline-block;
}

hr {
  margin-top: 0.6em;
  height: 1px;
  background: rgba(0, 0, 0, 0.5);
  border: 0;
}

dt {
  margin-top: 0.7rem;
  margin-bottom: 6px;
}

dd {
  margin-top: 3px;
}

#special .section + .section {
  margin-top: 1.5em;
}

#special .reset-style p,
#topics .reset-style p {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
#special .reset-style h4,
#topics .reset-style h4 {
  font-size: inherit;
  font-weight: bold;
}
#special .reset-style h4:first-child,
#topics .reset-style h4:first-child {
  margin-top: 0;
}

.tp-highlight-title {
  font-weight: bold;
  color: inherit !important;
}
.tp-highlight-title span {
  vertical-align: middle;
  display: inline-block;
  padding: 2px 8px 2px;
  background-color: #fff45f;
  color: inherit;
}

.tp-info-box {
  margin-top: 0.8em;
  padding: 4px 12px 8px;
  background: #fff89c !important;
  border-radius: 0.4375em;
}

.mw5 {
  max-width: 5% !important;
}

.mw10 {
  max-width: 10% !important;
}

.mw15 {
  max-width: 15% !important;
}

.mw20 {
  max-width: 20% !important;
}

.mw25 {
  max-width: 25% !important;
}

.mw30 {
  max-width: 30% !important;
}

.mw35 {
  max-width: 35% !important;
}

.mw40 {
  max-width: 40% !important;
}

.mw45 {
  max-width: 45% !important;
}

.mw50 {
  max-width: 50% !important;
}

.mw55 {
  max-width: 55% !important;
}

.mw60 {
  max-width: 60% !important;
}

.mw65 {
  max-width: 65% !important;
}

.mw70 {
  max-width: 70% !important;
}

.mw75 {
  max-width: 75% !important;
}

.mw80 {
  max-width: 80% !important;
}

.mw85 {
  max-width: 85% !important;
}

.mw90 {
  max-width: 90% !important;
}

.mw95 {
  max-width: 95% !important;
}

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

.pic-wrapper {
  max-width: 480px;
}

.alignright {
  display: block;
  margin: 0 0 0.5em 0.5em !important;
  max-width: 45%;
  float: right;
}
.alignright img {
  width: 100%;
}

.alignleft {
  display: block;
  margin: 0 0.5em 0.5em 0 !important;
  max-width: 45%;
  float: left;
}
.alignleft img {
  width: 100%;
}

.clear {
  clear: both;
}

.clearfix {
  overflow: hidden;
}

.bg-white {
  background-color: #ffffff;
}

.box {
  padding: 1em;
  overflow: hidden;
  background-color: white;
}
.box .box {
  padding: 0.7em;
}
.box-border {
  border: 1px solid;
}
.box-rounded {
  overflow: hidden;
  border-radius: 0.5em;
}
.box-shadow {
  box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.1);
}
.box:not(:first-child) {
  margin-top: 0.8em;
}
.box:not(:last-child) {
  margin-bottom: 0.8em;
}
.accordion-content > .box:not(:first-child) {
  margin-top: 8px;
}
.accordion-content > .box:not(:last-child) {
  margin-bottom: 8px;
}
.box > h3,
.box > h4,
.box > h5,
.box > h6 {
  margin-top: 0.75em !important;
  margin-bottom: 0.5em !important;
}
.box > *:first-child {
  margin-top: 0 !important;
}
.box > *:last-child {
  margin-bottom: 0 !important;
}
.box-title {
  font-size: 1.1em;
}
.box-header {
  padding: 6px 12px;
}
.box-content {
  padding: 12px;
}

.qr a {
  display: inline-block;
  margin-top: 0.25em;
}
.qr a + a {
  margin-left: 0.5em;
}

.tag {
  display: inline-block;
  padding: 2px 8px;
}

.inline-indent {
  margin-left: 1em;
  text-indent: -1em;
}
.inline-indent:has(.list-mark) {
  margin-left: 1.125em;
  text-indent: -1.125em;
}
.inline-indent:has(.list-mark) .list-mark {
  margin-right: 0.125em;
}

.inline-indent-list:has(.list-mark) {
  display: table;
}
.inline-indent-list:has(.list-mark) li {
  display: table-row;
}
.inline-indent-list:has(.list-mark) .list-mark {
  display: table-cell;
  padding-right: 0.125em;
  white-space: nowrap;
}
.inline-indent-list:has(.list-mark) .list-mark ~ * {
  display: table-cell;
}

.flex {
  display: flex;
}
.flex-between {
  justify-content: between;
}
.flex-center {
  justify-content: center;
}
.flex-fill {
  flex: 1 1 auto;
}
.flex-items-center {
  align-items: center;
}
.flex-items-end {
  align-items: end;
}

.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-inherit {
  color: inherit !important;
}

.m-0 {
  margin: 0 !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mr-0 {
  margin-right: 0 !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.ml-0 {
  margin-left: 0 !important;
}
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.m-1 {
  margin: 0.25em !important;
}
.mt-1 {
  margin-top: 0.25em !important;
}
.mr-1 {
  margin-right: 0.25em !important;
}
.mb-1 {
  margin-bottom: 0.25em !important;
}
.ml-1 {
  margin-left: 0.25em !important;
}
.mx-1 {
  margin-right: 0.25em !important;
  margin-left: 0.25em !important;
}
.my-1 {
  margin-top: 0.25em !important;
  margin-bottom: 0.25em !important;
}

.m-2 {
  margin: 0.5em !important;
}
.mt-2 {
  margin-top: 0.5em !important;
}
.mr-2 {
  margin-right: 0.5em !important;
}
.mb-2 {
  margin-bottom: 0.5em !important;
}
.ml-2 {
  margin-left: 0.5em !important;
}
.mx-2 {
  margin-right: 0.5em !important;
  margin-left: 0.5em !important;
}
.my-2 {
  margin-top: 0.5em !important;
  margin-bottom: 0.5em !important;
}

.m-3 {
  margin: 1em !important;
}
.mt-3 {
  margin-top: 1em !important;
}
.mr-3 {
  margin-right: 1em !important;
}
.mb-3 {
  margin-bottom: 1em !important;
}
.ml-3 {
  margin-left: 1em !important;
}
.mx-3 {
  margin-right: 1em !important;
  margin-left: 1em !important;
}
.my-3 {
  margin-top: 1em !important;
  margin-bottom: 1em !important;
}

.m-4 {
  margin: 1.5em !important;
}
.mt-4 {
  margin-top: 1.5em !important;
}
.mr-4 {
  margin-right: 1.5em !important;
}
.mb-4 {
  margin-bottom: 1.5em !important;
}
.ml-4 {
  margin-left: 1.5em !important;
}
.mx-4 {
  margin-right: 1.5em !important;
  margin-left: 1.5em !important;
}
.my-4 {
  margin-top: 1.5em !important;
  margin-bottom: 1.5em !important;
}

.m-5 {
  margin: 3em !important;
}
.mt-5 {
  margin-top: 3em !important;
}
.mr-5 {
  margin-right: 3em !important;
}
.mb-5 {
  margin-bottom: 3em !important;
}
.ml-5 {
  margin-left: 3em !important;
}
.mx-5 {
  margin-right: 3em !important;
  margin-left: 3em !important;
}
.my-5 {
  margin-top: 3em !important;
  margin-bottom: 3em !important;
}

.m-auto {
  margin: auto !important;
}
.mt-auto {
  margin-top: auto !important;
}
.mr-auto {
  margin-right: auto !important;
}
.mb-auto {
  margin-bottom: auto !important;
}
.ml-auto {
  margin-left: auto !important;
}
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.p-0 {
  padding: 0 !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pr-0 {
  padding-right: 0 !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pl-0 {
  padding-left: 0 !important;
}
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.p-1 {
  padding: 0.25em !important;
}
.pt-1 {
  padding-top: 0.25em !important;
}
.pr-1 {
  padding-right: 0.25em !important;
}
.pb-1 {
  padding-bottom: 0.25em !important;
}
.pl-1 {
  padding-left: 0.25em !important;
}
.px-1 {
  padding-right: 0.25em !important;
  padding-left: 0.25em !important;
}
.py-1 {
  padding-top: 0.25em !important;
  padding-bottom: 0.25em !important;
}

.p-2 {
  padding: 0.5em !important;
}
.pt-2 {
  padding-top: 0.5em !important;
}
.pr-2 {
  padding-right: 0.5em !important;
}
.pb-2 {
  padding-bottom: 0.5em !important;
}
.pl-2 {
  padding-left: 0.5em !important;
}
.px-2 {
  padding-right: 0.5em !important;
  padding-left: 0.5em !important;
}
.py-2 {
  padding-top: 0.5em !important;
  padding-bottom: 0.5em !important;
}

.p-3 {
  padding: 1em !important;
}
.pt-3 {
  padding-top: 1em !important;
}
.pr-3 {
  padding-right: 1em !important;
}
.pb-3 {
  padding-bottom: 1em !important;
}
.pl-3 {
  padding-left: 1em !important;
}
.px-3 {
  padding-right: 1em !important;
  padding-left: 1em !important;
}
.py-3 {
  padding-top: 1em !important;
  padding-bottom: 1em !important;
}

.p-4 {
  padding: 1.5em !important;
}
.pt-4 {
  padding-top: 1.5em !important;
}
.pr-4 {
  padding-right: 1.5em !important;
}
.pb-4 {
  padding-bottom: 1.5em !important;
}
.pl-4 {
  padding-left: 1.5em !important;
}
.px-4 {
  padding-right: 1.5em !important;
  padding-left: 1.5em !important;
}
.py-4 {
  padding-top: 1.5em !important;
  padding-bottom: 1.5em !important;
}

.p-5 {
  padding: 3em !important;
}
.pt-5 {
  padding-top: 3em !important;
}
.pr-5 {
  padding-right: 3em !important;
}
.pb-5 {
  padding-bottom: 3em !important;
}
.pl-5 {
  padding-left: 3em !important;
}
.px-5 {
  padding-right: 3em !important;
  padding-left: 3em !important;
}
.py-5 {
  padding-top: 3em !important;
  padding-bottom: 3em !important;
}

.font-gi {
  font-family: "M PLUS 1p", sans-serif;
}

.pic50 {
  margin: 1.1428em auto !important;
  font-size: 1.4rem;
  text-align: center;
}
.pic50 img {
  margin: 0 auto;
  margin-bottom: 4px;
  width: 50%;
}

.cou2 {
  margin-bottom: 1em;
  padding: 8px;
  font-weight: bold;
  background: #bdfcfd;
  border: solid 1px #29c8cd;
  border-radius: 10px;
}

.footer_inner #footmark {
  display: block;
  margin: 15px auto 0;
  padding-bottom: 8px;
  width: 48px;
  height: auto;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer_inner #footmark {
    margin-top: 10px;
    padding-bottom: 3px;
    width: 44px;
    height: auto;
    position: absolute;
    right: 0;
    bottom: 0;
  }
}

#healthy h4 {
  background: none;
  color: #e95471;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-radius: 0;
}
#healthy h5 span {
  display: inline-block;
  padding: 2px 4px;
  background-color: #fff45f;
}
#healthy .list-mark {
  color: rgba(233, 84, 113, 0.5);
}

.ward table {
  width: 100%;
}
.ward table th {
  font-weight: bold;
  text-align: center;
  background: #ffffff;
}
.ward table thead th {
  background: #b1c668;
}
.ward table td {
  font-size: 1.4rem;
}
.ward table tr.even td {
  background-color: #dce89d;
}

#kokuraminami .tb_left,
#kokuraminami .tb_right {
  width: auto;
  height: 310px;
}
#kokuraminami table th {
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  background: #d1e7c3;
}
#kokuraminami table th.bobd {
  border-top-width: 2.5px;
  border-right-width: 2.5px;
  border-left-width: 2.5px;
}
#kokuraminami table td {
  font-size: 1.4rem;
  text-align: center;
}
#kokuraminami table td.bobd {
  border-right-width: 2.5px;
  border-bottom-width: 2.5px;
  border-left-width: 2.5px;
}
#kokuraminami .ward_btext {
  min-height: 200px;
}
@media screen and (min-width: 768px) {
  #kokuraminami .ward_eye img {
    width: 200px;
  }
}

#yahatanishi table.kenko-table {
  width: 100%;
}
#yahatanishi table.kenko-table thead th {
  white-space: nowrap;
  background-color: #3e66ac;
  color: white;
}
#yahatanishi table.kenko-table tbody th {
  font-weight: normal;
}
#yahatanishi table.kenko-table th {
  text-align: left;
}
#yahatanishi table.kenko-table td {
  text-align: center;
}
#yahatanishi table.kenko-table td.td-mark {
  background-color: mark;
}

#yahatahigashi .tb_left,
#yahatahigashi .tb_right {
  width: auto;
  height: 110px;
}
#yahatahigashi .tb {
  width: 100%;
  height: auto;
}
#yahatahigashi .yahata_mid {
  margin-bottom: 0;
  color: #2f5831;
}
#yahatahigashi .higashi_box {
  margin-top: 1.2em;
  padding: 12px;
  background: #fad1b1;
  border-radius: 10px;
}
#yahatahigashi .higashi_box h4 {
  margin-bottom: 0;
  color: #ea5405;
}
#yahatahigashi .higashi_box li {
  margin-top: 0.2em;
}

#tobata .tb_left,
#tobata .tb_right {
  width: auto;
  height: 288.5px;
}
#tobata table th,
#tobata table td {
  font-size: 1.4rem;
}
#tobata table thead th {
  white-space: nowrap;
  background: #0068b7;
  color: #ffffff;
}
#tobata table tbody th {
  white-space: nowrap;
}
#tobata table tbody td:nth-of-type(2) {
  white-space: nowrap;
}
#tobata table tbody td {
  background: #ffffff;
}
#tobata .tobata_box {
  margin-top: 1.2em;
  padding: 12px;
  background: #cbda95;
  border-radius: 10px;
}
#tobata .tobata_box h4 {
  margin: 0;
  padding: 3px 8px;
  font-size: 1.7rem;
  background: #fff100;
  color: #009944;
  border-radius: 6px;
}
#tobata .info_contents {
  background: #fadce9;
}

#special .color-special1 {
  color: #142a74;
}
#special .special-box {
  background: repeat center url("./special/special-box_bg.jpg");
}
#special .special-box .box {
  background-color: rgba(255, 255, 255, 0.5);
}
#special .special-box_primary {
  background: #fff9ef;
  border: 1px solid #142a74;
}
#special .special-box_primary h3 {
  color: #142a74;
}
#special .special-box_primary-wrapper {
  padding: 2px;
  border: 3px solid #142a74;
}
#special .special-box_secondary {
  border: 2px solid #90c8ed;
}
#special .special-box_secondary .box-header {
  padding: 0.75em;
}
#special .special-box_secondary h3 {
  display: flex;
  align-items: center;
  margin: 0 !important;
  font-size: 1.25em;
  color: #142a74;
}
#special .special-box_secondary h3 span.sub-title {
  display: inline-block;
  padding: 3px 0;
  font-size: 0.625em;
  white-space: nowrap;
  border-top: 1px solid;
  border-bottom: 1px solid;
}
#special .special-box_secondary h3 span.sub-title + span {
  margin-left: 0.5em;
}
#special .special-box_secondary h3 span {
  vertical-align: middle;
}
#special .special-box_secondary h4 {
  color: #142a74;
}
#special .special-box_secondary-wrapper {
  padding: 2px;
  border: 3px solid #142a74;
}
#special .special-box_secondary .box-header {
  background: #c4dbf1;
}
#special .special-box_teritary {
  border: 1px solid #90c8ed;
}
#special .special-box_teritary h3 {
  font-size: 1.25em;
  color: #142a74;
}
#special .special-box_teritary h4 {
  padding: 0.375em 0.625em;
  font-size: inherit;
  background: repeat center url("./special/special-box_bg.jpg");
}
#special .special-box_teritary-wrapper {
  padding: 2px;
  border: 3px solid #90c8ed;
}
#special .special-box_teritary .box {
  background: #fff9ef;
}
#special .seicho-layout > .seicho-image {
  margin: 0 auto;
  text-align: center;
}
#special .seicho-layout > .seicho-image + .seicho-content {
  margin-top: 0.75em;
}
@media screen and (min-width: 768px) {
  #special .seicho-layout {
    display: flex;
  }
  #special .seicho-layout > .seicho-image {
    margin-right: 0.75em;
  }
  #special .seicho-layout > .seicho-image + .seicho-content {
    margin-top: 0;
  }
}

#healthy .healthy-box {
  background: #fff9ef;
  border: 1px solid #0079c3;
}
#healthy .healthy-box h4 {
  color: #0079c3;
  border: 0;
}
#healthy .healthy-box ul li {
  margin-top: 0.3em;
}
#healthy .healthy-box ul li .list-mark {
  color: #0079c3;
}
#healthy .healthy-box_primary {
  background-color: #d8effc;
}
#healthy .healthy-box_primary h4 {
  padding: 0.25em 0.75em;
  background: #0079c3;
  color: #fff799;
  border: 0;
  border-radius: 0.25em;
  text-shadow: rgba(35, 24, 21, 0.5) 1px 0 0, rgba(35, 24, 21, 0.5) 0.540302px 0.841471px 0, rgba(35, 24, 21, 0.5) -0.416147px 0.909297px 0, rgba(35, 24, 21, 0.5) -0.989992px 0.54112px 0, rgba(35, 24, 21, 0.5) -0.653644px -0.756802px 0, rgba(35, 24, 21, 0.5) 0.283662px -0.958924px 0, rgba(35, 24, 21, 0.5) 0.96017px -0.279415px 0;
}
#healthy .healthy-box_primary h5 {
  color: #0079c3;
}
#healthy .healthy-box_primary h5:not(:first-child) {
  margin-top: 1.25em !important;
}

#topics hr {
  background: #8dc349;
}
#topics .topics-content {
  background-color: #8dc349;
  padding: 4px;
}
#topics .topics-content > .tp-box:not(:first-child) {
  margin-top: 4px;
}
#topics .topics-content > .tp-box:not(:last-child) {
  margin-bottom: 4px;
}
#topics ul li {
  margin-top: 0.3em;
}

#topics1 .accordion-content > .tp-box {
  background: #f9f6fa;
}
#topics1 .list-mark {
  color: #261f87;
}
#topics1 h4 {
  font-size: inherit;
}
#topics1 h4 span {
  display: inline-block;
  padding: 0.375em 0.625em;
  background: #ffffff;
  color: #e50c12;
  border: 2px solid currentColor;
  border-radius: 0.25em;
}
#topics1 h5 {
  color: #261f87;
}
#topics1 .topics-box {
  border: 1px solid #261f87;
}
#topics1 .topics-box .box-header {
  background: #261f87;
  color: #ffffff;
}
#topics1 .topics-box .box-content {
  background: #ffffff;
}
#topics1 .topics-box h4 {
  padding: 0.375em 0.625em;
  border: 1px solid #261f87;
  border-radius: 0.25em;
}
#topics1 .tp-info-box .tp-info-box_title {
  padding: 0.375em 0.625em;
  background: #261f87;
  color: #ffffff;
}

#topics2 .accordion-content > .tp-box > .box {
  background: #fef8f4;
}
#topics2 .tp-highlight-title span {
  border: 1px solid;
}
#topics2 h4 {
  color: #e50c12;
}
#topics2 .danger-box {
  border: 2px solid #e50c12;
}
#topics2 .danger-box .box-header {
  color: #fff;
  background: #e50c12;
}
#topics2 .danger-box .box-content {
  background: #fff100;
}

#topics2-1 h5 {
  font-size: inherit;
  padding: 2px 4px;
  color: #e50c12;
  border-top: 1px solid;
  border-bottom: 1px solid;
}

#topics2-2 h5 {
  font-size: inherit;
  padding: 0.375em 0.625em;
  background: rgba(229, 12, 18, 0.1);
}

#topics3 .accordion-content > .tp-box {
  background: #fff7ea;
}
#topics3 .AB-wrap {
  background: none;
}
#topics3 mark {
  color: inherit;
  background: linear-gradient(transparent 60%, #fff45f 60%);
}
#topics3 h4 {
  color: #0061b0;
}

#topics4 h4 {
  font-size: inherit;
  color: #0079c3;
}

#topics5 h5 {
  font-size: inherit;
  color: #eb5a20;
}

#topics8 .accordion-content > .tp-box {
  background: #edf7fd;
}
#topics8 .box-header {
  padding: 0.75em 1em;
  background-color: #d3e4f5;
}
#topics8 .box-header h4 {
  font-size: inherit;
  margin: 0;
  text-shadow: #fff 1px 0 0, #fff 0.540302px 0.841471px 0, #fff -0.416147px 0.909297px 0, #fff -0.989992px 0.54112px 0, #fff -0.653644px -0.756802px 0, #fff 0.283662px -0.958924px 0, #fff 0.96017px -0.279415px 0;
}
#topics8 .box-content {
  background-color: #fff;
}

#topics9 .list-mark {
  color: #eb5a20;
}
#topics9 .topics-box {
  border: 2px solid #0061b0;
}
#topics9 h4 {
  font-size: inherit;
}
#topics9 h4 mark {
  display: inline-block;
  padding: 0.25em 0.75em;
}

#topics10 h4 {
  font-size: inherit;
  color: #eb5a20;
}

#series1 .tag {
  background: #19913b;
  color: #fff;
  border-radius: 0.25em;
  padding-left: 1em;
  padding-right: 1em;
}
#series1 h4 {
  color: #19913b;
}
#series1 h5 {
  color: #bb1a2a;
}
#series1 .series-box {
  border: 1px solid #19913b;
}/*# sourceMappingURL=style.css.map */