



/* フレーム設定-------------------------------------------------------------------------------- */
#content {
  background-color: #CDDCDC;
  background-image: radial-gradient(at 50% 100%, rgba(255, 255, 255, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%), linear-gradient(to bottom, rgba(255, 255, 255, 0.25) 0%, rgba(0, 0, 0, 0.25) 100%);
  background-blend-mode: screen, overlay;
}



.adspecial_type1{max-width: none !important; padding: 0;}

.frame_col_left_inner {
  display: flex;
  justify-content: space-between;
  max-width: 980px;
  margin: 0 auto;
  padding: 0 16px;
}
.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 {
  position: relative;
  margin-bottom: 24px;
  padding: 8px 16px;
  padding-bottom: 8px;
  background-color: #2278AC;
  color: #fff;
  font-size: 1rem;
  line-height: 1;
}
h2.adspecial::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  display: block;
  width:4px;
  height: calc(100% - 8px);
  background: #47A9AC;
}


/* hero */
.head_title {
  display: flex;
  align-items: center;
  height: 400px;
  color: #fff;
  background: url(/extra/uniadex_hpe_202010/media/head_title.jpg) no-repeat center center;
  background-size: cover;
}
.head_title h1{
  position: relative;
  width: 100%;
  padding: 0 24px;
  font-size: 1.8rem;
  text-align: center;
  line-height: 1.5;
  font-feature-settings: "palt" 1;
    opacity: 0;
    letter-spacing: -0.2em;
animation: title 1.6s ease .5s 1 forwards;
}

@keyframes title {
0% {
    opacity: 0;
    letter-spacing: -0.2em;
}
100% {
    opacity: 1;
    letter-spacing: 0em;
}
}

.head_title h1::after {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 10%;
  display: block;
  width: 80%;
  height: 2px;
background: linear-gradient(to right, #081839 0%,#f2f6f8 50%,#f2f6f8 50%,#081839 100%); 
  transform: scale(0,1);
  animation: expand 1.2s ease 1.8s 1 forwards;
}

@keyframes expand {
  0% {transform: scale(0,1);}
  100% {transform: scale(1,1);}
}

.head-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
}
.head-logo img {max-width: 100%; width: 200px; margin: 0 48px;}

.special-lead {
  max-width: 980px;
  margin: 0 auto;
  padding: 48px 24px;
}

/* section */
.section {
  position: relative;
  margin-bottom: 24px;
  overflow: hidden;
  background-color: #fff; 
  box-shadow: 0 2px 3px #aaa;
}


/* 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%;
}
.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-horizon li a {
  display: flex;
  align-items: center;
}

.panel-horizon .panel-thumb {
  margin-right: 24px;  
}


.panel-col2,
.panel-col3,
.panel-col5 {
  display: flex;
  flex-wrap: wrap;
}


.panel-col2 li {
  width: 48%;
}


.panel-col3 li {
  width: 31%;
}

/*.panel-col3 li a {background-color: #2084A4; color: #fff;}*/
.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-col5 li {
  width: 18%;
}

.panel-col5 li a {
  flex-direction: column;
}

.panel-col5 li a .panel-thumb {
  display: flex;
  align-items: center;
  height: 170px;
  margin: 0 auto 16px;
}

.panel-col5 li a .panel-txt {
  margin-top: auto;
}

.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;
}
.panel-right .panel-contact a.btn-contact {
  display: block;
  margin-bottom: 8px;
  padding: 16px;
  font-size: 1.25rem;
  border-radius: 50px;
  background: #2D96D7;
  color: #fff;
  transition: background .5s;
}
 .panel-right .panel-contact a.btn-contact:hover {background: #354D9A; color: #fff !important; }


/* 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_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){
.head_title {
  height: 200px;
}
.head_title h1{
  font-size: 1rem;
}

.head-logo img {max-width: 100%; width: 150px; margin: 0 8px;}
  .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;}

}


