@charset "utf-8";

.mt15{
		margin-top:15px;
}

@media screen and (min-width: 481px) {
	/* pc */
	#pagetitle{
		line-height:1;
		width:960px;
		margin-top:20px;
	}
	
	.campanypage{
		background:url(../img/canpany_h_img.png) no-repeat;
		background-position:168px 0;
	}
	
	.recruitpage{
		background:url(../img/recruit_h_img.png) no-repeat;
		background-position:168px 0;
	}
	
	.contactpage{
		background:url(../img/contact_h_img.png) no-repeat;
		background-position:168px 0;
	}
	
	.ricepage{
		background:url(../img/rice_h_img.png) no-repeat;
		background-position:168px 0;
	}
	
	.guspage{
		background:url(../img/gus_h_img.png) no-repeat;
		background-position:168px 0;
	}
	
	.sdgspage{
		background:url(../img/sdgs_h_img.png) no-repeat;
		background-position:168px 0;
	}
	
	#pagetitle h2{
		position:relative;
		padding:44px 0 0 64px;
		color:#FFF;
		width:168px;
		background-color:#002040;
		font-size:18px;
		height:126px;
	}
	
	#pagetitle.contactpage h2{
		font-size:16px;
	}
	
	#pagetitle h2 span{
		font-size:13px;
		display:block;
		margin-top:10px;
	
	}
	
	#pagetitle h2:after{
		position:absolute;
		top:35px;
		left:40px;
		width:50px;
		height:50px;
		border-left:1px solid #999;
		content: "";
		display:block;
		
		-moz-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	
	.one_container{
		width:930px;	
	}
	
	#content{
		padding:0 15px;
		color:#222;
	}
	
	#content h3{
		margin-top:20px;
		padding-left:5px;
		line-height:1;
		font-size:18px;
	}
	
	#content h3:after{
		display:block;
		margin-top:20px;
		margin-bottom:40px;
		width:15px;
		height:1px;
		content:"";
		border-top:1px solid #002040;
	}
	
	#content h4{
		width:930px;
		height:40px;
		line-height:40px;
		background-color:#04447C;
		color:#FFF;
		font-size:16px;
		padding-left:15px;
		margin-bottom:30px;
	}
	
	#content h5{
		width:900px;
		font-size:14px;
		color:#044479;
		line-height:1.6;
		margin:20px 0 5px 0;
	}
	
	.txtbox_one{
		width:930px;
		font-size:14px;
		margin-bottom:50px;
		padding:0 15px;
	}
	
	.txtbox_one p.txt{
		/*padding:0 15px;*/
		line-height:1.8;
		margin-bottom:8px;
	}
	
	.txt_s{
		font-size:12px;	
		line-height:1.6;
	}
	
	.txt_red{
		color:#8C0000;	
	}
	
	.txt_bl{
		font-weight:bold;
	}
	
	.txtbox_one ul{
		margin:10px 0;	
	}
	
	.txtbox_one li{
		line-height:1.6;
		list-style:none;
		text-indent:-1em;
		padding-left:1em;
		padding-top:5px;
	}
	
	
	/* table */
	
	table{
		width: 100%;
		line-height:1.8;
		font-size:14px;
	}
	
	table th{
		width:130px;
		background-color:#EAE8D5;
		text-align:center;
		vertical-align:middle;
		border-bottom:1px solid #FFF;
	}
	
	table td{
		width:800px;
		background-color:#F4F3E9;
		padding:15px 10px;
		border-bottom:1px solid #FFF;
		border-left:1px solid #FFF;
	}
	
	/* recruit */
	#recruitcontact{
		line-height:1;
		margin:65px 0 0 165px;
		border:2px solid #104C82;
		width:600px;
	}
	
	#recruitcontact p.recruittxt{
		line-height:40px;
		height:40px;
		font-size:18px;
		text-align:center;
	}
	
	#recruitcontact p.recruittel{
		color:#FFF;
		line-height:60px;
		height:60px;
		background-color:#104C82;
		font-size:24px;
		/*font-weight:bold;*/
		text-align:center;
	}
	
	#recruitcontact p.recruittel span{
		font-size:14px;
	}
	
	/* outline */
	
	.outline_container_l{
		float:left;
		width:495px;
		
	}
	
	.outline_container_l table th{
		width:130px;
	}
	
	.outline_container_l table td{
		width:365px;
	}
	
	.outline_container_r{
		float:left;
		width:435px;
	}
	
	.outline_img{
		width:420px;
		margin-left:15px;
		margin-bottom:15px;
	}
	
	/* contact */
	
	.contact_info{
		line-height:1;
		width:930px;
		padding:30px;
		background-color:#DDDDDD;
		color:#002040;
		margin-bottom:20px;
	}
	
	.contact_info dl{
		width:435px;
		float:left;
	}
	
	.contact_info dt{
		font-size:18px;
		font-weight:bold;
		padding-bottom:15px;
	}
	
	.contact_info dd{
		font-size:25px;
		font-weight:bold;
	}
	
	.contact_info dd span{
		font-size:15px;
		font-weight:normal;
	}
	
	.contact_info dd i{
		font-size:18px;
		margin-right:5px;
	}
	
	/**/
	
	.branchlist{
		line-height:1;
	}
	
	.branchlist dl{
		width:310px;
		float:left;
		margin-top:20px;
		padding:10px;
	}
	
	.branchlist dl:nth-child(3n+1){
		content: '';
		display: table;
		clear: both;
		
	}
	
	.branchlist dt{
		font-size:16px;
		color:#044479;
		font-weight:bold;
	}
	
	.branchlist dd{
		margin-top:10px;
		font-size:13px;
		line-height:1.6;
	}
	
	/* product */
	ul.productlist{
		list-style:none;
		
	}
	
	.productlist li{
		float:left;
		width:150px;
		margin:46px 18px 0 18px;
		line-height:1;
	}
	
	.productlist li div.product_txt{
		font-size:16px;
		font-weight:bold;
	}
	
	.productlist li div.product_txt span{
		display:block;
		margin:8px 0;
		font-size:12px;
		font-weight:normal;
	}
	
	.branchlist li:nth-child(5n+1){
		content: '';
		display: table;
		clear: both;
		
	}
	
	.product_contact{
		width:400px;
		margin:80px 265px 0 265px;
		
	}
	
	.product_contact p,.product_contact div{
		text-align:center;
		line-height:1;
	}
	
	.product_contact p{
		font-size:17px;		
	}
	
	.btn{
		margin-top:10px;
		position:relative;
	}
	
	.btn a{
		padding-right:20px;
		text-decoration:none;
		font-size:15px;
		color:#FFF;	
		display:block;
		background-color:#04447C;
		height:60px;
		line-height:60px;
		font-weight:bold;
		border-radius: 6px;
	}
	
	.btn a:hover{
		color:#FFF;
		background-color:#668CAC;
	}
	
	.btn:before {
		color:#fff;
		font-size:18px;
		position:absolute;
		top:50%;
		right:15px;
		margin-top:-10px;
		content:"\f105";
		font-family: FontAwesome;
	}
	
	/* feature */
	.min_txt_l{
		width:585px;
		float:left;
		
		/*padding:0 15px;*/
			
		line-height:1.8;
		margin-bottom:8px;
	
	}
	.min_img_r{
		width:315px;
		float:left;
		padding:0 20px 0 30px;
	}
	
	.lp_threebox{
		list-style:none;
		line-height:1;
		margin-top:30px;
	}
	
	.lp_threebox li{
		width:290px;
		float:left;
		margin:0 5px;
		font-size:13px;
		padding:0;
		text-indent:0;
	}
	
	.lp_threebox li .lptxt{
		margin-top:5px;
		line-height:1.6;
	}
	
	.lp_threebox li .lptxt span{
		display:block;
		font-size:14px;
		font-weight:bold;
		margin-bottom:10px;
	}
	
	.lp_threebox img{
		width:290px;
	}
	
	/* gusbusiness */
	
	.big_txt_l{
		width:510px;
		float:left;
		padding:0;
		line-height:1.8;
		font-size:14px;
	}
	
	.big_img_r{
		width:390px;
		float:left;
		padding-left:10px;
	}
	
	.p_list{
		background-color:#F1F0E7;
		line-height:1.8;
		margin-top:20px;	
	}
	
	.p_list dl{
		width:410px;
		padding:20px 0;
		margin:0 20px;
		border-bottom:1px solid #DDD;
		float:left;
		display:block;
	}
	
	.p_list dl:nth-last-child(1){
		border-bottom:none;
	}
	
	.p_list dl:nth-last-child(2){
		border-bottom:none;
	}
	
	.p_list dt{
		color:#04447C;
		font-size:15px;
		font-weight:bold;
	}
	
	.p_list dd{
		color:#535353;
		font-size:14px;
		min-height:4em;
	}
	
	.p_list dl:nth-child(2n+1){
		content: '';
		display: table;
		clear: both;
	}
	
	.gusplice {
		display:block;
		background:#F1F0E7;
		padding:15px;
		margin-top:15px;
	}
	
	.gusplice img {
		display:block;
		width:100%;
		height:auto;
	}
	
	table.gus th{
		width:180px;
		
	}
	
	table.gus td{
		width:720px;
		
	}
	
	/* safety */
	table.safety th{
		width:40px;
		
	}
	
	table.safety td{
		width:860px;
		
	}
	
	table.safety th.gray{
		background-color:#ccc;
	}
	
	
	table.safety th.bgcolor{
		background-color:#f9f8f4;
	}
	
	
	.four_img_box{
		margin-top:30px;	
	}
	
	.four_img_box p{
		float:left;
		width:220px;
		margin-left:5px;
	}
	
	.four_img_box p:first-child {
		margin-left:0;
	}
	
	.waku{
		padding:10px;
		line-height:1;
		font-size:13px;
		background-color:#F1ECE7;
		margin-top:10px;
		margin-bottom:60px;
	}
	
	/* asahi_rice */
	.asahi_rice{
		padding:15px;
		background-color:#EEE9DD;
		margin-top:20px;
	}
	
	.asahi_rice_img{
		float:left;
		width:415px;
		
	}
	
	.asahi_rice_txt{
		width:455px;
		float:left;
	}
	
	.asahi_rice_txt p{
		margin-top:10px;
		line-height:1.6;
	}
	
	table.process{
		width:200px;
		border:none;
		text-align:center;
		float:left;
		margin:0 15px;
		
	}
	
	table.process th,table.process td{
		padding:0;
		margin:0;
		background-color:#f9f8f4;
	}
	
	table.process th .bg_black{
		border:1px solid #444;
		background-color:#444;
		color:#fff;
		padding:3px 0;
	}
	
	table.process th span{
		width:100%;
		display:block;
	}
	
	table.process td .bg_wt{
		border:1px solid #444;
		padding:3px 0;
	}
	
	table.process td .cap{
		margin-top:10px;
		text-align:left;
		font-size:12px;
		line-height:1.2;
		background-color:#f9f8f4;
	}
	
	.kikai{
		margin:40px 0;
	}
	
	.kikai ul{
		list-style:none;	
	}
	
	.kikai li{
		float:left;
		line-height:1.6;
		text-align:center;
	}
	
	.kikai_title{
		font-size:16px;
		font-weight:bold;
		color:#04447C;
	}
	
	.kikai_disc{
		font-size:14px;	
	}
	
	.rice_b_box{
		margin:20px 0;	
	}
	
	.rice_b_l{
		width:480px;
		float:left;
	}
	
	.rice_b_r{
		width:420px;
		float:left;
	}
	
	/* branch */
	
	.branch_main_txt{
		font-size:14px;
		line-height:1;
		margin-bottom:50px;	
	}
	
	.branch_map_txt{
		font-size:16px;
		line-height:1;
		margin-bottom:20px;
		text-align:center;	
	}
	
	.map{
		position:relative;	
	}
	
	.map a{
		width: 111px;
		height: 40px;
		display: block;
		text-indent: -9999px;
		display:block;
		position:absolute;
	}
	.map a:hover{
		background-position: 0 -40px;
	}
	
	.takata a{
		top:30px;
		left:468px;
		background: url("../img/btn_map_takata.png") no-repeat;	
	}
	
	.nakatu a{
		top:38px;
		left:309px;
		background: url("../img/btn_map_nakatu.png") no-repeat;	
	}
	
	.nakatuJ a{
		top:101px;
		left:288px;
		background: url("../img/btn_map_nakatuJ.png") no-repeat;	
	}
	
	.kusu a{
		top:143px;
		left:230px;
		background: url("../img/btn_map_kusu.png") no-repeat;	
	}
	
	.beppu a{
		top:147px;
		left:366px;
		background: url("../img/btn_map_beppu.png") no-repeat;	
	}
	
	.usa a{
		top:98px;
		left:440px;
		background: url("../img/btn_map_usa.png") no-repeat;	
	}
	
	.oita a{
		top:166px;
		left:544px;
		background: url("../img/btn_map_oita.png") no-repeat;	
	}
	
	.taketa a{
		top:323px;
		left:387px;
		background: url("../img/btn_map_taketa.png") no-repeat;	
	}
	
	.mie a{
		top:309px;
		left:537px;
		background: url("../img/btn_map_mie.png") no-repeat;	
	}
	
	.usuki a{
		top:226px;
		left:589px;
		background: url("../img/btn_map_usuki.png") no-repeat;	
	}
	
	.saiki a{
		top:366px;
		left:617px;
		background: url("../img/btn_map_saiki.png") no-repeat;	
	}
	
	.branch_box_l{
		width:455px;
		float:left;
		line-height:1.6;
	}
	
	.branch_box_l img{
		width:455px;
	}
	
	.branch_box_l span{
		font-size:17px;
		color:#04447A;
		display:block;
		font-weight:bold;
	}
	
	.branch_box_r{
		width:435px;
		margin-left:10px;
		float:left;	
	}
	
	.branchlist_map li{
		list-style:none;
		line-height:1;
		
		width:310px;
		float:left;
		margin-top:20px;
		
	}
	
	.branchlist_map li a{
		display:block;
		padding:10px;
		color:#000;
		text-decoration:none;
		
	}
	
	.branchlist_map li a:hover{
		background-color:#F0EFEC;	
	}
	
	.branchlist_map li:nth-child(3n+1){
		content: '';
		display: table;
		clear: both;
	}
	
	.branchlist_map dt{
		font-size:16px;
		color:#044479;
		font-weight:bold;
	}
	
	.branchlist_map dt span{
		display:inline-block;
		color:#fff;
		padding:3px 10px;
		background-color:#044479;
		font-size:11px;
		border-radius:4px;
		margin-left:10px;
		font-weight:normal;
	}
	
	.branchlist_map dd{
		margin-top:10px;
		font-size:13px;
		line-height:1.6;
	}
	
	/* sdgs */
	
	.sdgs_main_img{
		position:relative;	
	}
	
	.sdgs_conclusion{
		line-height:1;
		width:930px;
		padding:20px;
		background-color:#EEE9DD;
		color:#002040;
		margin-top:20px;
	}
	
	.sdgs_conclusion p{
		font-size:15px;
		font-weight:bold;
	}
	
}


