@charset "UTF-8";

html {
	width: 100%;
	color: #000;
	margin: 0;
	padding: 0;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,figure,figcaption { 
	margin: 0;
	padding: 0;
}
body{
	font-family: "游ゴシック体", YuGothic, "游ゴシック","Yu Gothic","メイリオ",Meiryo,"ＭＳ Ｐゴシック","Verdana",sans-serif;
	font-size: 14px;
	*font-size: small;
	*font: x-small;
	line-height: 1.5;
	-webkit-text-size-adjust: 100%;
}
html, body {
	height: 100%;
	text-align: justify;
	text-justify: inter-ideograph;
}

table {
	font: 100%;
	font-size: inherit;
	border-collapse: collapse;
	border-spacing: 0;
}
caption,th { text-align:left; }

fieldset,img { border: 0;}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
	}
address,caption,cite,code,dfn,em,th,var {
	font-style: normal;
	font-weight: normal;
	}
ol,ul { list-style: none;}

q:before,q:after { content:'';}
abbr,acronym {
	border: 0;
	font-variant: normal;
	}
sup { vertical-align: text-top; }
sub { vertical-align: text-bottom;}
input,textarea,select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	outline: 0;}
legend{ color:#555;}

select,input,button,textarea{ font: 99% "Noto Sans JP", sans-serif;}

pre,code,kbd,samp,tt{
	font-family: monospace;
	*font-size: 108%;
	line-height: 100%;
}


a { color: inherit; outline: none; text-decoration: none; }
a:hover { text-decoration: none; opacity: .6; }
a:focus { text-decoration: none; }
a:active { text-decoration: none; }

a img { border: none;}

li img,
dt img,
dd img{ vertical-align: top;}
figure img {
	max-width: 100%;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
general
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.clearfix{
	display: block;
}
.clearfix:after{
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
.txtL { text-align: left; }
.txtR { text-align: right; }
.txtC { text-align: center; }
.fontB { font-weight: bold; }
.colorW { color: #fff; }
.indent {
	text-indent: -1em;
	margin-left: 1em;
}
#slide .slick-dots {
	font-size: 0;
	text-align: right;
	padding: 16px 10px;
}
#slide .slick-dots li {
	margin-left: 10px;
	display: inline-block;
	vertical-align: middle;
}
#slide .slick-dots button {
	height: 0;
	width: 6px;
	cursor: pointer;
	padding: 6px 0 0;
	overflow: hidden;
	background: none;
	border: 2px solid #fff;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
}
#slide .slick-dots .slick-active button {
	background: #fff;
}

.titleBox {
	display: flex;
	color: #006933;
	align-items: flex-end;
	border-left: 3px solid #006933;
}
.titleBox .title {
	font-size: 18px;
	font-weight: 600;
	padding-left: 0.5em;
	margin-right: 2em;
}
.titleBox .link {
	font-size: 15px;
}
.titleBox a {
	text-decoration: underline;
}
.titleBox a:hover {
	opacity: 1;
	text-decoration: none;
}

@media screen and (min-width:751px), print{
	.sp { display: none !important; }
	#wrapper {
		min-width: 985px;
	}
	.inner {
		width: 1000px;
		margin-left: auto;
		margin-right: auto;
		padding: 0px 12.5px;
	}

	.titleBox {
		padding: 5px 0;
	}
}
@media screen and (max-width:750px){
	.pc { display: none !important; }
	.inner {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding: 0 20px;
	}
	#slide .slick-dots {
		display: none !important;
	}
	.titleBox {
		line-height: 38px;
		margin-bottom: 25px;
	}
}
@media print{
	#header,
	#footer {
		display: none;
	}
	#wrapper {
		padding-top: 0;
	}
}


 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
common
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#wrapper {
	overflow: hidden;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: relative;
	background: #fff;
}
#wrapper.soil {
	color: #fff;
	background-image: url(../images/common/bg_pic.jpg);
	background-size: 50%;
	background-position: center top;
}
#gotop {
	position: absolute;
	z-index: 5;
	top: -80px;
	right: 16px;
}
#gotop img {
	width: 22px;
}
.pageTop_b #gotop a {
	display: block;
	width: 22px;
	height: 57px;
	background-image: url(../images/pageTop_b.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
}
.pageTop_b #gotop img {
	display: none;
}

@media screen and (max-width:750px) {
	a:hover,
	a:hover > img {
		opacity: 1;
	}

	#gotop {
		right: 20px;
	}
}

 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
header
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#header {
	top: 0;
	position: fixed;
	z-index: 9999;
	font-family: "Noto Sans JP", sans-serif;
	background: #fff;
}
#header #header-g.h-50th h1 {
	display: flex;
}

