@charset "UTF-8";
.news img{
	background-image: url("../img/common/line1.svg");
	background-repeat: no-repeat;
	background-position: left bottom;
}
main{
	padding: 200px 0;
	margin: auto;
	width: 80%;
}
.post a{
	background-image: url("../img/common/link.svg");
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 5px;
	cursor: url("../img/common/cursor_4.png") , auto;
	cursor: -webkit-image-set(url("../img/common/cursor_4.png") 1x, url("../img/common/cursor_4@2x.png") 2x),auto;
}
.post a:hover{
	background-color: aliceblue;
	transition-timing-function: ease-in-out;
	transition-duration: 0.4s
}
.post{
	width: 40%;
	margin: auto;
	padding: 15px 23px 30px;
	margin-bottom: 40px;
	background-color: #FFE146;
	cursor: url("../img/common/cursor_3.png") , auto;
	cursor: -webkit-image-set(url("../img/common/cursor_3.png") 1x, url("../img/common/cursor_3@2x.png") 2x),auto;
}
h3{
	font-size: 1.6em;
	font-weight: normal;
	letter-spacing: 0.05em;
	cursor: url("../img/common/cursor_3.png") , auto;
	cursor: -webkit-image-set(url("../img/common/cursor_3.png") 1x, url("../img/common/cursor_3@2x.png") 2x),auto;
}
h4{
	font-size: 1.2em;
	font-weight: normal;
	letter-spacing: 0.05em;
	margin-top: -5px;
	color: #595857;
	cursor: url("../img/common/cursor_3.png") , auto;
	cursor: -webkit-image-set(url("../img/common/cursor_3.png") 1x, url("../img/common/cursor_3@2x.png") 2x),auto;
}
p{
	font-size: 1.3em;
	letter-spacing: 0.1em;
	line-height: 2em;
	margin-top: 35px;
	cursor: url("../img/common/cursor_3.png") , auto;
	cursor: -webkit-image-set(url("../img/common/cursor_3.png") 1x, url("../img/common/cursor_3@2x.png") 2x),auto;
}
.scroll{
	width: 120px;
	height: 40%;
	position: fixed;
	bottom: 5%;
	left: 3%;
	overflow: scroll;
}
.year2{
	position: static;
	margin-left: 22px;
	margin-top: 18px;
	width: 100px;
	height: auto;
}
.year1{
	position: static;
	margin-left: 22px;
	margin-top: 18px;
	width: 100px;
	height: auto;
}
.year{
	position: static;
	margin-left: 22px;
	margin-top: 3px;
	width: 100px;
	height: auto;
	display: none;
}
h2{
	position: static;
	display: flex;
	margin-bottom: 10px;
}
h2 img{
	height: 15px;
	cursor: url("../img/common/cursor_2.png") , auto;
	cursor: -webkit-image-set(url("../img/common/cursor_2.png") 1x, url("../img/common/cursor_2@2x.png") 2x),auto;
}
h2 img:hover{
	background-color: #E4E4EB;
	transition-timing-function: ease-in-out;
    transition-duration: 0.4s;
}
.hidden{
	width: 100px;
	height: 400px;
	display: none;
}
.line{
	display: block;
	position: absolute;
	left: 43px;
}
.chart-line{
	height: 100px;
	width: 1px;
	background-color: black;
	margin-top: 10px;
}
.line-right{
	width: 0.8pt;
	height: 10px;
	background-color: black;
	margin: -8px 0 0 -3.5px;
	transform: rotate(-45deg)
}

.months{
	position: absolute;
	display: block;
	text-align: left;
	margin: 20px 0 0 10px;
}
.months li{
	list-style: none;
}
.months img{
	height: 12px;
	margin-bottom: 20px;
	padding-bottom: 3px;
}
.months img:hover{
	background-color: #E4E4EB;
	transition-timing-function: ease-in-out;
    transition-duration: 0.4s;
}

	/*タブレット用*/
@media screen and (max-width : 959px){
	.menu{
		background-color: #E4E4EB;
	}
	main{
		margin: auto;
	}
	.post{
		width: 60%;
		margin-bottom: 40px;
	}
	.months{
		width: 20px;
		margin: 5px 0 0 0;
	}
	.months img{
		margin-bottom: 10px;
	}
}

	/*スマホ用*/
@media(max-width: 480px){
	.news img{
		background-image: url("../img/common/link.svg");
		background-repeat: no-repeat;
		background-position: left bottom;
	}
	.scroll{
		width: 100px;
		bottom: 7%;
		left: 0;
		margin-left: -5px;
	}
	.months img{
		margin-left: -10px;
	}
	.post{
		width: 70%;
		margin-right: 0px
	}
}

/*SE用*/
@media(max-width: 320px){
}