@media screen and (max-width: 480px) {
	/* sp */
	#pagetitle{
		line-height:1;
		width:100%;
		margin-top:0px;
		background-color:#002040;
	}
	
	.campanypage{
		background:url(../img/canpany_h_img.png) no-repeat;
		background-position:120px 0;
		background-size:auto 63px;	
	}
	
	.recruitpage{
		background:url(../img/recruit_h_img.png) no-repeat;
		background-position:120px 0;
		background-size:auto 63px;	
	}
	
	.contactpage{
		background:url(../img/contact_h_img.png) no-repeat;
		background-position:120px 0;
		background-size:auto 63px;
	}
	
	.ricepage{
		background:url(../img/rice_h_img.png) no-repeat;
		background-position:120px 0;
		background-size:auto 63px;
	}
	
	.guspage{
		background:url(../img/gus_h_img.png) no-repeat;
		background-position:120px 0;
		background-size:auto 63px;
	}
	
	.sdgspage{
		background:url(../img/sdgs_h_img.png) no-repeat;
		background-position:120px 0;
		background-size:auto 63px;
	}
	
	#pagetitle h2{
		position:relative;
		/*padding:44px 0 0 64px;*/
		color:#FFF;
		width:120px;
		background-color:#002040;
		font-size:15px;
		padding:14px 0 0 10px;
		height:63px;
	}
	
	#pagetitle h2 span{
		font-size:10px;
		display:block;
		margin-top:10px;
	}
	
	#content{
		padding:0 3%;
		color:#222;
		line-height:1;
	}
	
	#content h3{
		margin-top:15px;
		padding-left:5px;
		line-height:1;
		font-size:16px;
	}
	
	#content h3:after{
		display:block;
		margin-top:15px;
		margin-bottom:15px;
		width:15px;
		height:1px;
		content:"";
		border-top:1px solid #002040;
	}
	
	#content h4{
		width:100%;
		height:40px;
		line-height:40px;
		background-color:#04447C;
		color:#FFF;
		font-size:13px;
		padding-left:10px;
	}
	
	#content h5{
		width:100%;
		font-size:14px;
		color:#044479;
		line-height:1.2;
		margin:15px 0 10px 0;
	}
	
	
	.one_container{
		width:100%;	
	}
	
	.txtbox_one{
		width:100%;	
		font-size:12px;
		margin-bottom:30px;	
	}
	
	.txtbox_one p{
		line-height:1.6;
		margin-bottom:8px;
	}
	
	.txt_s{
		font-size:12px;	
		line-height:1.6;
	}
	
	.txt_red{
		color:#8C0000;
		
	}
	
	.txtbox_one ul{
		margin:0 0 10px 0;
	}
	
	.txtbox_one li{
		line-height:1.6;
		list-style:none;
		text-indent:-1em;
		padding-left:1em;
		padding-top:5px;
	}
	
	
	/* history recruit */
	
	table{
		width: 100%;
		line-height:1.8;
		font-size:12px;
	}
	
	table th{
		width:30%;
		background-color:#EAE8D5;
		text-align:center;
		vertical-align:middle;
		border-bottom:1px solid #FFF;
		font-size:11px;
	}
	
	table td{
		width:70%;
		background-color:#F4F3E9;
		padding:15px 10px;
		border-bottom:1px solid #FFF;
		border-left:1px solid #FFF;
	}
	
	/* recruit */
	#recruitcontact{
		line-height:1;
		margin-top:20px;
		border:2px solid #104C82;
		width:100%;
	}
	
	#recruitcontact p.recruittxt{
		line-height:40px;
		height:40px;
		font-size:14px;
		text-align:center;
	}
	
	#recruitcontact p.recruittel{
		color:#FFF;
		line-height:60px;
		height:60px;
		background-color:#104C82;
		font-size:16px;
		font-weight:bold;
		text-align:center;
	}
	
	#recruitcontact p.recruittel span{
		font-size:12px;
	}
	
	/* outline */
	
	.outline_container_l{
		width:100%;
	}
	
	.outline_container_r{
		width:100%;
	}
	
	.outline_img{
		width:50%;
		margin-top:5px;
		float:left;
		padding-right:3px;
	}
	
	.outline_img:nth-child(2n){
		width:50%;
		margin-top:5px;
		float:left;
		padding-left:3px;
		padding-right:0;
	}
	
	/* contact */
	
	.contact_info{
		line-height:1;
		width:100%;
		padding:20px;
		background-color:#DDDDDD;
		color:#002040;
		margin-bottom:20px;
		/*text-align:center;*/
	}
	
	.contact_info dl{
		width:100%;
	}
	
	.contact_info dt{
		font-size:14px;
		font-weight:bold;
		padding-bottom:10px;
	}
	
	.contact_info dd{
		font-size:20px;
		font-weight:bold;
		
	}
	
	.contact_info dd span{
		font-size:13px;
		font-weight:normal;
		display:block;
		padding:10px 0 20px 0;
	}
	
	.contact_info dd i{
		font-size:14px;
		margin-right:5px;
	}
	/**/
	
	.branchlist{
		line-height:1;
		width:100%;
		border-top:1px solid #CCC;
	}
	
	.branchlist dl{
		padding:15px 10px;
		border-bottom:1px solid #CCC;
	}
	
	.branchlist dt{
		font-size:16px;
		color:#044479;
		font-weight:bold;
	}
	
	.branchlist dd{
		margin-top:10px;
		font-size:13px;
		line-height:1.6;
	}
	
	/* product */
	ul.productlist{
		list-style:none;
		
	}
	
	.productlist li{
		float:left;
		width:50%;
		padding:26px 10px 0 10px;
		line-height:1;
	}
	
	.productlist li div.product_txt{
		font-size:13px;
		font-weight:bold;
	}
	
	.productlist li div.product_txt span{
		display:block;
		margin:6px 0;
		font-size:11px;
		font-weight:normal;
	}
	
	.branchlist li:nth-child(2n+1){
		content: '';
		display: table;
		clear: both;
		
	}
	
	/**/
	.product_contact{
		width:100%;
		margin:40px 0 0 0;
		
	}
	
	.product_contact p,.product_contact div{
		text-align:center;
		line-height:1;
	}
	
	.product_contact p{
		font-size:12px;		
	}
	
	.btn{
		margin-top:10px;
		position:relative;
	}
	
	.btn a{
		padding-right:20px;
		text-decoration:none;
		font-size:12px;
		color:#FFF;	
		display:block;
		background-color:#04447C;
		height:60px;
		line-height:60px;
		font-weight:bold;
		border-radius: 6px;
	}
	
	.btn a:hover{
		color:#FFF;
		background-color:#668CAC;
	}
	
	.btn:before {
		color:#fff;
		font-size:18px;
		position:absolute;
		top:50%;
		right:15px;
		margin-top:-10px;
		content:"\f105";
		font-family: FontAwesome;
	}
	
	/* feature */
	
	.lp_threebox{
		width:100%;
		list-style:none;
		line-height:1;
	}
	
	.lp_threebox li{	
		/*float:left;*/
		/*margin:10px 5px 0 5px;*/
		width:100%;
		font-size:13px;
		padding:0;
		text-indent:0;
	}
	
	.lp_threebox li .lptxt{
		margin-top:5px;
		margin-bottom:10px;
		line-height:1.6;
	}
	
	.lp_threebox li .lptxt span{
		display:block;
		font-size:14px;
		font-weight:bold;
		margin-bottom:5px;
	}
	
	
	
	/* gusbusiness */
	
	.p_list{
		background-color:#F1F0E7;
		line-height:1.8;
		margin-top:10px;	
	}
	
	.p_list dl{
		width:100%;
		padding:10px 10px;
		border-bottom:1px solid #DDD;
		display:block;
	}
	
	.p_list dl:nth-last-child(1){
		border-bottom:none;
	}
	
	
	.p_list dt{
		color:#04447C;
		font-size:12px;
		font-weight:bold;
	}
	
	.p_list dd{
		color:#535353;
		font-size:12px;
		min-height:4em;
	}
	
	/* safety */
	table.safety th{
		width:10%;
		
	}
	
	table.safety td{
		width:90%;
		
	}
	
	table.safety th.gray{
		background-color:#ccc;
	}
	
	
	table.safety th.bgcolor{
		background-color:#f9f8f4;
		width:40%;
	}
	
	table.safety td{
		width:60%;
	}
	
	.four_img_box{
		margin-top:30px;
		display:block;	
	}
	
	.four_img_box p{
		float:left;
		/*width:220px;*/
		width:50%;
		padding-right:5px;
		/*margin-left:5px;*/
	}
	
	.four_img_box p:nth-child(2n){
		padding-right:0;
		padding-left:5px;	
	}
	
	.four_img_box p:first-child {
		margin-left:0;
	}
	
	.txtbox_one p.waku{
		padding:10px;
		line-height:1.6;
		font-size:11px;
		background-color:#F1ECE7;
		margin-top:5px;
		margin-bottom:60px;
	}
	
	/* asahi_rice */
	.asahi_rice{
		padding:15px;
		background-color:#EEE9DD;
		margin-top:20px;
	}
	
	.asahi_rice_img{
		width:100%;
	}
	
	.asahi_rice_txt{
		margin-top:15px;
		width:100%;
	}
	
	.asahi_rice_txt p{
		margin-top:10px;
		line-height:1.6;
	}
	
	table.process{
		/*
		width:50%;
		float:left;
		*/
		width:100%;
		
		border:none;
		text-align:center;
		
		margin-top:15px;
		padding-left:10px;
		
	}
	
	.dis_block{
		display:block;
	}
	
	table.process th,table.process td{
		padding:0;
		margin:0;
		background-color:#f9f8f4;
	}
	
	table.process th .bg_black{
		border:1px solid #444;
		background-color:#444;
		color:#fff;
		padding:3px 0;
	}
	
	table.process th span{
		width:100%;
	}
	
	table.process td .bg_wt{
		border:1px solid #444;
		padding:3px 0;
	}
	
	table.process td .cap{
		margin-top:10px;
		display:inline-block;
		text-align:center;
		font-size:12px;
		line-height:1.2;
		background-color:#f9f8f4;
	}
	
	.kikai{
		margin:0 0 40px 0;
	}
	
	.kikai ul{
		list-style:none;
	}
	
	.kikai li{
		float:left;
		line-height:1.6;
		text-align:center;
		width:50%;
		padding-top:20px;
	}
	
	.kikai li:nth-child(2n+1){
		content: '';
		display: table;
		clear: both;	
	}
	
	.kikai_title{
		font-size:13px;
		font-weight:bold;
		color:#04447C;
	}
	
	.kikai_disc{
		font-size:12px;	
	}
	
	.rice_b_box{
		margin:20px 0 0 0;	
	}
	
	.rice_b_l{
		/*width:480px;
		float:left;*/
		width:100%;
	}
	
	.rice_b_r{
		/*width:420px;
		float:left;*/
		width:100%;
	}
	
	/* branch */
	
	.branch_main_txt{
		font-size:12px;
		line-height:1.6;
		margin-bottom:20px;	
	}
	
	.map{
		margin:10px 0;
	}
	
	.branch_map_txt{
		font-size:16px;
		line-height:1;
		margin-bottom:20px;
		text-align:center;	
	}
	
	.branch_box_l{
		margin-top:10px;
	}
	
	.branch_box_l p{
		/*
		width:455px;
		float:left;
		*/
		width:100%;
		line-height:1.6;
	}
	
	.branch_box_l span{
		font-size:17px;
		color:#04447A;
		display:block;
		font-weight:bold;
	}
	
	.branch_box_r{
		/*
		width:435px;
		margin-left:10px;
		float:left;
		*/
		width:100%;
		margin-top:20px;
	}
	
	.branch_box_r iframe{
		width:100%;	
	}
	
	ul.branchlist_map{
		margin-top:10px;
	}
	
	.branchlist_map li{
		list-style:none;
		line-height:1;
		
		width:100%;
		/*float:left;*/
		margin-top:0px;
		border-bottom:1px solid #ccc;
	}
	/*
	.branchlist_map li:last-child{
		border-bottom:none;
	}
	*/
	.branchlist_map li a{
		display:block;
		padding:10px;
		color:#000;
		text-decoration:none;
		
	}
	
	.branchlist_map li a:hover{
		background-color:#F0EFEC;	
	}
	
	.branchlist_map li:nth-child(3n+1){
		content: '';
		display: table;
		clear: both;
	}
	
	.branchlist_map dt{
		font-size:16px;
		color:#044479;
		font-weight:bold;
	}
	
	.branchlist_map dt span{
		display:inline-block;
		color:#fff;
		padding:3px 10px;
		background-color:#044479;
		font-size:11px;
		border-radius:4px;
		margin-left:10px;
		font-weight:normal;
	}
	
	.branchlist_map dd{
		margin-top:10px;
		font-size:13px;
		line-height:1.6;
	}
	
	/* sdgs */
	
	.sdgs_main_img{
		margin:10px 0;
	}
	
	.sdgs_conclusion{
		line-height:1.5;

		padding:20px;
		background-color:#EEE9DD;
		color:#002040;
		margin-top:20px;
	}
	.sdgs_conclusion p{
		font-size:13px;
		font-weight:bold;
	}
}

