@charset "utf-8";

/*--------------------------------------
	カスタムブロック基本
--------------------------------------*/
section.custom_wrap{
	width:1300px;
	margin: 0 auto 70px;
	box-sizing: border-box;
	text-align: left;
	clear:both;
	overflow: hidden;
}

@media only screen and (max-width: 1400px) {
section.custom_wrap{padding: 0 40px 0; width: 100%;}}
@media only screen and (max-width: 1080px) {
section.custom_wrap{padding: 0 30px;}}
@media only screen and (max-width: 835px) {
section.custom_wrap{padding: 0 20px; margin-bottom: 0 auto 70px;}}

/*--------------------------------------
	カスタムブロック基本2
--------------------------------------*/

section.custom_wrap2{
	width:1380px;
	padding: 0 40px;
	margin: 0 auto;
	box-sizing: border-box;
	text-align: left;
	clear:both;
	overflow: hidden;
}

@media only screen and (max-width: 1380px) {
	section.custom_wrap2{width:100%;}
}

@media only screen and (max-width: 1100px) {
	section.custom_wrap2{padding: 0 30px;}
}

@media only screen and (max-width: 835px) {
	section.custom_wrap2{padding: 0 20px;}
}

/*--------------------------------------
	ブランド説明
--------------------------------------*/
.brand_ex{
	width: 100%;
	margin:0 0 50px; 
	clear: both;
	box-sizing: border-box;
	overflow: hidden;
}
.brand_ex > div{
	float: right;
	width: 84%;
	padding: 0 0 0 30px;
	box-sizing: border-box;
}
.brand_ex > div > h3{
	margin:3px 0 15px;
	font-size: 1.4em;
	line-height: 0.9em;
	padding: 0px;
}
.brand_ex > div > p{
	font-size: 1.0em;
	padding: 0px;
}
.brand_ex > p{
	float: left;
	width: 16%;
	box-sizing: border-box;
	margin: 0;
}
.brand_ex > p > img{
	width: 100%;
	vertical-align: top;
}
@media only screen and (max-width: 1000px) {
.brand_ex > div > h3{font-size: 1.3em;}
.brand_ex > div > p{font-size: 0.9em;}}
@media only screen and (max-width: 835px) {
.brand_ex > div{width:70%;}
.brand_ex > div > h3{margin:0 0 7px; font-size: 1.2em;}
.brand_ex > div > p{font-size: 0.9em;}
.brand_ex > p{width:30%;}}

/*--------------------------------------
	UAG落下テスト
--------------------------------------*/
.uag_milstd{
	overflow: hidden;
}

.uag_milstd h3{
	text-align: center;
	flex-wrap: nowrap;
}

.uag_milstd h3{
	font-size: 1.4em;
}

.uag_milstd dl{
	width: 70%;
	margin: 0 auto;
	text-align: center;
}

.uag_milstd dl div{
	width: 32%;
	display: inline-block;
	text-align: center;
	margin: 0;
}
.uag_milstd dt{
	font-size: 70px;
	line-height: 70px;
	font-weight: bold;
	text-align: center;
}
.uag_milstd dt span{
	font-size: 14px;
	font-weight: normal;
	margin-right: -5px;
}
.uag_milstd dd{
	margin: 0;
	padding: 0;
}

@media only screen and (max-width: 780px) {
	.uag_milstd h3{	font-size: 1.1em;}
	.uag_milstd dl{ width: 90%;}
}

@media only screen and (max-width: 580px) {
	.uag_milstd dl{ width: 100%;}
	.uag_milstd dt{	font-size: 40px; line-height: 40px;}
	.uag_milstd dt span{font-size: 11px;}
	.uag_milstd dd{	font-size: 8px;}
}

/*--------------------------------------
	アルコール除菌対応品
--------------------------------------*/
.uag_medical{
	width: 100%;
	display: table;
	border: 2px solid #cccccc;
	box-sizing: border-box;
	padding: 20px 30px;
	margin: 0;
}
.uag_medical > section{
	display: table-cell;
	width: 50%;
	vertical-align: middle;
}
.uag_medical > section > div{
	box-sizing: border-box;
	width: 100%;
}
.uag_medical > section > div:first-child{
	float: right;
	width: 80%;
	box-sizing: border-box;
	padding-left: 20px;
}
.uag_medical > section > div:last-child{
	float: left;
	width: 20%;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}
