html {
  scroll-behavior: smooth;
}
.bghimawari {
  background-image: url("../images/bg-himawari-2019-12.jpg");
  object-fit: cover;
}
input,
textarea,
.uneditable-input {
  width: auto;
}
.aligncenter {
  display: block;
  margin: 0 auto;
}
.flex1 {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
@media all and (max-width: 480px) {
  .flex1 {
    flex-direction: column;
  }
}
.flex1 .cell {
  flex: 1 1;
  text-align: center;
}
.flex1 .cell:not(:last-child) {
  margin-right: 10px;
}
.photo {
  padding: 8px;
  border: 1px solid #eee;
  background: #fff;
  border-radius: 2px;
  box-shadow: 1px 1px 3px rgba(0,0,0,0.1);
}
.rotate-l {
  transform: rotate(-2deg);
}
.rotate-l2 {
  transform: rotate(-4deg);
}
.rotate-r {
  transform: rotate(2deg);
}
.rotate-r2 {
  transform: rotate(4deg);
}
.shadow {
  box-shadow: -3px 2px 3px -1px rgba(0,0,0,0.1);
}
#top_fbox_1 {
  display: flex;
  flex-wrap: wrap;
  padding: 1vmin;
  margin-left: 10px;
  justify-content: space-between;
}
#top_fbox_1 .hospital {
  flex-grow: 0;
  padding: 8px 0 8px 16px;
  margin: 0.5vmin 0;
  overflow: hidden;
  flex-basis: 47%;
  transition: box-shadow 0.2s, transform 0.2s;
  border-radius: 5%/50%;
  box-shadow: 0 0 0 1px rgba(231,62,123,0.2);
  font-size: 16px;
  text-align: left;
  color: #050505;
}
#top_fbox_1 .hospital:hover {
  transform: scale(1.02);
  box-shadow: 0 1px 10px 1px rgba(231,62,123,0.2);
}
#top_fbox_1 .hospital a {
  display: block;
}
@media all and (max-width: 979px) {
  #top_fbox_1 .hospital {
    flex-basis: 100%;
    padding-top: 4px;
    padding-left: 45px;
  }
}
.list-circle-number {
  list-style: none;
  padding-left: 0;
}
.list-circle-number li:before {
  display: marker;
}
.list-circle-number li:nth-of-type(1):before {
  content: "①";
}
.list-circle-number li:nth-of-type(2):before {
  content: "②";
}
.list-circle-number li:nth-of-type(3):before {
  content: "③";
}
.list-circle-number li:nth-of-type(4):before {
  content: "④";
}
.list-circle-number li:nth-of-type(5):before {
  content: "⑤";
}
.list-circle-number li:nth-of-type(6):before {
  content: "⑥";
}
.list-circle-number li:nth-of-type(7):before {
  content: "⑦";
}
.list-circle-number li:nth-of-type(8):before {
  content: "⑧";
}
.list-circle-number li:nth-of-type(9):before {
  content: "⑨";
}
.list-circle-number li:nth-of-type(10):before {
  content: "⑩";
}
a.icon[href $='.pdf'],
a.icon[href $='.doc'],
a.icon[href $='.docx'],
a.icon[href $='.xls'],
a.icon[href $='.xlsx'] {
  position: relative;
  display: block;
  margin: 0;
  padding: 5px 0 10px 45px;
  text-decoration: underline;
}
a.icon[href $='.pdf']::before,
a.icon[href $='.doc']::before,
a.icon[href $='.docx']::before,
a.icon[href $='.xls']::before,
a.icon[href $='.xlsx']::before {
  position: absolute;
  display: inline-block;
  content: '';
  left: 0;
  top: 0;
  width: 45px;
  height: 45px;
}
a.icon[href $='.pdf']::before {
  background: url("../images/File_Pdf-64.png") no-repeat;
  background-size: contain;
}
a.icon[href $='.xls']::before,
a.icon[href $='.xlsx']::before {
  background: url("../images/icon_exel_64.png") no-repeat;
  background-size: contain;
}
a.icon[href $='.doc']::before,
a.icon[href $='.docx']::before {
  background: url("../images/icon_word_64.png") no-repeat;
  background-size: contain;
}
.waku {
  padding: 1rem;
  border-radius: 10px;
  display: inline-block;
  min-width: 60%;
}
.bg-blue {
  background-color: #d9eefa;
}
.bg-green {
  background-color: #aff6af;
}
.bg-pink {
  background-color: #f9d0e6;
}
.bg-yellow {
  background-color: #f7f2ac;
}
table#koukoku2020-03 {
  border-collapse: collapse;
  width: 100%;
}
table#koukoku2020-03 td {
  text-align: center;
}
table.kk202004 {
  width: auto;
  margin: 30px auto;
}
table.kk202004 td {
  text-align: center;
  padding: 4px 10px;
}
.textwidget p {
  margin: 2px 0;
}
#side-gensei {
  margin-top: 10px;
  padding: 4px;
  background-color: #bff9bc;
  border-radius: 6px;
  font-size: 14px;
}
table.tb20200418 td {
  text-align: center;
  padding: 2px 3px;
}
table.tb20200418 td:nth-of-type(-n+1),
table.tb20200418 tr.bgy,
table.tb20200418 td.bgy {
  background-color: #f9eba2;
}
table.magazin {
  border-collapse: collapse;
}
table.magazin td {
  width: 50%;
  padding: 10px;
  border: 1px solid #ddd;
  vertical-align: middle;
}
table.magazin td img {
  width: 100%;
  height: auto;
}
.row-flex {
  display: flex;
}
.row-flex .flex1-4 {
  flex-basis: 25%;
  padding: 0;
  margin: 0;
  order: 1;
}
.row-flex .flex3-4 {
  flex-basis: 75%;
  order: 2;
}
@media all and (max-width: 480px) {
  .row-flex {
    display: flex;
    flex-direction: column;
  }
  .row-flex .flex1-4 {
    order: 2;
  }
  .row-flex .flex3-4 {
    order: 1;
  }
}
ul.sika-infos {
  margin-left: 20px;
}
ul.sika-infos li {
  font-size: 1rem;
  line-height: 1.2;
  margin: 15px 0;
  padding-left: 20px;
}
ul.sika-infos li:before {
  color: #0ba223;
  content: "\f054";
  margin-right: 8px;
  display: inline-block;
  font-family: FontAwesome;
}
.side-heiwa-sika li a,
.side-coop-sika li a {
  display: block;
}
.navigation {
  margin: 50px auto 0;
}
.navigation .screen-reader-text {
  display: none;
}
.nav-links {
  text-align: center;
}
.nav-links .page-numbers {
  padding: 5px 8px;
  color: #000;
  text-decoration: none;
}
.nav-links .current {
  background-color: #28aca2;
  color: #fff;
}
