@charset "utf-8";
body {
  margin: 0 !important;
  padding: 0 !important;
  width: auto !important;
  max-width: none !important;
  -webkit-text-size-adjust: 100%;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
ul, ol, li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sp-block{
  display: none !important;
}
.sp-inline-block{
  display:none !important;
}
.pc-block{
  display: block!important;
}
.pc-inline-block{
  display: inline-block !important;
}
#tp-header {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  display: block;
  width: 100%;
  position: relative;
  margin: 0 auto;
  padding: 0 0 5px;
  border-top: 3px solid #0096e0;
  background-color: #fff;
  text-align: left;
  height: auto;
}
#tp-header > div.clearfix {
  display: block;
  max-width: 1024px;
  width: 98%;
  margin: 0 auto;
  padding: 15px 0 0;
  position: relative;
}
#tp-logo {
  float: left;
  display: block;
  width: 240px;
  height: 40px;
  margin: 0;
  padding: 0;
}
#tp-logo > a {
  display: block;
  width: 100%;
  height: 100%;
}
#tp-logo > a img {
  display: block;
  width: 100%;
  max-width: 135px;
  height: auto;
  float: left;
}
#tp-logo > a span {
  display: block;
  float: left;
  font-size: 12px;
  color: #0096e0;
  font-weight: bold;
  margin: 8px 0 0 10px;
  line-height: normal;
}
#tp-right{
  float: right;
  overflow: hidden;
}
#tp-upper-nav{
  float: left;
  margin:8px 20px;
  font-size: 0;
}
#tp-upper-nav li{
  display: inline-block;
  font-size: 12px;
}
#tp-upper-nav li:not(:first-child){
  margin-left: 15px;
}
#tp-upper-nav a{
  color: #666;
  text-decoration: none;
}
#tp-upper-nav a:hover{
  opacity: .7;
}
#tp-nav {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  display: block;
  max-width: 1024px;
  width: 98%;
  margin: 0 auto 0;
  padding: 0;
  list-style: none;
}
#tp-nav li {
  display: block;
  float: left;
  width: calc(100% / 5);
  margin: 0;
  padding: 0;
  text-align: center;
  position: relative;
}
#tp-nav li:not(:last-of-type)::after {
  border-right: 1px solid #c5c5c5;
  content: "";
  height: 12px;
  width: 1px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
#tp-nav li > a {
  padding: 10px 0;
  color: #666;
  font-size: 13px;
  display: block;
  text-decoration: none;
  transition: opacity .3s;
  position: relative;
  line-height: normal;
}
#tp-nav li > a:hover {
  opacity: .7;
}
.tp-nav-blank::after {
  content: "";
  position: relative;
  background: url(/common/img/ico_blank.png) no-repeat left top;
  background-size: 10px;
  width: 10px;
  height: 10px;
  display: inline-block;
  top: 0;
  bottom: 0;
  margin: auto 0 auto 10px;
}
#tp-nav-btn {
  display: none;
}
#tp-footer {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 0 0 30px;
  position: relative;
  background-color: #fff;
}
#tp-footer ul {
  display: block;
  padding: 10px 0;
  margin: 0;
  text-align: center;
  background: #0096e0;
}
#tp-footer ul li {
  display: inline-block;
  margin: 0 10px;
}
#tp-footer ul li > a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}
#tp-footer > a {
  display: block;
  width: 100%;
  max-width: 150px;
  height: auto;
  margin: 30px auto 0;
}
#tp-footer > a img {
  display: block;
  width: 100%;
  height: auto;
}
#tp-footer small {
  font-size: 10px;
  text-align: center;
  margin: 15px auto 0;
  padding: 0 12px;
  line-height: 1;
  display: block;
  max-width: 1024px;
  width: 90%;
  position: relative;
  color: #333;
}
#tp-header fieldset {
  border: none;
}
#tp-header legend {
  display: none;
}
#tp-header-search {
  float: left;
  position: relative;
  display: block;
  width: 200px;
  height: 30px;
  border: 1px solid #dcdcdc;
  border-radius: 10px;
  box-sizing: border-box;
  overflow: hidden;
}
#tp-header-search fieldset {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
#SS_searchForm {
  width: 100%;
  height: 100%;
}
#SS-searchQuery {
  position: absolute;
  top: 0;
  left: 10px;
  border: none;
  outline: none;
  width: 145px;
  height: 30px;
  background: none;
  font-size: 12px;
  color: #666;
  line-height: 30px;
}
#SS-searchSubmit {
  position: absolute;
  background-color: #dcdcdc;
  right: 0;
  top: -1px;
  width: 30px;
  height: 30px;
  overflow: hidden;
}
#TP_topic-path {
  text-align: left;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  display: block;
  width: 100%;
  height: 35px;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  background-color: #fff;
}
#TP_topic-path ul {
  width: 98%;
  max-width: 1024px;
  margin: 0 auto;
  list-style: none;
  display: block;
}
#TP_topic-path ul li {
  display: inline-block;
  color: #666;
  font-size: 10px;
  line-height: 35px;
}
#TP_topic-path ul li a {
  color: #0096e0;
  text-decoration: none;
  position: relative;
  margin-right: 40px;
  font-size: 10px;
}
#TP_topic-path ul li.patharrow {
  text-decoration: none;
  position: relative;
  margin-right: 40px;
  font-size: 10px;
  display: inline;
}
#TP_topic-path ul li a::after,
#TP_topic-path ul li.patharrow::after {
  content: "＞";
  position: absolute;
  right: -27px;
  font-size: 8px;
  display: block;
  width: 1em;
  color: #666;
  height: 1em;
  top: 3px;
  line-height: 1;
}
#tp-copyright {
  display: block;
  max-width: 1024px;
  width: 90%;
  margin: 0 auto;
  position: relative;
}
#tp-top {
  display: block;
  height: 46px;
  width: 46px;
  position: absolute;
  right: 0;
  bottom: 0;
}
#tp-top > img {
  display: block;
  width: 100%;
  height: auto;
  cursor: pointer;
}