@media screen and (min-width:751px) , print{
	#wrapper {
		padding-top: 170px;	
	}
	#header {
		left: 0;
		width: 100%;
		height: 170px;
		transition-duration: .3s;
		transition-property: opacity;
	}
	#header.scrolled {
		opacity: 0;
	}
	#header.scrolled:hover {
		opacity: 1;
	}
	#header .h-inner {
		display: flex;
		margin: 0 auto;
		max-width: 1000px;
		padding: 0 12.5px;
		align-items: center;
		justify-content: space-between;
	}

	#header #header-h,
	#header #header-h > *,
	#header #header-h .sns,
	#header #header-h .menu {
		display: flex;
		align-items: center;
	}
	#header #header-h {
		padding: 20px;
		position: relative;
		justify-content: space-between;
	}
	#header #header-h::after {
		content: "";
		bottom: 0;
		left: -100vw;
		right: -100vw;
		display: block;
		position: absolute;
		border-top: 1px solid #dcdcdc;
	}
	#header #header-h .sns li {
		width: 30px;
		margin-right: 10px;
	}
	#header #header-h .menu a {
		color: #787878;
		font-size: 15px;
		font-weight: 500;
		text-decoration: none;
		margin-left: 1.2em;
	}
	#header #header-h .menu a:hover {
		opacity: 1;
		text-decoration: underline;
	}
	#header #header-h .searchBox {
		margin-right: 20px;
	}
	#header #header-h .searchBox form > * {
		vertical-align: middle;
	}
	#header #header-h .searchBox input[type="text"] {
		height: 30px;
		width: 200px;
		padding: 0 5px 0 10px;
		border: 1px solid #444d54;
		border-right: none;
		border-radius: 9999px 0 0 9999px;
		box-sizing: border-box;
	}
	#header #header-h .searchBox input[type="image"] {
		width: 30px;
		height: 30px;
		padding-right: 10px;
		background: #444d54;
		border-radius: 0 9999px 9999px 0;
	}
	#header #header-h h1 img {
		height: 30px;
	}

	#header #header-g {
		padding-top: 20px;
	}
	#header #header-g.h-50th {
		max-width: 1100px;
	}
	#header #header-g.h-50th h1 .link-50th img {
		width: 91px;
		margin-top: 5px;
		margin-right: 10px;
	}
	#header #header-g h1 .logo img {
		width: 120px;
	}
	#header #header-g .navCat {
		display: flex;
	}
	#header #header-g .navCat > li {
		cursor: pointer;
	}
	#header #header-g .navCat h2 {
		width: auto;
		height: auto;
		color: #006933;
		font-size: 18px;
		font-weight: 400;
		position: relative;
		padding: 15px 1em;
		margin-right: -1px;
		background-image: none;
		letter-spacing: -0.07em;
	}
	#header #header-g .navCat h2 small {
		font-size: 12px;
		margin-top: -0.3em;
		margin-right: 0.5em;
		display: inline-block;
		vertical-align: middle;
	}
	#header #header-g .navCat > li:hover h2 {
		color: #fff;
		background: #006933;
	}
	#header #header-g .navCat h2::before,
	#header #header-g .navCat::after {
		content: "";
		top: 0;
		bottom: 0;
		width: 1px;
		height: 1em;
		margin: auto 0;
		display: block;
		font-size: 18px;
		background: #006933;
		position: absolute;
	}
	#header #header-g .navCat h2::before {
		left: 0;
	}
	#header #header-g .navCat::after {
		position: static;
	}
	#header #header-g .navCat .megamenu {
		color: #fff;
		display: none !important;
		position: absolute;
		left: 0;
		right: 0;
		width: 1000px;
		margin: 0 auto;
		padding: 35px 0;
		background: #006933;
	}
	#header #header-g .navCat .megamenu::before,
	#header #header-g .navCat .megamenu::after {
		top: 0;
		content: "";
		width: 100vw;
		height: 100%;
		display: block;
		position: absolute;
		background: #006933;
	}
	#header #header-g .navCat .megamenu::before {
		right: 100%;
	}
	#header #header-g .navCat .megamenu::after {
		left: 100%;
	}
	#header #header-g .navCat > li:hover .megamenu {
		display: block !important;
	}
	#header #header-g .navCat .megamenu .m-inner {
		display: flex;
		flex-wrap: wrap;
	}
	#header #header-g .navCat .megamenu .text {
		width: 100%;
		font-size: 15px;
		margin-bottom: 35px;
	}
	#header #header-g .navCat .megamenu figure {
		width: 280px;
		margin-right: 30px;
	}
	#header #header-g .navCat .megamenu .blogs {
		height: 168px;
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
	}
	#header #header-g .navCat .megamenu .blogs.large {
		height: 224px;
	}
	#header #header-g .navCat .megamenu .blogs li {
		width: 300px;
		margin-right: 10px;
		margin-bottom: 10px;
	}
	#header #header-g .navCat .megamenu .blogs a {
		height: 46px;
		display: block;
		line-height: 46px;
		background: #1e7828;
		border-radius: 10px;
		padding: 0 1em;
		text-decoration: none;
	}
	#header #header-g .navCat .megamenu .blogs a:before {
		content: "＞ ";
		display: inline-block;
	}
	#header #header-g .navCat .megamenu .blogs a:hover {
		opacity: 1;
		color: #006933;
		background: #fff;
	}
}
@media screen and (max-width:750px) {
	#header {
		height: 90px;
		position: static;
		padding-top: 50px;
	}
	#header .menu {
		top: 0;
		left: 0;
		z-index: 9999;
		height: 0;
		width: 50px;
		padding-top: 50px;
		cursor: pointer;
		overflow: hidden;
		position: fixed;
		background: url(../images/common/icon_menu.svg) no-repeat center center;
		background-size: 100% 100%;
	}
	#header.open .menu {
		background-image: url(../images/common/icon_close.svg);
	}
	#header #header-h {
		top: 0;
		left: 0;
		width: 100%;
		z-index: 9998;
		position: fixed;
		background: #fff;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	#header .leftCont {
		padding-left: 50px;
	}
	#header .leftCont .sns {
		display: flex;
		padding: 10px;
	}
	#header .leftCont .sns li {
		width: 30px;
		margin-right: 10px;
	}
	#header .rightCont h1 {
		width: 90px;
		padding-right: 10px;
	}
	#header-g {
		padding: 25px 15px 0;
	}
	#header-g.h-50th h1 a.link-50th img {
		width: 75px;
		margin-top: 3px;
		margin-right: 8px;
	}
	#header-g h1 .logo img {
		width: 100px;
	}
	#header #header-g nav {
		top: 0;
		left: 0;
		color: #fff;
		width: 100%;
		height: 100%;
		z-index: 9998;
		display: none;
		position: fixed;
		overflow: auto;
		padding-top: 50px;
		background: #006933;
		box-sizing: border-box;
	}
	#header.open #header-g nav {
		display: block;
	}
	#header #header-g .navCat > li {
		padding: 17.5px 22.5px;
		border-bottom: 1px solid #fff;
	}
	#header #header-g .navCat h2 {
		cursor: pointer;
	}
	#header #header-g .navCat h2,
	#header #header-g .navCat .megamenu li a,
	#header #header-g .navCat .sp a {
		padding: 6px 15px;
		position: relative;
	}
	#header #header-g .navCat h2::before,
	#header #header-g .navCat >li.sp a::before {
		content: "◎";
		display: inline;
	}
	#header #header-g .navCat h2::after,
	#header #header-g .navCat .megamenu li a::after,
	#header #header-g .navCat .sp a::after {
		top: 0;
		bottom: 0;
		right: 10px;
		margin: auto 0;
		content: "";
		width: 9px;
		height: 9px;
		display: block;
		position: absolute;
		transform: rotate(-45deg);
		border-right: 1px solid #fff;
		border-bottom: 1px solid #fff;
	}
	#header #header-g .navCat h2.toggle::after {
		top: -6px;
		transform: rotate(45deg);
	}
	#header #header-g .navCat h2 small {
		display: none;
	}
	#header #header-g .navCat .text {
		padding: 10px 15px;
	}
	#header #header-g .navCat .megamenu {
		display: none;
	}
	#header #header-g .navCat .megamenu li a,
	#header #header-g .navCat .sp a {
		display: block;
	}
	#header #header-g .navCat .megamenu .blogs {
		padding-left: 15px;
	}
	#header #header-g .searchBox {
		padding: 50px 37.5px;
	}
	#header #header-g .searchBox form {
		display: flex;
		overflow: hidden;
		border-radius: 9999px;
		border: 1px solid #fff;
	}
	#header #header-g .searchBox input[type="text"] {
		color: #fff;
		width: 100%;
		border: none;
		line-height: 28px;
		background: #006933;
		box-sizing: border-box;
		padding: 0 15px;
	}
	#header #header-g .searchBox input[type="text"]::placeholder {
		color: #fff;
	}
	#header #header-g .searchBox input[type="image"] {
		width: 40px;
		height: 28px;
		min-width: 40px;
		background: #fff;
	}
}

 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
