@charset "UTF-8";

/* 切り替え
---------------------------------------------------------- */
.pc {
  display: none !important;
}
.sp {
  display: block !important;
}

/* 説明文
---------------------------------------------------------- */
.train_txt_container {
  width: 80%;
}
.traingrid {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.train_name img {
	width: 40%;
}
.train_txt {
  font-size: 0.65rem;
  line-height: 1.6;
}
.train_photo {
	width: 50%;
	margin: 0.3em 25%;
	padding: 1em 0.5em 0.5em;
}
/* テキスト
---------------------------------------------------------- */
.copyright_txt {
  font-size: 0.7rem;
}
.ptp {
	margin: 15px auto;
}