@charset "utf-8";
/* CSS Document */

.low main{
	padding-top:111px;
}
main{
	overflow: hidden;
	padding-bottom:50px;
}

@media screen and (max-width: 991px) {
	.low main{
		padding-top:62px;
	}
}

/*
=======================================================
1.TOP
2.ボタン
3.タイトル
4.パンくず
5.事業紹介
6.会社案内
7.お知らせ
8.採用情報
9.お問い合わせ
10.チェックボックス
11.豊栄通商とは
=======================================================
*/

/*
=======================================================
TOP
=======================================================
*/
.topImgBox{
	width:100%;
	position:relative;
}
.topImgBox img{
	width:100%;
}
.topImgCatch{
	position:absolute;
	top:18%;
	margin: auto;
    left: 0;
    right: 0;
    max-width: 1024px;
}
.topImgBtnBox{
	margin: auto;
    text-align: center;
}
.topContainer{
	max-width:1500px;
	margin:auto;
	padding:0 15px;
	box-sizing: border-box;
}
.topNewsBox{
	padding:50px 0;
}
.topTit{
	position:relative;
	font-size: 30px;
	color:#000000;
	font-weight: normal;
	margin-bottom:  20px;
}
.topTit img{
	margin-right:25px;
	width:  50px;
	vertical-align: bottom;
}
.topNews{
	margin-top:50px;
}
.topNewsRow{
	display:flex;
	width:100%;
	align-items:center;
	margin-bottom: 20px;
}
.topNewsItem{
	font-size: 18px;
	color:#000;
	width:180px;
}
.topNewsTxt{
	width:calc(100% - 180px);
	font-size: 18px;
}
.topNewsTxt img{
	margin-right:20px;
}
.topNewsTxt a{
	color:#000;
}
.topVisionBox{
	position:relative;
}
.topVisionBox img{
	width:100%;
}
.topVisionTxtBox{
	width:100%;
	padding:0 15px;
	position:absolute;
	margin:auto;
	left:0;
	right:0;
	top:0;
	bottom:0;
	text-align: center;
	height: max-content;
}
.topVisionTit{
	font-size:30px;
	color:#fff;
	letter-spacing:0.1em;
}
.topVisionTit span{
	display: inline-block;
    width: 100%;
    font-size:18px;
    font-weight:bold;
    letter-spacing: 0.05em;
}
.topVisionCatch{
	font-size:44px;
	color:#08091a;
	letter-spacing:0.1em;
	margin:  2% 0;
}
.topVisionCatch span{
	font-size:30px;
	color:#fff;
	display: inline-block;
    width: 100%;
    letter-spacing: 0.05em;
}
.topVisionTxt{
	font-size:16px;
	color:#6a6a6a;
	line-height:1.6;
	margin-bottom:  4%;
}
.topVisionBtnBox{
	margin-top:20px;
}
.topConceptBox{
	margin:50px 0;
}
.topConceptRow{
	display:flex;
	justify-content: space-between;
}
.topConceptCol{
	position:relative;
	margin-right:30px;
}
.topConceptRow .topConceptCol:last-child{
	margin-right:0;
}
.topConceptCol a{
	display:block;
	height:100%;
}
.topConceptCol img{
	max-width:100%;
}
.topConceptTxtBox{
	position:absolute;
	bottom:0;
	width:100%;
	background:rgba(255,255,255,0.7);
	height:120px;
	padding:10px 30px;
	box-sizing:border-box;
}
.topConceptTxtBox:after{
	content:"\f054";
	font-family: FontAwesome;
	position:absolute;
	right: 5px;
    color: #000;
    font-size: 24px;
    bottom: calc(50% - 12px);
    line-height: 1;
}
.topConceptTxtBoxTit{
	font-size: 22px;
	text-align:center;
	color:#000;
}
.topConceptTxtBox p{
	font-size:14px;
	text-align:left;
	line-height: 1.2;
	color:#000;
}
/* 雲 */
.cloud{
	width: 100%;
	height: 100%;
	margin: 0 auto;
	background-image: url("../../img/bg2.png"), url("../../img/bg1.png");
	-webkit-animation: cloudMove 8s infinite;
	animation: cloudMove 8s infinite;
	background-size: contain;
	position:absolute;
	top:0;
	left:0;
}

@-webkit-keyframes cloudMove {
	0% {background-position: 0 0, 0 0;}
	50% {background-position: 10px 20px, -10px 40px;}
	100% {background-position: 0 0, 0 0;}
}
@keyframes cloudMove {
	0% {background-position: 0 0, 0 0;}
	50% {background-position: 10px 20px, -10px 40px;}
	100% {background-position: 0 0, 0 0;}
}


