@charset "utf-8";
/*
**************************************************************************
*	雪印メグミルク - 工場見学 - common.css
**************************************************************************/

/*----------------------------------------
	general
----------------------------------------*/
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 100;
}

@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 200;
}

@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 300;
}

@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 400;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: normal;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ W6", "Hiragino Kaku Gothic W6", "ヒラギノ角ゴ W3", "Hiragino Kaku Gothic W3", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", 游ゴシック体, YuGothic, "游ゴシック Medium", 游ゴシック, "Yu Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #333;
}

a:hover {
    text-decoration: none;
}

/* ------------------------------------------------------------------------
   utility
------------------------------------------------------------------------ */
.mbZero {
  margin-bottom: 0!important;
}

.mb10 {
  margin-bottom: 10px!important;
}

.mb20 {
  margin-bottom: 20px!important;
}

.mb30 {
  margin-bottom: 30px!important;
}

.mb40 {
  margin-bottom: 40px!important;
}

.mb50 {
  margin-bottom: 50px!important;
}

.mb60 {
  margin-bottom: 60px!important;
}

.mb70 {
  margin-bottom: 70px!important;
}

.mb80 {
  margin-bottom: 80px!important;
}

.mb90 {
  margin-bottom: 90px!important;
}

.mb100 {
  margin-bottom: 100px!important;
}

.ta-c {
  text-align: center!important;
}

.ta-r {
  text-align: right!important;
}

.ta-l {
  text-align: left!important;
}

/*----------------------------------------
	contentHead
----------------------------------------*/
#content .contentHeadInner {
	width: auto;
}

/*----------------------------------------
	lnav
----------------------------------------*/
#content .wrp-lnav {
	position: relative;
    height: 0;
}

#content .wrp-lnav .lnav-toggle {
    max-width: 1000px;
    margin: auto;
    text-align: right;
}

#content .wrp-lnav .toggle-btn {
    position: relative;
    z-index: 999;
    display: inline-block;
    width: 227px;
}

#content .wrp-lnav .toggle-btn  a {
    position: relative;
    display: block;
    padding: 10px  20px;
    border-radius: 20px;
    overflow: hidden;
    background: #06AFE2;
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 1.2;
    transition: transform .3s;
}

#content .wrp-lnav .toggle-btn a:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    width: 16px;
    height: 16px;
    background: url(/fun/factory/assets/common/img/ico_plus_white.png) no-repeat center;
    background-size: auto 14px;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#content .wrp-lnav .toggle-btn.is-open a:after {
    background-image: url(/fun/factory/assets/common/img/ico_minus_white.png);
}

#content .wrp-lnav .toggle-btn a:hover {
    transform: scale(1.02);
}

#content .wrp-lnav .lnav-toggle .toggle-btn {
    margin-top: 20px;
}

#content .wrp-lnav .inner {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    padding: 0 20px;
    background: #BCEAF8;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.15);
}

#content .wrp-lnav .inner-toggle {
    max-width: 1000px;
    margin: auto;
    padding: 20px 0 40px;
    text-align: right;
}

#content .wrp-lnav .body {
    max-width: 1000px;
    margin: auto;
    padding: 100px 0 80px;
}

#content .wrp-lnav .list {
    margin: 0 -15px -20px;
    letter-spacing: -0.5em;
}

#content .wrp-lnav .list > li {
    display: inline-block;
    width: 226px;
    margin: 0 15px 20px;
    margin-bottom: 20px;
    background: #fff;
    border-radius: 0 15px 15px 15px;
    letter-spacing: normal;
    transition: transform .3s;
}

#content .wrp-lnav .list > li:hover {
    transform: scale(1.02);
}

#content .wrp-lnav .list > li > a{
    display: block;
}

#content .wrp-lnav .list .body {
    position: relative;
    /* height: 160px; */
    padding: 40px 15px 20px;
    box-sizing: border-box;
}

#content .wrp-lnav .list .location {
    position: absolute;
    top: 0;
    left: 0;
    height: 24px;
    font-size: 0;
}

#content .wrp-lnav .list .location span {
    position: relative;
    display: inline-block;
    vertical-align: top;
    min-width: 80px;
    height: 24px;
    padding: 0 16px 0 10px;
    font-size: 13px;
    line-height: 24px;
    background: url(/fun/factory/assets/top/img/bg_ribbon.svg) no-repeat left center;
    background-size: 100%;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
}

