/**
 * All Genericons
 */
.genericon {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
}

.genericon::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 17px;
  height: 17px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.genericon-menu::before {
  background-image: url(/views/images/menu.svg);
}

.genericon-close-alt::before {
  background-image: url(/views/images/close-alt.svg);
}

.genericon-search::before {
  background-image: url(/views/images/search.svg);
}

.genericon-mail::before {
  background-image: url(/views/images/mail.svg);
}

.genericon-print::before {
  background-image: url(/views/images/print.svg);
}

.genericon-plus::before {
  background-image: url(/views/images/plus.svg);
}

.genericon-minus::before {
  background-image: url(/views/images/minus.svg);
}

.toolbar .genericon::before {
  width: 24px;
  height: 24px;
}

/*------------------------------------*\
    $BASE
\*------------------------------------*/
body {
  position: relative;
  font: 17px/23px "Apple SD Gothic Neo", sans-serif;
  background-color: white;
  color: black;
  letter-spacing: -0.5px;
}
body.show-search, body.show-menu {
  overflow-y: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 800;
}

h1 {
  font-size: 35px;
  line-height: 37px;
}

h2 {
  font-size: 30px;
  line-height: 35px;
}

h3 {
  font-size: 20px;
  line-height: 26px;
}

h4 {
  font-size: 18px;
  line-height: 24px;
}

h5 {
  font-size: 17px;
  line-height: 23px;
}

a:hover {
  color: #2f4e8f;
}

main {
  padding-top: 24px;
}
@media only screen and (min-width: 768px) {
  /* main .col-r {
    position: relative;
  } */
  main .col-r::before {
    content: "";
    display: block;
    background-color: #e0e0e0;
    position: absolute;
    top: 0;
    left: -12px;
    width: 1px;
    height: 100%;
  }
}

.block-ad {
  text-align: center;
}

