
@media (min-width:481px){ .show-S { display:none !important; } }
@media (min-width:769px){ .show-MS{ display:none !important; } }
@media (min-width:769px){ .show-M { display:none !important; } }
@media (max-width:480px){ .show-M { display:none !important; } }
@media (max-width:480px){ .show-LM{ display:none !important; } }
@media (max-width:768px){ .show-L { display:none !important; } }



body{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#FFFFFF;
	line-height:20px;
	background-color:#000000;
	}

span{
	display: inline-block;
	}

	.image{
		display:inline-block;
		max-width:100%;
	}
img{
	width: 100%;
	}

.navbar-brand {
  background: url("../img/digicamlogo.png") no-repeat left center;
  background-size: contain;
  height: 50px;
  width: 200px;
}

.pnameeng{
	font-family: sans-serif;
	font-size:2.9em;
	line-height:1em;
	text-align: center;
	font-weight: bold;
	margin-top:40px;
	margin-bottom: 5px;
}

.pnamejp{
	font-size:1em;
	line-height:1em;
	text-align: center;
	margin-bottom: 80px;
}

.catch{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size:1.5em;
	font-weight: bold;
	line-height:1.2em;
	letter-spacing: 0.1em;
	margin-bottom: 20px;
	color:#C4E9FF;
}

.obiblue{
	background-color:#00629C;
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 10px;
	font-size:1.2em;
}

.taipu{
	float:left;
font-family: 'Noto Sans JP', sans-serif;
		letter-spacing: 0.1em;
}


.debut{
	font-size:0.8em;
	color:yellow;
	float:right;
	font-family: 'Noto Sans JP', sans-serif;
}

.midasi{
	margin-bottom: 0px;
	margin-top:70px;
	font-weight: bold;
	font-size:1.2em;
}

table{
	font-size:0.7em;
}



.note {
  padding-left: 1em;
  text-indent: -1em;
	font-size:0.8em;
}


.video{
  position:relative;
  width:100%;
  padding-top:56.25%;
}
.video iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}




.size-box{
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
}
.size-box > .item_1{
	width:calc(((100% - 1rem) / 2 * 1));
}
.size-box > .item_2{
	width:calc(((100% - 1rem) / 2) * 1);
}
@media (max-width:768px){
	.size-box > .item_1,
	.size-box > .item_2{
		width:100%;
	}
	.size-box > .item_2{
		margin-top:1rem;
	}
}

.size-row{
	margin-top:5rem;
}

.size_inner-box{
   display:flex;
   justify-content: space-between;
}
.size_inner-box > .item{
   width:100%;
}

.label{
	line-height:2;
	font-size:0.9rem;
	font-weight:bold;
	letter-spacing:0.05rem;
	padding:0 0.5rem;
	margin-bottom:0.5rem;
}

.label_size{
	background-color:#fe7946;
}
.label_howto{
	background-color:#068aff;
}

footer{text-align: center;}