@charset "UTF-8" body {
  width: 100%;
}
body {
  margin: 0;
  font-family: 'Kosugi Maru', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: bold;
  font-size: 20px;
  text-align: center
}
button {
    width: 95%;
    height: 120px;
    font-size: larger;
    margin: 10px;
    background-color: white;
    font-weight: bold;
    font-family: 'Kosugi Maru', sans-serif;
    border-radius: 15px;
    border-color: initial;
    border-width: thick;
    text-shadow: 0 0 black;
}
a {
  text-decoration: none;
  transition: .5s ease;
  font-weight: bold;
}

a:hover {
  opacity: 0.6;
}

p {
  margin: 5px;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

header {
    background: black;
    box-sizing: border-box;
    color: white;
}

header .headerInner {
  max-width: 1000px;
  margin: 0 auto;
}

header h1 {
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: 24px;
  padding: 10px 0 10px;
}

header p {
  width: 100%;
  color: #fff;
  font-size: 14px;
  box-sizing: border-box;
  text-align: center;
  line-height: 20px;
}

header p a {
  color: #fff;
  font-size: 18px;
}

section {
  max-width: 1000px;
  margin: 0 auto;
  padding: 10px 0;
}

section h2 {
  padding: 10px;
}

footer {
    margin-top: 40px;
    text-align: center;
    background: black;
    color: white;
    font-weight: bold;
    font-size: small;
    padding: 20px;
}

footer nav ul {
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}

footer nav ul li {
  border-right: 1px solid #fff;
  padding: 0 10px;
  box-sizing: border-box;
  line-height: 10px;
}

footer nav ul li:last-of-type {
  border-right: none;
}

footer nav ul li a {
  color: #fff;
  font-size: 13px;
}

footer nav ul li a:hover {
  opacity: 0.7;
}

footer .footer__copyright {
  width: 100%;
  color: #fff;
  font-size: 11px;
  text-align: center;
  padding: 10px 0 0;
}

.navi{
  position: fixed;
  padding: 0px 0px;
}

.imag1{
width:30px;

}
.imag2{
width:80%;

}
.accordion2 {text-align: center;margin-bottom: 25px;}
.accordion2 .inner {display: none;}
.accordion2 p{
    cursor: pointer;
    padding: 40px;
    font-weight: bold;
    margin: 10px;
}
.accordion2 p{
    border: groove;
}
.accordion2 .inner li{padding: 10px 0;}
.accordion2 .inner li.content1-1{background: #FFFFFF;font-weight: bold;}
.accordion2 .inner li.content2-1{background: #FFFFFF;font-weight: bold;}
.accordion2 .inner li.content3-1{background: #FFFFFF;font-weight: bold;}
.liul{
    margin: auto;
    text-align: left;
    display: block;
    width: 220px;
}
.liul2{
    margin: auto;
    text-align: left;
    display: block;
    width: 180px;
}
.liul3{
    margin: auto;
    text-align: left;
    display: block;
    width: 240px;
}
.btn-au {
  width: 240px;
  text-align: center;
  position: inherit;
  display: inline-block;
  padding: 1.25em;
  text-decoration: none;
  color: #FFF;
  background: #fd9535;/*背景色*/
  border-bottom: solid 2px #d27d00;/*少し濃い目の色に*/
  border-radius: 4px;/*角の丸み*/
  box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
  font-weight: bold;
}
.btn-au:active {
  border-bottom: solid 2px #fd9535;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}
.btn-do {
  width: 240px;
  position: inherit;
  display: inline-block;
  padding: 1.25em;
  text-decoration: none;
  color: #FFF;
  background: #C51845;/*背景色*/
  border-bottom: solid 2px #DD5A7A;/*少し濃い目の色に*/
  border-radius: 4px;/*角の丸み*/
  box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
  font-weight: bold;
}
.btn-do:active {
  border-bottom: solid 2px #C51845;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}
.btn-so {
  width: 240px;
  position: relative;
  display: inline-block;
  padding: 1.25em;
  text-decoration: none;
  color: #FFF;
  background: #41A6DA;/*背景色*/
  border-bottom: solid 2px #1E85C8;/*少し濃い目の色に*/
  border-radius: 4px;/*角の丸み*/
  box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
  font-weight: bold;
}
.btn-so:active {
  border-bottom: solid 2px #C51845;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}
div#title {
    padding-top: 60px;
}
ul.topnav {
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style-type: none;
	background-color: black;
	position: fixed;
	width: 100%;
	z-index: 9999;
}
ul.topnav li {
    float: left;
    width: 20%;
    font-size: xx-small;
    box-sizing: border-box;
    border: 1px solid gray;
}
ul.topnav li a {
	display: block;
	padding: 14px 16px;
	text-align: center;
	text-decoration: none;
	color: white;
}
.slick-dotted.slick-slider {
    margin: 0px;
    padding: 0px;
}
.slick-slide img {
    width: 200px;
    margin: auto;
}
.slick-dots{
    bottom: -30px;
}
.slick-dots li button:before{
    font-size: 25px !important;
    line-height: 35px;
}

.slick-prev:before {
    font-size: 50px;
    color: black;
}
.slick-next:before {
    font-size: 50px;
    color: black;
}
.lb-data .lb-number {
    display: none;!important
}
.lb-data .lb-number{
    font-size: 0!important;
}
#table {
    border-collapse: collapse;
    text-align: left;
    margin: 25px auto 25px auto;
}
table th, table td {
  border: solid 1px black;
}
div#top {
    text-align: center;
    margin: 25px;
}
div#status {
width: 80%;
margin: auto;
}