@charset "UTF-8";

abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
  max-width: 100%;
  height: auto;
}

video {
  max-width: 100%;
  height: auto;
}

html {
  background-image: url(../img/bg_sibafu.gif);
  background-repeat: repeat-x;
  background-position: bottom;
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  color: #333333;
  line-height: 1.5;
  letter-spacing: 0;
  background: url(../img/bg_grad.gif) repeat-x;
}

@media screen and (max-width: 960px) {
  body {
    background-image: none;
  }
}

a,
a:link {
  color: #0033ff;
  text-decoration: none;
  outline: none;
}

a:visited {
  color: #0033ff;
  text-decoration: none;
}

a:active,
a:hover {
  color: #cc0000;
  text-decoration: underline;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px;
}

.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 7px 0 0 10px;
  font-size: 14px;
}

.breadcrumbs {
  text-align: left;
}

.breadcrumbs .list-a {
  white-space: nowrap;
}

.breadcrumbs li:after {
  content: ' ＞ ';
}

.breadcrumbs li:last-child:after {
  content: none;
}

@media screen and (max-width: 600px) {
  .breadcrumbs {
    flex-wrap: wrap;
  }

  .breadcrumbs li:last-child {
    display: none;
  }
}

#wrapper {
  width: 1200px;
  margin: 0px auto;
}

@media screen and (max-width: 1200px) {
  #wrapper {
    width: 100%;
  }
}

#header {
  height: 142px;
  width: 1200px;
  background: url(../img/header1200.png) no-repeat;
  position: relative;
}

@media screen and (min-width: 961px) and (max-width: 1200px) {
  #header {
    width: 100%;
  }
}

@media screen and (max-width: 960px) {
  #header {
    width: 100%;
    height: auto;
    background-image: none;
    position: relative;
  }
}

#header #belong {
  position: absolute;
  top: 32px;
  left: 470px;
  color: #fff;
  z-index: 100;
}

@media screen and (max-width: 960px) {
  #header #belong {
    top: 18px;
    left: auto;
    right: 60px;
  }
}

@media screen and (max-width: 600px) {
  #header #belong {
    top: 5px;
  }
}

#header h1 {
  padding: 27px 0 0 124px;
}

#header h1 a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 960px) {
  #header h1 {
    display: none;
    padding: 0;
  }
}

#header ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 94px;
  left: 31px;
}

#header ul li {
  background: #639be6;
  border-radius: 12px 12px 0 0;
  border: 2px solid #e1e1e1;
  border-bottom: none;
  margin-right: 2px;
  text-align: center;
  font-size: 15px;
  line-height: 1.1;
}

#header ul li div {
  width: 86px;
  height: 46px;
  display: table-cell;
  vertical-align: middle;
  border-bottom: 7px solid #e1e1e1;
  padding-top: 2px;
}

#header ul li div:hover {
  border-bottom: 7px solid #00367e;
  background: #2c76d9;
  border-radius: 12px 12px 0 0;
}

#header ul li div.home {
  width: 36px;
}

#header ul li div.visited {
  background: #00367e;
  border-radius: 12px 12px 0 0;
}

#header ul li div span {
  font-size: 11px;
}

#header ul li:last-child {
  margin-right: 0;
}

#header ul li a {
  color: #fff;
  text-decoration: none;
}

#header ul li a:hover {
  text-decoration: none;
}

#header ul li.committee div {
  font-size: 13px;
  width: 80px;
}

@media screen and (max-width: 960px) {
  #header #pc-nav {
    display: none;
  }
}

#header #sp-nav {
  width: 100%;
  position: relative;
}

@media print {
  #header #sp-nav {
    display: none;
  }
}

@media screen and (min-width: 961px) {
  #header #sp-nav {
    display: none;
  }
}

#header #sp-nav .drawer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

#header #sp-nav .drawer h1 {
  display: block;
  height: 60px;
  width: 100%;
  top: 0;
  left: 0;
  background: url('../img/header1000.gif') no-repeat;
  text-indent: -9999px;
}

@media screen and (max-width: 600px) {
  #header #sp-nav .drawer h1 {
    background: url('../img/header720.gif') no-repeat;
  }
}

#header #sp-nav .drawer h1 a {
  display: block;
  height: 60px;
  width: 80%;
}

#header #sp-nav .drawer .navbar_toggle {
  position: absolute;
  z-index: 9999;
  right: 20px;
}

#header #sp-nav .drawer .navbar_toggle_icon {
  position: relative;
  display: block;
  height: 2px;
  width: 30px;
  background: #fff;
  -webkit-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  transition: ease 0.5s;
}

#header #sp-nav .drawer .navbar_toggle_icon:first-child {
  top: 0;
}

#header #sp-nav .drawer .navbar_toggle_icon:nth-child(2) {
  margin: 8px 0;
}

#header #sp-nav .drawer .navbar_toggle_icon:nth-child(3) {
  top: 0;
}

#header #sp-nav .drawer .navbar_toggle.open .navbar_toggle_icon:first-child {
  top: 10px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#header #sp-nav .drawer .navbar_toggle.open .navbar_toggle_icon:nth-child(2) {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
}

#header #sp-nav .drawer .navbar_toggle.open .navbar_toggle_icon:nth-child(3) {
  top: -10px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#header #sp-nav .sp-nav {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  transition: ease 0.5s;
  z-index: 1000;
}

#header #sp-nav .sp-nav.open {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  overflow-y: auto;
}

#header #sp-nav nav {
  position: fixed;
  z-index: 1000;
  top: 0;
}

#header #sp-nav nav ul.menu {
  position: relative;
  top: 0;
  left: 0;
  margin: 0 auto;
  padding: 60px 0 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  height: auto;
  width: auto;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100vw;
  height: 100vh;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#header #sp-nav nav ul.menu li {
  height: auto;
  width: auto;
  width: 80%;
  margin: 0 auto;
  text-align: center;
  font-size: 14px;
  border: none;
  border-bottom: 1px solid #fff;
  background: none;
  border-radius: 0;
}

#header #sp-nav nav ul.menu li.short {
  width: 40%;
  margin: 0;
}

#header #sp-nav nav ul.menu li.short:nth-child(odd) {
  border-left: 1px solid #fff;
}

#header #sp-nav nav ul.menu li:first-child {
  border-top: 1px solid #fff;
}

