@charset "utf-8";
/* CSS Document */
/*---------------------
   トップページ
----------------------*/
/* カテゴリタイトル */
.top_article_title img{
	vertical-align:bottom;	
}

ul.top_article_title{
	display:table;
	margin-left:-40px;
}

ul.top_article_title li{
	display:table-cell;
	
}

@media(max-width:767px){
	ul.top_article_title img{
		vertical-align:middle;
	}
}

ul.top_article_title li:nth-child(3){
	vertical-align:middle;
	padding-top:10px;
}

@media(max-width:767px){
	ul.top_article_title li:nth-child(3){
		padding-top:0;
	}
}

ul.top_article_title h2{
	padding-right:100px;
	font-size:60px;
	color:#508141;
	font-weight:100;
}

@media(max-width:767px){
	ul.top_article_title h2{
		padding-right:80px;
		font-size:30px;
	}
}

ul.top_article_title h3{
	font-size:18px;
	color:#252525;
	margin-left:-60px;
}
@media(max-width:767px){
	ul.top_article_title h3{
		font-size:16px;
	}
}

/* お知らせ */
.top_news{
	margin-top:30px;
	margin-left:-10px;
}
@media(max-width:767px){
	.top_news{
		margin-left:-3px;
	}
}

.top_news_table td:nth-child(1){
	padding-right:30px;
}

.top_news_table td:nth-child(2){
	font-size:40px;
	color:#508141;
	font-weight:100;
	padding-right:30px;
}

.top_news_table td:nth-child(3){
	border-left:dotted 1px #508141;
}

@media(max-width:767px){
	.top_news_right{
		padding:20px;
	}
}

.top_news_list{
	margin-top:15px;
}

.top_news_list li{
	list-style:none;
	margin-left:-10px;
	letter-spacing:0;
	line-height:20px;
}

.top_news_list a{
	text-decoration:none;
}

.top_news_list a:hover{
	color:#ff8201;
}

.top_news_item{
	display:table;
}

.top_news_item li{
	display:table-cell;
	vertical-align:top;
	line-height:18px;
}

@media(max-width:767px){
	.top_news_item{
		margin-bottom:5px;
		margin-left:-50px;
	}

	.top_news_item li{
		display:table-row;
	}
}

.top_news_item li:nth-child(1){
	width:90px;
}

/* org
.top_news_list{
	margin-top:15px;
}

.top_news_list li{
	list-style:none;
	margin-left:-10px;
	margin-bottom:-10px;
	letter-spacing:0;
}

.top_news_list a{
	text-decoration:none;
}

.top_news_list a:hover{
	color:#ff8201;
}
*/

.top_news_date{
	color:#016533;
	float:left;
}

a.top_newslist_button{
	padding:3px 0px;
	text-align:center;
	border:solid 1px #ff8201;
	display:block;
	font-size:14px;
	font-weight:normal;
	color:#ff8201;
	text-decoration:none;
}

a.top_newslist_button:hover{
	color:#FFF;
	background-color:#ff8201;
}

/* ビジネス */
.top_business{
	margin-top:40px;
	padding:30px 0;
	background-image:url(../images/top/bg_business.jpg);
	background-repeat:repeat-y;
	background-size:100% auto;
}

.top_business_left{
	padding-left:20px;
}

.top_business_left h4{
	margin-top:3px;
}

@media(max-width:767px){
	.top_business_left{
		padding-left:0;
	}
}

.top_business_right{
	padding:0 20px;
}

@media(max-width:767px){
	.top_business_right{
		padding:0 40px;
	}
}

.top_business h4{
	color:#016533;
	font-weight:bold;
	margin-left:20px;
}

.top_business a{
	color:#ff8201;
	text-decoration: none;
}

.top_business a:hover{
	color:#FFF;
}

.white_line{
	border-bottom:solid 1px #FFF;
	margin:20px 30px;
}

.green_line_s{
	border-bottom:solid 1px #016533;
	margin:20px 30px;
}

/* リクルート */
.top_recruit{
	margin-top:40px;
}

.top_recruit_left{
	padding:0 20px 0 40px;
}
@media (max-width:767px){
	.top_recruit_left{
		padding:0 40px 20px 40px;
	}
}

