@charset "utf-8";
/********************************************************
	
	flex-grid:| sm  | md  | lg  |  xl  |
	min-width:| 576 | 768 | 992 | 1200 |
	max-width:| 575 | 767 | 991 | 1199 |

********************************************************/
.press .c-hero__ttl-en img{ max-width: none; width: 320px; }
.event .c-hero__ttl-en img{ max-width: none; width: 320px; }

.article-list__inner{
    position: relative;
    padding: 20px 25px;
}
@media screen and (max-width: 767px) {
    .article-list__inner{
        position: relative;
        padding: 20px 15px;
    }
}
/*.logo-pdf{
    content: '';
    display: inline-block;
    width: 36px;
    height: 36px;
    vertical-align: -50%;

    background: url(/common/images/pdf-icon.png) 0 0/ 36px 36px no-repeat;
}*/
/* ======================================================

    リンク: 終了した展示会・イベント一覧へ

====================================================== */
.link-news-page{
    position: relative;
    font-size: 1.5rem;
    z-index: 1;
}
/* ======================================================

    プレス情報一覧へ

====================================================== */
.blk-press-iframe{
    padding: 10px 20px;
    border-bottom: 1px solid #E1E1E1;
    text-align: right;
}
@media screen and (max-width: 767px) {
    .blk-press-iframe{
        padding: 10px 10px;
    }
}
/* ======================================================

    展示会・イベント情報
    詳細記事

====================================================== */
.article-event__ttl{
    position: relative;
    margin-bottom: 10px;
    z-index: 1;

    font-size: 2.2rem;
    font-weight: bold;
}
.article-event__note{
    position: relative;
    font-size: 80%;
    z-index: 1;
}
.article-event__define{
    display: flex;
    flex-wrap: wrap;
}
.article-event__bg-fig{
    position: absolute;
    top: 20px;
    right: 20px;
}
.article-event__define dt{
    flex: 0 0 6em;
    margin-bottom: .35em;
}
.article-event__define dd{
    flex: 0 0 calc(100% - 6em);
    margin-bottom: .25em;
}
.article-event__list{
    text-indent: -1em;
    padding-left: 1em;
}
.article-event__list li{
    margin-bottom: .25em;
}
.article-event__info{
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 4px;
    z-index: 1;
}
.article-event__info > p:nth-child(1){
    margin-right: 10px;
}
.article-event__info > .article-event__ttl{
    width: 100%;
}

