a {
  cursor: pointer;
  text-decoration: none;
  background-color: none;
  color: #3333FF;
}
a:visited {
  color: #3333FF;
}
a:hover {
  text-decoration: underline;
  color: #F60;
}
a:active {
  color: #3333FF;
}

p {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

dl {
  margin: 0;
  padding: 0;
}

#bottom {
  display: flex;
}
#bottom .iframe_size {
  width: 650px;
  height: 600px;
  overflow: hidden;
}
#bottom .iframe_size .frame_contents {
  width: 100%;
  height: 100%;
  overflow: scroll;
}

.accordion-area {
  list-style: none;
  width: 170px;
  margin: 0 auto;
}

.title {
  cursor: pointer;
}

.box {
  display: none;
}

body {
  margin: 0;
  font-size: 12px;
  line-height: 18px;
  color: #666666;
}

.header .text-box {
  margin-top: 10px;
  text-align: right;
  font-size: 12px;
}
.header .text-box .notice {
  color: #3333ff;
}

body .outer {
  width: 620px;
  padding-bottom: 50px;
}
body .lead .text-box {
  font-size: 12px;
}
body .lead .text-box.indent {
  text-indent: 14px;
}

#side_navigation ul {
  text-align: left;
}
#side_navigation ul a {
  display: flex;
  width: 100%;
  font-size: 13px;
  font-weight: 600;
  color: #000;
  letter-spacing: -0.5px;
  text-decoration: none;
}
#side_navigation ul a:hover {
  text-decoration: underline;
  color: #F60;
}
#side_navigation ul a::before {
  content: "";
  width: 8px;
  height: 8px;
  display: block;
  background-color: #1A8D2F;
  border-radius: 50%;
  margin: 5px 2px 0 0;
  flex-shrink: 0;
}
#side_navigation ul h4 {
  margin: 0;
  display: flex;
  width: 100%;
  font-size: 13px;
  font-weight: 600;
  color: #000;
  letter-spacing: -0.5px;
  text-decoration: none;
}
#side_navigation ul h4::before {
  content: "";
  width: 8px;
  height: 8px;
  display: block;
  background-color: #1A8D2F;
  border-radius: 50%;
  margin: 5px 2px 0 0;
  flex-shrink: 0;
}
#side_navigation ul li {
  margin-bottom: 5px;
}
#side_navigation ul li a small {
  margin: 0 -4px;
}
#side_navigation ul li ul {
  margin-top: 5px;
  padding-left: 10px;
}
#side_navigation ul .business {
  margin: 5px 0 0;
}
#side_navigation ul .business h4::before {
  background-color: #99CC3F;
}
#side_navigation ul .business a::before {
  background-color: #99CC3F;
}
#side_navigation ul .business a:hover::before {
  background-color: #68C6DD;
}
#side_navigation ul .health h4::before {
  background-color: #DDDD68;
}
#side_navigation ul .health a::before {
  background-color: #DDDD68;
}
#side_navigation ul .health a:hover::before {
  background-color: #7A68DD;
}
#side_navigation .outer {
  width: auto;
  padding-bottom: 0;
}

#top #side_navigation .inner {
  padding: 0 1px 0 5px;
  background: url("../../image/mnu_back.gif");
}

#bottom #side_navigation {
  width: 170px;
  margin: 0;
  background-image: url(http://www.hokkaido.med.or.jp/kokuho/html/images/menu_back.gif);
  background-repeat: no-repeat;
}
#bottom #side_navigation .outer {
  width: 190px;
  padding-top: 20px;
}
#bottom #side_navigation .accordion-area {
  width: 100%;
  padding-inline: 0 20px;
}
#bottom #side_navigation .accordion-area li a {
  width: 100%;
}

.subpage-header .inner {
  width: 100%;
  background: url("../images/back01.gif") repeat-x;
}
.subpage-header a {
  display: block;
  width: 100%;
}

main .outer__box {
  display: flex;
  justify-content: flex-start;
}
main .outer__box .main__item {
  width: 640px;
}
main .outer__box .main__item .inner {
  padding-block: 15px 0;
  padding-inline: 10px 0;
}
main .outer__box .main__item .heading {
  margin-block-end: 20px;
}
main .outer__box .main__item h2 {
  font-size: 16px;
  color: #333399;
}
main .outer__box .main__item__box .introduce h2 {
  margin-block-end: 20px;
}
main .outer__box .main__item__box .introduce p {
  font-size: 13px;
  line-height: 1.6;
  text-indent: 13px;
}
main .outer__box .main__item__box .chairman {
  float: right;
  margin: 0 0 17px 17px;
}
main .outer__box .main__item__box .chairman__name {
  clear: both;
}
main .outer__box .main__item__box .chairman__name p {
  text-indent: 16px;
  text-align: right;
}
main .outer__box .main__item__box .chairman__name p:first-of-type {
  padding-block: 0 5px;
}
