@charset "UTF-8";
/*===================================================
    トップページ専用CSS
===================================================*/
/*//////////////////////////////////////////////////
    共通パーツ
///////////////////////////////////////////////////*/
#feat li h3,
#report .inner h3 {
	font-weight: 500;
	font-size: 18px;
	text-align: center;
	line-height: 1;
}

/* ページャー */
.pager {
	position: absolute;
	left: 0;
	bottom: 0;
	width:100%;
	z-index: 2;
}
	.pager a {
		border: 2px solid #CCC;
		background-color: #CCC;
		border-radius: 5px;
		display: inline-block;
		width: 10px;
		height: 10px;
		margin-left: 20px;
		-webkit-transition: 0.5s;
		transition: 0.5s;
	}
	.pager a:first-child {
		margin-left: 0;
	}
	.pager a:hover,
	.pager a.selected {
		border-color: #0072CE;
		background-color: #0072CE;
	}
		.pager a span {
			display: none;
		}

/*//////////////////////////////////////////////////
    main
///////////////////////////////////////////////////*/
/* --------------------------------------------------------
    キービジュアル
-------------------------------------------------------- */
#keyv {
	width: 100%;
	height: 500px;
	min-width: 1000px;
	overflow: hidden;
	font-family: 'Noto Sans Japanese', "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-weight: 400;
	text-align: center;
	position: relative;
	background: center center no-repeat;
	background-size: cover;
}
	#keyv .caroufredsel_wrapper > div {
		height: 500px !important;
	}

#carousel li {
	height: 500px;
	position: relative;
	overflow: hidden;
	float: left;
}
	#carousel li:not(.sp) img {
		width: 100%;
		height: auto;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
		z-index: -1;
	}

	@media (max-width: 1440px) {
		#carousel li:not(.sp) img {
			width: auto;
			height: 100%;
		}
	}

/* キャッチコピー */
#carousel .mainTxtBase {
	display: table;
	width: 100%;
	height: 100%;
	text-align: center;
}
	#carousel .mainTxtBase span.mainTxt {
		display: table-cell;
		font-size: 32px;
		vertical-align: middle;
		letter-spacing: 7px;
		text-shadow: 0px 1px 8px rgba(0, 0, 0, 0.4);
		color: #FFF;
	}

/* スペシャルとイベントの青ボタン */
#carousel li.sp .blueBtn,
#carousel li.event .blueBtn {
	width: 250px;
	height: 40px;
	margin: 0;
	position: absolute;
	font-size: 14px;
}
#carousel li.event .blueBtn {
	margin-left: -2px;
}

/* スペシャル */
#carousel li.sp {
	background-color: #F5F5F5;
}
	#carousel li.sp .inner > div {
		width: 50%;
		float: left;
	}
		#carousel li.sp .contArea {
			height: 500px;
			padding: 100px 40px 0 0;
			position: relative;
		}
			#carousel li.sp .contArea h2 {
				font-weight: 100;
				font-size: 32px;
				letter-spacing: 0.05em;
				margin-bottom: 55px;
				position: relative;
			}
				#carousel li.sp .contArea h2 span {
					font-weight: 300;
					font-size: 18px;
					display: block;
					margin-bottom: 5px;
				}

			#carousel li.sp .contArea .blueBtn {
				left: 0;
				bottom: 85px;
			}

/* イベント */
#carousel li.event .inner {
	padding-top: 47px;
}