#header #sp-nav nav ul.menu li a {
  height: auto;
  width: auto;
  display: block;
  text-indent: inherit;
  padding: 14px 5px;
  color: #fff;
}

#header #sp-nav nav ul.menu li a:hover {
  text-decoration: none;
  background: #000;
}

#header #sp-nav nav ul.menu _:-ms-lang(x)::-ms-backdrop,
#header #sp-nav nav ul.menu li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
}

#header #sp-nav nav ul.menu _:-ms-lang(x)::backdrop,
#header #sp-nav nav ul.menu li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

:root #header #pc-nav li div,
_::-webkit-full-page-media,
_:future {
  width: 85px;
}

:root #header #pc-nav li div.home,
_::-webkit-full-page-media,
_:future {
  width: 37px;
}

:root #header #pc-nav li.committee div,
_::-webkit-full-page-media,
_:future {
  width: 79px;
}

#container {
  width: 100%;
  background: url(../img/bg_kage.png) repeat-y;
}

@media screen and (max-width: 960px) {
  #container {
    background-image: none;
  }
}

#container-inner {
  background: url(../img/bg_kage_ue.png) no-repeat top left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 0 21px;
}

@media screen and (min-width: 961px) and (max-width: 1200px) {
  #container-inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 960px) {
  #container-inner {
    background-image: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
  }
}

#alpha {
  width: 944px;
  background: url(../img/mainwindow_naka.png) repeat-y 0px 93px;
}

@media screen and (max-width: 960px) {
  #alpha {
    width: 100%;
    background-image: none;
    left: auto;
  }
}

#alpha #alpha-inner {
  background: url(../img/mainwindow_ue.png) no-repeat top left;
}

@media screen and (max-width: 960px) {
  #alpha #alpha-inner {
    background-image: none;
  }
}

#alpha #alpha-inner .main-sp {
  margin: 0 auto;
  width: 920px;
  text-align: center;
}

@media screen and (max-width: 960px) {
  #alpha #alpha-inner .main-sp {
    width: auto;
    margin-left: 0;
  }

  #alpha #alpha-inner .main-sp img {
    width: 100%;
    height: auto;
  }
}

#topics {
  margin: 10px 25px 0 25px;
  border-top: 6px solid #082865;
}

#topics #topics-inner {
  display: flex;
  margin-top: 5px;
}

#topics #topics-inner h2 {
  font-family: "Delicious Handrawn", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 26px;
  color: #082865;
  width: 80px;
  text-align: center;
}

#topics #topics-inner ul {
  width: calc(100% - 100px);
  padding-left: 15px;
  margin-top: 10px;
}

#topics #topics-inner ul li {
  border-bottom: 1px dotted #c5cbdb;
  padding: 7px 20px;
  line-height: 1.2;
  position: relative;
}

#topics #topics-inner ul li::before {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  background-color: #7ac043;
  border-radius: 50%;
  position: absolute;
  left: 10px;
  top: 13px;
}

#topics #topics-inner ul li:first-child {
  border-top: 1px dotted #c5cbdb;
}



#gfa-jfa {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  padding: 30px 0 0 0;
  align-items: stretch;
}

#gfa,
#jfa {
  display: flex;
  flex-direction: column;
  position: relative;
}

#gfa h3,
#jfa h3 {
  font-size: 16px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 250px;
  border-radius: 10px;
  margin: 0 auto;
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
}

#gfa h3 {
  background-color: #0f8838;
}

#jfa h3 {
  background-color: #01218e;
}

#gfa h3 span,
#jfa h3 span {
  font-size: 12px;
  font-weight: normal;
  padding-left: 7px;
}

#gfa ul,
#jfa ul {
  flex-grow: 1;
  padding: 15px 15px 10px 15px;
}

#gfa ul {
  background-color: #f3f9f5;
}

#jfa ul {
  background-color: #f3f4f9;
}

#gfa ul li,
#jfa ul li {
  border-bottom: 1px dotted #c5cbdb;
  padding: 7px 0;
  line-height: 1.2;
}

#gfa ul li:last-child,
#jfa ul li:last-child {
  border-bottom: none;
}

@media (max-width: 600px) {
  #topics {
    margin: 10px 15px 0 15px;
    border-top: 6px solid #082865;
  }

  #topics #topics-inner {
    display: block;
    margin-top: 0;
  }

  #topics #topics-inner h2 {
    text-align: left;
    margin-left: 15px;
  }

  #topics #topics-inner ul {
    width: 100%;
    padding-left: 0;
    margin-top: 5px;
  }

  #topics #topics-inner ul li {
    padding: 7px 0 7px 20px;
  }

  #topics #topics-inner ul li::before {
    left: 7px;
  }

  #gfa-jfa {
    display: block;
  }

  #gfa,
  #jfa {
    display: block;
  }

  #jfa {
    margin-top: 30px;
  }
}

#alpha #main {
  width: 100%;
  background: url(../img/mainwindow_sita.png) no-repeat 0 bottom;
  margin-top: 13px;
  padding: 2px 22px 30px 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: row-reverse wrap;
  flex-flow: row-reverse wrap;
}

@media screen and (max-width: 960px) {
  #alpha #main {
    width: auto;
    background-image: none;
    margin-top: 0;
    padding: 0 15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
}

#alpha #main.category {
  display: block;
}

#alpha #main #title {
  width: calc(100% - 210px);
}

@media screen and (max-width: 960px) {
  #alpha #main #title {
    width: auto;
    margin: 15px 0 0 0;
  }
}

#alpha #main #title dl {
  background-color: #ebebeb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 960px) {
  #alpha #main #title dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

#alpha #main #title dl dt {
  border-bottom: 2px solid #ffffff;
  padding: 2px 10px;
  text-align: center;
  width: 80px;
}

#alpha #main #title dl dt abbr[title] {
  border-bottom: none;
  cursor: default;
  text-decoration: none;
  font-size: 14px;
}

#alpha #main #title dl dd {
  width: calc(100% - 80px);
  border-bottom: 2px solid #ffffff;
  border-left: 4px solid #ffffff;
  padding: 2px 10px;
}

#alpha #main #title dl dd a {
  text-decoration: none;
}

#alpha #main .calendar {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 70%;
  margin: 30px 0 10px 0;
}

