@charset "utf-8";
/* CSS Document */


/*IE11画像下余白バグ回避コードここから*/
.ie11{
	min-height: 0%;
}
.ie11 img{
  height: auto;
  width: 100%;
}
/*IE11余白バグ回避コードここまで*/


.bg-01 {
    background-color: #FF7110;
}
.text-color-yellow {
    color: #FFFF00;
    font-weight: bold;
}

.mt-6{
  margin-top: 4rem;
}
.mt-7{
  margin-top: 5rem;
}
.img_wrap{
    margin: 20px auto 0;
    transition-duration: 0.5s;
	border: 1px solid #D5DBE1;
	
}

.product_a:hover {
	opacity:0.8;
}

.img_wrap img{
  width: 100%;
  cursor: pointer;

}
.img_wrap:hover{
  box-shadow: 5px 5px 5px rgba(0,0,0,0.5);
  transform: translateY(-5px);
  transition-duration: 0.5s;
}
.mt-8{
  margin-top: 6rem;
}
.mt-9{
  margin-top: 7rem;
}
.mt-10{
  margin-top: 8rem;
}
.mt-11{
  margin-top: 9rem;
}
.mt-12{
  margin-top: 10rem;
}
.mt-13{
  margin-top: 11rem;
}
.mt-14{
  margin-top: 12rem;
}


.mb-6{/**/
  margin-bottom: 4rem;
}
.mb-7{
  margin-bottom: 5rem;
}
.mb-8{
  margin-bottom: 6rem;
}
.mb-9{
  margin-bottom: 7rem;
}
.mb-10{
  margin-bottom: 8rem;
}
.mb-11{
  margin-bottom: 9rem;
}
.mb-12{
  margin-bottom: 10rem;
}

.mr-6{/**/
  margin-right: 4rem;
}
.mr-7{
  margin-right: 5rem;
}
.mr-8{
  margin-right: 6rem;
}
.mr-9{
  margin-right: 7rem;
}
.mr-10{
  margin-right: 8rem;
}
.mr-11{
  margin-right: 9rem;
}
.mr-12{
  margin-right: 10rem;
}
.mr-13{
  margin-right: 11rem;
}
.mr-14{
  margin-right: 12rem;
}
.mr-15{
  margin-right: 13rem;
}

.ml-6{/**/
  margin-left: 4rem;
}
.ml-7{
  margin-left: 5rem;
}
.ml-8{
  margin-left: 6rem;
}
.ml-9{
  margin-left: 7rem;
}
.ml-10{
  margin-left: 8rem;
}
.ml-11{
  margin-left: 9rem;
}
.ml-12{
  margin-left: 10rem;
}
.ml-13{
  margin-left: 11rem;
}
.ml-14{
  margin-left: 12rem;
}
.ml-15{
  margin-left: 13rem;
}

/*----------------
SPだけ
-----------------*/
@media screen and (max-width:1024px){
.sm-mt-5{
	margin-top: 3rem;
}
}

.bg-02 {
    background-color: #4593D3;
}
.bg-03 {
    -webkit-box-shadow: 8px 8px #C4C4C4;
    box-shadow: 8px 8px #C4C4C4;
    background-color: rgba(255,255,255,1.00);
}
.img-01 {
}
.bg-04 {
    background-color: rgba(239,239,239,1.00);
}
.bg-footer {
    background-color: #9F9F9F;
}

.alert-white {
    color: #FFFFFF;
    border-color: #FFFFFF;
}
.bg-05 {
    background-color: #D1F1FF;
    -webkit-box-shadow: 20px px;
    box-shadow: 20px px;
}
.text-w {
}
.sd {
    -webkit-box-shadow: 11px 11px #C7C7C7;
    border-radius: 10;
    box-shadow: 11px 11px #C7C7C7;
}
.dot {
    border-style: dotted;
    border-top-width: thick;
}
.img-round {
    border-radius: 100;
}
.leftnavi {
    border-top: solid 3px;
    padding-left: 8px;
  }