#carousel li.event .eventData {
	width: 500px;
	height: 400px;
	background-color: rgba(255, 255, 255, 0.7);
	position: relative;
	padding: 25px 28px 30px;
	letter-spacing: 0.02em;
}

	#carousel li.event .eventData .series {
		letter-spacing: 0.08em;
		font-size: 16px;
	}
	#carousel li.event .eventData h2 {
		margin: 12px 0 30px -1px;
		font-size: 24px;
		line-height: 1.25;
		letter-spacing: 0.08em;
	}
	#carousel li.event .eventData .evTxt {
		font-size: 14px;
	}

	#carousel li.event .eventData .detail {
		font-size: 12px;
		overflow: hidden;
		margin-top: 15px;
	}
		#carousel li.event .eventData .detail dt {
			width: 38px;
			float: left;
			clear: both;
		}
		#carousel li.event .eventData .detail dd {
			margin: 0 0 3px 38px;
		}
		#carousel li.event .eventData .detail dd:before {
			display: inline-block;
			content: "：";
			margin-right: 15px;
		}

		#carousel li.event .eventData .blueBtn {
			left: 30px;
			bottom: 30px;
		}

/* 前へ＆次へ */
#keyv .prev,
#keyv .next {
	width: 50px;
	height: 100%;
	position: absolute;
	top: 0;
	background: center center no-repeat;
	z-index: 1;
	cursor: pointer;
}

#keyv .prev {
	left: 0;
	background-image: url("/image/r1/index/kv_prev.png");
}
#keyv .next {
	right: 0;
	background-image: url("/image/r1/index/kv_next.png");
}

/* ページャー */
#keyv .pager {
	text-align: center;
	padding: 10px;
}

/* --------------------------------------------------------
    独立コンテンツ
-------------------------------------------------------- */
#main {
	text-align: center;
}
	#main > section {
		padding: 50px 0 55px;
	}

	#main > section:nth-of-type(even) {
		background-color: #F6F4F2;
	}

/* --------------------------------------------------------
    見出し
-------------------------------------------------------- */
#main h2 {
	font-family: 'Lato', "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 44px;
	font-weight: 300;
	display: inline-block;
	margin: 0 auto 20px;
	letter-spacing: 1.5px;
}
	#main h2 span {
		font-family: 'Noto Sans Japanese', "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
		font-size: 16px;
		display: block;
	}

#main h2 + p {
	margin-bottom: 35px;
}

/* --------------------------------------------------------
    news
-------------------------------------------------------- */
#news .newsList {
	text-align: left;
	position: relative;
	overflow: hidden;
	padding: 15px 0;
	border-bottom: 1px solid #D8D8D8;
}
	#news .newsList h3 {
		width: 180px;
		font-weight: bold;
		float: left;
	}
		#news .newsList h3 img {
			margin-left: 10px;
		}

	#news .newsList dl {
		max-width: 820px;
		float: left;
	}
		#news .newsList dt {
			float: left;
			clear: both;
			margin-bottom: 5px;
		}
		#news .newsList dd {
			padding: 0 90px 0 130px;
			margin-bottom: 5px;
		}
			#news .newsList dd a img {
				margin-left: 3px;
				vertical-align: -2px;
			}

	#news .newsList > p {
		position: absolute;
		right: 0;
		bottom: 20px;
		font-size: 12px;
	}
		#news .newsList > p a {
			padding-left: 15px;
		}
		#news .newsList > p a:before {
			top: 6px;
		}

