/* シムレ　追加 */
.simle_ol {
  list-style: none;
}
.simle_li {
  margin-top: 5px;
}
.simle_span {
  margin-right: 10px;
  display: inline-block;
  font-size: 16px;
  color: #d06f64;
  font-weight: bold;
}

.sa_font{
	font-family: "筑紫A丸ゴシック","Tsukushi A Round Gothic", "筑紫B丸ゴシック","Tsukushi B Round Gothic","游ゴシック", "Yu Gothic","游ゴシック体","YuGothic","Courier","Courier New","monospace","sans-serif","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic" ;
	
}

.sa_set:nth-child(even) {
	display: flex;
    flex-direction: row-reverse;
	align-items: center;
    justify-content: center;
}
.sa_set:nth-child(odd) {
	display: flex;
	align-items: center;
    justify-content: center;
}

.sa_2column {
	 margin: 10px;
}
@media screen and (max-width: 767px){
 .sa_set:nth-child(even){
     display: block;
  }
}
@media screen and (max-width: 767px){
 .sa_set:nth-child(odd){
     display: block;
  }
}