@charset "utf-8";
@import url("animate.css");
/* ------------------------------------------------------------------------------------- PARTS */
@media print, screen and (min-width:751px) {	

	.txtLinkList > li > a{display: block;}
	
	.businessSec{
		margin: 60px auto 0;
		max-width: 1040px;
	}
	.businessSec > h2{
		background-color: #F2F2F2;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 700;
		font-size: 24px;
		line-height: 1.5;
		padding: 15px 30px;
		margin-bottom: 40px;
	}
	
	
	.headTxt{
		font-family: 'Noto Sans JP', sans-serif;
		font-size: 22px;
		font-weight: 700;
		line-height: 1.5;
	}
	
	.inner{
		margin: 0 30px;
	}
	
	
	.businessProductsSec{
		margin-top: 60px;
	}
	.businessProductsSec .image{
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		padding-bottom: 42.3%;
	}
	.businessProductsSec .ttl{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 700;
		display: table;
		margin-bottom: 30px;
		margin-top: 40px;
		width: 100%;
	}
	.businessProductsSec .ttl > h3{
		border-right: 3px solid #000;
		font-size: 28px;
		display: table-cell;
		line-height: 1.46;
		vertical-align: middle;
		width: 170px;
	}
	.businessProductsSec .ttl > p{
		font-size: 22px;
		display: table-cell;
		line-height: 1.5;
		vertical-align: middle;
		padding-left: 30px;
		width: calc(100% - 170px);
	}
	.businessProductsSec .detail > p{
		margin-bottom: 20px;
	}
	.mainProductList{
		background-color: #F2F2F2;
		display: flex;
		padding: 20px;
		margin-top: 25px;
		width: 100%;
	}
	.mainProductList dt{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 700;
		font-size: 18px;
		display: flex;
		align-items: center;
		width: 105px;
	}
	.mainProductList.top dt{
		align-items: flex-start;
		padding-top: 0.3em;
	}
	.mainProductList dt span{
		border-left: 5px solid #434343;
		padding-left: 12px;
		line-height: 1;
		display: block;
	}
	.mainProductList dd{
		display: flex;
		align-items: center;
		width: calc(100% - 105px);
	}
	.mainProductList.top dd{
		align-items: flex-start;
	}
	.mainProductList ul{
		display: flex;
		flex-wrap: wrap;
	}
	.mainProductList ul > li{
		margin-left: 20px;
	}
	.mainProductList ul > li a{
		background: url("../../common_site/img/ic_arrow.webp") left center no-repeat;
		background-size: 14px auto;
		padding-left: 20px;
		display: block;
	}
	#businessProducts1{
		margin-top: 40px;
	}
	#businessProducts1 .image{
		background-image: url("../img/business/photo_jigyo01.webp");
	}
	#businessProducts2 .image{
		background-image: url("../img/business/photo_jigyo02.webp");
	}
	#businessProducts3 .image{
		background-image: url("../img/business/photo_jigyo03.webp");
	}
	#businessProducts4 .image{
		background-image: url("../img/business/photo_jigyo04.webp");
	}
	#contentsArea .mainProductList p.sub1{
		color: #000;
		font-size: 14px;
		margin: 0 0 0 20px;
		opacity: 0.5;
		position: relative;
	}
	
	
	.imageList{
		display: flex;
		justify-content: space-between;
	}
	.imageList > div{
		margin-top: 20px;
		width: 30.61%;
	}
	.imageList > div p{
		font-size: 14px;
		line-height: 1.7;
	}
	.imageList .image img{
		height: auto;
		width: 100%;
	}
	
	#creatingSec hr{
		margin-top: 80px;
		margin-bottom: 60px;
	}
	
	.awardList{
		display: flex;
		flex-wrap: wrap;
		align-items:flex-start;
		justify-content: space-between;
	}
	.award{
		display: flex;
		flex-direction: column;
		margin-top: 30px;
		width: 46.94%;
	}
	.award > p{
		border-bottom: 1px solid #E8E8E8;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 700;
		font-size: 18px;
		display:flex;
		align-items:flex-end;
		line-height: 1.5;
		padding-bottom: 15px;
		width: 100%;
		min-height: 3.86em;
	}
	.award .awardInner{
		display: flex;
		justify-content: space-between;
		width: 100%;
	}
	.award .awardInner > .image{
		width: 36.96%;
	}
	.award .awardInner > .image img{
		height: auto;
		width: 100%;
	}
	.award .awardInner > .detail{
		width: 58.7%;
	}
	.award .awardInner > .detail > div{
		line-height: 0;
	}
	.award .awardInner > .detail > div img{
		height: auto;
		width: 100%;
	}
	.award .awardInner > .detail > .txtLinkList{
		font-size: 14px;
		margin: 15px 0 0;
	}
	
	
	.reformList{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.reform{
		width: 47.96%;
	}
	.reform .imageList{
		display: flex;
		justify-content: space-between;
	}
	.reform .imageList .image{
		width: 48.94%;
	}
	.reform dt{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 700;
		font-size: 18px;
		line-height: 1.5;
		margin-bottom: 10px;
	}
	.reform dd{
		font-size: 14px;
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 750px) {
	#contentsArea{
		margin-top: 0 !important;
	}	
	
	.businessSec{
		margin-top: 30px;
	}
	.businessSec > h2{
		background-color: #F2F2F2;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 700;
		font-size: 20px;
		line-height: 1.5;
		padding: 10px 15px;
		margin-bottom: 20px;
	}
	
	
	.headTxt{
		font-family: 'Noto Sans JP', sans-serif;
		font-size: 17px;
		font-weight: 700;
		line-height: 1.5;
	}
	
	.inner{
		margin: 0 20px;
	}
	
	
	.businessProductsSec{
		margin-top: 30px;
	}
	.businessProductsSec .image{
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		padding-bottom: 42.3%;
	}
	.businessProductsSec .ttl{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 700;
		display: table;
		margin-bottom: 15px;
		margin-top: 20px;
		width: 100%;
	}
	.businessProductsSec .ttl > h3{
		border-right: 3px solid #000;
		font-size: 18px;
		display: table-cell;
		line-height: 1.46;
		vertical-align: middle;
		width: 120px;
	}
	.businessProductsSec .ttl > p{
		font-size: 16px;
		display: table-cell;
		line-height: 1.5;
		vertical-align: middle;
		padding-left: 30px;
		width: calc(100% - 170px);
	}
	.businessProductsSec .detail > p{
		margin-bottom: 20px;
	}
	.mainProductList{
		background-color: #F2F2F2;
		padding: 20px;
		margin-top: 25px;
		width: 100%;
	}
	.mainProductList dt{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 700;
		font-size: 16px;
	}
	.mainProductList dt span{
		border-left: 5px solid #434343;
		padding-left: 12px;
		line-height: 1;
		display: block;
	}
	.mainProductList dd{
		margin-top: 10px;
	}
	.mainProductList ul{
		display: flex;
		flex-wrap: wrap;
	}
	.mainProductList ul > li{
		margin-right: 20px;
	}
	.mainProductList ul > li a{
		background: url("../../common_site/img/ic_arrow.webp") left center no-repeat;
		background-size: 14px auto;
		padding-left: 20px;
		display: block;
	}
	#businessProducts1{
		margin-top: 20px;
	}
	#businessProducts1 .image{
		background-image: url("../img/business/photo_jigyo01.webp");
	}
	#businessProducts2 .image{
		background-image: url("../img/business/photo_jigyo02.webp");
	}
	#businessProducts3 .image{
		background-image: url("../img/business/photo_jigyo03.webp");
	}
	#businessProducts4 .image{
		background-image: url("../img/business/photo_jigyo04.webp");
	}
	#contentsArea .mainProductList p.sub1{
		color: #000;
		font-size: 14px;
		margin: 5px 0 0 0;
		opacity: 0.5;
		position: relative;
	}
	
	
	.imageList{
		display: flex;
		justify-content: space-between;
	}
	.imageList > div{
		margin-top: 20px;
		width: 30.61%;
	}
	.imageList > div p{
		font-size: 12px;
		line-height: 1.7;
	}
	.imageList .image img{
		height: auto;
		width: 100%;
	}
	
	#creatingSec hr{
		margin-top: 40px;
		margin-bottom: 40px;
	}
	
	.awardList{
	}
	.award{
		margin-top: 25px;
		width: 100%;
	}
	.award > p{
		border-bottom: 1px solid #E8E8E8;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 700;
		font-size: 16px;
		line-height: 1.5;
		padding-bottom: 15px;
	}
	.award .awardInner{
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 100%;
	}
	.award .awardInner > .image{
		width: 36.96%;
	}
	.award .awardInner > .image img{
		height: auto;
		width: 100%;
	}
	.award .awardInner > .detail{
		width: 58.7%;
	}
	.award .awardInner > .detail > div{
		line-height: 0;
	}
	.award .awardInner > .detail > div img{
		height: auto;
		width: 100%;
	}
	.award .awardInner > .detail > .txtLinkList{
		margin: 15px 0 0;
	}
	
	
	.reform .imageList{
		display: flex;
		justify-content: space-between;
	}
	.reform .imageList .image{
		width: 48.94%;
	}
	.reform dt{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 700;
		font-size: 18px;
		line-height: 1.5;
		margin-bottom: 10px;
	}
	.reform dd{
		font-size: 14px;
		margin-bottom: 20px;
	}
	
}