
@charset "UTF-8";

.sec_bd {
  border-top: 1px solid #c7c7c7;
}
.product_starterkit .link_area .top {
  background: #eeeeee;
}
.anchor .anchor_item {
  width: calc(100% / 3);
}
/*overview*/
.slick-prev, 
.slick-next {
  width: 3rem;
  height: 3rem;
  background: url(../../common/images/icon_arrow_prev.png) no-repeat #4e5059 center / 7px 10px;
  transition: all 0.4s;
  z-index: 30;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  background: url(../../common/images/icon_arrow_prev.png) no-repeat #4e5059 center / 7px 10px;
}
.slick-next,
.slick-next:hover,
.slick-next:focus {
  background-image: url(../../common/images/icon_arrow_next.png);
}
.slick-prev:before,
.slick-next:before {
  content: '';
}
.product_starterkit .overview .flex_item {
  width: 50%;
}
.product_starterkit .overview .gallery_main {
  width: 69%;
  margin: 0 auto;
}
.product_starterkit .overview .slick-prev {
  left: -6rem;
}
.product_starterkit .overview .slick-next {
  right: -6rem;
}
.product_starterkit .overview .gallery_thumb {
  width: 81.6%;
  margin: 5rem auto 0;
}
.product_starterkit .overview .gallery_thumb .item {
  padding: 0 0.75rem;
  cursor: pointer;
}
.product_starterkit .overview .gallery_thumb .item .inner {
  position: relative;
}
.product_starterkit .overview .gallery_thumb .item .inner:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255,255,255,0.7);
  opacity: 1;
}
.product_starterkit .overview .gallery_thumb .item.slick-current .inner:before {
  opacity: 0;
}
.product_starterkit .overview .r_box {
  padding-top: 2rem;
  padding-left: 7rem;
}
.product_starterkit .product_ttl > * {
  line-height: 1;
  font-weight: 500;
}
.product_starterkit .product_ttl .ttl_sub {
  font-size: 2.2rem;
}
.product_starterkit .product_ttl .ttl_main {
  font-size: 3.5rem;
  margin-top: 1.8rem;
  font-weight: 700;
}
.product_starterkit .overview .overview_list {
  margin-top: 5rem;
}
.product_starterkit .overview .btn {
  margin-top: 5rem;
}
.product_starterkit .overview .btn_txt {
  font-size: 1.4rem;
}
.product_starterkit .overview .overview_list .list_ttl {
  padding: 0.5rem 1em;
  line-height: 1;
  display: inline-block;
  color: #fff;
  background: #2d3132;
  text-align: center;
}
.product_starterkit .overview .overview_list li {
  
}
.product_starterkit .overview .overview_list li.top {
  font-weight: 500;
  font-size: 1.8rem;
}
.product_starterkit .overview .overview_list > li:not(:first-child) {
  margin-top: 1.2rem;
}
@media screen and (min-width: 992px) {
  .slick-prev:hover, 
  .slick-prev:focus, 
  .slick-next:focus {
    background: url(../../common/images/icon_arrow_prev.png) no-repeat #090d11 center / 7px 10px;
    opacity: 0.5;
  }
  .slick-next:hover {
    background: url(../../common/images/icon_arrow_next.png) no-repeat #090d11 center / 7px 10px;
    opacity: 0.5;
  }
}


