body{
	font-family:'Noto Sans', sans-serif;
}

p {
  margin: 0px;
}

header{
  top: 0;
  position: fixed;
  width: 100%;
	height: 45px;
	background-color: #fec857;
  line-height: 45px;
}

footer{
  position: fixed;
  bottom: 0;
  width: 100%;
  margin-bottom: 20px;
}

.footer-content-container {
  display: inline-block;
  width: 100%;
  position: relative;
  text-align: center;
  height: 52px;
}

.footer-content-call{
  display: inline-block;
  position: relative;
	margin-right: 10px;
}

.footer-content-call > a > p{
  position: absolute;
  top: 0;
  display: inline-block;
  left: 0;
  right: 0;
  margin: auto;
  margin-top: 10px;
}

.footer-content-talk{
  display: inline-block;
}

.header-container{
  text-align: center;
	height: 45px;
}

.header-container > div{
  display: inline-block;
}

.header-container > div:nth-child(2){
  float: right;
}

article{
  padding-top: 45px;
}

.contentList-box{
  margin-bottom: 33px;
}

.article-contentList-container:last-child{
  margin-bottom: 92px;
}

.contentList-img-box{
  width: 160px;
  height: 120px;
  display: inline-block;
  float: left;
}

.contentList-img-box > img{
  width: 100%;
  height: 100%;
}

.contentList-info-box{
  width: 40%;
  float: left;
  height: 100%;
  display: inline-block;
  line-height: 24px;
  padding-top: 12px;
  padding-bottom: 12px;
	padding-left: 12px;
}

.contentList-info-box >p{
  font-size: 16px;
  line-height: 1.5;
  color: #000000;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.contentList-contents{
  width: 100%;
  height: 120px;
  margin-bottom: 10px;
  border: solid 0.5px #d5d5d5;
}

.article-countText-container > p{
  font-weight: bold;
	font-size: 14px;
	color: #4a4a4a;
  margin-left: 10px;
  margin-top: 25px;
  margin-bottom: 12px;
}

.header-content-title{
  font-size: 22px;
  font-weight: bold;
  color: #000000;
	white-space: nowrap;
	width: 70%;
	text-overflow: ellipsis;
	overflow: hidden;
}

.contentList-box > p{
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  margin-left: 10px;
  margin-bottom: 8px;
}

.header-content-logo{
  position: absolute;
  right: 10px;
}

.footer-content-call > a > p{
	font-size: 22px;
	font-weight: bold;
	color: #000000;
}