/* --------------------------------------------------------
    事業内容
-------------------------------------------------------- */
#business .bsMenu {
	max-width: 1250px;
	margin: auto;
	overflow: hidden;
}
	#business .bsMenu li {
		width: 20%;
		height: 400px;
		position: relative;
		overflow: hidden;
		float: left;
		background-color: #676767;
	}

	#business .bsMenu li *:not(img) {
		box-sizing: border-box;
		-webkit-transition: all 0.35s ease;
		transition: all 0.35s ease;
	}
	#business .bsMenu li img.pc-only {
		display: block;
	}
	#business .bsMenu li img.sp-only {
		display: none;
	}
	#business .bsMenu li img {
		height: 100%;
		position: absolute;
		top: 0;
		left: 50%;
		opacity: 0.8;
		-webkit-transform: translate(-50%,0);
		transform: translate(-50%,0);
		object-fit: cover;
	}
	
	#business .bsMenu li:after,
	#business .bsMenu li a {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	}

	/* ホバー時用 */
	#business .bsMenu li:after {
		content: '';
		background-color: rgba(0, 92, 166, 0.6);
		-webkit-transition: all 0.35s ease;
		transition: all 0.35s ease;
		-webkit-opacity: 0;
		opacity: 0;
		z-index: 1;
	}
	#business .bsMenu li a {
		display: block;
		color: #FFF;
		z-index: 2;
	}
	#business .bsMenu li a:hover {
		text-decoration: none;
	}

	#business .bsMenu li h3 {
		text-transform: uppercase;
		-webkit-text-transform: uppercase;
		line-height: 1.2;
		font-size: 30px;
		font-weight: 400;
		font-family: 'Lato', "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
		text-align: center;
		position: relative;
		top: 120px;
		-webkit-transform: translateY(55px);
		transform: translateY(55px);
		-webkit-text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.7);
		text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.7);
	}
		#business .bsMenu li h3 span {
			-webkit-transition: none;
			transition: none;
			white-space: pre-line;
		}
		#business .bsMenu li h3 span:nth-child(1) {
			position: absolute;
			margin-top: 25px;
			width: 100%;
			top: 50%;
			left: 0;
			right: 0;
			-webkit-transform: translateY(-50%);
			transform: translateY(-50%);
		}
		/* タイトルテキスト落ち対策 */
		@media screen and (max-width: 1040px) {
			#business .bsMenu li h3 span {
				font-size: 26px;
			}
		}
		@media screen and (max-width: 900px) {
			#business .bsMenu li h3 span {
				font-size: 23px;
			}
		}
		#business .bsMenu li h3 span + span {
			-webkit-opacity: 0;
			opacity: 0;
			position: absolute;
			width: 100%;
			top: 0;
			left: 0;
			-webkit-text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.4);
			text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.4);
			font-family: 'Noto Sans Japanese', "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
			font-weight: 200;
			font-size: 24px;
		}

		#business .bsMenu li h3 span > span {
			display: block;
		}

	#business .bsMenu li p {
		width: 100%;
		padding: 0 20px;
		-webkit-opacity: 0;
		opacity: 0;
		position: absolute;
		top: 185px;
		text-align: left;
		-webkit-transform: translateY(50px);
		transform: translateY(50px);
	}
	#business .bsMenu li:hover:after {
		-webkit-opacity: 1;
		opacity: 1;
		position: absolute;
	}
	#business .bsMenu li a:hover > * {
		-webkit-transform: translate(0px, 0px);
		transform: translate(0px, 0px);
		-webkit-opacity: 1;
		opacity: 1;
	}
	#business .bsMenu li a:hover h3 span {
		-webkit-opacity: 0;
		opacity: 0;
	}
	#business .bsMenu li a:hover h3 span + span {
		-webkit-opacity: 1;
		opacity: 1;
	}

/* --------------------------------------------------------
    feature
-------------------------------------------------------- */
#feat {
	width: 940px;
	margin: auto;
	position: relative;
	overflow: hidden;
}
	#feat li {
		width: 300px;
		height: 300px;
		padding: 180px 18px 0;
		font-size: 13px;
		background: #F5F5F5 left top no-repeat;
		background-size: 100% auto;
		float: left;
		margin-right: 20px;
		cursor: default;
		position: relative;
		-webkit-transition: 0.5s;
		transition: 0.5s;
		cursor: pointer;
	}
	#feat li:hover {
		-webkit-opacity: 0.7;
		opacity: 0.7;
	}
		#feat li a:hover {
			text-decoration: none;
		}
			#feat li a img {
				width: 100%;
				position: absolute;
				top: 0;
				left: 0;
				overflow: hidden;
			}
			#feat li a p {
				margin-top: 17px;
				letter-spacing: 0.5px;
				color: #333;
			}

	#feature .prev,
	#feature .next {
		width: 15px;
		height: 25px;
		background-repeat: no-repeat;
		background-size: contain;
		display: block;
		position: absolute;
		top: 50%;
		margin-top: -12.5px;
		cursor: pointer;
		z-index: 3;
	}
	#feature .prev{
		left: -20px;
		background-image: url("/image/r1/index/feat_prev.png");
	}
	#feature .next{
		right: -20px;
		background-image: url("/image/r1/index/feat_next.png");
	}
	#feature .pager {
		display: none !important;
	}
	
	/* 二個の場合 */
	#feature.box2 .inner,
	#feature.box2 .caroufredsel_wrapper > div {
		width: 620px !important;
		margin: auto !important;
	}
	#feature.box2 .prev{
		left: -40px;
	}
	#feature.box2 .next{
		right: -40px;
	}
	/* 一個の場合 */
	#feature.box1 .inner,
	#feature.box1 .caroufredsel_wrapper > div {
		width: 300px !important;
		margin: auto !important;
	}

