html,
body,
pre {
	font-family: 'Meiryo', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', 'sans-serif';
	color:#FFF;
}

.whole {
	margin: 25px auto;
	/* background-color: rgba(255,255,255,0.3);
	border-radius: 25px;
	padding: 20px; */
}

.title img {
	width: 100%;
	height: 80%;
}

.maglist_head {
	margin: 10px auto;
	padding-left: 5px;
}

.serializetime {
	font-size: 20px;
	font-weight: bold;
	margin-top: 10px;
}

.serializetime a {
	text-decoration: none;
	color: #000000;
}

.period {
	margin: 5px 0 15px 0;
	position: relative;
	padding-left: 1px;
	padding-right: 0;
}

.period img {
	width: 100%;
}

.infor1 {
	width: 100%;
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 0px;
	position: relative;
}

.infor_left {
	padding-left: 1px;
	text-align: center;
}

.infor_center {
	padding-left: 0;
}

.infor_right {
	padding: 0;
	text-align: center;
}

.list_img_left {
	width: 78%;
	margin-bottom: 4px;
}

.list_img_right {
	width: 100%;
}

.list_img_read {
	width: 78%;
	margin-top: 10px;
}

.list_word_title {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
}

.list_word_con {
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
}

.propic {
	width: 100%;
	cursor: pointer;
}

.infor_bottom {
	text-align: center;
	margin-bottom: 15px;
	padding: 0;
}

.list_img_bottom {
	width: 100%;
	padding-top: 15px;
}

.bottom {
	font-size: 17px;
	display: flex;
	justify-content: center;
	/*background-color: #fff;*/
	padding: 20px 0;
	font-weight: bold;
}

.bottom a {
	text-decoration: underline;
	text-align: center;
}

.bottom span {
	text-align: center;
}

.headingImg01 {
	margin-bottom: 5px;
}

.headingImg01 img {
	width: 100%;
}

.coverImg01 {
	display: flex;
}

.coverImg01 a {
	display: block;
	width: 20%;
	height: auto;
	margin-right: 15px;
	box-shadow: 6px 6px 6px 4px #b3b3b3;
}

.coverImg01 a img {
	display: block;
	width: 100%;
}

.otherImage {
	position: absolute;
	right: 30px;
	bottom: 0;
	width: 40%;
}

.otherImage img {
	width: 100%;
}

.otherImage.resetImage {
	width: 28%;
}

.otherImage01 {
	margin-top: 20px;
}

.otherImage01 img {
	width: 100%;
}

.otherImage02 {
	margin-top: 20px;
}

.otherImage02 img {
	width: 100%;
}

.otherImage03 {
	margin-top: 20px;
}

.otherImage03 img {
	width: 100%;
}

.otherImage02 a img {
	margin-bottom: 50px;
}

a.otherImage03 img {
	margin-bottom: 0;
}

@media screen and (max-width: 767px) {
	.otherImage02 a img {
		margin-bottom: 25px;
	}
}

/*以下为大屏*/
@media screen and (min-width: 992px) and (max-width: 1200px) {
	.bacground img {
		width: 87%;
	}
}

@media screen and (min-width: 768px) {
	.infor_center {
		padding-right: 0;
		margin-left: -25px;
		margin-right: 25px;
	}

	.infor_left {
		text-align: left;
	}
	
	.otherImage {
		width: 35%;
	}
}

/*以下为平板端*/
@media screen and (max-width: 992px) {

	.list_img_left {
		width: 84%;
	}

	.list_img_read {
		width: 84%;
	}

	.list_word_title {
		font-size: 18px;
		margin-bottom: 10px;
	}

	.list_word_con {
		font-size: 14px;
		line-height: 24px;
	}
}

/*以下为手机端*/
@media screen and (max-width: 767px) {

	/*LP*/
	.propic {
		width: 120%;
	}

	.maglist_head {
		font-size: 16px;
	}

	.serializetime {
		font-size: 16px;
	}

	.whole {
		margin-top: 0;
	}

	.bottom {
		font-size: 10px;
	}

	.list_img_left {
		width: 100%;
	}

	.list_img_read {
		width: 100%;
	}

	.period {
		margin-bottom: 5px;
	}

	.otherImage.resetImage {
		width: 22%;
	}
}