/*feature*/
.product_starterkit .feature {
  padding-bottom: 0;
}
.product_starterkit .feature .anchor_feature {
  justify-content: center;
  /*margin-bottom: 10rem;*/
}
.product_starterkit .feature .anchor_feature_item {
  margin: 0 1.5rem;
  width: 100%;
  max-width: 300px;
  text-align: center;
}
.product_starterkit .feature .anchor_feature_item a {
  color: #fff;
  background: #090d11;
  line-height: 1;
  padding: 2rem 1rem;
  display: block;
  border: 1px solid #090d11;
}
.product_starterkit .feature_box {
  padding-top: 8rem;
}
.product_starterkit .feature_box:not(:first-child) {

}
.product_starterkit .feature_box .feature_cnt {
  margin-top: 10rem;
  background: #2d3132;
  padding: 5rem 0;
}
.product_starterkit .feature_box .feature_cnt_item {
  background: no-repeat center / 100% auto;
  padding: 10rem 0;
}
.product_starterkit .feature_box a {
  color: #fff;
}
.product_starterkit .feature_box .note {
  color: #fff;
  font-size: 87.5%;
}
.product_starterkit #item01 .feature_cnt_item:nth-child(1) {
  background-image: url(../images/img_features01-1.png);
}
.product_starterkit #item01 .feature_cnt_item:nth-child(2) {
  background-image: url(../images/img_features01-2.png);
  padding: 15rem 0;
}
.product_starterkit #item02 .feature_cnt_item:nth-child(1) {
  background-image: url(../images/img_features02-1.png);
}
.product_starterkit #item02 .feature_cnt_item:nth-child(2) {
  background-image: url(../images/img_features02-2.png);
  padding: 20rem 0;
}
.product_starterkit #item03 .feature_cnt_item:nth-child(1) {
  background-image: url(../images/img_features03-1.png);
  padding: 15rem 0;
}
.product_starterkit #item03 .feature_cnt_item:nth-child(2) {
  background-image: url(../images/img_features03-2.png);
  padding: 20rem 0;
}
.product_starterkit .feature_box .box_inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.product_starterkit .feature_box .item_ttl {
  font-size: 3rem;
  position: relative;
  padding-top: 6rem;
  text-align: center;
  margin-bottom: 3rem;
  font-weight: 500;
}
.product_starterkit .feature_box .item_ttl:before {
  content: '';
  height: 50px;
  width: 1px;
  background: #2d3132;
  position: absolute;
  top: 0;
  left: 50%;
}
.product_starterkit .feature_box .item_main_img {
  text-align: center;
}
.product_starterkit .feature_box:nth-child(even) .box_inner {
  flex-direction: row-reverse;
}
/*.product_starterkit .feature_box:nth-child(even) {
  padding: 8rem 0;
}*/
.product_starterkit .feature_box .feature_cnt_item:nth-child(odd) .txt_box {
  margin-left: auto;
}
.product_starterkit .feature_box .feature_ttl {
  line-height: 1.4;
}
.product_starterkit .feature_box .feature_ttl:after {
  background: #fff;
}
.product_starterkit .feature_box .txt_box {
  width: 48%;
  color: #fff;
}
.product_starterkit .feature_box:nth-child(even) .txt_box {
  
}
.product_starterkit .feature_box .txt_item:not(:first-child) {
  margin-top: 6rem;
}
.product_starterkit .feature_box .feature_ttl_sub {
  margin-bottom: 2rem;
}
.product_starterkit .feature_box .img_box {
  display: none;
}
@media screen and (min-width: 992px) {
  .product_starterkit .feature .anchor_feature_item a:hover {
    background: #fff;
    color: #090d11;
  }
}
/*specification*/
.product_starterkit .specification .item:not(:first-child) {
  margin-top: 3rem;
}
.product_starterkit .specification .specification_ttl {
  background: #090d11;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  padding: 1.5rem 2rem;
}
.product_starterkit .specification .specification_list {
  display: flex;
  flex-wrap: wrap;
  border: solid 1px #cdcdcd;
}
.product_starterkit .specification .specification_list dl {
  display: flex;
  flex-wrap: wrap;
}
/*.product_starterkit .specification .specification_list > * {
  padding: 0.9rem 2rem;
}*/
.product_starterkit .specification .specification_list  dt {
  width: 41.66%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  background: #f6f6f6;
  padding: 0.9rem 2rem;
}
.product_starterkit .specification .specification_list  dd {
  width: 58.34%;
  padding: 0.9rem 2rem;
}
.product_starterkit .specification .specification_list > dt.col_3 {
  width: 15%;
  border-right: solid 1px #cdcdcd;
}
.product_starterkit .specification .specification_list > dd.col_3 {
  width: 85%;
  padding: 0;
}
.product_starterkit .specification .specification_list > dd.col_3 dt {
  width: 31.37%;
}
.product_starterkit .specification .specification_list > dd.col_3 dt:not(:last-of-type),
.product_starterkit .specification .specification_list > dd.col_3 dd:not(:last-of-type)  {
  border-bottom: solid 1px #cdcdcd;
}
.product_starterkit .specification .specification_list > dd.col_3 dd {
  width: 68.63%;
}
.product_starterkit .specification .specification_list > dt:not(:last-of-type),
.product_starterkit .specification .specification_list > dd:not(:last-of-type){
  border-bottom: solid 1px #cdcdcd;
}
.product_starterkit .specification .specification_list + .btn {
  margin-top: 2rem;
}


