/* メイン画像関連 */
/* より具体的なセレクタも追加 */
#main-title-wrapper .trademark {
	font-size: 1.4rem !important;
}

.section-inner {
    padding-bottom: 20px;
}

.image-block-product{
	background:none;
}

.main-image-product{
	width: 640px;
}

.image-block-product{
	margin-bottom: 20px;
}

.main-subtitle {
	line-height: 1.4;
	font-size: 3.0rem;
}

#main-title-wrapper{
	height: auto;
}

.block-group{
	display: flex;
	width: 100%;
	margin-top: 40px;
}

.block-group p {
	font-size: 1.6rem;
}

.section-block-inner > p {
	margin-bottom: 60px;
	font-size: 1.6rem;
}

.section-block-inner-subtitle > p{
    font-size: 1.6rem;
}

.basic-block-element p{
	width: 100%;
}

/* セクション事例紹介 */
.product-maintitle .section-inner{
	padding-bottom: 20px;
}

.product-maintitle .section-basic-block{
    margin-top: 0px;
}

/* セクション製品紹介 */
.section-basic-block{
    padding-bottom: 10px;
}

.product-contents .section-basic-block{
    padding-top: 0px;
}


.basic-block-text > h3{
	width: inherit;
	margin-bottom: 20px;
	padding: 4px 0px 6px 10px;
	border-left: 3px solid #009FEA;
	text-align: left;
	font-size: 2.0rem;
	font-weight: bold;
	line-height: 1.4;
}

.basic-block-element p{
	width: 100%;
}

.element-img{
	/*width: 40%;*/
	width: 30px;
	max-width: 100%;
	min-width: 20%;
}

.insert-img{
	/*width: 40%;*/
	width: 40vw;
}

.specification-block-wrapper{
	width: 640px;
	margin: 0px 10px;
	padding: 26px;
	border: 1px solid #ddd;
	overflow: hidden;
	max-width: 100%;
}

/* セクション導入方法 */
section.introduction{
	background:#f9f9f9;
	padding-top: 50px;
}

.introduction-block-wrapper{
	width: 960px;
	margin: 0px 10px;
	padding: 26px;
	border: 1px solid #ddd;
	overflow: hidden;
	max-width: 100%;
} 

.introduction-block-wrapper > h4{
	width: inherit;
	margin-bottom: 20px;
	padding: 4px 0px 6px 10px;
	border-left: 3px solid #009FEA;
	text-align: left;
	font-size: 2.0rem;
	font-weight: bold;
}

.basic-block-wrapper-swbv{
	/*width: 1000px;*/
	width: 1200px;
	margin: 0px 10px;
	padding: 26px;
	max-width: 100%;
}

p.img-desc{
	margin-bottom: 20px;
	font-size: 1.4rem;
}

.dummy-box{
	width:1920px;
	max-width: 100%;
}
.embed-box{
	width:100%;
	padding-bottom: 56.25%;
	height:0px;
	position: relative;
}
.embed{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.embed-box-main {
  position: relative;
  width: 100%;
  max-width: 1000px;     /* 最大幅 */
  margin: 0 auto;        /* ページ左右中央 */
  aspect-ratio: 16 / 9;  /* 高さ自動 */
}

.embed-main {
  width: 100%;
  height: 100%;
  border: 0;
}

@media screen and (max-width:1400px){
	.section-block-inner{
		width: 1000px;
	}

	#main-title-wrapper{
		margin-left: 30px;
	}
}

@media screen and (max-width:1200px){
	.main-subtitle{
		font-size: 2.0rem;
	}
}

@media screen and (max-width:1100px){
	.section-basic-block > h3{
		max-width: 80%;
	}

	.main-image-product{
		width: 500px;
	}
}

@media screen and (max-width:980px){
	.main-image-product{
		width: 380px;
	}
}

