@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/npm/purecss@3.0.0/build/pure-min.css");
@import url("https://cdn.jsdelivr.net/npm/purecss@3.0.0/build/grids-responsive-min.css");
/*リセットコード*/
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/*リセットここまで*/
header {
  z-index: 5000;
  height: 168px;
  width: auto;
  background-color: #87CEEB;
}
@media screen and (max-width: 820px) {
  header {
    height: 64px;
    width: 100%;
    position: fixed;
    top: 0;
  }
}

.header-contents {
  display: flex;
  padding: 24px 0;
}
@media screen and (max-width: 820px) {
  .header-contents {
    padding-top: 8px;
  }
}

.img-logo {
  height: 80.3px;
  width: 215px;
}
@media screen and (max-width: 820px) {
  .img-logo {
    zoom: 0.5;
  }
}

.img-2023logo {
  height: 83px;
  width: auto;
  padding-left: 32px;
}
@media screen and (max-width: 820px) {
  .img-2023logo {
    zoom: 0.5;
  }
}

a {
  font-size: 14px;
}

.nav-wrap {
  display: flex;
  justify-content: space-between;
}

.button {
  display: block;
  width: 112px;
  padding: 8px;
  background: #1044AA;
  font-size: 14px;
  color: #FFF;
  text-align: center;
  text-decoration: none;
}
@media screen and (max-width: 820px) {
  .button {
    display: none;
  }
}
.button:hover {
  background: #2160df;
}

.icon-arrow-bottom {
  display: inline-block;
  box-sizing: border-box;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-width: 2px 2px 0 0;
  border-color: #fff;
  transform: rotate(135deg);
  margin: 0 0 2px 8px;
}

.button-wrap {
  padding-bottom: 4px;
}

nav > ul > li {
  position: relative;
  float: left;
  margin-right: 32px;
}

nav a {
  color: #fff;
  text-decoration: none;
}

nav ul a:hover {
  color: #fff;
}

nav .sub-menu {
  position: absolute;
  width: 192px;
  background: #87CEEB;
  top: 30px;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}

nav .sub-menu a {
  color: #fff;
  padding: 10px 15px;
  display: block;
}

nav .sub-menu a:hover {
  color: #87CEEB;
}

nav .menu-item-has-children:hover ul {
  opacity: 1;
  visibility: visible;
}

nav li.menu-item-has-children li a:hover {
  background: #fff;
}

@media screen and (max-width: 820px) {
  nav {
    display: none;
  }
}

.nav-item:hover {
  color: #2160df;
}

.menu-btn {
  position: fixed;
  top: 2px;
  right: 2px;
  display: flex;
  height: 60px;
  width: 60px;
  justify-content: center;
  align-items: center;
  z-index: 90;
}
@media screen and (min-width: 821px) {
  .menu-btn {
    display: none;
  }
}

.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
  content: "";
  display: block;
  height: 2px;
  width: 32px;
  border-radius: 3px;
  background-color: #fff;
  position: absolute;
}

.menu-btn span:before {
  bottom: 8px;
}

.menu-btn span:after {
  top: 8px;
}

#menu-btn-check:checked ~ .menu-btn span {
  background-color: rgba(255, 255, 255, 0);
}

#menu-btn-check:checked ~ .menu-btn span::before {
  bottom: 0;
  transform: rotate(45deg);
}

#menu-btn-check:checked ~ .menu-btn span::after {
  top: 0;
  transform: rotate(-45deg);
}

.menu-content {
  text-align: center;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 80;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  box-sizing: border-box; /* 追加 */
}
@media screen and (min-width: 821px) {
  .menu-content {
    display: none;
  }
}
.menu-content a:active {
  color: #2160df;
}

.menu-content ul {
  padding: 70px 10px 0;
}

.menu-content ul li {
  border-bottom: solid 1px #fff;
  list-style: none;
}

.menu-content ul li a {
  display: block;
  width: 100%;
  font-size: 15px;
  box-sizing: border-box;
  color: #fff;
  text-decoration: none;
  padding: 9px 15px 10px 0;
  position: relative;
}

.menu-content ul li a::before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  position: absolute;
  right: 11px;
  top: 16px;
}

.menu-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%;
  z-index: 80;
  background-color: #87CEEB;
}

#menu-btn-check:checked ~ .menu-content {
  left: 0;
}

#menu-btn-check {
  display: none;
}

html {
  font-family: "Noto Sans JP";
  scroll-behavior: smooth;
}

