@charset "Shift_JIS";

#Contents.ColumnTop {
	position: relative;
}

#ContentsArea {
	opacity: 0;
}

.SearchArea {
	width: 100%;
}

/*.FilteringArea {
	display: flex;
	margin-bottom: 50px;
}*/
.SearchArea .FilteringArea {
	display: block;
	margin-bottom: 15px;
}

.FilteringArea .CheckBoxArea {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.FilteringArea .CheckBoxArea .CheckArea {
	color: #222;
	margin-right: 10px;
	overflow: hidden;
	box-sizing: border-box;
}
.FilteringArea .CheckBoxArea .CheckArea.hidden {
	height: 0;
}
.FilteringArea.opened .CheckBoxArea .CheckArea.hidden {
	height: auto;
}

.FilteringArea input {
	-webkit-appearance: none;
	position: absolute;
	width: 20px;
	height: 20px;
	filter: alpha(opacity=0);
	-ms-filter: "alpha(opacity=0)";
	opacity: 0;
	cursor: pointer;
}
.FilteringArea input:disabled {
	cursor: default;
}

/*.FilteringArea label {
	box-sizing: border-box;
	padding: 5px 10px;
	display: inline-block;
	width: 115px;
	text-align: center;
	border-radius: 3px;
	border: solid 1px #a0a0a0;
	cursor: pointer;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	transition: 0.2s;
}*/
.FilteringArea label {
	display: inline-block;
	width: auto;
	margin-bottom: 10px;
	padding: 5px 10px 3px;
	text-align: center;
	line-height: 140%;
	font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',Arial,Helvetica,sans-serif;
	font-size: 90%;
	color: #707070;
	border: solid 1px #a0a0a0;
	border-radius: 3px;
	cursor: pointer;
	box-sizing: border-box;
	transition: 0.2s;
}
.FilteringArea label:hover {
	text-decoration: none;
	/*font-weight: bold;
	background-color: #e61826;*/
	color: #fff;
	/*border-color: #e61826;*/
	background-color: #404040;
	border-color: #404040;
}
.FilteringArea input:checked + label,
.FilteringArea label.checked {
	text-decoration: none;
	/*font-weight: bold;
	background-color: #e61826;*/
	color: #fff;
	/*border-color: #e61826;*/
	background-color: #404040;
	border-color: #404040;
}
.FilteringArea label.disabled {
	background-color: #e5e5e5 !important;
	border-color: #a0a0a0 !important;
	color: inherit !important;
	font-weight: normal !important;
	cursor: default;
}
.FilteringArea label.focus,
.FilteringArea label.all.checked.focus {
	border-color: #e61826;
}

.FilteringArea label.all.checked,
.FilteringArea label.all:hover {
	color: #333333;
	background-color: #dfdfdf;
	border-color: #333333;
}

.FilteringArea .ButtonStyle1#moreBtn a {
	position: relative;
	min-width: 120px;
	border-right-style: none;
	border-radius: 3px;
	font-size: 90%;
	background-color: #cc0022;
	padding: 7px 25px 5px 10px;
	box-sizing: border-box;
	background-image: none;
}
.FilteringArea .ButtonStyle1#moreBtn a:hover,
.FilteringArea .ButtonStyle1#moreBtn a:active {
	background-color: #b1000e;
}
.FilteringArea .ButtonStyle1#moreBtn a:after {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	top: 50%;
	right: 12px;
	border-bottom: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	box-sizing: border-box;
	margin-top: -7px;
	transform: rotate(45deg);
}
.FilteringArea.opened .ButtonStyle1#moreBtn a:after {
	margin-top: -3px;
	transform: rotate(225deg);
}

.SearchArea form {
	position: relative;
	display: flex;
	justify-content: center;
	letter-spacing: -1em;
	width: 600px;
	max-width: 100%;
	margin: 0 auto 35px;
}

