@charset "utf-8";
/*--情報公開---*/
#report {
	width: 650px;
}
#report a {
	text-decoration: none;
	font-weight: bold;
}


#report h3 {
	font-size: 1.2em;
	padding:10px 30px;
	margin:30px 0px 0px;
	font-weight:bold;
background-color:#806258;
color:#ffffff;
border-radius: 10px;
	width: 590px;
}
#report .report-list {
    list-style: none;
    display:flex;
    justify-content: center;
    height:160px;
    align-items: center;
}
#report .report-list a {
	color: #ffffff;
}
#report .report-container{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 10px;
}
#report .report-child {
  display: inline-block;
  font-family: "Open Sans", Arial;
  font-size: 20px;
  color: #FFFFFF;
  text-align: center;
  background: #3794fe;
  border-radius: 6px;
  padding: 20px;
  margin: 12px;
}

.report-child:first-child {
  width: 100%;
}

.report-child:not(:first-child) {
  flex: 1;
}
#report .btn_re {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 160px;
	height: 80px;;
    margin:0 auto;
    padding: 1em;
    border: none;
    border-radius: 5px;
    box-shadow: 0 2px 3px rgb(0 0 0 / 25%), 0 2px 3px -2px rgb(0 0 0 / 15%);
    background-color: #d0b425;
    color: #ffffff;
    font-weight: 300;
    font-size: 1.2em;
}

#report .btn_re:hover {
    background-color: #c0a415;
	color: #7F6155;
}

#report .btn_re1 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 160px;
	height: 60px;
	vertical-align: center;
    margin:0 auto;
    padding: 1em;
    border: none;
    border-radius: 5px;
    box-shadow: 0 2px 3px rgb(0 0 0 / 25%), 0 2px 3px -2px rgb(0 0 0 / 15%);
    background-color: #d0b425;
    color: #ffffff;
    font-weight: 300;
    font-size: 1.0em;
}

#report .btn_re1:hover {
    background-color: #c0a415;
	color: #7F6155;
}

#report .btn_re2 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 160px;
    margin:5px auto 15px auto;
    padding: 1em;
    border: none;
    border-radius: 5px;
    box-shadow: 0 2px 3px rgb(0 0 0 / 25%), 0 2px 3px -2px rgb(0 0 0 / 15%);
    background-color: #d0a225;
    color: #ffffff;
    font-weight: 300;
    font-size: 1.0em;
	vertical-align: center;
}

#report .btn_re2:hover {
    background-color: #c0a415;
	color: #7F6155;
}
#report dl {
	border-bottom: #43332C 1px solid;
}
#report dl dt{
	text-indent: 1em;
	font-weight: 600;
	font-size: 1.5em;
	color:#806258;
}

.accordion-5 {
  max-width: 620px;
  background-color: #f2f2f2;
  margin: 0 auto 3em;
}
.accordion-5 a {
  color: #000000;
}

.accordion-5 summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 1em 2em;
  border-radius: 5px;
  background-color: #d0a225;
  color: #ffffff;
  font-weight: bold;
  font-size: 1.2em;
  cursor: pointer;
}

.accordion-5 summary::-webkit-details-marker {
  display: none;
}

.accordion-5 summary::after {
  transform: translateY(-25%) rotate(45deg);
  width: 7px;
  height: 7px;
  margin-left: 10px;
  border-bottom: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  content: '';
  transition: transform .3s;
}

.accordion-5[open] summary::after {
  transform: rotate(225deg);
}

.accordion-5 p {
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: 1em 2em 1em 2em;
  transition: transform .5s, opacity .5s;
}

.accordion-5[open] p {
  transform: none;
  opacity: 1;
  color: #000000;
}

.repoP {
	text-indent: 20px;
  margin-top:20px;
	margin-bottom: 30px;
}

/* TEST 2026-07-01 15:30 */

