@charset "UTF-8";

/*--------------------------------------------------------
  common layout
--------------------------------------------------------*/

/* hpb-header */

#hpb-headerLogo{
	float:left;
	margin-right:82px;
	position: relative;
    top: 10px;
}

#hpb-headerLogo a{
	font-weight:bold;
	font-size:0.9em;
	display:block;
	width:200px;
	text-decoration:none;
	color:#333333;
	padding-top:55px;
	background-image : url(logo2.png);
	background-position:left top;
	background-repeat:no-repeat;
	font-size: 20px;
}


/* hpb-footer */
#hpb-footerMain p{
	font-size: 12px;
	font-family: "Noto Sans JP", sans-serif,Georgia,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ';
	padding-right: 5%;
	text-align: right;
	background-color: #f1663f; 
	padding-bottom: 10px;
    padding-top: 30px;
	margin-bottom: 0;
	color: #fff;
}



/* hpb-main */
#hpb-main dl{
	clear:both;
	margin:0;
	width: 100%;
}

#hpb-main dt{
	margin:0;
	float:left;
	clear:left;
	width:8em;
	font-weight:bold;
}

#hpb-main dd{
	width: 80%;
}

.hpb-layoutset-02 #hpb-main dl{
	margin-bottom:40px;
}

.hpb-layoutset-02 #hpb-main dt{
	width: 18%;
    float: left;
    clear: left;
	border-bottom: 1px solid #f1663f;
    padding: 30px 0 30px 2%;
	height: 2em;
	font-weight: 400;
}

.hpb-layoutset-02 #hpb-main dd{
	width: 80%;
    float: left; 
    margin: 0;
	border-bottom: 1px solid #f1663f;
    padding: 30px 0;
	height: 2em;
}

/*.hpb-layoutset-02 #hpb-main dd:last-child{
	margin-bottom:-20px;
	padding-bottom:20px;
}*/

#hpb-main img.left{
	margin-right:20px;
	float:left;
}

#hpb-main img.right{
	margin-left:20px;
	float:right;
}

/* hpb-nav */
/* #hpb-nav ul{
	text-align:left;
	overflow:hidden;
	zoom:1;
}

#hpb-nav li{
	
	font-size:1.3em;
	font-family:Georgia,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ';
	line-height:20px;
	float:left;
}

#hpb-nav li span.ja{
	display:none;
}

#hpb-nav li a{
	display:block;
	padding-left:21px;
	padding-right:14px;
	text-decoration:none;
	background-position:left center;
	background-repeat:no-repeat;
}

#hpb-nav li a:link{
	color:#333333;
	
}

#hpb-nav li a:visited{
	color:#333333;
	
}

#hpb-nav li a:hover{
	color:#999999;
	background-image : url(arrow_1X.png);
}

#hpb-nav li a:active{
	color:#999999;
	background-image : url(arrow_1X.png);
}*/

/*--------------------------------------------------------
  common parts
--------------------------------------------------------*/

/* p */
p.indent{
	margin-bottom:9px;
	padding-bottom:7px;
	background-image : url(dotline_1X_02.png);
	background-position:left bottom;
	background-repeat:repeat-x;
}

p.large{
	font-weight:bold;	
}

.hpb-layoutset-02 p.large{
	margin-bottom:28px !important;
}

/* float */
.left{
	float:left;
}

.right{
	float:right;
}

/* hr */
hr{
	clear:both;
	border:none;
}

.hpb-layoutset-02 hr{
	height:1px;
	margin-top:0;
	margin-bottom:20px;
	padding-top:20px;
	background-image : url(dotline_1X_01.png);
	background-position:left bottom;
	background-repeat:repeat-x;
}

/* h2 */
.hpb-layoutset-01 h2{
	font-size: 50px;
	position:absolute;
	top:450px;
	color: #f1663f;
	text-shadow: 2px 2px 4px #000000;
	background-color: rgba(255, 255, 255, 0.7); 
	left: 9px;
	border-radius: 30px;
	padding-left: 32px;
	text-align: right;
}

.hpb-layoutset-02 h2{
	width: 100%;
	font-weight:normal;
	height: 200px;
	line-height:60px;
	position:relative;
	margin-bottom:0;
	padding-left: 10%;
	padding-top: 100px;
	font-size:1em;
	color:#292929;
}

.hpb-layoutset-02 h2 span.ja{
	font-size:2.2em;
	padding-right:24px;
}

h2 span.en{
	font-size:1.7em;
	font-family:Georgia;
}

/* h3 */
.hpb-layoutset-01 #hpb-wrapper h3{
	padding: 7% 0 0;
	font-size: 65px;
	font-family: "Itim", cursive, sans-serif,'"Noto Sans JP", ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ', Meiryo ;
    font-weight: 400;
    font-style: normal;  
	color:#f1663f;
	text-align: center;
}

.hpb-layoutset-01 #hpb-wrapper h3 span.ja{
	display:none;
}