#alpha #main .calendar iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#alpha #main #category {
  width: 200px;
  font-size: 14px;
}

@media screen and (max-width: 960px) {
  #alpha #main #category {
    width: 100%;
    margin: 40px 0 0 0;
  }
}

@media screen and (max-width: 960px) {
  #alpha #main #category #category-wrapper {
    display: none;
  }
}

#alpha #main #category #category-wrapper>dl {
  display: none;
}

#alpha #main #category #category-wrapper>.category-inner {
  display: none;
}

#alpha #main #category #category-wrapper>.category-inner>ul {
  margin: 10px 0 10px 0;
}

#alpha #main #category #category-wrapper .nenkankeikaku-banner {
  margin-top: 0;
}

#alpha #main #category ul li {
  margin: 0;
  padding: 0 0 0 16px;
  background: url(../img/tree_lst_solid.gif) no-repeat;
  list-style: none;
}

#alpha #main #category ul li a {
  text-decoration: none;
}

#alpha #main #category ul li:last-child {
  background: url(../img/tree_end_solid.gif) no-repeat;
  list-style: none;
}

#alpha #main #category dl ul {
  padding-left: 20px;
}

#alpha #main #category dl li {
  background: none !important;
}

@media screen and (max-width: 960px) {
  #alpha #main #category .toto {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
  }
}

#alpha #main #category .toto li {
  margin-top: 20px;
  text-align: center;
  background: none;
  padding: 0;
}

@media screen and (max-width: 960px) {
  #alpha #main #category .toto li {
    margin-top: 0;
  }
}

#alpha #main #category .toto lilast-child {
  background: none;
}

#alpha #main #category .toto li img {
  max-width: 100%;
  height: auto;
}

#alpha #main #category .monthly {
  display: none;
}

#alpha #main #page-title {
  font-size: 20px;
  font-weight: bold;
  color: #2d3f7d;
  border-bottom: 4px double #8c9aa6;
}

#beta {
  width: 200px;
  margin-right: 2px;
  font-size: 14px;
}

@media screen and (max-width: 1200px) {
  #beta {
    width: 100%;
    height: auto;
    padding: 0 15px;
    margin-top: 20px;
  }
}

@media screen and (max-width: 1200px) {
  #beta .beta-menu {
    margin-top: 30px;
  }

  #beta .beta-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  #beta .beta-menu ul li {
    margin-bottom: 5px;
  }

  #beta .beta-menu ul li.yoran-side {
    width: 100%;
  }
}

#beta .beta-menu li {
  margin-bottom: 2px;
  background-size: auto auto;
  background-color: white;
  background-image: -o-repeating-linear-gradient(135deg, transparent, transparent 3px, rgba(208, 112, 187, 0.5) 3px, rgba(208, 112, 187, 0.5) 6px),
    -o-repeating-linear-gradient(45deg, transparent, transparent 3px, rgba(105, 143, 203, 0.5) 3px, rgba(105, 143, 203, 0.5) 6px);
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 3px, rgba(208, 112, 187, 0.5) 3px, rgba(208, 112, 187, 0.5) 6px),
    repeating-linear-gradient(45deg, transparent, transparent 3px, rgba(105, 143, 203, 0.5) 3px, rgba(105, 143, 203, 0.5) 6px);
  padding: 5px 5px;
}

#beta .beta-menu li a {
  color: #111;
  display: block;
  padding: 3px 10px;
  background: rgba(255, 255, 255, 0.87);
}

#beta .beta-menu li a:hover {
  color: #000;
  text-decoration: none;
  background: rgba(255, 221, 238, 0.7);
}

#beta .beta-menu li.yoran-side {
  margin: 10px 0 0 0;
  padding: 0;
  background-image: none;
}

#beta .beta-menu li.yoran-side a {
  padding: 0;
  opacity: 1;
}

#beta .beta-menu li.yoran-side a:hover {
  background: none;
}

#footer {
  background-image: url(../img/footer.png);
  background-repeat: no-repeat;
  height: 120px;
  width: 1200px;
  text-shadow: 1px 1px 2px #fff;
}

@media screen and (max-width: 1200px) {
  #footer {
    background-image: none;
    height: auto;
    width: auto;
    padding-bottom: 5px;
  }
}

#footer address {
  text-align: center;
  font-size: 12px;
  padding-top: 48px;
}

#footer #copyright {
  text-align: center;
  margin-top: 30px;
  font-size: 12px;
}

@media screen and (max-width: 960px) {
  #footer #copyright {
    margin: 5px auto 0 auto;
  }
}

#PageBute {
  text-align: center;
  margin: 15px auto 0 auto;
  width: 100%;
}

.widget-content {
  margin-top: 30px;
}

@media screen and (max-width: 1200px) {
  .widget-content {
    margin: 25px;
  }
}

.widget-content #search div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}

.widget-content #search div input {
  font-size: 12px;
  height: 24px;
  width: 140px;
  padding: 0 5px;
  border: 2px solid #7878d4;
  margin-right: 20px;
}

@media screen and (max-width: 1200px) {
  .widget-content #search div input {
    width: 200px;
    height: 40px;
  }
}

.widget-content #search div button {
  padding: 0;
  margin: 0;
  border: none;
  background: none;
}

.widget-content #search div .search-results-dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #ebebeb;
}

.widget-content #search div .search-results-dl dt {
  border-top: 2px solid #ffffff;
  padding: 2px 10px;
  width: 80px;
}

.widget-content #search div .search-results-dl dd {
  border-top: 2px solid #ffffff;
  border-left: 4px solid #ffffff;
  padding: 2px 10px;
  width: calc(100% - 80px);
}

#asset-contents .asset-body .about-touroku {
  font-size: 16px;
  font-weight: normal;
}

#asset-contents .asset-body .touroku-title {
  background-image: url(../img/list-blue.gif);
  background-repeat: no-repeat;
  background-position: left center;
  font-size: 14px;
  color: #cc0000;
  text-indent: 18px;
}

#asset-contents {
  width: 860px;
  margin: 5px auto 0 auto;
}

@media screen and (max-width: 960px) {
  #asset-contents {
    width: 100%;
    margin: 20px 0 0 0;
    padding: 0 15px;
  }
}

@media screen and (max-width: 600px) {
  #asset-contents {
    width: 100%;
    margin: 20px 0 0 0;
    padding: 0;
  }
}

