@charset "utf-8";
/*=================
　TOPの掲示板
=================*/

:root {
    --top_bulletin__bd: rgb(246,185,168 , 1);
    --top_bulletin__bg: rgb(246,185,168,0.2);
}

.top__bulletin__board__wrap {
  text-align: center;
  background: rgba(255,255,255,0.9);
}

.top__bulletin__box {
  /* background: rgb(21 111 143); */
  padding: 0px 70px 50px;
  max-width: fit-content;
  margin: auto;
}

.top__bulletin__board {
  padding: 30px;
  position: relative;
  text-align: left;
  text-align: justify;
  border: 7px double rgb(21,111,143);
}
.top__bulletin__board p {
    margin-bottom: 1em;
}
.top__bulletin__board p:last-child {
  margin-bottom: 0 !important;
}

@media (max-width: 559px){
	.top__bulletin__board {
		padding: 20px;
	}
    .top__bulletin__box {
        padding: 70px 30px;
    }
}

.top__bulletin__board__box h2 {
	font-size: 24px;
	margin-bottom: 20px;
	color: hsl(13 101% 71% / 1);
}

@media (max-width: 959px){
	.top__bulletin__box{
		padding-top: 60px;
		margin-bottom: -60px;
	}
}