main {
  height: auto;
  width: auto;
  background-color: #fff;
}
main a:hover {
  color: #2160df;
}

.document-search {
  margin-bottom: 1em;
}
.document-search a {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  background: linear-gradient(0deg, rgb(27, 112, 249) 0%, rgb(44, 146, 255) 45%, rgb(173, 212, 255) 100%);
  background-size: 100% 150%;
  height: 60px;
  font-size: 1.4em;
  color: white;
  text-shadow: 1px 1px rgb(0, 0, 0);
  transition: 0.2s;
  font-weight: 500;
}
.document-search a:hover {
  color: white;
  text-decoration: none;
  background-position: 0 100%;
}

.wp {
  font-size: 0.9em;
  line-height: 1;
}
.wp ul {
  padding-left: 1em;
  list-style-type: disc;
}
.wp li {
  margin: 0.5em 0 !important;
  padding: 0 !important;
}
.wp ol {
  margin: 0.5em 0;
  padding-left: 1em;
  list-style-type: decimal;
}
.wp p {
  margin: 0 !important;
  padding: 0 !important;
}
.wp a {
  color: blue;
  text-decoration: underline;
  margin: 0 !important;
  padding: 0 !important;
}
.wp .addfiles {
  list-style-type: none;
  margin: 0.5em 0;
  padding: 0;
}

h2 {
  font-size: 21px;
  border-left: #87CEEB 8px solid;
  margin-bottom: 8px;
  padding: 0 0 4px 8px;
}

.elec_title {
  font-size: 21px;
  border-left: #87CEEB 8px solid;
  margin-bottom: 8px;
  padding: 0 0 4px 8px;
}

.sub-title {
  margin: 0 auto;
  width: calc(100% - 2em);
  font-size: 21px;
  text-align: center;
  border-left: none;
  border-bottom: #87CEEB 1px solid;
  padding: 0 0 0.5em 0;
}

.section {
  margin: 4em 0;
}

h3 {
  background-color: rgba(135, 206, 235, 0.2);
}
@media screen and (max-width: 820px) {
  h3 {
    margin-top: 24px;
  }
}

li {
  padding: 8px 0 8px 0;
}

summary {
  list-style: none;
  cursor: pointer;
}

details[open] summary {
  padding-top: 1em;
  font-size: 1.1em;
  font-weight: 700;
  text-align: center;
  margin-bottom: -0.5em;
}

.wrap {
  width: 90%;
  margin: 0 auto;
  max-width: 1000px;
}

.space {
  margin-top: 32px;
}

.active-link {
  color: #2160df;
}

.top-image {
  width: 100%;
  max-width: 1000px;
  margin: 0.5rem auto 1rem auto;
  background-color: #c9e9f6;
  height: 400px;
}
@media screen and (max-width: 820px) {
  .top-image {
    margin-top: 64px;
    height: 280px;
  }
}
.top-image img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

@media screen and (max-width: 820px) {
  .main-tweak {
    height: 64px;
    width: auto;
  }
}

.date {
  font-size: 14px;
  color: #777777;
  padding: 4px 0 4px 0;
}

.title {
  padding-bottom: 8px;
}

.contents-title {
  list-style-type: none;
  padding: 5px 10px;
  width: 92%;
  border-bottom: 1px solid #ddd;
}

.news-title:hover {
  color: #2160df;
}

.contents-list {
  line-height: 24px;
  margin-left: 24px;
}

.contents-viewall {
  padding-top: 16px;
  text-align: center;
  color: #777777;
}

.top-anchor {
  display: flex;
  justify-content: end;
  margin: 24px 16px 0 0;
}
.top-anchor li {
  list-style: none;
  position: relative;
  padding-left: 18px;
}
.top-anchor li:before {
  content: "";
  position: absolute;
  top: 14px;
  left: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(-45deg);
  width: 10px;
  height: 10px;
  border-top: 2px solid #87CEEB;
  border-right: 2px solid #87CEEB;
}
@media screen and (max-width: 820px) {
  .top-anchor {
    display: none;
  }
}

.rotary-rate {
  margin-bottom: 24px;
  padding: 0.5em 1em;
  font-weight: bold;
  color: #1044AA;
  background: #fff;
  border: solid 3px #1044AA;
  border-radius: 10px;
  max-width: 272px;
  text-align: center;
  cursor: pointer;
}
.rotary-rate:hover {
  color: #2160df;
}

