@charset "UTF-8";
/*-------------------------見本-------------------------*/
/*角欠け*/
/*.bevel {
  background: #00ccff;
  background:-webkit-linear-gradient(135deg, transparent 10px, #00ccff 10px);
  background:-ms-linear-gradient(135deg, transparent 10px, #00ccff 10px);
  background-repeat: no-repeat;
}*/
/*------------------------------------------------------*/

 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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, .colorW a { color: #fff; }
.inner {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 12.5px;
}
.sp { display: none !important; }

@media screen and (min-width:751px){
	#wrapper {
		min-width: 985px;
	}
}
@media screen and (max-width:750px){
	.inner {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
		padding: 0 20px;
	}
	.pc { display: none !important; }
	.sp { display: block !important; }
	img.sp { display: inline-block !important; }
}

.indent {
	text-indent: -1em;
	margin-left: 1em;
}

 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
common
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
html, body {
	height: 100%;
	text-align: justify;
	text-justify: inter-ideograph;
	letter-spacing: 0.03em;
}
body { -webkit-text-size-adjust: 100%; }
a {
	color: #000;
	text-decoration	:none;
}
a:hover,
a:hover > img {
	opacity: .6;
}


#wrapper {
	overflow: hidden;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background-image: url(../images/bg_pic.jpg);
	background-size: 50%;
	background-position: center top;
	position: relative;
}
#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;
}

#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;
}

@media screen and (max-width:750px) {
	a:hover,
	a:hover > img {
		opacity: 1;
	}

	#gotop {
		right: 20px;
	}

	#slide .slick-dots {
		display: none !important;
	}
}

 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
