@charset "UTF-8";

html {
	/*  visibility: hidden;*/
}

html.wf-active {
	visibility: visible;
}

body {
	width: 100%;
	font-size: 16px;
	font-family: a-otf-ud-shin-go-pr6n, sans-serif;
	font-weight: 300;
	font-style: normal;
	background: rgba(250, 250, 250, 1.00);
	margin: 0 auto 0 auto;
	padding: 0;
	color: #000;
	line-height: 150%;
	overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "ibm-plex-sans-jp", sans-serif;
	font-weight: 700;
	font-style: normal;
}

p {
	font-family: a-otf-ud-shin-go-pr6n, sans-serif;
	font-weight: 300;
	font-style: normal;
}

/* ~~ エレメント / タグセレクター ~~ */
ul,
ol,
dl {
	padding: 0;
	margin: 0;
	font-family: a-otf-ud-shin-go-pr6n, sans-serif;
	font-weight: 300;
	font-style: normal;
}

/* ~~ ソリッド線にフロートクリア要素を追加 ~~ */
hr {
	height: 1px;
	border: none;
	border-top: 1px #999999 solid;
	clear: both;
}

a img {
	/* このセレクターは、一部のブラウザーでイメージをリンクで囲んだ場合にイメージの周囲に表示される初期設定の青いボーダーを削除します。 */
	border: none;
}

/* ~~ サイトのリンクのスタイル付けは、ホバー効果を作成するセレクターグループも含め、この順序にする必要があります。~~ */
a:link {
	color: #414958;
	text-decoration: none;
	padding-bottom: 1px;
}

a:visited {
	color: #4E5869;
}

a:hover,
a:active,
a:focus {
	text-decoration: underline;
}

.blank_link {
	background-image: url("../img/blank_icon/blank_link_icon.svg");
	background-size: 1em;
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 1.5em;
}

/* ~~ このコンテナが他のすべての div を囲み、パーセンテージに基づいた幅を指定します。~~ */
article {
	width: 95%;
	max-width: 1100px;
	margin: 0 auto;
}

/* TOPページの目立つお知らせ欄 */
.closeinfo {
	padding: 0;
	margin: 0 0 15px 0;
	color: #333333;
	
}

.closeinfo h5 {
	font-size: 1rem;
	margin: 15px;
	color: #333333;
}

.closeinfo h6 {
	font-size: 1rem;
	padding: 0;
	margin: 15px;
	color: #000000;
}

.closeinfo p {
	font-size: 0.9rem;
	padding: 0;
	margin: 15px;
	color: #000000;
}


