.flugline{
	max-width: 100%;
	height: 60px;
	background: url("../img/flagback.png") repeat-x 0 0;
	margin-bottom: 2rem;
}
#flugBottom{
	margin-bottom: 4rem;
}
/** flexセクション **/
.otherFlex{
	display: -webkit-flex; /* Safari */
  	display: flex;
  	-webkit-flex-wrap: wrap; /* Safari */
  	flex-wrap:         wrap;
  	-webkit-justify-content: center; /* Safari */
  	justify-content:         center;
}
.otherInner{
	box-sizing: border-box;
	width: 26%;
	margin: 5px;
}
.otherInner dl{
	margin-top: 2rem;
}
.otherInner dt{
	color: #ee8359;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 1.5rem;
	position: relative;
}

// .cercleIcon{
// 	color: #95c51a;
// 	font-size: 95%;
// 	font-weight: bold;
// }

.otherInner dd{
	font-size: 19px;
	line-height: 1.6em;
}
@media screen and (max-width:997px){
	.otherInner dt{
	color: #ee8359;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 1.5rem;
	position: relative;
}
	.otherInner dd{
	font-size: 17px;
	line-height: 1.6em;
}
}
.infoFlex{
	display: -webkit-flex; /* Safari */
  	display: flex;
  	-webkit-flex-wrap: wrap; /* Safari */
  	flex-wrap:         wrap;
  	-webkit-justify-content: center; /* Safari */
  	justify-content:         center;
}
.infoInner{
	box-sizing: border-box;
	width: 20%;
	margin: 5px;
}
.infoFlex{
	margin-top: 1.5rem;
	margin-bottom: 2rem;
}
@media screen and (max-width: 767px){
.otherInner{
	box-sizing: border-box;
	width: 80%;
	margin: 5px;
}
.infoInner{
	box-sizing: border-box;
	width: 80%;
	margin: 5px;
}
}
/** ここまで **/
#infoSection{
	margin-bottom: 2rem;
}
#footinner{
	background: #95c51a;
	color: #fff;
	padding: 15px;
	font-size: 18px;
	line-height: 3.5rem;
	font-weight: bold;
}
.compname{
	font-size: 20px;
}
#copy{
	background: #a2d61c;
	color: #fff;
	font-weight: bold;
	padding: 5px;
	font-size: 14px;
}
.text-center{
	text-align: center;
}
.text-info{
	color: #ee8359;
	font-size: 30px;
	font-weight: bold;
}
.text-pink{
	color: #ff7bac;
}