@charset "utf-8";

/* ======================================================
 * layout_pc.css
 * ------------------------------------------------------
 * @media print, screen and (min-width: 768px)
 * - Common
 * - Header
 * - Gnav
 * - Main
 * - Assist
 * - Footer
 * - Other
 * - Clearfix
 * Print
====================================================== */

/* ------------------------------------------------------
 * Common
------------------------------------------------------ */
/* ------------------------------------------------------
 * JS
------------------------------------------------------ */
.js-header-spMenu_btn {
  display: none;
}
/* ----- js-gnavParent ----- */
.js-gnavParent > a:before,
.js-gnavParent > a:after {
  content: "";
  position: absolute;
}
.js-gnavParent:hover > a:before {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 6px;
  background-color: #005bac;
}
.js-gnavParent > a:after {
  left: 50%;
  bottom: 1px;
  margin-left: -4px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 6px 0 6px;
  border-color: #005bac transparent transparent 
}
.js-gnavParent:hover > a:after {
  border-color: #ffffff transparent transparent;
}
.js-gnavParent .js-gnavChild {
  display: none;
}
.js-gnavParent .js-gnav-close {
  position: absolute;
  top: 12px;
  right: 14px;
  width: 20px;
  height: 20px;
  background: url(/common/img/com_close_ic01.jpg) no-repeat;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.js-gnavParent .js-gnav-close:hover {
  cursor: pointer;
}
.js-gnavParent.is-open .js-gnavChild {
  display: block;
}
/* ------------------------------------------------------
 * Header
------------------------------------------------------ */
.Header {
  width: 100%;
  border-top: 3px solid #005bac;
  border-bottom: 1px solid #005bac;
  background: #ffffff;
}
.Header.TSH_layout {
  border-bottom: none;
}

/* ----- HeaderBody ----- */
.HeaderBody {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
/* header-identity */
.header-identity {
  padding: 12px 0 12px;
  line-height: 1;
}
.header-identity .identity_logo {
  display: inline-block;
}
.header-identity .identity_logo > a {
  display: block;
}
.header-identity .identity_logo > a > img {
  width: 130px;
}
/* header-util */
.header-util {
  position: absolute;
  top: 0;
  right: 0;
  width: 200px;
  height: 100%;
}
.header-util #header-search {
  position: absolute;
  top: 9px;
  right: 0;
  width: 190px;
}
.header-util #header-search .search_input {
  float: left;
  height: 20px;
  font-size: 14px !important;
  background: none;
  width: 154px !important;
  border: 1px solid #7e9dba !important;
  padding: 2px 2px 1px !important;
  line-height: 1;
  margin-right: -5px !important;
  font-family: "メイリオ", Meiryo, Osaka !important;
  -webkit-appearance: none;
  appearance: none;
  /*	float: left;
  width: 205px;
  height: 30px;
  padding: 5px 10px;
  border: 1px solid #cccccc;
  border-radius: 0;
  background-color: #eeeeee;
  color: #333333;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.5;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;*/
}
.header-util #header-search .search_input:hover {
	border: 1px solid #cccccc;
}
.header-util #header-search .search_submit {
  position: relative;
  left: 4px;
  float: left;
  width: 32px;
  height: 20px;
  display: block;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: -9999px;
  background: url(/common/img/header_ic02.png) no-repeat;
  /*	float: left;
  padding-bottom: 1px;
  height: 30px;
  border: none;
  border-radius: 0;
  outline: none;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  background-color: #0096e0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-appearance: none;
  appearance: none;*/
}
.header-util #header-search .search_submit:hover {
  cursor: pointer;
}

.header-util #header-search div.poplink.pcia {
  top: 100%;
  left: auto !important;
  right: 5px;
  width: 320px;
}
.header-util #header-search div.poplink.pcia > div.poplink_suggest {
  border: 1px solid #767676;
}
.header-util #header-search div.poplink > div.poplink_suggest > div.word {
  padding: 2px 1em 1px;
}
.header-util #header-search div.poplink div.highlighted {
  color: #fff;
  background-color: #0075ff;
}

.header-util #header-lang {
  position: absolute;
  right: 0;
  bottom: 0;
  padding-bottom: 4px;
}
.header-util #header-lang ul > li:first-child {
  border-right: 1px solid #999999;
}
.header-util #header-lang ul > li {
  float: right;
  font-size: 14px;
  font-size: 1.4rem;
  border-left: 1px solid #999999;
}
.header-util #header-lang ul > li > a {
  display: block;
  padding: 4px 13px 6px;
  line-height: 1;
  font-size: 12px;
  color: #494949;
  text-decoration: none;
}

/* ------------------------------------------------------
 * Gnav
------------------------------------------------------ */
.Gnav {
  margin-top: 4px;
  margin-bottom: 1px;
}

/* ----- GnavBody ----- */
.GnavBody {
}

