@charset "utf-8";

/* ======================================================
 * layout_pc.css
 * ------------------------------------------------------
 * @media only screen and (max-width: 767px)
 * - Common
 * - Header
 * - Gnav
 * - Main
 * - Assist
 * - Footer
 * - Other
 * - Clearfix
 * Print
====================================================== */

/* ------------------------------------------------------
 * Common
------------------------------------------------------ *//* ------------------------------------------------------
 * JS
------------------------------------------------------ */
/* ----- js-header-spMenu ----- */
html.is-spMenu_open,
html.is-spMenu_open body {
  overflow: hidden;
  height: 100vh;
}
.js-header-spMenu_panel {
  display: none;
}
#js-header-spMenu_overlay {
  display: none;
  position: fixed;
  top: 61px;
  right: 0;  
  bottom: 0;
  left: 0;
  z-index: 98;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .3);
}
/* .js-header-spMenu_panel */
.js-header-spMenu_panel {
  position: relative;
  width: 100%;
  max-height: calc(100vh - 61px);
  padding: 15px 15px 0;
  border-top: 1px solid #e5e5e5;
  background-color: #fff;
  z-index: 99;
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
}
.js-header-spMenu_close {
  margin: 30px auto;
  text-align: center;
}
.js-header-spMenu_close > a {
  position: relative;
  display: inline-block;
  min-width: 130px;
  padding: 11px 40px 13px 50px;
  border: 1px solid #0096e0;
  line-height: 1;
  text-decoration: none;
}
.js-header-spMenu_close > a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 30px;
  margin-top: -6px;
  width: 12px;
  height: 12px;
  background: url(/common/img/com_close_ic02.png);
  background-size: 100% auto;
}
/* ----- js-gnavParent ----- */
.js-header-spMenu_panel .js-gnavParent > a {
  position: relative;
}
.js-header-spMenu_panel .js-gnavParent > a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 3px;
  width: 14px;
  height: 15px;
  margin-top: -7px;
  background: url(/common/img/com_toggle_ic01.png);
  background-size: auto 15px;
}
.js-header-spMenu_panel .js-gnavParent.is-current > a:after {
  background-position: right top;
}
.js-header-spMenu_panel .js-gnavParent .js-gnavChild {
  display: none;
}
/* ------------------------------------------------------
 * Header
------------------------------------------------------ */
.Header {
  width: 100%;
  min-width: 320px;
  height: 61px;
  border-top: 3px solid #005bac;
  background: #ffffff;
}

/* ----- HeaderBody ----- */
.HeaderBody {
  position: relative;
  width: 100%;
  margin: 0 auto;
  z-index: 99;
  background: #ffffff;
}
/* header-identity */
.header-identity {
  display: table;
  float: left;
  height: 58px;
  padding-left: 15px;
}
.header-identity .identity_logo {
  display: table-cell;
  vertical-align: middle;
}
.header-identity .identity_logo > a {
  display: block;
}
.header-identity .identity_logo > a > img {
  width: 100px;
}
/* header-util */
.header-util {
  overflow: hidden;
  margin-right: 34px;
}
.header-util #header-search,
.header-util #header-lang {
  float: right;
}
.header-util #header-search .header-search_btn {
  width: 33px;
}
.header-util #header-search .header-search_btn a {
  display: block;
  width: 33px;
  height: 58px;
  background: url(/common/img/header_spmenu_bt02.png) no-repeat;
  background-size: auto 58px;
}
.header-util #header-search .header-search_btn.is-active a {
  background-position: right top;
}
.header-util #header-search .header-search_panel {
  position: absolute;
  left: 0;
}
.header-util #header-search .header-search_panel > *:last-child {
  margin-bottom: 15px;
}
.header-util #header-search .mf-search{
  position: relative;
  margin-left: 2px;
  margin-right: 2px;
  border-bottom: 1px solid #e5e5e5;
}
.header-util #header-search .mf-search_input {
	width: calc(100% - 30px);
  height: 40px;
  margin-left: 30px;
	padding: 3px 10px 7px 0;
	border: none;
	border-radius: 0;
	background-color: #ffffff;
	color: #333333;
	font-size: 16px;
	font-size: 1.6rem;
	-webkit-appearance: none;
	appearance: none;
}
.header-util #header-search .mf-search_submit {
  position: absolute;
  left: 0;
  top: 50%;
  width: 24px;
  height: 40px;
  margin-top: -20px;
	border: none;
	border-radius: 0;
	outline: none;
  background: url(/common/img/header_spmenu_search_ic01.png) no-repeat;
  background-size: 18px auto;
  background-position: center center;
  text-indent: -9999px;
	-webkit-appearance: none;
  appearance: none;
}
.header-util #header-search .mf-search_submit:hover {
  cursor: pointer;
}
.header-util #header-lang .lang-other .lang_icon {
  display: block;
  width: 35px;
  height: 58px;
  background: url(/common/img/header_spmenu_bt01.png) no-repeat;
  background-size: 100% auto;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

