﻿.icon_new {
  display: inline-block;
  vertical-align: top;
  margin-left: 1rem;
  background: #c94747;
  border-radius: 50em;
  color: #fff;
  font-size: 1.2rem;
  padding: 1px 10px;
}

.contents p .icon_new {
  text-indent: 0;
}

.icon_window {
  display: inline-flex;
  align-items: center;
  margin: 0 0.5rem;
}

.icon_window img {
  display: block;
  width: 1.4rem;
  height: 1.4rem;
}

.contents .download_big {
  display: block;
  width: 420px;
  margin: auto auto 20px auto;
  border: solid 1px #d9d9d9;
  text-align: center;
  padding: 17px 0;
  font-size: 1.8rem;
  background: #f8f8f8;
}

.contents .download_icon {
  margin: 0 5px;
}

.contents .download_icon img {
  width: 30px;
}

.text_icon {
  margin: 0 5px;
  display: inline-block;
  position: relative;
  width: 20px;
  height: 1em;
}

.text_icon img {
  vertical-align: sub;
  width: 18px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-42%);
          transform: translateY(-42%);
  height: 22px;
  left: 0;
}

/* --- movie ---- */
 .video {
	width: 100%;
}

.l-container .image_center figure {
  margin: 0 auto;
}

.l-container .image_center {
	text-align: center;
  margin: 20px 0;
}
@media (min-width: 768px) {
  .l-container .image_center {
	  margin-bottom: 20px;
	  margin-left: 20px;
	  margin-right: 20px;
  }
}



/******************************************* */

/* -------------------------------
 table ----------------- */

.l-container table {
	width: 100%;
	margin-bottom: 20px;
}
.l-container th {
	padding: 8px 10px;
	border: 1px solid #cccccc;
	font-weight: bold;
	background: #f9f9f9;
	/* white-space: nowrap; */
}
.l-container td {
	padding: 8px 10px;
	border: 1px solid #cccccc;
}
.l-container th,
.l-container td {
  font-size: 1.3rem;
  vertical-align: top;
}
  @media (min-width: 768px) {
    .l-container th,
    .l-container td {
        font-size: 100%;
      }
    }


/* ---------------------------
.contents .table_2 tbody {
	display: flex;
	flex-direction:row;
}
.contents .table_2 tr {
	display: block;
	flex: 1;
}
.contents .table_2 th,
.contents .table_2 td {
	display: block;
	margin-top: -1px;
	margin-left: -1px;
}

.contents .table_3 tbody {
	display: flex;
	flex-direction:row;
}
.contents .table_3 tr {
	display: block;
	flex: 1;
}
.contents .table_3 th,
.contents .table_3 td {
	display: block;
	margin-top: -1px;
	margin-left: -1px;
}

---------------------------- */

/* ----baisanchi ---- */
.table_swipe {
  overflow: auto;
  white-space: nowrap;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .table_swipe {
    white-space: normal;
  }
}
.table_swipe::-webkit-scrollbar {
  height: 4px;
}

.table_swipe::-webkit-scrollbar-track {
  background: #F1F1F1;
}

.table_swipe::-webkit-scrollbar-thumb {
  background: #BCBCBC;
}
.table_swipe table {
  margin-bottom: 0;
}

.table_swipe table img {
  width: 1.3em;
  height: auto;
}
.table_swipe table a img:hover {
  opacity: 0.7;
}