@media screen and (max-width: 1200px) {
	.topVisionCatch {
	    font-size: 38px;
	    color: #08091a;
	    letter-spacing: 0.1em;
	    margin: 1% 0;
	}
	.topVisionTxt {
	    font-size: 16px;
	    color: #6a6a6a;
	    line-height: 1.6;
	    margin-bottom: 2%;
	}
}

@media screen and (max-width: 991px) {
	.topConceptRow{
		display:flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.topConceptCol{
		position:relative;
		margin-right:0px;
		width: 48%;
	    margin-bottom: 20px;
	}
	.topConceptCol img{
		max-width: unset;
    	width: 100%;
	}
	.topVisionCatch {
	    font-size: 34px;
	    color: #08091a;
	    letter-spacing: 0.1em;
	    margin: 0 0;
	}
	.topVisionTit {
	    font-size: 26px;
	    color: #fff;
	    letter-spacing: 0.1em;
	}
	.topVisionTxt {
	    font-size: 14px;
	    color: #6a6a6a;
	    line-height: 1.6;
	    margin-bottom: 0%;
	}
	.topVisionCatch span {
	    font-size: 26px;
	    color: #fff;
	    display: inline-block;
	    width: 100%;
	    letter-spacing: 0.05em;
	}
}

@media screen and (max-width: 767px) {
	.topNews{
		margin-top:20px;
	}
	.topNewsRow{
		display:block;
		width:100%;
		align-items:center;
		margin-bottom: 20px;
	}
	.topNewsItem{
		font-size: 16px;
		color:#000;
		width:100%;
	}
	.topNewsTxt{
		width:100%;
		font-size: 18px;
	}
	.topVisionTit{
		font-size:24px;
		color:#fff;
		letter-spacing:0.1em;
	}
	.topVisionTit span{
		display: inline-block;
	    width: 100%;
	    font-size:16px;
	    font-weight:bold;
	    letter-spacing: 0.05em;
	}
	.topVisionCatch{
		font-size:26px;
		color:#08091a;
		letter-spacing:0.1em;
	}
	.topVisionCatch span{
		font-size:22px;
		color:#fff;
		display: inline-block;
	    width: 100%;
	    letter-spacing: 0.05em;
	}
	.topConceptRow{
		display:flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.topConceptCol {
	    position: relative;
	    margin-right: 0;
	    width: 100%;
	    margin-bottom: 20px;
	}
	.topTit{
		position:relative;
		font-size:28px;
		color:#000000;
		font-weight: normal;
	}
	.topVisionTxtBox {
	    padding: 0 15px;
	    position: absolute;
	    margin: auto;
	    left: 0;
	    right: 0;
	    top: 0;
	    bottom: 0;
	    text-align: center;
	    height: max-content;
	}
	.topImgCatch{
		position:absolute;
		top:30%;
		margin: auto;
	    left: 0;
	    right: 0;
	    max-width: 1024px;
	}
	.topImgBtnBox{
		margin: 20px 0 0;
	    text-align: center;
	}
}

@media screen and (max-width: 480px) {
	.topVisionBtnBox {
	    margin-top: 5px;
	}
}


/*
=======================================================
ボタン
=======================================================
*/
.btn01{
	background:#000000;
	font-size:24px;
	color:#ffffff;
	line-height:54px;
	width:400px;
	text-align:center;
	border-radius:27px;
	display: inline-block;
	border:1px solid #000;
	box-sizing:border-box;
	transition: 0.4s;
}
.btn01 a{
	display:block;
	height:100%;
	color:#fff;
}
.btn01:hover{
	background:#fff;
}
.btn01:hover a{
	color:#000;
	text-decoration:none;
}
.btn02{
	background:#45454b;
	font-size: 14px;
	line-height: 39px;
	width: 212px;
	text-align:center;
	border-radius:27px;
	display: inline-block;
	border:1px solid #45454b;
	box-sizing:border-box;
	transition: 0.4s;
	position:relative;
}
.btn02:before{
	content:">";
	position:absolute;
	right:22px;
	color:#fff;
	transition: 0.4s;
}
.btn02:hover:before{
	content:">";
	position:absolute;
	right:22px;
	color:#45454b;
}
.btn02.prev:before{
	content:"<";
	position:absolute;
	left:22px;
	right: unset;
	color:#fff;
}
.btn02 a{
	display:block;
	height:100%;
	color:#fff;
}
.btn02:hover{
	background:#fff;
}
.btn02:hover a{
	color:#45454b;
	text-decoration:none;
}
.btn03{
	font-size:20px;
	line-height:48px;
	width:340px;
	text-align:center;
	border-radius:27px;
	display: inline-block;
	border:3px solid #fff;
	box-sizing:border-box;
	transition: 0.4s;
	position:relative;
}
.btn03 a{
	display:block;
	height:100%;
	color:#fff;
}
.btn03:hover{
	background:#fff;
}
.btn03:hover a{
	color:#45454b;
	text-decoration:none;
}
.btn04{
	background:#45454b;
	font-size: 14px;
	line-height:30px;
	width: 110px;
	text-align:center;
	border-radius:10px;
	display: inline-block;
	border:1px solid #45454b;
	box-sizing:border-box;
	transition: 0.4s;
	position:relative;
}
.btn04 a{
	display:block;
	height:100%;
	color:#fff;
}
.btn04:hover{
	background:#fff;
}
.btn04:hover a{
	color:#45454b;
	text-decoration:none;
}


@media screen and (max-width: 767px) {
	.btn01{
		background: #000000;
		font-size: 16px;
		color: #ffffff;
		line-height: 40px;
		width: 75%;
		text-align: center;
		border-radius: 20px;
		display: inline-block;
		border: 1px solid #000;
		box-sizing: border-box;
		transition: 0.4s;
	}
	.btn02{
		background: #45454b;
		font-size: 16px;
		line-height: 40px;
		width: 100%;
		text-align: center;
		border-radius: 20px;
		display: inline-block;
		border: 1px solid #45454b;
		box-sizing: border-box;
		transition: 0.4s;
		position: relative;
	}
	.btn03{
		font-size:20px;
		line-height:48px;
		width:100%;
		text-align:center;
		border-radius:27px;
		display: inline-block;
		border:3px solid #fff;
		box-sizing:border-box;
		transition: 0.4s;
		position:relative;
	}
}

/*
=======================================================
タイトル
=======================================================
*/
.pageTitBox{
	height:139px;
	background:url(../../img/page_tit.png)center repeat-x;
	padding-top:10px;
}
.titContainer{
	max-width:1700px;
	margin:auto;
	padding:0 15px;
	box-sizing: border-box;
}
.pageTit{
	font-size:42px;
	color:#333333;
	padding: 0 120px;
	letter-spacing: 0.05em;
	padding-top: 10px;
}
.pageTit span{
	font-size:28px;
	color:#595959;
	margin-left: 20px;
}
.title01{
	font-size:32px;
	line-height:32px;
	color:#000;
	font-weight:normal;
	padding-left:20px;
	position:relative;
	margin-bottom:30px;
}
.title01:before{
	content:"";
	background:#2f8ace;
	width:6px;
	height:32px;
	left:0;
	position:absolute;
	border-radius: 3px;
}
.title02{
	font-size:30px;
	color:#2f8ace;
	font-weight:normal;
	margin-bottom: 20px;
}
.title03{
	font-size:32px;
	color:#fff;
	background:#2f8ace;
	padding:6px 30px;
	border-radius:2px;
}
.aboutImgBox{
	border:1px solid #b5b5b5;
	margin-top:10px;
	font-size:0;
}
.aboutImgBox img{
	width:100%;
}
.aboutRowBox{
	margin-bottom:50px;
}
.aboutVBox{
	margin-top:60px;
	text-align:center;
}
.aboutVBox img{
	max-width:100%;
	display:inline-block;
}
.aboutVBox p{
	font-size:16px;
	color:#333333;
	font-weight:bold;
	display:block;
	margin-top: 10px;
}


@media screen and (max-width: 767px) {
	.pageTit {
	    font-size: 24px;
	    color: #333333;
	    padding: 0 0px;
	    letter-spacing: 0.05em;
	    padding-top: 10px;
	}
	.pageTit span {
	    font-size: 16px;
	    color: #595959;
	    margin-left: 20px;
	}
	.title01{
		font-size:22px;
		line-height:32px;
		color:#000;
		font-weight:normal;
		padding-left:30px;
		position:relative;
		margin-bottom:20px;
	}
	.title02{
		font-size:22px;
		color:#2f8ace;
		font-weight:normal;
		margin-bottom: 20px;
	}
}

/*
=======================================================
パンくず
=======================================================
*/
.breadcrumb01{
	font-size:14px;
	color:#333333;
}
.breadcrumb01 li{
	display:inline-block;
}
.breadcrumb01 li a{
	color:#333333;
	font-weight:normal;
	position:relative;
	padding-right:16px;
}
.breadcrumb01 li a:before{
	content:">";
	position:absolute;
	right:0px;
}



/*
=======================================================
事業紹介
=======================================================
*/
.conceptCatchBox{
	width:100%;
	text-align:center;
	padding:70px 0;
}
.conceptCatch1{
	font-size:25px;
	color:#1193a2;
	font-weight:bold;
	margin-bottom:40px;
}
.conceptCatch2{
	font-size:45px;
	color:#1193a2;
	font-weight:normal;
	margin-bottom:40px;
}
.conceptCatchTxt1{
	font-size:16px;
	color:#1193a2;
	line-height:25px;
}
.boxBg{
	background:url(../../img/box_bg.png);
}
.conceptContainer{
	position:relative;
	top:-45px;
}
.conceptContainerBox{
	background:#fff;
	box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.2);
}
.conceptBox1{
	padding:10px 80px;
	box-sizing:border-box;
	position:relative;
}
.conceptBox1 img{
	width:100%;
}
.conceptTit1{
	font-size:32px;
	color:#45454b;
	font-weight:bold;
	position:absolute;
	top:40px;
	text-align:center;
	padding-left: 25px;
}
.conceptTit1:before{
	content:"";
	background:#2f8ace;
	width:6px;
	height:60px;
	left:0;
	position:absolute;
	border-radius: 3px;
}
.conceptTit1 span{
	display:block;
	font-size:16px;
	font-weight:normal;
}
.conceptAnkBox{
	margin-top:40px;
	margin-bottom:80px;
}
.conceptAnkBoxFlex{
	width:100%;
	background:#2a9eab;
	display:flex;
	padding:10px 0;
}
.conceptAnk{
	width:25%;
	text-align:center;
	border-left:1px dashed #fff;
	height: 80px;
}
.conceptAnkBoxFlex .conceptAnk:first-child{
	border-left:none;
}
.conceptAnk a{
	color:#fff;
	font-size:18px;
	display:block;
	height:100%;
	justify-content: center;
	align-items: center;
    display: flex;
}
.conceptAnk a:hover{
	text-decoration:none;
}
.conceptAnk i{
	margin-left:10px;
}
.conceptStage{
	border-bottom:#97c4e6 solid 2px;
	padding-bottom:30px;
	margin-bottom:40px;
}
.conceptStageImg{
	margin-bottom:30px;
}
.conceptStageImg img{
	width:100%;
}
.conceptStageTxt{
	font-size:16px;
	color:#000;
	line-height:1.8;
}
.conceptStageTxt1{
	/* display:block; */
	font-size:18px;
	color:#000;
	font-weight:bold;
	margin-top: 20px;
}
.conceptStageTxt2{
	display:block;
	font-size:18px;
	color: #000000;
	font-weight:bold;
	margin-top: 20px;
}
#ank01,#ank02,#ank03,#ank04{
	padding-top:111px;
	margin-top:-111px;
}


