.hasDashed .inner {
  border-bottom: 2px dashed #d8d8d8;
  padding-bottom: 30px;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.inner p{
  font-size: 1.4em;
}
.comonTitle {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #02499b;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 3px;
}
.section + .section {
	margin-top: 0px;
}
table.special-red01{
	width:100%;
	border:1px solid #ccc;
	margin-bottom:20px;
}

table.special-red01 th{
	border:1px solid #ccc;
	background:#FDECE3;
	padding:8px;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
}

table.special-red01 td{
	border:1px solid #ccc;
	padding:8px;
	text-align:center;
	vertical-align: middle;
}
 
.special-red01 {
 white-space: nowrap;
 }
.table_wrap { 
  overflow-x: auto; 
}

.oshirase {
 color: red;
 font-size: 1.5em;
 text-align: center;
 font-weight: bold;
 margin-top: 10px
}
 
@media screen and (max-width: 767px) {
 
 .inner p{
  font-size: 1.0em
}
.hasDashed .inner {
    padding-bottom: 20px;
  }
.comonTitle {
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 20px;
}
.oshirase {
 font-size: 1.2em;
 text-align: left;
 margin-top: 10px
}
} 