@media screen and (max-width:680px) {
	.mt5-sp{
		margin-top: 5px;
	}
	.mt10-sp{
		margin-top: 10px;
	}
	.mt15-sp{
		margin-top: 15px;
	}
	.mt20-sp{
		margin-top: 20px;
	}
	.mt25-sp{
		margin-top: 25px;
	}
	.mt30-sp{
		margin-top: 30px;
	}
	.mt35-sp{
		margin-top: 35px;
	}
	.mt40-sp{
		margin-top: 40px;
	}
	.mt45-sp{
		margin-top: 45px;
	}
	.mt50-sp{
		margin-top: 50px;
	}
	.mt55-sp{
		margin-top: 55px;
	}
	.mt60-sp{
		margin-top: 60px;
	}
	.mt65-sp{
		margin-top: 65px;
	}
	.mt70-sp{
		margin-top: 70px;
	}
	.mt75-sp{
		margin-top: 75px;
	}
	.mt80-sp{
		margin-top: 80px;
	}
}
.mb150{
	margin-bottom: 150px;
}

.fwb{
	font-weight: bold;
}
.tac{
	text-align: center;
}
.fc-red{
	color: #d80000;
}

/* テキスト */
.text01{
	font-size: 18px;
	line-height: 1.8;
}
@media screen and (max-width: 680px){
	.text01{
		font-size: 14px;
	}
}
.text02{
	font-size: 16px;
}
@media screen and (max-width: 680px){
	.text02{
		font-size: 12px;
	}
}


/* 見出し */
.heading01 {
	font-size: 28px;
	padding: 11px 40px 12px 40px;
	background-color: #f2f2f2;
	line-height: 120%;
	font-weight: 600;
	position: relative;
}
.heading01:after {
	content: "";
	position: absolute;
	width: 5px;
	height: calc(100% - 24px);
	top: 12px;
	left: 12px;
	background-color: #d80000;
}
@media screen and (max-width:680px) {
	.heading01:after {
		height: calc(100% - 16px);
		top: 8px;
		left: 8px;
	}
}
@media screen and (max-width:680px) {
	.heading01 {
		font-size: 18px;
		padding: 8px 20px 9px 20px;
		/* margin-bottom: 20px; */
	}
}
.heading02{
	font-size: 30px;
	color: #000;
	font-weight: bold;
	border-bottom: 1px solid;
	line-height: 1.8;
}
@media screen and (max-width:680px) {
	.heading02{
		font-size: 16px;
	}
}
.heading03{
	font-size: 22px;
	font-weight: bold;
	background-color: #e3e3e3;
	padding: .5em 1em;
}
@media screen and (max-width:680px) {
	.heading03{
		font-size: 14px;
	}
}
.heading04{
	font-size: 22px;
	font-weight: bold;
	line-height: 1.4;
}
@media screen and (max-width:680px) {
	.heading04{
		font-size: 16px;
	}
}

.list01{
	padding-left: 1.5em;
	font-size: 18px;
	line-height: 1.6;
}
@media screen and (max-width:680px) {
	.list01{
		font-size: 14px;
	}
}
.list01 li{
	list-style: disc;
}
.list01--num li{
	list-style: decimal;
}
.table01 {
	width: 100%;
	font-size: 14px;
	line-height: 1.6em;
}
.table01 ul li{
	list-style-type: disc;
	margin-left: 1.25em;
}
@media screen and (max-width:680px) {
	.table01{
		font-size: 12px;
	}
}
.table01 th, .table01 td {
	box-sizing: border-box;
	padding: 16px 24px;
	border: 1px solid #727172;
}
@media screen and (max-width:680px) {
	.table01 th, .table01 td {
		padding: 10px 12px;
	}
}
.table01 th {
	background-color: #f2f2f2;
	font-weight: normal;
	vertical-align: top;
	white-space: nowrap;
	width: 180px;
}
@media screen and (max-width:680px) {
	.table01 th{
		width: auto;
	}
}

.btn01{
	display: inline-block;
	background-color: #d80000;
	color: #fff!important;
	font-size: 18px;
	width: 320px;
	text-align: center;
	padding: 16px 0;
	font-weight: bold;
	position: relative;
}