.block-title {
  font-weight: 800;
  font-size: 20px;
  line-height: 20px;
  color: #2f4e8f;
  position: relative;
  margin-bottom: 20px;
}
.block-title span {
  display: inline-block;
  background-color: white;
  padding-right: 12px;
  position: relative;
}
.block-title::before {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  /*background-color: #076aad;*/
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.block-title.g {
  color: #89a63c;
}
.block-title.g::before {
  /*background-color: #89a63c;*/
}

article .topic {
  font-weight: 500;
  color: #555;
  font-size: 13px;
}
article summary {
  font-size: 14px;
  line-height: 20px;
  color: #727272;
}
.main_column article h2, .main_column article h3, .main_column article h4, .main_column article h5 {
  padding-bottom: 12px;
}
article .num {
  padding-right: 20px;
  font-weight: 800;
  font-style: italic;
  font-size: 34px;
  line-height: 34px;
  color: #999;
}
@media only screen and (min-width: 768px) {
  article.headline {}
}

/*
eye direction of article
td = top down

tl = top left
trs = top right small
tr = top right

tt - top title
*/
.trs,
.tr {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #e0e0e0;
}
.trs::after,
.tr::after {
  content: "";
  display: table;
  clear: both;
}
.main_column .trs figure, .main_column
.tr figure {
  margin-bottom: 5px;
}

.trs figure {
  float: right;
  margin-left: 12px;
}
.trs:first-of-type {
  border-top: 0;
  padding-top: 0;
}

.tr figure {
  max-width: 45%;
  float: right;
  margin-left: 12px;
}

.td {
  padding-bottom: 24px;
}
.td figure {
  margin-bottom: 12px;
}

.tt {
  margin-bottom: 24px;
}
@media only screen and (max-width: 1023px) {
  .tt figure {
    margin-bottom: 12px;
  }
}
@media only screen and (min-width: 1024px) {
  .tt {
    position: relative;
  }
  .tt h4 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .tt h4 a {
    display: block;
    /*background-color: rgba(0, 0, 0, 0.35);*/
    
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+84&0+0,0.75+84 */
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.75) 84%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 84%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 84%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#bf000000',GradientType=0 ); /* IE6-9 */

    color: white;
    padding: 10px;
    opacity: 0.9;
  }
  .tt h4 a:hover {
    background-color: #2f4e8f;
    color: white;
  }
  .main_column .tt h4 {
    padding-bottom: 0;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .tr-sm {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #e0e0e0;
  }
  .tr-sm::after {
    content: "";
    display: table;
    clear: both;
  }
  .tr-sm figure {
    max-width: 45%;
    float: right;
    margin-left: 12px;
  }
}
.mb25 {
  margin-bottom: 25px;
}

.pb25 {
  padding-bottom: 25px;
}

.t {
  border-top: 1px solid #e0e0e0;
  padding-top: 12px;
  padding-bottom: 12px;
}
@media only screen and (min-width: 768px) {
  .t:first-of-type {
    border-top: 0;
    padding-top: 0;
  }
}

.col-sm-l,
.col-sm-r,
.col-md-l,
.col-md-r {
  padding-left: 12px;
  padding-right: 12px;
}

@media only screen and (min-width: 768px) {
  .col-sm-l {
    float: left;
    width: calc(100% - 324px);
  }

  .col-sm-r {
    float: right;
    width: 324px;
  }
}
@media only screen and (min-width: 1024px) {
  .col-md-l {
    float: left;
    width: calc(100% - 324px);
  }

  .col-md-r {
    float: left;
    width: 324px;
  }

  .col-md-8.is_stuck,
  .col-md-4.is_stuck {
    padding-left: 12px;
    padding-right: 12px;
  }
}
/*------------------------------------*\
    $HEADER
\*------------------------------------*/
.search {
  font-weight: 800;
  color: #010101;
}

.pn .menu {
  font-weight: 800;
  color: #010101;
}
.pn .keywords {
  font-size: 16px;
  color: #555;
}

.pa {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transform: translate(-100%, 0%);
  -ms-transform: translate(-100%, 0%);
  -webkit-transform: translate(-100%, 0%);
  transform: translate(-100%, 0%);
  position: fixed;
  top: 0;
  left: 0;
  width: 200px;
  height: 100vh;
  overflow-y: scroll;
  background-color: white;
  z-index: 100;
}
.show-menu .pa {
  -moz-box-shadow: rgba(0, 0, 0, 0.24) 2px 8px 18px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.24) 2px 8px 18px;
  box-shadow: rgba(0, 0, 0, 0.24) 2px 8px 18px;
  -moz-transform: translate(0%, 0%);
  -ms-transform: translate(0%, 0%);
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
}
.pa .genericon-close-alt {
  display: block;
  width: 45px;
  height: 45px;
  margin-left: auto;
  line-height: 45px;
}
.pa ul {
  padding: 20px;
  font-size: 15px;
  line-height: 38px;
  border-bottom: 1px solid #eee;
}
.pa ul li.label {
  border-bottom: 1px solid #eee;
}
.pa .menu {
  padding-top: 0;
}
.pa .search {
  border-bottom: 0;
  display: flex;
}
.pa .search li:first-child {
  width: 100%;
}
.pa .search .genericon-search {
  font-size: 22px;
}
.pa .search .genericon-search::before {
  width: 22px;
  height: 22px;
}

/*family site start*/
.bg-color {
	height: 32px; 
	background-color: #f5f5f5;
}   
.bg-color .family-site {
	width:1176px; 
	margin:auto; 
	font-size:13px; 
	color:#000000; 
	position: relative; 
	top: 6px;} 
.bg-color .family-site a:link { 
	color: #000000; 
	text-decoration: none;
}
.bg-color .family-site a:visited { 
	color: #000000; 
	text-decoration: none;}
.bg-color .family-site a:hover { 
	color: #000000; 
	text-decoration: underline;}
@media only screen and (max-width: 1023px) {
  .bg-color, .family-site {
	display: none;
  } 
}
/*family site end*/ 

.ph {
  background-color: white;
  position: relative;
  z-index: 99;
}

/*social button start*/ 
.ph .social-icon{
	margin-left: 50px;
}
@media only screen and (max-width: 1023px) {
  .ph .social-icon {
    display: none;
  }
}
/*social button end*/ 

.ph .top {
  border-bottom: 3px solid #333;
}
@media only screen and (max-width: 767px) {
  .ph .top .search .label {
    display: none;
  }
}
.ph .title {
  font-weight: 800;
  font-size: 30px;
  line-height: 30px;
}
.ph .logo a {
  display: block;
  height: 21.25px;
  background: url(../images/logo.svg) center/contain no-repeat;
  margin: 17px auto;
}

