/*--------------------*
#breadcrumblist
*--------------------*/
#breadcrumblist .linkbox{
  font-family: Meiryo,Hiragino Kaku Gothic Pro W3,Hiragino Kaku Gothic Pro,Osaka,MS Gothic;
  color:#000000;
  font-size:12px;
  width:100%;
  border-top:1px solid #BDC8CA;
  border-bottom:1px solid #BDC8CA;
  background-color:#FFFFFF;
}
#breadcrumblist .linkbox_inner{
  padding:10px;
}
#breadcrumblist .linkbox UL{
  margin: 0;
  padding: 0;
  list-style-type:none;
}
#breadcrumblist .linkbox LI{
  float:left;
  line-height:28px;
}
#breadcrumblist .linkbox A{
  color:#003AF6;
  text-decoration:underline;
}
#breadcrumblist .linkbox A:hover{
  text-decoration:none;
}
#isp_footer {
  padding-bottom: 60px;
}
.clear{
  clear: both;
  float:none;
  line-height:0px;
  font-size:0px;
  height:0px;
}
#footer P.contents_footerCopy{
  margin: 20px auto;
}
.pc2 .floating-banner {
  position: fixed;
  z-index: 99999;
  bottom: 0;
  right: 0; 
  background-color: rgba(256,256,256,0.9);
  padding: 10px 10px;
}
.pc2 .floating-banner:hover {
  opacity: .9;
}

.tab2 .floating-banner {
  position: fixed;
  z-index: 99999;
  bottom: 0;
  right: 0; 
  background-color: rgba(256,256,256,0.9);
  padding: 10px 20px;
  left:0;
  right:0;
}

.sp2 .floating-banner {
  position: fixed;
  z-index: 99999;
  bottom: 0;
  text-align: center;
  right: 0; 
  background-color: rgba(256,256,256,0.9);
  padding: 5px 20px;
  left:0;
  right:0;
}

.floating-banner a {
  text-decoration:none;
}
.pc {
  width: 200px;
}
.tab ,
.tab2 {
  display: none; 
}
.sp ,
.sp2 {
  display: none;
}

@media screen and (max-width: 1025px) {
  .pc2 {
      display: none;
  }
}
@media screen and (max-width: 1024px) {
  .tab2 {
      display: inline-block;
  }
  .tab {
      display: inline-block;
      width: 30vw;
  }
}
@media screen and (max-width: 640px) {
  .sp2 {
      display: inline-block;
  }
  .sp {
      display: inline-block;
      width: 80vw;
  }
  .tab2 {
    display: none;
  }
}
#topicpath.topic_cp_v{
    background: #fff;
    color: #1f2121;
    margin: 0 auto;
    padding: 12px;
    font-size: 14px;
    line-height: 16px;
}
#topicpath.topic_cp_v a{
  text-decoration: none;
  color: #1f2121;
}
#topicpath.topic_cp_v span.def{
  max-width: 1000px;
  margin: 0 auto;
}
#topicpath .home_icon{
  background: url(./../../image/logo/icon_home.svg) no-repeat center center / 100% auto;
  width: 14.4px;
  height: 14.4px;
  display: inline-block;
  text-align: center;
  margin-right: 4px;
}
#topicpath .bc_arrow{
  background: url(./../../image/logo/bc_arrow.svg) no-repeat center center / 100% auto;
  width: 7px;
  height: 10px;
  display: inline-block;
  text-align: center;
}

#breadcrumblist .linkbox A {
    color: #1f2121;
    text-decoration: none;
    border: 1px solid #cecece;
    padding: 2px 6px;
    border-radius: 4px;
}
#breadcrumblist .linkbox A:hover {
    text-decoration: underline;
    transition-duration: 3s;
}