@media screen and (max-width: 767px) {
	.conceptCatch1{
		font-size:28px;
		color:#1193a2;
		font-weight:bold;
		margin-bottom:20px;
	}
	.conceptCatch2 {
	    font-size: 32px;
	    color: #1193a2;
	    font-weight: normal;
	    margin-bottom: 20px;
	}
	.conceptCatchBox {
	    width: 100%;
	    text-align: center;
	    padding: 40px 0;
	}
	.conceptContainer {
	    position: relative;
	    top: -25px;
	}
	.conceptTit1 {
	    font-size: 26px;
	    color: #45454b;
	    font-weight: bold;
	    position: absolute;
	    top: 40px;
	    text-align: center;
	    padding-left: 25px;
	}
	.conceptTit1:before {
	    content: "";
	    background: #2f8ace;
	    width: 6px;
	    height: 52px;
	    left: 0;
	    position: absolute;
	    border-radius: 3px;
	}
	.conceptAnk {
	    width: 25%;
	    text-align: center;
	    border-left: 1px dashed #fff;
	    height: 40px;
	}
	.conceptAnk a {
	    color: #fff;
	    font-size: 12px;
	    display: block;
	    height: 100%;
	    justify-content: center;
	    align-items: center;
	    display: flex;
	}
	.conceptAnk i {
	    margin-left: 3px;
	    margin-right: 5px;
	}
	.conceptBox1{
		padding: 90px 10px 10px;
		box-sizing:border-box;
		position:relative;
	}
}