/*logo start*/
@media only screen and (min-width: 1024px) {
  .ph .logo a {
    width: 207px;
    height: 44px;
    margin-top: 18px;
	margin-left:46%;
    margin-bottom: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width:1023px) {
  .ph .logo a {
    width: 160px;
	height: 34px;
    margin-top: 14px;
    margin-bottom: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .ph .logo a {
	height: 21.25px;
  }
}
/*logo end*/
	
  .not-front .ph .logo a {
    width: 147px;
  }
}
.ph .genericon-menu {
  color: #010101;
  font-weight: 800;
}
.ph .genericon-menu::before {
  display: inline-block;
  vertical-align: middle;
  font-weight: normal;
}
@media only screen and (min-width: 768px) {
  .ph .genericon-menu::before {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .ph .genericon-menu {
    font-size: 0;
  }
  .ph .genericon-menu::before {
    font-size: 17px;
  }
}
.ph .pn {
  border-bottom: 1px solid #eee;
  padding-top: 17px;
  padding-bottom: 17px;
}
.ph li {
  padding-left: 12px;
  padding-right: 10px;
}
.ph li.label::after {
  content: "|";
  margin-left: 15px;
  color: #b8b8b8;
  font-weight: 400;
}
.ph li:first-child {
  padding-left: 0;
}
.ph li:last-child {
  padding-right: 0;
}
.ph .searchform {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: #f5f5f5;
  padding-top: 30px;
  padding-bottom: 30px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  visibility: hidden;
}
.show-search .ph .searchform {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  visibility: visible;
}
.ph .searchform input {
  height: 50px;
}
.ph .searchform form {
  display: flex;
  flex: 1;
  max-width: 800px;
}
.ph .searchform .form-text {
  background-color: white;
  font-size: 15px;
  flex: 1;
  text-indent: 20px;
}
.ph .searchform .form-submit {
  background-color: black;
  color: white;
  font-weight: 800;
  cursor: pointer;
  font-size: 17px;
  padding-left: 30px;
  padding-right: 30px;
  flex: none;
}
.ph .searchform .genericon-close-alt {
  font-size: 22px;
  line-height: 50px;
  width: 50px;
  color: #c0c0c0;
  margin-left: 30px;
}
.ph .searchform .genericon-close-alt::before {
  width: 22px;
  height: 22px;
}

@media only screen and (min-width: 1024px) {
  .scrollHeader.front .top {
    display: none;
  }
  .scrollHeader.not-front .ph .genericon-menu {
    font-size: 0;
  }
  .scrollHeader.not-front .ph .genericon-menu::before {
    font-size: 17px;
  }
  .scrollHeader.not-front .ph .logo a {
    width: 96px;
    height: 21.25px;
    margin-left: 0;
  }
  .scrollHeader.not-front .ph .bottom ul, .scrollHeader.not-front .ph .bottom time {
    display: none;
  }
  .scrollHeader.not-front .ph .bottom .title {
    position: absolute;
    top: -51px;
    left: 150px;
    font-size: 17px;
    line-height: 17px;
  }
}
@media only screen and (max-width: 1023px) {
  .scrollHeader .scroll-hide {
    display: none;
  }
  .scrollHeader .ph .logo a {
    height: 21.25px;
    margin-top: 17px;
    margin-bottom: 17px;
  }
}

#page_nav {
  width: 100%;
  clear: both;
  display: block;
  margin: 10px 0;
}
#page_nav a {padding: 15px;}
#page_nav .ic-bar {border-right: #ddd 1px solid;}
.imageBox {width: 100%!important;}

/*------------------------------------*\
    $FOOTER
\*------------------------------------*/
.pf {
  background-color: #f5f5f5;
  font-size: 14px;
  padding-top: 40px;
  padding-bottom: 40px;
}
.pf .logo a {
  display: block;
  width: 131px;
  height: 28px;
  background: url(/views/images/jkn_logo2019_1.png) center/contain no-repeat;
  opacity: .65;
}
.pf .links li::before {
  content: "/";
  margin-left: 10px;
  margin-right: 10px;
}
.pf .links li:first-child::before {
  content: none;
}
.pf .content > div {
  margin-top: 12px;
}
@media only screen and (min-width: 768px) {
  .pf .content {
    padding-left: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .pf .content {
    padding-top: 24px;
  }
}