#asset-contents #page-title {
  font-size: 20px;
  font-weight: bold;
  color: #2d3f7d;
  border-bottom: 4px double #8c9aa6;
}

@media screen and (max-width: 960px) {
  #asset-contents #page-title {
    font-size: 16px;
  }
}

#asset-contents .asset-meta {
  font-size: 12px;
  text-align: right;
}

#asset-contents .asset-meta .published {
  border-bottom: none;
  text-decoration: none;
}

#asset-contents .saishuko {
  text-align: right;
  font-size: 12px;
}

#asset-contents .asset-body {
  margin: 20px 0 0 0;
  background-image: url(../img/line.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  padding-bottom: 60px;
}

@media screen and (max-width: 960px) {
  #asset-contents .asset-body {
    background-position: right bottom;
  }

  #asset-contents .asset-body img {
    max-width: 100%;
    height: auto;
  }

  #asset-contents .asset-body #handbook dd {
    width: calc(100% - 200px);
    margin-bottom: 30px;
  }

  #asset-contents .asset-body table {
    max-width: 100%;
  }

  #asset-contents .asset-body table td {
    max-width: 100%;
  }
}

#asset-contents .asset-body h1 {
  font-size: 24px;
  color: #000;
  font-weight: bold;
  margin-top: 30px;
  line-height: 1.2;
}

@media screen and (max-width: 600px) {
  #asset-contents .asset-body h1 {
    font-size: 22px;
  }
}

#asset-contents .asset-body h2 {
  font-size: 22px;
  color: #0033cc;
  font-weight: bold;
  margin-top: 30px;
  line-height: 1.2;
}

@media screen and (max-width: 600px) {
  #asset-contents .asset-body h2 {
    font-size: 20px;
  }
}

#asset-contents .asset-body h3 {
  font-size: 20px;
  color: #cc0000;
  font-weight: bold;
  margin-top: 30px;
  line-height: 1.2;
}

@media screen and (max-width: 600px) {
  #asset-contents .asset-body h3 {
    font-size: 18px;
  }
}

#asset-contents .asset-body h4 {
  font-size: 18px;
  color: #0099ff;
  font-weight: bold;
  margin-top: 30px;
  line-height: 1.2;
}

@media screen and (max-width: 600px) {
  #asset-contents .asset-body h4 {
    font-size: 16px;
  }
}

#asset-contents .asset-body h5 {
  font-size: 20px;
  color: #000000;
  font-weight: bold;
  margin-top: 30px;
  line-height: 1.2;
}

@media screen and (max-width: 600px) {
  #asset-contents .asset-body h5 {
    font-size: 18px;
  }
}

#asset-contents .asset-body h6 {
  font-size: 18px;
  color: #000000;
  font-weight: bold;
  margin-top: 30px;
  line-height: 1.2;
}

@media screen and (max-width: 600px) {
  #asset-contents .asset-body h6 {
    font-size: 16px;
  }
}

#asset-contents .asset-body p {
  margin: 15px 0;
}

#asset-contents .asset-body ul ol,
#asset-contents .asset-body ul ul,
#asset-contents .asset-body ul ul ul,
#asset-contents .asset-body ul ul ul ul {
  margin: 5px 0 10px 20px;
}

#asset-contents .asset-body ul {
  list-style: disc;
  margin: 10px 0 0 40px;
}

#asset-contents .asset-body ul li {
  margin: 5px 0 0 0;
}

#asset-contents .asset-body ul li:first-child {
  margin-top: 0;
}

#asset-contents .asset-body ol ol,
#asset-contents .asset-body ol ol ol,
#asset-contents .asset-body ol ol ol ol,
#asset-contents .asset-body ol ul {
  margin: 5px 0 10px 20px;
}

#asset-contents .asset-body ol {
  list-style: none;
  counter-reset: list_count;
  margin: 10px 0 0 40px;
}

#asset-contents .asset-body ol li {
  position: relative;
  margin: 5px 0 0 0;
}

#asset-contents .asset-body ol li:first-child {
  margin-top: 0;
}

#asset-contents .asset-body ol>li:before {
  margin-right: 5px;
  counter-increment: list_count;
  content: counter(list_count);
  display: inline-block;
  line-height: 17px;
  text-align: center;
  height: 17px;
  width: 17px;
  border-radius: 50%;
  font-size: 14px;
  border: 1px solid #000;
  font-family: sans-serif;
  position: absolute;
  top: 6px;
  left: -22px;
}

#asset-contents .asset-body ol.listmark-num {
  counter-reset: list_count;
  padding: 0;
}

#asset-contents .asset-body strong {
  font-size: 16px;
  font-weight: bold;
  color: #cc0000;
  margin-left: 20px;
}

#asset-contents .asset-body table {
  border: 1px solid #333333;
}

#asset-contents .asset-body table th {
  padding: 5px;
  border: 1px solid #333333;
}

#asset-contents .asset-body table td {
  padding: 5px;
  border: 1px solid #333333;
}

#asset-contents .asset-body .toresen {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 600px) {
  #asset-contents .asset-body .toresen {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

#asset-contents .asset-body .toresen .toresen-a4 {
  width: calc(100% - 280px);
}

@media screen and (max-width: 600px) {
  #asset-contents .asset-body .toresen .toresen-a4 {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  #asset-contents .asset-body .toresen .toresen-a4-img {
    width: 100%;
    text-align: center;
  }
}

#asset-contents .asset-footer {
  margin: 25px 0 25px 0;
  clear: both;
  font-size: 14px;
}

#asset-contents .asset-footer .entry-categories {
  margin-bottom: 20px;
  padding-top: 15px;
}

#asset-contents .asset-footer .entry-categories h2 {
  float: left;
  padding: 0;
  margin: 0;
}

#asset-contents .asset-footer .entry-categories ul {
  margin: 0;
  padding: 0;
  float: left;
}

#asset-contents .asset-footer .entry-categories ul li {
  list-style: none;
  margin: 0 5px 0 10px;
  padding: 0;
  float: left;
}

#asset-contents .cate-entry-title {
  width: 860px;
  margin-top: 20px;
}

@media screen and (max-width: 960px) {
  #asset-contents .cate-entry-title {
    width: 100%;
  }
}