footer
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#footer {
	color: #fff;
	background: #006933;
	font-family: "Noto Sans JP", sans-serif;
}
#footer .f-inner .links {
	display: flex;
}
#footer .f-inner .copy {
	font-weight: 500;
}
@media screen and (min-width:751px) , print{
	#footer {
		padding: 50px 0 100px;
	}
	#footer .f-inner {
		width: 1000px;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
	}
	#footer .f-inner .logo {
		width: 170px;
	}
	#footer .f-inner .logo img {
		height: 50px;
	}
	#footer .f-inner .menu {
		height: 120px;
		font-size: 14px;
		line-height: 28px;
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
		margin-top: -0.5em;
	}
	#footer .f-inner .menu li {
		margin-right: 2em;
	}
	#footer .f-inner .menu + div {
		width: 100%;
		display: flex;
		margin-top: 30px;
		padding-left: 170px;
		box-sizing: border-box;
		align-items: flex-end;
		justify-content: space-between;
	}
	#footer .f-inner .links li {
		margin-left: 20px;
	}
	#footer .f-inner .links img {
		height: 30px;
	}
}
@media screen and (max-width:750px) {
	#footer {
		padding: 25px 25px 50px;
	}
	#footer .f-inner .logo img {
		width: 100px;
	}
	#footer .f-inner .menu {
		line-height: 28px;
		margin-top: 12px;
	}
	#footer .f-inner .copy {
		margin: 12px 0 23px;
	}
	#footer .f-inner .links {
		justify-content: space-between;
	}
	#footer .f-inner .links img {
		height: 25px;
	}
}

 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
articleList
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.list {
	margin-left: -21px;
	font-size: 0;
	margin-bottom: 75px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック","Yu Gothic","メイリオ",Meiryo,"ＭＳ Ｐゴシック","Verdana",sans-serif;
	display: flex;
	flex-wrap: wrap;
}
.list li {
	color: #fff;
	vertical-align: top;
}
.list li a {
	display: block;
	width: 100%;
}
.list .notice a {
	overflow: hidden;
	border-radius: 10px;
}
.thumbnail {
	width: 100%;
	height: 234px;
	position: relative;	
}
.large .thumbnail {
	height: 556px;
}
.thumbnail img {
	width: 100%;
	height: auto;
}
.thumbnail.youtube {
	overflow: hidden;
	position: relative;
}
.thumbnail.youtube img {
	top: 0;
	left: -50%;
	right: -50%;
	width: auto;
	height: 100%;
	margin: 0 auto;
	position: absolute;
}
.thumbnail time {
	position: absolute;
	top: 0;
	left: 0;
}
.thumbnail time {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 13px 0 0 12px;
	height: 50px;
	font-size: 14px;
	background-position: top left !important;
	background-size: 50px 50px !important;
	background-repeat: no-repeat !important;
	overflow: hidden;
}
.thumbnail time.reversal {
	color: #505050;
}
.thumbnail p {
	padding: 15px;
	font-size: 14px;
	line-height: 18px;
	background: rgba(0,0,0,.7);
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	min-height: 36px;
}
.movIcon .thumbnail p:after {
	content: "";
	width: 100%;
	height: calc(234px - 100%);
	display: block;
	position: absolute;
	bottom: 100%;
	left: 0;
	background: url(../images/icon_movie.png) no-repeat center center;
	background-size: 75px 75px;
	-moz-background-size: 75px 75px;
	-webkit-background-size: 75px 75px;
}
.movIcon.large .thumbnail p:after {
	height: calc(556px - 100%);
}
.information {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 9px 76px 13px 15px;
	height: 80px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	background-position: bottom right !important;
	background-size: 100% !important;
	background-repeat: no-repeat !important;
	position: relative;
}
li.producer_booklet .information {
	padding-right: 15px;
}
.information .tag {
	width: 100%;
	height: 38px;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 0.01em;
	overflow: hidden;
	word-wrap: break-word;
	line-height: 1.3;
}
li.season_booklet .information .tag {
	height: 57px;
}
li.producer_booklet .information .tag {
	height: auto;
}
.information .name {
	width: 100%;
	font-size: 12px;
	line-height: 13px;
	padding-top: 5px;
}
li.producer_booklet .information .name {
	font-size: 14px;
	line-height: 18px;
	border-top: none;
}
.information .icon {
	width: 60px;
	height: 60px;
	color: #fff;
	overflow: hidden;
	position: absolute;
	top: 10px;
	right: 10px;
}
.information .icon img {
	width: 100%;
}