.rate {
  font-size: 1.2em;
}

.latest-rate {
  margin: 1em 0 0.5em 0;
}

.rate-wrap {
  display: flex;
  justify-content: center;
}

.rate-history {
  padding-top: 8px;
  font-weight: normal;
}
.rate-history:hover {
  color: #1044AA;
}
.rate-history:active .icon-arrow-bottom {
  transform: rotate(-45deg);
}

.ratelist {
  display: flex;
  justify-content: space-between;
}

h4 .icon-arrow-bottom {
  border-color: #1044AA;
  margin-right: 8px;
}

.menu-topic {
  padding-top: 8px;
}
.menu-topic li {
  position: relative;
  padding-left: 22px;
}
.menu-topic li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: rotate(45deg) translateY(-50%);
  -ms-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  width: 10px;
  height: 10px;
  border-top: 2px solid #87CEEB;
  border-right: 2px solid #87CEEB;
}

.side-topic {
  display: flex;
  flex-flow: column;
}
@media screen and (max-width: 820px) {
  .side-topic {
    flex-direction: column-reverse;
  }
}
.side-topic li .small {
  font-size: 0.75em;
  display: block;
}

.side-menu {
  padding: 8px 0 8px 0;
  text-align: center;
}

.banner-link {
  display: flex;
  justify-content: center;
  padding: 8px 0;
}

.external-link-bg {
  background-color: rgba(135, 206, 235, 0.2);
  padding: 8px 4px 8px 4px;
}

.link-img {
  transition: all 0.3s;
}
@media screen and (max-width: 820px) {
  .link-img {
    zoom: 0.7;
  }
}
.link-img:hover {
  filter: brightness(86%);
}

.google-map {
  padding-top: 32px;
}

.map {
  height: 336px;
  width: 100%;
}

.table-wrap {
  width: 100%;
  padding: 1em 0;
  overflow-x: auto;
}
@media screen and (min-width: 821px) {
  .table-wrap {
    padding-right: 1em;
  }
}

.dltable, .clublink-table {
  table-layout: fixed;
  width: 100%;
  border: 1px solid rgb(0, 0, 0);
  font-size: 0.75em;
}
.dltable th, .clublink-table th {
  text-align: center;
  border: 1px solid rgb(0, 0, 0);
  background-color: rgb(240, 240, 240);
  font-weight: normal;
  padding: 0.5em 0.1em;
}
.dltable td, .clublink-table td {
  border: 1px solid rgb(0, 0, 0);
  background-color: white;
  padding: 0.5em 0.1em;
  vertical-align: middle;
}

.table-num {
  text-align: center;
  width: 4em;
}

.table-num2 {
  text-align: center;
  width: 2.5em;
}

.table-group {
  width: 6.5em;
}

.table-club {
  width: 7.5em;
}

.table-time {
  width: 5em;
}

.table-place {
  width: 8.5em;
}

.table-type {
  text-align: center;
  width: 5em;
}

.table-update {
  text-align: center;
  width: 8em;
}

.table-issue {
  width: 9.5em;
  padding: 0 0.5em;
}
.table-issue a {
  color: blue;
  text-decoration: underline;
}

.table-download {
  text-align: center;
  width: 5.5em;
}
.table-download a {
  font-size: 0.85em;
  color: blue;
  text-decoration: underline;
}

.table-title {
  width: 10em;
}
@media screen and (min-width: 821px) {
  .table-title {
    width: auto;
  }
}

.addfiles {
  margin: 2em 0;
  font-size: 0.8em;
}
.addfiles li {
  padding: 0;
}
.addfiles li a {
  color: blue;
  text-decoration: underline;
}

.addclip::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 0.2em;
  background-image: url("../images/icn_attach1.gif");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

details[open] .addclip:before {
  display: none;
}

.table-wrap2 {
  width: 100%;
  margin-top: -8em;
  margin-bottom: 2em;
  overflow-x: auto;
}
@media screen and (min-width: 821px) {
  .table-wrap2 {
    margin-top: 0em;
  }
}

.clublink-table {
  min-width: 600px;
}
.clublink-table td {
  min-width: 7.5em;
}
.clublink-table td span {
  display: block;
}

.text-center {
  text-align: center;
}

.innerlinks-table {
  width: 100%;
  table-layout: fixed;
  font-size: 0.8em;
}
.innerlinks-table th {
  font-weight: normal;
}
.innerlinks-table-group {
  width: 2em;
  background-color: red;
}
.innerlinks-table-name {
  background-color: blue;
  width: 5em;
}

