@charset "utf-8";

/*
**************************************************************************
*	雪印メグミルク - 工場見学 - お知らせ一覧 / 詳細
**************************************************************************/
/*----------------------------------------
	keyframes
----------------------------------------*/
@keyframes swingMiku {
    0% {transform: rotate(-3deg);}
    100% {transform: rotate(3deg);}
}

/*----------------------------------------
	primary Header
----------------------------------------*/
#content .wrp-primaryHeader {
	position: relative;
	padding: 85px 0 38px;
}

#content .wrp-primaryHeader:after {
	content: '';
    display: block;
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 0;
    right: 0;
    padding-top: 10px;
    background: url(/fun/factory/assets/top/img/bg_wave_white.png) repeat-x center top;
    background-size: auto 100%;
}

#content .wrp-primaryHeader .inner {
	max-width: 1040px;
	margin: auto;
}

#content .wrp-primaryHeader .ttl {
	font-size: 36px;
	line-height: 1.4;
	text-align: center;
	font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: bold;
    color: #0039A6;
}

@media screen and (max-width: 736px) {
	#content .wrp-primaryHeader {
		padding: 40px 0 100px;
	}

	#content .wrp-primaryHeader .ttl {
		font-size: 28px;
		line-height: 1.5;
	}
}

/*----------------------------------------
	grid
----------------------------------------*/
#stage .wrp-grid-2up {
	padding: 65px 0 155px;
	background: #BCEAF8;
}

#stage .wrp-grid-2up > .inner {
	max-width: 1040px;
	margin: auto;
}

#stage .wrp-grid-2up .grid-main {
	float: left;
	width: 742px;
}

#stage .wrp-grid-2up .grid-side {
	float: right;
	width: 228px;
}

#stage .wrp-grid-2up .grid-footer {
	clear: both;
	margin-top: 80px;
}

@media screen and (max-width: 736px) {
	#stage .wrp-grid-2up {
		padding: 70px 0 140px;
	}

	#stage .wrp-grid-2up .grid-main {
		float: none;
		width: auto;
	}

	#stage .wrp-grid-2up .grid-side {
		float: none;
		width: auto;
		margin-top: 60px;
	}

	#stage .wrp-grid-2up .grid-footer {
		margin: 64px 30px 0;
	}
}


/*----------------------------------------
	latest
----------------------------------------*/
#stage .wrp-latest {
	position: relative;
	padding: 40px 50px 50px;
	border-radius: 15px;
	background: #fff;
	box-sizing: border-box;
}

#stage .wrp-latest .ttl {
	margin-bottom: 10px;
	padding-bottom: 15px;
	font-size: 26px;
	line-height: 1.5;
	font-weight: bold;
	font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: bold;
    color: #0039A6;
	border-bottom: 2px solid #0039A6;
}

#stage .wrp-latest .list > li {
	border-bottom: 1px dashed #D8D8D8;
}

#stage .wrp-latest .list > li:not(:last-child) {
    margin-bottom: 30px;
}

#stage .wrp-latest .list > li > a {
    display: block;
    color: #0039A6;
}

#stage .wrp-latest .list > li > a:hover {
	text-decoration: none;
}

#stage .wrp-latest .list .body {
	padding: 6px 0 33px;
    font-size: 15px;
    line-height: 1.8;
}

#stage .wrp-latest .list .meta {
    display: table;
    vertical-align: middle;
    margin-bottom: 17px;
}

#stage .wrp-latest .list .pubdate {
    display: table-cell;
    padding-left: 20px;
    font-size: 15px;
    color: #333;
}

#stage .wrp-latest .list .tags {
    display: table-cell;
    letter-spacing: -0.5em;
}

#stage .wrp-latest .list .mod-tag:not(:last-child) {
    margin-right: 10px;
}

#stage .wrp-latest .list a .txt {
    position: relative;
    padding-left: 24px;
}

#stage .wrp-latest .list a .txt:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    background: url(/fun/factory/assets/common/img/icon_arrow_right.png) no-repeat 0px 2px;
    background-size: auto 16px;
}

#stage .wrp-latest .list a[target="_blank"] .txt:before {
    background-image: url(/fun/factory/assets/common/img/icon_blank.png);
	background-size: auto 14px;
}

#stage .wrp-latest .list a[href*=".pdf"] .txt:before {
    background-image: url(/fun/factory/assets/common/img/icon_pdf.png);
	background-size: auto 14px;
}

#stage .wrp-latest .list a .txt p > span {
	display: inline;
	border-bottom: 1px solid transparent;
	transition: border-color .3s;
}

#stage .wrp-latest .list a:hover .txt p > span {
	border-color: #0039A6;
}

#stage .wrp-latest .no-entry {
	margin-top: 20px;
	font-size: 15px;
	line-height: 1.8;
}

@media screen and (max-width: 736px) {
	#stage .wrp-latest {
		margin: 0 20px;
		padding: 50px 20px 40px;
		border-radius: 20px;
	}

	#stage .wrp-latest .ttl {
		margin-bottom: 30px;
		padding-bottom: 10px;
		font-size: 24px;
	}

	#stage .wrp-latest .list > li:not(:last-child) {
		margin-bottom: 20px;
	}

	#stage .wrp-latest .list .body {
		padding: 6px 0 20px;
		font-size: 15px;
		line-height: 1.8;
	}

	#stage .wrp-latest .list .meta {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

    #stage .wrp-latest .list .tags {
        white-space: nowrap;
    }

    #stage .wrp-latest .list .pubdate {
        display: block;
		margin-left: 10px;
		padding: 0;
    }

	#stage .wrp-latest .no-entry {
		margin-top: -10px;
	}
}