@media screen and (min-width: 992px) {
}

@media screen and (max-width : 1399px ) {
}
@media screen and (min-height : 1000px ) {
}
@media screen and (max-width : 1199px ) {
}
@media screen and (max-width : 991px ) {
  .product_starterkit .product_ttl {
    width: 100%
  }
  .product_starterkit .overview .flex_item {
    width: 100%
  }
  .product_starterkit .overview .r_box {
    padding: 0;
    margin-top: 3rem;
  }
  .product_starterkit .product_ttl .ttl_sub {
    line-height: 1.3;
  }
  .product_starterkit .overview .gallery_main {
    width: 80%;
    /*padding-right: 3.5rem;*/
  }
  .product_starterkit .overview .gallery_main img {
    margin: 0 auto;
  }
  .product_starterkit .overview .gallery_thumb {
    width: 80%;
    /*padding-right: 3.5rem;*/
  }
  .product_starterkit .overview .gallery_thumb .item {
    padding: 0 2rem;
  }
  .product_starterkit .overview .slick-prev {
    /*left: -3.5rem;*/
  }
  .product_starterkit .overview .slick-next {
    /*right: 0;*/
  }
  .product_starterkit .overview .btn {
    margin-top: 3rem;
  }
  .product_starterkit .overview .btn .btn_01 {
    margin-right: auto;
    margin-left: auto;
  }
  .product_starterkit .overview .btn_txt {
    text-align: center;
  }
  .product_starterkit .overview .list_wrap {
    display: block;
  }
  .product_starterkit .anchor .inner_main {
    max-width: 100%;
    padding: 0;
  }
  .product_starterkit .feature .anchor_feature {
    justify-content: space-between;
  }
  .product_starterkit .feature .anchor_feature_item {
    width: 32%;
    margin: 0;
    max-width: 100%;
  }
  .product_starterkit .feature .anchor_feature_item a {
    font-size: 1.3rem;
    padding: 2rem 0.5rem;
  }
  .product_starterkit .feature_box .ttl_02 {
    font-size: 4.5rem;
  }
/*  .product_starterkit .feature_box .ttl_sub {
    font-size: 3rem;
  }*/
  .product_starterkit .feature_box .feature_cnt {
    margin-top: 7.5rem;
  }
/*  .product_starterkit .feature_box:nth-child(even) {
    padding: 7.5rem 0;
  }*/
  .product_starterkit .feature_box .feature_cnt_item {
    padding: 5rem 0!important;
  }
  .product_starterkit .feature_box .img_box {
    display: block;
    text-align: center;
  }
  .product_starterkit .feature_box .txt_box {
    width: 100%;
    padding: 0!important;
    margin-top: 5rem;
  }
  .product_starterkit .feature_box .txt_item:not(:first-child) {
    margin-top: 4.5rem;
  }
  .product_starterkit .feature_box .feature_cnt_item {
    background: none!important;
  }
  .product_starterkit .specification .item .btn_pdf {
    max-width: 30rem;
  }
  .product_starterkit .support .support_list {
    flex-wrap: wrap;
  }
  .product_starterkit .support .support_list li {
    width: 48%;
    margin: 0 1%;
  }
  .product_starterkit .support .support_list li:nth-child(n+3) {
    margin-top: 2%;
  }
  .product_starterkit .support .support_list li a {
    padding: 2rem 0;
  }
  .product_starterkit .support .support_list li .inner {
    padding-left: 3.5rem;
  }
  .product_starterkit .support .support_list li .inner:before {
    margin-top: -0.75em;
  }
 
}
@media screen and (min-width : 768px ) and (max-width : 991px ) {
}
@media screen and (max-width : 767px ) {
  .product_starterkit .overview .product_ttl {
    margin-bottom: 3rem;
  }
  .product_starterkit .overview .gallery_main img {
    max-width: 500px;
    margin: 0 auto;
    width: 100%;
  }
  .product_starterkit .overview .overview_list {
    margin-top: 3rem;
  }
  .product_starterkit .overview .btn {
    margin-top: 3rem;
  }
  .product_starterkit .overview .gallery_main {
    width: 80%;
    margin: 0 auto;
    padding-right: 0;
  }
  .product_starterkit .overview .gallery_thumb {
    width: 80%;
    margin: 3rem auto 0;
    padding-right: 0;
  }
  .product_starterkit .overview .slick-prev {
    left: -10%;
  }
  .product_starterkit .overview .slick-next {
    right: -10%;
  }
  .product_starterkit .anchor .flex{
    flex-wrap: wrap;
  }
  .product_starterkit .anchor .anchor_item {
    width: 33.33%;
  }
  .product_starterkit .anchor .anchor_item:nth-child(n+4) {
    border-top: 1px solid #565656;
  }
  .product_starterkit .anchor.stickey .anchor_item:nth-child(n+4) {
    border-color: #777;
  }
  .product_starterkit .anchor .anchor_item a {
    padding: 1.5rem 0;
    min-height: auto;
  }
  .product_starterkit .feature .anchor_feature {
    flex-direction: column;
    align-items: center;
    /*margin-bottom: 7.5rem;*/
  }
  .product_starterkit .feature .anchor_feature_item {
    width: 60%;
  }
  .product_starterkit .feature .anchor_feature_item:not(:first-child) {
    margin-top: 1rem;
  }
  .product_starterkit .feature .anchor_feature_item a {
    padding: 1.5rem 0.5rem;
  }
  .product_starterkit .feature_box {
    padding-top: 6.5rem;
  }
  /*.product_starterkit .feature_box:nth-child(even) {
    padding: 3.75rem 0;
  }*/
  /*.product_starterkit .feature_box:nth-child(odd) {
    padding-bottom: 3.75rem;
  }*/
  .product_starterkit .feature_box .ttl_02 {
    font-size: 3rem;
    line-height: 1.4;
  }
  .product_starterkit .feature_box .item_ttl {
    font-size: 2.4rem
  }
  .product_starterkit .feature_box .feature_cnt_item {
    padding: 3.75rem 0!important;
  }
  .product_starterkit .feature_box .txt_item:not(:first-child) {
    margin-top: 3rem
  }
  .product_starterkit .specification .specification_list > dt {
    width: 100%;
  }
  .product_starterkit .specification .specification_list > dd {
    width: 100%;
  }
  .product_starterkit .specification .specification_list > dt.col_3,
  .product_starterkit .specification .specification_list > dd.col_3 {
    width: 100%;
  }
  .product_starterkit .specification .specification_list > dt.col_3 {
    border-right: none;
  }
  .product_starterkit .specification .specification_list > dd.col_3 dt,
  .product_starterkit .specification .specification_list > dd.col_3 dd {
    width: 50%;
  }
  .product_starterkit .specification .specification_list > dd.col_3 dt {
    background: #fbfbfb;
  }
  .product_starterkit .support .support_list li .inner:before {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    background-size: 20px;
  }

}
@media screen and (min-width : 576px ) and (max-width : 767px ) {

}
@media screen and (max-width : 575px ) {

  .product_starterkit .product_ttl .ttl_sub {
    font-size: 2rem;
  }
  .product_starterkit .product_ttl .ttl_main {
    font-size: 2.5rem;
  }
  .product_starterkit .overview .slick-prev {
    left: -13%;
  }
  .product_starterkit .overview .slick-next {
    right: -13%;
  }
  .product_starterkit .overview .gallery_thumb {
    width: 90%;
    margin-top: 3rem;
  }
  .product_starterkit .overview .icon_wrap .item img {
    height: auto;
  }
  .product_starterkit .feature_box .ttl_02 {
    font-size: 2.5rem;
    font-weight: 500;
    margin-bottom: 3rem;
  }
  .product_starterkit .feature .cable {
    padding: 2.5rem
  }
  .product_starterkit .specification .specification_list > dt {
    width: 100%;
    position: relative;
    font-weight: 500;
  }
  .product_starterkit .specification .specification_list > dd{
    width: 100%;
  }
  .product_starterkit .support .support_list li {
    width: 100%;
  }
  .product_starterkit .support .support_list li:nth-child(n+2) {
    margin-top: 1.5rem;
  }

}