header
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#hdr_cnt {
	height: 237px;
	position: relative;
}
header .copy {
	float: left;
	margin: 12px 0 0 22px;
}
header .r_cnt {
	float: right;
	margin: 10px 10px 0 0;
}
header .nyukai {
	display: inline-block;
	font-size: 0;
}
header #sub_menu {
	display: inline-block;
	font-size: 0;
	margin-top: 3px;
}
header #sub_menu li {
	display: inline-block;
	vertical-align: top;
}
header #sub_menu li:nth-of-type(1) {
	margin-right: 21px;
}
header #sub_menu li:nth-of-type(2) {
	margin-right: 19px;
}
header #sub_menu li:nth-of-type(3) {
	margin-right: 17px;
}
header #sub_menu li:nth-of-type(4) {
	margin-right: 12px;
}
header #sub_menu li a {
	display: inline-block;
	position: relative;
	padding-bottom: 11px;
}
header #sub_menu li a:after {
	content: "";
	width: calc(100% - 2px);
	height: 2px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	background: #fff;
}
header #sub_menu li img {
	display: inline-block;
	vertical-align: top;
}
header .nyukai/*,
header #sub_menu*/ {
	float: right;
}
header .logo {
	display: inline-block;
	width: 231px;
	height: 89.5px;
	position: absolute;
	top: 77px;
	left: 0;
	right: 0;
	margin:  0 auto;
	font-size: 0;
}
header .logo a {
	position: relative;
	display: inline-block;
}
header .logo img {
	position: relative;
	left: 32px;
}
header .logo img.def {
	left: 18px;
	top: -13px;
}
header .logo img.while-50th-sp {
	top: -47px;
	bottom: 0;
	left: -160px;
	margin: auto 0;
	position: absolute;
}
.kuro header .logo a {
	width: 100%;
	height: 100%;
	background-image: url(../images/low_logo_kuro.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
}
.photo.kuro header .logo a {
	background: none; 
	width: auto;
	height: auto;
}
.photo.kuro header .logo img {
	display: block;
}
.kuro header .logo img {
	display: none;
}
header nav {
	letter-spacing: 0;
	position: relative;
}
header nav:before,
header nav:after {
	content: "";
	width: calc((100% - 970px)/2);
	height: 100%;
	background: rgba(0,0,0,.5);
	position: absolute;
	top: 0;
}
header nav:before {
	left: 0;
}
header nav:after {
	right: 0;
}
header nav ul {
	font-size: 0;
}
header nav + nav {
	margin-top: 5px;
	margin-bottom: 5px;
}
header nav ul li {
	display: inline-block;
}
header nav ul li + li {
	margin-left: 5px;
}
header nav ul li a {
	display: inline-block;
	width: 188px;
	height: 50px;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
}
header nav ul li a:hover {
	opacity: 1;
	background-position: center bottom;
}
header nav:nth-of-type(1) ul li:nth-of-type(1) a {
	background-image: url(../images/menu01.png);
}
header nav:nth-of-type(1) ul li:nth-of-type(2) a {
	background-image: url(../images/menu02.png);
}
header nav:nth-of-type(1) ul li:nth-of-type(3) a {
	background-image: url(../images/menu03.png);
}
header nav:nth-of-type(1) ul li:nth-of-type(4) a {
	background-image: url(../images/menu04.png);
}
header nav:nth-of-type(1) ul li:nth-of-type(5) a {
	background-image: url(../images/menu05.png);
}
header nav:nth-of-type(2) ul li:nth-of-type(1) a {
	background-image: url(../images/menu06.png);
}
header nav:nth-of-type(2) ul li:nth-of-type(2) a {
	background-image: url(../images/menu07.png);
}
header nav:nth-of-type(2) ul li:nth-of-type(3) a {
	background-image: url(../images/menu08.png);
}
header nav:nth-of-type(2) ul li:nth-of-type(4) a {
	background-image: url(../images/menu09.png);
}
header nav:nth-of-type(2) ul li:nth-of-type(5) a {
	background-image: url(../images/menu10.png);
}


@media screen and (max-width:750px) {
	#hdr_cnt {
		height: 144px;
	}
	header .copy {
    margin: 13px 0 0 13px;
	}
	header .copy img {
		width: 49px;
	}
	header .logo {
		width: 142px;
		height: 55px;
		top: 46px;
	}
	header .logo a img {
		width: 142px;
		left: 16px;
	}
	header .logo img.while-50th-sp {
		top: -26px;
		left: -115px;
	}
	header #toggle_btn {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 20px;
		height: 20px;
		border-top: 2px solid #fff;
		border-bottom: 2px solid #fff;
		cursor: pointer;
		position: absolute;
		top: 20px;
		right: 20px;
		text-align: center;
		display: inline-block;
	}
	header #toggle_btn:before {
		content: "";
		width: 100%;
		height: 2px;
		background: #fff;
		margin: auto;
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
	}
	header #toggle_btn.menu {
		height: 0;
		width: 28px;
		padding-top: 16px;
	}
	header #toggle_btn.menu:before {
		left: 0;
		right: 0;
	}
	header #toggle_btn.menu:after {
		content: "";
		display: block;
		margin-top: 9px;
		width: 28px;
		height: 8px;
		background: url(../images/menu.png) no-repeat center top;
		background-size: 100% auto;
		-moz-background-size: 100% auto;
		-webkit-background-size: 100% auto;
	}

	header #close {
		width: 20px;
		height: 20px;
		background: #000;
		position: absolute;
		top: 20px;
		right: 20px;
		cursor: pointer;
	}
	header #close:before,
	header #close:after {
		content: "";
		display: inline-block;
		background: #fff;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		-moz-transform: rotate(-45deg);
	    -webkit-transform: rotate(-45deg);
	    -o-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	    transform: rotate(-45deg);
	}
	header #spMenu {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
		height: 100%;
		background: rgba(255,255,255,.9);
		padding: 16px 20px 100px;
		position: fixed;
		top: 0;
		right: 0;
		z-index: 50;
		overflow-y: scroll;
	}
	header #spMenu > p {
		margin-bottom: 21px;
		text-align: center;
		font-size: 14px;
		letter-spacing: 0.3em;
	}
	header #close:before {
		width: 20px;
		height: 2px;
	}
	header #close:after {
		width: 2px;
		height: 20px;
	}
	header #spMenu .gbMenu {
		font-size: 0;
		letter-spacing: 0;
	}
	header #spMenu .gbMenu li {
		display: inline-block;
		width: calc((100% - 5px)/2);
		height: auto;
		vertical-align: top;
	}
	header #spMenu .gbMenu li:nth-of-type(even) {
		margin-left: 5px;
	}
	header #spMenu .gbMenu li:nth-of-type(n+3) {
		margin-top: 5px;
	}
	header #spMenu .gbMenu li a {
		display: block;
		width: 100%;
		padding-top: 30.43%;
		background-repeat: no-repeat;
		background-size: 100%;
		background-position: center top;
	}
	header #spMenu .gbMenu li:nth-of-type(1) a {
		background-image: url(../images/menu01_sp.png);
	}
	header #spMenu .gbMenu li:nth-of-type(2) a {
		background-image: url(../images/menu02_sp.png);
	}
	header #spMenu .gbMenu li:nth-of-type(3) a {
		background-image: url(../images/menu03_sp.png);
	}
	header #spMenu .gbMenu li:nth-of-type(4) a {
		background-image: url(../images/menu04_sp.png);
	}
	header #spMenu .gbMenu li:nth-of-type(5) a {
		background-image: url(../images/menu05_sp.png);
	}
	header #spMenu .gbMenu li:nth-of-type(6) a {
		background-image: url(../images/menu06_sp.png);
	}
	header #spMenu .gbMenu li:nth-of-type(7) a {
		background-image: url(../images/menu07_sp.png);
	}
	header #spMenu .gbMenu li:nth-of-type(8) a {
		background-image: url(../images/menu08_sp.png);
	}
	header #spMenu .gbMenu li:nth-of-type(9) a {
		background-image: url(../images/menu09_sp.png);
	}
	header #spMenu .gbMenu li:nth-of-type(10) a {
		background-image: url(../images/menu10_sp.png);
	}
	header #spMenu .subMenu {
		float: left;
		margin-top: 20px;
	}
	header #spMenu .subMenu li + li {
    margin-top: 17px;
	}
	header #spMenu .subMenu li a {
    height: 100%;
    padding-left: 40px;
    line-height: 19px;
    display: inline-block;
    font-size: 14px;
    background-image: url(../images/hata.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: left top;
	}
	header #spMenu .nyukai {
		float: right;
		margin-top: 14px;
	}
}
#spMenu {
	display: none;
}
@media screen and (min-width:751px) {
	#spMenu {
		display: none !important;
	}	
}

 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
