@-moz-keyframes tjp2016_loading_anime1 {
  0% {
    -moz-transform: rotate(0);
         transform: rotate(0);
  }
  25%, 50% {
    -moz-transform: rotate(180deg);
         transform: rotate(180deg);
  }
  75%, 100% {
    -moz-transform: rotate(360deg);
         transform: rotate(360deg);
  }
}
@-webkit-keyframes tjp2016_loading_anime1 {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  25%, 50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  75%, 100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-o-keyframes tjp2016_loading_anime1 {
  0% {
    -o-transform: rotate(0);
       transform: rotate(0);
  }
  25%, 50% {
    -o-transform: rotate(180deg);
       transform: rotate(180deg);
  }
  75%, 100% {
    -o-transform: rotate(360deg);
       transform: rotate(360deg);
  }
}
@keyframes tjp2016_loading_anime1 {
  0% {
    -webkit-transform: rotate(0);
       -moz-transform: rotate(0);
         -o-transform: rotate(0);
            transform: rotate(0);
  }
  25%, 50% {
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
         -o-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  75%, 100% {
    -webkit-transform: rotate(360deg);
       -moz-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-moz-keyframes tjp2016_loading_anime2 {
  0%, 25% {
    -moz-transform: rotate(0deg);
         transform: rotate(0deg);
  }
  50%, 75% {
    -moz-transform: rotate(180deg);
         transform: rotate(180deg);
  }
  100% {
    -moz-transform: rotate(360deg);
         transform: rotate(360deg);
  }
}
@-webkit-keyframes tjp2016_loading_anime2 {
  0%, 25% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50%, 75% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-o-keyframes tjp2016_loading_anime2 {
  0%, 25% {
    -o-transform: rotate(0deg);
       transform: rotate(0deg);
  }
  50%, 75% {
    -o-transform: rotate(180deg);
       transform: rotate(180deg);
  }
  100% {
    -o-transform: rotate(360deg);
       transform: rotate(360deg);
  }
}
@keyframes tjp2016_loading_anime2 {
  0%, 25% {
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50%, 75% {
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
         -o-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
       -moz-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
p {
  margin-top: 0;
}
/* ---------------------------------------------------------
 ローディング関係
--------------------------------------------------------- */
.information_loading {
  position: absolute;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  top: auto;
  left: 50%;
  margin-left: -20px;
  -webkit-transition: visibility 0s linear 0.4s;
     -moz-transition: visibility 0s linear 0.4s;
       -o-transition: visibility 0s linear 0.4s;
          transition: visibility 0s linear 0.4s;
}
.information_loading:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border: 3px solid rgba(229,229,229,0.8);
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
}
.information_loading .__pane {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  overflow: hidden;
}
.information_loading .__paneInr {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.information_loading .__paneInr2 {
  position: absolute;
  top: 0;
  width: 200%;
  height: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border: 3px solid #f00;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  -webkit-transform-origin: center;
     -moz-transform-origin: center;
      -ms-transform-origin: center;
       -o-transform-origin: center;
          transform-origin: center;
}
.information_loading .__pane:nth-child(1) {
  left: 50%;
}
.information_loading .__pane:nth-child(1) .__paneInr {
  -webkit-transform-origin: left center;
     -moz-transform-origin: left center;
      -ms-transform-origin: left center;
       -o-transform-origin: left center;
          transform-origin: left center;
  -webkit-animation: tjp2016_loading_anime1 0.9s linear infinite;
     -moz-animation: tjp2016_loading_anime1 0.9s linear infinite;
       -o-animation: tjp2016_loading_anime1 0.9s linear infinite;
          animation: tjp2016_loading_anime1 0.9s linear infinite;
}
.information_loading .__pane:nth-child(1) .__paneInr2 {
  left: -100%;
}
.information_loading .__pane:nth-child(2) {
  left: 0;
}
.information_loading .__pane:nth-child(2) .__paneInr {
  -webkit-transform-origin: right center;
     -moz-transform-origin: right center;
      -ms-transform-origin: right center;
       -o-transform-origin: right center;
          transform-origin: right center;
  -webkit-animation: tjp2016_loading_anime2 0.9s linear infinite;
     -moz-animation: tjp2016_loading_anime2 0.9s linear infinite;
       -o-animation: tjp2016_loading_anime2 0.9s linear infinite;
          animation: tjp2016_loading_anime2 0.9s linear infinite;
}
.information_loading.js-hide {
  visibility: hidden;
}
.information_loaded_content {
  opacity: 0;
  -webkit-transition: opacity 0.1s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.4s;
     -moz-transition: opacity 0.1s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.4s;
       -o-transition: opacity 0.1s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.4s;
          transition: opacity 0.1s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.4s;
}
@media screen and (min-width: 768px), print {
  .information_loaded_content {
    height: 350px;
  }
}
@media screen and (max-width: 767px) {
  .information_loaded_content {
    height: 310px;
  }
}
.information_loaded_content.js-show {
  height: auto !important;
  opacity: 1;
}
/* ---------------------------------------------------------
 information_wrap
--------------------------------------------------------- */
.information_wrap {
  width: 920px;
  margin: auto;
  padding: 48px 0 95px;
}
.information_wrap ul {
  margin: 0;
}
.information_wrap h4 {
  margin: 0;
}
.information_wrap.type-tech {
  padding-bottom: 95px;
}
@media screen and (max-width: 767px) {
  .information_wrap.type-tech {
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .information_wrap {
    width: 1160px;
  }
}
@media screen and (max-width: 767px) {
  .information_wrap {
    width: 100%;
    padding: 48px 16px 40px 16px;
  }
}
.information_wrap .tjp2016-bt--view_more {
  margin-bottom: 48px;
}
/* ---------------------------------------------------------
information_title
--------------------------------------------------------- */
.information_title__text {
  display: block;
  width: 179px;
  height: 20px;
  background: url("/pages/contents/information/image/common/information_top_title_PC.png") no-repeat;
  -webkit-background-size: auto 100%;
     -moz-background-size: auto 100%;
       -o-background-size: auto 100%;
          background-size: auto 100%;
  background-position: 0 0;
  text-indent: -999px;
}
@media screen and (max-width: 767px) {
  .information_title__text {
    width: 147px;
    height: 17px;
    background: url("/pages/contents/information/image/common/information_top_title_SP.png") no-repeat;
    -webkit-background-size: auto 100%;
       -moz-background-size: auto 100%;
         -o-background-size: auto 100%;
            background-size: auto 100%;
    background-position: 0 0;
  }
}
/* ---------------------------------------------------------
information_select
--------------------------------------------------------- */
.information_select {
  zoom: 1;
  padding-bottom: 64px;
}
.information_select:after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 767px) {
  .information_select {
    padding-bottom: 45px;
  }
}
.information_select__title {
  float: left;
  margin-right: 20px;
  padding-top: 11px;
}
@media screen and (max-width: 767px) {
  .information_select__title {
    width: 23%;
    margin-right: 0;
    padding-top: 13px;
  }
}
.information_select__text {
  text-indent: -9999px;
  width: 65px;
  height: 11px;
  background-image: url("/pages/contents/information/image/common/information_select_text_PC.png");
  background-repeat: no-repeat;
  -webkit-background-size: auto 100%;
     -moz-background-size: auto 100%;
       -o-background-size: auto 100%;
          background-size: auto 100%;
  background-position: top left;
}
.information_select__button {
  float: left;
  width: 188px;
}
@media screen and (max-width: 767px) {
  .information_select__button {
    width: 77%;
  }
}
@media screen and (max-width: 374px) {
  .information_select__button {
    float: right;
    width: 72%;
  }
}
/* ---------------------------------------------------------
information_sub-nav
--------------------------------------------------------- */
.information_sub-nav {
  zoom: 1;
  position: relative;
}
.information_sub-nav:after {
  content: "";
  display: block;
  clear: both;
}
.information_sub-nav__bts {
  float: left;
}
.information_sub-nav__bt {
  float: left;
}
.information_sub-nav__bt a {
  display: block;
  outline: none;
  cursor: pointer;
  position: relative;
  width: 100%;
  overflow: hidden;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
  border: none;
  background-repeat: no-repeat;
  color: #333;
  font-size: 12px;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.information_sub-nav__bt a:after {
  content: '';
  position: absolute;
}
@media screen and (min-width: 768px), print {
  .information_sub-nav__bt a:hover {
    color: #f00;
  }
  .information_sub-nav__bt a:hover:after {
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    height: 1px;
    background-color: #f00;
  }
}
.information_sub-nav__bt a:before {
  margin-right: 2px;
}
.information_sub-nav__title_sp {
  padding-bottom: 12px;
  float: left;
  line-height: 0;
}
@media screen and (min-width: 768px), print {
  .information_sub-nav {
    margin: -8px 0 52px;
  }
  .information_sub-nav__bts {
    zoom: 1;
  }
  .information_sub-nav__bts:after {
    content: "";
    display: block;
    clear: both;
  }
  .information_sub-nav__bt {
    margin-right: 6px;
  }
  .information_sub-nav__bt:nth-child(1) {
    width: 58px;
  }
  .information_sub-nav__bt:nth-child(2) {
    width: 97px;
  }
  .information_sub-nav__bt:nth-child(3) {
    width: 87px;
  }
  .information_sub-nav__bt:nth-child(4) {
    width: 68px;
  }
  .information_sub-nav__bt:nth-child(5) {
    width: 151px;
  }
  .information_sub-nav__bt:nth-child(6) {
    width: 94px;
  }
  .information_sub-nav__bt:nth-child(7) {
    width: 104px;
  }
  .information_sub-nav__bt:last-child {
    margin-right: 0;
  }
  .information_sub-nav__bt a {
    background-color: #ededed;
    -webkit-box-shadow: 0px 1px 1px rgba(4,0,0,0.24);
       -moz-box-shadow: 0px 1px 1px rgba(4,0,0,0.24);
            box-shadow: 0px 1px 1px rgba(4,0,0,0.24);
    text-indent: -9999px;
    -webkit-background-size: auto 200%;
       -moz-background-size: auto 200%;
         -o-background-size: auto 200%;
            background-size: auto 200%;
    background-position: left top;
    height: 32px;
  }
  .information_sub-nav__bt a:hover {
    background-position: left bottom;
  }
  .information_sub-nav__bt a:before {
    content: '';
    position: absolute;
    right: 0;
    border-left: 1px dotted #ed1621;
    background: url("/pages/contents/include/common/image/tjp2016/parts/blt-right-red-5.png") no-repeat center center;
    -webkit-background-size: 5px auto;
       -moz-background-size: 5px auto;
         -o-background-size: 5px auto;
            background-size: 5px auto;
  }
  .information_sub-nav__bt a:before {
    top: 10px;
    bottom: 11px;
    width: 22px;
    border: none;
  }
  .information_sub-nav__bt span {
    text-indent: -9999px;
    display: block;
    height: 32px;
    -webkit-box-sizing: content-box;
       -moz-box-sizing: content-box;
            box-sizing: content-box;
    border-bottom: 8px solid #656565;
    -webkit-border-radius: 2px 2px 0 0;
       -moz-border-radius: 2px 2px 0 0;
            border-radius: 2px 2px 0 0;
    background-color: #808080;
    -webkit-background-size: auto 100%;
       -moz-background-size: auto 100%;
         -o-background-size: auto 100%;
            background-size: auto 100%;
    background-repeat: no-repeat;
  }
  .information_sub-nav__bt:nth-child(1) a {
    background-image: url("/pages/contents/information/image/common/information_subnav_text_01_PC.png");
  }
  .information_sub-nav__bt:nth-child(1) span {
    background-image: url("/pages/contents/information/image/common/information_subnav_text_01_current_PC.png");
  }
  .information_sub-nav__bt:nth-child(2) a {
    background-image: url("/pages/contents/information/image/common/information_subnav_text_02_PC.png");
  }
  .information_sub-nav__bt:nth-child(2) span {
    background-image: url("/pages/contents/information/image/common/information_subnav_text_02_current_PC.png");
  }
  .information_sub-nav__bt:nth-child(3) a {
    background-image: url("/pages/contents/information/image/common/information_subnav_text_03_PC.png");
  }
  .information_sub-nav__bt:nth-child(3) span {
    background-image: url("/pages/contents/information/image/common/information_subnav_text_03_current_PC.png");
  }
  .information_sub-nav__bt:nth-child(4) a {
    background-image: url("/pages/contents/information/image/common/information_subnav_text_04_PC.png");
  }
  .information_sub-nav__bt:nth-child(4) span {
    background-image: url("/pages/contents/information/image/common/information_subnav_text_04_current_PC.png");
  }
  .information_sub-nav__bt:nth-child(5) a {
    background-image: url("/pages/contents/information/image/common/information_subnav_text_05_PC.png");
  }
  .information_sub-nav__bt:nth-child(5) span {
    background-image: url("/pages/contents/information/image/common/information_subnav_text_05_current_PC.png");
  }
  .information_sub-nav__bt:nth-child(6) a {
    background-image: url("/pages/contents/information/image/common/information_subnav_text_06_PC.png");
  }
  .information_sub-nav__bt:nth-child(6) span {
    background-image: url("/pages/contents/information/image/common/information_subnav_text_06_current_PC.png");
  }
  .information_sub-nav__bt:nth-child(7) a {
    background-image: url("/pages/contents/information/image/common/information_subnav_text_07_PC.png");
  }
  .information_sub-nav__bt:nth-child(7) span {
    background-image: url("/pages/contents/information/image/common/information_subnav_text_07_current_PC.png");
  }
}
@media screen and (min-width: 1280px) {
  .information_sub-nav__bt:nth-child(1) {
    width: 78px;
  }
  .information_sub-nav__bt:nth-child(2) {
    width: 121px;
  }
  .information_sub-nav__bt:nth-child(3) {
    width: 123px;
  }
  .information_sub-nav__bt:nth-child(4) {
    width: 80px;
  }
  .information_sub-nav__bt:nth-child(5) {
    width: 166px;
  }
  .information_sub-nav__bt:nth-child(6) {
    width: 122px;
  }
  .information_sub-nav__bt:nth-child(7) {
    width: 126px;
  }
}
@media screen and (max-width: 767px) {
  .information_sub-nav {
    margin: 24px 0px 48px;
    border-bottom: 1px solid #ccc;
  }
  .information_sub-nav__bts {
    width: 100%;
  }
  .information_sub-nav__bt {
    width: 50%;
    height: 48px;
  }
  .information_sub-nav__bt:nth-child(2n-1) {
    padding-right: 8px;
  }
  .information_sub-nav__bt:nth-child(2n) {
    padding-left: 8px;
  }
  .information_sub-nav__bt:nth-child(7) a {
    border-bottom: none;
  }
  .information_sub-nav__bt:nth-child(7) span {
    border-bottom: none;
  }
  .information_sub-nav__bt:last-child {
    margin-right: 0;
  }
  .information_sub-nav__bt a {
    text-indent: -9999px;
    -webkit-background-size: auto 100%;
       -moz-background-size: auto 100%;
         -o-background-size: auto 100%;
            background-size: auto 100%;
    background-position: left top;
    height: 48px;
    border-bottom: 1px solid #e6e6e6;
  }
  .information_sub-nav__bt a:hover {
    background-position: left bottom;
  }
  .information_sub-nav__bt a:before {
    top: 10px;
    bottom: 11px;
    width: 31px;
    border: none;
  }
  .information_sub-nav__bt a img {
    max-width: 100%;
  }
  .information_sub-nav__bt span {
    text-indent: -9999px;
    display: block;
    height: 48px;
    border-bottom: 1px solid #e6e6e6;
    -webkit-background-size: auto 100%;
       -moz-background-size: auto 100%;
         -o-background-size: auto 100%;
            background-size: auto 100%;
    background-repeat: no-repeat;
    opacity: 0.7;
  }
  .information_sub-nav__bt:nth-child(1) a {
    background-image: url("/pages/contents/information/image/common/information_subnav_text_01_SP.png");
  }
  .information_sub-nav__bt:nth-child(1) span {
    background-image: url("/pages/contents/information/image/common/information_subnav_text_01_SP.png");
    opacity: 0.6;
  }
  .information_sub-nav__bt:nth-child(2) a {
    background-image: url("/pages/contents/information/image/common/information_subnav_text_02_SP.png");
  }
  .information_sub-nav__bt:nth-child(2) span {
    background-image: url("/pages/contents/information/image/common/information_subnav_text_02_SP.png");
    opacity: 0.6;
  }
  .information_sub-nav__bt:nth-child(3) a {
    background-image: url("/pages/contents/information/image/common/information_subnav_text_03_SP.png");
  }
  .information_sub-nav__bt:nth-child(3) span {
    background-image: url("/pages/contents/information/image/common/information_subnav_text_03_SP.png");
    opacity: 0.6;
  }
  .information_sub-nav__bt:nth-child(4) a {
    background-image: url("/pages/contents/information/image/common/information_subnav_text_04_SP.png");
  }
  .information_sub-nav__bt:nth-child(4) span {
    background-image: url("/pages/contents/information/image/common/information_subnav_text_04_SP.png");
    opacity: 0.6;
  }
  .information_sub-nav__bt:nth-child(5) a {
    background-image: url("/pages/contents/information/image/common/information_subnav_text_05_SP.png");
  }
  .information_sub-nav__bt:nth-child(5) span {
    background-image: url("/pages/contents/information/image/common/information_subnav_text_05_SP.png");
    opacity: 0.6;
  }
  .information_sub-nav__bt:nth-child(6) a {
    background-image: url("/pages/contents/information/image/common/information_subnav_text_06_SP.png");
  }
  .information_sub-nav__bt:nth-child(6) span {
    background-image: url("/pages/contents/information/image/common/information_subnav_text_06_SP.png");
    opacity: 0.6;
  }
  .information_sub-nav__bt:nth-child(7) a {
    background-image: url("/pages/contents/information/image/common/information_subnav_text_07_SP.png");
  }
  .information_sub-nav__bt:nth-child(7) span {
    background-image: url("/pages/contents/information/image/common/information_subnav_text_07_SP.png");
    opacity: 0.6;
  }
  .information_sub-nav .tjp2016-jsm-accordion {
    zoom: 1;
    position: absolute;
    top: 0;
    right: 16px;
    left: 16px;
    height: 0;
  }
  .information_sub-nav .tjp2016-jsm-accordion:after {
    content: "";
    display: block;
    clear: both;
  }
  .information_sub-nav .tjp2016-jsm-accordion_toggle {
    width: 88px;
    float: right;
    padding-bottom: 15px;
    position: relative;
  }
  .information_sub-nav .tjp2016-jsm-accordion_toggle.js-active:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 1px;
    left: 0;
    height: 2px;
    background-color: #f00;
  }
  .information_sub-nav .tjp2016-jsm-accordion_container {
    width: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 1px -1px rgba(4,0,0,0.25);
       -moz-box-shadow: 0 2px 1px -1px rgba(4,0,0,0.25);
            box-shadow: 0 2px 1px -1px rgba(4,0,0,0.25);
    z-index: 1;
  }
  .information_sub-nav .tjp2016-jsm-accordion_content {
    zoom: 1;
  }
  .information_sub-nav .tjp2016-jsm-accordion_content:after {
    content: "";
    display: block;
    clear: both;
  }
  .information_sub-nav__switcher_headline {
    text-indent: -9999px;
    -webkit-background-size: auto 200%;
       -moz-background-size: auto 200%;
         -o-background-size: auto 200%;
            background-size: auto 200%;
    background-position: left top;
    width: 88px;
    height: 11px;
    line-height: 1.5;
    position: relative;
    background: url("/pages/contents/information/image/common/information_subtitle_swich_SP.png") no-repeat;
    -webkit-background-size: auto 100%;
       -moz-background-size: auto 100%;
         -o-background-size: auto 100%;
            background-size: auto 100%;
    background-position: 0 0;
  }
  .information_sub-nav__switcher_headline:hover {
    background-position: left bottom;
  }
  .information_sub-nav__switcher_headline:before {
    content: '';
    position: absolute;
    right: 0;
    border-left: 1px dotted #ed1621;
    background: url("/pages/contents/include/common/image/tjp2016/parts/blt-right-red-7.png") no-repeat center center;
    -webkit-background-size: 7px auto;
       -moz-background-size: 7px auto;
         -o-background-size: 7px auto;
            background-size: 7px auto;
  }
  .information_sub-nav__switcher_headline:before {
    background-image: url("/pages/contents/include/common/image/tjp2016/parts/blt-bottom-red-7.png");
    background-position: center right;
    top: 0px;
    bottom: 0px;
    width: 15px;
  }
  .information_sub-nav .js-active .information_sub-nav__switcher_headline:before {
    background-image: url("/pages/contents/include/common/image/tjp2016/parts/blt-top-red-7.png");
  }
}
/* ---------------------------------------------------------
 information_colums
--------------------------------------------------------- */
.information_colums {
  width: 100%;
  font-size: 0;
  zoom: 1;
}
.information_colums:after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 767px) {
  .information_colums {
    width: 100%;
  }
}
.information_colums .information_under_colums__inner {
  display: block;
  float: left;
}
.information_colums__left {
  zoom: 1;
  float: left;
  width: 594px;
  margin-right: 58px;
}
.information_colums__left:after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (min-width: 1280px) {
  .information_colums__left {
    width: 550px;
  }
}
@media screen and (max-width: 767px) {
  .information_colums__left {
    width: 100%;
    padding-bottom: 48px;
    float: none;
  }
}
.information_colums__left.information_title {
  width: 179px;
  margin-right: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .information_colums__left.information_title {
    width: 147px;
    height: 17px;
  }
}
.information_colums__right {
  zoom: 1;
  width: 268px;
  float: right;
}
.information_colums__right:after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (min-width: 1280px) {
  .information_colums__right {
    width: 550px;
  }
}
@media screen and (max-width: 767px) {
  .information_colums__right {
    width: 100%;
    padding-bottom: 48px;
    float: none;
  }
}
.information_colums__right.information_sub-nav {
  width: 695px;
  padding-bottom: 0;
}
@media screen and (min-width: 1280px) {
  .information_colums__right.information_sub-nav {
    width: 854px;
  }
}
@media screen and (max-width: 767px) {
  .information_colums__right.information_sub-nav {
    width: auto;
    padding-left: 16px;
    padding-right: 16px;
    margin-left: -16px;
    margin-right: -16px;
  }
}
.information_colums:nth-child(1) .information_colums__right .information_colums__inner:nth-child(1) .information_colums__colum {
  padding: 32px 0 0;
}
@media screen and (max-width: 767px) {
  .information_colums:nth-child(1) .information_colums__right .information_colums__inner:nth-child(1) .information_colums__colum {
    padding: 25px 0 0;
  }
}
.information_colums:nth-child(1) .information_colums__right .information_colums__inner:nth-child(1) .information_colums__img:before {
  height: 260px;
}
.information_colums:nth-child(1) .information_colums__right .information_colums__inner:nth-child(2) .information_colums__colum {
  padding: 32px 0 0;
}
@media screen and (max-width: 767px) {
  .information_colums:nth-child(1) .information_colums__right .information_colums__inner:nth-child(2) .information_colums__colum {
    padding: 25px 0 0;
  }
}
.information_colums:nth-child(1) .information_colums__right .information_colums__inner:nth-child(2) .information_colums__img:before {
  height: 260px;
}
.information_colums:nth-child(2) .information_colums__right {
  margin-top: -412px;
}
@media screen and (max-width: 767px) {
  .information_colums:nth-child(2) .information_colums__right {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .information_colums:nth-child(2) .information_colums__right .information_colums__colum {
    margin-bottom: 0;
  }
}
.information_colums:nth-child(3) .information_colums__right {
  margin-top: -412px;
}
@media screen and (max-width: 767px) {
  .information_colums:nth-child(3) .information_colums__right {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .information_colums:nth-child(3) .information_colums__right .information_colums__colum {
    margin-bottom: 0;
  }
}
.information_colums__inner {
  zoom: 1;
  width: 268px;
  position: relative;
}
.information_colums__inner:after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (min-width: 1280px) {
  .information_colums__inner {
    width: 246px;
  }
}
@media screen and (max-width: 767px) {
  .information_colums__inner {
    width: 50%;
  }
  .information_colums__inner:first-child {
    padding-right: 11px;
  }
  .information_colums__inner:last-child {
    padding-left: 11px;
  }
}
.information_colums__inner:first-child {
  float: left;
}
.information_colums__inner:last-child {
  float: right;
}
.information_colums__inner.type-large {
  width: 594px;
  float: none;
}
@media screen and (min-width: 1280px) {
  .information_colums__inner.type-large {
    width: 550px;
  }
}
.information_colums__inner.type-large .information_colums__img {
  height: 338px;
  margin-top: 31px;
}
@media screen and (max-width: 767px) {
  .information_colums__inner.type-large .information_colums__img {
    height: auto;
    min-height: 164px;
    margin-top: 23px;
  }
}
@media screen and (max-width: 767px) {
  .information_colums__inner.type-large .information_colums__headline {
    height: 36px;
  }
}
.information_colums__inner.type-large .information_colums__caption {
  height: 24px;
  margin-right: 53px;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .information_colums__inner.type-large .information_colums__caption {
    height: 40px;
    margin-right: 26px;
  }
}
@media screen and (max-width: 767px) {
  .information_colums__inner.type-large .information_colums__date {
    margin-right: 9px;
    padding-top: 0;
    float: left;
  }
}
@media screen and (max-width: 767px) {
  .information_colums__inner.type-large .information_colums__category {
    padding-top: 0;
    float: left;
  }
}
@media screen and (max-width: 767px) {
  .information_colums__inner.type-large {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.information_colums__inner:hover .information_colums__headline {
  color: #f00;
}
.information_colums__inner:hover .information_colums__subheadline {
  color: #f00;
}
.information_colums__inner:hover .information_colums__img:before {
  display: block;
}
@media screen and (max-width: 767px) {
  .information_colums__inner:hover .information_colums__headline {
    color: #333;
  }
  .information_colums__inner:hover .information_colums__subheadline {
    color: #333;
  }
  .information_colums__inner:hover .information_colums__img:before {
    display: none;
  }
}
.information_colums__colum {
  margin-bottom: 57px;
  padding: 32px 0 0;
  border-top: 1px solid #e6e6e6;
  position: relative;
}
.information_colums__colum.type-long {
  margin-bottom: 31px;
  padding: 33px 0 0;
  font-family: Helvetica, Arial, "ＭＳ Ｐゴシック", "MS PGothic", 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
}
@media screen and (max-width: 767px) {
  .information_colums__colum.type-long {
    margin-bottom: 0px;
    padding: 25px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .information_colums__colum {
    margin-bottom: 0;
    padding: 25px 0 0;
  }
}
.information_colums__colum:before {
  content: '';
  width: 32px;
  height: 2px;
  background-color: #f00;
  position: absolute;
  top: -1px;
  left: 0;
}
.information_colums__blt {
  display: block;
  outline: none;
  cursor: pointer;
  position: relative;
  width: 100%;
  overflow: hidden;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
  border: none;
  background-repeat: no-repeat;
  color: #333;
  font-size: 12px;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #ededed;
  -webkit-box-shadow: 0px 1px 1px rgba(4,0,0,0.24);
     -moz-box-shadow: 0px 1px 1px rgba(4,0,0,0.24);
          box-shadow: 0px 1px 1px rgba(4,0,0,0.24);
  position: absolute;
  right: 0;
}
.information_colums__blt:after {
  content: '';
  position: absolute;
}
@media screen and (min-width: 768px), print {
  .information_colums__blt:hover {
    color: #f00;
  }
  .information_colums__blt:hover:after {
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    height: 1px;
    background-color: #f00;
  }
  .information_colums__colum:hover .information_colums__blt:after {
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    height: 1px;
    background-color: #f00;
  }
}
.information_colums__blt:before {
  content: '';
  position: absolute;
  right: 0;
  border-left: 1px dotted #ed1621;
  background: url("/pages/contents/include/common/image/tjp2016/parts/blt-right-red-7.png") no-repeat center center;
  -webkit-background-size: 7px auto;
     -moz-background-size: 7px auto;
       -o-background-size: 7px auto;
          background-size: 7px auto;
}
.information_colums__blt:before {
  top: 0;
  bottom: 0;
  width: 100%;
  border: none;
}
@media screen and (min-width: 768px), print {
  .information_colums__blt {
    width: 26px;
    height: 26px;
    bottom: 7px;
  }
}
@media screen and (max-width: 767px) {
  .information_colums__blt {
    width: 24px;
    height: 24px;
    bottom: 4px;
  }
}
@media screen and (min-width: 768px), print {
  .information_colums__inner.type-large .information_colums__blt {
    bottom: -6px;
  }
}
@media screen and (max-width: 767px) {
  .information_colums__inner.type-large .information_colums__blt {
    bottom: 5px;
  }
}
.information_colums__headline {
  height: 48px;
  margin-top: -4px;
  font-size: 16px;
  font-weight: bold;
  overflow: hidden;
  color: #333;
}
@media screen and (max-width: 767px) {
  .information_colums__headline {
    height: 54px;
    margin-top: -2px;
    font-size: 13px;
    line-height: 1.39;
  }
}
@media screen and (max-width: 374px) {
  .information_colums__headline.type-04 {
    height: 72px;
  }
}
@media screen and (max-width: 767px) {
  .information_colums__headline.type-01 {
    height: 36px;
  }
}
.information_colums__headline.js-from_xml-3line {
  display: none;
}
@media screen and (max-width: 767px) {
  .information_colums__inner:not(.type-large):not(.type-large_sp) .information_colums__headline.js-from_xml-2line,
  .information_under_colums__inner .information_colums__headline.js-from_xml-2line {
    display: none;
  }
  .information_colums__inner:not(.type-large):not(.type-large_sp) .information_colums__headline.js-from_xml-3line,
  .information_under_colums__inner .information_colums__headline.js-from_xml-3line {
    display: block;
  }
}
.information_colums__subheadline {
  padding-top: 20px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #333;
}
.information_colums__img {
  min-height: 152px;
  margin-top: 31px;
  line-height: 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .information_colums__img {
    min-height: 91px;
    margin-top: 22px;
  }
}
@media screen and (max-width: 374px) {
  .information_colums__img {
    min-height: 75px;
  }
}
@media screen and (min-width: 1280px) {
  .information_colums__img {
    min-height: 140px;
  }
}
.information_colums__img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.1);
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
  display: none;
}
.information_colums__img:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid rgba(0,0,0,0.05);
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
}
.information_colums__img.type-long:after {
  content: none;
}
.information_colums__img.type-long img {
  width: auto;
  max-width: none;
}
.information_colums__img.type-long img:last-child {
  display: none;
}
.information_colums__img.type-long img:nth-child(2) {
  display: none;
}
.information_colums__img.type-long img:after {
  content: none;
}
@media screen and (min-width: 1280px) {
  .information_colums__img.type-long img:nth-child(1) {
    display: none;
  }
  .information_colums__img.type-long img:nth-child(2) {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .information_colums__img.type-long img {
    width: 100%;
  }
  .information_colums__img.type-long img:first-child {
    display: none;
  }
  .information_colums__img.type-long img:last-child {
    display: block;
  }
}
@media screen and (min-width: 768px), print {
  .information_colums__img.type-long {
    margin-top: 0;
  }
  .information_colums__img.type-long:before {
    height: 268px;
    top: auto;
    bottom: 0;
  }
}
.information_colums__img img {
  width: 100%;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
}
@media screen and (max-width: 767px) {
  .information_colums__img img {
    width: 100%;
  }
}
.information_colums__unit {
  width: auto;
  line-height: 1;
  zoom: 1;
}
.information_colums__unit:after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 767px) {
  .information_colums__unit {
    margin-top: 10px;
  }
}
.information_colums__date {
  padding-top: 11px;
  font-size: 10px;
  color: #666;
  line-height: 1;
  float: left;
}
@media screen and (max-width: 767px) {
  .information_colums__date {
    padding-top: 0px;
    font-size: 11px;
    float: none;
  }
}
.information_colums__category {
  margin-left: 9px;
  padding-top: 11px;
  font-size: 10px;
  color: #666;
  line-height: 1;
  float: left;
}
@media screen and (max-width: 767px) {
  .information_colums__category {
    margin-left: 0px;
    padding-top: 5px;
    font-size: 11px;
    float: none;
  }
}
@media screen and (max-width: 374px) {
  .information_colums__category {
    display: inline-block;
    width: 156px;
    margin-left: -11px;
    letter-spacing: 0;
    -webkit-transform: scale(0.87, 1);
       -moz-transform: scale(0.87, 1);
        -ms-transform: scale(0.87, 1);
         -o-transform: scale(0.87, 1);
            transform: scale(0.87, 1);
  }
}
.information_colums__caption {
  height: 48px;
  margin-right: 43px;
  margin-top: 26px;
  font-size: 12px;
  line-height: 2;
  color: #666;
}
@media screen and (max-width: 767px) {
  .information_colums__caption {
    height: 54px;
    margin-right: 27px;
    margin-top: 20px;
    font-size: 11px;
    line-height: 1.7;
  }
}
@media screen and (max-width: 374px) {
  .information_colums__caption {
    height: 72px;
  }
}
.information_colums__subcaption {
  height: 48px;
  margin-right: 52px;
  margin-top: 13px;
  font-size: 12px;
  line-height: 2;
  color: #666;
}
@media screen and (max-width: 767px) {
  .information_colums__subcaption {
    height: 54px;
    margin-top: 20px;
    font-size: 11px;
    line-height: 1.7;
    margin-right: 26px;
  }
}
@media screen and (max-width: 374px) {
  .information_colums__subcaption {
    height: 72px;
  }
}
.information_colums__linkarea {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.information_colums.tjp2016-jsm-accordion {
  margin-top: -44px;
}
@media screen and (min-width: 768px), print {
  .information_colums #info_item--small--11 {
    position: absolute;
    top: 412px;
    left: 326px;
  }
  .information_colums #info_item--small--12 {
    position: absolute;
    top: 412px;
    right: 0;
    margin-right: 0;
  }
  .information_colums #info_item--small--13 {
    margin-right: 0;
    margin-bottom: 162px;
  }
  .information_colums #info_item--small--14 {
    margin-right: 58px;
  }
  .information_colums #info_item--small--16 {
    margin-right: 0px;
  }
}
/* ---------------------------------------------------------
 information-hide
--------------------------------------------------------- */
.information-hide_pc {
  display: none;
}
@media screen and (max-width: 767px) {
  .information-hide_pc {
    display: block;
  }
}
.information-hide_sp {
  display: block;
}
@media screen and (max-width: 767px) {
  .information-hide_sp {
    display: none;
  }
}
@media screen and (max-width: 374px) {
  br {
    display: none;
  }
}
/* ---------------------------------------------------------
 information_under_colums 下層ページ
--------------------------------------------------------- */
.information_under_colums {
  width: 100%;
  padding-bottom: 28px;
  font-size: 0;
  zoom: 1;
}
.information_under_colums:after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 767px) {
  .information_under_colums {
    width: 100%;
    padding-bottom: 0px;
  }
}
.information_under_colums__inner {
  display: inline-block;
  vertical-align: top;
  margin-right: 57px;
  zoom: 1;
  width: 268px;
  position: relative;
}
.information_under_colums__inner:after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 767px) {
  .information_under_colums__inner {
    width: 50%;
    margin-right: 0;
  }
  .information_under_colums__inner:nth-child(2n-1) {
    padding-right: 11px;
  }
  .information_under_colums__inner:nth-child(2n) {
    padding-left: 11px;
  }
}
.information_under_colums__inner:nth-child(3n) {
  margin-right: 0;
}
@media screen and (min-width: 1280px) {
  .information_under_colums__inner {
    width: 247px;
  }
  .information_under_colums__inner:nth-child(3n) {
    margin-right: 57px;
  }
  .information_under_colums__inner:nth-child(4n) {
    margin-right: 0px;
  }
}
.information_under_colums__inner:hover .information_colums__headline {
  color: #f00;
}
.information_under_colums__inner:hover .information_colums__subheadline {
  color: #f00;
}
.information_under_colums__inner:hover .information_colums__img:before {
  display: block;
}
@media screen and (min-width: 768px), print {
  .information_under_colums__inner:hover .information_colums__blt:after {
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    height: 1px;
    background-color: #f00;
  }
}
@media screen and (max-width: 767px) {
  .information_under_colums__inner:hover .information_colums__headline {
    color: #333;
  }
  .information_under_colums__inner:hover .information_colums__subheadline {
    color: #333;
  }
  .information_under_colums__inner:hover .information_colums__img:before {
    display: none;
  }
}
.information_under_colums__colum {
  margin-bottom: 57px;
  padding: 32px 0 0;
  border-top: 1px solid #e6e6e6;
  position: relative;
}
@media screen and (max-width: 767px) {
  .information_under_colums__colum {
    margin-bottom: 48px;
    padding: 25px 0 0;
  }
}
.information_under_colums__colum:before {
  content: '';
  width: 32px;
  height: 2px;
  background-color: #f00;
  position: absolute;
  top: -1px;
  left: 0;
}
@media screen and (min-width: 768px), print {
  .information_under_colums.type-small {
    padding-bottom: 14px;
  }
  .information_under_colums.type-small .information_under_colums__inner {
    width: 152px;
    margin-right: 39px;
  }
  .information_under_colums.type-small .information_under_colums__inner:nth-child(3n) {
    margin-right: 39px;
  }
  .information_under_colums.type-small .information_under_colums__inner:nth-child(5n) {
    margin-right: 0px;
  }
  .information_under_colums.type-small .information_colums__headline {
    height: 36px;
    margin-top: 0;
    font-size: 12px;
  }
  .information_under_colums.type-small .information_colums__headline.type-01_pc {
    height: 18px;
  }
  .information_under_colums.type-small .information_colums__img {
    min-height: inherit;
    margin-top: 20px;
  }
  .information_under_colums.type-small .information_colums__caption {
    height: 32px;
    margin-top: 21px;
    margin-right: 32px;
    font-size: 10px;
    line-height: 1.6;
  }
  .information_under_colums.type-small .information_under_colums__colum {
    padding: 19px 0 0;
    margin-bottom: 47px;
  }
  .information_under_colums.type-small .information_colums__blt {
    bottom: 3px;
  }
}
@media screen and (min-width: 1280px) {
  .information_under_colums.type-small .information_under_colums__inner {
    width: 160px;
  }
  .information_under_colums.type-small .information_under_colums__inner:nth-child(5n) {
    margin-right: 39px;
  }
  .information_under_colums.type-small .information_under_colums__inner:nth-child(6n) {
    margin-right: 0px;
  }
  .information_under_colums.type-small .information_colums__headline.type-01_pc {
    height: 36px;
  }
}
@media screen and (max-width: 767px) {
  .information_under_colums.type-small {
    padding-bottom: 0;
  }
  .information_under_colums.type-small .information_colums__headline {
    height: 36px;
    margin-top: 0;
    font-size: 13px;
  }
  .information_under_colums.type-small .information_colums__headline.type-01_sp {
    height: 18px;
  }
  .information_under_colums.type-small .information_colums__headline.type-01-2_sp {
    height: 18px;
  }
  .information_under_colums.type-small .information_colums__img {
    min-height: inherit;
  }
  .information_under_colums.type-small .information_colums__caption {
    height: 36px;
  }
}
@media screen and (max-width: 374px) {
  .information_under_colums.type-small .information_colums__headline.type-01_sp {
    height: 36px;
  }
  .information_under_colums.type-small .information_colums__headline.type-01-2_sp {
    height: 18px;
  }
  .information_under_colums.type-small .information_colums__caption {
    height: 54px;
  }
  .information_under_colums.type-small .information_colums__caption.type-02 {
    height: 36px;
  }
}
.information_under_colums.type-life {
  letter-spacing: 0;
}
@media screen and (min-width: 768px), print {
  .information_under_colums.type-life {
    padding-bottom: 14px;
  }
  .information_under_colums.type-life .information_under_colums__inner {
    width: 185px;
    margin-right: 59px;
  }
  .information_under_colums.type-life .information_under_colums__inner:nth-child(3n) {
    margin-right: 59px;
  }
  .information_under_colums.type-life .information_under_colums__inner:nth-child(4n) {
    margin-right: 0px;
  }
  .information_under_colums.type-life .information_colums__headline {
    height: 18px;
    margin-top: 13px;
    font-size: 12px;
  }
  .information_under_colums.type-life .information_colums__img {
    min-height: inherit;
    margin-top: 0px;
  }
  .information_under_colums.type-life .information_colums__img img {
    width: auto;
    max-width: none;
  }
  .information_under_colums.type-life .information_colums__img img:last-child {
    display: none;
  }
  .information_under_colums.type-life .information_colums__img:before {
    top: auto;
    bottom: 0;
    height: 105px;
  }
  .information_under_colums.type-life .information_colums__img:after {
    content: none;
  }
  .information_under_colums.type-life .information_colums__caption {
    height: 32px;
    margin-top: 8px;
    margin-right: 32px;
    font-size: 10px;
    line-height: 1.6;
  }
  .information_under_colums.type-life .information_under_colums__colum {
    padding: 32px 0 0;
    margin-bottom: 44px;
  }
  .information_under_colums.type-life .information_colums__blt {
    width: 24px;
    height: 24px;
    bottom: 3px;
  }
}
@media screen and (max-width: 767px) {
  .information_under_colums.type-life {
    padding-bottom: 0;
  }
  .information_under_colums.type-life .information_colums__headline {
    height: 36px;
    margin-top: 0;
    font-size: 13px;
  }
  .information_under_colums.type-life .information_colums__headline.type-01 {
    height: 18px;
  }
  .information_under_colums.type-life .information_colums__headline.type-02 {
    height: 18px;
  }
  .information_under_colums.type-life .information_colums__img {
    min-height: inherit;
    margin-top: 20px;
  }
  .information_under_colums.type-life .information_colums__img img {
    width: 100%;
  }
  .information_under_colums.type-life .information_colums__img img:first-child {
    display: none;
  }
  .information_under_colums.type-life .information_colums__img img:last-child {
    display: block;
  }
  .information_under_colums.type-life .information_under_colums__colum {
    padding: 20px 0 0;
    margin-bottom: 44px;
  }
}
@media screen and (max-width: 374px) {
  .information_under_colums.type-life .information_colums__headline.type-02 {
    height: 36px;
  }
}
.information_under_colums .information_colums__blt {
  display: block;
  outline: none;
  cursor: pointer;
  position: relative;
  width: 100%;
  overflow: hidden;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
  border: none;
  background-repeat: no-repeat;
  color: #333;
  font-size: 12px;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #ededed;
  -webkit-box-shadow: 0px 1px 1px rgba(4,0,0,0.24);
     -moz-box-shadow: 0px 1px 1px rgba(4,0,0,0.24);
          box-shadow: 0px 1px 1px rgba(4,0,0,0.24);
  width: 26px;
  height: 26px;
  position: absolute;
  bottom: 7px;
  right: 0;
}
.information_under_colums .information_colums__blt:after {
  content: '';
  position: absolute;
}
@media screen and (min-width: 768px), print {
  .information_under_colums .information_colums__blt:hover {
    color: #f00;
  }
  .information_under_colums .information_colums__blt:hover:after {
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    height: 1px;
    background-color: #f00;
  }
  .information_under_colums__colum:hover .information_under_colums .information_colums__blt:after {
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    height: 1px;
    background-color: #f00;
  }
}
.information_under_colums .information_colums__blt:before {
  content: '';
  position: absolute;
  right: 0;
  border-left: 1px dotted #ed1621;
  background: url("/pages/contents/include/common/image/tjp2016/parts/blt-right-red-7.png") no-repeat center center;
  -webkit-background-size: 7px auto;
     -moz-background-size: 7px auto;
       -o-background-size: 7px auto;
          background-size: 7px auto;
}
.information_under_colums .information_colums__blt:before {
  top: 9px;
  bottom: 8px;
  width: 26px;
  border: none;
}
.information_under_colums .information_colums__blt:after {
  width: 26px;
}
@media screen and (max-width: 767px) {
  .information_under_colums .information_colums__blt {
    width: 24px;
    height: 24px;
    bottom: 4px;
  }
  .information_under_colums .information_colums__blt:after {
    width: 24px;
  }
  .information_under_colums .information_colums__blt:before {
    top: 9px;
    bottom: 9px;
    width: 24px;
    border: none;
  }
}
/* ---------------------------------------------------------
 information_under_bnr 下層ページ
--------------------------------------------------------- */
.information_under_bnr {
  padding-bottom: 64px;
  border-top: 1px solid #e6e6e6;
  position: relative;
}
.information_under_bnr:before {
  content: '';
  width: 32px;
  height: 2px;
  background-color: #f00;
  position: absolute;
  top: -1px;
  left: 0;
}
.information_under_bnr__img {
  height: auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .information_under_bnr__img {
    padding-bottom: 24px;
  }
}
.information_under_bnr__img img {
  width: auto;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
}
.information_under_bnr__img img:last-child {
  display: none;
}
@media screen and (max-width: 767px) {
  .information_under_bnr__img img {
    width: 100%;
  }
  .information_under_bnr__img img:first-child {
    display: none;
  }
  .information_under_bnr__img img:last-child {
    display: block;
  }
}
.information_under_bnr__img:hover .information_under_bnr__link:before {
  display: block;
}
.information_under_bnr__link {
  display: block;
  height: 86px;
  background-image: url("/pages/contents/information/image/technology/information_technology_bnr_02.png");
  background-repeat: no-repeat;
  background-position: 0;
  -webkit-background-size: auto 100%;
     -moz-background-size: auto 100%;
       -o-background-size: auto 100%;
          background-size: auto 100%;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
}
.information_under_bnr__link:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.1);
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
  display: none;
}
@media screen and (max-width: 767px) {
  .information_under_bnr {
    padding-bottom: 24px;
  }
}
.information_under_bnr .information_under_ttl {
  padding: 32px 0;
}
@media screen and (max-width: 767px) {
  .information_under_bnr .information_under_ttl {
    padding: 24px 0;
  }
  .information_under_bnr .information_under_ttl .col_3 {
    margin-top: 14px;
  }
}
/* ---------------------------------------------------------
 information_under_ttl 下層ページ
--------------------------------------------------------- */
.information_under_ttl {
  width: auto;
  padding: 32px 0 48px;
  position: relative;
  zoom: 1;
}
.information_under_ttl:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 1px;
  border-left: 4px solid #333;
  background-color: #e6e6e6;
}
.information_under_ttl:after {
  content: "";
  display: block;
  clear: both;
}
.information_under_ttl.type-no_border {
  border: none;
}
.information_under_ttl.type-no_border:before {
  content: none;
}
@media screen and (max-width: 767px) {
  .information_under_ttl {
    padding: 24px 0 34px;
  }
}
.information_under_ttl__text {
  height: 15px;
  text-indent: -9999px;
  -webkit-background-size: auto 100%;
     -moz-background-size: auto 100%;
       -o-background-size: auto 100%;
          background-size: auto 100%;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.information_under_ttl__text.type-life01 {
  width: 96px;
  height: 16px;
  background-image: url("/pages/contents/information/image/lifestyle/information_lifestyle_ttl_01_PC.png");
}
.information_under_ttl__text.col_1 {
  float: left;
}
.information_under_ttl__text.col_1.type-tech01 {
  width: 52px;
  background-image: url("/pages/contents/information/image/technology/information_technology_ttl_01_PC.png");
}
.information_under_ttl__text.col_1.type-tech02 {
  width: 63px;
  background-image: url("/pages/contents/information/image/technology/information_technology_ttl_02_PC.png");
}
.information_under_ttl__text.col_1.type-tech03 {
  width: 106px;
  background-image: url("/pages/contents/information/image/technology/information_technology_ttl_03_PC.png");
}
.information_under_ttl__text.col_1.type-tech04 {
  width: 104px;
  height: 16px;
  background-image: url("/pages/contents/information/image/technology/information_technology_ttl_04_PC.png");
}
.information_under_ttl__text.col_1.type-tech05 {
  width: 140px;
  background-image: url("/pages/contents/information/image/technology/information_technology_ttl_05_PC.png");
}
@media screen and (max-width: 767px) {
  .information_under_ttl__text.col_1 {
    float: none;
  }
}
.information_under_ttl__text.col_2 {
  margin: 0 13px 0 14px;
  float: left;
  font-size: 16px;
  line-height: 1;
  color: #a6a6a6;
  text-indent: unset;
}
@media screen and (max-width: 767px) {
  .information_under_ttl__text.col_2 {
    display: none;
  }
}
.information_under_ttl__text.col_3 {
  height: 10px;
  margin-top: 5px;
  float: left;
}
.information_under_ttl__text.col_3.type-tech01 {
  width: 149px;
  background-image: url("/pages/contents/information/image/technology/information_technology_subttl_01_PC.png");
}
.information_under_ttl__text.col_3.type-tech02 {
  width: 119px;
  background-image: url("/pages/contents/information/image/technology/information_technology_subttl_02_PC.png");
}
.information_under_ttl__text.col_3.type-tech03 {
  width: 86px;
  background-image: url("/pages/contents/information/image/technology/information_technology_subttl_03_PC.png");
}
.information_under_ttl__text.col_3.type-tech04 {
  width: 123px;
  background-image: url("/pages/contents/information/image/technology/information_technology_subttl_04_PC.png");
}
.information_under_ttl__text.col_3.type-tech05 {
  width: 217px;
  background-image: url("/pages/contents/information/image/technology/information_technology_subttl_05_PC.png");
}
@media screen and (max-width: 767px) {
  .information_under_ttl__text.col_3 {
    margin-top: 12px;
    float: none;
  }
}