.notice .thumbnail {
	height: auto;
}
.notice .newsInfo {
	height: 80px;
	background: #58595b;
}
.notice .thumbnail .newsInfo p {
	position: static;
	background: none;
	padding-top: 5px;
	word-break: break-all;
}
.notice .thumbnail .newsInfo time {
	height: auto;
	display: block;
	position: static;
	background: none;
	padding: 9px 15px 0;
}

@media screen and (min-width:751px) , print{
	.list li {
		width: 234px;
		margin-left: 21px;
		margin-bottom: 21px;
	}
	.articleList .list > li:nth-child(4n+1) {
		clear: both;
	}
}
@media screen and (max-width:750px) {
	.list {
		margin-left: 0;
	}
	.list li {
		width: calc((100% - 16px)/2);
		margin-bottom: 16px;
	}
	.list:not(.slick-slider) li:nth-child(even) {
		margin-left: 16px;
	}
	.thumbnail {
		height: auto !important;
		overflow: hidden;
	}
	.thumbnail.youtube {
		padding-top: 100%;
	}
	.thumbnail time {
		padding: 7px 0 0 7px;
		height: 30px;
		font-size: 10px;
		background-size: 30px 30px !important;
	}
	.thumbnail img {
		width: 100%;
	}
	.thumbnail p {
		padding: 10px;
		font-size: 10px;
		line-height: 14px;
	}
	.movIcon .thumbnail p:after {
		height: calc((50vw - 24px) - 100%);
	}
	.movIcon.large .thumbnail p:after {
		height: calc((116.8vw - 66.72px) - 100%);
	}
	.information {
		padding: 6px 53px 7px 10px;
		height: 52px;
	}
	.information .tag {
		height: 26px;
		font-size: 8px;
		line-height: 1.5;
	}
	.information .name,
	li.producer_booklet .information .name {
		font-size: 8px;
		line-height: 1.5;
	}
	.information .icon {
		width: 40px;
		height: 40px;
		top: 6px;
		right: 6px;
	}
	.notice .newsInfo {
		height: 52px;
	}
	.notice .thumbnail .newsInfo time {
		padding-top: 5px;
	}
	.notice .thumbnail .newsInfo p {
		height: 28px;
		padding-top: 0;
		padding-bottom: 0;
	}

	.list.slick-initialized {
		padding: 0 40px;
		margin-bottom: 0;
	}
	.list.slick-initialized .slick-list {
		overflow: visible;
		z-index: 1;
	}
	.list.slick-initialized .slick-list li {
		margin-right: 4px;
		width: calc(100vw - 130px);
	}
	.list.slick-initialized .slick-dots {
		display: flex;
		padding: 20px 0;
		justify-content: center;
	}
	.list.slick-initialized .slick-dots li {
		width: auto;
	}
	.list.slick-initialized .slick-dots button {
		height: 0;
		width: 10px;
		border: none;
		display: block;
		overflow: hidden;
		padding: 10px 0 0;
		margin: 0 7.5px;
		background: #e1e1dc;
		border-radius: 50%;
	}
	.list.slick-initialized .slick-dots .slick-active button {
		background: #00a33e;
	}
	.list.slick-initialized .slick-track > .slick-slide:first-child a,
	.list.slick-initialized .slick-track > .slick-slide:last-child a {
		position: relative;
	}
	.list.slick-initialized .slick-track > .slick-slide:first-child a::before,
	.list.slick-initialized .slick-track > .slick-slide:last-child a::after {
		content: "";
		display: block;
		top: 0;
		bottom: 40px;
		height: 0;
		width: 12.5px;
		margin: auto 0;
		padding: 12.5px 0 0;
		overflow: hidden;
		background: none;
		position: absolute;
		border: none;
		cursor: pointer;
		border-top: 1px solid #969696;
	}
	.list.slick-initialized .slick-track > .slick-slide:first-child a::before {
		left: -20px;
		transform: rotate(-45deg);
		border-left: 1px solid #969696;
	}
	.list.slick-initialized .slick-track > .slick-slide:last-child a::after {
		right: -20px;
		transform: rotate(45deg);
		border-right: 1px solid #969696;
	}
}

.list li.green1974 a {
	color: #000;
	font-size: 14px;
	line-height: 18px;
	background: #fff;
	border-radius: 7px;
	padding: 13px 15px;
	box-sizing: border-box;
}
.list li.green1974 figure {
	overflow: hidden;
	margin: 7px 0 14px;
}
.list li.green1974 figure img {
	width: 100%;
	margin: -32px 0;
}
.list li.green1974 .cat {
	font-weight: bold;
}
.list li.green1974 .text {
	height: calc(18px * 3);
	margin: 5px 0 12px;
	overflow: hidden;
}
.list li.green1974 .logo {
	text-align: right;
}
.list li.green1974 .logo img {
	width: 140px;
}
@media screen and (max-width:750px){
	.list li.green1974 a {
		font-size: 10px;
		line-height: 14px;
		letter-spacing: -0.05em;
	}
	.list li.green1974 .text {
		height: calc(14px * 3);
	}
	.list li.green1974 .logo img {
		width: 90px;
	}
}