@media screen and (max-width: 480px) {
	.list_word_title {
		font-size: 12px;
		line-height: 14px;
		display: block;
		margin: 0 0;
		-webkit-transform: scale(0.9);
		-moz-transform: scale(0.9);
		-ms-transform: scale(0.9);
		-o-transform: scale(0.9);
	}

	.list_word_con {
		font-weight: normal;
		font-size: 12px;
		line-height: 15px;
		display: block;
		margin: 0 -7px 0 0;
		-webkit-transform: scale(0.9);
		-moz-transform: scale(0.9);
		-ms-transform: scale(0.9);
		-o-transform: scale(0.9);
	}

	.infor1 {
		margin-top: 2px;
	}

	.infor_center {
		padding: 0 2px;
	}

	.list_img_left {
		width: 145%;
	}

	.list_img_read {
		width: 145%;
		margin-top: 0;
	}

	.bottom {
		display: flex;
		justify-content: center;
		font-size: 10px;
		flex-direction: column;
	}
}

.list_img_left {
	margin-bottom: 2px;
}

@media screen and (max-width: 376px) {
	.list_word_title {
		font-size: 12px;
		line-height: 14px;
		display: block;
		margin: 0 -10px -10px -10px;
		-webkit-transform: scale(0.8);
		-moz-transform: scale(0.8);
		-ms-transform: scale(0.8);
		-o-transform: scale(0.8);
	}

	.list_word_con {
		font-weight: normal;
		font-size: 12px;
		line-height: 14px;
		display: block;
		margin: -8px -12px 0 -10px;
		-webkit-transform: scale(0.8);
		-moz-transform: scale(0.8);
		-ms-transform: scale(0.8);
		-o-transform: scale(0.8);
	}

	.infor_center {
		margin-bottom: -15px;
	}
}

@media screen and (max-width: 320px) {
	.list_word_title {
		font-size: 12px;
		line-height: 14px;
		display: block;
		margin: 0 -30px -15px -30px;
		-webkit-transform: scale(0.7);
		-moz-transform: scale(0.7);
		-ms-transform: scale(0.7);
		-o-transform: scale(0.7);
	}

	.list_word_con {
		font-weight: normal;
		font-size: 12px;
		line-height: 13px;
		display: block;
		margin: -12px -26px 0 -28px;
		-webkit-transform: scale(0.7);
		-moz-transform: scale(0.7);
		-ms-transform: scale(0.7);
		-o-transform: scale(0.7);
	}

	.infor1 {
		margin-top: 1px;
		margin-bottom: 1px;
	}

	.infor_center {
		margin-bottom: -20px;
	}

	.list_img_bottom {
		padding-top: 7px;
	}
}

.link {
	margin: 30px 15px 15px;
}

.link img {
	width: 100%;
}

.history-heading {
	margin: 15px 0;
}

.heading img {
	width: 100%;
}

.history-heading1 {
	margin: 15px 0;
	padding: 0;
}

.history-image{
	height: 218px;
	box-shadow: 0 1px 3px rgb(0 0 0 / 30%);
	max-width: 100%;
}

@media screen and (max-width: 1200px){
	.history-image {
		height: 176px;
	}
}

@media screen and (max-width: 992px) {
	.history-image {
		height: 128px;
	}
}

@media screen and (max-width: 767px) {
	.history-image{
		height: 84px;
	}

	.otherImage img {
		width: 80%;
	}
}

@media screen and (max-width: 576px) {
	.history-image {
		height: auto;
	}

	[class^=col-] {
		padding: 0 8px;
	}
}

.cusmodal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	display: none;
	overflow: hidden;
	outline: 0;
	opacity: 0;
	animation:fadeout .15s linear;
}

.cusmodal-open {
	display: block;
	overflow-x: hidden;
	overflow-y: auto;
	opacity: 1;
	animation:fadein .15s linear;
}

@keyframes fadein {
	from {
		opacity:0;
	}
	to {
		opacity:1;
	}
}

@keyframes fadeout {
	from {
		opacity:1;
	}
	to {
		opacity:0;
	}
}

.cusmodal-dialog {
	width: 600px;
	margin: 30px auto;
}

.cusmodal-content {
	z-index: 1051;
	border-radius: 24px;
	margin-top: 50%;
	padding: 10px;
	background: rgba(255,255,255,1.0);
	border: solid 4px rgba(51,54,54,1.0);
	box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
}

.cusmodal-content-message {
	font-size: 14px;
	padding: 30px 10px;
	text-align: center;
}

.cusmodal-content-box {
	text-align: center;
}

.cusbtn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	padding: 5px 20px;
	border-color: #ccc;
}

.cusbtn.cusbtn-default {
	color: #000;
	background-color: #fff;
}

.cusbtn.cusbtn-default:hover {
	background-color: #e6e6e6;
}

.cusbtn.cusbtn-primary {
	color: #fff;
	background-color: #424bff;
}

.cusbtn.cusbtn-primary:hover {
	background-color:#7154b3;
}

@media screen and (max-width: 767px) {
	.cusmodal-dialog {
		width: auto;
		margin: 10px
	}
}