#asset-contents .cate-entry-title li {
  margin-bottom: 20px;
  font-size: 15px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 960px) {
  #asset-contents .cate-entry-title li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  #asset-contents .cate-entry-title li abbr {
    width: 130px;
  }

  #asset-contents .cate-entry-title li a {
    width: calc(100% - 140px);
  }
}

#asset-contents .cate-entry-title li .cate-published {
  margin: 0;
  padding: 0;
  width: 120px;
  margin-right: 10px;
  font-size: 14px;
  text-decoration: none;
  border-bottom: none;
}

#asset-contents .cate-entry-title li .cate-published:hover {
  cursor: default;
}

#asset-contents .cate-entry-title li a {
  width: calc(100% - 130px);
}

.top-archive {
  margin: 0px 0 10px 0;
  padding: 0;
}

.top-archive dt {
  margin-left: 7px;
  padding: 0;
}

.top-archive dd {
  margin-left: 0px;
  padding: 0;
}

.top-archive dd ul {
  padding: 0;
  margin: 0;
}

.top-archive dd ul li {
  display: inline;
}

.monthchunks {
  margin: 0 0 10px 0;
  padding: 0;
}

.monthchunks dt {
  margin-left: 7px;
  padding: 0;
}

.monthchunks dd {
  margin-left: 30px;
}

.monthchunks dd ul {
  padding: 0;
  margin: 0;
}

.monthchunks dd ul li {
  display: inline;
}

#asset-contents .content-month-nav {
  width: 860px;
  text-align: center;
  margin: 30px 0 0 0;
}

#category .top-archive {
  width: 200px;
}

#category>ul {
  padding: 0 0 0 5px;
  margin: 0 0 0 0px;
}

#beta .right-archive li {
  list-style: none;
}

#beta .right-archive {
  padding: 0px 0 3px 5px;
  margin: 0 0 0 0px;
}

#beta .right-archive li {
  border-bottom-width: 1px;
  border-bottom-style: dashed;
  border-bottom-color: #9999cc;
}

#container-inner #beta .right-archive .right-archive {
  padding: 0;
  margin: 0;
}

#container-inner #beta .right-archive .right-archive li {
  list-style: none;
  border-bottom: none;
  border-top-width: 1px;
  border-top-style: dashed;
  border-top-color: #9999cc;
  margin: 0 0 0 10px;
  padding: 3px 0 3px 16px;
  background: url(../img/tree_lst_solid.gif) no-repeat;
}

#container-inner #beta .right-archive .right-archive li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  background-image: url(../img/tree_end_solid.gif);
  list-style: none;
}

#container-inner #alpha #alpha-inner #main #asset-contents .asset-footer .content-nav {
  margin: 10px 0 10px 0;
  padding: 0 0 0 20px;
}

#container-inner #alpha #alpha-inner #main #asset-contents .asset-footer .content-nav li {
  list-style: none;
  margin-bottom: 5px;
}

#container-inner #alpha #alpha-inner #main #asset-contents .asset-footer .content-nav .gotop {
  background-repeat: no-repeat;
  background-image: url(../img/top_e_rollout.gif);
  padding-left: 105px;
}

#container-inner #alpha #alpha-inner #main #asset-contents .asset-footer .content-nav .goahead {
  background: url(../img/mae_e_rollout.gif);
  background-repeat: no-repeat;
  padding-left: 105px;
}

#container-inner #alpha #alpha-inner #main #asset-contents .asset-footer .content-nav .goback {
  background: url(../img/tugi_e_rollout.gif);
  background-repeat: no-repeat;
  padding-left: 105px;
}

#container-inner #alpha #alpha-inner #main .archive-header {
  font-size: 14px;
  color: #990000;
  padding: 0 0 15px 0;
  margin: 0;
}

#container-inner #alpha #alpha-inner #main .archive-monthly {
  float: left;
  padding: 10px 0 0 42px;
  width: 280px;
}

#container-inner #alpha #alpha-inner #main .archive-category {
  float: left;
  padding: 10px 0 0 20px;
  width: 280px;
}

#container-inner #alpha #alpha-inner #main #asset-contents .archive-category .archive-content ul,
#container-inner #alpha #alpha-inner #main #asset-contents .archive-monthly .archive-content ul {
  margin: 0;
  padding: 0;
}

#container-inner #alpha #alpha-inner #main #asset-contents .archive-category .archive-content ul li,
#container-inner #alpha #alpha-inner #main #asset-contents .archive-monthly .archive-content ul li {
  margin: 0;
  padding: 0;
  list-style-type: none !important;
}

#category h2 {
  margin: 0 0 5px 0;
}

#category h2:hover {
  cursor: pointer;
}

#category h3.top-widget-header {
  margin: 15px 0 5px 0;
}

#category .ground-application {
  background: #ff4310;
  border-radius: 5px;
  padding-bottom: 7px;
  margin-bottom: 20px;
}

@media screen and (max-width: 960px) {
  #category .ground-application {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 15px;
  }
}

#category .ground-application h3 {
  width: 100%;
  height: auto;
  color: #fff;
  font-size: 18px;
  text-align: center;
  padding: 5px 10px;
  border-bottom: 3px solid #fff;
  background: none;
  margin-top: 0;
}

@media screen and (max-width: 960px) {
  #category .ground-application h3 {
    border-bottom: 2px solid #fff;
  }
}

#category .ground-application dl {
  margin-top: 2px;
}

#category .ground-application dl:first-of-type {
  border-top: 1px solid #fff;
}

@media screen and (max-width: 960px) {
  #category .ground-application dl:first-of-type {
    border: none;
  }
}

#category .ground-application dl:last-of-type {
  border-bottom: 2px solid #fff;
}

@media screen and (max-width: 960px) {
  #category .ground-application dl:last-of-type {
    border: none;
  }
}

#category .ground-application dl:after {
  content: '';
  border-bottom: 4px double #fff;
  display: block;
}

@media screen and (max-width: 960px) {
  #category .ground-application dl:after {
    border: none;
  }
}

#category .ground-application dl dt {
  color: #fff;
  padding: 5px 0 5px 4px;
}

#category .ground-application dl dd {
  border-top: 1px dashed #fff;
  margin: 0 5px;
  background: #ff724c;
  font-size: 16px;
}

#category .ground-application dl dd:last-child {
  border-bottom: 1px dashed #fff;
  margin-bottom: 4px;
}