/* ------------------------------------------------------
 * Gnav
------------------------------------------------------ */
.Gnav {
}

/* ----- GnavBody ----- */
.GnavBody {
}

/* header-gnav_btn */
.GnavBody .header-gnav_btn {
  display: table;
  position: absolute;
  top: 0;
  right: 0;
  width: 34px;
  height: 58px;
  overflow: hidden;
}
.GnavBody .header-gnav_btn a {
  display: table-cell;
  position: relative;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  overflow: hidden;
  -webkit-transition: all .4s;
  transition: all .4s;
}
.GnavBody .header-gnav_btn a span {
  position: absolute;
  left: 8px;
  display: inline-block;
  width: 18px;
  height: 2px;
  background-color: #555555;
  transition: all .4s;
}
.GnavBody .header-gnav_btn a span:nth-of-type(1) { top: 22px; }
.GnavBody .header-gnav_btn a span:nth-of-type(2) { top: 28px; }
.GnavBody .header-gnav_btn a span:nth-of-type(3) { top: 34px; }
.GnavBody .header-gnav_btn.is-active a span {
  background-color: #b3b3b3;
}
.GnavBody .header-gnav_btn.is-active a span:nth-of-type(1) {
  -webkit-transform: translateY(6px) rotate(-45deg);
  transform: translateY(6px) rotate(-45deg);
}
.GnavBody .header-gnav_btn.is-active a span:nth-of-type(2) {
  left: 50%;
  opacity: 0;
  -webkit-animation: active-menu-bar .8s forwards;
  animation: active-menu-bar .8s forwards;
}
.GnavBody .header-gnav_btn.is-active a span:nth-of-type(3) {
  -webkit-transform: translateY(-6px) rotate(45deg);
  transform: translateY(-6px) rotate(45deg);
}
.GnavBody .header-gnav_panel > *:last-child {
  margin-bottom: 30px;
}
/* gnavList */
.gnavList {
}
.gnavList > li {
  position: relative;
  font-size: 16px;
  font-size: 1.6rem;
  border-bottom: 1px solid #999999;
}
.gnavList > li > a {
  display: block;
  padding: 14px 23px 14px 0;
  color: #333333;
  text-decoration: none;
}
.gnavList > li > a:after,
.gnavList > li.js-header-sp_cancel > a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 7px;
  height: 13px;
  margin-top: -7px;
  background: url(/common/img/com_link_ic02.png) no-repeat;
    background-size: auto auto;
  background-size: 100% auto;
}
/* megaMenu */
.gnav-megaMenu {
}
.gnav-megaMenu[data-pc-size] { width: auto;}

/* gnav-layout */
.gnav-layout {
}
.gnav-layout .gnav-layout_main {
  float: left;
  width: 804px;
  margin-right: 28px;
}
.gnav-layout .gnav-layout_side {
  overflow: hidden;
}
/* gnav-title */
.gnav-title-lv2 {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
}
.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 {
}
.gnav-list-v1 > li {
}
.gnav-list-v1 > li > a {
}
.gnav-list-v1 > li > a:before {
}
.gnav-list-v2 > li {
  border-bottom: 1px solid #fff;
}
.gnav-list-v2 > li > a {
  display: block;
  position: relative;
  padding: 17px 33px 18px 20px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #333333;
  text-decoration: none;
  background: url(/common/img/com_bg01.jpg);
}
.gnav-list-v2 > li > a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 7px;
  height: 13px;
  margin-top: -7px;
  background: url(/common/img/com_link_ic02.png) no-repeat;
  background-size: 100% auto;
}
/* ------------------------------------------------------
 * Main
------------------------------------------------------ */
.Main {
  overflow: hidden;
}

/* ----- MainBody ----- */
.MainBody {
}

/* ----- pageGuide ----- */
.pageGuide {
  padding: 9px 15px 0 15px;
  background: url(/common/img/com_bg01.jpg);
}

