.p-download {
		padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
		.p-download {
				padding-bottom: 9vw;
		}
}

.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;
		}
}

.download-list .item {
		border-bottom: 1px solid #dedede;
		padding-bottom: 33px;
		padding-top: 35px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
}
.download-list .item:first-of-type {
		border-top: 1px solid #dedede;
}
@media screen and (max-width: 767px) {
		.download-list .item {
				padding-top: 4vw;
				padding-bottom: 4vw;
		}
}
.download-list .item-img {
		width: 180px;
		height: 180px;
		overflow: hidden;
		border-radius: 5px;
}
@media screen and (max-width: 767px) {
		.download-list .item-img {
				width: 30vw;
				height: 30vw;
		}
}
.download-list .item-img img {
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		   object-fit: cover;
}
.download-list .item-cnt {
		width: calc(100% - 180px);
		padding-left: 40px;
}
@media screen and (max-width: 767px) {
		.download-list .item-cnt {
				width: calc(100% - 30vw);
				padding-left: 5vw;
		}
}
.download-list .item-cnt .cate-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-bottom: 12px;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
		.download-list .item-cnt .cate-list {
				margin-bottom: 1.3037809648vw;
		}
}
.download-list .item-cnt .cate-list .cate {
		font-size: 1.3rem;
		font-weight: bold;
		color: #81bf00;
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		padding: 0.2em 1em 0.2em;
		border: 1px solid #81bf00;
		border-radius: 3px;
		letter-spacing: 0;
		margin-right: 1em;
		margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
		.download-list .item-cnt .cate-list .cate {
				font-size: 2rem;
		}
}
.download-list .item-cnt .ttl {
		font-size: 2.2rem;
		font-weight: bold;
		line-height: 1.2727272727;
		margin-bottom: 12px;
		letter-spacing: 0;
		word-break: break-word;
}
@media screen and (max-width: 767px) {
		.download-list .item-cnt .ttl {
				font-size: 3rem;
				margin-bottom: 1.3037809648vw;
		}
}
.download-list .item-cnt .txt {
		font-size: 1.6rem;
		line-height: 1.5;
		letter-spacing: 0;
		word-break: break-word;
}
@media screen and (max-width: 767px) {
		.download-list .item-cnt .txt {
				font-size: 2rem;
		}
}
.download-list .item-cnt .dl-btn {
		margin-top: 18px;
		width: 175px;
		height: 35px;
}
@media screen and (max-width: 767px) {
		.download-list .item-cnt .dl-btn {
				width: 100%;
				height: 9vw;
				margin-top: 2.6075619296vw;
		}
}
.download-list .item-cnt .dl-btn .btn-link {
		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;
		border-radius: 35px;
		background-color: #81bf00;
		color: #ffffff;
		font-size: 1.5rem;
		font-weight: bold;
		width: 100%;
		height: 100%;
}
@media screen and (max-width: 767px) {
		.download-list .item-cnt .dl-btn .btn-link {
				font-size: 2rem;
				border-radius: 9vw;
		}
}
.download-list .item.-new .item-img {
		position: relative;
}
.download-list .item.-new .item-img::before, .download-list .item.-new .item-img::after {
		position: absolute;
}
.download-list .item.-new .item-img::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) {
		.download-list .item.-new .item-img::before {
				border-width: 13.037809648vw 13.037809648vw 0 0;
		}
}
.download-list .item.-new .item-img::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) {
		.download-list .item.-new .item-img::after {
				top: 3vw;
				left: 1vw;
				font-size: 2rem;
		}
}

.side-box {
		background-color: #f8f8f8;
		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=download.css.map */