.SearchArea input#Keywords {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 45px;
	padding: 2px 55px 0 30px;
	vertical-align: top;
	font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',Arial,Helvetica,sans-serif;
	font-size: 90%;
	border: 1px solid #bdc0c1;
	border-radius: 40px;
	letter-spacing: normal;
	box-sizing: border-box;
}
::-webkit-input-placeholder {
	color: #999999;
	opacity: 1;
}
:-ms-input-placeholder {
	color: #999999;
	opacity: 1;
}
::placeholder {
	color: #999999;
	opacity: 1;
}

.SearchArea input#SearchBtn {
	position: absolute;
	top: 5px;
	right: 5px;
	display: inline-block;
	width: 50px;
	height: 35px;
	vertical-align: top;
	font-size: 0;
	background-image: url(/column/image/icon_search.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: transparent;
	border-style: none;
	border-top-right-radius: 40px;
	border-bottom-right-radius: 40px;
	cursor: pointer;
	outline: none;
	background-size: 22px auto;
}
.SearchArea input#SearchBtn:hover,
.SearchArea input#SearchBtn:active {
	background-image: url(/column/image/icon_search_hover.svg);
}

#Contents.ColumnTop h1 {
	font-family: 'Barlow', "sans-serif";
	font-size: 650%;
	font-weight: bold;
	margin: 0 auto 45px;
/*	padding-top: 70px;*/
	color: #333;
}
#Contents.ColumnTop h1 a:hover, #Contents.ColumnTop h1 a:active {
	color: #333;
}
/*@media screen and (max-width: 767px) {
	.JS .FilteringArea label {
		width: 90px;
		font-size: 90%;
		padding: 5px 3px;
	}

	.JS h1 {
		font-size: 370%;
		margin-bottom: 40px;
		line-height: 125%;
		padding-top: 40px;
	}
}*/

#blogList {
	overflow: hidden;
}

#ColumnList {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	list-style: none;
	margin-right: -20px;
}
#ColumnList > li {
	/*width: calc( (100% - 40px ) / 3);
	margin-bottom: 50px;*/
	position:relative;
	width: calc(25% - 20px);
	margin-right: 20px;
	margin-bottom: 30px;
	top: 0;
	transition: 0.3s ease-in;
}
#ColumnList > li:after {
	content: "";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8) 30%, rgba(255, 255, 255, 1) 100%);
	opacity: 1;
	transition: 0.3s ease-in;
}
#ColumnList > li.fadeInDown:after {
	opacity: 0;
	visibility: hidden;
}
/*#ColumnList > li:nth-child(3n + 1),
#ColumnList > li:nth-child(3n + 2) {
	margin-right: 20px;
}
#ColumnList > li:nth-child(3n) {
	margin-right: 0;
}*/
#ColumnList > li.hidden {
	top: 50px;
}
#ColumnList > li.hidden > * {
	display: none !important;
}
#ColumnList > li > a {
	display: block;
	text-decoration: none;
	transition: 0.2s all linear;
	padding-bottom: 15px;
}
#ColumnList > li > a:hover,
#ColumnList > li > a:active {
	opacity: 0.7;
}
#ColumnList > li > a > .Img {
	/*margin-bottom: 30px;
	height: 150px;*/
	position: relative;
	height: 0;
	margin-bottom: 0;
	padding-bottom: 52.356%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
#ColumnList > li > a > .Img > img {
	width: 100%;
	/*height: auto;*/
	height: 100%;
	object-fit: cover;
}
#ColumnList > li > a > .Title {
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-weight: bold;
	color: #222;
	font-size: 140%;
	margin-bottom: 20px;
/*	padding-right: 20px;*/
}
#ColumnList > li > a > .Summary {
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-weight: bold;
	color: #888;
	margin-bottom: 20px;
/*	padding-right: 20px;*/
}

