@charset "utf-8";
#company_wrap h3{
	font-size:160%;
	color:#009944;
	margin-bottom:25px;
}
#company_wrap .link_btn{
	margin-top:0;
}
#company_wrap .link_popup a{
	padding-right:20px;
	background:url(../img/popup.svg)no-repeat right;
	color:#222;
}
#company_wrap .link_popup a:hover{
	text-decoration:none;
}
.company_sec{
	padding-top:20px;
	margin-bottom:90px;
}
.company_sec.sec_01 p{
	line-height:2.0;
}
.company_sec.sec_01 .txt_right{
	margin:40px auto 0 auto;
}
.company_sec.sec_01 .txt_right span{
	font-size:160%;
	margin-left: 15px;
}
.message_box{
	position:relative;
	max-width: 1350px;
	margin:40px 0;
}
.company_sec.sec_01 .message_catch{
	font-size:240%;
	font-weight:700;
	color:#fff;
	line-height:1.5;
	margin-left:auto;
	max-width:570px;
	margin-bottom:0;
}
.message_box .message_txt{
	position:relative;
	background:#009944;
	padding:16% 2% 15.5% 10%;
	width: 57vw;
    max-height: 620px;
	right: 0;
    margin-left: auto;
	box-sizing:border-box;
}
.message_img{
	position: absolute;
    top: 50%;
    left: 0;
    max-width: 700px;
    width: 53vw;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.map_area{
	max-width:1000px;
	margin:0 auto 80px auto;
}
.add_box{
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
	margin-top:30px;
}
.table_g.company_table02 table td,.table_g.company_table02 table th{
	padding:20px 20px 20px 8px
}
.table_column {
	max-width:1000px;
	margin:0 auto;
	display:flex;
	flex-wrap:wrap;
}
.table_column div{
	width:49%;
	margin-right:2%;
}
.table_column div:nth-child(2){
	margin-right:0;
}
.table_column .w_70{
	width:70%;
	text-align:center;
	font-size:106.666%;
	border-left:none;
}
.table_column .w_30{
	width:30%;
	text-align:center;
	font-size:106.666%;
	background: #f4f4f4;
	font-weight:700;
}
.table_column table{
	border-top:1px solid #dedede;
	border-bottom:1px solid #dedede;
	border-right:none;
	border-left:none;
	margin:0 auto 20px auto;
}
.table_column table tr td:first-child{
	border-left:none;
}
.quarity span{
	display:inline-block;
	padding:7px 15px;
	margin-right:25px;
	background:#009944;
	color:#fff;
}
.quarity{
	max-width:1000px;
	margin:0 auto;
}
.quarity .quarity_txt{
	margin-bottom:0;
	padding:25px 10px;
	border-top:1px solid #dddddd;
}
.quarity .quarity_txt:nth-child(4){
	border-bottom:1px solid #dddddd;
	margin-bottom:30px;
}
.phil_area {
    max-width: 1000px;
    margin: 0 auto 80px auto;
	font-size: 18px;
	line-height: 1.8;
}

@media screen and (max-width: 1399px){
	.message_img{
		width:50%;
	}
}
@media screen and (max-width: 1240px){
	.message_box .message_txt{
		padding: 16% 2% 15.5% 10%;
		width: 58%;
    height: auto;
	}
}

@media screen and (max-width: 767px){
	.company_sec{
		
		margin-bottom:50px;
	}
	#company_wrap h3{
		font-size:18px;
	}
	.message_box{
		margin-bottom:20px;
	}
	.add_box{
		display:inline-block;
		margin-top:20px;
	}
	.table_column div{
		width:100%;
	}
	.map_area{
		margin-bottom:40px;
	}
	.map_area iframe{
		height:350px;
	}
	.table_g.company_table02 table td, .table_g.company_table02 table th{
		padding:15px 5px;
	}
	.table_g.company_table02 table th{
		width:37%;
	}
	/*.message_box{
		padding:30px 0 20px 0;
	}*/
	.company_sec.sec_01 .message_catch{
		font-size:18px;
	}
	.message_box .message_txt{
		width: 85vw;
    	padding: 30px 5.3vw;
	}
	.message_img{
		position: relative;
    top: -10px;
    width: 80vw;
    margin-left: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
	}
	.company_sec.sec_01 .txt_right{
		margin-top:20px;
	}
	.company_sec.sec_01 .txt_right span{
		font-size:16px;
	}
	.quarity .quarity_txt{
		padding:15px 10px;
	}
	.quarity span{
		margin:0 8px 5px 0;
		padding:3px 10px;
	}
	.phil_area {
		margin-bottom:40px;
		font-size: 16px;
	}
}