@media screen and (max-width: 960px) {
  #category .ground-application dl dd:last-child {
    border-bottom: 1px dashed #fff;
    margin-bottom: 0px;
  }
}

#category .ground-application dl dd a {
  color: #fff;
  display: block;
  padding: 3px 10px;
  text-decoration: none;
}

#category .ground-application dl dd a svg {
  color: #fac933;
  margin-right: 3px;
}

#category .ground-application dl dd a:hover {
  color: #ff1d33;
  background: #ffe3db;
  text-decoration: none;
}

#beta h3.top-widget-header {
  margin: 15px 0 10px 0;
}

#beta h3.shubetsu-bg {
  background: -webkit-gradient(linear, left top, left bottom, from(#f5a6ac), color-stop(49%, #ea3644), color-stop(50%, #df0112), to(#93181e));
  background: -o-linear-gradient(top, #f5a6ac 0%, #ea3644 49%, #df0112 50%, #93181e 100%);
  background: linear-gradient(to bottom, #f5a6ac 0%, #ea3644 49%, #df0112 50%, #93181e 100%);
}

#beta ul.monthly {
  margin: 0 0 10px 15px;
  padding: 0;
  display: none;
}

#beta ul.tree {
  margin: 0 0 0 15px;
  padding: 0;
  list-style: none;
}

#beta ul.tree ul {
  margin: 0 0 0 10px;
  padding: 0;
}

#beta ul.tree li {
  margin: 0;
  padding: 0 0 0 11px;
  background-image: url(../img/tree_lst_solid.gif);
  background-repeat: no-repeat;
  list-style: none;
}

#beta ul.tree li.tree_end {
  background-image: url(../img/tree_end_solid.gif);
  list-style: none;
}

.kokutai-btn {
  margin-bottom: 15px;
}

.fileimg a:hover,
.kokutai-btn a:hover {
  filter: Alpha(Opacity=60);
  opacity: 0.6;
}

#gkitei table {
  border: none;
}

#gkitei .siyoryo1 {
  float: left;
  width: 350px;
}

#gkitei .siyoryo2 {
  float: right;
  width: 260px;
  margin-top: 35px;
}

#gkitei .shomei {
  clear: both;
  margin-top: 30px !important;
  margin-bottom: 30px;
}

#gkitei .pl15 {
  padding-left: 15px;
}

#gkitei h3 {
  padding-left: 0 !important;
  background: none !important;
  margin: 10px 0 0 0 !important;
}

#gkitei h4 {
  padding-left: 0 !important;
  background: none !important;
  margin: 10px 0 0 0 !important;
}

#gkitei p {
  margin: 5px 0 0 0 !important;
  color: #333333;
}

#gkitei ol li {
  color: #cc0000;
}

#gkitei ol li li {
  color: #333333;
}

#gkitei ul li {
  margin: 2px 0 0 0 !important;
  list-style: disc !important;
}

.indfu {
  margin: 0 0 10px 40px !important;
  background-color: #cccccc;
  color: #000000;
  padding: 5px;
}

.filepdf {
  line-height: 49px;
  margin: 25px 0 0 30px;
  text-indent: 60px;
  background: url(https://www.gifu-fa.com/images/pdf.gif) no-repeat left center;
  height: 49px;
}

.filexls {
  line-height: 49px;
  margin: 25px 0 0 30px;
  text-indent: 60px;
  background: url(https://www.gifu-fa.com/images/xls.gif) no-repeat left center;
  height: 49px;
}

.filepdf a,
.filexls a {
  display: block;
}

.saishukoshin,
.saishukoshin {
  padding: 0;
  margin: 0 100px 0 0;
  line-height: 18px;
  text-indent: 0;
  text-align: right;
}

.mamo {
  text-decoration: underline;
  font-weight: bold;
  font-size: 16px;
  margin-top: 30px;
  padding-bottom: 40px;
}

.highslide img {
  border: none !important;
}

.highslide-credits {
  display: none !important;
}

ol.marunum {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
}

.marunum li {
  margin-bottom: 10px;
  padding-left: 52px;
  position: relative;
  list-style: none !important;
}

.marunum li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #0099ff;
  color: #fff;
  display: block;
  float: left;
  line-height: 20px;
  margin-left: -25px;
  text-align: center;
  height: 20px;
  width: 20px;
  border-radius: 50%;
}

ul.kome {
  padding-left: 30px;
}

.kome li {
  list-style: none !important;
  text-indent: -14px;
}

.kome li:before {
  content: '※';
}

/* プラチナスポンサー */
#platinum-ad {
  width: 900px;
  border-top: solid 1px #c0c0c0;
  border-bottom: solid 1px #c0c0c0;
  padding: 5px 0 2px 0;
  margin: 15px auto;
}

@media screen and (max-width: 960px) {
  #platinum-ad {
    width: auto;
  }
}

#platinum-ad ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 0;
  margin: 10px 0 0 0;
}

#platinum-ad ul ul {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 0;
}

#platinum-ad ul li {
  list-style-type: none !important;
  width: 200px;
}

@media screen and (max-width: 960px) {
  #platinum-ad ul li {
    width: 32%;
  }
}

#platinum-ad ul li li {
  margin-bottom: 10px;
}

@media screen and (max-width: 960px) {
  #platinum-ad ul li li {
    width: auto;
  }
}

#platinum-ad ul li li:last-child {
  margin-bottom: 0;
}

#platinum-ad ul li img {
  width: 100%;
  height: auto;
}

#platinum-ad.main-page {
  margin: 15px;
}

@media screen and (max-width: 960px) {
  #platinum-ad.main-page {
    margin-top: 30px;
  }
}

#asset-contents #platinum-ad {
  width: 860px;
}

@media screen and (max-width: 960px) {
  #asset-contents #platinum-ad {
    width: auto;
  }
}

.sponsor {
  color: #7d916f;
  text-align: right;
  font-size: 10px;
  margin-top: 20px;
}

.ad {
  border-top: solid 1px #c0c0c0;
  border-bottom: solid 1px #c0c0c0;
  padding: 25px 0 10px 0;
  margin-top: 30px;
}

#official-supplier {
  border-top: none;
  border-bottom: solid 1px #c0c0c0;
  padding: 15px 0 10px 0;
  margin-top: 5px;
}