low_header
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
header.low {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}
header.low #hdr_cnt {
	height: auto;
}
header.low .logo {
  display: inline-block;
  width: 70px;
  height: 27px;
  position: absolute;
  top: 12px;
  left: 0px;
  right: 0;
  margin: 0 auto;
  font-size: 0;
}
header.low.photo .logo {
	width: 185px;
	height: 130px;
	top: 60px;

}
header.low .logo img {
  left: 6px;
}

header.low #toggle_btn {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 20px;
	height: 20px;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	cursor: pointer;
	position: absolute;
	top: 20px;
	right: 15px;
	display: inline-block;
}
header.low #toggle_btn.menu {
	width: 28px;
}
header.low #toggle_btn:before {
	content: "";
	width: 100%;
	height: 2px;
	background: #fff;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
}
.kuro header.low #toggle_btn {
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}
.kuro header.low #toggle_btn:before {
	background: #000;
}

header #lowMenu {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: auto;
	background: rgba(255,255,255,.9);
	padding: 13px 0 20px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 50;
}

header #lowMenu .inner {
	display: flex;
	justify-content: space-between;
}
header.low #lowMenu .search_box form {
	margin-top: 0;
	margin-bottom: 15px;
}
header.low #lowMenu > p {
  margin-bottom: 2px;
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.3em;
}
header.low #sub_menu {
	float: none;
	display: inline-block;
  font-size: 0;
  margin-top: 3px;
  margin-bottom: 15px;
}
header.low #sub_menu li a {
    padding-bottom: 10px;
}
header.low #sub_menu li a:after {
  content: "";
  width: calc(100% - 2px);
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  background: #000;
}
header.low #sub_menu li:nth-of-type(5) a:after {
	background: #ffaf00;
}

header.low #close {
	width: 20px;
	height: 20px;
	background: #000;
	position: absolute;
	top: 20px;
	right: 15px;
	cursor: pointer;
}
header.low #close:before,
header.low #close:after {
	content: "";
	display: inline-block;
	background: #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
