@charset "utf-8";
/* CSS Document */


@media screen and (min-width: 769px) {

.c5-mocopiNews__infolist {
	display: flex;
	justify-content: space-between;
}

.c5-mocopiNews__contentinfo {
  padding: 0;
}

.c5-mocopiNews__contentinfo ul{
  padding: 20px 0 20px;
}
	
.c5-mocopiNews__contentinfo li{
  height: 70px;
  padding: 14px 10px 14px 10px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ccc
}	

.c5-mocopiNews__contentinfo li {
	color: #2f353d;
	text-decoration: none;
}	
	
	.br-sp {
		display: none;
	}
	

.c5-mocopiNews__contentinfo li:nth-child(1){
  border-top: 1px solid #ccc
}

.c5-mocopiNews__info {
	width: 90%;
	font-size: 16px;	
	padding-top: 7px;
	/*background: #E76E70;*/
}

.c5-mocopiNews__info a {
	color: #2f353d;
	text-decoration: none;
	display: block;
}	
	
.c5-mocopiNews__detail {
	width: 10%;
	text-align: right;
	/*background: #157AE0;*/
}

.c5-mocopiNews__infodate {
	padding-right: 20px;
	font-weight: bold;
}

}


@media screen and (max-width: 768px) {

.c5-mocopiNews__infolist {
	display: flex;
	justify-content: space-between;
}

.c5-mocopiNews__contentinfo {
  padding: 0;
}

.c5-mocopiNews__contentinfo ul{
  padding: 20px 0 20px;
}

.c5-mocopiNews__contentinfo li {
  0height: 70px;	
  padding: 14px 10px 14px 10px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ccc
}

.c5-mocopiNews__contentinfo li {
	color: #2f353d;
	text-decoration: none;
}

.c5-mocopiNews__contentinfo li:nth-child(1){
  border-top: 1px solid #ccc
}

.c5-mocopiNews__info {
	width: 90%;
	font-size: 16px;	
	padding: 7px 5px 0 0;
	/*background: #E76E70;*/
}
	
.c5-mocopiNews__info a {
	color: #2f353d;
	text-decoration: none;
	display: block;
}		
	
.c5-mocopiNews__detail {
	width: 10%;
	display: flex;
	justify-content: center;
	align-items: center;
	/*background: #157AE0;*/
}
	

	
.c5-mocopiNews__infodate {
	padding-right: 20px;
	font-weight: bold;
}

}


.c5-mocopiNews__contentinfo__btnarea {
    margin: 20px 0 60px 0;
	display: flex;
	justify-content: space-between;
}

.c5-mocopiNews__contentinfo__btnareafirst {
    margin: 20px 0 60px 0;
	display: flex;
	justify-content: flex-end;
}

.c5-mocopiNews__contentinfo__btnareaend {
    margin: 20px 0 60px 0;
	display: flex;
	justify-content: flex-start;
}

.c5-mocopiNews__contentinfo__btnareatolist {
    margin: 20px 0 60px 0;
	display: flex;
	justify-content: center;
}

.c5-mocopiNews__contentinfo__btnnext {
  border-radius: 31px;
  width: 240px;
  height: 50px;
  font-size: 25px;
  font-weight: 700;
  color: #fff;
  background: #c017a2
}

.c5-mocopi__btn2 {
  position: relative;
  line-height: 1.2;
}

.c5-mocopi__btn2:after {
  display: block;
  position: absolute;
  top: calc(50% - 7.5px);
  left: 20px;
  border-top: 7.5px solid transparent;
  border-bottom: 7.5px solid transparent;
  border-right: 10px solid #fff;
  transition: .5s;
  content: ""
}

.c5-mocopi__btn2:hover:after {
  transform: translateX(-5px)
}

@media screen and (max-width: 360px) {
	

}