@charset "utf-8";
.content .inner800 {
  width: 800px;
  margin: 0 auto;
}
.detail .dbox{
  background: #000000;
  color: #ffffff;
}
.detail .dbox a {
  color: #ffffff!important;
  text-decoration: underline;
}
.section.inner{
  background: #000000;
}
.vitxt p.cat_title {
  word-break: break-all;
}
/*------------------------------
アンカー anchor
------------------------------*/
.content .anchor{
  padding-top: 50px;
  padding-bottom: 50px;
  background: #000000;
  display: flex;
  flex-wrap:wrap;
  justify-content: center;
}
.content .anchor li{
  width: calc(100%/6);
  text-align: center;
  font-size: 16px;
}
.content .anchor li a{
  transition: all 0.25s ease-out;
  position: relative;
  display: inline-block;
  font-weight: bold;
  width: 115px;
  height: 115px;
  border-radius: 50%;
  background-color: #ffffff;
}
.content .anchor li a:hover{
  opacity: 0.5;
}
.content .anchor li a span{
  position: absolute;
  display: inline-block;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}
.content .anchor li a:after{
  content: '';
  width: 5px;
  height: 5px;
  border: 0px;
  border-top: solid 2px #000000;
  border-right: solid 2px #000000;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  top: 80%;
  left: 47%;
  margin-top: -4px;
}
/*------------------------------
セクション section
------------------------------*/
.content .section .header_wrapper {
  position: relative;
  overflow: hidden;
}
.content .section h2{
  color: #ffffff;
  font-weight: normal;
  font-size: 44px;
}
.content .section .header_wrapper h2{
  position: relative;
  margin: 0;
  padding: 60px 3%;
  background-color: rgba(0,0,0,0.75);
}
.content .section .header_wrapper .header_bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  margin-top: -10px;
}
.content .section .header_wrapper .header_bg img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px){
 .content .inner800 {
    width: 100%
  }
  /*------------------------------
  アンカー anchor
  ------------------------------*/
  .content .anchor li{
    width: calc(100%/3);
  }
  .content .anchor li{
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 480px) {
  /*------------------------------
  アンカー anchor
  ------------------------------*/
  .content .anchor li{
    width: calc(100%/2);
  }
  .content .section h2 {
    font-size: 28px;
  }
  .content .section .header_wrapper h2 {
    margin: 0 auto;
    padding: 50px 7.5%;
  }
}