#content .wrp-lnav .list .name {
    font-size: 15px;
    line-height: 1.4;
    font-weight: bold;
    text-align: center;
    color: #0039A6;
}

#content .wrp-lnav .list .products {
    display: table;
    border-spacing: 8px 0;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
}

#content .wrp-lnav .list .products > li {
    display: table-cell;
    vertical-align: middle;
}

#content .wrp-lnav .list .products img {
    width: 70px;
    height: auto;
}
#content .wrp-lnav .toFront {
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    max-width: 400px;
}

#content .wrp-lnav .toFront a {
    position: relative;
    display: block;
    padding: 20px;
    border-radius: 30px;
    overflow: hidden;
    background: #0039A6;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.2;
    transition: transform .3s;
}


#content .wrp-lnav .toFront a:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    width: 16px;
    height: 16px;
    background: url(/fun/factory/assets/common/img/ico_arrow_right_white.png) no-repeat center;
    background-size: auto 14px;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#content .wrp-lnav .toFront a:hover {
    transform: scale(1.02);
}

#content .wrp-lnav .close {
    max-width: 200px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
}

#content .wrp-lnav .close a {
    position: relative;
    display: block;
    padding: 10px  20px;
    border-radius: 20px;
    overflow: hidden;
    background: #06AFE2;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.2;
    transition: transform .3s;
}

#content .wrp-lnav .close a:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    width: 16px;
    height: 16px;
    background: url(/fun/factory/assets/common/img/ico_plus_white.png) no-repeat center;
    background-size: auto 14px;
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
}

#content .wrp-lnav .close a:hover {
    transform: scale(1.02);
}

@media screen and (max-width: 736px) {
    #content .wrp-lnav {
        height: auto;
    }

    #content .wrp-lnav .lnav-toggle .toggle-btn {
        display: block;
        width: auto;
        margin-top: 0;
    }

    #content .wrp-lnav .lnav-toggle .toggle-btn a {
        padding: 22px 55px 22px 22px;
		font-size: 16px;
        text-align: right;
        border-radius: 0;
    }

    #content .wrp-lnav .lnav-toggle .toggle-btn a:hover {
        transform: none;
    }

    #content .wrp-lnav .inner {
        top: 100%;
        background: #9FE0F3;
    }

    #content .wrp-lnav .body {
        padding-top: 30px;
        padding-bottom: 40px;
    }

    #content .wrp-lnav .inner-toggle {
        display: none;
    }

    #content .wrp-lnav .list {
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
        margin: 0 -7px -20px;
    }

    #content .wrp-lnav .list > li {
        position: static;
        width: calc(50% - 15px);
        margin: 0 7px 20px;
    }

    #content .wrp-lnav .list > li:hover {
        transform: none;
    }

    #content .wrp-lnav .list > li .body {
        padding: 35px 16px 15px;
        height: 85px;
        font-size: 0;
    }

    #content .wrp-lnav .list > li .body:before {
        content: '';
        display: inline-block;
        vertical-align: middle;
        width: 0;
        height: 100%;
    }

    #content .wrp-lnav .list > li .name {
        display: inline-block;
        vertical-align: middle;
        width: 99%;
        font-size: 13px;
        line-height: 1.5;
        text-align: left;
    }

    #content .wrp-lnav .list > li .products {
        display: none;
    }

    #content .wrp-lnav .toFront {
        max-width: none;
        margin: 30px auto 0;
    }

    #content .wrp-lnav .toFront a {
        padding: 20px 55px 20px 20px;
    }

    #content .wrp-lnav .close {
        display: block;

    }
}

/*----------------------------------------
	breadcrumbs
----------------------------------------*/
#content .wrp-breadcrumbs .inner {
	position: relative;
	z-index: 1;
	width: 1000px;
	margin: 10px auto 0;
}

#content .wrp-breadcrumbs .list {
	margin-right: 300px;
	font-size: 0;
}

#content .wrp-breadcrumbs .list li {
	display: inline;
	font-size: 13px;
	line-height: 1.2;
	color: #666;
}

#content .wrp-breadcrumbs .list li > a {
	color: #0039A6;
}

#content .wrp-breadcrumbs .list li > a:after {
	content: '>';
	margin: 0 5px;
	color: #666;
}

#content .wrp-breadcrumbs .list li > a:hover span {
	text-decoration: underline;
}

@media screen and (max-width: 736px) {
	#content .wrp-breadcrumbs {
		display: none;
	}
}