/* --------------------------------------------------------
    レポート
-------------------------------------------------------- */
#report .inner {
	overflow: hidden;
	text-align: center;
}
	#report .inner .box {
		width: 48%;
		height: 415px;
		padding: 26.5% 20px 20px;
		float: left;
		background-color: #FFF;
		position: relative;
	}
	#report .inner .box:first-child {
		margin-right: 2%;
	}

	#report .inner .box > a {
		-webkit-transition: 0.5s;
		transition: 0.5s;
	}
	#report .inner .box > a:hover {
		text-decoration: none;
		-webkit-opacity: 0.7;
		opacity: 0.7;
	}
		#report .inner .box h3 {
			display: inline-block;
		}

	#report .inner .box > a div {
		width: 100%;
		max-height: 245px;
		position: absolute;
		top: 0;
		left: 0;
		overflow: hidden;
	}
		#report .inner .box > a div img {
			width: 100%;
		}

	#report .inner .box > a + p {
		margin-top: 20px;
		border-top: solid 1px #0072CE;
		padding-top: 15px;
		text-align: left;
	}

	#report .inner ul {
		margin-top: 10px;
		text-align: left;
	}
		#report .inner li {
			font-weight: bold;
			display: inline-block;
			padding: 0 18px;
			border-left: solid 1px #D8D8D8;
			line-height: 15px;
		}
		#report .inner li:first-child {
			padding-left: 0;
			border-left: none;
		}

