@charset "UTF-8";
main {
  padding: 0;
}

#con {
  padding: 30px;
  text-align: center;
}

#con .head h2 {
  margin: 0;
}

#con .head h2::first-letter {
  font-size: 1.7rem;
  color: rgba(255, 157, 77, 0.9);
}

/*#ff9d4d rgba(255,157,77,1));*/
a {
  color: #499AB8;
  padding: 0.2rem;
}

a:visited {
  color: #4982b8;
}

a:hover {
  color: #46c3be;
  transition: all 0.5s ease;
}

h2, h3, h4, h5, h6 {
  text-align: left;
  margin: 1.5rem 0 0.5rem;
  font-size: 1.1rem;
  padding: 0.2rem 0;
}

main h2 {
  font-size: 1.4rem;
  line-height: 1.4rem;
}

h2::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  margin-top: 0.4rem;
  background: rgba(255, 157, 77, 0.5);
  background: linear-gradient(to left, #60caf2 0, rgba(255, 157, 77, 0.5) 40%);
}

h3 {
  padding: 0rem;
  color: #4DA3C4;
  text-indent: -15px;
  margin-left: 20px;
  font-size: 1.17rem;
}

h3::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 8px;
  border-radius: 10px;
  background: #60caf2;
  background: linear-gradient(to bottom, #60caf2, rgba(255, 255, 145, 0.2), rgba(255, 157, 77, 0.7));
  transform: translate(-5px, -2px) rotate(-45deg);
}

h2 + h3, h2 + h4, h3 + h4, h3 + h5, h4 + h5, h4 + h6, h5 + h6 {
  margin-top: 0.7rem;
}

cite, .c-date {
  display: block;
  margin-left: 1rem;
  font-size: 80%;
  font-style: normal;
  text-align: right;
  max-width: 1000px;
}

a cite, a .c-date {
  display: inline-block;
}

p, ul, ol, table {
  margin: 0.7rem 0.3rem;
  text-align: left;
}

ul, ol {
  padding-left: 2rem;
}

li {
  margin: 0.3rem 0;
}

li ul, li ol, td ul, td ol {
  padding-left: 1rem;
}

ul > li, ol.ul > li {
  list-style: disc;
}

ol > li, ul.ol > li {
  list-style: decimal;
}

table {
  border-collapse: collapse;
  border: 1px solid rgba(120, 150, 160, 0.3);
  border-width: 0 1px 1px 0;
  text-align: center;
}

h4, caption, figcaption {
  color: #305f6f;
}

caption, figcaption {
  padding: 0.2rem 1rem;
  font-weight: bold;
  font-size: 1rem;
  text-align: left;
}

figcaption {
  display: inline-block;
  margin: 0 auto;
}

th, td {
  border-left: 1px solid rgba(120, 150, 160, 0.3);
  padding: 0.3rem 0.6rem;
  transition: all 0.5s ease-in, border 1s ease-in;
}

th {
  border: 1px dashed rgba(220, 250, 240, 0.6);
  border-style: dashed solid;
  border-top: 0 solid rgba(255, 255, 255, 0.1);
  font-weight: normal;
  color: #111;
  background: rgba(96, 202, 242, 0.45);
  background: linear-gradient(to bottom, rgba(96, 202, 242, 0.5), rgba(96, 202, 242, 0.45));
}

tr:nth-child(2n) th {
  background: rgba(96, 202, 242, 0.45);
  background: linear-gradient(to bottom, rgba(96, 202, 242, 0.35), rgba(96, 202, 242, 0.3));
}

td {
  border: 1px dashed rgba(120, 150, 160, 0.2);
  border-style: dashed solid;
  border-top: 0 solid rgba(255, 255, 255, 0.1);
  background: rgba(96, 202, 242, 0.05);
}

tr:nth-child(2n) td {
  background: rgba(96, 202, 242, 0.02);
}