/*----------------------------------------
	contentArea
----------------------------------------*/
#stage {
    /* overflow-x: hidden; */
	overflow: hidden;
}

#content #contentArea {
    position: relative;
	min-width: 1000px;

}

@media screen and (max-width: 736px) {
	#content #contentArea {
        min-width: 320px;
	}
}

/*----------------------------------------
	contentFooter
----------------------------------------*/
#content .factory-pagetop {
    height: 0;
    padding: 0 20px;
}

#content .factory-pagetop > p{
    max-width: 1000px;
    margin: auto;
    text-align: right;
}

#content .factory-pagetop a {
    position: relative;
    z-index: 1;
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: rgba(6, 175, 226, 0.7) url(/fun/factory/assets/common/img/ico_pagetop.png) no-repeat center;
    background-size: 16px auto;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: transform .3s;
}

#content .factory-pagetop a:hover {
    -ms-transform: translateY(-50%) scale(1.1);
    transform: translateY(-50%) scale(1.1);
}

#content .factory-pagetop span {
    display: none;
}

#content .contentFootInner {
    position: relative;
    width: auto;
    margin: 0 auto;
}

#content .contentFootInner:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    bottom: 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%;
	-ms-transform: scale(1, -1);
    transform: scale(1, -1);
}

#content .factory-footer {
    padding: 28px 20px 22px;
    background: #fff;
}

#content .factory-footer .inner {
    max-width: 1000px;
    margin: auto;
    text-align: center;
}

#content .factory-footer .ttl {
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 15px;
    white-space: nowrap;
}

#content .factory-footer .ttl:before {
    content: '';
    display: inline-block;
    width: 2px;
    height: 1em;
    margin-right: 0.5em;
    background: #333;
    -ms-transform: rotate(-20deg);
    transform: rotate(-20deg);
}

#content .factory-footer .ttl:after {
    content: '';
    display: inline-block;
    width: 2px;
    height: 1em;
    margin-left: 0.5em;
    background: #333;
    -ms-transform: rotate(20deg);
    transform: rotate(20deg);
}

#content .factory-footer .sns {
    position: relative;
    display: table;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}

#content .factory-footer .sns li {
    display: inline-block;
    margin: 0 10px;
    width: 50px;
}

#content .factory-footer .sns li img {
    width: 100%;
    height: auto;
}

#content .factory-footer .sns li a {
    display: inline-block;
    transition: opacity .3s;
}

#content .factory-footer .sns li a:hover {
    opacity: .7;
}

#content .factory-footer .copyright {
    font-size: 11px;
    color: #666666;
}

@media screen and (max-width: 736px) {
	#content .contentFootInner:before {
		padding-top: 6px;
	}

    #content .factory-footer {
        position: relative;
        padding: 50px 20px 20px;
        background: #fff;
    }

    #content .factory-footer .ttl {
        margin-bottom: 13px;
    }

    #content .factory-footer .sns {
        position: static;
    }

    #content .factory-footer .sns:before {
        position: absolute;
        left: 0;
        right: 0;
        top: -50px;
        bottom: auto;
        width: 123px;
        height: 185px;
        margin: auto;
    }

    #content .factory-footer .sns li {
        width: 60px;
    }
}

/*----------------------------------------
	modules - button
----------------------------------------*/
#stage .mod-button {
    position: relative;
    display: inline-block;
    vertical-align: bottom;
    padding: 16px 35px;
    border-radius: 30px;
    overflow: hidden;
    background: #06AFE2;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.2;
	transition: transform .3s;
}

#stage .mod-button > a {
    display: block;
    margin: -16px -35px;
    padding: 16px 35px;
    color: #fff;
	font-weight: bold;
}

#stage .mod-button > a:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    width: 16px;
    height: 16px;
    background: url(/fun/factory/assets/common/img/ico_arrow_right_white.png) no-repeat right 2px;
    background-size: auto 14px;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#stage .mod-button:hover {
	transform: scale(1.02);
}

/* full */
#stage .mod-button.full {
    display: block;
}

/* back */
#stage .mod-button.back > a:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
	right: auto;
    left: 20px;
    background: url(/fun/factory/assets/common/img/ico_arrow_right_white.png) no-repeat 0 2px;
    background-size: auto 14px;
    -ms-transform: translateY(-50%) scale(-1, 1);
    transform: translateY(-50%) scale(-1, 1);
}

/* small */
#stage .mod-button.small {
	padding: 10px 35px;
	font-size: 12px;
}