/*
=======================================================
会社案内
=======================================================
*/
.comLeft{
	text-align:center;
	margin-bottom: 30px;
}
.comLeft a{
	display:block;
	height:100%;
}
.comLeft img{
	max-width:100%;
	display:inline-block;
}
.comLeftBtnTxt{
	font-size:18px;
	color:#000;
	font-weight:bold;
	margin-top: 10px;
}
.comMessaBox{
	width:100%;
	display:flex;
	margin-bottom:100px;
	justify-content: center;
}
.comMessaBox2{
	width:100%;
	display:flex;
	margin-bottom:50px;
}
.comMessaImg{
	border:solid 30px #daedee;
	width:35%;
	box-sizing:border-box;
	height: max-content;
}
.comMessaImg img{
	width:100%;
}
.comMessaTxt{
	font-size:16px;
	color:#000;
	line-height:1.6;
	width:65%;
	padding-left:4%;
	box-sizing:border-box;
}
.comMessaTxt p{
	text-indent: 1em;
}
.comInfoRow{
	display:flex;
	align-items:center;
	border-bottom:1px solid #2f8ace;
	padding:10px 0;
}
.comInfoBox{
	border-top:1px solid #2f8ace;
	margin-bottom:100px;
}
.comInfoItem{
	font-size:16px;
	color:#000;
	font-weight:bold;
	width:25%;
}
.comInfoTxt{
	font-size:14px;
	color:#010101;
	width:75%;
	line-height:1.8;
}
.comName{
	text-align:right;
}
.comName img{
	display:inline-block;
}
.weiB{
	font-weight:bold;
}
.comMasseMapBox{
	width:100%;
}
.comMasseLicense{
	margin:0 30px;
}
.comMasseLicense img{
	max-width:100%;
}
.licenseTxt{
	text-align:center;
	font-size: 18px;
}
.leftArwBox{
	margin-bottom:20px;
}
.leftArwBox a{
	position:relative;
	display: block;
    height: 100%;
}
.leftArwBox a:hover{
	text-decoration:none;
}
.leftArwTxt{
	font-size:16px;
	color:#333333;
	font-weight:bold;
	transition:0.3s;
}
.leftArwBox a:hover .leftArwTxt,.leftArwBox a:hover .leftIconBox{
	color:#fff;
}
.leftBg{
	width:100%;
	height:100%;
	opacity:0;
	transition:0.3s;
}
.leftArwBox a:hover .leftBg{
	opacity:1;
}
.leftIconBox{
	position:absolute;
	display:flex;
	align-items:center;
	top: 0;
    bottom: 0;
    left:20px;
}
.leftIconBox img{
	margin-right:20px;
}
.leftArwBox a:after{
	content:"＞";
	color:#64d0d9;
	font-weight: bold;
    font-size: 16px;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    height: 100%;
    display: flex;
    align-items: center;
}
.leftArwBox.active .leftBg{
	opacity:1;
}
.leftArwBox.active .leftIconBox{
	color:#fff;
}