thead th, tfoot th {
  background: rgba(116, 127, 129, 0.5);
  background: linear-gradient(to bottom, rgba(116, 127, 129, 0.55), rgba(116, 127, 129, 0.5));
}

thead tr:nth-child(2n) th, tfoot tr:nth-child(2n) th {
  background: rgba(116, 127, 129, 0.6);
  background: linear-gradient(to bottom, rgba(116, 127, 129, 0.4), rgba(116, 127, 129, 0.35));
}

thead td, tfoot td {
  background: rgba(116, 127, 129, 0.35);
  background: linear-gradient(to bottom, rgba(116, 127, 129, 0.25), rgba(116, 127, 129, 0.15));
}

thead tr:nth-child(2n) td, tfoot tr:nth-child(2n) td {
  background: rgba(116, 127, 129, 0.2);
  background: linear-gradient(to bottom, rgba(116, 127, 129, 0.3), rgba(116, 127, 129, 0.15));
}

tbody tr:hover th, tbody tr:hover td {
  border: 1px solid rgba(70, 195, 190, 0.8);
  background-color: rgba(95, 200, 195, 0.5);
  transition: all 0.3s ease-in;
}

tbody tr:hover td {
  background-color: rgba(95, 200, 195, 0.1);
}

td > p {
  margin-left: 0;
  margin-right: 0;
  font-size: 95%;
}

td > p:first-child {
  margin-top: 0;
}

td > p:last-child {
  margin-bottom: 0;
}

#con {
  line-height: 1.4rem;
}

#con sup, #con sub {
  line-height: 1;
}

.pankuzu {
  display: flex;
  align-items: center;
  padding: 5px;
  min-height: 60px;
}

.pankuzu ol {
  display: flex;
  flex-flow: row wrap;
  margin: 0;
  padding: 0;
}

.pankuzu li {
  list-style: none;
  font-size: 0.9rem;
  color: #fff;
}

.pankuzu li::before {
  content: ">";
  padding: 0 0.5rem 0 0.3rem;
  color: #bbb;
}

.pankuzu li:first-child::before {
  content: "";
  padding: 0;
}

.pankuzu li a {
  color: #ddd;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}

.pankuzu li a:hover {
  color: #fff;
  border-bottom: 1px solid #bbb;
}

#con .con-link .btn {
  padding: 0.5rem;
  margin: 0.3rem auto;
  width: 80%;
  max-width: 30rem;
}

img {
  max-width: 100%;
  width: auto;
  height: auto;
}

.fr {
  float: right;
  height: auto;
  max-width: 50%;
  margin: 5px 0 5px 10px;
}

.fl {
  float: left;
  height: auto;
  max-width: 50%;
  margin: 5px 0 5px 10px;
}

.fc {
  clear: both;
}

.fn {
  float: none;
}

h2, .f-clear {
  clear: both;
}

ul.li-left, ol.li-left {
  padding-left: 1rem;
}

.line-g ul.li-left, .line-g ol.li-left {
  padding-left: 0.3rem;
}

.li-left li {
  display: inline-block;
  margin: 0.2rem 0.4rem 0.2rem 1.4rem;
  text-indent: -1rem;
}

.li-left li::before {
  content: "○";
  padding: 0 0.2rem 0 0;
}

#rss ul {
  padding-left: 0;
}

#rss li {
  list-style: none;
  margin: 0;
}

#rss li a {
  font-size: 1.1rem;
}

#rss li div {
  font-size: 1rem;
}

#con .news {
  padding: 0 10px 0;
}

.contact {
  padding: 0;
  background: transparent;
}

.contact .copyright {
  color: #747f81;
}

@media screen and (max-width: 899px) {
  #con {
    padding: 20px 15px;
    font-size: 95%;
  }

  #con .news {
    padding: 0 10px 0;
  }

  .sidebar {
    height: 0;
  }

  header .copyright {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 500px) {
  #con {
    padding: 20px 5px;
  }

  .fr, .fl {
    float: none;
    max-width: 100%;
    height: auto;
    margin: 5px auto;
  }
}