/* --------------------------------------------------------
    JRI STORIES
-------------------------------------------------------- */
#stories{
	padding-bottom: 0px!important;
	text-align: center;
	background-color: #fff!important;
}


	#stories h2 {
		width: 320px;
		margin-bottom: 20px;
		margin-right: auto;
		margin-left: auto;
	}

		@media screen and (max-width: 799px) {

			#stories h2 {
				width: 100%;
				padding-right: 15px;
				padding-left: 15px;
				margin-bottom: 40px;
			}
		}
		#stories h2 img{
			width: 100%;
		}

	#stories p {
		font-family: 'Noto Sans Japanese', "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
		font-weight: 500;
		line-height: 1.5;
		letter-spacing: 0.08em;
	}
		@media screen and (max-width: 799px) {
			#stories p{
				font-size: 15px;
				font-weight: 500;
				line-height: 1.6;
				letter-spacing: 0.08em;
			}
		}

	#stories h2 + p {
		margin-bottom: 24px;
	}
		@media screen and (max-width: 799px) {
			#stories h2+p {
					text-align: center!important;
					margin-bottom: 22px;
				}
		}

	#stories .toPurpose {
		max-width: 1000px;
    	margin: auto;
    	position: relative;
		text-align: right;
		padding-bottom: 24px;
		border-bottom: 1px solid #D8D8D8;
		margin-bottom: 24px;
	}
		@media screen and (max-width: 799px) {
			#stories .toPurpose {
					padding-bottom: 12px;
					margin-bottom: 30px;
				}
		}

	#stories .toPurpose a{
		font-size: 14px;
		font-family: 'Noto Sans Japanese', "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
		font-weight: 500;
	}
	@media screen and (max-width: 799px) {
		#stories .inner,
			#stories .caroufredsel_wrapper>div {
				width: 300px !important;
				margin: auto !important;
			}
		
		#stories .caroufredsel_wrapper {
			width: 100% !important;
		}
	}

	#stories .inner ul {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
	}
		@media screen and (max-width: 799px) {
	
			#stories .inner ul {
				height: 370px;
				padding-top: 0px;
				overflow: hidden;
				display: block;
			}
		}

	#stories .inner ul li{
		width: calc((100% - 40px) / 3);
		transition: 0.5s;
		cursor: pointer;
		display: flex;
	}

	#stories .inner ul li:hover {
		opacity: 0.7;
	}

	#stories .inner ul li a{
		display: flex;
		flex-direction: column;
		width: 100%;
	}

	#stories .inner ul li a:hover{
		text-decoration: none;
	}

	#stories .inner ul li:not(:last-child){
		margin-right: 20px;
	}

	#stories .inner .storiesItem{
		background-color: #F5F5F5;
		padding:20px 15px 30px;
		text-align: left;
		min-height: 185px;
		display: flex;
		flex-direction: column;
		height: 100%;
		position: relative;
	}

		#stories .inner .storiesItem .storiesItem__top {
			color: #111;
			font-size: 12px;
			font-family: 'Inter',
				sans-serif;
			display: flex;
			align-items: center;
			white-space: normal;
		}

			#stories .inner .storiesItem .storiesItem__top time{
				margin:0 6px;
				display: -webkit-box;
				overflow: hidden;
				text-overflow: ellipsis;
				-webkit-box-orient: vertical;
				-webkit-line-clamp: 1;
			}

			#stories .inner .storiesItem .storiesItem__top span {
				width: 35%;
				max-width: 73px;
			}

			#stories .inner .storiesItem .storiesItem__top span.storiesItem__new {
				font-size: 10px;
				font-family: 'Lato', "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
				padding:1px 4px;
				background-color: #FFE162;
				width: fit-content;
			}

		#stories .inner .storiesItem h3 {
			margin-top: 6px;
			margin-bottom: 8px;
			font-size: 16px;
			font-weight: 500;
			line-height: 1.4;
			min-height: 67px;
			align-items: flex-end;
			position: relative;
		}

		#stories .inner .storiesItem h3 .storiesItem__titleText{
			display: inline;

		}

		#stories .inner .storiesItem h3 .storiesItem__titleText.-withIco{
			margin-right: 0px;
		}

			#stories .inner .storiesItem h3 .title-wrapper {
				display: -webkit-box;
				overflow: hidden;
				text-overflow: ellipsis;
				-webkit-box-orient: vertical;
				-webkit-line-clamp: 3;
			}

			#stories .inner .storiesItem h3 .title-wrapper.-withIco.-truncated {
				padding-right: 10px;
			}

		#stories .inner .storiesItem h3 img.-blank{
			width: 10px;
			margin-left: 8px;
			margin-bottom: 4px;
			vertical-align: baseline;
			position: relative;
			bottom: -0.1em;
		}

		#stories .inner .storiesItem h3 img.-pdf {
			width: 13px;
			height: 13px;
			margin-left: 4px;
			vertical-align: baseline;
			position: relative;
			bottom: -0.1em;
		}

		/*タイトルが3行以上の時、アイコンを語尾に固定*/
		#stories .inner .storiesItem h3 img.-truncated {
			position: absolute;
			right: 0;
			bottom:0.2em;
		}

		#stories .inner .storiesItem .storiesItem__author {
			font-size: 12px;
			font-weight: 500;
			line-height: 1.5;
			font-family: 'Noto Sans Japanese', "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
			color: #444;
			top:120px;
			max-width: 290px;
		}

		#stories .inner .storiesLink  {
			text-align: right;
			margin-top: 40px;
		}

				#stories .inner .storiesLink a{
					font-size: 12px;
					font-weight: 500;
				}

				#stories .inner .storiesLink a.arrow:before {
					top:5px;
					left :-5px;
				}
		#stories .pager {
			display: none !important;
		}