#ColumnList > li > .Txt > a {
	display: block;
	text-decoration: none;
	transition: 0.2s all linear;
}
#ColumnList > li > .Txt > a:hover,
#ColumnList > li > .Txt > a:active {
	opacity: 0.7;
}

#ColumnList > li > .Txt > a > .Title {
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-weight: bold;
	color: #222222;
	font-size: 100%;
	margin-bottom: 0;
}

#ColumnList > li > .Txt > .Tag {
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
}

#ColumnList > li > .Txt > .Tag > li {
	display: inline-flex;
	margin-right: 5px;
	font-size: 83%;
	color: #888;
}

#ColumnList > li > .Txt > .Tag > li > a {
	font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',Arial,Helvetica,sans-serif;
	color: #0070c0;
	text-decoration: underline;
	text-decoration-color: transparent;
	transition: 0.2s all linear;
}
#ColumnList > li > .Txt > .Tag > li > a:hover,
#ColumnList > li > .Txt > .Tag > li > a:active {
	text-decoration-color: #0070c0;
}
_:-ms-lang(x)::-ms-backdrop, #ColumnList > li > .Txt > .Tag > li > a {
	text-decoration: none;
}
_:-ms-lang(x)::-ms-backdrop, #ColumnList > li > .Txt > .Tag > li > a:hover,
_:-ms-lang(x)::-ms-backdrop, #ColumnList > li > .Txt > .Tag > li > a:active {
	text-decoration: underline;
}

#ColumnList > li > .Tag {
	display: flex;
	flex-wrap: wrap;
/*	padding-right: 20px;*/
}
#ColumnList > li > .Tag > li {
	display: inline-flex;
	margin-right: 15px;
}
#ColumnList > li > .Tag > li > a,
#ColumnList > li > .Tag > li > span {
	font-family: 'Zen Kaku Gothic New', sans-serif;
	color: #888;
	text-decoration-line: underline;
	text-decoration-color: transparent;
	transition: 0.2s all linear;
}
#ColumnList > li > .Tag > li > a:hover,
#ColumnList > li > .Tag > li > a:active,
#ColumnList > li > .Tag > li > span:hover {
	cursor: pointer;
	text-decoration-line: underline;
	text-decoration-color: #888;
}
_:-ms-lang(x)::-ms-backdrop, #ColumnList > li > .Tag > li > a,
_:-ms-lang(x)::-ms-backdrop, #ColumnList > li > .Tag > li > span {
	text-decoration: none;
}
_:-ms-lang(x)::-ms-backdrop, #ColumnList > li > .Tag > li > a:hover,
_:-ms-lang(x)::-ms-backdrop, #ColumnList > li > .Tag > li > a:active,
_:-ms-lang(x)::-ms-backdrop, #ColumnList > li > .Tag > li > span:hover {
	text-decoration: underline;
}

#ColumnList > li > .Tag > li > span[data-tag="Consumer"],
#ColumnList > li > .Tag > li > span[data-tag="Public"],
#ColumnList > li > .Tag > li > span[data-tag="Professional"] {
	display: none;
}
/*@media screen and (max-width: 767px) {
	.JS #ColumnList {
		justify-content: space-between;
	}
	.JS #ColumnList > li {
		width: calc( (100% - 1px ) / 2);
		margin-bottom: 40px;
	}
	.JS #ColumnList > li:nth-child(3n + 1),
	.JS #ColumnList > li:nth-child(3n + 2),
	.JS #ColumnList > li:nth-child(3n) {
		margin-right: 0;
	}
	.JS #ColumnList > li > a > .Img {
		margin-bottom: 25px;
	}
	.JS #ColumnList > li > a > .Title {
		font-size: 115%;
	}
	.JS #ColumnList > li > a > .Summary {
		font-size: 95%;
		margin-bottom: 15px;
	}
	.JS #ColumnList > li > .Tag {
		font-size: 95%;
	}
}
@media screen and (max-width: 579px) {
	.JS #ColumnList {
		justify-content: center;
	}
	.JS #ColumnList > li {
		width: 100%;
	}
}*/

