@charset "utf-8";


/* -----------------------------------------------------
  overwrite
----------------------------------------------------- */

body {
  margin: 0 !important;
  padding: 0 !important;
  width: auto !important;
  max-width: none !important;
  -webkit-text-size-adjust: 100%;
}

#str-container {
  padding: 20px 0 3px !important;
  border: none !important;
  border-bottom: 1px solid #dfdfdf !important;
}
#str-container table th,
#str-container table td {
  font-size: 100%;
}
#str-container table.tbl-data-04 th,
#str-container table.tbl-data-04 td,
#str-container table.tbl-data-05 th,
#str-container table.tbl-data-05 td {
  font-size: 133%;
}
#str-container table.tbl-data-04 em,
#str-container table.tbl-data-05 em {
  font-size: 138%;
}
#v1403-release #str-container table {
  font-size: 100%;
}
#v1403-release #str-container table th,
#v1403-release #str-container table td {
  font-size: 75%;
  line-height: normal;
}
#v1403-release #str-container table th th,
#v1403-release #str-container table td td {
  font-size: 100%;
}

#wrapper {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
  padding-bottom: 20px !important;
  border-bottom: 1px solid #ddd !important;
}
#wrapper table th,
#wrapper table td{
  font-size: 100%;
}
#wrapper-border {
  border-top: 1px solid #dfdfdf;
  height: 0;
  font-size: 0;
}


/* -----------------------------------------------------
  header
----------------------------------------------------- */

#TP_header {
  position: relative;
  margin: 0;
  padding: 0;
  min-width: 950px;
  background: #fff;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.3;
  color: #666;
  z-index: 1;
  box-shadow: 0 2px 6px rgba(5, 0, 1, 0.06);
}
#TP_header * {
  margin: 0;
  padding: 0;
  font: inherit;
  color: inherit;
  box-sizing: border-box;
}
#TP_header a {
  text-decoration: none;
  color: #666;
}
#TP_header a:hover {
  color: #f93;
}
#TP_header img {
  border: 0;
  width: 100%;
  height: auto;
}
#TP_header li {
  list-style-type: none;
}
#TP_header fieldset {
  border: none;
}
#TP_header legend {
  display: none;
}

#TP_header .TP_header_sp {
  display: none !important;
}

/* -------------------------------------------------- */

#TP_header #TP_header-upper {
  border-bottom: 2px solid #008cdc;
}
#TP_header #TP_header-upper_inner {
  position: relative;
  margin: 0 auto;
  width: 950px;
  height: 43px;
}

#TP_header #TP_header-upper p {
  padding-top: 7px;
  width: 116px;
}

#TP_header #TP_header-upper ul {
  position: absolute;
  top: 0;
  right: 0;
}
#TP_header #TP_header-upper .TP_header_pc {
  width: 43px;
  height: 43px;
  background: url("../images/tp_icon_burger_02.png") no-repeat left top;
  cursor: pointer;
  transition: opacity 200ms;
}
#TP_header #TP_header-upper .TP_header_pc.on {
  background-position: left bottom;
}
#TP_header #TP_header-upper .TP_header_pc:hover {
  opacity: 0.6;
}

/* -------------------------------------------------- */

#TP_header #TP_header-nav {
  background: #008cdc;
}
#TP_header #TP_header-nav_inner {
  margin: 0 auto;
  width: 950px;
}

#TP_header #SS_searchForm {
  position: absolute;
  top: 0;
  right: 50%;
  margin-right: -432px;
  width: 0;
  height: 43px;
  background: #fff;
  overflow: hidden;
  z-index: 1;
  transition: width 200ms;
}
#TP_header #SS_searchForm.on {
  border-left: 2px solid #008cdc;
  width: 272px;
}
#TP_header #SS_searchQuery {
  position: absolute;
  top: 0;
  left: 38px;
  border: none;
  outline: none;
  width: 200px;
  height: 43px;
  background: none;
  font-size: 12px;
  line-height: 43px;
  color: #333;
}
#TP_header #SS_searchSubmit {
  position: absolute;
  top: 13px;
  left: 12px;
  width: 16px;
}

#TP_header #TP_header-nav form + ul {
  overflow: hidden;
}
#TP_header #TP_header-nav form + ul li {
  float: left;
  width: 33%;
}
#TP_header #TP_header-nav form + ul li:nth-child(2) {
  width: 34%;
}
#TP_header #TP_header-nav form + ul a {
  display: block;
  height: 57px;
  text-align: center;
  font-size: 16px;
  line-height: 57px;
  color: #fff;
  transition: background 200ms;
}
#TP_header #TP_header-nav form + ul a:hover,
#TP_header #TP_header-nav form + ul a.on {
  background: #fff;
  color: #008cdc;
}
#TP_header #TP_header-nav form + ul a[target]:after {
  margin-left: 8px;
  vertical-align: middle;
  content: url("../images/tp_icon_blank_03.png");
}
#TP_header #TP_header-nav form + ul a[target]:hover:after,
#TP_header #TP_header-nav form + ul a[target].on {
  content: url("../images/tp_icon_blank_02.png");
}