.linklists {
  display: flex;
  flex-wrap: wrap;
  font-size: 0.8rem;
}
.linklists-ul {
  width: 100%;
}
.linklists-list {
  display: flex;
  padding: 0;
  border: 1px solid rgb(200, 200, 200);
  border-bottom: none;
}
.linklists-list ul {
  flex-grow: 1;
  margin: 0;
  padding: 0;
}
.linklists-list ul li {
  padding: 0.6em;
}
.linklists-list ul li a {
  font-size: 0.8rem;
  color: blue;
  text-decoration: underline;
}
.linklists-list-group {
  width: 5rem;
  background-color: rgba(188, 218, 239, 0.5);
  text-align: center;
  padding-top: 0.6em;
}
.linklists-borderbottom {
  border-bottom: 1px solid rgb(200, 200, 200);
}

.linklists-ul-head {
  display: flex;
  align-items: center;
  background-color: rgb(240, 240, 240);
  text-align: center;
  border: 1px solid rgb(200, 200, 200);
  border-bottom: none;
  padding: 0;
}
.linklists-ul-head-group {
  width: 5rem;
  border-right: 1px solid rgb(200, 200, 200);
  padding: 0.5em 0;
}
.linklists-ul-head-name {
  flex-grow: 1;
  text-align: center;
}

.spnonedisplay {
  display: none;
}

@media screen and (min-width: 821px) {
  .linklists {
    justify-content: space-between;
  }
  .linklists-ul {
    width: 32%;
  }
  .linklists .spnonedisplay {
    display: flex;
  }
  .linklists .linklists-borderbottom-sp {
    border-bottom: 1px solid rgb(200, 200, 200);
  }
}
.outlink-list {
  padding: 1em;
}
.outlink-list li {
  padding: 0;
  margin: 0.5em 0 0.5em 1em;
}
.outlink-list .arrow {
  display: flex;
  position: relative;
}
.outlink-list .arrow::before {
  content: "▲";
  position: absolute;
  font-size: 0.5em;
  left: -2.5em;
  top: 0.25em;
  display: block;
  transform: rotate(90deg);
}

.wp_content {
  padding: 1em;
  line-height: 1.5;
  font-size: 0.9em;
}
.wp_content a {
  color: blue;
  text-decoration: underline;
}
.wp_content a:hover {
  background-color: yellow;
}
@media screen and (min-width: 821px) {
  .wp_content {
    margin: 1em 0;
  }
}

.general-picture {
  width: 100%;
}
@media screen and (min-width: 821px) {
  .general-picture {
    padding: 0 1em;
  }
}
.general-picture img {
  width: 100%;
  transition: 0.2s;
}
.general-picture img:hover {
  opacity: 0.8;
}
.general-picture li {
  margin: 1em 0;
}

.governor-general-txt {
  font-size: 0.8em;
  padding: 1em 0 0 1em;
}

#clublist {
  display: none;
}

.sidebar-clublist {
  margin: 1em 0;
}

.side_club_group {
  padding: 0.5em;
  background-color: white;
  font-size: 0.9em;
  text-align: center;
  border: 1px solid rgb(240, 240, 240);
  cursor: pointer;
  transition: 0.2s;
}
.side_club_group:hover {
  background-color: rgb(255, 220, 177);
}

#clublist.active {
  display: block;
}

.side_club_ul {
  display: none;
  margin-bottom: 0.5em;
  padding-left: 2em;
}

.side_club_group.active + .side_club_ul {
  display: block;
}

.side_club_list {
  font-size: 0.8em;
  padding: 0.2em 1em;
}

.combarlist {
  margin-top: 0.5em;
}
.combarlist li {
  padding: 0;
  background-color: rgba(218, 238, 252, 0.2);
  transition: 0.2s;
  border: 1px solid rgb(200, 200, 200);
  border-bottom: none;
}
.combarlist li:hover {
  background-color: rgba(218, 238, 252, 0.6);
}
.combarlist li a {
  display: flex;
  padding: 0.5em 0.2em 0.5em 2em;
  font-size: 0.8em;
  align-items: center;
  position: relative;
}
.combarlist li a::before {
  content: "▲";
  font-size: 0.8em;
  display: block;
  position: absolute;
  top: 50%;
  left: 1em;
  transform: rotate(90deg) translateX(-50%) scaleY(80%);
}
.combarlist li:last-of-type {
  border-bottom: 1px solid rgb(200, 200, 200);
}
.combarlist .parent {
  background-color: rgba(126, 193, 238, 0.4);
}
.combarlist .parent a {
  padding: 0.8em 0;
  justify-content: center;
  font-size: 0.9em;
}
.combarlist .parent a::before {
  display: none;
}
.combarlist .parent:hover {
  background-color: rgb(126, 193, 238);
}