/*-----各記事一覧色設定-----*/
li.recipes_season .information,
li.recipes_secret .information {
	background: #ab2222;
}
li.recipes_booklet .information,
li.recipes_season_book .information {
	background: #ff7142;
}
li.season_booklet_menu .information {
	background: #736B53;
}
li.season_vegetables .information,
li.season_foodstuff .information {
	background: #cfc100;
}
li.season_booklet .information {
	padding-right: 15px;
	background: #877d50;
}
li.producer_farm_clock .information {
	background: #006837;
}
li.producer_booklet .information {
	background: #21db56;
}
li.student_reason .information {
	background: #64b5d9;
}
li.cheese_mariage .information {
	background: #d4862c;
}
li.distribution_table .information {
	background: #92b330;
}
li.experience_kururu .information,
li.experience_report .information {
	background: #26ae95;
}
li.studies .information {
	background: #4f5c9c;
}
li.photo .information {
	background: #e391ba;
}
li.movie .information {
	background: #724c80;
}
li.notice .information {
	background: #58595b;
}
li.morisaki .information {
	background: #003399;
}


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
article
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.subTitle {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 120px;
	padding: 13px 0 0 15px;
	position: absolute;
	top: 170px;
	left: 0;
	z-index: 2;
	background: #fff;
}
.subTitle:before {
	content: "";
	display: block;
	height: calc(100% - 2px);
	position: absolute;
	left: 100%;
	bottom: 0;
	border-right: 2px solid;
}
.subTitle:after {
	content: "";
	display: block;
	position: absolute;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100% 100%;
	top: 100%;
	right: -2px;
	width: calc(100% + 4px);
	height: 12px;
}
.subTitle time {
	font-size: 10px;
	display: block;
	padding-bottom: 2px;
	margin-bottom: 4px;
}
.subTitle div {
	font-size: 14px;
	line-height: 20px;
	padding-right: 16px;
	letter-spacing: -0.08em;
	position: relative;
}
.subTitle div:after {
	content: "";
	width: calc(100% + 4px);
	height: 0;
	left: -11px;
	bottom: -12px;
	display: block;
	position: absolute;
	border-top: 2px solid;
}

aside .list {
  margin-bottom: 28px;
}

#sns li img {
	max-width: 100%;
}
@media screen and (min-width:751px), print{
	#sns {
		font-size: 0;
		text-align: right;
		padding-bottom: 10px;
	}
	#sns li {
		width: 180px;
		margin-left: 10px;
		display: inline-block;
	}
}
@media screen and (max-width:750px){
	#sns {
		margin-bottom: 45px;
	}
	#sns:after {
		content: "";
		display: block;
		clear: both;
	}
	#sns li {
		float: left;
		width: calc((100% - 20px) / 3);
	}
	#sns li + li {
		margin-left: 10px;
	}
	#sns li img {
		object-fit: cover;
		aspect-ratio: 100 / 43;
	}
}

.writer .title {
	text-align: center;
	margin-bottom: 10px;
}
.writer .title img {
	width: 67px;
	font-size: 0;
}
.writer dl {
	font-size: 0;
	letter-spacing: 0;
}
.writer dt, .writer dd {
	vertical-align: top;
}
.writer dt {
	display: inline-block;;
	width: 200px;
	height: 200px;
	overflow: hidden;
	background: #e0d3c5;
}
.writer dt img {
	width: 100%;
}
.writer dd {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;;
	width: 760px;
	min-height: 200px;
	padding: 18px 20px 12px;
}
.writer .profession {
	font-size: 14px;
}
.writer .name {
	font-size: 20px;
	font-weight: bold;
	margin-top: 5px;
}
.writer .name span {
	font-size: 10px;
}
.writer_text {
	font-size: 14px;
	line-height: 30px;
	letter-spacing: -0.09em;
	margin-top: 24px;
}
.writer_text a {
	text-decoration: underline;
}
#postPager {
	max-width: 300px;
	margin: 100px auto;
}
#postPager:after {
	content: "";
	display: block;
	clear: both;
}
#postPager .prevLink {
	float: left;
}
#postPager .nextLink {
	float: right;
}
#postPager p a {
	display: block;
	line-height: 20px;
	position: relative;
}
#postPager .prevLink a {
	padding-left: 19px;
}
#postPager .nextLink a {
	padding-right: 19px;
}
#postPager p a:before {
	content: "";
	width: 11px;
	height: 11px;
	top: -1em;
	bottom: -1em;
	margin: auto 0;
	display: block;
	position: absolute;
	border-top: 1px solid;
}
#postPager .prevLink a:before {
	left: 0;
	transform: rotate(-45deg);
	border-left: 1px solid;
}
#postPager .nextLink a:before {
	right: 0;
	transform: rotate(45deg);
	border-right: 1px solid;
}

#wrapper.recipe.season #postPager p a { color: #9d2f2a; }
#wrapper.recipe.booklet #postPager p a { color: #ee784f; }
#wrapper.season.vegetables #postPager p a { color: #cdc03f; }
#wrapper.producer.farm_clock #postPager p a { color: #2c6739; }
#wrapper.producer.booklet #postPager p a { color: #68d768; }
#wrapper.student #postPager p a { color: #000000; }
#wrapper.cheese #postPager p a { color: #c98940; }
#wrapper.distribution #postPager p a { color: #99b148; }
#wrapper.experience #postPager p a { color: #55ab96; }
#wrapper.photo #postPager p a { color: #d895b9; }
#wrapper.morisaki #postPager p a { color: #003399; }