@media screen and (max-width: 991px) {
	.leftArwBox a:after{
		content:none;
	}
}
@media screen and (max-width: 767px) {
	.leftMenu{
		display:block;
	}
	.comLeft {
	    text-align: center;
	    margin: 0 5px 30px;
	}
	.comLeftBtnTxt {
	    font-size: 12px;
	    color: #000;
	    font-weight: bold;
	    margin-top: 5px;
	}
	.comMessaBox2{
		width:100%;
		display:block;
		margin-bottom:50px;
	}
	.comMessaImg{
		border:solid 30px #daedee;
		width:100%;
		box-sizing:border-box;
	}
	.comMessaTxt {
	    font-size: 16px;
	    color: #000;
	    line-height: 2;
	    width: 100%;
	    padding-left: 0%;
	    box-sizing: border-box;
	}
	.comInfoRow {
	    display: block;
	    align-items: center;
	    border-bottom: 1px solid #2f8ace;
	    padding: 10px 0;
	}
	.comInfoItem {
	    font-size: 16px;
	    color: #000;
	    font-weight: bold;
	    width: 100%;
	}
	.comInfoTxt {
	    font-size: 16px;
	    color: #010101;
	    width: 100%;
	    line-height: 1.8;
	}
	.leftBg{
		display:none;
	}
	.leftArwBox a:hover{
		background:#64d0d9;
	}
	.leftIconBox {
	    position: relative;
	    display: flex;
	    align-items: center;
	    top: 0;
	    bottom: 0;
	    left: 0px;
	}
	.leftArwBox.active{
		background:#64d0d9;
	}
	.leftArwBox a {
	    display: block;
	    height: 100%;
	    font-size: 20px;
	    color: #000;
	    font-weight: bold;
	    padding: 20px;
	}
}

