@charset "UTF-8";

.solimage,
.solimage img {
	margin-top: 0;
}

.mod_contitle h1 > span {
	font-size: 30px;
	font-size: 3rem;
}

.mod_set4 .mod_h21 {
	margin-top: 30px;
}
.mod_set4 .mod_h21 span {
	margin: 0 0 7px;
	font-family: inherit;
	font-size: 16px;
	font-size: 1.6rem;
}
.mod_set4 .mod_h21 + .text {
	margin-top: 20px;
}
.mod_set4 .text p:first-of-type {
	margin-top: 0;
}
.mod_set4 .text + img {
	margin-top: 30px;
}

@media screen and (max-width: 991px) {
}

@media screen and (max-width: 970px) {
}

@media screen and (max-width: 767px) {
}

@media screen and (max-width: 640px) {
  .solimage {
	  margin-top: 60px;
  }
  
  .solimage + .mod_h21 {
	  margin-top: 20px;
  }
}