#stage .mod-button.small > a{
	margin: -10px -35px;
	padding: 10px 35px;
}

/* close */
#stage .mod-button.close > a:after {
	background: url(/fun/factory/assets/common/img/ico_plus_white.png) no-repeat center;
	background-size: auto 14px;
	-ms-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
}

/* navy */
#stage .mod-button.navy {
	background: #0039A6;
}

/* blank, pdf */
#stage .mod-button > a[target="_blank"]:after {
	background: url(/fun/factory/assets/common/img/ico_blank_white.png) no-repeat right 2px;
    background-size: auto 14px;
}
#stage .mod-button > a[href*=".pdf"]:after {
	background: url(/fun/factory/assets/common/img/ico_pdf_white.png) no-repeat right 2px;
    background-size: auto 14px;
}
#stage .mod-button > a[href^="#"]:after {
	background: url(/fun/factory/assets/common/img/ico_arrow_right_white.png) no-repeat center;
	background-size: auto 14px;
	-ms-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
}

@media screen and (max-width: 736px) {
	#stage .mod-button:hover {
		transform: none;
	}
}

/*----------------------------------------
	modules - link
----------------------------------------*/
#stage .mod-link {
	position: relative;
    padding-right: 18px;
    background: url(/fun/factory/assets/common/img/ico_arrow_right.png) no-repeat right 2px;
    background-size: auto 14px;
	color: #0039A6;
}

#stage .mod-link:after {
	content: '';
	display: block;
	position: absolute;
	bottom: -2px;
	left: 0;
	right: 0;
	border-top: 1px solid transparent;
	margin-right: 18px;
	transition: border-color .3s;
}

#stage .mod-link:hover:after {
	border-color: #0039A6;
}

/* blank, pdf */
#stage .mod-link[target="_blank"] {
	background-image: url(/fun/factory/assets/common/img/ico_blank.png);
}

#stage .mod-link[href*=".pdf"]:after {
	background-image: url(/fun/factory/assets/common/img/ico_pdf.png);
}

#stage .mod-link-v2 {
	position: relative;
    padding-left: 18px;
    background: url(/fun/factory/assets/common/img/ico_arrow_right.png) no-repeat 0 2px;
    background-size: auto 14px;
	color: #0039A6;
}

#stage .mod-link-v2:after {
	content: '';
	display: block;
	position: absolute;
	bottom: -2px;
	left: 0;
	right: 0;
	border-top: 1px solid transparent;
	margin-left: 18px;
	transition: border-color .3s;
}

#stage .mod-link-v2:hover:after {
	border-color: #0039A6;
}

#stage .mod-link-v2[target="_blank"] {
	background-image: url(/fun/factory/assets/common/img/ico_blank.png);
}

#stage .mod-link-v2[href*=".pdf"] {
	background-image: url(/fun/factory/assets/common/img/ico_pdf.png);
}

@media screen and (max-width: 736px) {
	#stage .mod-link:after,
	#stage .mod-link-v2:after  {
		display: none;
	}
}

/*----------------------------------------
	modules - headings
----------------------------------------*/
#stage .mod-secondaryHeader {
	margin-bottom: 20px;
	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 * + .mod-secondaryHeader {
	margin-top: 74px;
}

#stage .mod-tertiaryHeader {
	position: relative;
	margin-bottom: 30px;
	padding-left: 20px;
	font-size: 20px;
	line-height: 1.5;
	font-weight: bold;
	font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: bold;
    color: #0039A6;
}

#stage * + .mod-tertiaryHeader {
	margin-top: 74px;
}

#stage .mod-tertiaryHeader:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 100%;
    border-radius: 2px;
    background: #0039A6;
}

#stage .mod-quaternaryHeader {
	margin-bottom: 15px;
	font-size: 18px;
	line-height: 1.5;
	font-weight: bold;
	font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: bold;
    color: #0039A6;
}

#stage * + .mod-quaternaryHeader {
	margin-top: 74px;
}

@media screen and (max-width: 736px) {
	#stage .mod-secondaryHeader {
		margin-bottom: 20px;
		padding-bottom: 10px;
		font-size: 24px;
		line-height: 1.5;
	}

	#stage * + .mod-secondaryHeader {
		margin-top: 60px;
	}

	#stage .mod-tertiaryHeader {
		margin-bottom: 30px;
		padding-left: 20px;
		font-size: 18px;
	}

	#stage * + .mod-tertiaryHeader {
		margin-top: 60px;
	}

	#stage .mod-quaternaryHeader {
		font-size: 16px;
	}

	#stage * + .mod-quaternaryHeader {
		margin-top: 60px;
	}
}

