/*全般*/
html{
	padding-right: 0 !important;
	font-family: noto color emoji,android emoji,emojisymbols,emojione mozilla,twemoji mozilla,segoe ui symbol;
}
.main_color{color:#0089FF}
.sub_color{color:#005195}
.home_match{min-height: calc(100vh - 180px);}

@media screen and (max-width:959px){
.home_match{min-height: calc(100vh - 155px);}
}



a{text-decoration: none !important;}
li{list-style: none !important;}
ul{
	padding: 0 !important;
/*	margin: 0 !important;*/
}

.sidebar_border{
	border: solid 1px #898989;
	margin: 40px 0;
}

.sidebar_nav li{margin-bottom: 10px;}
.sidebar_nav div{width: 100%;}
.sidebar_nav_button{
	height: 50px;
	line-height: 50px;
	color: #595757;
	background-color:#E6E6E6;
	text-align: center;
	transition-duration: 0.2s;
}

.sidebar_nav_button:hover{
	background-color: #898989;
	color: white;
}

.sidebar_subnav{
	margin-top:60px;
	text-align: left;
	padding:0 20px;
}

.subnav_hojokin,.subnav_invoice,.subnav_DIS,.subnav_DM{transition-duration: 0.2s;}
.subnav_hojokin>a,.subnav_invoice>a,.subnav_DIS>a,.subnav_DM>a{
	display: inline-block;
	width:100%;
}

.subnav_hojokin:hover{color:#7071B3;}
.subnav_invoice:hover{color:#C486B8;}
.subnav_DIS:hover{color:#57A5DB;}
.subnav_DM:hover{color:#2B77D9;}

.favorite{
	width: 22px;
	height: 20px;
	background-image: url(/wp-content/themes/mytheme/a_images/fav_on.png);
	background-size: contain;
	background-repeat: no-repeat;
	margin-left: auto;
	cursor: pointer;
	transition-duration: 0.2s;
}

.unfavorite{
	width: 22px;
	height: 20px;
	background-image: url(/wp-content/themes/mytheme/a_images/fav_off.png);
	background-size: contain;
	background-repeat: no-repeat;
	margin-left: auto;
	cursor: pointer;
	transition-duration: 0.2s;
}


/*スマホ用ヘッダー*/
.sp_header{
	background-color: white;
	padding:10px 15px;
	height:55px;
}

.sp_modal_nav_wrapper{padding:0px 30px 15px 30px;}

#sp_header_modal{background-color: white;}

.sp_modal_nav li{
	background-color: #E6E6E6;
	height:40px;
	line-height: 40px;
	text-align: center;
	margin-bottom:10px;
	font-size: 14px;
}


/*検索フォーム*/
.searchForm{
	border-bottom:1px solid #777;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding:0 0 13px;
}

.searchForm>input{
	border: none;
	width:90%;
	line-height: 24px;
	outline: none;
}

.searchForm>button{
	width:25px;
	height:25px;
	background-image: url(a_images/icon_search.png);
	background-size: contain;
	background-repeat: no-repeat;
	border: none;
	cursor: pointer;
	background-color: white;
}



/*ホーム*/
.home{
background-image: url(a_images/background_main.png);
background-size: cover;
overflow: hidden scroll;
}

.home_menu_wrapper{padding: 40px;}

.home_menu{background-color: rgba(255, 255, 255, 0.75);}
.home_menu_sub{background-color: white;}

.home_sidebar{
	text-align: center;
	padding: 50px 35px;
	z-index: 100;
}
.home_header_main{
	color:#0089FF;
	font-size: 30px;
	margin-bottom: 0 !important;
}
.home_header_sub{margin-top:0 !important;}

.home_icon{
	height: 70px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom:0 !important;
}

#home_order .home_icon{	background-image: url(/wp-content/themes/mytheme/a_images/home_icon_cart.png);}
#home_repair .home_icon{background-image: url(/wp-content/themes/mytheme/a_images/home_icon_repair.png);}
#home_mail .home_icon{background-image: url(/wp-content/themes/mytheme/a_images/home_icon_mail.png);}
#home_remote .home_icon{background-image: url(/wp-content/themes/mytheme/a_images/home_icon_remote.png);}

.home_mail_wrapper{position: relative;}
.home_mail_wrapper>div{
	position: absolute;
    top: 0;
  	left: 0;
  	right: 0;
  	bottom: 0;
  	margin: auto;
}

.home_video{
	margin:0 auto;
	max-width:320px;
}

.home_main{padding: 50px 35px;}
.home_username{margin: 0 20px 0 0;}
.home_logout_button{
	background-color: #777;
	color: #FFF;
	border-color: #777;
}

.home_remote_button button{
	font-size: 20px;
	background-color: #FFF;
	border-color: #FFF;
}

.uk-card{background-color: #FFF !important;}

.home_main_list{
	background-color:#FFF;
	padding: 30px;
}
.home_main_list_content li{
	background-color: #EFEFEF;
	margin-top: 10px;
}

.home_main_list_title{
	color:black;
	line-height: 100px;
}

.home_main_list_img{
	height:100px;
}

.home_archive{
	background-color:#FFF;
	padding: 30px;
}

.home_archive_list article{
	text-align: center;
	color:#FFF;
	font-size: 20px;
	height:80px;
	line-height:80px;
}


#home_hojokin>div{background-color:#7071B3;}
#home_invoice>div{background-color:#C486B8;}
#home_DIS>div{background-color:#57A5DB;}
#home_DM>div{background-color:#2B77D9;}


@media screen and (min-width:641px){

#home_hojokin>div,#home_invoice>div,#home_DIS>div,#home_DM>div{transition: 0.2s}
#home_hojokin>div:hover{background-color:#60598C;}
#home_invoice>div:hover{background-color:#A46A92;}
#home_DIS>div:hover{background-color:#4A9BBA;}
#home_DM>div:hover{background-color:#2371B0;}

}

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

.home_menu_wrapper{padding: 15px;}
.home_menu_sp{background-color:white;}
.home_main{padding: 30px 20px;}
.home_header_main{font-size: 16px;}
.home_header_sub{
	font-size: 10px;
	margin-bottom:0;
}
.home_card_img{
	background-size: cover;
	height:100px;
}
.home_slider{margin-right:-30px;}
.home_archive_list article{
	text-align: center;
	color:#FFF;
	font-size: 15px;
	height:50px;
	line-height:50px;
}
.home_archive_list img{width:30px}
}

@media screen and (max-width:959px){
.home_menu_wrapper{padding: 20px;}
}


/*商品発注ページ*/
.product_sidebar{text-align: left;}
.product_sidebar p{margin-bottom: 10px;}

.product_sidebar_list{
	margin-top: 0;
	font-size: 18px;
}
.product_sidebar_list li{margin-bottom:5px;}
.product_sidebar_list li:first-of-type{margin-bottom: 20px;}
.product_sidebar_list label{cursor: pointer;}


.product_img{
	width: 100%;
	height: 100px;
}

.product_img img{
	text-align: center;
	margin: 0 auto;
}

#product_modal_img img{
	margin: 0 auto;
}

.product_modal_right{
	background-color: #efefef;
	padding: 50px 30px;
}

.product_modal_border{border-bottom: 1px solid #A0A0A0;}

.product_modal_info{
	height: 150px;
	padding: 30px 0;
	border-bottom: 1px solid #A0A0A0;
}

.product_modal_info p{margin-bottom: 0;}
.product_img_pos{
	height: 89.5%;
}

.cart_button{
	position: absolute;
	bottom: 8%;
	right: 1%;
	width: 180px;
	height: 180px;
	border-radius: 50%;
	background-color: #0089FF;
	text-align: center;
	z-index: 999;
}

#cart_items{
	background-image: url(/wp-content/themes/mytheme/a_images/cart.svg);
	background-repeat: no-repeat;
	background-size: contain;
	width: 80px;
	height: 80px;
	margin-top: 35px;
	margin-left: 45px;
	color: white;
	font-size: 30px;
	font-weight: bold;
} 

/*商品注文ページ*/
.cart_footer_button{
	background-color: white;
	box-shadow: 0px -8px 22px 3px rgba(156, 156, 156, 0.45);
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 40px;
}

.order_button_white{
	height: 50px;
	line-height: 50px;
	border: solid 2px #898989;
	color: #595757;
	text-align: center;
/*	font-weight: bold;*/
}

.order_button_blue{
	height: 50px;
	line-height: 50px;
	background-color: #1E87F0;
	border: solid 2px #1E87F0;
	color: white;
	text-align: center;
/*	font-weight: bold;*/
}

.order_item_list{
	margin-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #898989;
}

.order_quantity{
	font-size: 14px;
	margin-bottom: 0;
	line-height: 40px;
}

.modal_cancel_button,.modal_submit_button{
	height: 30px;
	font-weight: bold;
	font-size: 25px;
	line-height: 30px;
	text-align: center;
}

.modal_cancel_button{
	border: solid 1px #898989;
	color: #595757;
}

.modal_submit_button{
	background-color: #1E87F0;
	border: solid 1px #1E87F0;
	color: white;
}

#send_motal_list>li p{
	margin: 0;
}

/*注文履歴*/
.history_link{
	transition-duration: 0.2s;
	cursor: pointer;
}

.history_link:hover{
	color:#999;
}

/*検索結果*/
.search_back{
	background-color: white;
	margin-top:40px;
}

.search_thumbnail{
	position: relative;
	height:170px;
	background-size: cover;
	background-repeat: no-repeat;
}

.search_thumbnail_noimage{
	position: relative;
	background-position:center;
	height:170px;
	background-size: contain;
	background-image: url("/wp-content/themes/mytheme/a_images/not_found.png");
	background-repeat: no-repeat;
}

.search_label{
	position: absolute;
	right:0;
	bottom:30px;
	width:40%;
	font-size: 14px;
	color: white;
	background-color: #1E87F0;
	margin-bottom: 0;
	padding:5px;
}

@media screen and (max-width:640px){
.search_back{
	background-color: white;
	margin-top:0px;
}
}


/*カテゴリーページ*/
.cat_card_img{
	background-size: cover;
	height:170px;
}

.cat_card_fs{font-size:20px;}

@media screen and (max-width:640px){
.cat_card_img{height:90px;}
.cat_list_sp{
	padding-bottom: 15px;
	border-bottom:1px solid #898989;
}
.cat_list_sp_img{
	height:70px;
	background-size: cover;
}
}

@media screen and (max-width:959px){
.cat_card_fs{
	font-size:16px;
	margin-bottom:10px;
}
}


/*DIS通信カテゴリーページ*/
.dm_thumnail{
	text-align:center;
	color:white;
	padding:20px;
	background-color:rgba(0, 0, 0, 0.8);
	transition: 0.2s;
	height: 100%;
}

.dm_thumnail:hover{
	background-color:rgba(0, 0, 0, 0.9);
}

@media screen and (max-width:640px){
.dm_thumnail{padding:10px;}
}

/*問い合わせページ*/
.contact_tel{
	background-color: #0089FF;
	padding:20px 30px;
	display: block;
}

.contact_tel p{
	color:#FFF;
	margin:0;
	font-size: 40px;
	line-height: 40px;
}

.contact_tel span{color:#FFF !important;}

.contact_form_wrapper{
	padding:30px;
	background-color: #f8f8ff;
}

.contact_form_border{
	padding-bottom:30px;
	margin-bottom:30px;
	border-bottom:1px solid #a9a9a9;
}

/*#contact_check_button .uk-checkbox{background-color: white;}*/

#contact_select_button .uk-button-default{background-color: white;}

@media screen and (max-width:959px){
.contact_tel p{font-size: 30px;}
.contact_tel{margin-top:20px;}
}

@media screen and (max-width:640px){
.contact_tel{padding:10px;}
.contact_tel p{font-size: 28px;}
.contact_form_wrapper{padding:15px;}
}

/*ログインページ*/
fieldset{
	margin: 0 auto;
	width: 30%;
	border: none;
	text-align: left;
	padding: 0;
}
legend{display: none;}

@media (max-width: 640px){
fieldset{width: 80%}
}

#wpmem_login #log,#wpmem_login #pwd{
	background-color: white !important;
	padding: 10px;
	width: 100%;
	font: 400 16px YuGothic !important;
	border:1px solid #0089FF;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.div_text{margin-top: 10px;}
fieldset > .div_text:first-of-type{margin-bottom: 30px;}

.button_div{margin-top: 10px;}

#wpmem_login .buttons{
	display: block;
	margin-top: 30px;
	width: 100%;
	border: none;
	background-color: #005195;
	padding: 15px;
	font-size: 20px;
	font-weight: bold;
	color: white;
	border-radius: 45px;
}

/*サンクスページ*/
.thanks_back{
	background-color: white;
	margin-top:40px;
}

/*チャットページ*/
.chat_title_border{
	border-bottom:1px solid #a9a9a9;
	padding-bottom:15px;
}

.chat_wrapper{
	border:1px solid #a9a9a9;
}

.chat_area{
	padding:20px;
	max-height: 43vh;
	overflow-y: scroll;
}

.chat_content{margin-top:20px;}

.chat_balloon1{
	text-align: right;
	margin-bottom:20px;
}

.chat_balloon2{
	text-align: left;
	margin-bottom:20px;
}

.chat_person1{
	display: flex;
	justify-content: flex-end;
	align-items: flex-end
}

.chat_person1 p {
  text-align: left;
  display: inline-block; 
  padding: 17px 13px;
  border-radius: 12px 12px 0 12px;
  background: #d7ebfe;
  margin:0 0 0 10px;
  max-width: 70%;
}

.chat_time1{
	font-size: 12px;
}

.chat_person2{
	display: flex;
	flex-direction: row-reverse;
	justify-content: flex-end;
	align-items: flex-end

}

.chat_person2 p {
  text-align: left;
  display: inline-block; 
  padding: 17px 13px;
  border-radius: 12px 12px 12px 0;
  background: #E6E6E6;
  margin:0 10px 0 0;
  max-width: 70%;
}

@media screen and (max-width:640px){
.chat_title_border{
	padding-bottom:5px;
}
.chat_area{max-height: 53vh;}
.chat_person1 p ,.chat_person2 p{font-size:14px;}
.chat_time1,.chat_time2{font-size: 9px;}
}

#lastBalloon_button{
	animation-duration: 0.2s;
	position: absolute;
    bottom: 20%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.appear{
	opacity: 100;
	pointer-events: auto;
}
.disappear{
	opacity: 0;
	pointer-events: none;
}
