@charset "utf-8";


div.subwin-header-area {
  margin-bottom: 0;
}
body.subwin div.contents-area {
  width: auto;
  margin: 0;
  padding: 0;
}

/* common */
.nepcon-content {
  padding: 60px 30px 20px;
  color: #1a1a1a;
  line-height: 1.5;
}
.nepcon-content p { margin: 0; padding: 0; }
.nepcon-content em { font-style: normal; font-weight: bold;}
.inner {
  width: 620px;
  margin: 0 auto;
}
article .inner {
  width: auto;
  padding: 20px;
}

article .inner2 {
  width: auto;
  padding: 5px 20px;
}

.booth-img{width: 620px; margin: 0 auto 50px auto;}
.booth-img img{width: 100%;}

.oren{color: #ff9100; font-weight: bold;}

.fs12 { font-size: 12px; }
.fs14 { font-size: 14px; }
.fs16 { font-size: 16px; }

.lh19 { line-height: 19px; }

.wd60{width: 620px;margin: 0 auto;}

.ma { margin: 0 auto; }
.mt10 { margin-top: 10px !important; }
.mt45 { margin-top: 45px !important; }
.mb0 { margin-bottom: 0px !important; }
.mb5 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb65 { margin-bottom: 65px !important; }
.mb70 { margin-bottom: 70px !important; }
.mb75 { margin-bottom: 75px !important; }
.txtC { text-align: center; }
.w310 { max-width: 320px; width: 100%; }

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

.bo-left{border-left: 3px solid #696969}

.btn-list {
  margin:20px 0 50px 0;
  background: #f2f2f2;
  padding: 20px;
  letter-spacing: -.40em;
}
.btn-list li {
  letter-spacing: normal;
  display: inline-block;
  width: 410px;
  margin-right: 20px;
}
.btn-list li:last-child {
  margin-right: 0;
}
.btn-list li a {
  display: block;
  background: #000;
  border-bottom: 2px solid #cecece;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 72px;
  height: 72px;
  text-decoration: none;
  position: relative;
  opacity: 1;
  transition: opacity .2s ease-in-out;
  -moz-transition: opacity .2s ease-in-out;
  -webkit-transition: opacity .2s ease-in-out;
}
.btn-list li a:hover {
  opacity: 0.6;
  color: #fff;
  text-decoration: none;
}
.btn-list li a:after {
  content: "";
  display: block;
  background: url(../img/ico_down.png) no-repeat;
  width: 20px;
  height: 12px;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -6px;
}
.btn-list li a span {
  font-size: 10px;
}

.btn-normal {
  display: block;
  width: 100%;
  background: #000;
  border-bottom: 2px solid #cecece;
  font-size: 16px;
  font-weight: bold;
  color: #fff !important;
  text-align: center;
  text-decoration: none;
  padding: 15px 0;
  position: relative;
  opacity: 1;
  transition: opacity .2s ease-in-out;
  -moz-transition: opacity .2s ease-in-out;
  -webkit-transition: opacity .2s ease-in-out;
}
.btn-normal:hover {
  opacity: 0.6;
  text-decoration: none;
  color: #fff;
}
.btn-normal:before {
  content: "";
  display: block;
  background: url(../img/ico_left.png) no-repeat;
  width: 8px;
  height: 14px;
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -7px;
}

.anchor-link {
  border-top: 1px solid #efefef;
  padding: 50px 0;
  text-align: center;
}
.text-link {
  color: #206bd0;
  font-size: 14px;
  text-decoration: none;
  text-indent: -17px;
  display: inline-block;
}
.text-link:before {
  content: "";
  display: inline-block;
  background: url(../img/ico_left_mini.png) no-repeat;
  width: 4px;
  height: 7px;
  margin-right: 7px;
  position: relative;
  top: -1px;
}

.caption {
	font-size: 12px!important;
	text-align: right;
	margin:30px 0 0px!important;
}

.nepcon-ttl {
  text-align: center;
  margin: 60px 0 40px;
}
.nepcon-ttl02 {
  border-top: 1px solid #efefef;
  font-size: 16px;
  font-weight: bold;
  line-height: 35px;
  margin: 0 0 35px 0;
}
.nepcon-ttl02 span {
  display: inline-block;
  background: #efefef;
  padding: 0 18px;
}
.nepcon-ttl03 {
  border-bottom: 1px solid #000;
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 15px 0;
  padding-bottom: 5px;
  position: relative;
}
.nepcon-ttl03 span {
  position: absolute;
  bottom: 10px;
  right: 0;
  font-size: 12px;
}
.nepcon-ttl04 {
  border-bottom: 1px solid #000;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 15px 60px;
  padding-bottom: 5px;
  position: relative;
}
.nepcon-ttl04 span {
  position: absolute;
  bottom: 10px;
  right: 0;
  font-size: 12px;
}



/* scf content */
.nepcon-mainimage { text-align: center; }
.nepcon-mainimage img{width: 956px;}
.nepcon-sec01 {
  margin-bottom: 40px;
}
.nepcon-sec01 .finish-event {
  background: #f2f2f2;
  text-align: center;
  padding: 25px;
  margin-bottom: 40px;
}
.nepcon-sec01 .finish-event p {
  font-weight: bold;
  font-size: 16px;
  line-height: normal;
  color: #999999;
  margin: 0 0 10px 0;
}
.nepcon-sec01 .finish-event a {
  color: #206bd0;
  font-size: 14px;
  text-decoration: none;
  opacity: 1;
  transition: opacity .2s ease-in-out;
  -moz-transition: opacity .2s ease-in-out;
  -webkit-transition: opacity .2s ease-in-out;
}
.nepcon-sec01 .finish-event a:hover {
  opacity: 0.6;
}
.nepcon-sec01 .finish-event a:before {
  content: "";
  background: url(../img/ico_left_mini.png) no-repeat;
  display: inline-block;
  width: 4px;
  height: 7px;
  margin-right: 7px;
  position: relative;
  top: -1px;
}
.nepcon-sec01 h2 {
  background: none;
  padding: 0;
  margin: 0 0 40px 0;
  text-align: center;
}
.nepcon-sec01 p {
  font-size: 14px;
  line-height: 28px;
}

.nepcon-sec02,
.nepcon-sec03 {
  margin-bottom: 40px;
  border: 1px solid #dfdfdf;
  border-top: 4px solid #000;
  opacity: 0;
  transition: all .5s ease-in;
  -moz-transition: all .5s ease-in;
  -webkit-transition: all .5s ease-in;
  transform: translateY(50px);
}
.is-mv{
  opacity: 1.0;
  transform: translateY(0px);
}

.summary-list {
  border-top: 1px solid #efefef;
  margin: 0 0 15px 0;
}
.summary-list dt {
  display: inline-block;
  background: #efefef;
  font-size: 16px;
  font-weight: bold;
  line-height: 35px;
  padding: 0 18px;
}
.summary-list dd {
  font-size: 22px;
  font-weight: bold;
  /*letter-spacing: -1.2px;*/
  margin-left: 100px;
  margin-top: -15px;
}
.summary-list dd em {
  font-size: 32px;
}
.summary-list dd span {
  font-size: 16px;
  font-weight: normal;
  display: block;
}
.summary-list dd a.access-link {
  margin-left: 15px;
  color: #206bd0;
  font-size: 16px;
  text-decoration: none;
  position: relative;
  top: -2px;
  opacity: 1;
  transition: opacity .2s ease-in-out;
  -moz-transition: opacity .2s ease-in-out;
  -webkit-transition: opacity .2s ease-in-out;
}
.summary-list dd a.access-link:before {
  content: "";
  display: inline-block;
  background: url(../img/ico_left_mini.png) no-repeat;
  width: 4px;
  height: 7px;
  margin-right: 7px;
  position: relative;
  top: -2px;
}
.summary-list dd a.access-link:hover {
  opacity: 0.6;
}

/* nepcon2018 180119*/
.nepcon-main {
  background: url('../img/mainimage.jpg') no-repeat right;
  height: 380px;
  width: 954px;
}
.nepcon-main .nepcon-main__block{
  background: #0068b7;
  background: linear-gradient(135deg, #0068b7 0%, #37b1de 100%);
  box-sizing: border-box;
  color: #fff;
  height: 380px;
  margin: 0;
  padding: 30px;
  width: 350px;
}
.nepcon-main .nepcon-main__block h1{
  border-bottom: #fff solid 1px;
  font-size: 24px;
  line-height: 1.5;
  margin: 0 0 30px;
  padding: 0 0 30px;
}
.nepcon-content .nepcon-content__inner h3{
  font-size: 28px;
  margin: 0 0 40px;
  text-align: center;
}
.nepcon-content .nepcon-content__inner h3 span{
  border-bottom: #0068b7 solid 3px;
  display: inline-block;
  padding: 0 15px 5px;
}
.nepcon-content .nepcon-content__inner h4{
  background-color: #0068b7;
  color: #fff;
  height: 40px;
  line-height: 40px;
  margin: 30px auto;
  text-align: center;
  width: 200px;
}
.nepcon-content .nepcon-content__inner ul{
  margin: 0;
  padding: 0;
}
.nepcon-content .nepcon-content__inner ul.bdr_b{
  border-bottom: #ccc solid 1px;
}
.nepcon-content .nepcon-content__inner ul li{
  float: left;
  list-style: none;
  margin: 0 34px 30px 0;
  width: 430px;
}
.nepcon-content .nepcon-content__inner ul li:nth-child(even){margin-right: 0;}
.nepcon-content .nepcon-content__inner ul li h5{
  font-size: 17px;
  font-weight: bold;
  margin: 15px 0 10px; 
  text-align: center;
}
.nepcon-content .nepcon-content__inner ul li p{font-size: 15px;}