/*----------------------------------------
	modules - paragraph
----------------------------------------*/
#stage .mod-lead-text {
	margin-bottom: 30px;
	font-size: 15px;
	line-height: 1.8;
	font-weight: bold;
}

#stage .mod-regular-text {
	margin-bottom: 30px;
}

#stage .mod-caption-text {
	margin-bottom: 30px;
}

#stage .mod-lead-text strong,
#stage .mod-regular-text strong,
#stage .mod-caption-text strong {
	color: #D72922;
}


#stage .mod-lead-text a,
#stage .mod-regular-text a,
#stage .mod-caption-text a {
	color: #0039A6;
}

#stage .mod-lead-text a:not([class*="mod-link"]):hover,
#stage .mod-regular-text a:not([class*="mod-link"]):hover,
#stage .mod-caption-text a:not([class*="mod-link"]):hover {
	text-decoration: underline;
}

#stage .mod-lead-text p,
#stage .mod-regular-text p {
	font-size: 15px;
	line-height: 1.8;
}

#stage .mod-lead-text p + p,
#stage .mod-regular-text p + p,
#stage .mod-caption-text p + p {
	margin-top: 1em;
}

#stage .mod-caption-text p {
	font-size: 13px;
	line-height: 1.8;
	color: #666;
}

/*----------------------------------------
	modules - figure
----------------------------------------*/
#stage .mod-figure {
	margin-bottom: 50px;
	overflow: hidden;
}

#stage .mod-figure > .inner {
	margin: 0 -15px -30px;
}

#stage .mod-figure .list {
	letter-spacing: -0.5em;
}

#stage .mod-figure .list > li {
	display: inline-block;
	vertical-align: top;
	width: -webkit-calc(50% - 30px);
	width: calc(50% - 30px);
	margin: 0 15px 30px;
	letter-spacing: normal;
}

#stage .mod-figure .list > li > a{
	display: block;
}

#stage .mod-figure .img figure {
	margin: 0;
	overflow: hidden;
	border-radius: 15px;
}

#stage .mod-figure .img figure img {
	width: 100%;
	height: auto;
	transition: transform .3s;
}

#stage .mod-figure .caption {
	margin-top: 15px;
	font-size: 13px;
	line-height: 1.2;
	color: #666;
}

#stage .mod-figure .list > li > a:hover .img figure img {
	transform: scale(1.02);
}

/* large */
#stage .mod-figure.large .inner {
	margin-left: auto;
	margin-right: auto;
}

#stage .mod-figure.large .list > li {
	display: table;
	width: auto;
	max-width: 480px;
	margin: 0 auto 30px;
}

/* threeUp */
#stage .mod-figure.threeUp .list > li {
	width: -webkit-calc(33.33% - 30px);
	width: calc(33.33% - 30px);
}

@media screen and (max-width: 736px) {
	#stage .mod-figure .inner {
		margin-left: auto;
		margin-right: auto;
		margin-bottom: -20px;
	}

	#stage .mod-figure .list > li {
		display: block;
		width: auto!important;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 20px;
	}

	#stage .mod-figure .list > li > a:hover .img figure img {
		transform: none;
	}
}

/*----------------------------------------
	modules - table
----------------------------------------*/
#stage .mod-table {
	margin-bottom: 50px;
}

#stage .mod-table table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #ccc;
}

#stage .mod-table table th {
	vertical-align: top;
	width: 140px;
	padding: 16px 20px;
	font-size: 15px;
	line-height: 1.4;
	background: #E1F3FF;
	border-bottom: 1px solid #ccc;
}

#stage .mod-table table td {
	vertical-align: top;
	padding: 16px 20px;
	font-size: 15px;
	line-height: 1.4;
	border-bottom: 1px solid #ccc;
}

#stage .mod-table table td + td {
	border-left: 1px dashed #D8D8D8;
}

#stage .mod-table table td > *[class*="mod-"]{
	margin-bottom: 0.5em;
}

#stage .mod-table table td > *:last-child{
	margin-bottom: 0!important;
}


