@charset "utf-8";
@import url("/css/box-side.css");

/* header-nav */

#info .header-nav__item--info > a:after,
#pressrelease .header-nav__item--info > a:after {
  left: 0;
  width: 100%;
}

#case .header-nav__item--case > a:after {
  left: 0;
  width: 100%;
}

/* area-ttl */

.area-ttl {
  background: url(/pressrelease/img/bg-ttl-01.jpg) no-repeat 50% 50%;
  background-size: cover;
}

.area-ttl__ttl {
  background: url(/img/common/icon-nav-03.png) no-repeat 50% 0;
  background-size: 32px auto;
}

#case .area-ttl {
  background: url('https://www.cybertrust.co.jp/img/common/bg-ttl-02.jpg') no-repeat 50% 50%;
  background-size: cover;
}

#case .area-ttl__ttl {
  background: url(/case/img/case-icon.png) no-repeat 50% 0;
  background-size: 32px auto;
}

#case .area-ttl__ttl {
  background: url(/case/img/case-icon.png) no-repeat 50% 0;
  background-size: 32px auto;
}
#case .area-ttl__ttl a{color:#303F9F !important;}


#pressrelease .area-ttl {
  background: url(/pressrelease/img/bg-ttl-01.jpg) no-repeat 50% 50%;
  background-size: cover;
}

#pressrelease .area-ttl__ttl {
  background: url(/img/common/icon-nav-03.png) no-repeat 50% 0;
  background-size: 32px auto;
}

#webinar .area-ttl {
  background: url('/webinar/img/webinar-titlebar.png') no-repeat center center;
  background-size: cover;
}
#webinar .area-ttl__ttl {
  background: url('/webinar/img/webinar-icon.svg') no-repeat 50% 0;
  background-size: 32px auto;
}
#webinar .area-ttl__ttl a{
  color:#01579B;
  /* text-shadow: rgba(21,40,40,0.66) 0 0 3px; */
}




#info .area-ttl {
  background: url(/info/img/bg-ttl-01.jpg) no-repeat 50% 50%;
  background-size: cover;
}

#info .area-ttl__ttl {
  background: url(/img/common/icon-nav-04.png) no-repeat 50% 0;
  background-size: 32px auto;
}

.col-main {
  position: relative;
}

.entry-cat {
  position: absolute;
  top: -30px;
  left: 0;
  width: 120px;
  line-height: 18px;
  color: #fff;
  font-size: 10px;
  text-align: center;
}

.entry-cat--cat1 {
  background: #c2185b;
}

.entry-cat--cat2 {
  background: #1976d2;
}

.entry-cat--cat3 {
  background: #0097a7;
}

.entry-cat--cat4 {
  background: #ffa000;
}

.entry-cat--cat5 {
  background: #689f38;
}

.entry-cat--cat6 {
  background: #e64A19;
}

.col-main h1 {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #cbdbbe;
}

.col-main h1:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 20px;
  height: 2px;
  background: #689f38;
}

.info-row__col--cat1 a:hover .info-row__img:after {
  border: 3px solid #c2185b;
}

.info-row__col--cat2 a:hover .info-row__img:after {
  border: 3px solid #1976d2;
}

.info-row__col--cat3 a:hover .info-row__img:after {
  border: 3px solid #0097a7;
}

.info-row__col--cat4 a:hover .info-row__img:after {
  border: 3px solid #ffa000;
}

.info-row__col--cat5 a:hover .info-row__img:after {
  border: 3px solid #689f38;
}

.info-row__col--cat6 a:hover .info-row__img:after {
  border: 3px solid #e64A19;
}

.info-row__date .cat-info {
  display: inline-block;
  float: right;
  width: 120px;
  line-height: 18px;
  color: #fff;
  font-size: 10px;
  font-weight: normal;
  text-align: center;
}

.info-row__col--cat1 .cat-info {
  background: #c2185b;
}

.info-row__col--cat2 .cat-info {
  background: #1976d2;
}

.info-row__col--cat3 .cat-info {
  background: #0097a7;
}