/*TOPページのyoutube埋め込み*/
.top_yt{
	width: 90%;
	max-width: 1070px;/*1100px - padding*/
	text-align: center;
	margin: auto;
	border-radius: 10px;
	background-image: url("../img/main2020/wiseisp_bg.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	padding: 15px;
	display: flex;
	justify-content: space-between;
	margin-bottom: 2em;
	& div.top_yt_title{
		width: 30%;
		display: flex;
		align-items: center;
		position: relative;
		& div{
			z-index: 1;
			text-align: center;
			margin: auto;
		}
		& .unv_logo{
			position: absolute;
			bottom: 30px;
			left: 0;
			right: 0;
			margin: auto;
			width: 20%;
		}
		&::before{
				width: 100%;
				height: 100%;
				position: absolute;
				background-color:rgba(255, 255, 255, 0.75);
			    display: block;
				border-radius: 5px 0 0 5px;
				content: "";
				backdrop-filter: blur(10px);
				-webkit-backdrop-filter: blur(10px);
			}
	}
	& div.top_yt_video{
		width: 70%;
		aspect-ratio:16/9;
		& .youtube{
			margin-bottom: 0;
			border-radius: 0 5px 5px 0;
			overflow: hidden;
		}
	}
}

/* TOPページのアコーディオン見出しのCSS */
.ac_title {
	cursor: pointer;
	padding-left: 33px;
	background: url(../img/accordion/close.png) no-repeat 3px 1px;
}

.ac_title:hover {
	background: url(../img/accordion/open_hv.png) no-repeat 3px 1px;
}

.ac_title.active {
	background: url(../img/accordion/open.png) no-repeat 3px 1px;
}

.ac_title.active:hover {
	color: #E05355;
	background: url(../img/accordion/close_hv.png) no-repeat 3px 1px;
}

.ac_cont {
	display: none;
}


/* ~~ メインバナー 2019年12月以降~~ */
.mainbnr {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.mainbnr::after {
	content: "";
	display: block;
	width: 49%;
}

.mainbnr .mainbnr_item {
	width: 100%;
	background: rgba(255, 255, 255, 1.00);
	box-shadow: 0px 20px 10px -10px #ddd;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	/*padding: 0 0 20px 0;*/
	margin-bottom: 30px;
	text-align: center;
}

.mainbnr .mainbnr_item h2 {
	
}


.mainbnr .mainbnr_item {
	border-radius: 5px;
	display: flex;
	justify-content: space-between;
	overflow: hidden;
	& picture{
		width: 35%;
		& img.mb_image {
			height: 85px;
			margin: 18px 0 0 20px;
	    }
    }
	& div{
		width: 57%;
		padding: 15px 15px 15px 45px;
		border-top-right-radius: 5px;
	    border-bottom-right-radius: 5px;
		& h2{
			font-size: 1rem;
			padding: 0;
			margin: 7px 0 5px 0;
			color: rgba(0, 0, 0, 1.00);
			text-align: left;
		}
		& p{
			font-size: 0.9rem;
			margin: 0;
			padding:0;
			color: rgba(0, 0, 0, 1.00);
			text-align: left;
		}
	}
}



.mainbnr a {
	width: 49%;
}

.mainbnr a:hover {
	text-decoration: none;
}

.hv_wiseisp_text {
	background-image: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 0%, rgba(207, 173, 243, 1) 60%, rgba(120, 154, 202, 1));
}

.hv_wiseisp:hover {
	box-shadow: 0px 20px 10px -10px rgba(120, 154, 202, 0.3);
}
.hv_hdsdi h2 {
	/*
	background: -moz-linear-gradient(left, rgba(232, 171, 171, 1) 0%, rgba(255, 234, 234, 0.4) 60%, rgba(255, 234, 234, 0) 100%);
	background: -webkit-linear-gradient(left, rgba(232, 171, 171, 1) 0%, rgba(255, 234, 234, 0.4) 60%, rgba(255, 234, 234, 0) 100%);
	background: linear-gradient(to right, rgba(232, 171, 171, 1) 0%, rgba(255, 234, 234, 0.4) 60%, rgba(255, 234, 234, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8abab', endColorstr='#00ffeaea', GradientType=1);
  */
}

.hv_hdsdi_text {
	background: -moz-linear-gradient(right, rgba(232, 171, 171, 1) 0%, rgba(255, 234, 234, 0.4) 60%, rgba(255, 234, 234, 0) 100%);
	background: -webkit-linear-gradient(right, rgba(232, 171, 171, 1) 0%, rgba(255, 234, 234, 0.4) 60%, rgba(255, 234, 234, 0) 100%);
	background: linear-gradient(to left, rgba(232, 171, 171, 1) 0%, rgba(255, 234, 234, 0.4) 60%, rgba(255, 234, 234, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8abab', endColorstr='#00ffeaea', GradientType=1);
}

.hv_hdsdi:hover {
	box-shadow: 0px 20px 10px -10px rgba(232, 171, 171, 0.5);
}

.hv_thermal {
	background: url(../img/main2016/thermal_main.jpg) no-repeat;
	background-position: right center;
}

.hv_thermal h2 {
	/*
	background: -moz-linear-gradient(left, rgba(255, 209, 209, 1) 0%, rgba(173, 194, 223, 0) 63%, rgba(125, 185, 232, 0) 100%);
	background: -webkit-linear-gradient(left, rgba(255, 209, 209, 1) 0%, rgba(173, 194, 223, 0) 63%, rgba(125, 185, 232, 0) 100%);
	background: linear-gradient(to right, rgba(255, 209, 209, 1) 0%, rgba(173, 194, 223, 0) 63%, rgba(125, 185, 232, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd1d1', endColorstr='#007db9e8', GradientType=1);
  */
}

.hv_thermal_text {
	background: -moz-linear-gradient(right, rgba(255, 209, 209, 1) 0%, rgba(173, 194, 223, 0) 63%, rgba(125, 185, 232, 0) 100%);
	background: -webkit-linear-gradient(right, rgba(255, 209, 209, 1) 0%, rgba(173, 194, 223, 0) 63%, rgba(125, 185, 232, 0) 100%);
	background: linear-gradient(to left, rgba(255, 209, 209, 1) 0%, rgba(173, 194, 223, 0) 63%, rgba(125, 185, 232, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd1d1', endColorstr='#007db9e8', GradientType=1);
}

.hv_thermal:hover {
	box-shadow: 0px 20px 10px -10px rgba(255, 209, 209, 0.5);
}

.hv_ip h2 {
	/*
	background: -moz-linear-gradient(left, rgba(196, 255, 163, 1) 0%, rgba(196, 255, 163, 0.4) 60%, rgba(196, 255, 163, 0) 100%);
	background: -webkit-linear-gradient(left, rgba(196, 255, 163, 1) 0%, rgba(196, 255, 163, 0.4) 60%, rgba(196, 255, 163, 0) 100%);
	background: linear-gradient(to right, rgba(196, 255, 163, 1) 0%, rgba(196, 255, 163, 0.4) 60%, rgba(196, 255, 163, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c4ffa3', endColorstr='#00c4ffa3', GradientType=1);
  */
}

.hv_ip_text {
	background: -moz-linear-gradient(right, rgba(196, 255, 163, 1) 0%, rgba(196, 255, 163, 0.4) 60%, rgba(196, 255, 163, 0) 100%);
	background: -webkit-linear-gradient(right, rgba(196, 255, 163, 1) 0%, rgba(196, 255, 163, 0.4) 60%, rgba(196, 255, 163, 0) 100%);
	background: linear-gradient(to left, rgba(196, 255, 163, 1) 0%, rgba(196, 255, 163, 0.4) 60%, rgba(196, 255, 163, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c4ffa3', endColorstr='#00c4ffa3', GradientType=1);
}



.hv_ip:hover {
	box-shadow: 0px 20px 10px -10px rgba(196, 255, 163, 0.5);
}

.unv_mb_logo {
	height: 24px;

}

.hv_unv h2 {
	/*
	padding: 3.5% 0 3% 6% !important;
	background: -moz-linear-gradient(left, rgba(249, 216, 132, 0.65) 0%, rgba(255, 255, 255, 0) 100%);
	background: -webkit-linear-gradient(left, rgba(249, 216, 132, 0.65) 0%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(to right, rgba(249, 216, 132, 0.65) 0%, rgba(255, 255, 255, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6f9d884', endColorstr='#00000000', GradientType=1);
  */
}

.hv_unv_text {
	background: -moz-linear-gradient(right, rgba(249, 216, 132, 0.65) 0%, rgba(255, 255, 255, 0) 100%);
	background: -webkit-linear-gradient(right, rgba(249, 216, 132, 0.65) 0%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(to left, rgba(249, 216, 132, 0.65) 0%, rgba(255, 255, 255, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6f9d884', endColorstr='#00000000', GradientType=1);
}


.hv_unv:hover {
	box-shadow: 0px 20px 10px -10px rgba(249, 216, 132, 0.3);
}

.hv_c_thermal {
	background: url(../img/main2016/c_thermal_main.jpg) no-repeat;
	background-position: right 60px;
}

.hv_c_thermal h2 {
	/*
	background: -moz-linear-gradient(left, rgba(204, 247, 255, 1) 0%, rgba(154, 208, 241, 0) 63%, rgba(125, 185, 232, 0) 100%);
	background: -webkit-linear-gradient(left, rgba(204, 247, 255, 1) 0%, rgba(154, 208, 241, 0) 63%, rgba(125, 185, 232, 0) 100%);
	background: linear-gradient(to right, rgba(204, 247, 255, 1) 0%, rgba(154, 208, 241, 0) 63%, rgba(125, 185, 232, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ccf7ff', endColorstr='#007db9e8', GradientType=1);
  */
}

.hv_c_thermal_text {
	background: -moz-linear-gradient(right, rgba(204, 247, 255, 1) 0%, rgba(154, 208, 241, 0) 63%, rgba(125, 185, 232, 0) 100%);
	background: -webkit-linear-gradient(right, rgba(204, 247, 255, 1) 0%, rgba(154, 208, 241, 0) 63%, rgba(125, 185, 232, 0) 100%);
	background: linear-gradient(to left, rgba(204, 247, 255, 1) 0%, rgba(154, 208, 241, 0) 63%, rgba(125, 185, 232, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ccf7ff', endColorstr='#007db9e8', GradientType=1);
}

.hv_c_thermal:hover {
	box-shadow: 0px 20px 10px -10px rgba(204, 247, 255, 0.5);
}

.hv_ahd h2 {
	/*
	background: -moz-linear-gradient(left, rgba(209, 252, 236, 1) 0%, rgba(178, 244, 211, 0) 63%, rgba(125, 185, 232, 0) 100%);
	background: -webkit-linear-gradient(left, rgba(209, 252, 236, 1) 0%, rgba(178, 244, 211, 0) 63%, rgba(125, 185, 232, 0) 100%);
	background: linear-gradient(to right, rgba(209, 252, 236, 1) 0%, rgba(178, 244, 211, 0) 63%, rgba(125, 185, 232, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ccf7ff', endColorstr='#007db9e8', GradientType=1);
  */
}

.hv_ahd_text {
	background: -moz-linear-gradient(right, rgba(209, 252, 236, 1) 0%, rgba(178, 244, 211, 0) 63%, rgba(125, 185, 232, 0) 100%);
	background: -webkit-linear-gradient(right, rgba(209, 252, 236, 1) 0%, rgba(178, 244, 211, 0) 63%, rgba(125, 185, 232, 0) 100%);
	background: linear-gradient(to left, rgba(209, 252, 236, 1) 0%, rgba(178, 244, 211, 0) 63%, rgba(125, 185, 232, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ccf7ff', endColorstr='#007db9e8', GradientType=1);
}

.hv_ahd:hover {
	box-shadow: 0px 20px 10px -10px rgba(209, 252, 236, 0.75);
}

.hv_option h2 {
	/*
	background: -moz-linear-gradient(left, rgba(225, 233, 160, 1) 0%, rgba(234, 239, 181, 0.4) 60%, rgba(234, 239, 181, 0) 100%);
	background: -webkit-linear-gradient(left, rgba(225, 233, 160, 1) 0%, rgba(234, 239, 181, 0.4) 60%, rgba(234, 239, 181, 0) 100%);
	background: linear-gradient(to right, rgba(225, 233, 160, 1) 0%, rgba(234, 239, 181, 0.4) 60%, rgba(234, 239, 181, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e1e9a0', endColorstr='#00eaefb5', GradientType=1);
  */
}

.hv_option_text {
	background: -moz-linear-gradient(right, rgba(225, 233, 160, 1) 0%, rgba(234, 239, 181, 0.4) 60%, rgba(234, 239, 181, 0) 100%);
	background: -webkit-linear-gradient(right, rgba(225, 233, 160, 1) 0%, rgba(234, 239, 181, 0.4) 60%, rgba(234, 239, 181, 0) 100%);
	background: linear-gradient(to left, rgba(225, 233, 160, 1) 0%, rgba(234, 239, 181, 0.4) 60%, rgba(234, 239, 181, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e1e9a0', endColorstr='#00eaefb5', GradientType=1);
}


.hv_option:hover {
	box-shadow: 0px 20px 10px -10px rgba(225, 233, 160, 0.5);
}

.hv_gaito h2 {
	/*
	background: -moz-linear-gradient(left, rgba(177, 200, 239, 1) 0%, rgba(177, 200, 239, 0.99) 1%, rgba(195, 217, 255, 0.33) 67%, rgba(195, 217, 255, 0) 100%);
	background: -webkit-linear-gradient(left, rgba(177, 200, 239, 1) 0%, rgba(177, 200, 239, 0.99) 1%, rgba(195, 217, 255, 0.33) 67%, rgba(195, 217, 255, 0) 100%);
	background: linear-gradient(to right, rgba(177, 200, 239, 1) 0%, rgba(177, 200, 239, 0.99) 1%, rgba(195, 217, 255, 0.33) 67%, rgba(195, 217, 255, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b1c8ef', endColorstr='#00c3d9ff', GradientType=1);
  */
}

.hv_gaito_text {
	background: -moz-linear-gradient(right, rgba(177, 200, 239, 1) 0%, rgba(177, 200, 239, 0.99) 1%, rgba(195, 217, 255, 0.33) 67%, rgba(195, 217, 255, 0) 100%);
	background: -webkit-linear-gradient(right, rgba(177, 200, 239, 1) 0%, rgba(177, 200, 239, 0.99) 1%, rgba(195, 217, 255, 0.33) 67%, rgba(195, 217, 255, 0) 100%);
	background: linear-gradient(to left, rgba(177, 200, 239, 1) 0%, rgba(177, 200, 239, 0.99) 1%, rgba(195, 217, 255, 0.33) 67%, rgba(195, 217, 255, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b1c8ef', endColorstr='#00c3d9ff', GradientType=1);
}

.hv_gaito:hover {
	box-shadow: 0px 20px 10px -10px rgba(177, 200, 239, 0.5);
}

.hv_wifi_text {
	background: -moz-linear-gradient(right, rgba(225, 196, 230, 1) 0%, rgba(225, 196, 230, 0.99) 1%, rgba(225, 196, 230, 0.33) 67%, rgba(225, 196, 230, 0) 100%);
	background: -webkit-linear-gradient(right, rgba(225, 196, 230, 1) 0%, rgba(225, 196, 230, 0.99) 1%, rgba(225, 196, 230 0.33) 67%, rgba(225, 196, 230, 0) 100%);
	background: linear-gradient(to left, rgba(225, 196, 230, 1) 0%, rgba(225, 196, 2309, 0.99) 1%, rgba(225, 196, 230, 0.33) 67%, rgba(225, 196, 230, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b1c8ef', endColorstr='#00c3d9ff', GradientType=1);
}

.hv_wifi:hover {
	box-shadow: 0px 20px 10px -10px rgba(225, 196, 230, 0.5);
}


.hv_t_thermal {
	background: url(../img/main2016/c_thermal_main.jpg) no-repeat;
	background-position: right 60px;
}

.hv_t_thermal h2 {
	/*
	background-color: #ffbd77;
	background-image: -webkit-linear-gradient(319deg, #ffbd77 0%, #f0f4a4 37%, #acfcd9 100%);
	background-color: #ffbd77;
	background-image: -moz-linear-gradient(319deg, #ffbd77 0%, #f0f4a4 37%, #acfcd9 100%);
	background-color: #ffbd77;
	background-image: linear-gradient(319deg, #ffbd77 0%, #f0f4a4 37%, #acfcd9 100%);
  */
}

.hv_t_thermal_text {
  background-image: linear-gradient(90deg, rgba(187, 255, 239, 1), rgba(255, 255, 255, 1) 0%, rgba(205, 251, 202, 1) 50%, rgba(255, 225, 160, 1) 82%);
}

.hv_t_thermal:hover {
	box-shadow: 0px 20px 10px -10px rgba(255, 255,1607, 0.5);
}




/* ~~ 生産完了ボタン~~ */
.kanryo_btn div {
	width: 99.8%;
	border: #bbb solid 1px;
	text-align: center;
	padding: 15px 0;
	margin: 15px 0 35px 0;
	background-color: #eeeeee;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.kanryo_btn a:hover {
	background-color: #cccccc;
	text-decoration: none;
}

.kanryo_btn a div:hover {
	background-color: #cccccc;
}

/* ~~ ショールーム ~~ */
.sr_info {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto 100px;
	padding: 0 !important;
	& div {
		padding: 120px 0 0 0;
		margin: 0 auto;
		background-image: url("../img/show_room.webp");
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		&:hover {
			opacity: 0.8;
		}
	}

	& h4 {
		margin: 0;
		font-size: 1.7rem;
		font-weight: 400;
		text-shadow: 3px 3px 10px #999;
		color: rgba(255, 255, 255, 1.00);
		padding: 2% 2%;
		background: -moz-linear-gradient(left, rgba(39, 60, 198, 0.9) 0%, rgba(125, 185, 232, 0.22) 70%, rgba(125, 185, 232, 0) 92%);
		background: -webkit-linear-gradient(left, rgba(39, 60, 198, 0.9) 0%, rgba(125, 185, 232, 0.22) 70%, rgba(125, 185, 232, 0) 92%);
		background: linear-gradient(to right, rgba(39, 60, 198, 0.9) 0%, rgba(125, 185, 232, 0.22) 70%, rgba(125, 185, 232, 0) 92%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6273cc6', endColorstr='#007db9e8', GradientType=1);

	}

	& a:hover {
		text-decoration: none;
	}
}

/* ~~ flexボックスの親 ~~ */
.cont_bnr {
	width: 100%;
	margin: 3em auto !important;
	max-width: 1100px;
	background: rgba(240, 240, 240, 1.00);
	border-radius: 5px;
	padding: 0 !important;
}

/* ~~ 問い合わせバナー ~~ */
.cont_bnr h4 {
	margin: 0 auto;
	padding: 2em 0;
	text-align: center;
	font-size: 1.3rem;
}

.cont_bnr div {
	width: 100%;
	display: flex;
	justify-content: space-around;
	align-items: flex-start !important;
}

.cont_bnr div div {
	display: block;
	width: 40%;
	text-align: center;
	margin-bottom: 3em;
}

.cont_bnr h5 {
	display: block;
	font-size: 1.1rem;
	margin: 0 0 1em 0;
	padding: 0;

}

.cont_bnr a {
	color: rgba(0, 0, 0, 1.00);
}

.cont_bnr a:hover {
	text-decoration: none;
}

.cont_bnr h6 {
	display: block;
	font-size: 1.3rem;
	text-align: center;
	margin: 0;
	padding: 1em 1em 0.8em;
	background: rgba(255, 175, 44, 1.00);
	border-radius: 5px;
	box-shadow: 0 5px 10px #bbbbbb;

}

.cont_bnr h6:hover {
	opacity: 0.8;

}

.cont_bnr h6 img {
	display: inline-block;
	height: 1.3em;
	vertical-align: middle;
	padding-bottom: 0.2em;
	margin-right: 0.5em;
}

.cont_bnr p {
	margin: 1.5em 0 0 0;
}


/* ~~ flexボックスの親 ~~ */
.free_colum {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 35px auto;
	width: 100%;
	max-width: 1100px;
	padding: 0 !important;
	& a {
		width: 48%;
		padding: 0;
		margin: 0 0 3em 0;
	}
}

/* ~~ 2列ボックス ~~ */


.free_colum a div {
	width: 100%;
	padding: 0;
	margin: 0 0 0 0;
	position: relative;
}

.free_colum a div div {
	padding: 3%;
	margin: 0;
	width: auto;
	background: rgba(255, 255, 255, 0.8);
	position: absolute;
	left: 0;
	right: 0;
	bottom: 5px;
}

.free_colum img {
	width: 100%;
}

.free_colum h5 {
	font-size: 1.3rem;
	margin: 0 0 0.5em 0;
	padding: 0;
}

.free_colum p {
	width: 100%;
	padding: 0;
	margin: 0.5em 0 0;
}

/* ~~ ハッシュタグ ~~ */
.tag {
	list-style: none;
	font-family: "ibm-plex-sans-jp", sans-serif;
	margin-bottom: 1.5em;
	font-size: 0.8rem;
}

.tag li {
	width: auto;
	padding: 0.2em 0.8em 0.2em 0.6em;
	display: inline-block;
	list-style: none;
	background: rgba(100, 100, 100, 1.00);
	border-radius: 20px;
	color: rgba(255, 255, 255, 1.00);
	margin: 0.2em;
}

.tag li:before {
	content: "#";
}

li.cooled {
	background: rgba(52, 165, 226, 1.00);
}

li.uncooled {
	background: rgba(217, 85, 157, 1.00);
}

.br_pc {
	display: block;
}

.br_sp {
	display: none;
}

.txtred {
	color: #CC0000;
}

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

/*TOPページのyoutube埋め込み*/
.top_yt	div.top_yt_title div p{
			font-size: 1.5vw;	
			}

}

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


/*TOPページのyoutube埋め込み*/
.top_yt{
	width: 90%;
	border-radius: 0px;
	padding: 5%;
	flex-wrap: wrap;
	& div.top_yt_title{
		width: 100%;
		& div{
			margin-top: 1em;
			margin-bottom:  calc(1em + 29px);
			& p{
				font-size: 1rem;
			}
		}
		& .unv_logo{
			position: absolute;
			bottom: 20px;
			left: 0;
			right: 0;
			margin: auto;
			width: 15%;
		}
		&::before{
			border-radius: 5px 5px 0 0;
			}
	}
	& div.top_yt_video{
		width: 100%;
		
		& .youtube{
			border-radius: 0 0 5px 5px;
		}
	}
}	
	
	
		.mainbnr .mainbnr_item {
	border-radius: 5px;
	display: flex;
	justify-content: space-between;
	overflow: hidden;
	& picture{
		width: 40%;
		& img.mb_image {
			height: 50px;
			margin: 20px 0 0 5px;
	    }
    }
	& div{
		width: 60%;
		padding: 10px 5% 15px 5%;
		border-top-right-radius: 5px;
	    border-bottom-right-radius: 5px;
		& h2{
			font-size: 1rem;
			padding: 0;
			margin: 7px 0 5px 0;
			color: rgba(0, 0, 0, 1.00);
			text-align: left;
		}
		& p{
			font-size: 0.85rem;
			margin: 0;
			padding:0;
			color: rgba(0, 0, 0, 1.00);
			text-align: left;
		}
	}
}


	/* TOPページの目立つお知らせ欄 */
	.closeinfo h5 {
		font-size: 0.9rem;
	}

	.closeinfo h6 {
		font-size: 0.9rem;
	}

	.closeinfo p {
		font-size: 0.8rem;
	}

	/* ~~ Showroom~~ */
	.sr_info h4 {
		font-size: 1.5rem;
	}

	/* ~~ 問い合わせバナー ~~ */
	.cont_bnr h6 {
		font-size: 1.1rem;
	}


	/* ~~ 2列ボックス ~~ */
	.free_colum h5 {
		font-size: 1.1rem;
		margin: 0 0 0 0;
	}

	.free_colum p {
		font-size: 0.9rem;
		margin: 0.2em 0;
	}

	/* ~~ ハッシュタグ ~~ */
	.tag {
		font-size: 0.75rem;
	}

	.tag li {
		width: auto;
		padding: 0.1em 0.6em 0.1em 0.4em;
	}
	

.mainbnr a {
	width: 100%;
}
	
	}
	
@media screen and (max-width: 480px) {


	.hv_hdsdi {
		display: flex;
	}

	.hv_c_thermal,
	.hv_thermal,
	.hv_t_thermal,
	.hv_unv,
	.hv_wifi,
	.hv_ip,
	.hv_gaito,
	.hv_ahd,
	.hv_option {
		display: flex;
	}

	.mainbnr .mainbnr_item h2,
	.mainbnr .mainbnr_item p {
		text-align: left;
	}

	.mainbnr .mainbnr_item p {
		margin: initial;
		padding: 8px 0 0 5%;
	}

	.hv_c_thermal_text,
	.hv_thermal_text,
	.hv_t_thermal_text,
	.hv_unv_text,
	.hv_wifi_text,
	.hv_ip_text,
	.hv_gaito_text,
	.hv_ahd_text,
	.hv_option_text {
		flex-grow: 1;
		border-top-right-radius: 5px;
		border-bottom-left-radius: initial;
	}

	.hv_c_thermal_text p,
	.hv_c_thermal_text h2,
	.hv_thermal_text p,
	.hv_thermal_text h2,
	.hv_t_thermal_text p,
	.hv_t_thermal_text h2,
	.hv_unv_text p,
	.hv_unv_text h2,
	.hv_wifi_text p,
	.hv_wifi_text h2,
	.hv_ip_text p,
	.hv_ip_text h2,
	.hv_gaito_text p,
	.hv_gaito_text h2,
	.hv_ahd_text p,
	.hv_ahd_text h2,
	.hv_option_text p,
	.hv_option_text h2 {
		text-align: left;
	}

	.mb_image {
		height: 45px;
		margin: 15px 0 15px 0;
		padding: 10px;
	}


	/* TOPページの目立つお知らせ欄 */
	.closeinfo h5 {
		font-size: 1rem;
	}

	.closeinfo h6 {
		font-size: 1rem;
	}

	.closeinfo p {
		font-size: 0.9rem;
	}

	.closeinfo ul li {
		font-size: 0.9rem;
	}

	/* ~~ Showroom~~ */
	.sr_info div {
		max-width: 95%;
		margin: 30px auto -20px auto;
	}

	.sr_info h4 {
		font-size: 1.3rem;
	}

	/* ~~ メインバナー 2019年12月以降~~ */
	.mainbnr a {
		width: 100%;
	}

	.mainbnr .mainbnr_item {
		/*
		padding-bottom: 10px;
    */
		margin-bottom: 15px;
	}

	.mainbnr .mainbnr_item h2 {
		/*
		font-size: 1.2rem;
    */
		/*
		padding: 4% 0 3% 4%;
    */
	}

	.mainbnr .mainbnr_item p {
		/*
		font-size: 1rem;
    */
		/*
		margin: 6% 4% 0 6%;
    */
	}

	.hv_c_thermal {
		/*
		width: 70%;
		margin: 7% 0 2% 0;
    */
	}

	.hv_unv h2 {
		padding: 3.5% 0 0 6% !important;
	}

	.unv_mb_logo {
		height: 24px;
	}


	/* ~~ 3列ボックス ~~ */
	.sub {
		width: 100%;
		margin: 15px auto;
	}

	.sub h5 {
		font-size: 1rem;
	}

	/* ~~ 2列ボックス ~~ */
	.free_colum a {
		width: 95%;
		padding: 0;
		margin: 0 auto 1.5em auto;
	}

	.free_colum a div div {
		width: 94.1%;
	}

	.free_colum h5 {
		font-size: 1.3rem;
		margin: 0 0 0.3em 0;
		padding: 0;
	}

	.free_colum p {
		width: 100%;
		padding: 0;
		margin: 0 0;
	}

	/* ~~ flexボックスの親 ~~ */
	.cont_bnr {
		width: 100%;
		margin: 3em auto !important;
		max-width: 1100px;
		background: rgba(240, 240, 240, 1.00);
		border-radius: 5px;
		padding: 0 !important;
	}

	/* ~~ 問い合わせバナー ~~ */
	.cont_bnr h4 {
		padding: 2em 0;
	}

	.cont_bnr div {
		width: 100%;
		flex-wrap: wrap;
	}

	.cont_bnr div div {
		width: 80%;
		margin-bottom: 2em;
	}

	.cont_bnr h5 {
		display: block;
		font-size: 1.0rem;
		margin: 0 0 1em 0;
	}

	.cont_bnr h6 {
		display: block;
		font-size: 1.1rem;
		padding: 1em 1em 0.8em;
	}

	.cont_bnr h6 img {
		height: 1.1em;
	}

	.cont_bnr p {
		margin: 0.9em 0 0 0;
	}

	.br_pc {
		display: none;
	}

	.br_sp {
		display: block;
	}
}