@media screen and (max-width: 768px){
	section.product-contents{
		margin-top: 0px;
	}

	.basic-block-wrapper-swbv{
		width: 100%;
	}

	.basic-block-element{
		display:block;
	}

	.basic-block-text{
		max-width: 100%;
		min-width: 70%;
	}

	.image-block-product{
		margin-bottom: 0px;
	}

	.main-subtitle{
		width: 400px;
		margin-top: 10px;
	}

	.main-image-product{
		margin-bottom: 40px;
	}

	.element-img{
		width: 100%;
		min-width: 30%;
	}

	.insert-img{
		width: 80vw;
		margin-bottom: 40px;
	}

	.basic-block-text > h3{
		font-size: 1.6rem;
	}

	h3{
		max-width: 100%;
		text-align: center;
		font-size: 2.2rem;
	}

	.section-block-inner{
		max-width: 65%;
	}

	.section-block-inner{
		max-width: 100%;
	}

	#main-title-wrapper {
		flex-direction: column;
		height: auto;
		margin-left: 0px;
	}	
	
	.block-group{
		display: block;
		width:auto;
		margin-left: 0px;
	}

	.block-group p {
		margin-bottom: 30px;
	}

	/* セクション事例紹介 */
	.product-maintitle .section-inner{
		padding: 25px 10px 20px;
	}

	/* セクション製品紹介 */
	.product-contents .section-inner{
		padding: 25px 10px 20px;
	}

	.section-basic-block{
		padding-bottom: 0px;
	}
	
	/* セクション導入方法 */
	section.introduction{
		margin-top: 50px;
		padding-top: 0px;
	}
	
	.introduction .section-inner{
		padding: 25px 10px 20px;
	}

	.specification-block-wrapper{
		margin-bottom: 40px;
	} 
}

@media screen and (max-width: 450px){
	.main-subtitle {
		width: auto;
		text-align: center;
		font-size: 1.4rem;
	}

	.main-image-product {
		width: 100%;
		margin-bottom: 40px;
	}

	.insert-img{
		margin-bottom: 40px;
	}

	#flirax8 .block-group p {
		font-size: 1.4rem;
	}

	.product-maintitle .section-block-inner > p{
		font-size: 1.4rem;
	}
	
	.introduction-block-wrapper{
		width: 100%;
		margin: 0px;
		padding: 20px;
		margin-bottom: 40px;
		line-height: 1.4;
	}

	.introduction-block-wrapper > h4 {
		margin-bottom: 10px;
		font-size: 1.6rem;
	}
}

/* 仕様 */
.table-specification{
	width: 100%;
	min-width: auto;
	max-width: none;
	margin: 0 auto 20px;
}

.table-specification th {
	background: #b0c4de;
}

.table-specification th, .table-specification td {
	padding: 8px;
	font-weight: 400;
}

.table-specification tr th:nth-child(1) {
  width:70%;
}

.table-specification tr th:nth-child(2) {
  width:30%;
}

.swbv-sub-title{   
    width: 100%;
    margin: auto;
    padding-left: 0px;
    text-align: Center;
    font-weight: bold;
    font-size: 3rem;
}

.swbv-sub-title::after{
	content: '';
	bottom:1px;
    margin-left: 15px;
    margin-right: 15px;
    width:auto;
	border: 1px solid #333;
}

/* 動画セクション */
.video-section {
	display: flex;
	justify-content: space-between;
	gap: 100px;
	margin: 40px 0;
}

.video-item {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.video-item video {
	width: 80%;
	max-width: 600px;
	height: auto;
	display: block;
	margin: 0 auto 20px auto;
}

.blase-main-movie {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}

.blase-main-movie video {
    width: 80%;
    max-width: 800px;
    height: auto;
    margin-bottom: 100px;
}

.video-item p {
	width: 100%;
	max-width: 650px;
	text-align: left;
	font-size: 1.4rem;
	line-height: 2.0;
	margin: 0;
}

.video-item p a:hover {
	text-decoration: underline;
}

/* デバイス版（768px以下）では縦に並ぶ */
@media screen and (max-width: 768px) {
	.video-section {
		flex-direction: column;
		gap: 30px;
	}

	.video-item video {
		max-width: 100%;
	}

	.video-item p {
		font-size: 1.3rem;
	}
}