@media screen and (max-width: 736px) {
	#stage .mod-table {
		margin-bottom: 50px;
		border-bottom: 1px solid #ccc;
	}

	#stage .mod-table table,
	#stage .mod-table tbody,
	#stage .mod-table tr {
		display: block;
		width: 100%;
		border: none;
		overflow: hidden;
	}

	#stage .mod-table table th,
	#stage .mod-table table td {
		display: block;
		width: 100% !important;
		clear: both;
		float: left;
		box-sizing: border-box;
		border-bottom: none;
	}

	#stage .mod-table table th {
		font-weight: normal;
		background: #E1F3FF;
		border-top: 1px solid #ccc;
	}

	#stage .mod-table table td + td {
		border-top: 1px dashed #D8D8D8;
		border-left: none;
	}
}

/*----------------------------------------
	modules - card
----------------------------------------*/
#stage .mod-cards {
	margin-bottom: 50px;
	overflow: hidden;
}

#stage .mod-cards > .inner {
	margin: 0 -15px -30px;
}

#stage .mod-cards .list {
	letter-spacing: -0.5em;
}

#stage .mod-cards .list > li {
	display: inline-block;
	vertical-align: top;
	width: -webkit-calc(50% - 30px);
	width: calc(50 - 30px);
	margin: 0 15px 30px;
	letter-spacing: normal;
}

#stage .mod-cards .img {
	margin-bottom: 30px;
}

#stage .mod-cards .img figure {
	margin: 0;
	overflow: hidden;
	border-radius: 15px;
}

#stage .mod-cards .img figure img {
	width: 100%;
	height: auto;
}

#stage .mod-cards .caption {
	margin-top: 15px;
	font-size: 13px;
	line-height: 1.2;
	color: #666;
}

#stage .mod-cards .detail {
	color: #333;
}

#stage .mod-cards .img + .detail {
	margin-top: -20px;
}

#stage .mod-cards .detail p {
	font-size: 15px;
	line-height: 1.8;
}

#stage .mod-cards .link {
	margin-top: 15px;
}

#stage .mod-cards .link p {
	margin-bottom: 10px;
}

#stage .mod-cards .link .mod-link-v2 {
	background-size: auto 12px;
}

#stage .mod-cards.threeUp .list > li{
	width: -webkit-calc(33.33% - 30px);
	width: calc(33.33% - 30px);
}

@media screen and (max-width: 736px) {
	#stage .mod-cards .inner {
		margin-left: auto;
		margin-right: auto;
		margin-bottom: -40px;
	}

	#stage .mod-cards .list > li {
		display: block;
		width: auto!important;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 40px;
	}

	#stage .mod-cards .img {
		margin-bottom: 30px;
	}

	#stage .mod-cards .img figure {
		margin: 0;
		overflow: hidden;
		border-radius: 15px;
	}

	#stage .mod-cards .img figure img {
		width: 100%;
		height: auto;
	}

	#stage .mod-cards .caption {
		margin-top: 15px;
		font-size: 13px;
		line-height: 1.2;
		color: #666;
	}

	#stage .mod-cards .detail {
		font-weight: bold;
		font-size: 15px;
		line-height: 1.8;
		color: #333;
	}

	#stage .mod-cards .link {
		margin-top: 15px;
	}

	#stage .mod-cards .link p {
		margin-bottom: 10px;
	}

	#stage .mod-cards .link .mod-link-v2 {
		background-size: auto 12px;
	}
}

/*----------------------------------------
	modules - button list
----------------------------------------*/
#stage .mod-buttons {
	margin-bottom: 50px;
	margin-top: -20px;
	margin-left: -20px;
	margin-right: -20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	overflow: hidden;
}

#stage .mod-buttons .inner{
	margin-bottom: -20px;
}

#stage .mod-buttons .list > li {
	max-width: 313px;
	margin: 0 auto 20px;
}

#stage .mod-buttons .mod-button {
	display: block;
	font-weight: normal;
}


/* twoUp */
#stage .mod-buttons.twoUp .inner{
	margin: 0 -15px -30px;
	letter-spacing: -0.5em;
}

#stage .mod-buttons.threeUp .inner{
	margin: 0 -7px -30px;
	letter-spacing: -0.5em;
}

#stage .mod-buttons.twoUp .list > li {
	display: inline-block;
	vertical-align: top;
	width: -webkit-calc(50% - 30px);
	width: calc(50% - 30px);
	max-width: none;
	margin: 0 15px 30px;
	letter-spacing: normal;
}

#stage .mod-buttons.threeUp .list > li {
	display: inline-block;
	vertical-align: top;
	width: -webkit-calc(33.33% - 14px);
	width: calc(33.33% - 14px);
    min-height: 52px;
	max-width: none;
	margin: 0 7px 30px;
	letter-spacing: normal;
}