.hpb-layoutset-02 #hpb-wrapper h3{
	font-size:1.4em;
	color:#292929;
	margin-top:0;
	margin-bottom:15px;
	padding-left:22px;
	font-weight: 500;
}

h3.hpb-c-index{
	display:none;
}

/* h4 */
#hpb-wrapper h4{
	font-size:23px;
	color:#292929;  
	margin-bottom:5%;
}

/* h5 */
#hpb-wrapper h5{
	color:#007399; 
	font-size:1em;
}

/* link color */
a:link{
	color:#fff;
	text-decoration:none;
}

a:visited{
	color:#fff;
	text-decoration:none;
}

a:hover{
	color:#292929;
	text-decoration:none;
}

a:active{
	color:#292929;
	text-decoration:underline;
}

/*--------------------------------------------------------
  single parts
--------------------------------------------------------*/

/* index.html */


/* concept.html */
#concept p{
	overflow:hidden;
	zoom:1;
}

#concept img.left{
	width:168px;
	height:168px;
}

#concept dl:last-of-type{
	margin-bottom:0;
}

#concept dl:last-of-type dt:last-of-type{
	margin-bottom:0 !important;
	padding-bottom:0 !important;
}

#concept dl:last-of-type dd:last-of-type{
	margin-bottom:0 !important;
	padding-bottom:0 !important;
	background-image:none !important;
}

/* service.html */
#service p{
	overflow:hidden;
	zoom:1;
}

#service img.left{
	width:144px;
	height:144px;
}

#service img.right{
	width:144px;
	height:144px;
}

#service h4{
	font-size:1.3em;
	margin-top:0;
	margin-bottom:15px;
}

#service p strong{
	padding-top:24px;
	display:block;
}

/* news.html */
#news hr{
	margin-bottom:10px;
	padding-top:10px;
	background-image:none;
}

#news hr:last-of-type{
	margin-bottom:0;
	padding-top:0;
}

#news p:last-of-type{
	margin-bottom:0;
}

/* company.html */
#company dl:last-of-type{
	margin-bottom:0;
}

#company dl:last-of-type dd:last-of-type{
	margin-bottom:0 !important;
	padding-bottom:0 !important;
}

#company dl:last-of-type dd:last-of-type{
	margin-bottom:0 !important;
	padding-bottom:0 !important;
	background-image:none !important;
}

/* recruit.html */
#recruit dl:last-of-type{
	margin-bottom:0;
}

#recruit dl:last-of-type dt:last-of-type{
	margin-bottom:0 !important;
	padding-bottom:0 !important;
}

#recruit dl:last-of-type dd:last-of-type{
	margin-bottom:0 !important;
	padding-bottom:0 !important;
	background-image:none !important;
}
	
/* contact.html */
#contact table{
	margin-top:30px;
}

#contact table th{
	padding-right:15px;
	padding-bottom:10px;
	vertical-align:top;
	text-align:left;
	font-weight: 400;
}

#contact table td{
	padding-bottom: 40px;
}

#contact textarea{
	width:450px;
	height:120px;
	border-style:solid;
	border-width:1px;
	border-color:#292929;
	border-radius: 5px;
}

#contact input{
	width:450px;
	height: 50px;
	padding:0;
	border-style:solid;
	border-width:1px;
	border-radius: 5px;
}

#contact input.button{
	font-size: 16px;
	font-weight: 400;
	color:#fff;
	width:200px;
	height:40px;
	line-height:30px;
	margin-top:10px;
	margin-left:0;
	background-color:#f1663f;
	border-color:#f1663f;
	border-radius:3px;
	cursor:pointer;
}

#contact input.button:hover{
	background-color:#f1663f;
	border-color:#f1663f;
}

/*#contact p:nth-of-type(1){
	color:#007399;  
	font-weight:bold; 
}*/

#contact hr:last-of-type{
	padding-top:0;
	margin-bottom:0;
	background-image:none;
}

/* access.html */
#access p.large{
	margin-top:13px;
}

#access p{
	margin-bottom:20px;
}

#access p:last-of-type{
	margin-bottom:0;
}

#access hr:last-of-type{
	margin-bottom:0;
}

#access hr:last-of-type{
	padding-top:0;
	margin-bottom:0;
	background-image:none;
}

#access dl:last-of-type{
	margin-bottom:0;
}

#access dl:last-of-type dt:last-of-type{
	margin-bottom:0 !important;
	padding-bottom:0 !important;
}

#access dl:last-of-type dd:last-of-type{
	margin-bottom:0 !important;
	padding-bottom:0 !important;
	background-image:none !important;
}

/* privacy.html */
#privacy h3{
	margin-bottom:5px !important;
}

#privacy ul{
	margin-top:12px;
}

#privacy ul li{
	margin-bottom:9px;
	padding-bottom:6px;
	background-image : url(dotline_1X_02.png);
	background-position:left bottom;
	background-repeat:repeat-x;
}

#privacy ul li:last-child{
	margin-bottom:0;
	padding-bottom:0;
	background-image:none;
}

#privacy hr:last-of-type{
	padding-top:0;
	margin-bottom:0;
	background-image:none;
}

