@charset "UTF-8";

/*-------------------------*/
/* section      　　　     */
/*-------------------------*/
section {
	display: block;
}

.section {
	padding: 0;
}

.section a:active,
.section a:hover {
	outline: 0;
}

svg:not(:root) {
	overflow: hidden;
}


/*-------------------------*/
/* comment      　　          */
/*-------------------------*/
.comment {
	position: relative;
	padding: 0px 0 0px;
}

.device-desktop .comment {
		margin-top: 0px;
		padding-top: 0px;
	}


/*-------------------------*/
/* label　　　　　　　     */
/*-------------------------*/
.section--comment .label {
	margin-left: 0px;
}
.device-desktop .section--comment .label {
		margin-left: 0px;
		padding: 2px 21px 0;
		line-height: 3.0rem;
	}
.comment .label {
	position: absolute;
	top: -16px;
	left: 15px;
	z-index:130;
	transition: opacity 0.2s ease-in-out;
}
.device-desktop .comment .label {
		top: -18px;
		left: 25px;
	}

.comment .label.comment--hover {
	opacity: 0.8;
}


.label {
	display: inline-block;
	position: relative;
	padding: 2px 10px 0;
	border-radius: 1.0rem;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	line-height: 2.4rem;
}

.device-desktop .label {
		padding: 2px 10px 0;
		border-radius: 1rem;
		font-size: 14px;
		line-height: 2.4rem;
		text-transform: uppercase;
	}



.label--flow {
	color: #263238;
}

.label--message {
	background: #f06292;
}


.label--flow {
	background-color: #ffd814;
}

.label--mincar {
	background-color: #8bc34a;
}

.label--comment {
	background-color: #4fc3f7;
}

.label--career {
	background-color: #cddc39;
}


/*-------------------------*/
/* section--new 　　　     */
/*-------------------------*/
.section--new {
	position: relative;
}
.device-desktop .section--new {}

.section--new .comment--blur {
	position: relative;
	z-index: 102;
}
/*-------------------------*/
/* section--new 　　　     */
/*-------------------------*/
.flow--blur {
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}

/*-------------------------*/
/* comment__item　　          */
/*-------------------------*/
.comment__item {
	position:relative;
	display: inline-block;
	width: 100%;
	margin: 50px 0 0;
	padding: 0 0;
	text-decoration: none;
	background: rgba(255, 255, 255, .6);

}

.device-desktop .comment__item {
	position:relative;
	display: inline-block;
	/display:inline;
	/zoom:1;
	vertical-align:top;
	width: calc(50% - 25px);
	max-width:470px;
	margin:60px 5px 0 0;
	padding: 10px 10px;
	}

/*-------------------------*/
/* label　　　　　　　     */
/*-------------------------*/

.device-desktop .comment__item .flow-label {
		position: absolute;
		top: -18px;
		left: 25px;
		z-index:130;
		transition: opacity 0.2s ease-in-out;
	}

.comment__item .flow-label:hover {
	opacity: 0.8;
}


.flow-label {
	padding: 0px 10px;
	border-radius: 1.0rem;
	color: #000;
	font-size: 14px;
	font-weight: 700;
	line-height: 2.4rem;
	z-index:130;
}


/*-------------------------*/
/* comment__item--author　　          */
/*-------------------------*/
.comment__item--author {
	display: inline-block;
	position:relative;
	width: 100%;
	margin: 20px 0 0;
	padding: 0 0;
	text-decoration: none;
}

.device-desktop .comment__item--author {
		display: inline-block;
		width: 100%;
		margin: 60px 0 0;
		padding:  0 0;
	}

/*-------------------------*/
/* comment__link　　          */
/*-------------------------*/
.comment__link {
	float:left;
	display: inline-block;
	width: calc(100% - 40px);
	z-index: 101;
	margin: 0px 0;
	padding: 20px 20px 0px;
	background: rgba(255, 255, 255, .6);
	text-decoration: none;
}

.device-desktop .comment__link {
	width: calc(100% - 6%);
	margin: 0;
	padding: 24px 3% 0px;
	}
/*-------------------------*/
/* flow__link　　          */
/*-------------------------*/
.flow__link {
	display: inline-block;
	width: calc(100% - 20px);
	z-index: 101;
	margin: 0px 0;
	padding: 20px 10px 15px;
	text-decoration: none;
}