.writer + .backnumber,
#postPager + .backnumber {
	margin-top: 36px;
}
.backnumber .title {
	text-align: center;
	margin-bottom: 10px;
}
.backnumber .title img {
	width: 126px;
	font-size: 0;
}
.backnumber .list {
	overflow: hidden;
}
.backnumber .list li {
	float: left;
}
.ithiran {
	text-align: center;
	padding-bottom: 104px;
}
.ithiran a {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	width: 120px;
	height: 120px;
	padding-top: 41px;
	border-radius: 50%;
	border: 2px solid #000;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	position: relative;
}
.ithiran a:after {
	content: "";
	width: 12px;
	height: 12px;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 37px;
	margin-left: auto;
	margin-right: auto;
	  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width:750px) {
	.subTitle {
		width: 98.6px;
		padding: 10px 0 0 12px;
		top: 140px;
	}
	.subTitle:after{
		top: calc(100% - 2px);
	}
	.subTitle time {
	font-size: 8px;
	}
	.subTitle div {
	font-size: 11px;
	line-height: 16px;
	}
	.subTitle div:after{
		bottom: -10px;
	}

	.writer dt, .writer dd {
		display: block;
		width: 100%;
		height: auto;
	}
	.writer dt {
		background: #000 url(../images/common/writer_sp.gif) no-repeat 0 0;
		background-size: auto 100%;
		-moz-background-size: auto 100%;
		-webkit-background-size: auto 100%;
		position: relative;
	}
	.photo .writer dt {
		background-image: url(../images/common/photo_sp.gif);
	}
	.writer .writer-box {
		float: left;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 12%;
		margin: auto;
		width: 24%;
		height: 14.4%;
	}
	.writer .person-img {
		float: right;
		width: 50%;
	}

	#wrapper.studies #postPager p a { color: #4f5c9c; }
	
	.ithiran a {
		width: 96px;
		height: 96px;
		padding-top: 33px;
		font-size: 13px;
	}
	.ithiran a:after {
		width: 9px;
		height: 9px;
		bottom: 29px;
	}
	aside .list {
	  margin-bottom: 40px;
	}
	.ithiran {
		margin-bottom: 10px;
	}
}


/*-------各記事サブタイトル色設定-------*/
.recipe.season .subTitle {
	color: #a62222;
}
.recipe.season .subTitle:before {
	border-color: #a62222;
}
.recipe.season .subTitle:after {
	background-image: url(../images/tag/recipes_season.png);
}
.recipe.season .subTitle div:after {
	border-color: #a62222;
}
.recipe.season .subTitle time {
	border-bottom: 1px solid #a62222;
}
.recipe.booklet .subTitle {
	color: #FF7142;
}
.recipe.booklet .subTitle:before {
	border-color: #FF7142;
}
.recipe.booklet .subTitle:after {
	background-image: url(../images/tag/recipes_booklet.png);
}
.recipe.booklet .subTitle div:after {
	border-color: #FF7142;
}
.recipe.booklet .subTitle time {
	border-bottom: 1px solid #FF7142;
}

.season.booklet .subTitle {
	color: #877d50;
}
.season.booklet .subTitle:before {
	border-color: #877d50;
}
.season.booklet .subTitle:after {
	background-image: url(../images/tag/season_booklet.png);
}
.season.booklet .subTitle div:after {
	border-color: #877d50;
}
.season.booklet .subTitle time {
	border-bottom: 1px solid #877d50;
}
.season.vegetables .subTitle,
.season.foodstuff .subTitle {
	color: #cfc100;
}
.season.vegetables .subTitle:before,
.season.foodstuff .subTitle:before {
	border-color: #cfc100;
}
.season.vegetables .subTitle:after,
.season.foodstuff .subTitle:after {
	background-image: url(../images/tag/season_vegetables.png);
}
.season.vegetables .subTitle div:after,
.season.foodstuff .subTitle div:after {
	border-color: #cfc100;
}
.season.vegetables .subTitle time,
.season.foodstuff .subTitle time {
	border-bottom: 1px solid #cfc100;
}

.producer.farm_clock .subTitle {
	color: #006933;
}
.producer.farm_clock .subTitle:before {
	border-color: #006933;
}
.producer.farm_clock .subTitle:after {
	background-image: url(../images/tag/producer_farm_clock.png);
}
.producer.farm_clock .subTitle div:after {
	border-color: #006933;
}
.producer.farm_clock .subTitle time {
	border-bottom: 1px solid #006933;
}
.producer.booklet .subTitle {
	color: #21DB56;
}
.producer.booklet .subTitle:before {
	border-color: #21DB56;
}
.producer.booklet .subTitle:after {
	background-image: url(../images/tag/producer_booklet.png);
}
.producer.booklet .subTitle div:after {
	border-color: #21DB56;
}
.producer.booklet .subTitle time {
	border-bottom: 1px solid #21DB56;
}

.studies .subTitle {
	color: #4F5C9A;
}
.studies .subTitle:before {
	border-color: #4F5C9A;
}
.studies .subTitle:after {
	background-image: url(../images/tag/studies.png);
}
.studies .subTitle div:after {
	border-color: #4F5C9A;
}
.studies .subTitle time {
	border-bottom: 1px solid #4F5C9A;
}

.student .subTitle {
	color: #64b0d4;
}
.student .subTitle:before {
	border-color: #64b0d4;
}
.student .subTitle:after {
	background-image: url(../images/tag/student_reason.png);
}
.student .subTitle div:after {
	border-color: #64b0d4;
}
.student .subTitle time {
	border-bottom: 1px solid #64b0d4;
}

.cheese .subTitle {
	color: #d4862c;
}
.cheese .subTitle:before {
	border-color: #d4862c;
}
.cheese .subTitle:after {
	background-image: url(../images/tag/cheese_mariage.png);
}
.cheese .subTitle div:after {
	border-color: #d4862c;
}
.cheese .subTitle time {
	border-bottom: 1px solid #d4862c;
}

.experience .subTitle {
	color: #26ae95;
}
.experience .subTitle:before {
	border-color: #26ae95;
}
.experience .subTitle:after {
	background-image: url(../images/tag/experience_kururu.png);
}
.experience .subTitle div:after {
	border-color: #26ae95;
}
.experience .subTitle time {
	border-bottom: 1px solid #26ae95;
}