/* gnavList */
.gnavList {
  border-left: 1px solid #999999;
}
.gnavList > li {
  position: relative;
  float: left;
  font-size: 16px;
  font-size: 1.6rem;
  border-right: 1px solid #999999;
}
.gnavList > li > a {
  display: block;
  padding: 0 15px 3px;
  color: #333333;
  text-decoration: none;
}
.gnavList > li.is-current > a,
.gnavList > li > a:hover {
  color: #005bac;
}
/* megaMenu */
.gnav-megaMenu {
  position: absolute;
  top: auto;
  left: -1px;
  padding: 40px 13px 20px;
  border: 2px solid #005bac;
  background-color: #fff;
  z-index: 99;
}
.gnav-megaMenu[data-pc-size="1150"] { width: 1150px;}
.gnav-megaMenu[data-pc-size="1020"] { width: 1020px;}
.gnav-megaMenu[data-pc-size="980"] { width: 980px;}
.gnav-megaMenu[data-pc-size="830"] { width: 830px;}
.gnav-megaMenu[data-pc-size="790"] { width: 790px;}
.gnav-megaMenu[data-pc-size="230"] { width: 230px;}

/* gnav-layout */
.gnav-layout {
}
.gnav-layout .gnav-layout_main {
  float: left;
  width: 735px;
}
.gnav-layout .gnav-layout_side {
  overflow: hidden;
  float:left;
  margin-left: 28px;
}
/* gnav-title */
.gnav-title-lv2 {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 25px;
  font-family: 'Novecentosanswide-Light', sans-serif;
  line-height: 1;
 }
.gnav-layout_side .gnav-title-lv2 {
  margin-bottom: 20px;
}
.gnav-title-lv3 {
  margin-bottom: 1px;
  padding-left: 0.5em;
  font-size: 12px;
  font-size: 1.2rem;
  border-left: 1px solid #ccc;
  font-weight: bold;
}
/* gnav-list */
.gnav-list-v1 {
  border-top: 1px solid #005bac;
}
.gnav-list-v1 > li{
  border-bottom: 1px solid #cccccc;
}
.gnav-list-v1 > li > a {
  display: block;
  position: relative;
  padding: 4px 0 3px 15px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #075bb0;
  text-decoration: none;
}
.gnav-list-v1 > li > a:before,
.gnav-list-v2 > li > a:before {
  content: "＞";
  position: absolute;
  top: 0.4em;
  left: 1px;
}
.gnav-list-v1 > li > a:hover {
  background-color: #005bac;
}
.gnav-list-v1 > li > a:hover,
.gnav-list-v1 > li > a:hover:before {
  color: #ffffff;
}

.gnav-solution .gnav-list-v3{
	margin-top:34px;
}

.gnav-list-v2[data-head-row-pc] > li,
.gnav-list-v3[data-head-row-pc] > li{
  float: left
}
.gnav-list-v2[data-head-row-pc="4"] > li,
.gnav-list-v3[data-head-row-pc="4"] > li{
  width: 185px;
  margin-left: 20px;
}
.gnav-list-v2 > li > a,
.gnav-list-v3 > li > a{
  display: inline-block;
  position: relative;
  padding: 4px 0 3px 15px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #333333;
  text-decoration: none;
}

li:not(.gnav-solution) .gnav-list-v3 > li > a{
	  font-size: 14px;
  	  font-size: 1.4rem;
}

.gnav-list-v3 > li > a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 1px;
  width: 12px;
  height: 12px;
  margin-top: -4px;
  background-image: url(/common/img/header_ic01.png);
  background-repeat: no-repeat;
}
.gnav-list-v2 > li > a:hover,
.gnav-list-v3 > li > a:hover{
  color: #075bb0;
}
.gnav-list-v2.is-color01 > li > a,
.gnav-list-v3.is-color01 > li > a{
  display: block;
  color: #075bb0;
}
.gnav-list-v2.is-color01 > li > a:hover,
.gnav-list-v3.is-color01 > li > a:hover{
  background-color: #075bb0;
  color: #fff;
}
.gnav-list-v3.is-color01 > li > a:hover:before {
  background-position: left bottom;
}
/* gnav-column */
.gnav-column[data-head-row-pc] > .gnav-column_item {
  float: left;
}
.gnav-column[data-head-row-pc] > .gnav-column_item[data-pc-size="168"] { width: 168px;}
.gnav-column[data-head-row-pc] > .gnav-column_item[data-pc-size="144"] { width: 144px;}
.gnav-column[data-head-row-pc] > .gnav-column_item[data-pc-size="132"] { width: 132px;}

.gnav-column[data-head-row-pc="5"] > .gnav-column_item {
  margin-left: 20px;
}
[data-head-row-pc="4"] > *:nth-child(4n+1),
[data-head-row-pc="5"] > *:nth-child(5n+1) {
  clear: left;
  margin-left: 0 !important;
}
[data-head-row-pc="4"] > *:nth-child(-n+4),
[data-head-row-pc="5"] > *:nth-child(-n+5) {
  margin-top: 0 !important;
}
/* ------------------------------------------------------
 * Main
------------------------------------------------------ */
.Main {
  overflow: hidden;
}