#ranking {
	position: fixed;
	z-index: 10;
	top: 220px;
	right: -280px;
	width: 310px;
	overflow: hidden;
}
#ranking.opened {
	right: 10px;
}

#ranking h2 {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 0;
	padding: 0;
	background-image: none;
	border-top-left-radius: 5px;
}
#ranking h2.opened {
	background-color: rgba(255, 255, 255, 0.9);
}

#ranking h2 a {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 30px;
	height: calc(35px + 4em);
	min-height: 30px;
	padding: 0;
	background-image: none;
	background-color: rgba(230, 230, 230, 0.9);
	text-decoration: none;
	border-radius: 5px;
}
#ranking h2.opened a {
	width: auto;
	height: auto;
	padding: 0 0 0 35px;
	background-color: transparent;
	border-radius: none;
}
#ranking h2 a:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 30px;
	background-color: #404040;
	border-radius: 5px;
}
#ranking h2.opened a:before {
	top: 50%;
	margin-top: -15px;
}
#ranking h2 a:after {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	top: 15px;
	left: 15px;
	border-top: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	box-sizing: border-box;
	transform: rotate(225deg);
	margin: -5px 0 0 -2px;
}
#ranking h2.opened a:after {
	top: 50%;
	transform: rotate(45deg);
	margin: -5px 0 0 -7px;
}

#ranking h2 span {
	display: inline-block;
	margin: calc(35px + 4em) 0 0 3px;
	padding: 3px 0 0 5px;
	font-size: 100%;
	color: #333333;
	background-color: transparent;
	box-sizing: border-box;
	transform: rotate(-90deg);
	transform-origin: left top;
}
#ranking h2.opened span {
	margin: 0;
	transform: none;
}

#ranking #rankingList {
	position: relative;
	right: -30px;
	background-color: rgba(230, 230, 230, 0.9);
	max-height: calc(100vh - 100px);
	overflow-y: auto;
}

#ranking.opened #rankingList {
	right: 0;
}

#ranking #rankingList li {
	border-top: 1px solid #c1c1c1;
}
#ranking #rankingList li:first-child {
	border-top-style: none;
}

#ranking #rankingList a {
	display: flex;
	align-items: center;
	padding: 15px;
	text-decoration: none;
}
#ranking #rankingList a:hover,
#ranking #rankingList a:active {
	opacity: 0.7;
}

#ranking #rankingList a .Txt {
	width: 150px;
	margin-right: 10px;
}

#ranking #rankingList a h3 {
	margin-bottom: 0;
	font-family: 'Barlow',Arial,Helvetica,sans-serif;
	font-size: 76%;
	color: #cc0022;
	line-height: 160%;
}

#ranking #rankingList a h3 span {
	margin-left: 2px;
	font-size: 165%;
}

#ranking #rankingList a p {
	font-size: 81.25%;
	color: #333333;
}

#ranking #rankingList a .Img {
	width: 120px;
	height: 63px;
}

#ranking #rankingList a .Img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.SnsSection .HeadlineStyle,#contentsSnsButton{
	display:flex;
	justify-content:center;
	align-items:center;
}
.SnsSection h3{
	margin-right:16px;
}
#contentsSnsButton img {
	width: 52px;
	height: 52px;
}
#contentsSnsButton a {
	display: block;
	margin-right: 16px;
	margin-bottom: 16px;
}

body #ModalYouTube .Inner {
	top: 50px;
}

body #ModalYouTube .Inner .Title {
	display: none;
}

body #ModalYouTube .Inner .BtnClose {
	bottom: auto;
	top: -50px;
}

body #ModalYouTube .Inner .BtnClose a {
	position: relative;
	font-size: 0;
	background-color: transparent;
}
body #ModalYouTube .Inner .BtnClose a {
	position: relative;
	font-size: 100%;
	color: transparent;
	background-color: transparent;
	background-image: none;
}
body #ModalYouTube .Inner .BtnClose a:after {
	content: "×";
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 400%;
	color: #333333;
	transform: translate(-50%, -50%);
}

