@charset "UTF-8";
#spirit .ttl01 {
	font-size: 112.50%;
	font-weight: bold;
	color: #bc272d;
	letter-spacing: 0.3em;
	line-height:1.6em;
}
#spirit .txt01 {
	font-size: 156.25%;
	font-family: "Yu Mincho", "YuMincho", serif;
	line-height:2.3em;
}

#spirit .spiritTable01 {
  border-collapse: collapse;
  width: 660px;
  margin: 0 auto 30px;
  font-size: 93.75%;
}
#spirit .spiritTable01 tbody tr th {
	padding:10px 0 10px; 
	width: 15%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
}
#spirit .spiritTable01 tbody tr td {
	padding:10px 0 10px; 
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
}



@media screen and (max-width:768px){
	
}
@media screen and (max-width:480px){
#spirit .spiritTable01 {
	width:95%;
}
#spirit .spiritTable01 tbody tr th {
	text-align:left;
	display:block;
	width: 98%;
	background:#f5f5f5;
	padding-left:2%;
	border:none;
}
#spirit .spiritTable01 tbody tr td {
	display:block;
}
}
.collaboration_set {
  width: 100%;
  margin: 0 0 50px 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%;
  margin: 0;
  padding: 0;
}
@media screen and (max-width:480px){
.collaboration_set {
  width: 100%;
  margin: 0 0 30px 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 {
  width: 100%;
  margin: 0;
  padding: 0;
}
}

.leadimg{
	text-align: center;
	margin: 0 0 30px 0;
	padding: 0;
}
.leadimg img{
	max-width: 100%;
}