#TP_header #TP_header-nav ul ~ ul {
  position: absolute;
  top: 13px;
  left: 50%;
  margin-left: -300px;
  overflow: hidden;
}
#TP_header #TP_header-nav ul ~ ul li {
  float: left;
  margin-right: 30px;
}
#TP_header #TP_header-nav ul ~ ul a {
  font-size: 13px;
  font-weight: 500;
  color: #008cdc;
  transition: opacity 200ms;
}
#TP_header #TP_header-nav ul ~ ul a[target]:after {
  margin-left: 8px;
  vertical-align: middle;
  content: url("../images/tp_icon_blank_02.png");
}
#TP_header #TP_header-nav ul ~ ul a:hover {
  opacity: 0.6;
}


/* -----------------------------------------------------
  topic-path
----------------------------------------------------- */

#TP_topic-path {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #dfdfdf;
  min-width: 950px;
  background: #fff;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  line-height: 1.3;
  color: #666;
}
#TP_topic-path * {
  margin: 0;
  padding: 0;
  font: inherit;
  color: inherit;
  box-sizing: border-box;
}
#TP_topic-path img {
  border: 0;
  width: 100%;
  height: auto;
}
#TP_topic-path li {
  list-style-type: none;
}

/* -------------------------------------------------- */

#TP_topic-path ul {
  margin: 0 auto;
  padding: 6px 0;
  width: 950px;
  overflow: hidden;
}
#TP_topic-path ul li {
  float: left;
  padding: 6px 15px 6px 0;
}
#TP_topic-path ul li ~ li {
  padding-left: 21px;
  background: url("../images/tp_icon_arrow_04.png") no-repeat left center;
}
#TP_topic-path a {
  text-decoration: none;
  color: #0096e0;
}
#TP_topic-path a:hover {
  color: #f93;
}


/* -----------------------------------------------------
  footer
----------------------------------------------------- */

#TP_footer {
  margin: 0;
  padding: 0;
  min-width: 950px;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.3;
  color: #666;
}
#TP_footer * {
  margin: 0;
  padding: 0;
  font: inherit;
  color: inherit;
  box-sizing: border-box;
}
#TP_footer a {
  text-decoration: none;
}
#TP_footer a:hover {
  color: #f93;
}
#TP_footer img {
  border: 0;
  width: 100%;
  height: auto;
}
#TP_footer li {
  list-style-type: none;
}
#TP_footer fieldset {
  border: none;
}
#TP_footer legend {
  display: none;
}

#TP_footer .TP_footer_sp {
  display: none !important;
}

/* -------------------------------------------------- */

#TP_footer #TP_footer-nav {
  background: #f2f2f2;
}
#TP_footer #TP_footer-nav_inner {
  position: relative;
  margin: 0 auto;
  padding: 25px 0;
  max-width: 1024px;
  overflow: hidden;
}

#TP_footer #SS_searchForm1 {
  float: left;
  position: relative;
  width: 190px;
  height: 29px;
  background: url("../images/tp_bg_search_02.png") no-repeat;
}
#TP_footer #SS_searchQuery1 {
  position: absolute;
  top: 0;
  left: 15px;
  border: none;
  outline: none;
  width: 135px;
  height: 29px;
  background: none;
  font-size: 12px;
  line-height: 29px;
  color: #333;
}
#TP_footer #SS_searchSubmit1 {
  position: absolute;
  top: 6px;
  right: 15px;
  width: 16px;
}

#TP_footer #TP_footer-nav dl {
  float: left;
  margin-left: 20px;
  width: 190px;
}
#TP_footer #TP_footer-nav dl dt {
  padding-left: 10px;
  background: url("../images/tp_icon_arrow_03.png") no-repeat left center;
  font-weight: 500;
}
#TP_footer #TP_footer-nav ul li {
  margin-top: 7px;
  padding-left: 10px;
  background: url("../images/tp_icon_arrow_01.png") no-repeat left center;
}
#TP_footer #TP_footer-nav dl a[target]:after {
  margin-left: 4px;
  vertical-align: baseline;
  content: url("../images/icon_window_01.gif");
}

#TP_footer #TP_footer-nav p {
  position: absolute;
  bottom: 20px;
  right: 0;
  width: 40px;
  font-size: 0;
  cursor: pointer;
  transition: opacity 200ms;
}
#TP_footer #TP_footer-nav p:hover {
  opacity: 0.6;
}

/* -------------------------------------------------- */

#TP_footer #TP_footer-lower {
  background: #fff;
}
#TP_footer #TP_footer-lower_inner {
  position: relative;
  margin: 0 auto;
  padding: 20px 0;
  max-width: 1024px;
}

#TP_footer #TP_footer-lower ul {
  margin-bottom: 10px;
  overflow: hidden;
}
#TP_footer #TP_footer-lower ul li {
  float: left;
  margin-right: 20px;
  padding-left: 10px;
  background: url("../images/tp_icon_arrow_01.png") no-repeat left center;
}

#TP_footer #TP_footer-lower ul + p {
  position: absolute;
  top: 24px;
  right: 0;
  width: 106px;
  font-size: 0;
}
#TP_footer #TP_footer-lower p:last-child {
  font-size: 10px;
  color: #999;
}