/*
=======================================================
お知らせ
=======================================================
*/
.newsLeft{
	text-align:center;
	background:#a9cfcc;
	border:solid 5px #fff;
	box-sizing:border-box;
	box-shadow: -3px 3px 10px 0px rgba(0,0,0,0.2);
	padding:30px 0;
	position:relative;
	margin-bottom:5px;
}
.newsLeft:after{
	content:"";
	position:absolute;
	width:32px;
	height:34px;
	background:url(../../img/news_left_arw.png)no-repeat center;
	right: -32px;
    top: 10px;
}
.leftArwBox a{
	display:block;
	height:100%;
	font-size:20px;
	color:#000;
	font-weight:bold;
}
.newsLeft.active{
	background:#7ea656;
}
.newsLeft.active:after{
	content:"";
	position:absolute;
	width:20px;
	height:20px;
	background:url(../../img/news_left_arw_active.png)no-repeat center;
	right: -20px;
    top: 10px;
}
.newsBox{
	width:100%;
	border-top:1px solid #2f8ace;
	padding:40px 0 30px 30px;
	display:flex;
}
.newsBox:first-child{
	border-top:none;
	padding-top:0;
}
.newsImg{
	width:30%;
}
.newsImg img{
	width:100%;
}
.newsTxtBox{
	width:70%;
	box-sizing:border-box;
	padding-left:3%;
}
.newsTxt100 {
	width:100%;
	box-sizing:border-box;
	padding-left:0;
}
.newsTit{
	font-size: 26px;
	color:#000;
	font-weight:bold;
	border-left:solid 4px #2f8ace;
	padding-left:15px;
	margin-bottom:40px;
}
.newsTxt{
	font-size:16px;
	color:#000;
	line-height:1.6;
	word-break: break-all;
}

@media screen and (max-width: 767px) {
	.newsLeft {
	    text-align: center;
	    background: #a9cfcc;
	    border: solid 5px #fff;
	    box-sizing: border-box;
	    box-shadow: -3px 3px 10px 0px rgba(0,0,0,0.2);
	    padding: 30px 0;
	    position: relative;
	    margin-bottom: 5px;
	    width: 30%;
	    margin: 0 30px 20px 0;
	}
	.newsBox {
	    width: 100%;
	    border-top: 1px solid #2f8ace;
	    padding: 30px 0 20px 0px;
	    display: block;
	}
	.newsImg {
	    width: 100%;
	    margin-bottom: 10px;
	}
	.newsTxtBox {
	    width: 100%;
	    box-sizing: border-box;
	    padding-left: 0%;
	}
	.newsTit {
	    font-size: 20px;
	    color: #000;
	    font-weight: bold;
	    border-left: solid 4px #2f8ace;
	    padding-left: 15px;
	    margin-bottom: 10px;
	}
	.newsLeft a {
	    display: block;
	    height: 100%;
	    font-size: 14px;
	    color: #000;
	    font-weight: bold;
	}
}


/*
=======================================================
採用情報
=======================================================
*/
.careersTxt{
	text-align:center;
	font-size:32px;
	color:#333333;
	line-height:1.6;
}
.careersTxt span{
	display:block;
	background:#daedee;
	width:80%;
	margin:10px auto;
	font-size:16px;
	color:#333333;
	padding:10px 0;
}
.empListBox{
	width:100%;
	margin-top:50px;
}
.empTit{
	font-size:24px;
	color:#333;
	border-bottom:2px solid #2f8ace;
	padding-bottom: 7px;
	margin-bottom:20px;
}
.empListRow{
	border-bottom:1px solid #2f8ace;
	border-left:1px solid #2f8ace;
	display:flex;
	padding: 20px;
	margin-bottom: 10px;
	flex-wrap:wrap;
}
.empListItem{
	color:#2f8ace;
	font-weight:bold;
	font-size: 16px;
	width:20%;
}
.empListTxt{
	font-size: 16px;
	width:80%;
}

@media screen and (max-width: 767px) {
	.careersTxt span {
	    display: block;
	    background: #daedee;
	    width: 100%;
	    margin: 10px auto;
	    font-size: 16px;
	    color: #333333;
	    padding: 10px;
	}
	.empListItem{
		width:100%;
	}
	.empListTxt{
		width:100%;
	}
}

