@charset "UTF-8";


/* footer#global_footer {
		margin-top: 0 !important;
	} */
#contents {
  max-width: 100% !important;    
  padding-left: 0px !important;
  padding-right: 0px !important;
  position: relative;
  z-index: 0;
}

body {

}
/*@media screen and (min-width: 835px) and (max-width: 1200px){
#contents {
 padding-left: 20px !important;
  padding-right: 20px !important;
}
}
@media screen and (max-width: 834px){
#contents {
 padding-left: 15px !important;
  padding-right: 15px !important;
}
}*/
/*

/* PC START ###################################################### */
/* #contents_wrap {
	padding: 120px 0 0px;
} */

#header_box{
	max-width:1200px;
	margin:0 auto;
	position:absolute;
	top:0;
	left:0;
	right:0;
	padding:20px 0 0;
}
#header_box #siteID{
	float:left;
}
#header_box .header_info{
	float:right;
	padding:10px 0 0;
}
#header_box .header_info p{
		float:left;
}
#header_box .header_info p.htel{
	/* font-family:$lato; */
	font-size:26px;
	margin-right: 15px;
}
#header_box .header_info p.htel span{
		font-size:20px;
	}
.header_btn a{
	color:#fff;
	font-size:16px;
	background:#4978b3;
	display:block;
	border-radius: 5px;
	padding:10px 35px;
	position:relative;
	transition:.3s;
}
.header_btn a:hover{
	background:#548acc;
}
.header_btn a::after{
	font-family: "Font Awesome 5 Pro";
	font-size:16px;
	content:"\f105";
	font-weight:300;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	position:absolute;
	right:10px;
	top:18px;
}


/* PC END ###################################################### */
@media screen and (max-width: 1200px){

/* #contents_wrap {
		padding: 120px 20px 0px;
} */

#header_box{
		padding:20px 20px 0;
}
}
@media screen and (max-width: 768px){
/* ================================================================= 
 *
 * tablet size
 *
 * ================================================================= */
#header_box .header_info{
	position:fixed;
	top:0;
	right:48px;
	z-index:1000000;
	padding:0;
}

#header_box .header_info p.htel{
		color:#fff;
		font-size:20px;
		padding:2px 0 0;
}
#header_box .header_info p.htel span{
	font-size:16px;
}

.header_btn a{
	max-height: 48px;
	border-radius:0px;
	padding:7px 25px 9px;
}
/* #contents_wrap {
	padding:80px 20px 0;
} */

/* tablet END ###################################################### */



}
@media screen and (max-width: 480px){
/* ================================================================= 
 *
 * smartphone size
 *
 * ================================================================= */


 /* #contents_wrap {
		padding: 60px 10px 0px;
} */

#header_box .header_info p.htel{
		font-size:18px;
		padding: 5px 0 0;
}
#header_box .header_info p.htel span{
	font-size:16px;
}

.header_btn a{
	max-height: 48px;
	height: 48px;
	border-radius:0px;
	font-size: 14px;
	padding:7px 25px 9px 10px;
}
.header_btn a::after{
	top: 15px;
}

/* smartphone END ################################################## */
}
