@charset "utf-8";

/*
 ------------------------------------------------------------------- */
body {
  min-width: 320px;
  -webkit-text-size-adjust: 100%;
}

#contentsContainer {
  margin-bottom: 30px;
  padding-bottom: 0;
}

#contents {
  width: 100%;
  padding: 0;
}

#contents.report__detail {
  width: 100%;
}


/*
 ------------------------------------------------------------------- */

.recent-service {
  margin: 15px 20px;
  background-color: #ffffff;
}

.recent-service .recent-service__button {
  display: none;
}

.recent-service .recent-service__head {
  display: block;
  padding: 7px 15px;
  background-color: #f4f4f4;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
}

.recent-service .recent-service__inner {
  padding: 15px;
}

.recent-service .recent-service__inner ul {
  display: block;
}

.recent-service .recent-service__inner ul li {
  box-sizing: border-box;
  position: relative;
  width: auto;
  padding-left: 17px;
  line-height: 1.6;
}

.recent-service .recent-service__inner ul li:not(:nth-child(3n+1)) {
  margin-left: 0;
}

.recent-service .recent-service__inner ul li:nth-child(n+4) {
  margin-top: 10px;
}

.recent-service .recent-service__inner ul li:not(:first-child) {
  margin-top: 10px;
}

.recent-service .recent-service__inner ul li::before {
  content: url(/svcsol/images/nav_arrow02.png);
  vertical-align: top;
  display: inline;
  position: absolute;
  left: 0;
  transform: rotate(0);
  border: none;
}

.recent-service .recent-service__inner ul li a {
  color: inherit;
  text-decoration: none;
}

/* エンタープライズIT特集
 ------------------------------------------------------------------- */
body {
  min-width: 320px;
  -webkit-text-size-adjust: 100%;
}


.for-pc { display: none !important; }
.for-sp { display: inherit; }

#contentsContainer {
  margin-bottom: 20px;
  padding-bottom: 0;
}

#contents {
  width: 100%;
  padding: 0;
}

#contents a {
  -ms-word-break: break-all;
  word-break: break-all;
}

.sec {
  margin-bottom: 40px;
  font-size: 14px;
}

/* トップ header
 ------------------------------------------------------------------- */
.conts-header-top {
  margin-bottom: 20px;
  line-height: 1;
  background: none;
}

.conts-header-top .inner {
  display: block;
  height: inherit;
  padding: 40px 20px 30px;
  text-align: center;
  background: url(/svcsol/survey/images/header_bg_sp.jpg) no-repeat;
  background-size: cover;
}


.conts-header-top .hd-ttl {
  margin-bottom: 16px;
  font-size: 24px;
}



/* start add 20191106 */
.topicLink,
.topicBtm {
  margin: 1.5erm 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-direction: colmn-reverse;
  justify-content: center;
}

#contents .topicLink .btn-default,
#contents .topicBtm .btn-default {
  letter-spacing: normal;
  width: calc(75% - 12px);
  cursor: pointer;
  margin: 0.75rem 0;
  font-size: 16px;
  line-height: 44px;
  text-decoration: none;
  text-align: center;
  border-radius: 4px;
  color: #fff;
  background: #3d4e56;
}

#contents .topicLink .btn-default a span,
#contents .topicBtm .btn-default a span {
  padding-right: 20px;
  background: url(/svcsol/survey/images/icn_arw_01.png) no-repeat right center;
  
}

#contents .topicLink .btn-default a,
#contents .topicBtm .btn-default a {
  color: #fff;
  background: #3d4e56;
  display: block;
  text-decoration: none;
  border-radius: 4px;
}
#contents .topicLink .btn-default a:link,
#contents .topicLink .btn-default a:visited,
#contents .topicBtm .btn-default a:link,
#contents .topicBtm .btn-default a:visited {
  color: #fff;
  background: #3d4e56;
}
#contents .topicLink .btn-default a:hover,
#contents .topicBtm .btn-default a:hover {
  background: #5a686f;
}
/* end add 20191106 */


/* 全体設定
---------------------------------*/
.sec__inner{
  padding: 0 18px;
}

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

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

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

.report__list--item::after {
	content: none;
}

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

.report__list--item .report__list--link {
	display: block;
	padding: 14px 30px 13px 16px;
	text-decoration: none;
}

.report__list--item .report__list--link::before {
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 0;
  width: 5px;
  background-color: #dadfe2;
  content: "";
}

.report__list--item .report__list--link::after {
  position: absolute;
  top: 0;
  right: 18px;
  bottom: 0;
  width: 7px;
  height: 7px;
  margin-top: auto;
  margin-bottom: auto;
  border: solid #a0a9b0;
  border-width: 1px 1px 0 0;
  content: "";
  transform: rotate(45deg);
}

.report__list--item .report__list--link:hover::before {
  background-color: #d7092f;
}

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

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

.report__list--item .item__date {
	color: #333;
	font-size: 7px;
	padding-left: 12px;
}

.report__list--item .item__date:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 9px;
  height: 9px;
  margin-top: auto;
  margin-bottom: auto;
  background: url("/svcsol/survey/images/icon_clock.svg") no-repeat 50% 50% / contain;
  content: "";
}

.report__list--item .item__new {
	background-color: #c82424;
	color: #fff;
	display: inline-block;
	font-size: 6px;
	line-height: 13px;
	margin-left: 12px;
	text-align: center;
	text-transform: uppercase;
	width: 25px;
}

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

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

/* 20210407 add */
.banner {
  display: block;
  margin-top: 20px;
}

.banner__first {
  width: 100% !important;
  margin: 0 0 20px !important;
}

.banner__link {
  height: 47.745vw !important;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-image: url(/svcsol/survey/images/bnr_bg_sp.png);
  background-size: cover;
}

.banner__last {
  width: 100%;
}

/* start add 20230702 */
.sec__arrow--inner {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 0;
}

.sec__arrow--inner .heading02 {
  font-size: 16px;
  color: #595757;
  background-color: transparent;
}

.sec__arrow--inner .heading02 .title-wrapper {
  display: flex;
  align-items: center;
  padding-bottom: 9px;
  border-bottom: 1px solid #d7092f;
}

.sec__arrow--inner .heading02 .title-wrapper .icon {
  width: 24px;
  height: 24px;
  margin-right: 9px;
}

.sec__arrow--inner .heading02 .title-wrapper:before {
  content: none;
}

.sec__arrow--inner .heading02 .title-text {
  padding: 0;
}

.sec__arrow--outer {
  margin-bottom: 0;
}
/* end add 20230702 */