/* breadcrumbs */
.breadcrumbs {
  width: 100%;
  margin: 0 auto;
}
.breadcrumbs > li {
  position: relative;
  float: left;
  margin-right: 8px;
  padding-right: 15px;
  margin-bottom: 6px;
  font-size: 12px;
  font-size: 1.2rem;
}
.breadcrumbs > li ,
.breadcrumbs > li > a {
  color: #333333;
}
.breadcrumbs > li > a:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 5px;
  height: 9px;
  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 {
  width: 100%;
}
.container[data-wide="false"] {
  margin: 2em auto 0;
  padding: 0 4%;
}
.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 {
}

/* sidebar */
.sidebar {;
}
[data-sidebar="true"] .sidebar {
  margin-top: 40px;
}
[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: 15px;
  font-size: 15px;
  font-size: 1.5rem;
  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 > a.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: 14px 30px 15px 13px;
  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: 8px;
  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:after,
.sidebar .sidebar-nav .stage2 > li > a:after,
.sidebar .sidebar-nav .stage3 > li > a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -6px;
  width: 6px;
  height: 10px;
  margin-left: 7px;
  background-image: url(/common/img/com_link_ic02.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
/* 別窓リンク PDFリンク */
.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 {
  width: 15px;
  height: 13px;
  background-image: url(/common/img/com_link_blank_ic02.png);
}
.sidebar .sidebar-nav .stage1 > li > a[href$=".pdf"]:after,
.sidebar .sidebar-nav .stage2 > li > a[href$=".pdf"]:after,
.sidebar .sidebar-nav .stage3 > li > a[href$=".pdf"]:after,
.sidebar .sidebar-nav .stage1 > li > a[href$=".PDF"]:after,
.sidebar .sidebar-nav .stage2 > li > a[href$=".PDF"]:after,
.sidebar .sidebar-nav .stage3 > li > a[href$=".PDF"]:after {
  width: 14px;
  height: 14px;
  background-image: url(/common/img/com_link_pdf_ic01.png);
}
.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:after,
.sidebar .sidebar-nav .stage2 > li.is-current > a:after,
.sidebar .sidebar-nav .stage3 > li.is-current > a:after {
  content: none;
}
.sidebar .sidebar-nav .stage2,
.sidebar .sidebar-nav .stage3 {
  border-top: 1px solid #dddddd;
}
.sidebar .sidebar-nav .stage1 > li > a {
  font-weight: 500;
}
.sidebar .sidebar-nav .stage2 > li > a {
  padding-left: 35px;
}
.sidebar .sidebar-nav .stage2 > li > a:before {
  content: "";
  position: absolute;
  top: 26px;
  left: 15px;
  width: 10px;
  height: 2px;
  background-color: #0096e0;
}
.sidebar .sidebar-nav .stage3 > li > a {
  padding-left: 55px;
  font-size: 14px;
  font-size: 1.4rem;
}
.sidebar .sidebar-nav .stage3 > li > a:before {
  content: "";
  position: absolute;
  top: 23px;
  left: 40px;
  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%;
  height: 136px;
  background-color: #fff;
  table-layout: fixed;
}
.sidebar-add .sidebar-add_bnr.is-stock {
  background-color: #fcf8e3;
}
.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;
  width: 100%;
}
.sidebar-add .sidebar-add_bnr > .block {
  padding: 0 18px;
  display: table-cell;
  height: 100%;
  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: 8px 18px;
  background: url("/common/img/com_bg01.jpg");
  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 {
  background: url(/common/img/sideber_bnr_stock01_sp.jpg) no-repeat;
  background-size: cover;
}
.sidebar-add .sidebar-add_bnr.is-calender > .block {
  position: relative;
  background: url("/common/img/sideber_bnr_calender.jpg") no-repeat;
  background-size: cover;
}
.sidebar-add .sidebar-add_bnr.is-individual > .block {
  position: relative;
  background: url("/common/img/sideber_bnr_individual.jpg") no-repeat;
  background-size: cover;
}
.sidebar-add .sidebar-add_bnr.is-analysis {
  height: 158px;
}
.sidebar-add .sidebar-add_bnr.is-analysis > .block {
  height: 158px;
  padding: 0;
  display: block;
  position: relative;
  border: 1px solid #dee2eb;
  background: url("/common/img/sideber_bnr_analysis01.png") no-repeat;
  background-size: 100%;
}
.sidebar-add .sidebar-add_bnr.is-analysis .add_bnr-link {
  position: relative;
  top: 100%;
  margin-top: -2.6rem;
  padding: 11px 22px;
  background: url("/common/img/sideber_bnr_analysis02.png") repeat-y;
}
.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: 20px 30px 20px 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: 15px;
  width: 16px;
  height: 14px;
  margin-top: -6px;
  background: url(/common/img/com_link_movie_ic01.png) no-repeat;
  background-size: 16px auto;
}


/* sidebar-add_data */
.sidebar-add_data .add_data-title {
  padding: 9px 18px 11px;
  color: #ffffff;
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: 400;
  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: 18px;
  font-size: 1.8rem;
  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;
  box-shadow:0px 0px 10px 0px rgba(0, 0, 0, .25);
}
.sidebar-add_data .add_data-panel .add_data-dl > .block {
  position: relative;
  display: block;
  padding: 20px 38px 20px 32px;
  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: 100% auto;
  -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 {
  display: block;
  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: 9px;
  font-size: 16px;
  font-size: 1.6rem;
}
.sidebar-add_data .add_data-panel .add_data-list > li {
  margin-top: 1em;
}
.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: 15px;
  height: 13px;
  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: 14px;
  height: 14px;
  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 60px 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 {
  width: 34px;
  height: 34px;
  margin-top: -17px;
  background: url(/common/img/com_link_qa_ic01.png) no-repeat;
  background-size: 100% auto;
}
.sidebar-add_links .add_links-btn > li.is-mail > a:before {
  width: 35px;
  height: 25px;
  margin-top: -13px;
  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: 6px;
  height: 10px;
  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;
}
.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: 6px;
  height: 10px;
  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 {
  overflow: hidden;
  margin: 2em auto 0;
  width: 100%;
  padding: 0 4%;
}
.pageFoot > *:first-child {
  margin-top: 0 !important;
}
/* ------------------------------------------------------
 * Assist
------------------------------------------------------ */
.Assist {
}
/* ----- data-assist-pc-row ----- */
[data-assist-sp-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-sp-row] > * {
  margin-left: 30px;
}
[data-assist-sp-row="auto"] > *,
[data-assist-sp-row="2"] > *:nth-child(2n+1),
[data-assist-sp-row="3"] > *:nth-child(3n+1) {
  clear: left;
  margin-left: 0 !important;
}
[data-assist-sp-row="auto"] > *:first-child,
[data-assist-sp-row="2"] > *:nth-child(-n+2),
[data-assist-sp-row="3"] > *:nth-child(-n+3) {
  margin-top: 0 !important;
}
[data-assist-sp-row="auto"] > * {
  margin-top: 10px;
}
[data-assist-sp-row="2"] > * {
  width: calc((100% - 30px) / 2);
}
[data-assist-sp-row="3"] > * {
  width: calc((100% - 60px) / 3);
}
/* ----- assist-layout-lv1----- */
.assist-layout-lv1 {
  width: auto;
  margin: 0 -4%;
  margin-top: 50px;
  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_sp.jpg);
}
.assist-layout-lv1 > .block {
  padding: 40px 4%;
}
.assist-layout-lv1 > .block > *:first-child {
  margin-top: 0 !important;
}
.assist-layout-lv1 .assist-nav-v1,
.assist-layout-lv1 .assist-nav-v2 {
  margin-top: 15px;
}
.assist-layout-lv1 .assist-nav-v1[data-assist-sp-row],
.assist-layout-lv1 .assist-nav-v2[data-assist-sp-row] {
  display: block;
  padding: 0 25px;
  text-align: center;
}
.assist-layout-lv1 .assist-nav-v1[data-assist-sp-row] a,
.assist-layout-lv1 .assist-nav-v2[data-assist-sp-row] a {
  display: block;
  text-decoration: none;
}
.assist-layout-lv1 .assist-nav-v1 > li > a {
  position: relative;
  padding: 10px 54px 13px;
  font-size: 18px;
  font-size: 1.8rem;
  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 {
}
.assist-layout-lv1 .assist-nav-v1 > li > a > span.sub {
  font-size: 14px;
  font-size: 1.4rem;
}
.assist-layout-lv1 .assist-nav-v2 > li {
  padding: 0 40px;
}
.assist-layout-lv1 .assist-nav-v2 > li > a {
  position: relative;
  padding: 14px 36px 15px 26px;
  background-color: #ffffff;
  color: #333333;
}
.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: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;
  right: 0;
  bottom: 175px;
  z-index: 98;
}
.assist-layout-lv2 .assist-nav li + li {
  margin-top: 1px;
}
.assist-layout-lv2 .assist-nav li > a {
  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: 50px;
  height: 50px;
  color: #fff;
  line-height: 1;
  font-size: 10px;
  font-size: 1.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: 15px;
  font-size: 1.5rem;
}

/* ------------------------------------------------------
 * Footer
------------------------------------------------------ */
.Footer {
  margin-top: 40px;
  background: url(/common/img/com_bg01.jpg);
}
[data-foot-sp-row="2"] > *:nth-child(2n+1) {
  clear: left;
  margin-left: 0 !important;
}
[data-foot-sp-row="2"] > *:nth-child(-n+2) {
  margin-top: 0 !important;
}
/* ----- FooterUtility ----- */
.FooterUtility {
  width: 100%;
  margin: 0 auto;
  padding: 0 4% 40px;
}
.FooterUtility > *:first-child,
.FooterUtility > section:first-child > *:first-child{
  margin-top: 0 !important; 
}
/* ----- footer-title- ----- */
.footer-title-lv2 {
  margin-top: 20px;
  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,
.footer-siteNav-v2 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-top: 20px;
}
.footer-siteNav-v1 > li > a,
.footer-siteNav-v2 > li > a {
  color: #555555;
  text-decoration: none;
}
.footer-siteNav-v1 > li > a {
  display: block;
  padding: 17px 15px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
}
.footer-siteNav-v1[data-foot-sp-row="2"] {
  width: auto;
  margin-left: -4%;
  margin-right: -4%;
  border-bottom: 1px solid #dcdcdc;
}
.footer-siteNav-v1[data-foot-sp-row="2"] > * {
  width: calc((100% - 1px) / 2);
  border-right: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
}
.footer-siteNav-v1[data-foot-sp-row="2"] > *:nth-child(2n) {
  border-right: none;
}
.footer-siteNav-v1[data-foot-sp-row="2"] > *:nth-child(-n+2) {
  border-top: none;
}
.footer-siteNav-v1[data-foot-sp-row="2"] > *:nth-child(odd):last-child {
  border-bottom: none;
}
.footer-siteNav-v2 > li {
  margin-top: 1em;
  margin-left: 15px;
}
.footer-siteNav-v2 > li > a {
  font-size: 14px;
  font-size: 1.4rem;
}
.footer-siteNav-v2[data-foot-sp-row="2"] > * {
  width: calc((100% - 15px) / 2);
}
/* ----- footer-group ----- */
.footer-group {
  margin-top: 38px;
  padding-bottom: 33px;
  border-bottom: 1px solid rgba(51,51,51,0.15);
}
.footer-group > .footer-group_nav > li:first-child {
  margin-top: 0 !important;
}
.footer-group > .footer-group_nav[data-foot-sp-row="1"] > li {
  margin-top: .5em;
}
.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[target="_blank"]:after {
  content: "";
  display: inline-block;
  position: relative;
  top: .1em;
  width: 17px;
  height: 14px;
  margin-left: 10px;
  background: url(/common/img/com_link_blank_ic01.png) no-repeat;
  background-size: 100% auto;
}
/* ----- FooterBody ----- */
.FooterBody {
  padding: 30px 15px 24px;
  background-color: #0b9ae2;
}
.FooterBody.TSH_layout {
  padding: 24px 15px 36px;
}
/* footer-identity */
.footer-identity {
}
.footer-identity .identity_logo {
  text-align: center;
}
.footer-identity .identity_logo img {
  width: 225px;
}
/* footer-copyright */
.footer-copyright {
  margin-top: 12px;
  text-align: center;
}
.footer-copyright > small {
  font-family: 'Lato', sans-serif;
  color: #fff;
  font-size: 11px;
  font-size: 1.1rem;
}


/* ----- Pagetop ----- */
.Pagetop {
  position: relative;
}
.Pagetop.is-stop > a {
  position: absolute;
  bottom: 115px;
}
.Pagetop > a {
  position: fixed;
  right: 4%;
  bottom: 15px;
  display: block;
  width: 50px;
  height: 50px;
  background: #0b9ae2 url(/common/img/com_pagetop_ic01.png) no-repeat;
  background-size: 24px auto;
  background-position: center center;
  z-index: 2;
}

/* ------------------------------------------------------
 * Other
------------------------------------------------------ */

/* ------------------------------------------------------
 * Clearfix
------------------------------------------------------ */
.HeaderBody::after,
.header-util::after,
.breadcrumbs::after{
  display: block;
  clear: both;
  content: "";
}