.mt-1 {
  margin-top: 1em;
}

.iframe-wrap {
  max-width: 100%;
  overflow-x: auto;
  text-align: center;
}

.content-wraper {
  width: 100%;
  padding: 1.5em 0.5em;
}

.calendar-title {
  background-color: white;
}

.calendar-tag {
  display: flex;
  flex-wrap: wrap;
  font-size: 0.8em;
  padding: 0.5em 1em;
}
.calendar-tag li {
  padding: 0;
  margin: 0;
  margin-right: 1em;
}
.calendar-tag-event {
  color: #125A12;
}
.calendar-tag-board {
  color: #5229A3;
}
.calendar-tag-visit {
  color: #B1440E;
}
.calendar-tag-committee {
  color: #754916;
}
.calendar-tag-other {
  color: #333333;
}
.calendar-tag-club {
  color: #5B123B;
}

a img {
  transition: 0.2s;
}
a img:hover {
  opacity: 0.8;
}

.general-content {
  width: calc(100% - 1em);
  padding: 1em 0;
}
.general-content img {
  width: 100%;
}
.general-content .general1, .general-content .general2 {
  width: 100%;
  margin: 1em 0;
}

.mailbox {
  margin: 1em 0;
  background-color: rgb(241, 146, 51);
  padding: 6px;
}
@media screen and (min-width: 821px) {
  .mailbox {
    margin-top: 0;
  }
}
.mailbox a {
  border: 2px solid white;
  display: block;
  padding: 0.5em;
  text-align: center;
  font-size: 1em;
  font-weight: 500;
  color: white;
  transition: 0.2s;
}
.mailbox a:hover {
  color: rgb(241, 146, 51);
  background-color: rgb(26, 30, 158);
}

.archives-table {
  width: auto;
  margin: 1rem 0;
}
.archives-table th {
  font-weight: normal;
  padding: 1em 0 1.5rem 0;
  text-align: center;
}
.archives-table td {
  padding: 0.5em;
  border-bottom: 1px solid rgb(0, 0, 0);
}
.archives-table td:last-of-type {
  text-align: center;
}
.archives-table td:first-of-type {
  font-size: 0.9em;
}

.eventdl-no {
  max-width: 3em;
}

.wp2 {
  font-size: 0.9em;
  line-height: 1.5;
}
.wp2 ul {
  padding: 1em 1em 1em 2.5em;
  list-style-type: disc;
}
.wp2 li {
  margin: 0.5em 0;
  padding: 0;
}
.wp2 ol {
  padding: 1em 1em 1em 2.5em;
  list-style-type: decimal;
}
.wp2 p {
  margin: 0;
}
.wp2 a {
  color: blue;
  text-decoration: underline;
  margin: 0;
}
.wp2 .addfiles {
  list-style-type: none;
  margin: 0.5em 0;
  padding: 0;
}
.wp2 h1, .wp2 h2, .wp2 h3, .wp2 h4, .wp2 h5, .wp2 h6 {
  background: white;
}

.footer-logo {
  height: 80.67px;
  width: 216;
}

.footer-logo-wrap {
  margin-bottom: 32px;
}

.footer-contents {
  padding-top: 40px;
}

footer {
  height: 520px;
  width: auto;
  background-color: #87CEEB;
}

address {
  color: #fff;
}
address li {
  padding: 8px 0 8px 0;
}

.copyright {
  color: #fff;
  text-align: center;
  padding-top: 96px;
  font-weight: lighter;
}

.governor {
  display: flex;
}

.slogan {
  font-size: 20px;
  line-height: 1.6;
}

.governor-info {
  padding-top: 24px;
}
.governor-info img {
  margin: 0 16px 0 8px;
}
.governor-info p {
  padding-bottom: 8px;
}

.text-space {
  line-height: 32px;
  margin: 16px 0 16px 0;
}
@media screen and (min-width: 821px) {
  .text-space {
    max-width: 95%;
  }
}

