body{
	margin: 0;
}

#header{
	height: 70px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	position: sticky;
	top: 0;
	background-color: #3A2B1F;
	border-bottom:1px solid #FFD700;
}

#container,#navi{
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

li{
	display: -webkit-box; 
}

a.header-link{
	text-decoration: none;
	display: block;
	color: #FFD700;
	font-family: sans-serif;
}

li{
	margin-right: auto;
	margin-left: auto;
	height: 70px;
	-webkit-box-align: center;
}

#business,#outline,#boardmember,#history{
	scroll-margin-top: 100px;
	font-weight: bold;
	margin-bottom: 70px;
	margin-top: 70px;
	color: #4C3219;
}

#contact{
	scroll-margin-top: 150px;
	font-weight: bold;
	margin-bottom: 70px;
	margin-top: 100px;
	color: #4C3219;
}

.concept{
	margin-left: auto;
	margin-right: auto;
	color: #3A2B1F;
	font-weight: bold;
	font-size: 3.3rem;
	width: fit-content;
	height: max-content;
	font-family: 'Noto Sans Japanese',   sans-serif;
}

span.concept-hiragana{
	font-size: 2.7rem;
}

.top{
	margin-top: 100px;
}

.bottom{
	margin-bottom: 100px;
}

.business {
	width: 33%;
	margin-bottom: 30px;
    background: #f1f1f1;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.22);
}

.business .business-title {
	vertical-align:middle;
	height: 60px;
    font-size: 1.2em;
	background-color: #583B1D;
    text-align: center;
	color: white;
    font-weight: bold;
    letter-spacing: 0.05em;
	-webkit-text-stroke-width: 0.1px;
  	-webkit-text-stroke-color: black;
}

.business p {
    padding: 15px 20px;
    margin: 0;
}

h2.diagram{
	text-align: center;
	font-family: 'Noto Sans Japanese',   sans-serif;
	background: linear-gradient(transparent 70%, #a7d6ff 70%);
	width: fit-content;
	margin: 30px;
}

.business-img{
	margin-bottom: 100px;
}

dl{
	display: flex;
	flex-wrap: wrap;
	width: auto;
	margin-left: 30px;
}

dt,dd{
  box-sizing: border-box;
}

dt{
  display: flex;
  width: 20%;
  margin-bottom: 30px;
}

dt:last-of-type,
dd:last-of-type{
  border: none;
}

dd{
  display: flex;
  width: 80%;
  margin-left: 20px;
  padding-left: 20px;
  margin-bottom: 30px;
}

.dd-outline{
	margin-bottom: 40px;
}

.dl-outline{
	margin-bottom: 100px;
}

.dl-history{
	margin-bottom: 100px;
}

.officer{
	margin-left: 30px;
	width: 300px;
}

.officer-top{
	width: 100%;
}

.officer-right{
	margin-left: 100px;
}

.officer-sentence{
	margin: 0px 30px 100px 30px;
	
}

.officer-group{
	margin-bottom: 100px;
	margin-right: 30px;
}

.officer-img{
	width : 300px;
	height : 180px;
	margin-bottom: 20px;
	margin-left: 30px;
}

.officer-position{
	font-size: 1.125rem;
	margin-bottom:10px;
	color: #069;
	font-weight: bold;
}

.officer-name{
	color: #069;
}

.officer-group-top{
	margin-left:20px;
	color: #069;
	padding-top: 1rem;
}

.officer-bottom{
	margin-bottom: 70px;
}

.google-form{
	display: block;
	text-decoration: none;
	margin:100px 30px 50px auto;
	font-size: 18px;
	width: 40%;
	background-color: #583B1D;
	padding: 0.4em;
	color: white;
	-webkit-text-stroke-width: 0.05px;
  	-webkit-text-stroke-color: black;
	border-radius: 0.5em;
	height: max-content;
	text-align: center;
	letter-spacing: 0.45em;
}