.info-row__col--cat4 .cat-info {
  background: #ffa000;
}

.info-row__col--cat5 .cat-info {
  background: #689f38;
}

.info-row__col--cat6 .cat-info {
  background: #e64A19;
}

.description_field{
  margin: 1.5em 0;
}

.description_field dl{
  position: relative;
}


.description_field dl dt{
	color: #0288d1;
	font-weight:bold;
	padding-top:0.5em;
    font-size:14pt;
}

.description_field dl dd{
	border-bottom: dashed 1px silver;
	padding-bottom:0.5em;
}

.maintenance-list {
  margin: 0 0 50px;
  font-size: 14px;
}

.maintenance-list dt {
  float: left;
  font-weight: normal;
}

.maintenance-list dd {
  margin: 0 0 10px 160px;
}




@media only screen and (max-width: 1150px) {
  .info-row__date .cat-info {
    display: block;
    float: none;
    margin: 5px 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .entry-cat {
    position: static;
    margin: -10px 0 10px;
  }
  
  .col-main h1 {
    font-size: 22px;
  }
  
  .box-side-list {
    font-size: inherit;
  }

  .box-side-list__item a {
    padding: 15px 10px;
  }
  
  .box-side-list__date .cat-info {
    display: inline-block;
    /* float: right; */
    margin: 0;
  }

  .box-side-list .box-side-list .box-side-list__item a {
    position: relative;
    padding: 15px 10px 15px 20px;
  }

  .box-side-list .box-side-list .box-side-list__item a:before {
    top: 22px;
  }
  
  .info-row__date .cat-info {
    width: auto;
  }

  .maintenance-list {
    margin: 0 0 25px;
  }

  .maintenance-list dt {
    float: none;
    margin: 0 0 5px;
  }

  .maintenance-list dd {
    margin: 0 0 15px;
  }
}

.jumbotron {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  margin-bottom:0;
  padding: 3em 0 3em;
  min-height:360px;
  display:flex;
  align-items:center;
}

.jumbo-text {
text-shadow:
    #111 2px 0px 0px, black -2px 0px 0px,
    #111 0px -2px 0px, black 0px 2px 0px,
    #111 2px 2px 0px, black -2px 2px 0px,
    #111 2px -2px 0px, black -2px -2px 0px,
    #111 1px 2px 0px, black -1px 2px 0px,
    #111 1px -2px 0px, black -1px -2px 0px,
    #111 2px 1px 0px, black -2px 1px 0px,
    #111 2px -1px 0px, black -2px -1px 0px,
    #111 1px 1px 0px, black -1px 1px 0px,
    #111 1px -1px 0px, black -1px -1px 0px;
}

.partners-cover{
  background: url('/partners/img/partners-cover.jpg') no-repeat top;
  background-size: 100% auto;
}

.linkthumb {
    display: inline-flex;
    max-width: 64px;
    min-width: 64px;
}

.badge {font-weight:normal;}




#learning .area-ttl {background: #68adaa;}
#learning .area-ttl .area-ttl__inner {margin-bottom:50px; line-height: 1.3;}
#learning .area-ttl .area-ttl__inner a {color: #fff;}


@media only screen and (max-width: 767px) {
  #learning .area-ttl { padding: 33px 0 0; }
  #learning .area-ttl .area-ttl__inner {margin-bottom:33px;}
}

@media only screen and (max-width: 600px) {
 .photo-col{padding-right:0 !important;}
}
.inline-image{margin:0 1rem 0.5rem; max-width:320px;}

figure{text-align:center; margin-top:2em;margin-bottom:2em; max-width: 960px; margin-inline: auto;}
figcaption{font-size:10pt; color:#666; margin-top:0.5em;}

@media only screen and (max-width: 520px) {
 h2{font-size:1.6rem;}
 .logo-img-center{margin:0 auto; max-width:300px;}
 .inline-image{display:block; width:100%; max-width:100%;  margin:0 auto 0.5rem;}
 figcaption{font-size:8.5pt;}
 .display-5 {font-size: 2rem;}
 .display-6 {font-size: 2rem;}
}