/* law.html */
#law dl:last-of-type{
	margin-bottom:0;
}

#law dl:last-of-type dt:last-of-type{
	margin-bottom:0 !important;
	padding-bottom:0 !important;
}

#law dl:last-of-type dd:last-of-type{
	margin-bottom:0 !important;
	padding-bottom:0 !important;
	background-image:none !important;
}


/* =======================================================
  レスポンシブル設定
======================================================= */

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

.hpb-layoutset-02 h2{
	padding-top: 85px;
	margin-top: 20px;
}

* link color */
a:link{
	color:#292929 !important;
	text-decoration:none;
}

a:visited{
	color: #292929 !important;;
	text-decoration:none;
}

.header-box-nav	a:link{
	color:#292929 !important;
	text-decoration:none;
}
.header-box-nav a:visited{
	color: #292929 !important;;
	text-decoration:none;
}

}

/* =======================================================
  レスポンシブル設定
======================================================= */
@media screen and (max-width: 568px) {

	/*--------------------------------------------------------
	  common layout
	--------------------------------------------------------*/

	/* hpb-header */
	#hpb-headerMain{
		width:100%;
		position:relative;
		left:0;
		top:0;
	}
	#hpb-headerMain h1{
		color: #FFFFFF;
		padding-left: 5px;
		padding-right: 5px;
		padding-top: 5px;
		padding-bottom: 5px;
		line-height: 1.4;
		background-color: #007398;
	}
	#hpb-headerLogo{
		float:none;
		width: 98%;
		margin-right: auto;
		margin-left: auto;
	}
	#hpb-headerLogo a{
		max-width: 100%;
		background-size: contain;
		background-position: top center;
		color:#333333;
		padding-top:40px;
		margin-left:auto;
		margin-right:auto;
		background-image : url(logo2.png);
	}

	/* hpb-footer */
	#hpb-footerMain p{
		text-align: center;
		padding-right: 5px;
		padding-left: 5px;
		word-break: break-all;
	}
	
	/* hpb-main */
	#hpb-main img.left{
		margin-right:0;
		margin-bottom:20px;
		float:none;
	}
	#hpb-main img.right{
		margin-left:0;
		margin-bottom:20px;
		float:none;
	}

	/* pagetop */
	#pagetop{
		position:relative;
		right:0;
		bottom:0;
		margin-top: 20px;
	}


	/*--------------------------------------------------------
	  ナビゲーションデザイン設定
	--------------------------------------------------------*/
	/*#hpb-nav h3.hpb-c-index{
		display: block;
		width: 27px;
		height: 20px;
		background-image : url(btn_menu.png);
		background-position: top left;
		background-repeat: no-repeat;
		margin-left: 10px;
		margin-top: 10px;
		margin-bottom: 10px;
		overflow: hidden;
		text-indent: -9999px;
		cursor: pointer;
	}
	#hpb-nav ul{
		display: none;
		padding-left: 0;
	}
	#hpb-nav ul.toggled-on{
		display: block;
		padding-left: 0;
	}
	#hpb-nav li{
		line-height:1.4;
		float:none;
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 10px;
		padding-bottom: 10px;
		border-top-width: 1px;
		border-top-style: solid;
		border-top-color: #ddd;
		
	}*/
	/*--------------------------------------------------------
	  common parts
	--------------------------------------------------------*/
	/* h2 */
	.hpb-layoutset-01 h2{
		font-size: 23px;
		position:absolute;
		top: 333px;
		left:3%;
		text-align: right;
		padding: 3%;
		letter-spacing: 0;
	}

	.hpb-layoutset-02 h2{
		width:100%;
		height:auto;
		line-height:1.4;
		margin-bottom:18px;
		padding-top:12px;
		padding-bottom:12px;
		padding-left:2%;
		padding-right:2%;
		font-size:1em;
		word-break: break-all;
		box-sizing: border-box;
	}
	.hpb-layoutset-02 h2 span.ja{
		font-size: 25px;
		padding-right:0;
	}
	.hpb-layoutset-02 h2 span.en{
		font-size:1.5em;
		display: block;
	}

	.hpb-layoutset-01 #hpb-wrapper h3{
		padding: 20% 0 0;
		font-size: 50px;
}

	/*--------------------------------------------------------
	  single parts
	--------------------------------------------------------*/

	/* index.html */


/* contact.html */
#contact table{
	margin-top:30px;
}
#contact textarea{
	width:96%;
}
#contact input{
	width:96%;
}

.hpb-layoutset-02 #hpb-main dt{
	width: 90%;
	margin: 0 5%;
	border-bottom: none;
    padding: 30px 0 0 2%;
	height: 2em;
}

.hpb-layoutset-02 #hpb-main dd{
	width: 88%; 
    margin: 0 5%;
	border-bottom: 2px solid #f1663f;
    padding: 15px 0 15px 2%;
}

.dd-r{
	height: 6em !important;
}

#contact table td,#contact table th{
	display: block;
}
#contact input.button {
	margin: auto;
}




}