@media screen and (max-width: 960px) {
  #official-supplier ul {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  #official-supplier ul img {
    width: 98%;
  }
}

/* サイドバーのその他バナー */
ul.banner {
  display: grid;
  place-items: center;
  gap: 15px 0;
  margin-top: 30px;
}

@media screen and (max-width: 1200px) {
  ul.banner {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 20px;
  }
}

/* サイドバーのスポンサー */
#beta #sponsor-side {
  margin-top: 20px;
}

@media screen and (max-width: 1200px) {
  #beta #sponsor-side {
    margin-bottom: 20px;
  }
}

#beta #sponsor-side ul {
  margin: 10px 0 0 0;
}

#beta #sponsor-side li {
  margin: 10px 0 0 0;
}

#beta #association {
  margin-top: 30px;
  border-top: 1px solid #c0c0c0;
}

#beta #association ul {
  margin-top: 25px;
}

#beta a:hover img {
  filter: Alpha(Opacity=70);
  opacity: 0.7;
}

#beta #association ul,
#beta #gold-ad ul,
#beta #official-supplier ul,
#beta #silver-ad ul,
#beta #sponsor-side ul {
  display: grid;
  place-items: center;
  gap: 15px 0;
}

@media screen and (max-width: 1200px) {

  #beta #association ul,
  #beta #gold-ad ul,
  #beta #official-supplier ul,
  #beta #silver-ad ul,
  #beta #sponsor-side ul {
    grid-template-columns: repeat(3, 1fr);
    gap: 50px 20px;
  }
}

@media screen and (max-width: 600px) {

  #beta #association ul,
  #beta #gold-ad ul,
  #beta #official-supplier ul,
  #beta #silver-ad ul,
  #beta #sponsor-side ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 20px;
  }
}

/* ブロンズスポンサー */
#bronze-ad {
  width: 1160px;
  margin: 30px auto 0 auto;
}

@media screen and (max-width: 1200px) {
  #bronze-ad {
    width: auto;
    margin: auto;
    margin: 0 15px;
  }
}

#bronze-ad ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  place-items: center;
  gap: 50px 20px;
}

@media screen and (max-width: 600px) {
  #bronze-ad ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 20px;
  }
}

/* IE11 用 */
@media all and (-ms-high-contrast:none) {

  *::-ms-backdrop,
  #gold-ad ul,
  #silver-ad ul,
  .banner,
  #association ul {}
}

@media all and (-ms-high-contrast:none) {

  *::-ms-backdrop,
  #gold-ad ul li,
  #silver-ad ul li,
  .banner li,
  #association ul li {
    margin-top: 15px;

  }
}

@media screen and (max-width: 1200px) {
  @media all and (-ms-high-contrast:none) {

    *::-ms-backdrop,
    #gold-ad ul,
    #silver-ad ul,
    .banner,
    #association ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
    }
  }

  @media all and (-ms-high-contrast:none) {

    *::-ms-backdrop,
    #association li {
      width: 24%;
      text-align: center;
      margin-top: 20px;
    }
  }

  @media all and (-ms-high-contrast:none) {

    *::-ms-backdrop,
    #gold-ad ul li,
    #silver-ad ul li,
    .banner li {
      width: 33%;
      text-align: center;
      margin-top: 20px;
    }
  }

  @media all and (-ms-high-contrast:none) {

    *::-ms-backdrop,
    #association li {
      width: 24%;
      text-align: center;
      margin-top: 20px;
    }
  }
}

@media all and (-ms-high-contrast:none) {

  *::-ms-backdrop,
  #bronze-ad ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media all and (-ms-high-contrast:none) {

  *::-ms-backdrop,
  #bronze-ad ul li {
    width: 19%;
    text-align: center;
    margin-top: 20px;
  }
}

#handbook {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}

#handbook dt {
  width: 160px;
  margin-bottom: 50px;
}

#handbook dd {
  width: calc(100% - 210px);
}

#handbook ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

#handbook li {
  margin: 0 40px 10px 0 !important;
}

#annual-plan {
  margin-top: 13px;
}

#annual-plan h2 {
  border-top: 10px solid #ddd;
  border-bottom: 10px solid #ddd;
  padding: 4px 10px;
  font-size: 18px;
  font-weight: bold;
  margin-top: 30px;
}

#annual-plan h3 {
  font-size: 16px;
  margin: 20px 0 10px 0;
}

#annual-plan .shusai td,
#annual-plan .shusai th {
  border: 1px solid #ccc;
  padding: 8px;
  text-align: center;
  white-space: nowrap;
}

#annual-plan .shusai {
  width: 100%;
}

@media screen and (max-width: 960px) {
  #annual-plan .shusai {
    border: 1px solid #ccc;
  }

  #annual-plan .shusai thead {
    display: none;
  }

  #annual-plan .shusai tbody td {
    text-align: left;
    border: none;
  }

  #annual-plan .shusai tbody td.tournament-number {
    display: inline-table;
    width: 70px;
    font-weight: bold;
    margin-left: 8px;
  }

  #annual-plan .shusai.report tbody td.tournament-number {
    display: inline-table;
    width: 15px;
    font-weight: bold;
    margin-left: 8px;
  }

  #annual-plan .shusai tbody td.tournament-number:after {
    content: '大会名';
    width: 50px;
    padding-left: 10px;
  }

  #annual-plan .shusai.report tbody td.tournament-number:after {
    content: none;
  }

  #annual-plan .shusai tbody td.tournament-name {
    display: inline-table;
    width: calc(100% - 94px);
    margin: 8px;
  }

  #annual-plan .shusai.report tbody td.tournament-date {
    display: inline-table;
    height: 20px;
    margin: 0 0 8px 30px;
  }

  #annual-plan .shusai tbody td.tournament-pdf {
    display: inline-table;
    width: 100px;
    height: 20px;
    text-align: center;
    margin-bottom: 8px;
  }

  #annual-plan .shusai tbody td.tournament-group {
    display: block;
    padding: 0 8px 8px 27px;
  }

  #annual-plan .shusai tbody td.tournament-group:before {
    content: '主催団体';
    font-weight: bold;
    padding-right: 10px;
  }

  #annual-plan .shusai.gijutsu tbody td.tournament-number:after,
  #annual-plan .shusai.shinpan tbody td.tournament-number:after {
    content: '事業名';
  }
}