header.low #close:before {
	width: 20px;
	height: 2px;
}
header.low #close:after {
	width: 2px;
	height: 20px;
}
header.low nav + nav {
  margin-bottom: 0px;
}
header.low nav ul li a {
    height: 42px;
}
header.low nav:nth-of-type(1) ul li:nth-of-type(1) a {
	background-image: url(../images/menu01_low.png);
}
header.low nav:nth-of-type(1) ul li:nth-of-type(2) a {
	background-image: url(../images/menu02_low.png);
}
header.low nav:nth-of-type(1) ul li:nth-of-type(3) a {
	background-image: url(../images/menu03_low.png);
}
header.low nav:nth-of-type(1) ul li:nth-of-type(4) a {
	background-image: url(../images/menu04_low.png);
}
header.low nav:nth-of-type(1) ul li:nth-of-type(5) a {
	background-image: url(../images/menu05_low.png);
}
header.low nav:nth-of-type(2) ul li:nth-of-type(1) a {
	background-image: url(../images/menu06_low.png);
}
header.low nav:nth-of-type(2) ul li:nth-of-type(2) a {
	background-image: url(../images/menu07_low.png);
}
header.low nav:nth-of-type(2) ul li:nth-of-type(3) a {
	background-image: url(../images/menu08_low.png);
}
header.low nav:nth-of-type(2) ul li:nth-of-type(4) a {
	background-image: url(../images/menu09_low.png);
}
header.low nav:nth-of-type(2) ul li:nth-of-type(5) a {
	background-image: url(../images/menu10_low.png);
}

@media screen and (max-width:750px) {
	header.low #lowMenu {
		height: 100%;
		padding: 16px 20px 100px;
		position: fixed;
		overflow-y: scroll;
	}
	header.low.photo .logo {
	    width: 134px;
	    height: 94px;
	    top: 60px;
	}

	header.low.photo .logo a img {
    width: 134px;
  	left: 15px;
	}
	header.low .logo a img {
    width: 70px;
  	left: 24px;
	}

	header.low #lowMenu {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
		height: 100%;
		background: rgba(255,255,255,.9);
		padding: 16px 20px 100px;
		position: fixed;
		top: 0;
		right: 0;
		z-index: 50;
		overflow-y: scroll;
	}
	header.low #lowMenu > p {
		margin-bottom: 21px;
		text-align: center;
		font-size: 14px;
		letter-spacing: 0.3em;
	}
	header.low #close:before {
		width: 20px;
		height: 2px;
	}
	header.low #close:after {
		width: 2px;
		height: 20px;
	}
	header.low #lowMenu .gbMenu {
		font-size: 0;
		display: flex !important;
		flex-wrap: wrap;
	}
	header.low #lowMenu .gbMenu li {
		width: calc((100% - 5px)/2);
		height: auto;
		vertical-align: top;
	}
	header.low #lowMenu .gbMenu li:nth-of-type(even) {
		margin-left: 5px;
	}
	header.low #lowMenu .gbMenu li:nth-of-type(n+3) {
		margin-top: 5px;
	}
	header.low #lowMenu .gbMenu li a {
		display: block;
		width: 100%;
		padding-top: 30.43%;
		background-repeat: no-repeat;
		background-size: 100%;
		background-position: center top;
	}
	header.low #lowMenu .gbMenu li:nth-of-type(1) a {
		background-image: url(../images/menu01_sp.png);
	}
	header.low #lowMenu .gbMenu li:nth-of-type(2) a {
		background-image: url(../images/menu02_sp.png);
	}
	header.low #lowMenu .gbMenu li:nth-of-type(3) a {
		background-image: url(../images/menu03_sp.png);
	}
	header.low #lowMenu .gbMenu li:nth-of-type(4) a {
		background-image: url(../images/menu04_sp.png);
	}
	header.low #lowMenu .gbMenu li:nth-of-type(5) a {
		background-image: url(../images/menu05_sp.png);
	}
	header.low #lowMenu .gbMenu li:nth-of-type(6) a {
		background-image: url(../images/menu06_sp.png);
	}
	header.low #lowMenu .gbMenu li:nth-of-type(7) a {
		background-image: url(../images/menu07_sp.png);
	}
	header.low #lowMenu .gbMenu li:nth-of-type(8) a {
		background-image: url(../images/menu08_sp.png);
	}
	header.low #lowMenu .gbMenu li:nth-of-type(9) a {
		background-image: url(../images/menu09_sp.png);
	}
	header.low #lowMenu .gbMenu li:nth-of-type(10) a {
		background-image: url(../images/menu10_sp.png);
	}
	header.low #lowMenu .subMenu {
		float: left;
		margin-top: 20px;
	}
	header.low #lowMenu .subMenu li + li {
    margin-top: 17px;
	}
	header.low #lowMenu .subMenu li a {
    height: 100%;
    padding-left: 40px;
    line-height: 19px;
    display: inline-block;
    font-size: 14px;
    background-image: url(../images/hata.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: left top;
	}
	header.low #lowMenu .nyukai {
		float: right;
		margin-top: 14px;
	}
}

