



/* フレーム設定-------------------------------------------------------------------------------- */
#content {
  background: #F5F8FB;
}

.adspecial_type1{
padding: 0;
background: url(/extra/networld_nutanix_202111/media/head_title.jpg) no-repeat 50% 72px;
background-size: contain;
}

.frame_col_left_inner {
  display: flex;
  justify-content: space-between;
  max-width: 980px;
  margin: 0 auto;
}
.adspecial-left {
 width: 100%;
}

.adspecial-right {
  width: 300px;
  flex-shrink: 0;
  margin-left: 24px;
}


footer{
margin-top:0;
}


.block_sponsored {
padding: 30px 0;
text-align: center;
color:#444;
}

.block_sponsored a{
color:#fb660c;
}


h2.adspecial,
h3.adspecial {
  margin-bottom: 24px;
  padding:16px;
  border-bottom: 4px solid #4EB1DE;
  background: linear-gradient(to right, #0C213C 0%, #4A90E2 100%);
  color: #fff;
  font-size: 1rem;
  line-height: 1;
}


/* hero */
.head_title {
  position: relative;
  display: flex;
  align-items: center;
  height: 300px;
  color: #fff;
}
.head_title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(39,93,167,0.7) 0%,rgba(39,93,167,0) 100%); 
}
.head_title h1{
  position: relative;
  width: 100%;
  padding: 0 48px;
  font-size: 1.8rem;
  line-height: 1.5;
  font-feature-settings: "palt" 1;
  text-shadow: 0 2px 3px #000;
}

.head-logo {
  display: flex;
  justify-content: center;
  align-items: center;
}
.head-logo img {max-width: 100%; margin: 16px 48px;}

.special-lead {
  max-width: 980px;
  margin: 0 48px 80px;
  padding: 48px 48px 32px;
  background: rgba(255,255,255,.9);
  box-shadow: 0 0 3px #ccc;
}
.special-lead p {padding-bottom: 16px;}

/* section */
.section {
  position: relative;
  margin-bottom: 24px;
  overflow: hidden;
  background-color: #fff; 
  box-shadow: 0 2px 3px #ccc;
}


/* panel */
.panel li {
  margin: 0 1% 16px;
}
.panel li a {
  display: block;
  height: 100%;
  padding: 16px;
  transition: background-color 0.5s;
  overflow: hidden;
}

.panel li a .panel-thumb {
  margin-bottom: 16px;
  text-align: center;
}
.panel li a .panel-thumb img {
  max-width: 100%;
  border: 1px solid #ccc;
}
.panel li a .panel-txt {
  line-height: 1.3;
}

.panel li.movie a .panel-thumb {position: relative;}
.panel li.movie a .panel-thumb::before, .panel li.movie a .panel-thumb::after {
  position: absolute;
  content: "";
  z-index: 5;
}
.panel li.movie a .panel-thumb::before {
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  top: calc(50% - 12px);
  left:  calc(50% - 12px);
  background-color: rgba(0,0,0,0.6);
}
.panel li.movie a .panel-thumb::after {
  top: calc(50% - 6px);
  left:  calc(50% - 3.5px);
width: 0;
height: 0;
border-style: solid;
border-width: 6px 0 6px 10px;
border-color: transparent transparent transparent #ffffff;
}



.panel-col2,
.panel-col3 {
  display: flex;
  flex-wrap: wrap;
}

.panel-col2 {
  justify-content: space-between;
}
.panel-col2 li {
  width: 48%;
}


.panel-col3 li {
  width: 31%;
}

.panel-col3 li a .panel-thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 160px;
}
.panel-col3 li a .panel-thumb img {
  width: auto;
  max-height: 100%;
}
.panel-col3 li a .panel-txt {
  margin-top: 16px;
  font-size: .85rem;
}

.panel-right .panel a {
  padding-top: 0;
  background-color: transparent;
  box-shadow: none;
  border-radius: 0;
  border-bottom: 1px dotted #ccc;
  font-size: 14px;
}
.panel-right .panel a small {font-size: 12px; display: block; color: #666;}
.panel-right .panel-contact li {
  padding: 0 16px 16px;
  border-bottom: 1px dotted #ccc;
  text-align: center;
}
.panel-right .panel-contact a {
  display: inline;
  padding: 0;
  border: none;
}



/* movie */
.bnr-l {
  margin: 0 16px 16px;
  text-align: center;
}
.bnr-l img:hover {
  opacity: .6;
}


/* related article */
.article {
  padding: 0 24px;
}

.article li a {
  display: flex;
  align-items: center;
  padding: 16px 0;
  border-bottom: 1px solid #ccc;
}
.article li .article-thumb {
  width: 80px;
  margin-right: 16px;
  flex-shrink: 0;
}
.article li .article-thumb img {width: 100%;}




/* responsive -------------------------------------------------------------------------------- */
@media screen and (max-width:960px){

.frame_col_left {
  padding: 16px;
}
.frame_col_left_inner {
  display: block;
}

.adspecial-right {
  width: 100%;
  margin-left: 0
}
  .panel-col3 li,
  .panel-col5 li {width: 48%; margin-bottom: 8px;}
  .panel-col3 li a,
  .panel-col5 li a {display: flex; align-items: center;}
  .panel-col3 li a .panel-thumb,
  .panel-col5 li a .panel-thumb {width: 80px; height: auto; margin: 0 16px 0 0;}
  .panel-col3 li a .panel-txt,
  .panel-col5 li a .panel-txt {margin-top: 0; width: 100%;}
}

@media screen and (max-width:640px){
.adspecial_type1 {
  background-position: 50% 40px;
}


.head_title h1{
padding: 24px;
  font-size: 1.25rem;
}

.head-logo img {
  margin: 8px 0;
  height: 24px;
}

.special-lead {
  margin: 0 16px  40px;
  padding: 16px 16px 0;
}

  .panel-col2 li,
  .panel-col3 li,
  .panel-col5 li {width: 100%; margin: 0 0 16px;}
  .panel-horizon li a {display: block;}
  .panel-horizon .panel-thumb {margin-right: 0;}

}