.studies .subTitle {
	color: #4f5c9c;
}
.studies .subTitle:before {
	border-color: #4f5c9c;
}
.studies .subTitle:after {
	background-image: url(../images/tag/studies.png);
}
.studies .subTitle div:after {
	border-color: #4f5c9c;
}
.studies .subTitle time {
	border-bottom: 1px solid #4f5c9c;
}

.photo .subTitle {
	color: #e391ba;
}
.photo .subTitle:before {
	border-color: #e391ba;
}
.photo .subTitle:after {
	background-image: url(../images/tag/photo.png);
}
.photo .subTitle div:after {
	border-color: #e391ba;
}
.photo .subTitle time {
	border-bottom: 1px solid #e391ba;
}

.movie .subTitle {
	color: #724c80;
}
.movie .subTitle:before {
	border-color: #724c80;
}
.movie .subTitle:after {
	background-image: url(../images/tag/movie.png);
}
.movie .subTitle div:after {
	border-color: #724c80;
}
.movie .subTitle time {
	border-bottom: 1px solid #724c80;
}

.notice .subTitle {
	color: #58595b;
}
.notice .subTitle:before {
	border-color: #58595b;
}
.notice .subTitle:after {
	background-image: url(../images/tag/notice.png);
}
.notice .subTitle div:after {
	border-color: #58595b;
}
.notice .subTitle time {
	border-bottom: 1px solid #58595b;
}

.distribution .subTitle {
	color: #8DAE30;
}
.distribution .subTitle:before {
	border-color: #8DAE30;
}
.distribution .subTitle:after {
	background-image: url(../images/tag/distribution_table.png);
}
.distribution .subTitle div:after {
	border-color: #8DAE30;
}
.distribution .subTitle time {
	border-bottom: 1px solid #8DAE30;
}

.morisaki .subTitle {
	color: #003399;
}
.morisaki .subTitle:before {
	border-color: #003399;
}
.morisaki .subTitle:after {
	background-image: url(../images/tag/morisaki.png);
}
.morisaki .subTitle div:after {
	border-color: #003399;
}
.morisaki .subTitle time {
	border-bottom: 1px solid #003399;
}



.recipe.season .writer dl {
	background: #a62222;
}
.recipe.booklet .writer dl {
	background: #FF7142;
}
.season.vegetables .writer dl {
	background: #cfc100;
}
.season.booklet .writer dl {
	background: #877d50;
}
.producer.farm_clock .writer dl {
	background: #006933;
}
.producer.booklet .writer dl {
	background: #21DB56;
}
.student .writer dl {
	background: #64b5d9;
}
.cheese .writer dl {
	background: #d4862c;
}
.distribution .writer dl {
	background: #92b330;
}
.experience .writer dl {
	background: #26ae95;
}
.studies .writer dl {
	background: #4f5c9c;
}
.photo .writer dl {
	background: #e391ba;
}
.movie .writer dl {
	background: #724c80 ;
}
.notice .writer dl {
	background: #58595b;
}
.morisaki .writer dl {
	background: #003399;
}

#nopost {
	color: #ffad00;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 100px;
}

/* GREEN レシピ検索 */
.recipe-search {
	color: #3b2810;
	max-width: 960px;
	padding: 24px 28px 32px;
	margin: 0 auto 143px;
	border: 3px solid rgba(59,40,16,.05);
	font-family: "UD Shin Go DemiBold";
	background: url(/_greenweb_/common/images/bg_recipe.gif) repeat 0 0;
}
aside + .recipe-search {
	margin-top: -68px;
}
.recipe-search a {
	color: #3b2810;
	text-decoration: underline;
}
.recipe-search dt {
	font-size: 24px;
	font-weight: bold;
}
.recipe-search dd {
	line-height: 2;
	margin: 5px 0 22px;
}
.recipe-search form {
	border: 2px solid #3b2810;
}
.recipe-search form:after {
	content: "";
	display: block;
	clear: both;
}
.recipe-search form > * {
	float: left;
	height: 36px;
	display: block;
	-webkit-appearance: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.recipe-search form input {
	border: none;
	padding: 0 10px;
	background: #fff;
	width: calc(100% - 98px);
}
.recipe-search form button {
	width: 98px;
	color: #fff;
	border: none;
	cursor: pointer;
	font-size: 18px;
	line-height: 36px;
	text-align: center;
	background: #3b2810;
	font-family: inherit;
}
.recipe-search form button:hover {
	color: #3b2810;
	background: #f0ece5;
}
.recipe-search .tags {
	line-height: 52px;
}
.recipe-search .tags:after {
	content: "";
	display: block;
	clear: both;
}
.recipe-search .tags li {
	float: left;
	min-width: 108px;
	margin-right: 14px;
}
.recipe-search .tags li img {
	vertical-align: middle;
}

@media screen and (min-width:751px) , print{
	.recipe-search {
		padding-right: 0;
	}
	.recipe-search:after {
		content: "";
		display: block;
		clear: both;
	}
	.recipe-search > * {
		float: left;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	.recipe-search .text {
		width: 500px;
	}
	.recipe-search .tags {
		padding-top: 44px;
		padding-left: 30px;
		margin-bottom: -32px;
		width: calc(100% - 500px);
	}
}

@media screen and (max-width:750px) {
	.recipe-search .tags {
		margin-top: 20px;
	}
}

/* 関連記事 */
#related {
	color: #000;
	background: #fff;
	border: 1px solid #ccc;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#related h2 {
	line-height: 1;
	font-weight: bold;
}
#related article {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#related article a {
	display: block;
}
#related article:after {
	content: "";
	display: block;
	clear: both;
}
#related article div {
	float: right;
}
#related article h3 {
	border-bottom: 1px solid #ccc;
}
#related article h3,
#related article .date {
	font-weight: bold;
}
#related article figure {
	float: left;
}
@media screen and (min-width:751px) , print{
	#related {
		padding: 19px;
		margin-bottom: 50px;
	}
	#related:after {
		content: "";
		display: block;
		clear: both;
	}
	#related h2 {
		font-size: 16px;
		margin-bottom: 18px;
	}
	#related article {
		width: 50%;
		float: left;
	}
	#related article:nth-of-type(2n+1) {
		padding-right: 20px;
	}
	#related article:nth-of-type(2n) {
		padding-left: 20px;
		border-left: 1px solid #ccc;
	}
	#related article:nth-of-type(2) ~ article {
		margin-top: 20px;
	}
	#related article div {
		font-size: 14px;
		line-height: 30px;
		width: calc(100% - 148px);
	}
	#related article h3 {
		font-size: 16px;
		margin-top: -6px;
		padding-bottom: 1px;
	}
	#related article .text {
		margin: 12px 0 8px;
	}
	#related article .date {
		font-size: 14px;
		margin-bottom: -10px;
	}
	#related article img {
		height: 126px;
	}
}
@media screen and (max-width:750px) {
	#related {
		width: auto;
		padding: 15px;
		margin: 0 20px 40px;
	}
	#related h2,
	#related article h3 {
		font-size: 14.5px;
	}
	#related article {
		margin-top: 14px;
	}
	#related article div {
		width: calc(100% - 130px);
	}
	#related article h3 {
		margin-top: -2px;
		padding-bottom: 3px;
	}
	#related article .text {
		font-size: 11px;
		line-height: 27px;
		margin-right: -5px;
		letter-spacing: -0.1em;
		padding: 12px 0;
	}
	#related article .date {
		font-size: 12.5px;
		letter-spacing: -0.05em;
	}
	#related article img {
		height: 115px;
		vertical-align: middle;
	}
}