/*----------------------------------------
	side nav
----------------------------------------*/
#stage .wrp-snav {
	position: relative;
	box-sizing: border-box;
}

#stage .wrp-snav .body {
	padding: 60px 20px 40px;
	border-radius: 15px;
	background: #fff;
}

#stage .wrp-snav .toggle {
	display: none;
}

#stage .wrp-snav .toggle-btn > a {
	position: relative;
    display: block;
	padding: 22px 55px 22px 22px;
    background: #06AFE2;
    color: #fff;
    font-size: 16px;
    line-height: 1.2;
}

#stage .wrp-snav .toggle-btn > a:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    width: 16px;
    height: 16px;
    background: url(/fun/factory/assets/common/img/icon_plus_white.png) no-repeat center;
    background-size: auto 14px;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#stage .wrp-snav .toggle-btn.is-open a:after {
    background-image: url(/fun/factory/assets/common/img/icon_minus_white.png);
}

#stage .wrp-snav .close {
	display: none;
	max-width: 200px;
	margin: 20px auto 0;
}

#stage .wrp-snav .sttl {
	position: relative;
	margin-bottom: 25px;
	padding-left: 25px;
	font-size: 20px;
	line-height: 1.5;
	font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: bold;
    color: #0039A6;
}

#stage .wrp-snav * + .sttl {
	margin-top: 40px;
}

#stage .wrp-snav .sttl:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 3px;
	height: 100%;
	border-radius: 2px;
	background: #0039A6;
}

#stage .wrp-snav .list li {
	padding: 15px 22px 15px 22px;
	border-bottom: 1px dashed #D8D8D8;
	font-size: 15px;
	line-height: 1.8;
	font-weight: bold;
}

#stage .wrp-snav .list li:first-child {
	border-top: 1px dashed #D8D8D8;
}

#stage .wrp-snav .list li > a {
	position: relative;
	display: block;
	margin: -15px -22px -15px -22px;
	padding: 15px 22px 15px 22px;
	color: #0039A6;
	transition: background .3s;
}

#stage .wrp-snav .list li > a:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 5px;
	width: 14px;
    height: 14px;
    background: url(/fun/factory/assets/common/img/icon_arrow_right.png) no-repeat;
    background-size: contain;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

#stage .wrp-snav .list li > a:hover {
	background: #E1F3FF;
}

#stage .wrp-snav .list li.is-current a {
	background: #E1F3FF;
	font-weight: normal;
}

#stage .wrp-snav .list li.is-current a:before {
	display: none;
}


@media screen and (max-width: 736px) {

	#stage .wrp-snav .body {
		display: none;
		padding: 0 0 20px;
		border-radius: 0;
	}

	#stage .wrp-snav .sttl {
		margin: 0 20px 30px;
		padding-left: 20px;
		font-size: 19px;
	}

	#stage .wrp-snav * + .sttl {
		margin-top: 40px;
	}

	#stage .wrp-snav .list li {
		padding: 20px 55px 20px 20px;
	}

	#stage .wrp-snav .list li > a {
		margin: -20px -55px -20px -20px;
		padding: 20px 55px 20px 20px;
	}

	#stage .wrp-snav .list li > a:before {
		left: auto;
		right: 20px;
	}

	#stage .wrp-snav .toggle {
		display: block;
	}

	#stage .wrp-snav .close {
		display: block;
	}
}

/*----------------------------------------
	toFront
----------------------------------------*/
#stage .toFront {
	text-align: center;
}

/*----------------------------------------
	modules
----------------------------------------*/
#stage .wrp-article {
	position: relative;
	padding: 40px 50px 50px;
	border-radius: 15px;
	background: #fff;
	box-sizing: border-box;
}

#stage .area-article-header {
	margin-bottom: 25px;
}
#stage .area-article-header ul{
	margin-bottom: 20px;
}

#stage .area-article-header .ttl .mod-secondaryHeader{
	margin-top: 0;
	margin-bottom: 0;
}

#stage .area-article-header .category {
	margin-bottom: 20px;
}

#stage .area-article-header .meta {
    display: table;
	width: 100%;
	margin-top: 20px;
    vertical-align: middle;
    margin-bottom: 17px;
}

#stage .area-article-header .pubdate {
    display: table-cell;
    padding-left: 20px;
    font-size: 15px;
    color: #333;
	text-align: right;
}

#stage .area-article-header .tags {
    display: table-cell;
    letter-spacing: -0.5em;
}

#stage .area-article-header .mod-tag {
    margin: 0px 6px 10px 0px;
}

#stage .area-article-body > *:last-child,
#stage .area-article-footer > *:last-child {
	margin-bottom: 0!important;
}

#stage .area-article-footer {
	margin-top: 60px;
}

@media screen and (max-width: 736px) {
	#stage .wrp-article {
		margin: 0 20px;
		padding: 60px 20px 40px;
		border-radius: 20px;
	}
}
