@charset "utf-8";

/* ****************************************************
report
***************************************************** */

/* lead
---------------------------------*/
.report__lead {
	font-size: 16px;
	line-height: 2;
	margin-bottom: 30px;
	padding: 10px 0 15px;
}

.c-date {
	color: #999;
	font-weight: bold;
	text-align: right;
}

/* list
---------------------------------*/
.report__list--wrap {
	margin-top: 30px;
}

.report__list--item {
	border-top: 1px solid #ccc;
	position: relative;
}

.report__list--item::after {
	background: url(/svcsol/survey/images/com_icn01.png) no-repeat center;
	content: "";
	display: inline-block;
	height: 18px;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	width: 16px;
}

.report__list--item:last-of-type {
	border-bottom: 1px solid #ccc;
}

.report__list--item .report__list--link {
	display: block;
	padding: 25px 0 30px;
	text-decoration: none;
}

.report__list--item .report__list--link::before {
	background: #98deff;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}


.report__list--item .report__list--link:hover::before {
	background-color: #8cd3f8;
	opacity: .2;
}

.report__list--item .item__column {
	align-items: flex-start;
	display: flex;
	margin: 0;
}

.report__list--item .item__column--first {
	min-width: 183px;
}

.report__list--item .item__column--second {
	margin-left: 8px;
}

.report__list--item .item__date {
	color: #999;
	font-size: 14px;
	padding-left: 20px;
}

.report__list--item .item__new {
	background-color: #c82424;
	color: #fff;
	display: inline-block;
	font-size: 11px;
	line-height: 18px;
	margin-left: 20px;
	text-align: center;
	text-transform: uppercase;
	width: 35px;
}

.report__list--item .item__title {
	color: #333;
	font-size: 18px;
	font-weight: bold;
	margin: 0;
}

.report__list--item .item__txt {
	color: #333;
	font-size: 14px;
}


/* ****************************************************
report detail
***************************************************** */
.report__detail .report__detail--sec {
	margin: 0 auto 55px;
	width: 950px;
}

.report__detail .hd__ttl {
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 5px;
}

.report__detail .hd__ttl > span {
	border-left: 6px solid #d91949;
	display: block;
	padding: 21px 14px;
}

.report__detail .hd__ttl--02 {
	font-size: 18px;
	font-weight: bold;
	margin: 35px 0 15px;
}

.report__detail .hd__ttl--03 {
	background-color: #eee;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.6;
	margin-bottom: 30px;
	padding: 12px 16px;
	position: relative;
}

.report__detail .hd__ttl--03::before {
	background-color: #cf0040;
	bottom: -4px;
	content: "";
	display: block;
	height: 4px;
	left: 0;
	position: absolute;
	width: 175px;
}

.report__detail .hd__ttl--03::after {
	background-color: #6a6a6a;
	bottom: -4px;
	content: "";
	display: block;
	height: 4px;
	left: 176px;
	position: absolute;
	width: calc(100% - 176px);
}

.report__detail .btn__dl {
	display: block;
	margin: 30px 0;
	text-align: center;
}

.report__detail .btn__link {
	background: linear-gradient(#ce0040, #b3001c);
	border-radius: 8px;
	color: #fff;
	display: inline-block;
	font-weight: bold;
	padding: 15px 0;
	position: relative;
	text-align: center;
	text-decoration: none;
	width: 400px;
}

@media print, screen and (min-width: 769px) {
	.report__detail .btn__link:hover::after {
		background-color: rgba(255,255,255,.1);
		content: "";
		height: 100%;
		left: 0;
		position: absolute;
		top: 0;
		width: 100%;
	}
}

.report__detail .btn__link--txt {
	font-size: 15px;
	line-height: 1.3;
}

.report__detail .text {
	font-size: 15px;
	font-weight: normal;
}

.report__detail .text__red {
	color: #cf0340;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
}

.report__detail .image__column {
	display: flex;
	justify-content: space-between;
	margin: 30px 0;
}
.report__detail .image__column--wrap {
	border: 1px solid #dbe0e7;
	width: 465px;
}
.report__detail .image__column--wrap.image__column--single {
	width: 100%;
}
.report__detail .image__column--single .image__column--wrap {
	width: 100%;
}
.report__detail .image__column--tit {
	background: #dbe0e6;
	font-size: 18px;
	font-weight: bold;
	padding: 20px;
	text-align: center;
}
.report__detail .image__column--small {
	display: block;
	font-size: 14px;
	font-weight: normal;
}

.report__detail .image__column--img {
	width: 100%;
}

.report__detail .image__column--single .image__column--img {
	display: inherit;
	margin: 10px auto;
	width: initial;
}

.report__detail .list__wrap {
	border: 3px solid #ddd;
	margin: 30px 0;
	padding: 25px 40px 25px 22px;
}

.report__detail .list__wrap .c-tit {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 5px;
}

.report__detail .list__wrap--box {
	margin: 0;
	padding: 0;
}

.report__detail .list__wrap .list__item {
	list-style: none;
	padding-left: 25px;
	text-indent: -20px;
}

.report__detail .list__wrap .list__item::before {
	background: #6a6a6a ;
	border-radius: 15px;
	color: #6a6a6a;
	content: "";
	display: inline-block;
	height: 15px;
	vertical-align: middle;
	width: 15px;
}

.report__detail .list__wrap .list__item--txt {
	padding-left: 5px;
}


.not_sp_wid {
	border-color: #cacaca;
	border-style: solid;
	border-width: 1px 1px 0 0;
	width: 100%;
}

.not_sp_wid th, .not_sp_wid td {
	border-color: #ccc;
	border-style: solid;
	border-width: 0 0 1px 1px;
	padding: 15px;
}

.not_sp_wid th {
	font-weight: bold;
	text-align: left;
}

.not_sp_wid .lv01 {
	background-color: #eee;
}



.not_sp_wid {
	border-color: #cacaca;
	border-style: solid;
	border-width: 1px 1px 0 0;
	width: 100%;
}

.not_sp_wid th, .not_sp_wid td {
	border-color: #ccc;
	border-style: solid;
	border-width: 0 0 1px 1px;
	padding: 15px;
}

.not_sp_wid th {
	font-weight: bold;
	text-align: left;
}

.not_sp_wid .lv01 {
	background-color: #eee;
}

.not_sp_wid th {
	border-color: #ccc;
	border-style: solid;
	border-width: 0 0 1px 1px;
	padding: 15px;
}

.not_sp_wid th {
	font-weight: bold;
	text-align: left;
}

.not_sp_wid .lv01 {
	background-color: #eee;
}

.not_sp_wid th {
	border-color: #ccc;
	border-style: solid;
	border-width: 0 0 1px 1px;
	padding: 15px;
}

.not_sp_wid th {
	font-weight: bold;
	text-align: left;
}

.not_sp_wid .lv01 {
	background-color: #eee;
}


.not_sp_wid td {
	border-color: #ccc;
	border-style: solid;
	border-width: 0 0 1px 1px;
	padding: 15px;
}

.not_sp_wid td {
	border-color: #ccc;
	border-style: solid;
	border-width: 0 0 1px 1px;
	padding: 15px;
}

/* 20210407 add */
.linklist__item {
	position: relative;
	margin-bottom: 12px;
	padding-left: 25px;
}

.linklist__item::before {
	position: absolute;
	content: '';
	background: url(/svcsol/survey/images/com_icn01.png) no-repeat left top;
	width: 12px;
	height: 14px;
	background-size: 12px 14px;
	left: 6px;
	top: 5px;
}

.linklist__link {
	font-size: 15px;
	line-height: 1.6;
	color: #333 !important;
}

.banner__first {
  width: 580px !important;
  box-sizing: border-box;
  margin-right: 54px !important;
}