#future .future-content {
		padding: 45px 0 65px;
}
@media screen and (max-width: 767px) {
		#future .future-content {
				padding: 6vw 0;
		}
}

.future-news {
		background-color: #f8f8f8;
		padding: 0 0 110px;
}
.future-news.-list {
		margin-top: 30px;
		margin-top: 0;
}
@media screen and (max-width: 767px) {
		.future-news.-list {
				margin-top: 4vw;
				margin-top: 0;
		}
}
@media screen and (max-width: 767px) {
		.future-news {
				padding: 9.3vw 0 10.6vw;
				padding-top: 0;
		}
}
.future-news .btn {
		padding: 0;
		max-width: 100%;
		width: 300px;
		margin: 40px auto auto;
		background: #81bf00;
}
@media screen and (max-width: 767px) {
		.future-news .btn {
				width: 80%;
				margin: 5.3vw auto auto;
		}
}
.future-news .btn a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		width: 100%;
		padding: 16px 0;
		font-weight: bold;
		color: #fff;
		font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
		.future-news .btn a {
				padding: 4vw 0;
				font-size: 3rem;
		}
}

.news_box_wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
}
.news_box_wrap .news_box {
		width: 49%;
}
@media screen and (min-width: 768px) {
		.news_box_wrap .news_box {
				margin-top: 40px;
		}
		.news_box_wrap .news_box:nth-of-type(-n+2) {
				margin-top: 0;
		}
		.news_box_wrap .news_box + .news_box:not(:nth-child(2n+1)) {
				margin-left: 2%;
		}
}
.news_box_wrap .news_box a {
		position: relative;
		display: block;
		width: 100%;
		background: #fff;
		border-radius: 5px;
		overflow: hidden;
}
.news_box_wrap .news_box .img {
		width: 100%;
}
.news_box_wrap .news_box .img img {
		width: 100%;
}
.news_box_wrap .news_box.-new a {
		position: relative;
}
.news_box_wrap .news_box.-new a::before, .news_box_wrap .news_box.-new a::after {
		position: absolute;
		z-index: 1;
}
.news_box_wrap .news_box.-new a::before {
		left: 0;
		top: 0;
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 72px 72px 0 0;
		border-color: #e9518e transparent transparent transparent;
}
@media screen and (max-width: 767px) {
		.news_box_wrap .news_box.-new a::before {
				border-width: 13.037809648vw 13.037809648vw 0 0;
		}
}
.news_box_wrap .news_box.-new a::after {
		top: 18px;
		left: 3px;
		content: "NEW";
		color: #ffffff;
		font-size: 1.6rem;
		font-weight: bold;
		text-align: center;
		-webkit-transform: rotate(-45deg);
		        transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
		.news_box_wrap .news_box.-new a::after {
				top: 3vw;
				left: 1vw;
				font-size: 2rem;
		}
}
.news_box_wrap .news_box .txt_box {
		padding: 15px 30px 20px;
		position: relative;
}
.news_box_wrap .news_box .txt_box::after {
		position: absolute;
		z-index: 2;
		bottom: 0;
		right: 0;
		margin: auto;
		content: "";
		display: block;
		width: 0;
		height: 0;
		border-top: 30px solid transparent;
		border-right: 30px solid #81bf00;
}
.news_box_wrap .news_box .txt_box .date {
		font-size: 1.6rem;
		word-break: break-all;
		margin-bottom: 8px;
}
.news_box_wrap .news_box .txt_box .ttl {
		font-size: 1.6rem;
		font-weight: bold;
		word-break: break-all;
}

@media screen and (max-width: 767px) {
		.news_box_wrap .news_box {
				width: 100%;
				margin: 0;
		}
		.news_box_wrap .news_box + .news_box {
				margin-top: 5vw;
				margin-left: 0;
		}
		.news_box_wrap .news_box a::after {
				border-top-width: 8vw;
				border-right-width: 8vw;
		}
		.news_box_wrap .news_box .txt_box {
				padding: 3vw 4vw 6vw;
		}
		.news_box_wrap .news_box .txt_box .date,
.news_box_wrap .news_box .txt_box .ttl {
				font-size: 3rem;
		}
		.news_box_wrap .news_box .txt_box .date {
				margin-bottom: 2vw;
		}
}
.content-inner {
		width: 1040px;
		max-width: 100%;
		margin: auto auto auto;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		padding-top: 50px;
}
@media screen and (max-width: 767px) {
		.content-inner {
				padding-top: 8vw;
				width: 84%;
				display: block;
		}
}
.content-inner .main-col {
		width: 735px;
		max-width: 100%;
}
@media screen and (max-width: 767px) {
		.content-inner .main-col {
				width: 100%;
		}
}
.content-inner .side-col {
		width: 250px;
		max-width: 100%;
}
@media screen and (max-width: 767px) {
		.content-inner .side-col {
				width: 100%;
				margin-top: 6.518904824vw;
		}
}

.side-box {
		background-color: #ffffff;
		padding: 25px 30px 40px;
}
@media screen and (max-width: 767px) {
		.side-box {
				padding: 6vw;
		}
}
.side-box + .side-box {
		margin-top: 25px;
}
@media screen and (max-width: 767px) {
		.side-box + .side-box {
				margin-top: 6vw;
		}
}