/* ----- MainBody ----- */
.MainBody {
}

/* ----- pageGuide ----- */
.pageGuide {
  padding: 12px 0;
  background: url(/common/img/com_bg01.jpg);
}

/* breadcrumbs */
.breadcrumbs {
  width: 1200px;
  margin: 0 auto;
}
.breadcrumbs > li {
  position: relative;
  float: left;
  margin-right: 10px;
  padding-right: 16px;
  font-size: 13px;
  font-size: 1.3rem;
}
.breadcrumbs > li ,
.breadcrumbs > li > a {
  color: #333333;
}
.breadcrumbs > li > a:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 6px;
  height: 12px;
  margin-top: -4px;
  display: inline-block;
  background-image: url(/common/img/com_link_ic01.png);
  background-size: 100%;
  background-repeat: no-repeat;
}
.breadcrumbs > li:last-child {
  padding-right: 0;
}
.breadcrumbs > li:last-child::after {
  content: "";
}

/* ----- pageHead ----- */
.pageHead {
}

/* ----- container ----- */
.container[data-wide="false"] {
  margin: 45px auto 0;
  width: 1200px;
}
.container.TSH_layout[data-wide="false"] {
  margin-top: 0;
}

/* contents */
.contents {
}
.contents > :first-child,
.contents > section:first-child > *:first-child {
  margin-top: 0 !important;
}
[data-sidebar="true"] .contents {
  float: right;
  width: 912px;
}