@media screen and (max-width: 799px) {

#stories ul li {
		width: 300px !important;
		box-sizing: border-box !important;
		min-height: 390px;
		font-size: 13px;
		padding: 188px 18px 0;
		background: #F5F5F5 left top no-repeat;
		background-size: 100% auto;
		float: left;
		margin-right: 20px;
		cursor: default;
		position: relative;
		-webkit-transition: 0.5s;
		cursor: pointer;
		transition: none;
	}

	#stories li a img {
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		overflow: hidden;
	}

	#stories .inner ul li {
		margin-right: 20px;
	}

	#stories .inner ul li:last-child {
		margin-right: 20px;
	}

	#stories .inner .storiesItem {
		padding: 0px;
		padding-top: 14px;
		height: auto;
	}

	#stories .inner .storiesItem .storiesItem__top {
		font-size: 14px;
	}

	#stories .inner .storiesItem .storiesItem__top span {
		width: 60%;
		max-width: 85px;
	}

	#stories .inner .storiesItem .storiesItem__top span.storiesItem__new {
		font-size: 9px;
		padding: 2px 4px 0.5px;
	}

	#stories .inner .storiesItem h3 .storiesItem__titleText.-withIco {
		margin-right: 0px;
	}

	#stories .inner .storiesItem h3 img.-blank {
		position: static;
		margin-bottom: 3px;
	}

	#stories .inner .storiesItem h3 img.-pdf {
		position: static;
	}

	/*タイトルが3行以上の時、アイコンを語尾に固定*/
	#stories .inner .storiesItem h3 img.-truncated {
		position: absolute;
		top: 75%;
		left: 92%;
	}

	#stories .prev {
		left: 0;
	}

	#stories .next {
		right: 0;
	}

	#stories .pager {
		display: block !important;
		bottom: auto;
		margin-top: 25px;
	}

	#stories .pager.hide {
		display: none !important;
	}

	#stories .pager a {
		border-color: #D8D8D8;
		background-color: #FFF;
		margin-left: 18px;
	}

	#stories .pager a:first-child {
		margin-left: 0;
	}

	#stories .pager a:hover,
	#stories .pager a.selected {
		background-color: #D8D8D8;
	}


	#stories .pager a:hover,
	#stories .pager a.selected {
		background-color: #D8D8D8;
	}

	#stories .prev,
	#stories .next {
		top: auto;
		margin-top: 20px;
	}

	#stories .prev,
	#stories .next {
		width: 15px;
		height: 25px;
		background-repeat: no-repeat;
		background-size: contain;
		display: block;
		position: absolute;
		top: 88%;
		margin-top: -12.5px;
		cursor: pointer;
		z-index: 3;
	}

	#stories .prev {
		background-image: url("/image/r1/index/feat_prev.png");
	}

	#stories .next {
		background-image: url("/image/r1/index/feat_next.png");
	}

	#stories .inner .storiesLink {
		margin-top: 64px;
	}

	#stories .inner .storiesLink a {
		font-size: 14px;
	}

	#stories .inner .storiesLink a.arrow:before {
		top: 6px;
	}
}
/* --------------------------------------------------------
    バナー
-------------------------------------------------------- */
#bnr {
	padding: 60px 0 40px;
}
	#bnr ul {
		overflow: hidden;
		margin-right: -20px;
	}
		#bnr ul li {
			width: 184px;
			float: left;
			margin: 0 20px 20px 0;
			-webkit-transition: 0.5s;
			transition: 0.5s;
		}
		#bnr ul li:hover {
			-webkit-opacity: 0.7;
			opacity: 0.7;
		}

	#bnr ul + ul {
		margin-top: 40px;
	}

	#bnr img{
		width: 100%;
	}


@media screen and (min-width: 960px) {
	.hp-mobileBreak {
		display: none;
	}
}

@media screen and (max-width: 959px) {
	.hp-pcBreak {
		display: none;
	}
}
