@charset "utf-8";
/* font-face
--------- --------- --------- */
@font-face {
	font-family: "Montserrat";
	src: url("/contents/nikki/fonts/Montserrat-SemiBold.woff") format("woff"), url("/contents/nikki/fonts/Montserrat-SemiBold.woff2") format("woff2"), url("/contents/nikki/fonts/Montserrat-SemiBold.eot") format("eot"), url("/contents/nikki/fonts/Montserrat-SemiBold.ttf") format("ttf");
	font-weight: 600;
}

@font-face {
	font-family: "Montserrat";
	src: url("/contents/nikki/fonts/Montserrat-Regular.woff") format("woff"), url("/contents/nikki/fonts/Montserrat-Regular.woff2") format("woff2"), url("/contents/nikki/fonts/Montserrat-Regular.eot") format("eot"), url("/contents/nikki/fonts/Montserrat-Regular.ttf") format("ttf");
	font-weight: 300;
}

/* titleStyle3
--------- --------- --------- */
#contents .titleStyle3 {
	position: relative;
	padding-left: 9px;
	border-left: solid 3px #0176dc;
	font-size: 16px;
	line-height: 1;
	font-weight: bold;
}

#contents .titleStyle3 .titleStyle3Shoulder {
	position: absolute;
	right: -10px;
	top: 2px;
	font-size: 13px;
	line-height: 1;
	letter-spacing: 0.16em;
	color: #999;
}

#contents .viewList {
	text-align: right;
	padding-top: 7px;
}

#contents .linkWithIconRight {
	padding-right: 16px;
	font-size: 13px;
	line-height: 1.692307692307692;
	letter-spacing: 0.16em;
	color: #002896;
	background: url("/contents/nikki/config/rightnavi/freearea/img/icon_arrow_blue.svg") right center no-repeat;
	background-size: 7px 10px;
}

#contents .linkWithIconRight:hover {
	text-decoration: underline;
}

#contents .linkImgType1 {
	position: relative;
	display: block;
}

#contents .linkImgType1 img {
	max-width: 100%;
}

#contents .linkImgType1:after {
	-webkit-transition: all 375ms ease;
	transition: all 375ms ease;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	background: rgba(76,81,91,0.3);
}

#contents .linkImgType1:hover:after {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/* msRightSpecial
--------- --------- --------- */
#contents .msRightSpecial {
	margin: 26px 0 33px;
}

/* msRightBrowseCont
--------- --------- --------- */
#contents .msRightBrowseCont {
	margin: 26px 0;
}

#contents .titleStyle3 + .linkListTiles {
	margin-top: 12px;
}

/* linkListTiles
--------- --------- --------- */
#contents .linkListTiles {
	border-top: solid 1px #e0e0e0;
	border-bottom: solid 1px #e0e0e0;
}

#contents .linkListTiles li {
	border-bottom: dashed 1px #e0e0e0;
}

#contents .linkListTiles li:last-child {
	border-bottom: none;
}

#contents .linkListTiles .linkTile {
	padding: 12px 32px 11px 0;
}

/* linkTile
--------- --------- --------- */
#contents .linkTile {
	box-sizing: border-box;
	-webkit-transition: all 375ms ease;
	transition: all 375ms ease;
	position: relative;
	display: table;
	width: 100%;
	color: #3d3d3d;
}

#contents .linkTile .linkImg {
	display: table-cell;
	vertical-align: middle;
	width: 56px;
	padding-right: 11px;
}

#contents .linkTile .linkImg img {
	width: 100%;
}

#contents .linkTile .linkText {
	display: table-cell;
	vertical-align: middle;
	font-size: 13px;
	line-height: 1.692307692307692;
}

#contents .linkTile:before {
	-webkit-transition: all 375ms ease;
	transition: all 375ms ease;
	position: absolute;
	content: "";
	display: block;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 7px;
	height: 10px;
	background: url("/contents/nikki/config/rightnavi/special/img/icon_arrow_999.svg") right center no-repeat;
	background-size: contain;
}

#contents .linkTile:hover {
	color: #002896;
}

#contents .linkTile:hover:before {
	background: url("/contents/nikki/config/rightnavi/special/img/icon_arrow_blue.svg") right center no-repeat;
	background-size: contain;
}

/* linkListImgsType2
--------- --------- --------- */
.titleStyle3 + .linkListImgsType2 {
	margin-top: 16px;
}

.linkListImgsType2 li + li {
	margin-top: 12px;
}

.linkImgType2 img {
	max-width: 100%;
}

/* list-votting
--------- --------- --------- */
.card-voting {
	display: grid;
	grid-template-columns: 146px 1fr;
	grid-template-rows: 1fr;
	gap: 0 12px;
}
.card-voting:has(>.ms-btn-round--outlined):has(>.ms-btn-round--filled) {
	grid-template-rows: auto;
	row-gap: 8px;
}
.card-voting__image {
	overflow: hidden;
	border-radius: 8px;
	grid-row: 1 / span 2;
	grid-column-start: 1;
}
.card-voting__image > img {
	border-radius: 8px;
	width: 100%;
	transition: transform 0.3s;
	transform: scale(1);
}
.card-voting .ms-btn-round:hover ~ .card-voting__image > img {
	transform: scale(1.08);
}
#contents .ms-area-sub .card-voting .ms-btn-round {
	height: 32px;
	border-radius: 32px;
	margin: auto;
}
#contents .card-voting:has(>.ms-btn-round--filled) .ms-btn-round--outlined {
	margin-bottom: unset;
}
#contents .card-voting:has(>.ms-btn-round--outlined) .ms-btn-round--filled {
	margin-top: unset;
}

/* .list-campaign
--------- --------- --------- */
.icon-chevron-right {
	display: inline-flex;
	width: 20px;
	height: 20px;
	justify-content: center;
	align-items: center;
	background: url("/contents/nikki/config/rightnavi/special/img/icon-circle-chevron-right.svg") no-repeat center;
}
.ms-area-sub .list-campaign > li{
	padding: 8px 0;
}
.card-campaign {
	position: relative;
}
.card-campaign__wrapper {
	display: flex;
	gap: 8px;
	position: relative;
	z-index: 1;
}
.card-campaign__link {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
}
.card-campaign__link:hover ~ .card-campaign__wrapper .card-campaign__image > img {
	transform: scale(1.08);
}
.card-campaign__image {
	flex: 0 0 98px;
	overflow: hidden;
	border-radius: 8px;
	height: 54px;
}
.card-campaign__image > img {
	border-radius: 8px;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s;
	transform: scale(1);
}
.card-campaign__content {
	font-size: 12px;
	letter-spacing: 0;
	line-height: 1.5;
	flex: 1;
	word-break: break-word;
}
.card-campaign__icon {
	align-self: center;
}
.box-business-focus {
  background: #FFFFFF;
  padding: 16px 16px 0 16px;
  border-radius: 16px;
  margin-bottom: 16px;
  border: 1px solid #EBEBEB;
}
.box-business-focus .box-business-focus__link {
	overflow: hidden;
	border-radius: 8px;
	position: relative;
	margin-bottom: 16px;
	display: block;
}
.box-business-focus__logo {
	width: 107px;
	position: absolute;
	left: 6px;
	top: 7px;
	z-index: 2;
}
.box-business-focus__image {
	width: 100%;
	border-radius: 8px;
	transform: scale(1);
	transition: transform 0.3s;
	position: relative;
	z-index: 1;
}
.box-business-focus__link:hover > .box-business-focus__image {
	transform: scale(1.06);
}