/* sidebar */
.sidebar {;
}
[data-sidebar="true"] .sidebar {
  float: left;
  width: 240px;
}
[data-sidebar="true"] .sidebar > *:first-child {
  margin-top: 0 !important;
}
/* sidebar-nav */
.sidebar .sidebar-nav .nav_head {
  position: relative;
  display: table;
  width: 100%;
  table-layout: fixed;
  text-align: center;
}
.sidebar .sidebar-nav .nav_head > .block {
  display: table-cell;
  padding: 20px 45px 22px 15px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
  vertical-align: middle;
  background-color: #0096e0;
  text-decoration: none;
}
.sidebar .sidebar-nav .nav_head > .block,
.sidebar .sidebar-nav .nav_head > .block:after {
  -webkit-transition: all .2s ease-out 0s;
  transition: all .2s ease-out 0s;
}
.sidebar .sidebar-nav .nav_head > .block:after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -8px;
  width: 10px;
  height: 16px;
  background: url(/common/img/sideber_link_ic01.png) no-repeat;
}
.sidebar .sidebar-nav .nav_head > .block:hover {
  background-color: #33abe6;
}
.sidebar .sidebar-nav .nav_head > .block:hover:after {
  right: 10px;
}
.sidebar .sidebar-nav .stage1 > li,
.sidebar .sidebar-nav .stage2 > li:not(:last-child),
.sidebar .sidebar-nav .stage3 > li:not(:last-child) {
  border-bottom: 1px solid #dddddd;
}
.sidebar .sidebar-nav .stage1 > li > a,
.sidebar .sidebar-nav .stage2 > li > a,
.sidebar .sidebar-nav .stage3 > li > a {
  position: relative;
  display: block;
  padding: 13px 15px 14px;
  color: #444444;
  text-decoration: none;
}
.sidebar .sidebar-nav .stage1 > li > a[target="_blank"]:after,
.sidebar .sidebar-nav .stage2 > li > a[target="_blank"]:after,
.sidebar .sidebar-nav .stage3 > li > a[target="_blank"]:after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  width: 13px;
  height: 11px;
  margin-top: -5px;
  background-image: url(/common/img/com_link_blank_ic02.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.sidebar .sidebar-nav .stage1 > li > a:hover,
.sidebar .sidebar-nav .stage2 > li > a:hover,
.sidebar .sidebar-nav .stage3 > li > a:hover,
.sidebar .sidebar-nav .stage1 > li.is-current > a,
.sidebar .sidebar-nav .stage2 > li.is-current > a,
.sidebar .sidebar-nav .stage3 > li.is-current > a {
  background: url(/common/img/com_bg01.jpg);
}
.sidebar .sidebar-nav .stage1 > li.is-current > a,
.sidebar .sidebar-nav .stage2 > li.is-current > a,
.sidebar .sidebar-nav .stage3 > li.is-current > a {
  font-weight: 500;
}
.sidebar .sidebar-nav .stage2,
.sidebar .sidebar-nav .stage3 {
  border-top: 1px solid #dddddd;
}
.sidebar .sidebar-nav .stage1 > li > a {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
}
.sidebar .sidebar-nav .stage2 > li > a {
  padding-left: 40px;
  font-size: 15px;
  font-size: 1.5rem;
}
.sidebar .sidebar-nav .stage2 > li > a:before {
  content: "";
  position: absolute;
  top: 26px;
  left: 20px;
  width: 12px;
  height: 2px;
  background-color: #0096e0;
}
.sidebar .sidebar-nav .stage3 > li > a {
  padding-left: 60px;
  font-size: 14px;
  font-size: 1.4rem;
}
.sidebar .sidebar-nav .stage3 > li > a:before {
  content: "";
  position: absolute;
  top: 23px;
  left: 45px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #999999;
}
/* sidebar-add */
.sidebar .sidebar-add {
  margin-top: 20px;
}
.sidebar .sidebar-add > * {
  margin-top: 20px;
}
.sidebar .sidebar-add > *:first-child {
  margin-top: 0 !important;
}
/* sidebar-add_bnr */
.sidebar-add .sidebar-add_bnr {
  display: table;
  width: 100%;
  background-color: #fff;
  table-layout: fixed;
}
.sidebar-add .sidebar-add_bnr.is-stock {
  background-color: #fcf8e3;
  height: 110px;
  width: 240px;
}
.sidebar-add .sidebar-add_bnr.is-meeting {
  border: 1px solid #dadfea;
}
.sidebar-add .sidebar-add_bnr.is-calender,
.sidebar-add .sidebar-add_bnr.is-individual {
  display: none;
}
body[data-category="ir"][data-categorytop="true"] .sidebar-add .sidebar-add_bnr.is-calender,
body[data-category="ir"][data-categorytop="true"] .sidebar-add .sidebar-add_bnr.is-individual {
  display: table;
  height: 110px;
  width: 240px;
}
.sidebar-add .sidebar-add_bnr > .block {
  padding: 0 18px;
  display: table-cell;
  vertical-align: middle;
  color: #444444;
  text-decoration: none;
  -webkit-transition: all .2s ease-out 0s;
  transition: all .2s ease-out 0s;
}
.sidebar-add .sidebar-add_bnr.is-meeting > .block {
  padding: 0;
}
.sidebar-add .sidebar-add_bnr > a.block:hover {
  opacity: 0.8;
}
.sidebar-add .sidebar-add_bnr > a.block[target="_blank"] .add_bnr-lead:after {
  content: "";
  display: inline-block;
  position: relative;
  top: .1em;
  width: 13px;
  height: 11px;
  margin-left: 5px;
  background: url("/common/img/com_link_blank_ic02.png") no-repeat;
  background-size: 100% auto;
}
.sidebar-add .sidebar-add_bnr .add_bnr-title {
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: bold;
}
.sidebar-add .sidebar-add_bnr .add_bnr-lead {
  position: relative;
  font-size: 14px;
  font-size: 1.4rem;
}
.sidebar-add .sidebar-add_bnr .add_bnr-link {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  font-size: 2.0rem;
}
.sidebar-add .sidebar-add_bnr .add_bnr-link_v2 {
  padding: 2px 18px;
  background-color: #f8f8f8;
  font-size: 2.0rem;
}
.sidebar-add .sidebar-add_bnr .add_bnr-link span::after,
.sidebar-add .sidebar-add_bnr .add_bnr-link_v2 span::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 7px;
  height: 13px;
  margin-left: 6px;
  background-image: url(/common/img/com_link_ic02.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.sidebar-add .sidebar-add_bnr.is-stock > .block {
  height: 110px;
  background: url("/common/img/sideber_bnr_stock01.jpg") no-repeat;
}
.sidebar-add .sidebar-add_bnr.is-calender > .block {
  height: 110px;
  position: relative;
  background: url("/common/img/sideber_bnr_calender.jpg") no-repeat;
  background-size: cover;
}
.sidebar-add .sidebar-add_bnr.is-individual > .block {
  height: 110px;
  position: relative;
  background: url("/common/img/sideber_bnr_individual.jpg") no-repeat;
  background-size: cover;
}
.sidebar-add .sidebar-add_bnr.is-analysis {
  display: block;
}
.sidebar-add .sidebar-add_bnr.is-analysis > .block {
  display: block;
  height: 110px;
  position: relative;
  padding: 0;
  border: 1px solid #dee2eb;
  background: url("/common/img/sideber_bnr_analysis01.png") no-repeat;
  background-size: auto 72px;
}
.sidebar-add .sidebar-add_bnr.is-analysis .add_bnr-link {
  position: relative;
  top: 100%;
  margin-top: -18px;
  background: url("/common/img/sideber_bnr_analysis02.png");
  background-repeat: repeat-y;
  padding: 0 18px 1px;
}
.sidebar-add_movie {
  display: block;
}
body[data-category="ir"][data-categorytop="true"] .sidebar-add_movie {
  display: none;
}
.sidebar-add_movie .sidebar-add_movie_btn {}
.sidebar-add_movie .sidebar-add_movie_btn > a {
  position: relative;
  display: block;
  padding: 8px 30px 7px 16px;
  background: #0096e0;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  -webkit-transition: all .2s ease-out 0s;
  transition: all .2s ease-out 0s;
}
.sidebar-add_movie .sidebar-add_movie_btn > a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  width: 18px;
  height: 16px;
  margin-top: -6px;
  background: url(/common/img/com_link_movie_ic01.png) no-repeat;
  background-size: 18px auto;
}
.sidebar-add_movie .sidebar-add_movie_btn > a:hover {
  background: #33abe6;
}

/* sidebar-add_data */
.sidebar-add_data .add_data-title {
  padding: 10px 2px 9px;
  color: #ffffff;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
  text-align: center;
  background-color: #005bac;
}
.sidebar-add_data .add_data-panel {
  padding: 20px;
  background: url(/common/img/com_bg01.jpg);
}
.sidebar-add_data .add_data-panel > *:first-child {
  margin-top: 0 !important;
}
.sidebar-add_data .add_data-panel .add_data-lead {
  margin-top: 15px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
}
.sidebar-add_data .add_data-panel .add_data-dl {
  margin-top: 15px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  background-color: #0096e0;
}
.sidebar-add_data .add_data-panel .add_data-dl > .block {
  position: relative;
  display: block;
  padding: 8px 32px 7px 27px;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all .2s ease-out 0s;
  transition: all .2s ease-out 0s;
}
.sidebar-add_data .add_data-panel .add_data-dl > .block:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 13px;
  height: 11px;
  margin-top: -6px;
  background: url(/common/img/com_link_dl_ic01.png) no-repeat;
  background-size: 13px 11px;
  -webkit-transition: all .2s ease-out 0s;
  transition: all .2s ease-out 0s;
}
.sidebar-add_data .add_data-panel .add_data-dl:hover > .block {
  background-color: #33abe6;
}
.sidebar-add_data .add_data-panel .add_data-dl .data_capacity {
  position: relative;
  top: -0.3em;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
}
.sidebar-add_data .add_data-panel .add_data-list {
  margin-top: 23px;
  font-size: 16px;
  font-size: 1.6rem;
}
.sidebar-add_data .add_data-panel .add_data-list > li .data_capacity {
  font-size: 14px;
  font-size: 1.4rem;
}
.sidebar-add_data .add_data-panel .add_data-list > li > a {
  position: relative;
  margin-top: 23px;
  color: #333333;
  text-decoration: none;
}
.sidebar-add_data .add_data-panel .add_data-list > li > a:hover {
  color: #0096e0;
  text-decoration: underline;
}
.sidebar-add_data .add_data-panel .add_data-list > li > a:after {
  content: "";
  display: inline-block;
  position: relative;
  top: 0.2em;
  margin-left: 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  
}
.sidebar-add_data .add_data-panel .add_data-list > li > a[target="_blank"]:after {
  width: 13px;
  height: 11px;
  background-image: url(/common/img/com_link_blank_ic02.png);
}
.sidebar-add_data .add_data-panel .add_data-list > li > a[href$=".pdf"]:after,
.sidebar-add_data .add_data-panel .add_data-list > li > a[href$=".PDF"]:after {
  width: 16px;
  height: 16px;
  background-image: url(/common/img/com_link_pdf_ic01.png);
}

