/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* 製品ページ　ProDIX */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.nav {
  text-align: right;
  margin-bottom: 20px;
}

.nav_right {
  margin-right: 30px;
  margin-left: auto;
  margin-bottom: 5px;
  text-align: right;
}

.link {
  font-size: 0.8em;
}

.description a	{
  text-decoration: none;}

.main_photo {
  text-align: center;
}

.arrow{
  position: relative;
  display: inline-block; 
  margin-bottom: 10px;
  padding: 0 0 0 16px;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
}

.arrow::before,
.arrow::after{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.circle::before{
  width: 12px;
  height: 12px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #FEB03B;
}

.circle::after{
  left: 5px;
  box-sizing: border-box;
  width: 3px;
  height: 3px;
  border: 3px solid transparent;
  border-left: 3px solid #fff;
}


.Annotation {
  text-align: center;
  font-size: 24px;
}

h2 {
  color: #0096B2;
}

.movie {
  text-align: left;
}

.movie_nav {
  text-align: right;
  margin-top: -15px;
}

.bold {
  font-weight: bold;
}