
/*----------------------------------------------------
	　　    ◆appページ 色設置
----------------------------------------------------*/



.app-color-sys01 .app-header{background-color:#7c5027;}
.app-color-sys02 .app-header{background-color:#3a77cc;}
.app-color-sys03 .app-header{background-color:#197b02;}
.app-color-sys04 .app-header{background-color:#21b09c;}


.app-color-sys01 .dnb-ul li a{background-color:#7c5027;}
.app-color-sys02 .dnb-ul li a{background-color:#3a77cc;}
.app-color-sys03 .dnb-ul li a{background-color:#197b02;}
.app-color-sys04 .dnb-ul li a{background-color:#21b09c;}


.app-color-sys01 .app-head01{ color:#7c5027;}
.app-color-sys02 .app-head01{ color:#3a77cc;}
.app-color-sys03 .app-head01{ color:#197b02;}
.app-color-sys04 .app-head01{ color:#21b09c;}

.app-color-sys01 .app-head01:before{background-color:#7c5027;}
.app-color-sys02 .app-head01:before{background-color:#3a77cc;}
.app-color-sys03 .app-head01:before{background-color:#197b02;}
.app-color-sys04 .app-head01:before{background-color:#21b09c;}



.app-color-sys01 .app-head02{background-color:#7c5027;}
.app-color-sys02 .app-head02{background-color:#3a77cc;}
.app-color-sys03 .app-head02{background-color:#197b02;}
.app-color-sys04 .app-head02{background-color:#21b09c;}

.app-head02.red-ver{ background-color:#ba0a17;}
.app-head02.gray-ver{ background-color:#494949;}


.app-color-sys01 .app-head04{ color:#7c5027;}
.app-color-sys02 .app-head04{ color:#3a77cc;}
.app-color-sys03 .app-head04{ color:#197b02;}
.app-color-sys04 .app-head04{ color:#21b09c;}



.app-color-sys01 .app-box04 .app-box04-p02{ color:#7c5027;}
.app-color-sys02 .app-box04 .app-box04-p02{ color:#3a77cc;}
.app-color-sys03 .app-box04 .app-box04-p02{ color:#197b02;}
.app-color-sys04 .app-box04 .app-box04-p02{ color:#21b09c;}

.app-color-sys01 .app-box05 .app-box05-p01{ color:#7c5027;}
.app-color-sys02 .app-box05 .app-box05-p01{ color:#3a77cc;}
.app-color-sys03 .app-box05 .app-box05-p01{ color:#197b02;}
.app-color-sys04 .app-box05 .app-box05-p01{ color:#21b09c;}



/*----------------------------------------------------
	　　    ◆app
----------------------------------------------------*/


.app-header {
	width: 100%;
	background-color: #000000;
	padding: 10px 10px;
	box-sizing: border-box;
}
.app-header-inr {
	width: 100%;
	max-width: 380px;
	/*margin: 0 auto;*/
	display: table;
}
.app-header-inr .app-header-mark, 
.app-header-inr .app-header-tit {
	display: table-cell;
	vertical-align: middle;
}
.app-header-inr .app-header-mark {
	position: relative;
	width:150px;
	box-sizing:border-box;
	text-align: left;
	padding-right:20px;
}
.app-header-inr .app-header-mark:after {
	content: "";
	width: 1px;
	height: 50%;
	position: absolute;
	top: 25%;
	right: 0%;
	background-color: #fff;
}
.app-header-inr .app-header-mark a {
	display: block;
	max-width:100%;
	margin: 0 auto;
}
.app-header-inr .app-header-tit {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
	color: #fff;
	text-align:left;
	box-sizing:border-box;
	padding-left:20px;
}
.app-mv-zone {
	width: 100%;
	margin: 0 auto 30px;
}
.app-mv-zone .app-mv-zone-left, .app-mv-zone .app-mv-zone-right {
	width: 50%;
	float: left;
}
.app-mv-zone .app-mv-zone-left img, .app-mv-zone .app-mv-zone-right img {
	width: 100%;
	max-width: 100% !important;
}
.app-contents-wrapper {
	max-width: 1120px;
	box-sizing: border-box;
	padding: 0 10px;
	margin: 0 auto;
	padding-bottom: 60px;
}
.dnb-ul {
	margin: 0 auto 60px;
}
.dnb-ul li {
	float: left;
	width: 100%;
	box-sizing: border-box;
	border-right: 1px solid #fff;
}
.dnb-ul li a {
	display: block;
	width: 100%;
	height: 4em;
	line-height: 1.2em;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
	background-color: #000000;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	opacity:0.8;
}

.dnb-ul li a:hover{
	opacity:1;
	}

.dnb-ul li a span {
	transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	display: block;
	width: 100%;
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	padding: 0 5px;
	box-sizing: border-box;
	text-align: center;
}
.app-head01 {
	font-size: 28px;
	line-height: 1.2 !important;
	padding: 0.6em 10px 0.4em;
	box-sizing: border-box;
	background-color: #f4f5f7;
	text-align: center;
	position: relative;
	margin: 0 auto 30px;
}
.app-head01:before {
	position: absolute;
	width: 3px;
	height: 100%;
	content: "";
	left: 0;
	top: 0;
	background-color: #000000;
}


.app-head02{
	background-color:#000000;
	color:#fff;
	font-size:20px;
	margin:0 auto 30px;
	padding:5px 10px;
	text-align:center;
	}

.app-head03{
	font-size:22px;
	margin:0 auto 20px;
	font-weight:bold;
	}


.app-head04{
	font-size:20px;
	margin:0 auto 20px;
	text-align:center;
	}

.app-box01 {
	width: 100%;
	box-sizing: border-box;
	border: 2px solid #d0d0d0;
	padding: 30px 5%;
	margin: 0 auto 30px;
}
.app-ul01 {
	margin: 0 auto;
}
.app-ul01 li {
	margin: 0 auto 10px;
	display: table;
	width: 100%;
}
.app-ul01 li .app-ul01-img {
	width: 160px;
	display: table-cell;
	vertical-align: middle;
	box-sizing: border-box;
	padding-right: 10px;
}
.app-ul01 li .app-ul01-txt {
	display: table-cell;
	vertical-align: middle;
}
.app-ul01 li .app-ul01-p01 {
	font-size: 20px;
	font-weight: bold;
}
.app-ul01 li .app-ul01-p02 {
	font-size: 14px;
}
.app-contact-table {
	width: 100%;
	margin: 60px auto 60px;
	max-width: 700px;
	border-top: 1px solid #333;
}
.app-contact-table th, .app-contact-table td {
	box-sizing: border-box;
	text-align: left;
	padding: 10px 10px;
	line-height: 1.5;
	font-size: 15px;
	vertical-align: top;
	border-bottom: 1px solid #333;
}
.app-contact-table th {
	width: 100px;
}
.app-contact-p01 {
	text-align: center;
	margin: 0 auto 10px;
	font-size: 15px;
}
.app-contact-btn {
	text-align: center;
}
.app-contact-btn a {
	display: block;
	max-width: 320px;
	margin: 0 auto;
	background-color: #000;
	text-align: center;
	text-decoration: none;
	border-radius: 300px;
	padding: 10px 0;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
.app-contact-btn a i {
	margin-right: 5px;
}
.app-footer {
	background-color: #1e2022;
	text-align: center;
}
.app-footer .app-footer-ul {
	font-size: 0;
	text-align: center;
	margin: 0 auto 10px;
}
.app-footer .app-footer-ul li {
	display: inline-block;
	font-size: 14px;
}
.app-footer .app-footer-ul li a {
	display: inline-block;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	padding: 0 20px;
	position: relative;
}
.app-footer .app-footer-ul li a:after {
	position: absolute;
	width: 1px;
	height: 10px;
	background-color: #fff;
	content: "";
	right: 0;
	top: 50%;
	margin-top: -5px;
}
.app-footer-copyright {
	font-size: 12px;
	color: #fff;
	text-align: center;
}


.app-ul02{
	margin:0 auto 30px;
	}

.app-ul02 li{
	display:table;
	width:100%;
	margin:0 auto 10px;
	}	

.app-ul02 li .app-ul02-figure{
	width:240px;
	display:table-cell;
	vertical-align:top;
	}

.app-ul02 li .txt-box{
	display:table-cell;
	box-sizing:border-box;
	border:3px solid #e5e5e5;
	vertical-align:middle;
	padding:10px 20px;
	}	
	

.app-ul02 li .txt-box .app-ul02-p01{
	display:table-cell;
	vertical-align:middle;
	width:140px;
	}	


.app-ul02 li .txt-box .txt-box-inr{
	display:table-cell;
	vertical-align:middle;
	}

.app-ul02 li .txt-box .app-ul02-p02{
	font-size:22px;
	font-weight:bold;
	}


.app-ul03{
	margin:0 auto 40px;
	}


.app-ul03 li{
	width:32%;
	float:left;
	margin-right:2%;
	text-align:center;
	padding:10px 10px;
	background-color:#f0f0f0;
	box-sizing:border-box;
	}

.app-ul03 li:nth-child(3n){
	margin-right:0%;
	}	
	
.app-ul03 li figure{
	margin:0 auto 5px;
	}

.app-ul03 li .app-ul03-p01{
	max-width:228px;
	margin:0 auto;
	font-size:13px;
	text-align:left;
	}

.app-box02{
	
	border:3px solid #ededed;
	box-sizing:border-box;
	padding:20px 5%;
	margin:0 auto 30px;
	}





.app-box03{
	margin:0 auto 20px;
	max-width:740px;
	}


.app-box03 .app-box03-p01{
	float:left;
	font-size:15px;
	width:73%;
	}


.app-box03 .app-box03-p02{
	float:right;
	width:25%;
	text-align:right;
	}


.app-link-btn{
	text-align:center;
	margin:0 auto;
	}

.app-link-btn a{
	display:block;
	width:100%;
	max-width:300px;
	margin:0 auto;
	color:#fff;
	background-color:#000000;
	text-decoration:none;
	font-size:16px;
	padding:10px 0;
	box-sizing:border-box;
	font-weight:bold;
	border-radius:300px;
	}



.app-youtube-wrapper{
	max-width:760px;
	margin:0 auto 30px;
	}

.app-youtube-box{
	box-sizing:border-box;
	padding-top:56.25%;
	position:relative;
	}


.app-youtube-box iframe{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	}


.app-video-wrapper{
	text-align:center;
	margin:0 auto 50px;
	}
.app-video-wrapper a{
	display: inline-block;
	text-align:center;
	color:#333;
	text-decoration:none;
	}

.app-video-wrapper a:hover{
	opacity:0.8;
	}

.app-video-p01{
	text-align:center;
	margin-top:10px;
	font-size:14px;
	font-weight:bold;
 }


.app-video-ul{
	max-width:930px;
	margin:0 auto 60px;
	}
.app-video-ul li{
	width:32%;
	margin-right:2%;
	margin-bottom:20px;
	float:left;
	text-align:center;
 }

.app-video-ul li:nth-child(3n){
	margin-right:0;
	}

.app-video-ul li:nth-child(3n + 1){
	clear:both;
	} 	
	
.app-video-ul li a{
	display:inline-block;
	box-sizing:border-box;
	text-decoration:none;
	color:#333;
	}

.app-video-ul li a:hover{
	opacity:0.8;
	}



.app-ul04{
	margin:0 auto 60px;
	}

.app-ul04 li{
	width:32%;
	float:left;
	margin-right:2%;
	background-color:#fafafa;
	padding:20px 10px;
	box-sizing:border-box;
	border:3px solid #ccc;
	}	


.app-ul04 li:nth-child(3n){
	margin-right:0;
	}
	

.app-ul04 li figure{
	text-align:center;
	margin:0 auto 10px;
	}	

.app-ul04 li .app-ul04-p01{
	font-size:16px;
	font-weight:bold;
	margin:0 auto 10px;
	text-align:center;
	}

.app-ul04 li .app-ul04-p02{
	font-size:14px;
}

.app-ul05{
	margin:0 auto 30px;
	max-width:1000px;
	}


.app-ul05 li{
	margin:0 auto 10px;
	box-sizing:border-box;
	border:1px solid #cecece;
	padding:20px 20px;
	}

.app-ul05 li figure{
	float:left;
	width:18%;
	text-align:center;
	}
	
.app-ul05 li .txt-box{
	width:80%;
	float:right;
	}
	
.app-ul05 li .app-ul05-p01{
	font-size:20px;
	font-weight:bold;
	margin:0 auto 10px;
	}	


.app-table01{
	width:100%;
	margin:0 auto 30px;
	box-sizing:border-box;
	border-left:1px solid #ccc;
	border-top:1px solid #ccc;
	}


.app-table01 thead th{
	width:auto !important;
	background-color:#333;
	color:#fff;
	}

.app-table01 th,
.app-table01 td{
	box-sizing:border-box;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	line-height:1.5;
	padding:10px 20px;
	}

.app-table01 th{
	width:240px;
	background-color:#efefef;
	text-align:left;
	}

.app-box04{
	margin:0 auto 30px;
	}


.app-box04 .app-box04-p01{
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;
	font-size:16px;
	font-weight:bold;
	padding:0.4em 10px 0.2em;
	box-sizing:border-box;
	margin:0 auto 20px;
	}


.app-box04 .app-box04-p02{
	font-size:18px;
	font-weight:bold;
	margin:0 auto 20px;
	}

.app-box04 .app-box04-p03 b{
	display:inline-block;
	padding-top:10px;
	}

.app-box05{
	margin:0 auto 30px;
	}


.app-box05 .app-box05-p01{
	font-size:20px;
	font-weight:bold;
	border-bottom:1px solid #000000;
	margin:0 auto 10px;
	box-sizing:border-box;
	padding-left:50px;
	padding-bottom:5px;
	position:relative;
		}


.app-box05 .app-box05-p02{
	box-sizing:border-box;
	margin:0 auto 20px;
	padding-left:50px;
	position:relative;	
	}	


.app-box05 .app-box05-p01:before,
.app-box05 .app-box05-p02:before{
	font-size:22px;
	left:0;
	position:absolute;
	content:"";
	top:0px;
	}

.app-box05 .app-box05-p01:before{
	content:"Q.";
	
	}
.app-box05 .app-box05-p02:before{
	content:"A.";
	top:-4px;
	}	



.app-box11{
	text-align:center;
	}
.app-p11{
	margin:0 auto 60px;
	box-sizing:border-box;
	max-width:660px;
	}
.app-p11 .s01{
	display:block;
	font-weight:bold;
	}
.app-p11 .s02{
	font-size:0.9em;
	color: #CD0003;
	display:inline-block;
	}

.app-box11{
	margin:0 auto 40px;
	}




.app-box11-f01:after{
	margin:20px auto;
	width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-top: 60px solid #21b09c;
	display:block;
	content:"";
	}

.app-box11-f02{
	margin:0 auto 40px;
	}


.app-box11-ul01{
	display: inline-block;
	text-align:left;
	}
.app-box11-ul01 li{
	display:block;
	box-sizing:border-box;
	position:relative;
	font-size:14px;
	padding-left:1.2em;
	}
.app-box11-ul01 li:before{
	width:0.8em;
	height:0.8em;
	content:"";
	position:absolute;
	left:0;
	top:0.4em;
	background-color:#21b09c;
	}


.product-remodal video{
	max-width:100%;
	}




@media screen and (max-width:760px) {
/*----------------------------------------------------
	　　    ◆app
----------------------------------------------------*/

body.app-body {
	padding-top: 0;
}
.app-header-inr .app-header-mark {
	width: 28%;
	padding-right: 10px;
}
.app-header-inr .app-header-tit {
	font-size: 16px;
}
.app-mv-zone .app-mv-zone-left, .app-mv-zone .app-mv-zone-right {
	width: 100%;
	float: none;
	text-align: center;
	margin: 0 auto;
}
.dnb-ul {
	margin: 0 auto 30px;
}
.dnb-ul li a {
	font-size: 13px;
}
.app-head01 {
	font-size: 20px;
}


.app-head02{
	font-size:16px;
	}

.app-head03{
	font-size:18px;
	}
.app-head04{
	font-size:16px;
	}	


.app-box01 {
	padding: 30px 10px;
}
.app-ul01 li .app-ul01-img {
	width: 100px;
	vertical-align: top;
}
.app-ul01 li .app-ul01-p01 {
	font-size: 16px;
}
.app-ul01 li .app-ul01-p02 {
	font-size: 13px;
}
.app-contact-table {
	margin: 30px auto;
}
.app-contact-table th {
	width: 80px;
}
.app-contact-p01 {
	font-size: 13px;
}

.app-footer{
	padding:20px 0;
	}
.app-footer .app-footer-ul li {
	font-size: 11px;
}
.app-footer .app-footer-ul li a {
	padding: 0 10px;
}



.app-ul02 li{
	display: block;
	width:100%;
	margin:0 auto 20px;
	}

.app-ul02 li .app-ul02-figure{
	width:100%;
	display:block;
	margin:0 auto 10px;
	text-align:center;
	}
.app-ul02 li .txt-box{
		width:100%;
	display:block;
	padding:10px 10px;
	}

.app-ul02 li .txt-box .app-ul02-p01{
	width:50px;
	box-sizing:border-box;
	padding-right:10px;
	vertical-align:top;
	}


.app-ul03 li{
	width:100%;
	max-width:400px;
	float:none;
	margin:0 auto 20px !important;
}

.app-box02{
	padding:10px 10px;
	}

.app-box03 .app-box03-p01{
	width:100%;
	float:none;
	font-size:13px;
	}


.app-ul04 li{
	width:100%;
	float:none;
	margin:0 auto 20px;
	}

.app-ul04 li figure{
	max-width:60px;
	margin:0 auto 10px;
	}

.app-ul05 li{
	padding:10px 10px;
	}
	
.app-ul05 li .app-ul05-p01{
	font-size:16px;
	}	

.app-ul05 li figure{
	width:20%;
	box-sizing:border-box;
	padding-right:10px;
	padding-bottom:10px;
	}
.app-ul05 li .txt-box{
	width:100%;
	float:none;
}

.app-ul05 li .app-ul05-p02{
	clear:both;
	font-size:13px;
	}



.app-table01 th, .app-table01 td{
	width:100%;
	display:block;
	padding:10px 10px;
	}



.app-table01.no-tra th,
.app-table01.no-tra td{
	display:table-cell;
	width:auto !important;
	padding:10px 5px;
	}



.app-box04 .app-box04-p02{
	font-size:16px;
}


.app-box05 .app-box05-p01{
	font-size:16px;
	padding-left:40px;
}

.app-box05 .app-box05-p02{
	font-size:13px;
	padding-left:40px;
	}

.app-box05 .app-box05-p01::before, .app-box05 .app-box05-p02::before{
	font-size:18px;
	top:-3px;
	}


.app-video-ul{
	max-width:600px;
	}
.app-video-ul li{
	width:49%;
	margin-right:2%;
	}
.app-video-ul li:nth-child(3n){
	margin-right:2%;
	}
.app-video-ul li:nth-child(2n){
	margin-right:0;
	}
.app-video-ul li:nth-child(3n + 1){
	clear:none;
	}

.app-video-ul li:nth-child(2n + 1){
	clear: both;
	}


}
