@charset "utf-8";

/*
 ------------------------------------------------------------------- */
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

#contentsContainer {
  width: 100%;
  margin-bottom: 80px;
  padding-bottom: 0;
}

#contents {
  float: none;
  width: 100%;
}

#footer-up {
  z-index: 10;
}


/* ****************************************************
svcsol_top.css
Define container layout.
***************************************************** */
/* layout
=================================*/
.roboto {
  font-family: 'Roboto', sans-serif;
}

/* エンタープライズIT特集
 ------------------------------------------------------------------- */

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

#contentsContainer {
  overflow: visible;

  padding-bottom: 1px;
}

#contents {
  float: none;

  width: 100%;

  color: #333;
}

.sec {
  font-size: 17px;

  margin-bottom: 50px;
}

/* over write
 ------------------------------------------------------------------- */
#contents {
  width: 1200px;
  margin: 0 auto;
}

/* 詳細
 ------------------------------------------------------------------- */

 #contents.report__detail {
   width: 950px;
 }


/* トップ header
 ------------------------------------------------------------------- */
.conts-header-top {
  margin-bottom: 20px;
  line-height: 1;
  background: url(/svcsol/survey/images/header_bg.jpg) no-repeat left top;
}

.conts-header-top .inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: flex-start;
  height: 177px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.conts-header-top .hd-ttl {
  font-size: 42px;
}

/* start add 20191106 */
.topicLink,
.topicBtm {
  margin: 10px 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: row-reverse;
}

#contents .topicLink .btn-default,
#contents .topicBtm .btn-default {
  letter-spacing: normal;
  width: calc(25% - 12px);
  cursor: pointer;
  margin: 10px 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 */

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

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

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

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

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

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

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

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

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

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

.report__list--item .item__column--first {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 170px;
}

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

.report__list--item .item__date {
  position: relative;
	color: #333;
	font-size: 14px;
	padding-left: 22px;
}

.report__list--item .item__date:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 18px;
  height: 18px;
  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: 13px;
	line-height: 20px;
	margin-left: 10px;
	text-align: center;
	text-transform: uppercase;
	width: 45px;
  border-radius: 12px;
}

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

.report__list--item .item__txt {
	color: #595656;
	font-size: 16px;
}


/* 20210407 add */
.banner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 30px;
}

.banner__first {
  width: 720px;
  box-sizing: border-box;
  margin-right: 80px;
}

.banner__link {
  display: block;
  font-weight: bold;
  color: #fff !important;
  text-decoration: none !important;
  width: 100%;
  height: 180px;
  padding-top: 40px;
  padding-left: 40px;
  background: url(/svcsol/survey/images/bnr_bg.png) no-repeat left top;
  background-size: auto 100%;
  box-sizing: border-box;
}

.banner__link:hover {
  opacity: 0.7;
}

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

.banner__lead {
  font-size: 21px;
  line-height: 1.47;
}

.banner__lead::after {
  content: '';
  display: inline-block;
  width: 15px;
  height: 16px;
  background: url(/svcsol/survey/images/com_icn02.png) no-repeat left top;
  background-size: 15px 16px;
  margin-left: 5px;
}

.banner__last {
  width: 300px;
}

.banner__department {
  font-size: 14px;
  line-height: 1.785;
}

/* start add 20220502 */
.balloon {
     position: relative;
     display: inline-block;
     color:#333;
     padding: 10px;
     line-height: 1.2;
     background-color: #e0edff;
     border-radius: 8px;
}
.balloon::before {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #e0edff;
}
/* end add 20220502 */

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

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

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

.sec__arrow--inner .heading02 .title-wrapper .icon {
  margin-right: 16px;
}

.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 */

/* add 20230216 */
@media print, screen and (min-width: 769px) {
  .btn_area2 {
    margin: 0 auto 138px;
  }
}
@media only screen and (max-width: 768px) {
  .btn_area2 {
    margin: 0 auto 60px;
  }
}
.btn_area2 .btn {
  font-size: 20px;
  font-weight: bold;
  display: block;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  text-decoration: none;
  color: #333;
  border: none;
  border-radius: 49px;
  border: 1px solid #707070;
}
@media print, screen and (min-width: 769px) {
  .btn_area2 .btn {
    width: 500px;
    padding: 16px 20px;
  }
}
@media only screen and (max-width: 768px) {
  .btn_area2 .btn {
    width: 275px;
    padding: 12px 20px;
  }
}

@media print, screen and (min-width: 769px) {
  .btn_area2 .btn_txt {
    padding-left: 30px;
    font-size: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .btn_area2 .btn_txt {
    padding-left: 27px;
    font-size: 18px;
  }
}
.btn_area2:hover {
  opacity: 0.7;
}