/*
=======================================================
お問い合わせ
=======================================================
*/
.formW40{
	width:40%;
}
.formW50{
	width:50%;
}
.formW60{
	width:60%;
}
.formW100{
	width:100%;
}
.contactTxt{
	font-size:18px;
	color:#333333;
}
.form01{
	font-size:16px;
	border:1px solid #2f8ace;
	padding:10px 20px;
}
.formItem{
	width:30%;
	font-size:16px;
	color:#333333;
	font-weight:bold;
	padding: 20px 30px 20px 0px;
}
.formBox{
	width:50%;
	padding: 10px 0;
	font-size: 16px;
}
.formBox input:nth-child(n + 2){
	margin-top:10px;
}
.formRow{
	display:flex;
	border-bottom: 1px solid #eee;
	align-items: center;
}
.formContainer .formRow:first-child{
	border-top: 1px solid #eee;
}
.hissu{
	color:#fff;
	font-weight:bold;
	font-size:14px;
	border:1px solid #2f8ace;
	background:#2f8ace;
	box-sizing:border-box;
	border-radius:4px;
	width:52px;
	text-align:center;
	display:block;
	float:right;
	line-height: 22px;
}
.nini{
	color:#333333;
	font-weight:bold;
	font-size:14px;
	border:1px solid #333333;
	background:#fff;
	box-sizing:border-box;
	border-radius:2px;
	width:52px;
	text-align:center;
	display:block;
	float:right;
	line-height: 22px;
}
.sentaku{
	color:#fff;
	font-weight:bold;
	font-size:14px;
	border:1px solid #333333;
	background:#333333;
	box-sizing:border-box;
	border-radius:2px;
	text-align:center;
	display:inline-block;
	line-height: 22px;
	padding:0 10px;
	margin-left: 20px;
}
.formCheckBox{
	margin-top:20px;
}
.formBtnBox{
	text-align:center;
	margin-top:30px;
}
.formBtn01{
	font-size:16px;
	text-align:center;
	width:246px;
	height:52px;
	background:url(../../img/btn_bg.png)center center no-repeat;
	display:inline-block;
	line-height: 50px;
	margin:0 20px;

}
.formBtn01 a{
	color:#333333;
	font-weight:bold;
	display:block;
	height:100%;
}
.formBtn01 a:hover{
	text-decoration:none;
}
.formFlex{
	display:flex;
	align-items: center;
}
.formFrom{
	width:5%;
	text-align:center;
}
.formFlex input{
	margin-top:0!important;
}
.conf .formBox{
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    padding: 20px 30px 20px 0px;
}
.formPP{
	height:350px;
	overflow-y: scroll;
}

@media screen and (max-width: 991px) {
	.formBtnBox .btn02:nth-child(2){
		margin-top:20px;
	}
}

@media screen and (max-width: 767px) {
	.formBox{
		width:100%;
		padding: 0px 0 10px;
	}
	.formW50{
		width:100%;
	}
	.formFrom {
	    width: 10%;
	    text-align: center;
	}
	.formRow{
		display:block;
		border-bottom:1px solid #2f8ace;
		overflow: hidden;
	}
	.formItem {
	    width: 100%;
	    font-size: 16px;
	    color: #333333;
	    font-weight: bold;
	    padding: 20px 30px 20px 0px;
	}
	.hissu {
	    color: #fff;
	    font-weight: bold;
	    font-size: 14px;
	    border: 1px solid #2f8ace;
	    background: #2f8ace;
	    box-sizing: border-box;
	    border-radius: 4px;
	    width: 52px;
	    text-align: center;
	    display: inline-block;
	    float: none;
	    line-height: 22px;
	    margin-left: 10px;
	}
}




/*
=======================================================
チェックボックス
=======================================================
*/
.checkbox01-input{
  display: none;
}
.checkbox01-parts{
  padding-left: 28px;
  position:relative;
  margin-right: 20px;
  font-size:16px;
  font-weight: normal;
}
.checkbox01-parts::before{
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 3px;
  width: 16px;
  height: 16px;
  border: 1px solid #9d9d9d;
  border-radius: 2px;
}
.checkbox01-input:checked + .checkbox01-parts{
  color: #2f8ace;
}
.checkbox01-input:checked + .checkbox01-parts::after{
	content: "";
    display: block;
    position: absolute;
    top: 2px;
    left: 8px;
    width: 6px;
    height: 12px;
    transform: rotate(40deg);
    border-bottom: 2px solid #2f8ace;
    border-right: 2px solid #2f8ace;
}
.radioBox {
    display: block;
    width: 40%;
    float: left;
}
.radioBox label {
    width: 100%;
}

@media screen and (max-width: 767px) {
	.radioBox {
	    display: block;
	    width: 100%;
	    float: left;
	}
}


/*
=======================================================
豊栄通商とは
=======================================================
*/
.aboutBox{
	width:100%;
	border-bottom:1px solid #2f8ace;
	margin-bottom:30px;
	padding-bottom:30px;
}
.aboutVisionBox{
	display:flex;
	justify-content: space-between;
}
.aboutVisionCol{
	width:30%;
}
.aboutMissionBox{
	width:100%;
}

@media screen and (max-width: 767px) {
	.aboutVisionBox{
		display:block;
		justify-content: space-between;
	}
	.aboutVisionCol{
		width:100%;
		margin-bottom:20px;
	}
}

/*
=======================================================
TO TOP
=======================================================
*/
.toTop{
	position:fixed;
	bottom:50px;
	right:20px;
}
.toTop:hover{
	cursor: pointer;
}








