.uag_medical > section:last-child > div p{
	text-align: right;
}
.uag_medical > section:last-child > div p img{
	width: 85%;	
	padding: 20px 0;
}
.uag_medical > section > div h3{
	font-size: 2em;
	line-height: 1.3em;
	padding: 0;
	margin: 0 0 10px;
}
.uag_medical > section > div p{
	padding: 0;
	margin: 0;	
	font-size: 0.9em;	
	line-height: 1.8em;
}

.uag_medical > section > div h4{
	font-size: 1.5em;
	line-height: 1.2em;
	color: #eb6100;
	padding: 0;
	margin: 0 0 0px;
}
.uag_medical > section > div dl{
	padding: 0;
	margin: 0;	
}
.uag_medical > section > div dl dt{
	padding: 0;
	margin: 8px 0 5px;
	font-size: 0.9em;
	line-height: 1.4em;
	font-weight: bold;
	clear: both;
}
.uag_medical > section > div dl dd{
	padding: 0;
	margin: 0;
	line-height: 1.4em;
}
.uag_medical > section > div dl dd ul{
	padding: 0;
	margin: 0;
	overflow: hidden;
}
.uag_medical > section > div dl dd ul li{
	padding: 0 0 0 0px!important;
	margin: 0 20px 0 1.5em;
	float: left;
	line-height: 1.4em;
	font-size: 0.9em;
}
@media only screen and (max-width: 1300px) {
.uag_medical > section > div p br{display: none;}
}
@media only screen and (max-width: 1100px) {
.uag_medical > section > div h3{font-size: 1.8em;}
.uag_medical > section:last-child > div p img{padding-top: 25px;}
}
@media only screen and (max-width: 1000px) {
.uag_medical > section > div h3{font-size: 1.6em;}
.uag_medical > section:last-child > div p img{padding-top: 30px;}
}
@media only screen and (max-width: 900px) {
.uag_medical > section > div h3,
.uag_medical > section > div h4{font-size: 1.4em;}
.uag_medical > section:last-child > div p img{padding-top: 30px;}
}
@media only screen and (max-width: 835px) {
.uag_medical{display: block; overflow: hidden; padding: 30px;}
.uag_medical > section{display: block; width: 100%; clear: both;}
.uag_medical > section > div:first-child{width: 85%;}
.uag_medical > section > div:last-child{width: 15%;}
.uag_medical > section:first-child > div{margin-bottom: 30px;}
.uag_medical > section:last-child > div p{text-align: center;}
.uag_medical > section:last-child > div p img{padding: 0px;}
}
@media only screen and (max-width: 700px) {
.uag_medical{padding: 20px 15px;}
}
@media only screen and (max-width: 600px) {
.uag_medical > section > div:first-child{width: 78%;}
.uag_medical > section > div:last-child{width: 22%;}
}
/*--------------------------------------
	製品ページのブランド説明
--------------------------------------*/
.product_ex{
	clear: both;
	overflow: hidden;
}
.product_ex > div{
	float: right;
	width: 84%;
	padding: 0 0 0 30px;
	box-sizing: border-box;
	overflow: hidden;
	margin: 0;
}
.product_ex > div > h3{
	margin-top: 0;
}
.product_ex > p{
	float: left;
	width: 16%;
	box-sizing: border-box;
	margin: 0;
}
.product_ex > p > img{
	width: 100%;
	vertical-align: bottom;
}

@media only screen and (max-width: 1200px) {
	.product_ex > div{width:78%;}
	.product_ex > p{width:22%;}
}

@media only screen and (max-width: 780px) {
	.product_ex > div{width:74%; font-size: 0.9em;}
	.product_ex > p{width:26%;}
}

@media only screen and (max-width: 560px) {
	.product_ex > div{width:70%;}
	.product_ex > p{width:30%;}
}

/*--------------------------------------
	UAG説明
--------------------------------------*/
.uag_ex{
	margin-bottom:50px; 
	clear: both;
	overflow: hidden;
}
.uag_ex > div{
	float: right;
	width: 84%;
	padding: 0 0 0 30px;
	box-sizing: border-box;
	overflow: hidden;
}
.uag_ex > p{
	float: left;
	width: 16%;
	box-sizing: border-box;
}
.uag_ex > p > img{
	width: 100%;
}

@media only screen and (max-width: 780px) {
	.uag_ex > div{width:70%; font-size: 0.8em;}
	.uag_ex > p{width:30%;}
}