.low #lowMenu {
	display: none;
}

 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
footer
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#ftrCont {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 47px 0 31px;
	background: #000;
	color: #fff;
	position: relative;
	text-align: center;
}
#ftrCont a {
	color: #fff;
}
footer .notice {
	margin-bottom: 42px;
}
footer .f-menu {
	text-align: center;
	margin: -10px 0;
}
footer .f-menu ul {
	display: inline-block;
	font-size: 0;
	margin: 10px;
}
footer .f-menu li {
	display: inline-block;
	height: 19px;
}
footer .f-menu li + li {
	margin-left: 20px;
}
footer .f-menu li a {
	height: 100%;
	padding-left: 40px;
	line-height: 19px;
	display: inline-block;
	font-size: 14px;
	background-image: url(../images/hata.png);
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: left top; 
}
footer .logo {
	font-size: 0;
	margin-top: 33px;
}
footer .logo img {
	position: relative;
	left: 19px;
}
footer .snsIcons {
	right: 170px;
	bottom: 35px;
	overflow: hidden;
	position: absolute;
}
footer .snsIcons li {
	float: left;
	width: 40px;
	margin-left: 23px;
}
footer .nyukai {
	position: absolute;
	bottom: 20px;
	right: 20px;
	font-size: 0;
}
footer .hokuren {
	font-size: 0;
	margin-top: 40px;
}
footer .hokuren div {
	display: inline-block;
}
footer .hokuren div a {
}
footer .hokuren div + div {
	margin-left: 16px;
}
footer .copyright {
	margin-top: 37px;
	font-size: 12px;
}

@media screen and (max-width:750px) {
	#ftrCont {
		padding: 51px 0 35px;
	}
	footer .f-menu li {
		display: block;
		text-align: left;
	}
	footer .f-menu li + li {
		margin-left: 0;
		margin-top: 20px;
	}
	footer .f-menu li a {
    padding-left: 38px;
	}
	footer .snsIcons {
		position: static;
		text-align: center;
	}
	footer .snsIcons ul {
		margin-top: 30px;
		margin-right: 23px;
		display: inline-block;
	}
	footer .nyukai {
    position: relative;
    bottom: auto;
    right: auto;
    margin-top: 25px;
	}
	footer .logo img {
		left: auto;
	}
}

 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
articleList
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.list {
	margin-left: -8px;
	font-size: 0;
	overflow: hidden;
	margin-bottom: 75px;
}
.list li {
	float: left;
	display: inline-block;
	width: 234px;
	vertical-align: top;
	margin-left: 8px;
	margin-bottom: 8px;
}
.list li.large {
	width: 476px;
}
.list li a {
	display: block;
	width: 100%;
}
.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 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;
	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;
	border-top: 1px solid #fff;
}
li.producer_booklet .information .name {
	font-size: 14px;
	line-height: 18px;
	border-top: none;
}
.information .icon {
	width: 60px;
	height: 60px;
	color: #fff;
	border-radius: 50%;
	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 (max-width:750px) {
	.list li {
		margin-bottom: 8px;
		width: calc((100% - 16px)/2);
	}
	.list li.large {
		width: calc(100% - 8px);
	}
	.thumbnail {
		height: auto !important;
		overflow: hidden;
	}
	.thumbnail.youtube {
		padding-top: 100%;
	}
	li.movie.large .thumbnail {
		/*padding-top: 116.8%;*/
	}
	.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 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;
	}
}