.monthly-wrap {
  text-align: center;
}
@media screen and (min-width: 821px) {
  .monthly-wrap {
    max-width: 95%;
  }
}
.monthly-wrap li {
  padding: 0 1em;
  margin-bottom: 2rem;
  text-align: center;
}
.monthly-wrap img {
  width: 100%;
}
.monthly-wrap a {
  margin-top: 0.3em;
  display: block;
}

.governor-name {
  padding-left: 16px;
}

.message-title {
  text-align: center;
  font-weight: bold;
}

.contact-about {
  font-size: 14px;
}

#form .contact-notes {
  padding: 1rem;
  margin: 0;
  list-style: none;
}
#form .contact-notes li {
  margin: 0;
  padding: 0.2rem;
}
#form .contact-notes p {
  margin: 0;
  font-size: 0.8rem;
  font-weight: normal;
}

#form .contact-captcha {
  display: flex;
  padding: 0 15px;
}
#form .contact-captcha-pic {
  width: 150px;
}
#form .contact-captcha-pic img {
  width: 100%;
}
#form .contact-captcha p {
  font-size: 0.85em;
  margin: 0;
  padding-right: 1em;
  padding: 0;
}
@media screen and (min-width: 821px) {
  #form .contact-captcha p {
    margin-left: 2em;
  }
}

.short-text-space {
  line-height: 24px;
  margin: 16px 0 16px 0;
}
@media screen and (min-width: 821px) {
  .short-text-space {
    max-width: 95%;
  }
}

.Form {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
}
.Form ul {
  margin-top: 24px;
  font-size: 12px;
  list-style: disc;
}
.Form ul p {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 16px;
  margin-left: -16px;
}

@media screen and (max-width: 820px) {
  .Form {
    margin-top: 40px;
  }
}
.Form-Item {
  border-top: 1px solid #ddd;
  width: 100%;
  align-items: center;
  padding: 16px 14px;
  flex-wrap: wrap;
}

.Form-Item:nth-child(6) {
  border-bottom: 1px solid #ddd;
}

.Form-Item-Label {
  width: 100%;
  max-width: 300px;
  letter-spacing: 0.05em;
  font-size: 14px;
  align-items: center;
  display: flex;
}

@media screen and (max-width: 820px) {
  .Form-Item-Label {
    max-width: inherit;
  }
}
.Form-Item-Label.isMsg {
  margin-top: 8px;
  margin-bottom: auto;
}

@media screen and (max-width: 820px) {
  .Form-Item-Label.isMsg {
    margin-top: 0;
  }
}
.Form-Item-Label-Required {
  border-radius: 6px;
  border-radius: 4px;
  padding: 4px;
  width: 32px;
  display: inline-block;
  text-align: center;
  background: #dd4e2e;
  color: #fff;
  font-size: 10px;
  font-weight: lighter;
  margin-left: 8px;
}

.Form-Item-Input {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 0;
  margin-top: 18px;
  padding-left: 1em;
  padding-right: 1em;
  height: 40px;
  flex: inherit;
  width: 100%;
  max-width: 410px;
  background: #fff;
  font-size: 14px;
}
.Form-Item-Input:focus {
  background-color: rgba(135, 206, 235, 0.2);
}

.Form-Item-Textarea {
  resize: none;
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-top: 18px;
  margin-left: 0;
  padding-left: 1em;
  padding-right: 1em;
  height: 216px;
  flex: inherit;
  width: 100%;
  max-width: 410px;
  background: #fff;
  font-size: 14px;
}
.Form-Item-Textarea:focus {
  background-color: rgba(135, 206, 235, 0.2);
}

.Form-Btn {
  border-radius: 6px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 232px;
  display: block;
  letter-spacing: 0.05em;
  background: #87CEEB;
  color: #fff;
  font-size: 18px;
  text-align: center;
}
.Form-Btn:hover {
  background: #2160df;
}

@media screen and (max-width: 820px) {
  .committee-calendar {
    height: 300px;
    width: 100%;
  }
}

.committee-name {
  padding: 0 0 8px 32px;
  font-weight: lighter;
}

.map-back:hover {
  fill-opacity: 0.5;
}

.map-text {
  transition: 0.1s;
}
.map-text:hover {
  fill: blue;
}

.maplist {
  padding: 0;
  margin: -5em auto;
}
@media screen and (min-width: 821px) {
  .maplist {
    margin: 5em auto;
  }
}
.maplist svg {
  width: 100%;
}