/*--------------------------------------
	JAYS説明
--------------------------------------*/
.jays_ex{
	margin-bottom:50px; 
	clear: both;
}
.jays_ex > div{
	float: right;
	width: 84%;
	padding: 0 0 0 30px;
	box-sizing: border-box;
}
.jays_ex > p{
	float: left;
	width: 16%;
	box-sizing: border-box;
}
.jays_ex > p > img{
	width: 100%;
}

@media only screen and (max-width: 780px) {
	.jays_ex > div{width:70%; font-size: 0.8em;}
	.jays_ex > p{width:30%;}
}

/*--------------------------------------
	Microsoftサプライヤー
--------------------------------------*/
.ms_ex{
	clear: both;
}

.ms_ex > div{
	border-top: 1px solid #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
	padding: 15px 0;
	overflow: hidden;
}

.ms_ex > div > div{
	float: right;
	width: 84%;
	padding: 0 0 0 30px;
	box-sizing: border-box;
	font-size: 0.9em;
}
.ms_ex > div > p{
	float: left;
	width: 16%;
	box-sizing: border-box;
}
.ms_ex > div > p > img{
	width: 100%;
	border:1px solid #777777;
}

@media only screen and (max-width: 780px) {
	.ms_ex > div > div{width:70%; font-size: 0.8em;}
	.ms_ex > div > p{width:30%;}
}

/*--------------------------------------
	UAGショルダーストラップ
--------------------------------------*/
.uagss_ex{
	margin-bottom:40px; 
	clear: both;
}
.uagss_ex > div{
	background-color: #f3f3f3;
	overflow: hidden;
	padding: 15px;
}
.uagss_ex > div > div{
	float: right;
	width: 84%;
	padding: 0 0 0 30px;
	box-sizing: border-box;
}
.uagss_ex > div > p{
	float: left;
	width: 16%;
	box-sizing: border-box;
}
.uagss_ex > div > p > img{
	width: 100%;
}

@media only screen and (max-width: 780px) {
	.uagss_ex > div > div{width:70%; font-size: 0.8em;}
	.uagss_ex > div > p{width:30%;}
}

/*--------------------------------------
	ULTRA PLUS説明(初代)
--------------------------------------*/

