@charset "utf-8";
/* CSS Document */

.page_title_box .title {
    position: absolute;
    width: fit-content;
    display: block;
    padding: 0 30px 0 0;
    background-image: url(/jp/common_new/images/title_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    z-index: 999;
    right: 0;
}

.page_title_box:before {
  content: "";
  z-index: -1;
  -webkit-filter: blur(4px);
  -ms-filter: blur(4px);
  filter: blur(4px);
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

.slideBox {
    width: 100%;
    height: 400px;
    position: relative;
    overflow: hidden;
    z-index: 999;
}

/* imgのみ */
.item1 {
  opacity: 0;
  width: 100%;
  height: auto;
  min-height: 400px;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation: anime 9s 0s infinite;
  animation: anime 9s 0s infinite;
}

.item1:nth-of-type(2) {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.item1:nth-of-type(3) {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}

/* ふわっとアニメーション */
@keyframes anime {
  0% {
    opacity: 1;
  }
  3% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  33% {
    opacity: 1;
    z-index: 9;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes anime {
  0% {
    opacity: 1;
  }
  3% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  33% {
    opacity: 1;
    z-index: 9;
  }
  100% {
    opacity: 1;
  }
}

.container {
	position: relative;
	width: 70%;
	max-width: 100%;
	height: 400px;
}

.image {
	position: absolute;
	width: 100%;
	opacity: 0;
	animation: change-img-anim 12s infinite;
}

.image:nth-of-type(1) {
	animation-delay: 0s;
}
.image:nth-of-type(2) {
	animation-delay: 4s;
}
.image:nth-of-type(3) {
	animation-delay: 8s;
}

@keyframes change-img-anim {
	0%{ opacity: 0;}
	10%{ opacity: 1;}
	90%{ opacity: 1;}
	100%{ opacity: 0;}
}

.centerMov {
	margin: 10px auto 60px auto;
}

.designFlexBox {
    display: flex;
}

.boxInnerL {
	width: 20%;
}

.itemImg01 img {
	width: 100%;
}


.swiper-slide img {
	width: 65%;
	height: auto;
}

.gazouTextBox {
    display: flex;
    justify-content: space-between;
}

.sub_title_gry {
    background-color: #9BA0A6;
    color: #ffffff;
    text-align: center;
    padding: 10px;
    width: 300px;
    margin: 0 auto 40px auto;
}

.center {
	text-align: center;
}

.mb-30 {
    margin-bottom: 30px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-60 {
    margin-top: 60px;
}

.movie_wrap .movie_box a::after {
    position: absolute;
    content: "";
    width: 148px;
    height: 148px;
    top: 50%;
    left: 50%;
	background-image: url("https://www.socionext.live/jp/common_new/images/icon_start.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transform: translate(-50%,-50%);
}

.app-list_type-a li span, .app-list_type-a li p {
    display: block;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: -1px;
    text-align: center;
}

.app-list_type-a li {
    background-image: none;
    padding: 0;
    margin-right: 10px;
}

div:after, p:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.app-list_type-a {
    display: flex;
    margin-bottom: 20px;
    padding-bottom: 1.2em;
}

.flex-list {
    padding: 15px;
}

.flex-list li {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    background-image: none;
	margin-bottom: 20px;
}

.flex-list li span {
    width: 30%;
    line-height: 1.75;
}

.flex-list li p.colon {
    position: relative;
    width: calc(70% - 35px);
    padding-left: 15px;
}

.w50 {
    width: 50px;
}

.w350 {
    width: 350px;
}

.cec_tb_type-b{
	margin-bottom: 20px;
}

table.cec_tb_type-b tr th {
    width: auto;
}

.youtube {
	width: 95%;
	aspect-ratio: 16 / 9;
	margin: 30px auto;
}
.youtube iframe {
	width: 95%;
	height: 100%;
}

.dotted-list li {
    position: relative;
    padding-left: 15px;
    background: none;
}

.dotted-list li::before {
    position: absolute;
    content: "・";
    left: 0;
}

.cecTable {
	text-align: left;
}

table tr th {
    width: 5%;
    text-align: left;
}

table .btn_products {
	width: 101px;
}

table .btn_products a {
	display: block;
	width: 97px;
	height: 23px;
	margin: 5px auto;
	background: url(https://www.socionext.live/jp/common/img/table_btn_products.gif) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	-webkit-transition: opacity 150ms;
	-moz-transition: opacity 150ms;
	-ms-transition: opacity 150ms;
	transition: opacity 150ms;
}
table .btn_products a:hover {
	filter:Alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.70;
}

table .btn_products2 {
	width: 101px;
}

table .btn_products2 a {
	display: block;
	width: 97px;
	height: 23px;
	margin: 5px auto;
	background: url(https://www.socionext.live/jp/common/img/table_btn_products2.gif) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	-webkit-transition: opacity 150ms;
	-moz-transition: opacity 150ms;
	-ms-transition: opacity 150ms;
	transition: opacity 150ms;
}
table .btn_products2 a:hover {
	filter:Alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.70;
}


.steplist {
    display: flex;
    margin-top: 50px;
}

.steplist li {
    position: relative;
    margin-right: 100px;
    background: none;
}

.steplist li::after {
    position: absolute;
    content: "";
    top: calc(50% - 35px);
    right: -85px;
    border-top: 70px solid transparent;
    border-bottom: 70px solid transparent;
    border-left: 70px solid #002854;
}

.steplist li:last-child::after {
	display: none;
}

.steplist li:last-child {
	margin-right: 0;
}

.steplist li h4 {
    font-size: 22px;
    font-weight: bold;
    color: #002854;
    letter-spacing: -1px;
    text-align: center;
    line-height: 1.4;
}

.steplist li img {
	width: 100%;
	height: auto;
}

.rmark {
	font-family: sans-serif;
	vertical-align: top;
}

.page_title_box {
	/*background-image: url("../img/main_visual.jpg");*/
}

.page_title_box {
    position: relative;
    display: flex;
    width: 100%;
    height: 400px;
    padding-bottom: 0;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
    overflow: hidden;
    background-color: #fff;
    align-items: center;
    flex-direction: row;
}

.page_title_box .title h1,
.page_title_box .title strong {
	position: relative;
	color: #002855;
	text-shadow: 2px 2px 20px #ffffff, -2px 2px 5px #ffffff, 2px -2px 5px #ffffff, -2px -2px 5px #ffffff, 2px 0px 5px #ffffff, 0px 2px 5px #ffffff, -2px 0px 5px #ffffff, 0px -2px 5px #ffffff;
	z-index: 1;
}

.page_title_box02 {
	background-image: url("../HDMI/img/main_visual.jpg");
}

.page_title_box02 .title h1,
.page_title_box02 .title strong {
	position: relative;
	color: #002855;
	text-shadow: 2px 2px 20px #ffffff, -2px 2px 5px #ffffff, 2px -2px 5px #ffffff, -2px -2px 5px #ffffff, 2px 0px 5px #ffffff, 0px 2px 5px #ffffff, -2px 0px 5px #ffffff, 0px -2px 5px #ffffff;
	z-index: 1;
}

.titleSmall {
    font-size: 20px;
    line-height: 1.5;
    display: inline-flex;
    vertical-align: bottom;
    color: #002855;
    font-weight: bold;
}

.titleSub {
    font-size: 20px;
    font-weight: bold;
    color: #002855;
    text-shadow: 2px 2px 20px #ffffff, -2px 2px 5px #ffffff, 2px -2px 5px #ffffff, -2px -2px 5px #ffffff, 2px 0px 5px #ffffff, 0px 2px 5px #ffffff, -2px 0px 5px #ffffff, 0px -2px 5px #ffffff;
}

#main_contents .hv_module {
	padding: 15px 20px 0 20px;
	background: #f2f2f2;
}

#main_contents .table_basic {
	width: 100%;
}

#main_contents .table_basic th,
#main_contents .table_basic td {
	text-align: center;
}

#main_contents .li_table {
	display: flex;
	margin-bottom: 5px;
}

#main_contents .li_table p {
	padding-bottom: 0;
}

.hv_table {
	margin: 10px 0 60px;
}

.hv_table tr td {
	text-align: center;
}

.hv_table td a {
	text-decoration: underline;
}

/*====================レスポンシブwidth768px====================*/

@media (max-width: 768px) {
	
	.hv_table {
		margin: 10px 0 40px;
	}
}

/*====================レスポンシブwidth480px====================*/

@media (max-width: 480px) {
	
	.steplist {
		display: block;
		margin-top: 20px;
	}
	
	.steplist li {
		margin-right: 0;
		margin-bottom: 60px;
	}

	.steplist li::after {
		position: absolute;
		content: "";
		top: auto;
		bottom: -70px;
		right: calc(50% - 30px);
		border-top: 30px solid #002854;
		border-right: 30px solid transparent;
		border-bottom: 30px solid transparent;
		border-left: 30px solid transparent;
	}

	.steplist li:last-child {
		margin-bottom: 0;
	}

	.steplist li h4 {
		font-size: 18px;
		margin-bottom: 10px;
	}

	.steplist li img {
		display: block;
		width: 70%;
		height: auto;
		margin: 0 auto;
	}
	
	.titleSmall {
    font-size: 16px;
    line-height: 1.2;
	}
	
	.titleSub {
    font-size: 16px;
	}
	
	table tr td {
    word-wrap: break-word;
	}
	
	table .btn_products {
	width: 101px;
	}

	.tb_wrapper table {
    min-width: 100%;
	}
	
	.app-list_type-a {
    display: block;
	}
	
	.app-list_type-a li {
    padding-bottom: 40px;
	}
	
	.flex-list li {
    display: block;
	}
	
	.flex-list li p.colon {
    width: calc(100% - 15px) !important;
    line-height: 1.8;
    margin-top: 10px;
	}
	
.page_title_box {
    height: 200px;
}

.swiper-slide img {
	width: 100%;
	height: auto;
}

.slideBox {
    width: auto;
    min-width: 100%;
    height: 500px;
    position: relative;
    overflow: hidden;
    z-index: 999;
    left: 0;
}

.item1 {
    opacity: 0;
    overflow: visible;
    width: 200%;
    min-height: 200px;
    height: auto;
    object-fit: cover;
    position: absolute;
    left: -80px;
    top: 150px;
    animation: 12s ease 0s infinite normal none running anime;
}


.page_title_box .title {
    position: absolute;
    width: fit-content;
    display: block;
    padding: 0;
    background-image: url(/jp/common_new/images/title_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    z-index: 999;
    right: 0;
    left: 0;
    margin: auto;
}




}