@media screen and (max-width: 736px) {
	#stage .mod-buttons {
		margin-bottom: 40px;
		margin-left: auto;
		margin-right: auto;
		padding-left: 0;
		padding-right: 0;
		margin-top:20px;
	}

	#stage .mod-buttons .list > li {
		max-width: none;
		width: auto!important;
	}

	#stage .mod-buttons.twoUp .inner{
		margin-left: auto;
		margin-right: auto;
	}

	#stage .mod-buttons.twoUp .list > li {
		display: block;
		max-width: none;
		width: auto;
		margin-left: auto;
		margin-right: auto;
	}

	#stage .mod-buttons.threeUp .inner{
		margin-left: auto;
		margin-right: auto;
	}

	#stage .mod-buttons.threeUp .list > li {
		display: block;
		max-width: none;
		width: auto;
		margin-left: auto;
		margin-right: auto;
	}
}

/*----------------------------------------
	modules - media
----------------------------------------*/
#stage .mod-media {
	margin-bottom: 50px;
}

#stage .mod-media .img {
	float: right;
	/* width: 306px; */
	width: 47%;
}

#stage .mod-media .img figure {
	margin: 0;
	overflow: hidden;
    border-radius: 15px;
}

#stage .mod-media .img img {
	width: 100%;
	height: auto;
}

#stage .mod-media .caption {
    margin-top: 15px;
    font-size: 13px;
    line-height: 1.2;
    color: #666;
}

#stage .mod-media .body {
	float: left;
	/* width: 306px; */
	width: 47%;
}

#stage .mod-media .detail {
    font-weight: bold;
    font-size: 15px;
    line-height: 1.8;
    color: #333;
}

#stage .mod-media .link {
	margin-top: 15px;
}

#stage .mod-media .link p {
	margin-bottom: 10px;
}

#stage .mod-media .link .mod-link-v2 {
	background-size: auto 12px;
}

/* rightwards */
#stage .mod-media.rightWards .img {
	float: left;
}

#stage .mod-media.rightWards .body {
	float: right;
}

@media screen and (max-width: 736px) {
	#stage .mod-media .img {
		float: none!important;
		width: auto!important;
		max-width: 500px;
		margin-left: auto;
		margin-right: auto;
	}

	#stage .mod-media .img figure {
		margin: 0;
		overflow: hidden;
		border-radius: 15px;
	}

	#stage .mod-media .caption {
		margin-top: 15px;
		font-size: 13px;
		line-height: 1.2;
		color: #666666;
		font-weight: bold;
	}

	#stage .mod-media .body {
		float: none!important;
		width: auto!important;
		margin-bottom: 20px;
	}

	#stage .mod-media .detail {
		font-weight: bold;
		font-size: 15px;
		line-height: 1.8;
		color: #333;
	}

	#stage .mod-media .link {
		margin-top: 15px;
	}

	#stage .mod-media .link p {
		margin-bottom: 10px;
	}

	#stage .mod-media .link .mod-link-v2 {
		background-size: auto 12px;
	}
}

/*----------------------------------------
	modules - tag
----------------------------------------*/
#stage .mod-tag {
    display: inline-block;
    /* min-width: 140px; */
		padding: 5px 15px;
    font-size: 13px;
    line-height: 1;
    text-align: center;
    border-radius: 20px;
    border: 1px solid #000;
    letter-spacing: normal;
    white-space: nowrap;
	box-sizing: border-box
}

#stage .mod-tag.red {
    border-color: #D72922;
    color: #D72922;
}

#stage .mod-tag.navy {
    border-color: #0039A6;
    color: #0039A6;
}

#stage .mod-tag.blue {
    border-color: #06AFE2;
    color: #06AFE2;
}

#stage .mod-tag.fill-blue {
	border: none;
    background: #E1F3FF;
    color: #0039A6;
}

/*----------------------------------------
	modules - unordered list
----------------------------------------*/
#stage .mod-unordered-list li {
	position: relative;
	padding-left: 20px;
	font-size: 15px;
	line-height: 1.8;
}

#stage .mod-unordered-list li:before {
	content: '';
	display: block;
	position: absolute;
	top: 10px;
	left: 0;
	width: 6px;
	height: 6px;
	background: #666666;
	border-radius: 50%;
}

#stage .mod-unordered-list li:not(:last-child) {
	margin-bottom: 15px;
}