#annual-plan .shusai th {
  background: #333;
  color: #fff;
  white-space: nowrap;
}

#annual-plan .shusai td:nth-child(2) {
  text-align: left;
  white-space: pre-wrap;
}

#annual-plan .shusai tr:nth-child(2n) {
  background: #eee;
}

@media screen and (max-width: 960px) {
  #annual-plan .nenkan-body img {
    max-width: 100% !important;
    height: auto;
  }
}

#annual-plan .datafile li {
  margin-top: 10px;
}

#annual-plan svg.pdf-icon {
  color: #d40000;
}

#annual-plan svg.excel-icon {
  color: #207347;
}

#annual-plan svg.word-icon {
  color: #2c5896;
}

#annual-plan svg.image-icon {
  color: #ea9b61;
}

#annual-plan .soshiki-team {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-bottom: 50px;
}

#annual-plan .soshiki-team .s-t {
  width: 46%;
}

#annual-plan .soshiki-team ul {
  padding-left: 10px;
}

#annual-plan .soshiki-team li {
  list-style-type: none !important;
}

#annual-plan .shusai .layer {
  min-width: 50px;
}

#annual-plan .annual-plan-year li {
  padding: 15px 10px;
}

#annual-plan .annual-plan-year li:nth-child(odd) {
  background: #ddd;
}

@media screen and (max-width: 600px) {
  #annual-plan h3 {
    padding: 0 10px;
  }

  #annual-plan .shusai tbody td.tournament-number {
    margin-left: 15px;
  }

  #annual-plan .shusai.report tbody td.tournament-number {
    margin-left: 15px;
  }

  #annual-plan .shusai tbody td.tournament-name {
    width: calc(100% - 101px);
  }

  #annual-plan .shusai tbody td.tournament-pdf {
    margin-left: 10px;
  }

  #annual-plan .shusai.report tbody td.tournament-date {
    margin: 0 0 8px 38px;
  }
}

.nenkankeikaku-banner {
  background: #303775;
  text-align: center;
  margin-top: 15px;
}

.nenkankeikaku-banner a {
  color: #fff;
  display: block;
  padding: 0.35em 0.7em 0.2em;
}

.nenkankeikaku-banner a:hover {
  text-decoration: none;
  background: #cc0;
  color: #0700b4;
}

#asset-contents.top-plan {
  margin-bottom: 40px !important;
}

h1.referee-page-title {
  font-size: 20px;
  font-weight: bold;
  color: #2d3f7d;
  border-bottom: 4px double #8c9aa6;
}

.referee .saishuko {
  margin-bottom: 20px;
}

.referee-top-link ul {
  margin-left: 30px;
}

.referee-top-link li {
  list-style: disc !important;
}

.referee-top-link .bottom-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.referee-top-link h3 {
  font-size: 16px;
  margin: 20px 0 10px 0;
}

#referee-soshiki dd,
#referee-soshiki dt,
#referee-soshiki li,
#referee-soshiki ul,
dl#referee-soshiki,
dl#referee-soshiki dl {
  margin: 0;
  padding: 0;
}

dl#referee-soshiki,
dl#referee-soshiki:after,
dl#referee-soshiki:before,
dl#referee-soshiki dd,
dl#referee-soshiki dd:after,
dl#referee-soshiki dd:before,
dl#referee-soshiki dl,
dl#referee-soshiki dl:after,
dl#referee-soshiki dl:before,
dl#referee-soshiki dt,
dl#referee-soshiki dt:after,
dl#referee-soshiki dt:before,
dl#referee-soshiki li,
dl#referee-soshiki li:after,
dl#referee-soshiki li:before,
dl#referee-soshiki ul,
dl#referee-soshiki ul:after,
dl#referee-soshiki ul:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

dl#referee-soshiki {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: double 6px #333;
  border-bottom: double 6px #333;
}

dl#referee-soshiki>dt {
  width: 120px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}

dl#referee-soshiki>dd {
  width: calc(100% - 120px);
}

dl#referee-soshiki>dd dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

dl#referee-soshiki>dd dl dt {
  width: 160px;
  padding: 12px 10px 12px 10px;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #333;
  border-left: 1px solid #333;
}

dl#referee-soshiki>dd dl dd {
  width: calc(100% - 160px);
  padding: 12px 10px;
  border-bottom: 1px solid #333;
  border-left: 1px solid #333;
}

dl#referee-soshiki>dd dl dd:last-of-type,
dl#referee-soshiki>dd dl dt:last-of-type {
  border-bottom: none;
}

dl#referee-soshiki>dd dl dd li {
  margin: 5px 0 0 25px !important;
  font-size: 14px;
  list-style: disc !important;
}

dl#referee-soshiki>dd dl dd li:first-child {
  margin-top: 0 !important;
}

.cancel h2 {
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.cancel ol {
  margin: 0 !important;
}

.cancel ol li {
  list-style: decimal !important;
}

.cancel ul li {
  list-style: disc !important;
  margin-top: 10px;
}

.cancel ul li p {
  margin: 10px 0;
}

.swiper-pagination {
  top: auto !important;
  bottom: 0;
}

.bdnone {
  border: none !important;
}

.txt-r {
  text-align: right;
}

.clubh {
  float: left;
  width: 250px;
}

.clubh table {
  margin-top: 30px;
}

.clubkitei {
  float: left;
  width: 250px;
  margin-top: 15px;
}

.clubkitei .ind {
  margin: 0 0 0 16px !important;
}

.fss {
  font-weight: bold;
  font-size: 14px;
  color: #3f4796;
}

.ghy li {
  list-style: lower-roman !important;
}

.furiko {
  margin-left: 50px;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

@media print {
  body {
    zoom: 0.9;
  }
}

#search-results .search-results-dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#search-results .search-results-dl dt {
  width: 90px;
  margin-bottom: 10px;
}

#search-results .search-results-dl dt abbr {
  text-decoration: none;
  border-bottom: none;
  cursor: default;
}

#search-results .search-results-dl dd {
  width: calc(100% - 90px);
  margin-bottom: 10px;
}

#search-results #current-page {
  display: block;
  text-align: center;
  margin-top: 20px;
}

#search-results .content-nav {
  text-align: center;
  margin-top: 20px;
}

.sekijuji {
  margin-top: 15px;
}