@media screen and (max-width: 767px) {
    .article-event__bg-fig{
        position: relative;
        padding: 20px 0;
        top: 0;
        right: 0;
        text-align: center;
    }
}
/* ======================================================

    終了した展示会・イベント情報

====================================================== */
.evt-pic{
    padding-top: 10px;
    padding-bottom: 10px;
}
.evt-layout-1,
.evt-layout-2,
.evt-layout-3{
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.evt-layout-1 > div,
.evt-layout-2 > div,
.evt-layout-3 > div{
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
    text-align: center;
}
.evt-layout-1 > div{ width: 100%;}
.evt-layout-2 > div{ width: 50%;}
.evt-layout-3 > div{ width: 33.33%;}
@media screen and (max-width: 767px) {
    .evt-layout-1 > div,
    .evt-layout-2 > div,
    .evt-layout-3 > div{
        width: auto;
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 20px;
    }
    .evt-layout-3 > div{ width: 50%;}
}

/* ======================================================

	終了した展示会・イベント情報　ムービー

====================================================== */
.movie_block{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	width:1000px;
	margin:0 auto;
}
@media screen and (max-width: 767px) {
	.center{
		text-align:left !important;
	}
	.movie_block{
		width:100%;
	}
	.movie_block p{
		width:100%;
		margin-right:0;
		margin-bottom:0;
	}
	.movie_block p img{
		width:100%;
	}
}
.trailer_block{
	background-color:#fff;
	padding:0;
}
.trailer_block p{
	color:#fff;
	padding-left:0px;
}
.trailer {
	width: 600px;
	margin: 0 auto;
}
.trailer .movie {
	position: relative;
	max-width: 100%;
	padding-top: 56%;
	margin: 0;
}
.trailer .movie iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
.t_right{
	text-align:right !important;
}

@media screen and (max-width: 767px) {
	.trailer_block{
		background-color:#fff;
		padding:0;
	}
	.trailer_block p{
		color:#fff;
		padding:0;
		text-align:center;
	}
	.trailer {
		width: 100%;
		margin: 0 auto;
	}
	.trailer .movie {
		position: relative;
		max-width: 100%;
		padding-top: 56%;
		margin: 0;
	}
	.trailer .movie iframe {
		position: absolute;
		top: 0;
		right: 0;
		width: 100% !important;
		height: 100% !important;
	}
}

/* ======================================================

    プレス情報
    バックナンバーボタン

====================================================== */
.press-select-box{
    position: relative;
    text-align: right;
    z-index: 1;
}
.press-select-box select{
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    padding: 5px 30px 5px 30px;
    border: 1px solid #b3b3b3;

    font-size: 1.6rem;
}
.press-select-box select:focus {
  outline: 0;
}
/*IE11*/
.press-select-box select::-ms-expand {
    display: none; 
}
.press-select-box label {
    position: relative;
}
.press-select-box label:after {
    display: block;
    content: '\e900';
    position: absolute;
    top: 50%;
    right: 5px;
    width: 20px;
    height: 20px;
    margin-top: -9px;
    /*background-color: #ff0000;*/
    /*background-size: 20px;*/
    pointer-events: none;

    font-family: 'jbm' !important;
    font-size: 20px;
    color: #545454;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/* ======================================================

    プレス情報
    詳細記事

====================================================== */
.article-press{
    border: 1px solid #e0e0e0;
}
.article-press__ttl{
    padding: 2px 5px;
    background-color: #88c71f;

    font-size: 2.0rem;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
}
.article-press__txt{
    padding: 40px;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .article-press{
        border-left: none;
        border-right: none;
        margin-left: -15px;
        margin-right: -15px;
    }
}
/* ======================================================

    リンク: プレス情報一覧へ

====================================================== */
.link-back{
    position: relative;
    display: block;
    width: 210px;
    padding: 5px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #b3b3b3;
}
.link-back::before{
    position: absolute;
    display: block;
    content: '\e902';
    font-size: 2.0rem;
    /*font-weight: bold;*/
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
    color: #545454;
}
/* ======================================================

    リンク: 拡大して、見る

====================================================== */
.link-zoom{
    display: block;
    width: 130px;
    margin-left: auto;
    margin-right: auto;
    padding: 2px 5px;
    background-color: #949494;

    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    color: #ffffff;
}
.link-zoom span::before{
    font-size: 150%;
    vertical-align: text-top;
    margin-right: 4px;
}
/* ======================================================

    リンク: PDFプラグインDL リンク

====================================================== */
.link-dlpdf{
    display: flex;
    justify-content: center;
    align-items: center;

    font-size: 1.2rem;
    line-height: 1.25;
}
.link-dlpdf p:first-child{
    margin-right: 10px;
}
@media screen and (max-width: 767px) {
    .link-dlpdf{
        flex-direction: column;
    }
    .link-dlpdf p:first-child{
        margin-right: 0;
        margin-bottom: 10px;
        text-align: center;
    }
}
/* ======================================================

    終了した展示会・イベント情報

====================================================== */
.evt-old{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
    color: #ffffff;
}
.evt-old__ttl{
    display: flex;
    align-items: center;

    padding: 26px 20px;
    background-color: #1644a5;

    font-size: 2.4rem;
    font-weight: bold;
}
.evt-old__sub{
    flex-grow: 1;
    display: flex;
    align-items: center;
    padding: 26px 20px;
    background-color: #0278bb;

    font-size: 1.8rem;
    font-weight: bold;
}
@media screen and (max-width: 767px) {
    .evt-old{
        margin-left: -15px;
        margin-right: -15px;
    }
    .evt-old__ttl{ width: 100%; }
    .evt-old__sub{ width: 100%; }
}
/* ======================================================

	共通 | タイトル

====================================================== */
.c-page-ttl{
	padding: 40px 0 70px;
}
.c-page-ttl-sub{
	color: #439c38;
}
@media screen and (max-width: 767px) {
	.c-page-ttl{
		padding: 40px 0 55px;
	}
	.c-page-ttl-sub{
	}
}
/* ======================================================

    タイトル下
    注意書き

====================================================== */
.news-note{
    font-size: 1.4rem;
    text-align: center;
    text-indent: -1em;
    padding-left: 1em;
}
.news-note span{
    display: inline-block;
    text-align: left;
}
@media screen and (max-width: 767px) {
    .news-note{
        text-align: left;
    }
}
/* ======================================================

    レポートタイトル

====================================================== */
.evt-reoirt-ttl{
    display: flex;
    align-items: center;
}
/* ======================================================

	共通 | タイトル

====================================================== */
.blk-com-link__fig{
	margin-bottom: 20px;
}
.blk-com-link__title{
	font-size: 2.6rem;
}
@media screen and (max-width: 767px) {
	.blk-com-link__title{
		font-size: 2.1rem;
	}	
}
/* ======================================================

	ニュース記事

====================================================== */
.bg-jbm{ background-color:#3DAE2B }
.bg-new{ background-color: #319041; }
.bg-training{ background-color: #de3b38; }
.bg-exhibition{ background-color: #ef9d26; }
.bg-press{ background-color: #88c71f; }
.bg-product{ background-color: #0287bb; }
.bg-notice{ background-color: #319041; }
.bg-exhibition-end{ background-color: #bf545e; }
.bg-information2{ 
	background-color: #e9e9e9;
	color:#343434 !important;
}
.bg-information{ 
	background-color: #fff;
	border:1px solid #b9b9b9;
	color:#343434 !important;
	box-sizing: border-box;
	height:auto !important;
}




/* ======================================================

    共通:
	記事リスト

====================================================== */
.article-list{}
.article-list--border{ border: 1px solid #E1E1E1; }
.article-list--report{
    border-top: 1px solid #E1E1E1;
    border-bottom: 1px solid #E1E1E1;
}
.article-list__item:not(:last-child){
    position: relative;
	border-bottom: 1px solid #E1E1E1;
}
@media screen and (max-width: 767px) {
    main .article-list{
        margin-left: -15px;
        margin-right: -15px;
    }
    .article-list--border{
        border-left: none;
        border-right: none;
    }
}
/********************************************************
    .link-news
********************************************************/
.link-news-wrap{
    width: 100%;
    height: 356px;
    border: 1px solid #E1E1E1;
    overflow: auto;
}
.link-news{
    display: flex;
    padding: 1.5em 20px;
    transition: background-color 300ms;
}
.link-news:not(div):hover{
    background-color: #f5f5f5;
}
.link-news__date{
    flex: 0 0 auto;
    height: 22px;
    margin-right: 1em;

    font-size: 1.6rem;
    white-space: nowrap;
    line-height: 22px;
}
.cat-name,
.link-news__cat{
    flex: 0 0 auto;
    margin-right: 1em;
    width: 100px;
    height: 22px;

    font-size: 1.3rem;
    white-space: nowrap;
    line-height: 22px;
    text-align: center;
    color: #ffffff;
}
.link-news__ttl{
    font-size: 1.4rem;
    line-height: 1.6;
}

@media screen and (max-width: 767px){
    .link-news{
        flex-wrap: wrap;
        padding: 1.0em 10px;
    }
    .link-news__date{ font-size: 1.3rem; }
    .link-news__cat{ width: 80px; font-size: 1.0rem; }
    .link-news__ttl{ width: 100%; padding-top: 0.5em; }
}



.article-list .c-sec-anchor {
  margin-top: 0;
  padding-top: 0;
}