.leftnavitop{
    padding-left: 8px;
    padding-top: 0px;
    margin-top: 12px;
  }
.leftnavi-text {
    background-color: #fff;
	border: 1px;
	border-style: solid;
	border-color: #a0a0a0;
    padding-left: 8px;
    padding-right: 10px;
	border-radius: 20px 20px 20px 20px;
	font-size: 14px;
	height: 33px;
	width: 250px;
}
.leftnavi-text:hover {
    background-color: #a0a0a0;
	border: 1px;
	border-style: solid;
	border-color: #fff;
    padding-left: 8px;
    padding-right: 10px;
	border-radius: 20px 20px 20px 20px;
	font-size: 14px;
	transition: .4s;
}
.leftnavi-text2 {
    background-color: #EBEBEB;
    padding-left: 8px;
    padding-right: 10px;
    border-radius: 10px 10px 10px 10px;
}

.foo:link {
   color: #959595;
}

.foo:visited {
    color: #959595;
}
.foo:hover {
    color: #fff;
    text-decoration: none;
}

.foo:active {
    color: #808080;
}
.btn-text {
    font-size: small;
}


.imgitem {
    width: 100%;
}

.bot {
    border-left: medium dotted #CBCBCB;
}
.bg-06 {
    background-color: #E9ECEF;
}
.text-tittle {
    border-left: medium solid #6C757D;
    padding-left: 12px;
}

/* ページトップ */
#page-top {
    position: fixed;
    bottom: 110px;
    right: 20px;
    font-size: 80%;
}
#page-top a {
    background: #D8D8D8 ;
    text-decoration: none;
    color: #fff;
    width: 60px;
    padding: 15px 0;
    text-align: center;
    display: block;
    border-radius: 10px;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}

.foo2:link {
    color: #dddddd;
}

.foo2:visited {
    color: #dddddd;
}
.foo2:hover {
    color: #fff;
    text-decoration: none;
}

.foo2:active {
    color: #fff;
}
.small2 {
    font-size: 90%;
    font-weight: 400;
    padding-top: 6px;
}

.product_top {
	position:relative;
}

.product_top .img_ttl_s {
	position: absolute;
	margin: -18% 14%; 
}

.product_top .img_ttl_b {
	position: absolute;
	margin: -26% 14%;
}