.device-desktop .flow__link {
		width: 100%;
	}

.comment__link--author {
	margin:0px 0 0;
	padding-bottom: 20px;
	}
.device-desktop .comment__link--author {
	margin:0 0 40px;
	width: 49%;
	padding-bottom: 20px;
	}
.comment__flow--author {
	width: calc(100% - 40px);
	margin:0 0 0;
	padding:0px 20px 30px;
	overflow:hidden;
	}
.device-desktop .comment__flow--author {
	width: calc(100% - 40px);
	margin:0 0;
	padding:0px 20px 15px;
	overflow:hidden;
	}

/*-------------------------*/
/* comment__date     　       */
/*-------------------------*/

.device-mobile .comment__title {
	margin: 0px 0px 10px;
	color: #90a4ae;
	font-size: 18px;
	font-weight: 600;
	word-break: normal;
}
.device-desktop .comment__title {
	margin: 20px 0px 10px;
	color: #90a4ae;
	font-size: 18px;
	font-weight: 600;
	word-break: normal;
}
.flow__title {
	margin: 0px 0px 10px;
	color: #90a4ae;
	font-size: 18px;
	font-weight: 600;
	word-break: normal;
}


/*-------------------------*/
/* comment__text           */
/*-------------------------*/
.device-mobile .comment__text {
	font-size: 14px;
	width:100%;
	line-height: 21px;
	letter-spacing: 0.15em;
	color: #555 !important;
	font-weight: 500;
}
.device-desktop .comment__text {
		font-size: 14px;
		width:100%;
		max-width:450px;
		line-height: 21px;
		color: #555 !important;
		font-weight: 500;
	}


/*-------------------------*/
/* comment__tag     　        */
/*-------------------------*/
.comment__tag {
	margin: 10px 0 0 -8px;
	color: #686868;
	font-size: 10px;
	letter-spacing: -0.4em;
}

.comment__tag > * {
	letter-spacing: normal;
}

.device-desktop .comment__tag {
		margin: 11px 0 0 -6px;
	}

.comment__tag li {
	display: inline-block;
	margin: 8px 0 0 8px;
	padding: 0 13px;
	border-radius: 16px;
	background: #eceff1;
	line-height: 32px;
	letter-spacing: 0.1em;
	transition: all 0.2s ease-in-out;
}

.device-desktop .comment__tag li {
		margin: 5px 0 0 6px;
	}

.comment__tag li.comment--hover {
	background: #686868;
	color: #fff;
}



/*-------------------------*/
/* flow__item__bg     　   */
/*-------------------------*/

.flow__item__bg {
	display:inline-block;
	overflow: hidden;
	margin:0;
	padding:0;
}
.device-mobile .flow__item__bg {
	width: 100%;
}
.device-desktop .flow__item__bg {
	width: 100%;
}

.device-desktop .flow__item__bg img {
	width: 100%;
	max-width:450px;
	max-height:340px;
	hoverflow:hidden;
	margin:0;
	height: auto;
}



/*-------------------------*/
/* comment__item__bg     　   */
/*-------------------------*/

.comment__item__bg {
	display:inline-block;
	z-index: 100;
	overflow: hidden;
	width: 100%;
	margin:0 ;
}

.device-desktop .comment__item__bg {
	display:inline-block;
	float:right;
	z-index: 100;
	width: 45%;
	margin:0;
}

.device-mobile .comment__item__bg img {
	width: 100%;
	margin:0 ;
	padding:0;
	height: auto;
}

/*-------------------------*/
/* comment__author　　　      */
/*-------------------------*/

.comment__author {
	display: flex;
	align-items: center;
	margin: 20px 0 0;
	transition: opacity 0.2s ease-in-out;
}

.device-desktop .comment__author {
		float:left;
		margin: 20px auto 0;
		width: 79.54%;
	}

.comment__author.comment--hover {
	opacity: 0.8;
}

.comment__author__img {
	width: 51px;
}

.device-desktop .comment__author__img {
		width: 80px;
	}

.comment__author img {
	width: 40px;
	height: auto;
	border-radius: 50%;
}

.device-desktop .comment__author img {
		width: 73px;
	}

.comment__author dl {
	flex: 1;
	color: #90a4ae;
}

.comment__author dt {
	font-size: 16px;
	margin-bottom:5px;
}

.comment__author dd {
	font-size: 12px;
}