.top_recruit_right{
	padding:0 40px;
}

.top_recruit_right h4{
	font-weight:bold;
	font-size:18px;
}

a.top_recruit_button{
	width:220px;
	padding:5px;
	border:solid 1px #ff8201;
	display:block;
	font-size:14px;
	font-weight:normal;
	color:#FFF;
	text-decoration:none;
	text-align:center;
	float:right;
	background-color:#ff8201;
}

a.top_recruit_button:hover{
	color:#ff8201;
	background-color:#FFF;
}

/* 会社概要 */
.top_company{
	margin-top:40px;
	padding:30px 0;
	background-image:url(../images/top/bg_company.jpg);
	background-repeat:repeat-y;
	background-size:100% auto;
}

.top_company_Philosophy{
    padding: 0 30px;
}

ul.top_company_origin{
	display:table;	
}

.top_company_origin{
	padding:0 30px 10px;
}

.top_company_origin p{
	margin-top:10px;
}

.top_company_origin img{
	margin:20px 30px 20px 0;
}

.top_origin_logo{
	width:40%;
	margin:10px 0 10px 10px;
}

.top_company_overview{
	margin-top:30px;
}

@media (max-width:767px){
	.top_company_overview{
		padding-right:20px;
	}
}

.top_company_origin2{
	top: -150px;
}
@media (max-width:1200px){
	.top_company_origin2{
		top: unset;
	}
}

.top_company_overview ul{
	display:table;
	margin-left:-1em;
}

.top_company_overview li{
	display:table-cell;
}

.top_company_data{
	top: -120px;
	position: relative;
}

@media (max-width:1200px){
	.top_company_data{
		top: unset;
	}
}

@media (max-width:767px){
	.top_company_overview li{
		display:table-row;
	}
}

/*
ul.top_company_overview li{
	display:table-cell;
}
*/

ul.top_company_overview li:nth-child(1){
	width:50%;
	vertical-align:top;
}

ul.top_company_overview li:nth-child(2){
	padding:20px 30px;
}

@media(max-width:767px){
	ul.top_company_overview li:nth-child(2){
		padding:20px 15px;
	}
}

.top_company_overview li:nth-child(1){
	width:140px;
}

.tel_svg{
	left: -10px;
	position: relative;
	opacity: 0.9; 
}

.tel_png{
	display: none;
}

@media all and (-ms-high-contrast: none){
	.tel_svg{
		display: none;
	}
	
	.tel_png{
		display: inline;
	}
}

.top_company_map{
	padding:30px;
}

.top_company_map p{
	font-size:14px;
}

/* お問い合わせ */
.top_contact{
	margin-top:40px;
}

.top_contact_left{
    padding: 0 45px 0 30px;
    font-size: 14px;
    margin-top: 20px;
}

.top_contact_right{
	padding:0 40px;
}

.top_contact_right input{
	border:solid 1px #016533;
	width:100%;
}

.top_contact_right textarea{
	width:100%;
	border:solid 1px #016533;
}

.top_contact_right p{
	margin-top:5px;
	margin-bottom:0;
}

.green_line{
	border-bottom:solid 1px #016533;
	margin:20px 0;
	font-weight:bold;
}

.top_send_button{
	margin-top:10px;
	width:150px;
	display:block;
	padding:5px;
	border:solid 1px #ff8201;
	font-size:14px;
	font-weight:normal;
	color:#FFF;
	text-decoration:none;
	text-align:center;
	float:right;
	background-color:#ff8201;
}

.top_send_button:hover{
	color:#ff8201;
	background-color:#FFF;
}

.top_contact_telno{
	color:#ff8201;
	font-size:32px;
	font-weight:bold;
}

.top_contact_telno a{
	color:#ff8201;
	font-size:24px;
	font-weight:bold;
	text-decoration:none;
}

@media(max-width:767px){
	.top_contact_telno{
		font-size:20px;
	}
}

.top_opentime{
	font-size:18px;
	margin-left:5px;
}

/*---------------------
   テンプレート用
----------------------*/
.sample_text{
	margin:0 2em;
}