.btn02{
	display: inline-block;
	background-color: #d80000;
	color: #fff!important;
	font-size: 18px;
	text-align: center;
	padding: 16px 48px;
	font-weight: bold;
	position: relative;
}
.btn02 img{
	width: auto;
}
.btn03{
	color: #d80000!important;
	background: url("../../images/csr/icon-new-tab.png") no-repeat center right .25em;
	padding-right: 1.25em;
	text-decoration: underline!important;
}
@media screen and (max-width:680px) {
	.btn-center-sp{
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
}
.btn-icon{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	margin: auto;
}
@media screen and (max-width:680px) {
	.btn01{
		font-size: 14px;
	}
	.btn02{
		font-size: 14px;
		padding-left: 16px;
	}
}

/* 画像 */
.img_center{
	display: block;
	max-width: 100%;
	width: auto;
	margin-left: auto;
	margin-right: auto;
}
.w_auto{
	width: auto;
	max-width: 100%;
}

.icon-arrow::after{
	content: "\f105";
	font-family: "FontAwesome";
	margin-left: .5em;
}


#base_contents{
	margin-bottom: 150px;
}
@media screen and (max-width: 680px){
	#base_contents{
		margin-bottom: 80px;
	}
}

.csr-btn{
	display: flex;
	flex-wrap: wrap;
	margin-top: 64px;
}
@media screen and (max-width: 680px){
	.csr-btn{
		margin-top: 40px;
	}
}

.csr-btn__link{
    padding: 15px 30px;
    position: relative;
    display: block;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.1em;
    transition: all 0.4s ease-out;
    background-color: #e60000;
    color: #fff !important;
	line-height: 1.8;
	width: calc(50% - 16px);
}
@media screen and (max-width: 680px){
	.csr-btn__link{
		width: 100%;
		font-size: 16px;
	}
}
.csr-btn__link:nth-child(even){
    margin-left: 32px;
}
@media screen and (max-width: 680px){
	.csr-btn__link:nth-child(even){
		margin-left: 0;
	}
}
.csr-btn__link::before{
	position: absolute;
    content: "";
    font-family: FontAwesome;
    top: 50%;
    right: 12px;
    transform: translate(0%, -50%);
    color: #fff;
}
.csr-btn__link:nth-child(n + 3){
	margin-top: 32px;
}
@media screen and (max-width: 680px){
	.csr-btn__link:nth-child(n + 2){
		margin-top: 16px;
	}	
}


.csr-sdgs-list{
	display: flex;
	flex-wrap: wrap;
	margin-top: 10px;
}
.csr-sdgs-list__item{
	margin-right: 10px;
	margin-top: 10px;
}
@media screen and (max-width: 680px){
	.csr-sdgs-list__item{
		width: 100px;
	}
}

.col_jc-sb{
	justify-content: space-between;
}

.col01{
	display: flex;
	flex-wrap: wrap;
}
.col01__item{
	width: calc(50% - 30px);
}
@media screen and (max-width: 680px){
	.col01__item{
		width: auto;
	}
	
}
.col01__item:nth-child(odd){
	margin-right: 60px;
}
@media screen and (max-width: 680px){
	.col01__item:nth-child(odd){
		margin-right: 0;
	}
	.col01__item:nth-child(n + 2){
		margin-top: 40px;
	}
}

.col02{
	display: flex;
	flex-wrap: wrap;
}
.col02__left{
	width: calc(100% - 450px);
}
.col02__right{
	width: 420px;
	margin-left: 30px;
}
@media screen and (max-width: 680px){
	.col02__left{
		width: auto;
	}
	.col02__right{
		width: auto;
		margin-left: 0;
		margin-top: 20px;
	}
}

.col03{
	display: flex;
}
@media screen and (max-width: 680px){
	.col03{
		display: block;
	}
}
.col03__left{
	margin-right: 30px;
}
@media screen and (max-width: 680px){
	.col03__left{
		margin-right: 0;
		margin-bottom: 10px;
	}
}
.col03 img{
	width: auto;
}
@media screen and (max-width: 680px){
	.col03 img{
		max-width: 100%;
	}
}

.col04{
	display: flex;
	flex-wrap: wrap;
}
.col04__left{
	width: calc(100% - 340px);
	margin-right: 50px;
}
@media screen and (max-width: 680px){
	.col04__left{
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
}
.col04__right{
	width: 290px;
}
@media screen and (max-width: 680px){
	.col04__right{
		width: 100%;
	}
}
.col04 img{
	width: auto;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.adobe-reader{
	display: flex;
	align-items: center;
}
.adobe-reader__link{
	margin-right: 16px;
}
.adobe-reader img{
	width: auto;
}
@media screen and (max-width: 680px){
	.adobe-reader{
		display: block;
	}
	.adobe-reader__text{
		margin-top: 10px;
	}
}

.cultivation_woman{
	max-width: 680px;
    margin-left: auto;
	margin-right: auto;
}