.top_img {
	margin-top: 60px;
	background-image: url("../img/banner-home.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	height: 400px;
}

.top_txt {
	text-align: center;
	color: #fff;
	font-weight: 400;
	font-size: 4em;
	text-shadow: #3e3e3e 1px 0 10px;
	padding-top: 120px;
}

.a_color {
	color: #333333;
}

.a_color:hover {
	color: #c3c3c3;
}

.line_height {
	line-height: 1;
	margin-bottom: .5em;
}

/*サポート*/
.support {
    font-size: 90%;
    text-align: center;
    color: #676767;
    font-weight: bold;

}
.supporttime {
    font-size: small;
    text-align: center;
	color: #676767;
    font-weight: normal;
}
.foo3:link {
    color: #2A2A2A;
}

.foo3:visited {
    color: #808080;
}
.foo3:hover {
    color: #B8B8B8;
    text-decoration: none;
}

.foo3:active {
    color: #808080;
}




/*EZVIZメイン
-----------------------------------------*/
body {
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-size: 17px;
}

h2, h3 {
	font-family: 'Noto Sans JP', sans-serif;
}

.font {
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}

/*index用ボタン*/
.btn-flat-border {
    display: inline-block;
    padding: 0.6em 4em;
    text-decoration: none;
    color: #00a0e9;
    border: solid 1px #00a0e9;
    border-radius: 30px;
    transition: .4s;
}

.btn-flat-border:hover {
    background-color: #00a0e9;
    color: #fff;
}

/*個別製品用ボタン*/
.btn-flat-border2 {
	width: 26em;
	font-size: 1.2em;
    display: inline-block;
    padding: .7em;
    text-decoration: none;
    color: #00a0e9;
    border: solid 1px #00a0e9;
    border-radius: 30px;
    transition: .4s;
}

.btn-flat-border2:hover {
    background-color: #00a0e9;
    color: #fff;
}

/*service_index(サポートトップ)用ボタン*/
.btn-faq {
	display: inline-block;
	padding: .6em 3.3em;
	text-decoration: none;
	color: #00a0e9;
	border: solid 1px #00a0e9;
	border-radius: 30px;
	transition: .4s;
}

.btn-faq:hover {
	background-color: #00a0e9;
	color: #fff;
}

.container a {
    text-decoration: none;
}


.flexbox {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.flexbox:nth-child(odd) {
	flex-direction: row-reverse;
}

.zoom {
	max-width: 630px;
	height: auto;
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
	cursor: pointer;
}

.zoom img {
	transform: scale(1);
	transition: .3s ease-in-out;
}

.zoom img:hover {
	transform: scale(1.1);
}

.sample img:hover {
   opacity: 0.6; /* 40％ほど透過させる */
}


/*footerここから
----------------*/
.bg_color {
	background-color: #333333;
}

.footer_txt {
	color: #dddddd;
	padding-bottom: 10px;
}

.contact_btn {
	border: 1px solid #333333;
	border-radius: 5px;
	padding: 1em 9em;
	font-size: 1.2em;
	color: #333333;
}

.contact_btn:hover {
	background-color: #333333;
	color: #dddddd;
	transition: .4s;
}

.footer_shop {
		display: flex;
		justify-content: center;!important;
}


/*footerここまで
----------------*/


/*個別商品ページ
-----------------------------------------*/
.breadcrumb {
	padding-left: 0;
}

.pl_15 {
	padding-left: 15px;
}

table {
	align-content: center;
}

.table-responsive {
	width: 80%;
	margin: auto;
}


/*Q&Aここから
----------------*/
details summary {
	list-style: none;/*firefox*/
}

details summary::-webkit-details-marker {
	display: none;/*chrome,safari*/
}

summary {
	position: relative;
	padding: 20px 60px 20px 30px;
	cursor: pointer;
	background-color: #f2f2f2;
	font-size: 1.2rem;
}

summary::webkit-details-maker {
	position: absolute;
	color: transparent;
}

summary:hover, details[open] summary {
	background-color: #ddd;
}

summary::after {
	content: '+';
	position: absolute;
	top: 50%;
	right: 30px;
	transform: translateY(-50%);
	transition: transform .5s;
}

details[open] summary::after {
	transform: translateY(-50%) rotate(45deg);
}

.answer {
	padding: 20px 30px;
}

details[open] .answer {
	animation: fadein .5s ease-in-out;
}

details {
	margin-bottom: 8px;
}

@keyframes fadein {
	0% {
		opacity: 0;
	}
	
	100% {
		opacity: 1;
	}
}

.btn_center {
	text-align: center;
}

/*Q&Aここまで
----------------*/





/*スマホ*/
@media(max-width:768px) {
	
	.flexbox {
		flex-direction: column;
		margin-top: 4rem;
		margin-bottom: 4rem;
	}
	
	.flexbox2 {
		flex-direction: column;
		margin-top: .5rem;
		margin-bottom: 2rem;
	}

	.flexbox:nth-child(odd) {
		flex-direction: column;
	}
	
	.flx_txt {
		text-align: center;
	}
	
	.flexbox:nth-child(odd) .flx_txt {
		text-align: center;
	}
	
	.table-responsive {
		width: 90%;
	}
	
	.footer_txt {
		padding-bottom: 40px;
	}
	
	.contact_btn {
		font-size: 1.2rem;
		padding: 1.1rem 2.5rem 1.1rem 3rem;
	}

	.top_img {
		background-image: none;
		margin-top: 0;
		height: 5em;
	}
	
	.top_txt {
		display: none;
		padding-top: 0;
	}

	.btn-faq {
		width: 100%;
		padding: .8em;
	}
	.sp-mb {
		padding: .6em 3em;
		margin-top: 1.5rem;
	}

	.btn-flat-border2 {
		width: 100%;
	}








