.swiper-container {
  width: 100%;
  height: 100vh; /* 変数をサポートしていないブラウザのフォールバック */
  height: calc(var(--vh, 1vh) * 100);
  margin-left: auto;
  margin-right: auto;
}
.swiper-container_main{
  height: 65vh;
  border-bottom: 1px solid #fff;
  margin-bottom: 0!important;
}
.swiper-container_thumb{
  height: 10vh;
}
.gallery-thumbs .swiper-wrapper .swiper-slide img{
  opacity: 1;
}
.swiper-slide-thumb-active img{
  border: 1px solid #666;
}
@media screen and (min-width: 768px) {
.swiper-container_thumb{
    height: 100px;
}
.swiper-container_main{
    height: 85vh;
}
.gallery-thumbs .swiper-wrapper .swiper-slide img {
  width: 100px;
}
.swiper-container_thumb .swiper-slide{
  width: 100px!important;
  margin-right: 0.4rem;
}
.swiper-container_main{
  margin-bottom: -11rem!important;
}
.gallery-thumbs .swiper-wrapper .swiper-slide img{
  opacity: 0.7;
}
.swiper-slide-thumb-active img{
  opacity: 1.0!important;
  border: 1px solid #666;
}
}
.swiper-button-prev{
  background-image: url(/images/arrow_left.png)!important
}
.swiper-button-next {
  background-image: url(/images/arrow_right.png)!important;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  width: 100%;
  height: 100%;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper-wrapper_thumb{
  display: flex;
  justify-content: flex-end;
}
.swiper-slide img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media all and (-ms-high-contrast: none) {
  .swiper-slide img{
    object-fit: cover;
    object-position: 0 0;
    object-fit: cover; object-position: center top;
  }
}
.swiper-pagination-bullet{
  width: 10px!important;
  height: 10px!important;
  background:#000!important;
}
.swiper-my-pagination .swiper-pagination-bullet {
  width: auto;
  height: auto;
  border-radius: 0;
}
.swiper-container-horizontal > .swiper-my-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
}
.swiper-my-pagination img {
  box-shadow: none;
  margin: 0;
  vertical-align: bottom;
}
.swiper-my-pagination {
  display: table;
}
.swiper-my-pagination {
  display: table;
  table-layout: fixed;
}
.swiper-my-pagination .swiper-pagination-bullet {
  display: table-cell;
  padding: 2px;
  background: transparent;
  opacity: 1;
}
.swiper-my-pagination .swiper-pagination-bullet-active {
  background: transparent;
  opacity: 0.6;
}
.swiper-slide.swiper-slide-visible:hover{
  cursor: pointer;
}
@media screen and (max-width: 1100px) {
.swiper-container {

}
}
@media screen and (max-width: 768px) {
.swiper-container,
.swiper-slide{
  /*height: 85vh; /* 変数をサポートしていないブラウザのフォールバック
  height: calc(var(--vh, 1vh) * 85);*/
}
}
@media screen and (max-width: 414px) {
.products_title_detail{
  font-size: 2.6rem;
}
.products_title_detail2{
  font-size: 2.6rem;
}
}
ul.pro_icon_list{
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
}
ul.pro_icon_list li{
  width: 60px;
  height: 60px;
  background: #ccc;
  margin: 0 0 0.8rem 0.5rem;
}
@media screen and (max-width: 768px) {
ul.pro_icon_list{
  margin-top: 1.5rem;
}
ul.pro_icon_list li{
  width: 40px;
  height: 40px;
}
}
/*----------------詳細テーブル-------------*/
.table_pro{
	width:100%;
	margin-bottom:3rem;
}
.table_pro th  {
	width: 35%;
	text-align: left;
  font-weight: normal;
}
.table_pro td  {
	width: 65%;
	text-align: left;
}
.table_pro th,
.table_pro td{
	border-bottom:1px solid #e2e2e2;
  padding: 1rem;
  line-height: 28px;
}
.table_spec_box{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.spec_inner{
  width: 50%;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  border-bottom: 1px dotted #ccc;
}
.spec_inner:last-child,
.spec_inner:nth-last-child(2){
  border-bottom: none;
}
.spec_inner p{
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}
.margin_left_1rem_md{
  margin-left: 1.4rem;
}
.margin_left_1rem_md_none{
  margin-left: 0rem;
}
@media screen and (max-width: 768px) {
#map_company{
  width: 100%;
}
.table_pro {
	width:100%;
	margin-left:0;
}
.table_pro th{
  background: rgba(0,0,0,0.05);
}
.table_pro th,
.table_pro td{
	width: 100%;
	display: block;
	border-top: none;
}
.table_pro tr:first-child th {
	border-top: 1px solid #ddd;
}
.table_pro tr:first-child th{
	border-top:0px;
}
.table_pro th,
.table_pro td{
	border-bottom:0px;
}
.table_pro td{
	padding-top: 1.5rem;
	padding-bottom:1.5rem;
}
.table_border_md{
  background: #fff!important;
  border-bottom: 1px solid #ddd!important;
}
.margin_left_1rem_md{
  margin-left: 0rem;
}
.margin_left_1rem_md_none{
  margin-left: 1.4rem;
}
}
/*----------------詳細スペック説明-------------*/
.spec_explain_box_bg{
  /*background: #f1f9fe;*/
  padding: 2rem 0 3rem;
  margin-top: 2rem;
}
.spec_explain_box{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.spec_explain_box .inner_box_blank,
.spec_explain_box .inner_box{
  width: 40%;
  margin-bottom: 4rem;
  display: flex;
  flex-direction: column;
}
.spec_explain_box .inner_box .photo{
  width: 100%;
  height: auto;
  margin-bottom: 1rem;
}
ul.icon_list{
  list-style: none;
  margin: 3rem 0 0 2rem;
}
ul.icon_list li{
  padding-left: 1.4em;
  text-indent: -1.4em;
  margin-bottom: 0.4rem;
  font-size: 1.2rem;
}
ul.icon_list li:before{
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 1rem;
}
@media screen and (max-width: 767px) {
ul.icon_list{
    list-style: none;
    margin: 2rem 0 0 0;
}
.spec_explain_box .inner_box_blank{
  display: none;
}
.spec_explain_box .inner_box{
  width: 100%;
}
}
