@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */
/*===========================PC====================================== */

.title_btn{
  position: relative;

}
.line_icon{
	margin-right:20px;
}
.h_line img{
	width: 30px;
}
.pc_none{
	display: none;
}
.title_btn article h2,.title_btn article h3{
	padding-right: 20px;
}
.title_btn:hover{
opacity: 0.5;
cursor: pointer;
cursor: hand;
  transition: 1s;

}
.title_btn.open:after{
/*	    transform:rotate(45deg);
	      transition: 0.5s;*/
}
.title_btn:after{
	  transition: 0.5s;
	position: absolute;
	right: 10px;
	top: 0;
	bottom: 0;
	margin: auto;
	display: block;
	content: '';
	width: 15px;
	height: 15px;
	border-right: 3px solid #5b7c9c;
	border-bottom: 3px solid #5b7c9c;
	visibility: unset!important;
	transform:rotate(45deg)!important;
}
.title_btn.open:after{
		transform:rotate(-135deg)!important;
}
/*===========================tab====================================== */
@media screen and (min-width: 641px) and (max-width: 834px){
.pc_none{
	display: block;
}
.tabsp_none{
	display: none;
}

}
/*===========================tab END====================================== */
/*===========================sp====================================== */
@media only screen and (max-width: 640px){

.tabsp_none{
	display: none;
}
.pc_none{
	display: block;
}
#hedaer_info li{
	    margin: 0 10px;
}
.nav_btn{
	margin: 0!important;
}

}
/*===========================sp END====================================== */