.ultra_plus_ex::before,.ultra_plus_ex::after{ 
	content: "";
	display: block;
	height: 15px;
	width: 100%;
	background-size: 20px 20px;
	background-attachment: fixed;
}
.ultra_plus_ex::before{ 
	background-image: linear-gradient(-45deg,
	#dcd200 25%,
	#010101 25%,
	#010101 50%,
	#dcd200 50%,
	#dcd200 75%,
	#010101 75%,
	#010101);
}
.ultra_plus_ex::after{ 
	background-image: linear-gradient(-45deg,
	#dcd200 25%,
	#ffffff 25%,
	#ffffff 50%,
	#dcd200 50%,
	#dcd200 75%,
	#ffffff 75%,
	#ffffff);
}

.ultra_plus_ex{ 
	width: 100%;
	background-color: #010101;
	background-image: url(/static/images/product/ultra_plus/ultra_plus_disbg01.png);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: 100%;
	text-align: center;
}
.ultra_plus_ex div{
	width: 100%;
	box-sizing: border-box;
	padding: 0 20px;
}
.ultra_plus_ex h3{
	display: inline-block;
	font-size: 1.8em;
	margin-top: 30px;
	border-bottom: 5px solid #010101;
}
.ultra_plus_ex h3 span{
	display: block;
	font-size: 1.8em;
	margin-top: 15px;
	padding: 0 20px 0px;	
}
.ultra_plus_ex p{
	font-size: 1.2em;
	font-weight: bold;
}
.ultra_plus_ex p img{
	width: 60%;
	margin:20px 0 30px;
}

@media only screen and (max-width: 1100px) {
.ultra_plus_ex h3{font-size: 1.4em;}
.ultra_plus_ex h3 span{font-size: 1.4em;}
.ultra_plus_ex p{font-size: 1.0em;}
}
@media only screen and (max-width: 1000px) {
.ultra_plus_ex p{font-size: 0.9em;}
}	
@media only screen and (max-width: 580px) {
.ultra_plus_ex{ background-size: auto 100%;}
}

/*--------------------------------------
	ULTRA PLUS説明(2代目)
--------------------------------------*/

.ultra_plus_ex2 > div{
	width: 100%;
	background-color: #000000;
	text-align: left;	
	margin-top: 0px;
	box-sizing: border-box;
	padding-left: 12%;
	padding-bottom: 15px;
	font-size: 1.3em;
	line-height: 1.8em;
}

/*.ultra_plus_ex2::after{
	content: "";
	display: block;
	height: 60px;
	width: 100%;
	background-color: #000000;
	background-attachment: fixed;
	background: linear-gradient(-180deg, #000000 0%, #555555 20%, #bbbbbb 70%, #ffffff 100%);
}*/

.ultra_plus_ex2 > div > div{ 
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
	background-image: url(/static/images/product/ultra_plus/ultra_plus_disbg02.jpg);
	color: #111111;
	box-sizing: border-box;
	width: 97%;
	margin-left: 3%;
	padding: 20px 40px;
}
.ultra_plus_ex2 > div::before,.ultra_plus_ex2 > div::after{ 
	content: "";
	display: block;
	height: 30px;
	width: 100%;
	background-color: #000000;
	background-attachment: fixed;
}
.ultra_plus_ex2 > div::before{ 
	height: 2px;
}
.ultra_plus_ex2 > div::after{ 
	height: 50px;
}

.ultra_plus_ex2_button{
    background-color: #000000;
    border-radius: 10px;
    color: #fff;
    display: block;
    padding: 28px 38px;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 100%;
	text-align: left;
	margin-top: 30px;
}

.ultra_plus_ex2_button:hover{
	opacity: 0.7;
}

.ultra_plus_ex2_button > span{
	display: table;
}

.ultra_plus_ex2_button > span > span{
	display: table-cell;
	vertical-align: middle;
}
.ultra_plus_ex2_button > span > span:first-child{
	width: 45%;
}
.ultra_plus_ex2_button span img{
	width: 86%;
	vertical-align: middle;
}
.ultra_plus_ex2_button > span > span:last-child{
	width: 55%;
	font-size: 1.2em;
}
.ultra_plus_ex2_button::after{
    content: '';
    display: inline-block;
    border-style: solid;
    border-width: 15px 0 15px 15px;
    border-color: transparent transparent transparent #e0df00;
    display: inline-block;
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
}

@media only screen and (max-width: 1000px) {
.ultra_plus_ex2 > div{padding-left: 7%;font-size: 1.2em;line-height: 1.6em;}
.ultra_plus_ex2 > div > h3 img{width: 80%;}	
}
@media only screen and (max-width: 835px) {
.ultra_plus_ex2 > div{padding-left: 5%;font-size: 1.1em;line-height: 1.4em;}
.ultra_plus_ex2_button > span > span:first-child{width: 30%;}
.ultra_plus_ex2_button > span > span:last-child{width: 70%;font-size: 1.0em;}
}


/*--------------------------------------
	iPadシリーズ別対応表
--------------------------------------*/
.function_support {margin-top: 50px!important; margin-bottom:50px!important;}
.function_support > div {
	background-color: #ececec;
	padding: 15px 20px 5px;
}
.function_support h4{margin-top:0;  margin-bottom: 9px; font-size: 1.5em; text-align: center;}
.function_support table,
.function_support table th,
.function_support table td{
	border: 1px solid #bcbcbc;
	font-weight: normal;
	background-color: #ffffff;
}
.function_support table th{
	font-size: 0.9em;
}
.function_support table th > span{
	white-space: nowrap;
}
.function_support table th,
.function_support table td{
	padding: 7px 10px;
}
.function_support table tr td{
	text-align: center;
}

.function_support table tr:first-child th:hover{
	background-color: #fcedd0;
}
.function_support table tr:first-child th p{
	text-align: center;
	margin: 0;
}
.function_support table tr:first-child th p span{
	font-size: 0.7em;
}

.function_support dl{
	width:100%;
	text-align: right;
	margin-top: 5px;
}
.function_support dl dt::after{
	content: "：";
	display: inline;
	margin-right: 0;
}
.function_support dl dt,
.function_support dl dd{
	display: inline-block;
}
.function_support dl dt{
	margin-left: 25px;
}
.function_support dl dd{
	margin: 0px;
}

@media only screen and (max-width: 835px) {
    .function_support h4{font-size: 1.2em;}
	.function_support table tr:first-child th p span{font-size: 0.6em;}
	.function_support table th{font-size: 0.8em;}
	.function_support > div{overflow-x: auto; padding-left: 10px; padding-right: 10px;}
	.function_support table{min-width: 835px; margin-right: 10px;}
	.function_support dl{font-size: 0.8em;}
}