/*@media screen and (max-width: 1304px) {
	.JS #ColumnList > li > a > .Img {
		position: relative;
		height: 0;
		margin-bottom: 0;
		padding-bottom: 49.383%;
	}

	.JS #ColumnList > li > a > .Img > img {
		position: absolute;
	}
}*/

@media screen and (max-width: 994px) {
}

@media screen and (min-width: 768px) {
	.JS #BlogTopBtn {
		display: none !important;
	}
}

@media screen and (max-width: 767px) {
	.JS #ContentsArea {
		display: flex;
		flex-direction: column-reverse;
	}

	.JS #Contents.ColumnTop h1 {
		font-size: 370%;
		margin-bottom: 40px;
		line-height: 125%;
		padding-top: 40px;
	}

	.JS .SearchArea {
		padding-top: 50px;
	}

	.JS #ColumnList {
		margin-right: 0;
	}

	.JS #ColumnList > li {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		margin-right: 0 !important;
		margin-bottom: 20px;
	}

	.JS #ColumnList > li > a {
		width: 27.5%;
		padding-right: 15px;
		padding-bottom: 0;
	}

	.JS #ColumnList > li > .Txt {
		display: flex;
		flex-direction: column;
		justify-content: center;
		width: calc(72.5% - 15px);
	}

	.JS #ColumnList > li > .Txt > .Tag {
		margin-top: 5px;
	}

	.JS #BlogTopBtn {
		position: fixed;
		left: 0;
		bottom: 0;
		display: block;
		width: 100%;
	}

	.JS #BlogTopBtn a {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 50px;
		color: #ffffff;
		background-color: rgba(0, 0, 0, 0.7);
		text-decoration: none;
	}
	.JS #BlogTopBtn a:hover,
	.JS #BlogTopBtn a:active {
		background-color: rgba(0, 0, 0, 0.9);
	}

	.JS #BlogTopBtn a span {
		display: inline-block;
		padding: 0 20px 0 0;
		background: url(/image/jp/r1/icon/icon_link_bottom_white_hd.png) no-repeat center right;
		-moz-background-size: 16px 16px;
		-webkit-background-size: 16px 16px;
		-o-background-size: 16px 16px;
		-ms-background-size: 16px 16px;
		background-size: 16px 16px;
	}
}

@media screen and (max-width: 579px) {
	
	.JS .PageTitleStyle3 {
		background-color: #fff;
	}
	
}
@media screen and (max-width: 399px) {
	.JS .FilteringArea .ButtonStyle1#moreBtn a {
		display: inline-block;
	}

	.JS #ColumnList > li > .Txt > a > .Title {
		font-size: 90%;
	}

	.JS #ColumnList > li > .Txt > .Tag > li {
		font-size: 76%;
	}
}


/* FooterPageTop
=========================================================================================== */
#FooterPageTop {
	position: fixed;
  bottom: 60px!important;
	top: auto!important;
  opacity: 0;
  z-index: 20;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  transform: translateY(100%);
}
.Container #FooterPageTop,
.ContainerFix #FooterPageTop {
	right: calc( ( (100% - 965px) / 2 ) )!important;
}
.Container.Wide #FooterPageTop {
	right: calc( ( (100% - 1275px) / 2 ) )!important;
}
@media screen and (max-width: 980px) {
	.Container #FooterPageTop,
	.ContainerFix #FooterPageTop {
		right: 15px!important;
	}
}
@media screen and (max-width: 1290px) {
	.Container.Wide #FooterPageTop {
		right: 15px!important;
	}
}
#FooterPageTop.visible {
	opacity: 1;
}
#FooterPageTop.static {
	position: absolute;
	top: -100px!important;
}