.side-ttl {
		font-weight: bold;
		font-size: 2rem;
}
@media screen and (max-width: 767px) {
		.side-ttl {
				font-size: 3rem;
		}
}

.side-search {
		margin-top: 6px;
		margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
		.side-search {
				margin-top: 1.3037809648vw;
				margin-bottom: 2.6075619296vw;
		}
}
.side-search button {
		-webkit-transition: 0.3s;
		transition: 0.3s;
		cursor: pointer;
		font-family: inherit;
		font-size: 100%;
		margin: 0;
		padding: 0;
		background: none;
		border: none;
		border-radius: 0;
		outline: none;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		background-color: transparent;
}
.side-search button:hover {
		opacity: 0.7;
}
.side-search input, .side-search select, .side-search textarea {
		font-family: inherit;
		font-size: 100%;
}
.side-search input[type=text], .side-search input[type=email], .side-search input[type=tel] {
		margin: 0;
		padding: 0;
		background: none;
		border: none;
		border-radius: 0;
		outline: none;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		background-color: #fff;
}
.side-search-box {
		border: 1px solid #dadada;
		background-color: #ffffff;
		border-radius: 5px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding: 10px;
}
@media screen and (max-width: 767px) {
		.side-search-box {
				padding: 1.3037809648vw;
		}
}
.side-search input[type=text], .side-search input[type=email], .side-search input[type=tel] {
		width: calc(100% - 16px);
		border: none;
		font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
		.side-search input[type=text], .side-search input[type=email], .side-search input[type=tel] {
				width: calc(100% - 4vw);
				font-size: max(3rem, 16px);
		}
}
.side-search .search-btn {
		width: 16px;
		height: 16px;
		display: block;
		background-image: url(../img/download/icn_search.svg);
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center center;
}
@media screen and (max-width: 767px) {
		.side-search .search-btn {
				width: 4vw;
				height: 4vw;
		}
}

.side-category {
		margin-top: 10px;
}
@media screen and (max-width: 767px) {
		.side-category {
				margin-top: 1.3037809648vw;
		}
}
.side-category .item {
		font-size: 1.5rem;
		font-weight: 500;
		position: relative;
		padding-left: 1.5em;
		margin-top: 1em;
		line-height: 1.3;
}
@media screen and (max-width: 767px) {
		.side-category .item {
				font-size: 2.4rem;
		}
}
.side-category .item:first-of-type {
		margin-top: 0;
}
.side-category .item::before {
		content: "";
		width: 6px;
		height: 6px;
		border: 1px solid #000;
		border-width: 1px 1px 0 0;
		-webkit-transform: rotate(45deg) translateY(-50%);
		        transform: rotate(45deg) translateY(-50%);
		position: absolute;
		left: 0;
		top: 50%;
		display: block;
}
@media screen and (max-width: 767px) {
		.side-category .item::before {
				width: 0.3em;
				height: 0.3em;
		}
}

.ranking-list {
		margin-top: 10px;
}
@media screen and (max-width: 767px) {
		.ranking-list {
				margin-top: 1.3037809648vw;
		}
}
.ranking-list .item {
		margin-top: 20px;
		position: relative;
}
@media screen and (max-width: 767px) {
		.ranking-list .item {
				margin-top: 2.6075619296vw;
		}
}
.ranking-list .item::after {
		content: "";
		width: 47px;
		height: 42px;
		display: block;
		position: absolute;
		left: -15px;
		top: -12px;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: contain;
}
@media screen and (max-width: 767px) {
		.ranking-list .item::after {
				width: 7.1707953064vw;
				height: 7.1707953064vw;
				left: -1.9556714472vw;
				top: -1.5645371578vw;
		}
}
.ranking-list .item:first-of-type {
		margin-top: 0;
}
.ranking-list .item-link {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
}
.ranking-list .item-img {
		width: 74px;
		height: 74px;
		overflow: hidden;
		border-radius: 5px;
}
@media screen and (max-width: 767px) {
		.ranking-list .item-img {
				width: 20vw;
				height: 20vw;
		}
}
.ranking-list .item-img img {
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		   object-fit: cover;
}
.ranking-list .item-cnt {
		width: 116px;
		padding-left: 15px;
}
@media screen and (max-width: 767px) {
		.ranking-list .item-cnt {
				width: calc(100% - 20vw);
				padding-left: 4vw;
		}
}
.ranking-list .item-cnt .ttl {
		font-size: 1.2rem;
		line-height: 1.5714285714;
		font-weight: 500;
		letter-spacing: 0;
}
@media screen and (max-width: 767px) {
		.ranking-list .item-cnt .ttl {
				font-size: 2.4rem;
		}
}
.ranking-list .item.-rank1::after {
		background-image: url(../img/download/rank1@2x.png);
}
.ranking-list .item.-rank2::after {
		background-image: url(../img/download/rank2@2x.png);
}
.ranking-list .item.-rank3::after {
		background-image: url(../img/download/rank3@2x.png);
}
.ranking-list .item.-rank4::after {
		background-image: url(../img/download/rank4@2x.png);
}
.ranking-list .item.-rank5::after {
		background-image: url(../img/download/rank5@2x.png);
}
/*# sourceMappingURL=future.css.map */