@charset "UTF-8";

body,
html {
	width:100%;
  height: 100%;
  margin: 0 auto;
  letter-spacing: 2px;
  min-height: 100%; /* 最小の高さ */
}


html {
	width: 100%;
	height: 100%;
}
body {
  /*background:#fff8f1;*/
  background-color: #f4f2ed;
  /*background-image: radial-gradient(circle, #fdfaf3 5px, transparent 5px);
  background-position: 0 0;
  background-size: 30px 30px;*/
}

hr {
	height: 0;
	margin: 0;
	padding: 0;
	border: 0;
}
.hr1 {
	margin: auto;
	width: 50%;
	border-top: 2px solid #dec690;
	background-color: #dec690;
}

#content {height: auto;}



.content_center {
	font-family: "Kiwi Maru", serif;
	width: 100%;
	margin: 50px 0;
}
.center_wrap {
	width: 600px;
	margin: auto;
	font-size: 14px;
	letter-spacing: 3px;
	line-height: 28px;
	background-color: #fff;
	box-shadow: 4px 6px 15px -5px #777777;
	border-radius: 10px;
	padding: 50px;
}
.topic_title {
    padding: 0.25em 0.5em;/*上下 左右の余白*/
    color: #0082a2;/*文字色*/
	font-weight: 800;
    background: transparent;/*背景透明に*/
    border-left: solid 5px #7db4e6;/*左線*/
}
.border {border-bottom: #cbd2d4 2px dashed;}
.profrink {
	margin-top: 20px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
}
.iconfont {	
	font-size: 20px;
	vertical-align:middle;
}
.prinkicon {
	vertical-align:middle;
	
}
.profrink a{
	color: rgb(255, 255, 255);
	text-decoration: none;
	background-color:#000;
	padding: 7px 15px;
	border-radius: 10px;
	margin-left: 5px;
}
@media screen and (max-width: 800px) {
	.center_wrap {
		width: 75%;
		margin: auto;
		font-size: 14px;
		letter-spacing: 2px;
		line-height: 28px;
		padding: 30px;
	}
	ul {
		padding-inline-start: 20px;
	}
}
/*----footer----*/
footer {
	font-size: 10px;
	text-align: center;
	padding: 10px 0;
}
/*----//footer----*/
@media screen and (max-width: 800px) {
	.hr1 {width: 90%;}
}