/*-----各記事一覧色設定-----*/
.recipes_season .thumbnail time,
.recipes_secret .thumbnail time {
	background: -webkit-linear-gradient(135deg, #ab2222 50%, transparent 50%);
	background: linear-gradient(135deg, #ab2222 50%, transparent 50%);
	background: -ms-linear-gradient(-45deg, #ab2222 50%, transparent 50%);
}
.recipes_season .information,
.recipes_secret .information {
	background: -webkit-linear-gradient(-45deg, transparent 7.07px, #ab2222 7.07px);
	background: linear-gradient(-45deg, transparent 7.07px, #ab2222 7.07px);
	background: -ms-linear-gradient(135deg, transparent 7.07px, #ab2222 7.07px);
}
.recipes_booklet .thumbnail time,
.recipes_season_book .thumbnail time {
	background: -webkit-linear-gradient(135deg, #ff7142 50%, transparent 50%);
	background: linear-gradient(135deg, #ff7142 50%, transparent 50%);
	background: -ms-linear-gradient(-45deg, #ff7142 50%, transparent 50%);
}
.recipes_booklet .information,
.recipes_season_book .information {
	background: -webkit-linear-gradient(-45deg, transparent 7.07px, #ff7142 7.07px);
	background: linear-gradient(-45deg, transparent 7.07px, #ff7142 7.07px);
	background: -ms-linear-gradient(135deg, transparent 7.07px, #ff7142 7.07px);
}
.season_booklet_menu .information {
	background: -webkit-linear-gradient(-45deg, transparent 7.07px, #736B53 7.07px);
	background: linear-gradient(-45deg, transparent 7.07px, #736B53 7.07px);
	background: -ms-linear-gradient(135deg, transparent 7.07px, #736B53 7.07px);
}
.season_vegetables .thumbnail time {
	background: -webkit-linear-gradient(135deg, #cfc100 50%, transparent 50%);
	background: linear-gradient(135deg, #cfc100 50%, transparent 50%);
	background: -ms-linear-gradient(-45deg, #cfc100 50%, transparent 50%);
}
.season_vegetables .information {
	background: -webkit-linear-gradient(-45deg, transparent 7.07px, #cfc100 7.07px);
	background: linear-gradient(-45deg, transparent 7.07px, #cfc100 7.07px);
	background: -ms-linear-gradient(135deg, transparent 7.07px, #cfc100 7.07px);
}
.season_booklet .thumbnail time {
	background: -webkit-linear-gradient(135deg, #877d50 50%, transparent 50%);
	background: linear-gradient(135deg, #877d50 50%, transparent 50%);
	background: -ms-linear-gradient(-45deg, #877d50 50%, transparent 50%);
}
.season_booklet .information {
	padding-right: 15px;
	background: -webkit-linear-gradient(-45deg, transparent 7.07px, #877d50 7.07px);
	background: linear-gradient(-45deg, transparent 7.07px, #877d50 7.07px);
	background: -ms-linear-gradient(135deg, transparent 7.07px, #877d50 7.07px);
}

.producer_farm_clock .thumbnail time {
	background: -webkit-linear-gradient(135deg, #006837 50%, transparent 50%);
	background: linear-gradient(135deg, #006837 50%, transparent 50%);
	background: -ms-linear-gradient(-45deg, #006837 50%, transparent 50%);
}
.producer_farm_clock .information {
	background: -webkit-linear-gradient(-45deg, transparent 7.07px, #006837 7.07px);
	background: linear-gradient(-45deg, transparent 7.07px, #006837 7.07px);
	background: -ms-linear-gradient(135deg, transparent 7.07px, #006837 7.07px);
}

.producer_booklet .thumbnail time {
	background: -webkit-linear-gradient(135deg, #21db56 50%, transparent 50%);
	background: linear-gradient(135deg, #21db56 50%, transparent 50%);
	background: -ms-linear-gradient(-45deg, #21db56 50%, transparent 50%);
}
.producer_booklet .information {
	background: -webkit-linear-gradient(-45deg, transparent 7.07px, #21db56 7.07px);
	background: linear-gradient(-45deg, transparent 7.07px, #21db56 7.07px);
	background: -ms-linear-gradient(135deg, transparent 7.07px, #21db56 7.07px);
}

.student_reason .thumbnail time {
	background: -webkit-linear-gradient(135deg, #64b5d9 50%, transparent 50%);
	background: linear-gradient(135deg, #64b5d9 50%, transparent 50%);
	background: -ms-linear-gradient(-45deg, #64b5d9 50%, transparent 50%);
}
.student_reason .information {
	background: -webkit-linear-gradient(-45deg, transparent 7.07px, #64b5d9 7.07px);
	background: linear-gradient(-45deg, transparent 7.07px, #64b5d9 7.07px);
	background: -ms-linear-gradient(135deg, transparent 7.07px, #64b5d9 7.07px);
}

.cheese_mariage .thumbnail time {
	background: -webkit-linear-gradient(135deg, #d4862c 50%, transparent 50%);
	background: linear-gradient(135deg, #d4862c 50%, transparent 50%);
	background: -ms-linear-gradient(-45deg, #d4862c 50%, transparent 50%);
}
.cheese_mariage .information {
	background: -webkit-linear-gradient(-45deg, transparent 7.07px, #d4862c 7.07px);
	background: linear-gradient(-45deg, transparent 7.07px, #d4862c 7.07px);
	background: -ms-linear-gradient(135deg, transparent 7.07px, #d4862c 7.07px);
}

.distribution_table .thumbnail time {
	background: -webkit-linear-gradient(135deg, #92b330 50%, transparent 50%);
	background: linear-gradient(135deg, #92b330 50%, transparent 50%);
	background: -ms-linear-gradient(-45deg, #92b330 50%, transparent 50%);
}
.distribution_table .information {
	background: -webkit-linear-gradient(-45deg, transparent 7.07px, #92b330 7.07px);
	background: linear-gradient(-45deg, transparent 7.07px, #92b330 7.07px);
	background: -ms-linear-gradient(135deg, transparent 7.07px, #92b330 7.07px);
}

.experience_kururu .thumbnail time,
.experience_report .thumbnail time {
	background: -webkit-linear-gradient(135deg, #26ae95 50%, transparent 50%);
	background: linear-gradient(135deg, #26ae95 50%, transparent 50%);
	background: -ms-linear-gradient(-45deg, #26ae95 50%, transparent 50%);
}
.experience_kururu .information,
.experience_report .information {
	background: -webkit-linear-gradient(-45deg, transparent 7.07px, #26ae95 7.07px);
	background: linear-gradient(-45deg, transparent 7.07px, #26ae95 7.07px);
	background: -ms-linear-gradient(135deg, transparent 7.07px, #26ae95 7.07px);
}

.studies .thumbnail time {
	background: -webkit-linear-gradient(135deg, #4f5c9c 50%, transparent 50%);
	background: linear-gradient(135deg, #4f5c9c 50%, transparent 50%);
	background: -ms-linear-gradient(-45deg, #4f5c9c 50%, transparent 50%);
}
.studies .information {
	background: -webkit-linear-gradient(-45deg, transparent 7.07px, #4f5c9c 7.07px);
	background: linear-gradient(-45deg, transparent 7.07px, #4f5c9c 7.07px);
	background: -ms-linear-gradient(135deg, transparent 7.07px, #4f5c9c 7.07px);
}

.photo .thumbnail time {
	background: -webkit-linear-gradient(135deg, #e391ba 50%, transparent 50%);
	background: linear-gradient(135deg, #e391ba 50%, transparent 50%);
	background: -ms-linear-gradient(-45deg, #e391ba 50%, transparent 50%);
}
.photo .information {
	background: -webkit-linear-gradient(-45deg, transparent 7.07px, #e391ba 7.07px);
	background: linear-gradient(-45deg, transparent 7.07px, #e391ba 7.07px);
	background: -ms-linear-gradient(135deg, transparent 7.07px, #e391ba 7.07px);
}

.movie .thumbnail time {
	background: -webkit-linear-gradient(135deg, #724c80 50%, transparent 50%);
	background: linear-gradient(135deg, #724c80 50%, transparent 50%);
	background: -ms-linear-gradient(-45deg, #724c80 50%, transparent 50%);
}
.movie .information {
	background: -webkit-linear-gradient(-45deg, transparent 7.07px, #724c80 7.07px);
	background: linear-gradient(-45deg, transparent 7.07px, #724c80 7.07px);
	background: -ms-linear-gradient(135deg, transparent 7.07px, #724c80 7.07px);
}

.notice .thumbnail time {
	background: -webkit-linear-gradient(135deg, #58595b 50%, transparent 50%);
	background: linear-gradient(135deg, #58595b 50%, transparent 50%);
	background: -ms-linear-gradient(-45deg, #58595b 50%, transparent 50%);
}
.notice .information {
	background: -webkit-linear-gradient(-45deg, transparent 7.07px, #58595b 7.07px);
	background: linear-gradient(-45deg, transparent 7.07px, #58595b 7.07px);
	background: -ms-linear-gradient(135deg, transparent 7.07px, #58595b 7.07px);
}

.morisaki .information {
	background: -webkit-linear-gradient(-45deg, transparent 7.07px, #003399 7.07px);
	background: linear-gradient(-45deg, transparent 7.07px, #003399 7.07px);
	background: -ms-linear-gradient(135deg, transparent 7.07px, #003399 7.07px);
}
.morisaki .thumbnail time {
	background: -webkit-linear-gradient(135deg, #003399 50%, transparent 50%);
	background: linear-gradient(135deg, #003399 50%, transparent 50%);
	background: -ms-linear-gradient(-45deg, #003399 50%, transparent 50%);
}


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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: 40px;
	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){
	#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(50% - 6px);
	}
	#sns li + li {
		float: right;
	}
}

.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: 5px;
	}
	.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/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/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 {
	color: #cfc100;
}
.season.vegetables .subTitle:before {
	border-color: #cfc100;
}
.season.vegetables .subTitle:after {
	background-image: url(../images/tag/season_vegetables.png);
}
.season.vegetables .subTitle div:after {
	border-color: #cfc100;
}
.season.vegetables .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;
}

 
@media screen and (max-width:750px) {
	.recipe.season .subTitle {
		background-image: url(../images/recipes/season/subtitle_sp.png);
	}
	.recipe.booklet .subTitle {
		background-image: url(../images/recipes/booklet/subtitle_sp.png);
	}
	.season.booklet .subTitle {
		background-image: url(../images/season/booklet/subtitle_sp.png);
	}
	.season.vegetables .subTitle {
		background-image: url(../images/season/vegetables/subtitle_sp.png);
	}
	.producer.farm_clock .subTitle {
		background-image: url(../images/producer/farm_clock/subtitle_sp.png);
	}
	.producer.booklet .subTitle {
		background-image: url(../images/producer/booklet/subtitle_sp.png);
	}
	.studies .subTitle {
		background-image: url(../images/studies/subtitle_sp.png);
	}
	.cheese .subTitle {
		background-image: url(../images/cheese/subtitle_sp.png);
	}
	.distribution .subTitle {
		background-image: url(../images/distribution/subtitle_sp.png);
	}
	.experience .subTitle {
		background-image: url(../images/experience/subtitle_sp.png);
	}
	.student .subTitle {
		background-image: url(../images/student/subtitle_sp.png);
	}
	.photo .subTitle {
		background-image: url(../images/photo/subtitle_sp.png);
	}
	.movie .subTitle {
		background-image: url(../images/movie/subtitle_sp.png);
	}
	.notice .subTitle {
		background-image: url(../images/news/subtitle_sp.png);
	}
	.morisaki .subTitle {
		background-image: url(../images/morisaki/subtitle_sp.png);
	}
}

#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(../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) {
	.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) {
	#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-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;
	}
}


/* サイト内検索  */
#hdr_cnt .search_box form,
#spMenu .search_box form,
#lowMenu .search_box form {
	display: flex;
}
#hdr_cnt .search_box form input[type="text"],
#spMenu .search_box form input[type="text"],
#lowMenu .search_box form input[type="text"] {
	border: none;
	padding: 0 25px;
	background: #fff;
	border-radius: 9999px 0 0 9999px;
}
#hdr_cnt .search_box form input[type="text"]::placeholder,
#spMenu .search_box form input[type="text"]::placeholder,
#lowMenu .search_box form input[type="text"]::placeholder {
	color: #b0b0b0;
}
#hdr_cnt .search_box form input[type="image"],
#spMenu .search_box form input[type="image"],
#lowMenu .search_box form input[type="image"] {
	padding: 10px 20px;
	background: #444b51;
	border-radius: 0 9999px 9999px 0;
}
@media screen and (min-width:751px) {
	#hdr_cnt .search_box form,
	#spMenu .search_box form,
	#lowMenu .search_box form {
		float: right;
		margin-top: 25px;
		margin-right: 12px;
	}
}
@media screen and (max-width:750px) {
	#hdr_cnt .search_box,
	#spMenu .search_box,
	#lowMenu .search_box {
		clear: both;
		padding-top: 20px;
	}
	#hdr_cnt .search_box form input[type="text"],
	#spMenu .search_box form input[type="text"],
	#lowMenu .search_box form input[type="text"] {
		width: calc(100% - 60px);
		border-top: 1px solid #919191;
		border-left: 1px solid #919191;
		border-bottom: 1px solid #919191;
	}
	#hdr_cnt .search_box form input[type="image"],
	#spMenu .search_box form input[type="image"],
	#lowMenu .search_box form input[type="image"] {
		border-top: 1px solid #919191;
		border-right: 1px solid #919191;
		border-bottom: 1px solid #919191;
	}
}