/*----------------------------------------
	modules - separator
----------------------------------------*/
#stage .mod-separator {
	display: block;
	height: 0;
	border: none;
	margin: 50px 0;
	padding-top: 1px;
	background: #ccc;
}


/*----------------------------------------
    modules - otherTour
----------------------------------------*/
#stage .mod-otherTour {
    position: relative;
}
#stage .mod-otherTour .inner {
    margin: 0 auto;
    max-width: 1000px;
}
#stage .mod-otherTour .others {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 920px;
    margin: 0 auto;
}
#stage .mod-otherTour .others::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    content: '';
    width: 3px;
    background-image: radial-gradient(#003591 35%, transparent 35%);
    background-repeat: repeat;
    background-size: 6px 6px;
    background-position: 50% 0;
}
#stage .mod-otherTour .others-item {
    position: relative;
    display: flex;
    flex-direction: column;
    width: calc((100% - 80px) / 2);
}
#stage .mod-otherTour .others-item + .others-item {
    margin-left: 80px;
}
#stage .mod-otherTour .others-item .img {
    margin-bottom: 15px;
    height: 104px;
    text-align: center;
}
#stage .mod-otherTour .others-item.item-factory .img img {
    width: auto;
    height: 104px;
}
#stage .mod-otherTour .others-item.item-virtual .img img {
    width: auto;
    height: 93px;
}
#stage .mod-otherTour .others-item .sttl {
    margin-bottom: 25px;
    color: #023692;
    font-size: 22px;
    line-height: 1.4;
    text-align: center;
    font-weight: 700;
}
#stage .mod-otherTour .others-item .description {
    margin-bottom: 35px;
    font-size: 16px;
    line-height: 1.6875;
}
#stage .mod-otherTour .others-item .button {
    position: relative;
    margin: auto auto 0;
    width: 300px;
}
#stage .mod-otherTour .others-item .button a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 21px 30px;
    width: 300px;
    height: 100%;
    background: #06AFE2;
    border-radius: 30px;
    color: #fff;
    font-size: 16px;
    line-height: 1;
    text-align: center;
    box-sizing: border-box;
    transform: scale(1);
    transition: transform .3s;
}
#stage .mod-otherTour .others-item .button a:hover {
    transform: scale(1.02);
}
#stage .mod-otherTour .others-item .button a::before {
    display: block;
    content: '';
    width: 11px;
    height: 10px;
    position: absolute;
    top: 50%;
    right: 14px;
    transform: translateY(-49.5%);
    background: url(/fun/factory/assets/online/common/img/ico_arrow_right_white.png) no-repeat center center;
    background-size: 11px auto;
}
@media screen and (max-width: 736px) {
    #stage .mod-otherTour .inner {
        margin: 0 auto;
        max-width: 1000px;
    }
    #stage .mod-otherTour .others {
        display: block;
        width: 100%;
        padding: 0 20px;
        margin: 0 auto;
    }
    #stage .mod-otherTour .others::before {
        top: 50%;
        right: 20px;
        bottom: auto;
        left: 20px;
        transform: translateX(0) translateY(-50%);
        height: 6px;
        width: calc(100% - 40px);
        background-image: radial-gradient(#003591 35%, transparent 35%);
        background-repeat: repeat;
        background-size: 6px 6px;
        background-position: 0 0;
    }
    #stage .mod-otherTour .others-item {
        position: relative;
        display: block;
        width: 100%;
    }
    #stage .mod-otherTour .others-item + .others-item {
        margin-top: 100px;
        margin-left: 0;
    }
    #stage .mod-otherTour .others-item .img {
        margin-bottom: 20px;
        height: auto;
    }
    #stage .mod-otherTour .others-item.item-factory .img img {
        height: 98px;
    }
    #stage .mod-otherTour .others-item.item-virtual .img img {
        height: 93px;
    }
    #stage .mod-otherTour .others-item .sttl {
        margin-bottom: 18px;
    }
    #stage .mod-otherTour .others-item .description {
        margin-bottom: 35px;
        font-size: 16px;
        line-height: 1.6875;
    }
    #stage .mod-otherTour .others-item .button {
        position: relative;
        margin: 0 auto;
        width: 100%;
        max-width: 300px;
    }
    #stage .mod-otherTour .others-item .button a {
        width: 100%;
    }
    #stage .mod-otherTour .others-item .button a:hover {
        transform: scale(1);
    }
}