#content.policy {
	color: #fff;
	margin: 0 auto;
	font-size: 16px;
	line-height: 2;
	max-width: 800px;
	padding-top: 100px;
	padding-bottom: 200px;
}
#content.policy a {
	color: inherit;
	text-decoration: underline;
}
#content.policy section {
	padding: 5em 0;
	letter-spacing: -0.05em;
	border-bottom: 1px solid #fff;
}
#content.policy section:first-child {
	padding-top: 0;
}
#content.policy h1 {
	font-size: 34px;
	font-weight: bold;
	text-align: center;
}
#content.policy h1 + p {
	margin-top: 3em;
}
#content.policy .right {
	margin-top: 5em;
	text-align: right;
}
#content.policy dt {
	color: #ffad00;
	font-size: 22px;
	font-weight: bold;
	margin: 2em 0 0.7em;
}
#content.policy dd ol li {
	padding-left: 2em;
	text-indent: -2em;
}
#content.policy dd ol li span {
	width: 2em;
	text-indent: 0;
	display: inline-block;
}
#content.policy dd ul li {
	padding-left: 1em;
	text-indent: -1em;
}
#content.policy dd ul li:before {
	width: 1em;
	content: "◎";
	text-indent: 0;
	text-align: center;
	display: inline-block;
}
@media screen and (max-width:750px) {
	#content.policy {
		padding: 0 30px 50px;
	}
}

aside .ranking .titleBox {
	border-bottom: 1px solid #dcdcdc;
}
.ranking .list li {
	position: relative;
}
.ranking .list li::before {
	z-index: 5;
	content: "";
	position: absolute;
	background-size: 100% 100%;
	background: no-repeat center center;
}
.ranking .list li:nth-child(1)::before {
	background-color: #fabe1e;
	background-image: url(../images/common/ranking_1.svg);
}
.ranking .list li:nth-child(2)::before {
	background-color: #aaaaa0;
	background-image: url(../images/common/ranking_2.svg);
}
.ranking .list li:nth-child(3)::before {
	background-color: #c26e32;
	background-image: url(../images/common/ranking_3.svg);
}
.ranking .list li:nth-child(4)::before {
	background-color: #7f5e91;
	background-image: url(../images/common/ranking_4.svg);
}
.ranking .list li::after {
	width: 0;
	height: 0;
	z-index: 5;
	content: "";
	position: absolute;
	border-style: solid;
}
.ranking .list li:nth-child(1)::after {
	border-color: transparent transparent #ad7f03 #ad7f03;
}
.ranking .list li:nth-child(2)::after {
	border-color: transparent transparent #5d5d4f #5d5d4f;
}
.ranking .list li:nth-child(3)::after {
	border-color: transparent transparent #753c13 #753c13;
}
.ranking .list li:nth-child(4)::after {
	border-color: transparent transparent #3a2644 #3a2644;
}
aside .ranking .titleBox {
	border-left: none;
	justify-content: space-between;
}
@media screen and (min-width:751px) , print{
	aside .ranking {
		margin-top: 160px;
	}
	aside .ranking .inner {
		padding: 0;
	}
	aside .ranking .titleBox {
		margin-bottom: 50px;
		padding-bottom: 15px;
	}
	aside .ranking .titleBox .link a {
		color: inherit;
	}
	.ranking .list li::before {
		width: 40px;
		height: 40px;
		top: -10px;
		right: 20px;
	}
	.ranking .list li::after {
		border-width: 5px;
		right: 10px;
		top: -10px;
	}
}
@media screen and (max-width:750px) {
	.ranking .list .slick-dots li::before,
	.ranking .list .slick-dots li::after {
		content: none;
	}
	.ranking .list li::before {
		top: -10px;
		right: 20px;
		width: 40px;
		height: 40px;
	}
	.ranking .list li::after {
		top: -10px;
		right: 10px;
		border-width: 5px;
	}

	aside .ranking .inner {
		padding: 0;
		margin-top: 50px;
	}
	aside .ranking .titleBox .title {
		padding-left: 0;
	}
}