@charset "UTF-8";


@media screen and (max-width:768px){
	
}
@media screen and (max-width:480px){
	
}
/*14-2*/
.listDtails ul{
	width: 100%;
	margin: 0;
	padding: 0;
}
.listDtails ul.circle03 li{
	margin: 0 0 0;
  position: relative;
  padding: 0 0 0 1.2em;
}
.listDtails ul.circle03 li::after {
  display: block;
  content: '';
  position: absolute;
  top: .5em;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #999999;
  border-radius: 100%;
}
.listDtails ul.circle03 li span{
	margin: 0 0 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
	display: block;
}
.textBox01 img{
	width: 100%;
	height: auto;
}
.content > ul.circle > li{
	list-style-type: disc !important;
}
.content > ul.circle{
	padding: 0 0 0 1em;
	list-style-type: disc !important;
}
.collaboration_set{
	width: 100%;
	margin: 0 0 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	flex-wrap: wrap;
}

.collaboration_set li{
	width: 48%;
	margin: 0;
	padding: 0;
}
.collaboration_set li img{
	width: 100%;
}
@media screen and (max-width:480px){
.collaboration_set{
	width: 100%;
	margin: 0 0 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-direction: column;
}
.collaboration_set li:first-child{
	width: 100%;
	margin: 0;
	padding: 0;
	order: 2;
}
.collaboration_set li:last-child{
	width: 100%;
	margin: 0;
	padding: 0;
	order: 1;
}

}