/* sidebar-add_links */
.sidebar-add_links > *:first-child{
  margin-top: 0 !important;
}
.sidebar-add_links .add_links-btn > li {
  margin-top: 20px;
  text-align: center;
}
.sidebar-add_links .add_links-btn > li > a {
  display: block;
  position: relative;
  padding: 13px 50px 15px 60px;
  line-height: 1.3;
  color: #333333;
  border: 1px solid #0096e0;
  text-decoration: none;
  -webkit-transition: all .2s ease-out 0s;
  transition: all .2s ease-out 0s;
}
.sidebar-add_links .add_links-btn > li > a:hover {
  opacity: 0.7;
}
.sidebar-add_links .add_links-btn > li > a:hover:after {
  right: 15px;
}
.sidebar-add_links .add_links-btn > li > a:before,
.sidebar-add_links .add_links-btn > li > a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
}
.sidebar-add_links .add_links-btn > li > a:before {
  left: 20px;
}
.sidebar-add_links .add_links-btn > li.is-qa > a:before {
  display: block;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  background: url(/common/img/com_link_qa_ic01.png) no-repeat;
  background-size: 30px 30px;
}
.sidebar-add_links .add_links-btn > li.is-mail > a:before {
  width: 30px;
  height: 22px;
  margin-top: -11px;
  background: url(/common/img/com_link_mail_ic01.png) no-repeat;
  background-size: 100% auto;
  
}
.sidebar-add_links .add_links-btn > li > a:after {
  right: 20px;
  width: 7px;
  height: 13px;
  margin-top: -7px;
  background: url(/common/img/com_link_ic02.png) no-repeat;
  background-size: 100% auto;
  -webkit-transition: all .2s ease-out 0s;
  transition: all .2s ease-out 0s;
}
.sidebar-add_links .add_links-btn > li > a[target="_blank"]:after {
  right: 17px;
  width: 13px;
  height: 11px;
  background-image: url(/common/img/com_link_blank_ic02.png);
}
.sidebar-add_links .add_links-tx {
  margin-top: 12px;
}
.sidebar-add_links .add_links-tx > li > a {
  color: #333333;
  text-decoration: none;
  -webkit-transition: background-color, border-color, color, .2s ease-out 0s;
  transition: background-color, border-color, color, .2s ease-out 0s;
}
.sidebar-add_links .add_links-tx > li > a:hover {
  color: #0096e0;
  text-decoration: underline;
}
.sidebar-add_links .add_links-tx > li > a:after {
  content: "";
  display: inline-block;
  position: relative;
  top: 0.1em;
  width: 7px;
  height: 13px;
  margin-left: 8px;
  background-image: url(/common/img/com_link_ic02.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.sidebar-add_links .add_links-tx > li > a[target="_blank"]:after {
  width: 13px;
  height: 11px;
  background-image: url(/common/img/com_link_blank_ic02.png);
}
/* ------------------------------------------------------
 * pageFoot
------------------------------------------------------ */
.pageFoot {
  width: 1200px;
  margin: 2.5em auto 0;
}
.pageFoot > *:first-child {
  margin-top: 0 !important;
}
/* ------------------------------------------------------
 * Assist
------------------------------------------------------ */
.Assist {
}
/* ----- data-assist-pc-row ----- */
[data-assist-pc-row] {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
[data-assist-pc-row] > * {
  margin-left: 30px;
}
[data-assist-pc-row="auto"] > *,
[data-assist-pc-row="2"] > *:nth-child(2n+1),
[data-assist-pc-row="3"] > *:nth-child(3n+1),
[data-assist-pc-row="4"] > *:nth-child(4n+1),
[data-assist-pc-row="5"] > *:nth-child(5n+1) {
  clear: left;
  margin-left: 0 !important;
}
[data-assist-pc-row="auto"] > *:first-child,
[data-assist-pc-row="2"] > *:nth-child(-n+2),
[data-assist-pc-row="3"] > *:nth-child(-n+3),
[data-assist-pc-row="4"] > *:nth-child(-n+4),
[data-assist-pc-row="5"] > *:nth-child(-n+5) {
  margin-top: 0 !important;
}
[data-assist-pc-row="2"] > * {
  width: calc((100% - 30px) / 2);
}
[data-assist-pc-row="3"] > * {
  width: calc((100% - 60px) / 3);
}
[data-assist-pc-row="4"] > * {
  width: calc((100% - 90px) / 4);
}
[data-assist-pc-row="5"] > * {
  width: calc((100% - 120px) / 5);
}
/* ----- assist-layout-lv1----- */
.assist-layout-lv1 {
  width: 100%;
  height: 290px;
  margin-top: 70px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.assist-layout-lv1.is-recruit {
  background-image: url(/common/img/assist/recruit_assist_bg01.jpg);
}
.assist-layout-lv1 > .block {
  width: 1200px;
  margin: 0 auto;
  padding: 70px 0 60px;
}
.assist-layout-lv1 > .block > *:first-child {
  margin-top: 0 !important;
}
.assist-layout-lv1 .assist-nav-v1,
.assist-layout-lv1 .assist-nav-v2 {
  margin-top: 30px;
}
.assist-layout-lv1 .assist-nav-v1[data-assist-pc-row],
.assist-layout-lv1 .assist-nav-v2[data-assist-pc-row] {
  text-align: center;
  -ms-flex-pack: distribute; /*--- IE10 ---*/
  -webkit-justify-content: space-around; /* Safari */
  -ms-justify-content: space-around; /* IE10 */
  justify-content: space-around;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-align-items: center;
  align-items: center;
}
.assist-layout-lv1 .assist-nav-v1[data-assist-pc-row] a,
.assist-layout-lv1 .assist-nav-v2[data-assist-pc-row] a {
  display: block;
  text-decoration: none;
}
.assist-layout-lv1 .assist-nav-v1 > li > a {
  position: relative;
  padding: 19px 54px 21px;
  font-size: 26px;
  font-size: 2.6rem;
  background-color: #0096e0;
  color: #fff;
  font-weight: bold;
  overflow: hidden;
  -webkit-transition: all .2s ease-out 0s;
  transition: all .2s ease-out 0s;
}
.assist-layout-lv1 .assist-nav-v1 > li > a:hover {
  opacity: 0.7;
}
/*.assist-layout-lv1 .assist-nav-v1 > li > a:before {
  content: "";
  width: 200%;
  height: 200%;
  background: rgba(255, 255, 255, .2);
  transform: rotate(-45deg);
  position: absolute;
  top: -10%;
  left: -180%;
  -webkit-transition: left .5s ease-out 0s;
  transition: left .5s ease-out 0s;
  opacity: 0;
}
.assist-layout-lv1 .assist-nav-v1 > li > a:hover:before {
  left: 60%;
  opacity: 1;
}*/
.assist-layout-lv1 .assist-nav-v1 > li > a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 7px;
  height: 13px;
  margin-top: -5px;
  background: url(/common/img/com_link_ic03.png) no-repeat;
  background-size: 100% auto;
  -webkit-transition: all .2s ease-out 0s;
  transition: all .2s ease-out 0s;
}
.assist-layout-lv1 .assist-nav-v1 > li > a[target="_blank"]:after {
  right: 20px;
  width: 13px;
  height: 11px;
  margin-top: -6px;
  background-image: url(/common/img/com_link_blank_ic03.png);
}
.assist-layout-lv1 .assist-nav-v1 > li > a[href$=".pdf"]:after,
.assist-layout-lv1 .assist-nav-v1 > li > a[href$=".PDF"]:after {
  width: 16px;
  height: 16px;

  margin-top: -8px;
  background-image: url(/common/img/com_link_pdf_ic01.png);
}
.assist-layout-lv1 .assist-nav-v1 > li > a.is-recruit {
  line-height: 1.1;
}
.assist-layout-lv1 .assist-nav-v1 > li > a > span.sub {
  font-size: 18px;
  font-size: 1.8rem;
}
.assist-layout-lv1 .assist-nav-v2 > li > a {
  position: relative;
  padding: 10px 30px 12px;
  background-color: #ffffff;
  color: #333333;
  -webkit-transition: all .2s ease-out 0s;
  transition: all .2s ease-out 0s;
}
.assist-layout-lv1 .assist-nav-v2 > li > a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 7px;
  height: 13px;
  margin-top: -5px;
  background: url(/common/img/com_link_ic02.png) no-repeat;
  background-size: 100% auto;
  -webkit-transition: all .2s ease-out 0s;
  transition: all .2s ease-out 0s;
}
.assist-layout-lv1 .assist-nav-v2 > li > a:hover {
  opacity: 0.7;
}
.assist-layout-lv1 .assist-nav-v2 > li > a:hover:after {
  right: 12px;
}
.assist-layout-lv1 .assist-nav-v2 > li > a[target="_blank"]:after {
  right: 20px;
  width: 13px;
  height: 11px;
  margin-top: -6px;
  background-image: url(/common/img/com_link_blank_ic02.png);
}
.assist-layout-lv1 .assist-nav-v2 > li > a[href$=".pdf"]:after,
.assist-layout-lv1 .assist-nav-v2 > li > a[href$=".PDF"]:after {
  width: 16px;
  height: 16px;
  margin-top: -8px;
  background-image: url(/common/img/com_link_pdf_ic01.png);
}
.assist-layout-lv2 {
  position: fixed;
  top: 50%;
  right: 0;
  margin-top: -101px;
}
.assist-layout-lv2 .assist-nav li + li {
  margin-top: 1px;
}
.assist-layout-lv2 .assist-nav li > a {
  display: block;
  outline: 0;
  text-decoration: none;
  -webkit-transition: all .2s ease-out 0s;
  transition: all .2s ease-out 0s;
}
.assist-layout-lv2 .assist-nav li > a:hover {
  opacity: 0.7;
}
.assist-layout-lv2 .assist-nav li > a > .link_label {
  display: -webkit-flex;
  display: -ms-flexbox; /* IE10 */
  display: flex;
  width: 100px;
  height: 100px;
  color: #fff;
  line-height: 1;
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: bold;
  background-color: #0096e0;
  -webkit-flex-direction: column; /* Safari */
  -ms-flex-direction: column; /* IE10 */
  flex-direction: column;
  -ms-flex-pack: center; /*--- IE10 ---*/
  -webkit-justify-content:center; /* Safari */
  -ms-justify-content: center; /* IE10 */
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align:center; /* IE10 */
  -ms-align-items: center;
  align-items: center;
  text-align: center;
}
.assist-layout-lv2 .assist-nav li > a > .link_label > em {
  display: block;
  line-height: 1;
  font-size: 30px;
  font-size: 3.0rem;
}
/* ------------------------------------------------------
 * Footer
------------------------------------------------------ */
.Assist + .Footer {
  margin-top: 0 ;
}
.Footer {
  margin-top: 60px;
  background: url(/common/img/com_bg01.jpg);
}

/* ----- FooterUtility ----- */
.FooterUtility {
  width: 1200px;
  margin: 0 auto;
  padding: 48px 0 60px;
}
.FooterUtility > *:first-child,
.FooterUtility > section:first-child > *:first-child{
  margin-top: 0 !important; 
}
/* ----- footer-title- ----- */
.footer-title-lv2 {
  margin-top: 50px;
  padding: 16px 16px 17px;
  text-align: center;
  color: #555555;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  border-top: 1px solid rgba(51,51,51,0.15);
  border-bottom: 1px solid rgba(51,51,51,0.15);
}
.footer-title-lv2 + * {
  margin-top: 40px;
}
/* ----- footer-siteNav ----- */
.footer-siteNav-v1 > li > a,
.footer-siteNav-v2 > li > a {
  color: #555555;
  text-decoration: none;
}
.footer-siteNav-v1 > li > a:hover,
.footer-siteNav-v2 > li > a:hover {
  text-decoration: underline;
}
.footer-siteNav-v1 {
  display: -webkit-flex;
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-pack: distribute; /*--- IE10 ---*/
  -webkit-justify-content: space-around; /* Safari */
  -ms-justify-content: space-around; /* IE10 */
  justify-content: space-around;
}
.footer-siteNav-v1 > li > a {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
}
.footer-siteNav-v2 {
  display: -webkit-flex;
  display: -ms-flexbox; /* IE10 */
  display: flex;
  margin-top: 25px;
  -webkit-justify-content: center;
  -ms-flex-pack: center;/* IE10 */
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align:center; /* IE10 */
  -ms-align-items: center;
  align-items: center;
}
.footer-siteNav-v2 > li:first-child {
  border-left: 1px solid #d0d0d0;
}
.footer-siteNav-v2 > li {
  line-height: 1;
  padding: 0 15px;
  border-right: 1px solid #d0d0d0;
}
.footer-siteNav-v2 > li > a {
  font-size: 13px;
  font-size: 1.3rem;
}
/* ----- footer-group ----- */
.footer-group {
  margin-top: 40px;
  padding-bottom: 33px;
  border-bottom: 1px solid rgba(51,51,51,0.15);
}
.footer-group > .footer-group_nav[data-foot-row-pc] > * {
  float: left;
}
.footer-group > .footer-group_nav[data-foot-row-pc="3"] > * {
  width: calc((100% - 39px) / 3);
  margin-top: 8px;
  margin-left: 18px;
}
.footer-group > .footer-group_nav[data-foot-row-pc="3"] > *:nth-child(3n+1) {
  clear: left;
  margin-left: 0 !important;
}
.footer-group > .footer-group_nav[data-foot-row-pc="3"] > *:nth-child(-n+3) {
  margin-top: 0 !important;
}
.footer-group > .footer-group_nav > li > a {
  position: relative;
  color: #555555;
  text-decoration: none;
  font-size: 16px;
  font-size: 1.6rem;
}
.footer-group > .footer-group_nav > li > a:hover {
  text-decoration: underline;
}
.footer-group > .footer-group_nav > li > a[target="_blank"]:after {
  content: "";
  display: inline-block;
  position: relative;
  top: -1px;
  width: 13px;
  height: 11px;
  margin-left: 10px;
  background: url(/common/img/com_link_blank_ic01.png) no-repeat;
  background-size: 13px 11px;
}
/* ----- FooterBody ----- */
.FooterBody {
  padding: 35px 0 25px;
  background-color: #0b9ae2;
}
.FooterBody.TSH_layout {
  padding: 25px 0 25px;
}
/* footer-identity */
.footer-identity {
}
.footer-identity .identity_logo {
  text-align: center;
}
.footer-identity .identity_logo img {
  width: 205px;
}
/* footer-copyright */
.footer-copyright {
  margin-top: 2px;
  text-align: center;
}
.footer-copyright > small {
  font-family: 'Lato', sans-serif;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
}

/* ----- Pagetop ----- */
.Pagetop {
}
.Pagetop > a {
  position: fixed;
  right: 5%;
  bottom: 150px;
  z-index: 2;
  display: block;
  width: 60px;
  height: 60px;
  background: #0b9ae2 url(/common/img/com_pagetop_ic01.png) no-repeat;
  background-size: 28px 24px;
  background-position: center center;
  -webkit-transition: all .2s ease-out 0s;
  transition: all .2s ease-out 0s;
}
.Pagetop > a:hover {
  opacity: 0.8;
}

/* ------------------------------------------------------
 * Other
------------------------------------------------------ */
@media all and (-ms-high-contrast: none) {
  .sidebar-add .sidebar-add_bnr .add_bnr-link {
  top: auto;
  }
}
/* ------------------------------------------------------
 * Clearfix
------------------------------------------------------ */
.header-util #header-search::after,
.header-util #header-lang ul::after,
.gnav-column::after,
.gnavList::after,
.gnav-list-v2::after,
.breadcrumbs::after,
.container::after,
.footer-group > .footer-group_nav::after{
  display: block;
  clear: both;
  content: "";
}
/* ======================================================
 * Print
====================================================== */
@media print {
  /* ------------------------------------------------------
   * Common
  ------------------------------------------------------ */
  .Pagetop {display:none!important;}
  
  body {
    width: 1300px !important;
    margin: 0 auto !important;
  }
  /* ------------------------------------------------------
   * Header
  ------------------------------------------------------ */
  
  /* ------------------------------------------------------
   * Other
  ------------------------------------------------------ */
}