/*
=======================================================
サービス紹介
=======================================================
*/
.serviceTitBox{
	margin-top:50px;
	margin-bottom: 40px;
}
.subTitTxt{
	font-size:18px;
	color:#333333;
	padding:0 15px;
}
.sortBtnBox{
	background:#253a4a;
	padding:20px 0;
	display:flex;
	justify-content: center;
	margin-bottom:50px;
}
.sortBtnInBox{
	width:30%;
	text-align: center;
	position:relative;
}
.sortBtnInBox:after{
	content:"";
	border-left:1px solid #e0e0e0;
	position:absolute;
	left:0;
	top: 0;
	height:50px;
}
.sortBtnInBox:first-child:after{
	border-left:none;
}
.sortBtn{
	font-size:14px;
	text-align:center;
	width:204px;
	height:50px;
	line-height:50px;
	margin:0 auto;
}
.sortBtn a{
	color:#333333;
	display:block;
	height:100%;
}
.sortBtn a:hover{
	text-decoration:none;
}
.sortBg1{
	background:url(../../img/sortbtn1.png)center center no-repeat;
}
.sortBg2{
	background:url(../../img/sortbtn2.png)center center no-repeat;
}
.sortBg3{
	background:url(../../img/sortbtn3.png)center center no-repeat;
}
.serviceBox{
	width:100%;
}
.serviceImgBox img{
	border-radius:10px;
	border:solid 5px #253a4a;
	width:100%;
}
.serviceBoxTit{
	font-size:24px;
	color:#cbca94;
	font-weight:bold;
	margin-bottom: 20px;
}
.serviceBoxTxt{
	font-size:18px;
	color:#333333;
	line-height:1.6;
}

@media screen and (max-width: 991px) {
	.sortBtnBox {
	    background: #253a4a;
	    padding: 20px 0;
	    display: block;
	    justify-content: center;
	    margin-bottom: 50px;
	}
	.sortBtnInBox {
	    width: 100%;
	    text-align: center;
	    position: relative;
	    margin-top: 20px;
	}
	.sortBtnBox .sortBtnInBox:first-child{
		margin-top:0;
	}
}
@media screen and (max-width: 767px) {
	.serviceImgBox{
		margin-bottom: 10px;
	}
}



/*
=======================================================
会社概要
=======================================================
*/
.infoBox{
	border-top:1px solid #253a4a;
	border-bottom:1px solid #253a4a;
	padding-top:4px;
	margin-bottom:50px;
}
.infoRow{
	display:flex;
	justify-content: space-between;
	padding:20px;
	align-items:center;
	border-top: 1px solid #253a4a;
    border-bottom: 1px solid #253a4a;
    margin-bottom: 4px;
}
.infoItem{
	font-size:14px;
	color:#333333;
	font-weight:bold;
}
.infoTxt{
	font-size:16px;
	color:#333333;
	font-weight:bold;
}

@media screen and (max-width: 767px) {
	.infoRow{
		display:block;
		justify-content: space-between;
		padding:20px;
		align-items:center;
		border-top: 1px solid #253a4a;
	    border-bottom: 1px solid #253a4a;
	    margin-bottom: 4px;
	}
}


/*
=======================================================
TOPページ　プレス・お知らせ
=======================================================
*/
.pressTitBox{
	width:100%;
	overflow: hidden;
}
.pressListBox{
	width:100%;
	margin-top: 20px;
}
.pressRow{
	width:100%;
	border-top:2px dotted #e8e8e8;
	position:relative;
	padding:15px 0;
}
.pressListBox .pressRow:first-child{
	border-top:none;
}
.pressRow a{
	display:block;
	height:100%;
}
.pressRow:after{
	content:"\f067";
	font-family: FontAwesome;
	position: absolute;
    right: 0;
    top:0;
    bottom:0;
    display: flex;
    align-items: center;
    font-size: 30px;
    z-index: -1;
}
.pressDate{
	font-size:14px;
	color:#333333;
	font-weight:bold;
	position:relative;
}
.pressDate:after{
	content:"";
	position:absolute;
	right:-8px;
	top: 1px;
	height:14px;
	width:3px;
	background:#333333;
}
.new{
	margin-left: 12px;
	font-size:14px;
	color:#ff0000;
	font-weight:bold;
}
.press{
	margin-left: 12px;
	font-size:14px;
	color:#dcd946;
	font-weight:bold;
}
.pressTxt{
	font-size:16px;
	color:#333333;
	font-weight:bold;
	margin:5px 0;
	letter-spacing: 0.15em;
}

@media screen and (max-width: 767px) {
	.pressTitBox span{
		display:inline-block;
		text-align:center;
		width: 100%;
    	margin-top: 10px;
	}
	.pressTitBox .fr{
		float:none;
	}
}






















