/* Add here all your CSS customizations */
.size16{
	font-size:16px;
	color:black;
}
.h2_border {
    overflow: hidden;
    text-align: center;
	margin-bottom: -20px;
}

.h2_border span {
    display: inline-block;
    padding: 0 0.5em;
    position: relative;
	color:#0088cc;
}

.h2_border span:before,
.h2_border span:after {
    border-top: 2px solid #0088cc;
    content: "";
    position: absolute;
    top: 50%;
    width: 99em;
}

.h2_border span:before {
    right: 100%;
}

.h2_border span:after {
    left: 100%;
}
.midashi_kojin {
  color: #777777;
  font-size: 26px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 24px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 30px;
  text-align: center;
}
.jyobun {
  color:
    #777777;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 24px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 5px;
}
.pad {
  padding-top: 20px;
  padding-bottom: 20px;
  color: black;
  font-weight: normal;
}
.sign {
	text-align: right;
	color:black;
	font-weight: normal;
}
.block, .list {
  font-weight: normal;
}
.IMS {
    max-width: 70%;
    text-align: center;
}