/*===================================
下層：共通
===================================*/
/* パンくずをMVに入れる */
#ucar_detail .ucar_mv {
	margin-top: -0.8rem;
	z-index: 0;
	position: relative;
	width: 100%;
	height: 5.00rem;
	background-size: cover;
}

@media screen and (max-width: 599px) {
	#ucar_detail .ucar_mv {
		height: 3.00rem;
		margin-top: 0;
		/*		background-size: contain;*/
		background-position: right bottom;
	}
}

#ucar_detail .ucar_mv .in {
	height: 100%;
	position: relative;
}

/* MV内のテキストとロゴ */
.ucar_mv .ucar_mv_text_wrap {
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
}

@media screen and (max-width: 599px) {
	.ucar_mv .ucar_mv_text_wrap {
		top: 45%;
	}
}

.ucar_mv .ucar_about_mv_text .title {
	font-size: 0.30rem;
	font-weight: 600;
	line-height: 2;
	letter-spacing: 0.10em;
}

@media screen and (max-width: 599px) {
	.ucar_mv .ucar_about_mv_text .title {
		font-size: 0.20rem;
		line-height: 1.65;
		padding-bottom: 0.10rem;
	}
}

/* ロゴ */
.ucar_mv .logo {
	padding-top: 0.20rem;
}

@media screen and (max-width: 599px) {
	.ucar_mv .logo {
		width: 0.70rem;
		padding-bottom: 0.10rem;
	}
}

/* お客様センター */
#ucar_detail #okyakusasma_center {
	background-color: #F6F6F6;
	background-image: url(../img/ucar/ucar_okyakusama_bg.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: contain;
}

@media screen and (max-width: 599px) {
	#ucar_detail #okyakusasma_center {
		background-image: none;
		padding: 0.20rem 0;
	}
	#ucar_detail #okyakusasma_center .okyakusasma_center_box {
		background-color: #FFF;
	}
}

#ucar_detail #okyakusasma_center .okyakusasma_center_box .text_wrap {
	color: #565454;
}

#ucar_detail #okyakusasma_center .okyakusasma_center_box .text_wrap .eigyo {
	border-top: 1px solid #565454;
	border-bottom: 1px solid #565454;
}

@media screen and (max-width: 599px) {
	#ucar_detail #okyakusasma_center .okyakusasma_center_box .text_wrap .eigyo {
		border: 0;
	}
}

#ucar_detail #okyakusasma_center .okyakusasma_center_box .text_wrap .tel a {
	color: #565454;
}

/* TELアイコン */
#ucar_detail #okyakusasma_center .okyakusasma_center_box .text_wrap .tel::before {
	background-image: url(../img/callcenter_icon_tel_gray.svg);
}

/*===================================
共通ボタン
===================================*/
.common_btn {
	width: 100%;
	max-width: 3.50rem;
}

@media screen and (max-width: 599px) {
	.common_btn {
		max-width: 3.00rem;
	}
}

.common_btn a {
	display: block;
	border: 1px solid #DC0017;
	line-height: 0;
	padding: 0.24rem 0 0.26rem;
	text-align: center;
	position: relative;
	font-size: 0.18rem;
	font-weight: 700;
	color: #DC0017;
	background: #fff;
	font-feature-settings: normal;
	text-decoration: none;
}

@media screen and (max-width: 599px) {
	.common_btn a {
		font-size: 0.14rem;
		padding: 0.18rem 0 0.20rem;
	}
}


.common_btn a:hover {
	background-color: #DC0017;
	border: 1px solid #fff;
	color: #fff;
}

/* 丸ボタン */
.common_btn.round a {
	border-radius: 0.50rem;
}

/* ボタンをセンターに */
.common_btn.center {
	margin: auto;
}

/* 右側にリンク矢印あり */
.common_btn.right-arrow a::after {
	content: "";
	width: 0.20rem;
	height: 0.12rem;
	background-image: url(../common/img/icon_right_red.svg);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	right: 0.15rem;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s;
}

.common_btn.right-arrow a:hover::after {
	background-image: url(../common/img/icon_right_white.svg);
	right: 0.12rem;
}

/* 左側にリンク矢印あり */
.common_btn.left-arrow a::after {
	content: "";
	width: 0.20rem;
	height: 0.12rem;
	background-image: url(../common/img/icon_right_blue.svg);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	left: 0.15rem;
	top: 50%;
	transform: translateY(-50%) rotate(-180deg);
	;
	transition: all 0.3s;
}

.common_btn.left-arrow a:hover::after {
	background-image: url(../common/img/icon_right_white.svg);
	left: 0.12rem;
}

/*============================
MV
============================*/
#corporate_top main {
	padding-top: 0;
}

#corporate_mv {
	width: 100%;
	height: 7.00rem;
	;
	background: url(../img/corporate/corporate_top_mv.jpg) no-repeat center;
	background-size: cover;
	position: relative;
}

@media screen and (max-width: 599px) {
	#corporate_mv {
		width: 100%;
		height: 3.50rem;
	}
}


#corporate_mv::before {
	content: '';
	display: inline-block;
	width: 100%;
	height: 6.0rem;
	background: url(../img/corporate/corporate_top_mv_back.png) no-repeat;
	background-position: left top;
	background-size: contain;
	position: absolute;
	top: 0;
	left: 0;
}


#corporate_mv .corporate_mv_title {
	color: #fff;
	position: absolute;
	top: 2.50rem;
	left: 1.30rem;
}

@media screen and (max-width: 599px) {
	#corporate_mv .corporate_mv_title {
		top: 1.00rem;
		left: 0.2rem;
	}
}

#corporate_mv .corporate_mv_title .title {
	font-size: 0.50rem;
	font-family: 'Josefin Sans', sans-serif;
}

@media screen and (max-width: 599px) {
	#corporate_mv .corporate_mv_title .title {
		font-size: 0.30rem;
	}
}


#corporate_mv .corporate_mv_title .lead {
	padding-top: 0.3rem;
	font-size: 0.18rem;
	font-weight: 600;
	line-height: 1.5;
}

@media screen and (max-width: 599px) {
	#corporate_mv .corporate_mv_title .lead {
		padding-top: 0.2rem;
		font-size: 0.12rem;
	}
}

/*============================
トップコンテンツ
============================*/
#corporate_top .corporate_top_box {
	display: flex;
	flex-wrap: wrap;
	max-width: 14rem;
	width: 100%;
	margin: 0 auto;
	margin-top: 1.00rem;
	align-items: center;
	box-sizing: border-box;
	padding: 0 0.20rem;
}
@media screen and (max-width: 599px) {
	#corporate_top .corporate_top_box {
		margin-top: 0.50rem;
	}
}



#corporate_top .corporate_top_box .ph_wrap {
	width: 62%;
	height: 5.8rem;
}
@media screen and (max-width: 599px) {
	#corporate_top .corporate_top_box .ph_wrap {
		width: 100%;
		height: auto;
		margin-bottom: 0.20rem;
	}
}


#corporate_top .corporate_top_box .ph_wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#corporate_top .corporate_top_box .text_wrap {
	width: 38%;
	box-sizing: border-box;
	padding-left: 0.50rem;
}
@media screen and (max-width: 599px) {
	#corporate_top .corporate_top_box .text_wrap {
		width: 100%;
		padding-left: 0;
	}
}


#corporate_top .corporate_top_box .text_wrap .text {
	font-size: 0.16rem;
	line-height: 1.65;
	padding-top: 0.30rem;
	padding-bottom: 0.50rem;
}
@media screen and (max-width: 599px) {
	#corporate_top .corporate_top_box .text_wrap .text {
		font-size: 0.14rem;
		padding-bottom: 0.20rem;
	}
}


#corporate_top .corporate_top_box .text_wrap .btn a {
	display: block;
	text-align: center;
	text-decoration: none;
	max-width: 3.00rem;
	width: 100%;
	padding: 0.20rem 0;
	font-size: 0.16rem;
	color: #013e89;
	border: 1px solid #013e89;
	border-radius:0.05rem;
	position: relative;
	box-sizing: border-box;
}
@media screen and (max-width: 599px) {
	#corporate_top .corporate_top_box .text_wrap .btn a {
		max-width: 2.50rem;
		padding: 0.15rem 0;
		margin: auto;
	}
}


#corporate_top .corporate_top_box .text_wrap .btn a:hover {
	background: #013e89;
	color: #fff;
}


#corporate_top .corporate_top_box .text_wrap .btn a::after {
	content: '';
	display: inline-block;
	width: 0.20rem;
	height: 0.10rem;
	background: url(../img/icon_togle_down_blue.svg);
	background-repeat: no-repeat;
	background-size: contain;
	transform: rotate(-90deg);
	position: absolute;
	top: 0.22rem;
	right: 0.15rem;
	transition: .3s all;
}
@media screen and (max-width: 599px) {
	#corporate_top .corporate_top_box .text_wrap .btn a::after {
		width: 0.10rem;
		height: 0.05rem;
		top: 0.2rem;
		transition: .3s all;
	}
}


#corporate_top .corporate_top_box .text_wrap .btn a:hover::after {
	background-image: url(../img/icon_togle_down_wh.svg);
	right: 0.10rem;
}

/*写真右*/
#corporate_top .corporate_top_box.corporate_top_box02 {
	flex-flow: row-reverse;
}
@media screen and (max-width: 599px) {
	#corporate_top .corporate_top_box.corporate_top_box02 {
		flex-flow: column;
	}
}

#corporate_top .corporate_top_box.corporate_top_box02 .text_wrap {
	padding-left: 0;
	padding-right: 0.50rem;
}
@media screen and (max-width: 599px) {
	#corporate_top .corporate_top_box.corporate_top_box02 .text_wrap {
		padding-right: 0;
	}
}



/*社会貢献への責任*/
#corporate_top_csr {
	margin-bottom: 1.00rem;
}


/*============================
会社情報トップリンク
============================*/
#corporate_top_bottomlink {
	background: #F8F8F8;
	padding: 1.00rem 0 0.30rem 0;
}
@media screen and (max-width: 599px) {
	#corporate_top_bottomlink {
		background: #F8F8F8;
		padding: 0.50rem 0 0.30rem 0;
	}
}


#corporate_top_bottomlink .box .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#corporate_top_bottomlink .box .list .item {
	width: 50%;
	box-sizing: border-box;
	margin-bottom: 0.70rem;
}
@media screen and (max-width: 599px) {
	#corporate_top_bottomlink .box .list .item {
		width: 100%;
		margin-bottom: 0.50rem;
	}
}


#corporate_top_bottomlink .box .list .item:nth-child(odd) {
	border-right: 1px dotted  #000;
}
@media screen and (max-width: 599px) {
	#corporate_top_bottomlink .box .list .item:nth-child(odd) {
		border-right: none;
	}
}


#corporate_top_bottomlink .box .list .item a {
	display: block;
	width: 85%;
	margin:0 auto;
	text-decoration: none;
}
@media screen and (max-width: 599px) {
	#corporate_top_bottomlink .box .list .item a {
		width: 100%;
	}
}


#corporate_top_bottomlink .box .list .item a:hover {
	opacity: 0.7;
}

#corporate_top_bottomlink .box .list .item a .list_title {
	font-size: 0.22rem;
	font-weight: 600;
	color: #013e89;
	margin-bottom: 0.15rem;
}
@media screen and (max-width: 599px) {
	#corporate_top_bottomlink .box .list .item a .list_title {
		font-size: 0.20rem;
		margin-bottom: 0.20rem;
	}
}


#corporate_top_bottomlink .box .list .item a .text {
	font-size: 0.16rem;
	color: #000;
	line-height: 1.65;
}



/*============================
会社概要
============================*/
#corporate_guide_company {
	margin-bottom: 1.50rem;
}
@media screen and (max-width: 599px) {
	#corporate_guide_company {
		margin-bottom: 0.50rem;
	}
}


#corporate_guide_company table {
	width: 100%;
	border-collapse: collapse;
	margin-top: 0.30rem;
}

#corporate_guide_company table tr {
	width: 100%;
	border-bottom: 1px solid #DDDDDD;
}

#corporate_guide_company table th {
	font-size: 0.16rem;
	text-align: left;
	padding: 0.25rem 0;
	vertical-align: top;
	width: 2.00rem;
}
@media screen and (max-width: 599px) {
	#corporate_guide_company table th {
		font-size: 0.14rem;
		padding: 0.15rem 0;
		width: 1.00rem;
		line-height: 1.5;
	}
}

#corporate_guide_company table td {
	font-size: 0.16rem;
	padding: 0.25rem 0;
	width: calc(100% - 2rem);
}
@media screen and (max-width: 599px) {
	#corporate_guide_company table td {
		font-size: 0.14rem;
		padding: 0.15rem 0;
		width: calc(100% - 1rem);
		line-height: 1.5;
	}
}

#corporate_guide_company table td span {
	display: block;
	margin-bottom: 0.15rem;
}


/*============================
事業内容
============================*/
#corporate_guide_services {
	margin-bottom: 1.50rem;
}
@media screen and (max-width: 599px) {
	#corporate_guide_services {
		margin-bottom: 0.50rem;
	}
}


#corporate_guide_services .box {
	margin-top: 0.30rem;
}

#corporate_guide_services .box .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	list-style: disc inside;
}

#corporate_guide_services .box .list .item {
	width: 50%;
	font-size: 0.18rem;
	margin-bottom: 0.25rem;
}
@media screen and (max-width: 599px) {
	#corporate_guide_services .box .list .item {
		width: 100%;
		font-size: 0.15rem;
		margin-bottom: 0.15rem;
		line-height: 1.5;
	}
}

#corporate_guide_services .box .list .item a {
	color: #013E89;
}

#corporate_guide_services .box .list .item a:hover {
	opacity: 0.7;
}

#corporate_guide_services .box .list .item a::after {
	content: '';
	display: inline-block;
	position: relative;
	width: 0.12rem;
	height: 0.10rem;
	background-image: url(../common/img/icon_newwin_blue.svg);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
	margin-left: 0.04rem;
}


/*============================
セクション区切りイメージ
============================*/
#corporate_guide_img {
	margin-bottom: 1.50rem;
}
@media screen and (max-width: 599px) {
	#corporate_guide_img {
		margin-bottom: 0.50rem;
	}
}


#corporate_guide_img .ph_wrap {
	width: calc(100% - 1.00rem);
	height: 4.00rem;
	margin-left: 0;
}
@media screen and (max-width: 599px) {
	#corporate_guide_img .ph_wrap {
		width: calc(100% - 0.20rem);
		height: 2.00rem;
		margin-left: 0;
	}
}


#corporate_guide_img .ph_wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/*============================
セクション区切りイメージ
============================*/
#corporate_guide_history {
	margin-bottom: 1.50rem;
}
@media screen and (max-width: 599px) {
	#corporate_guide_history {
		margin-bottom: 0.50rem;
	}
}


#corporate_guide_history table {
	width: 100%;
	border-collapse: collapse;
	margin-top: 0.30rem;
}


#corporate_guide_history tr {
	width: 100%;
	border-bottom: 1px solid #DDDDDD;
}

#corporate_guide_history th {
	background: #F0F0F0;
	font-size: 0.16rem;
	font-weight: 600;
	box-sizing: border-box;
	padding: 0.25rem 0.10rem;
	vertical-align: top;
}
@media screen and (max-width: 599px) {
	#corporate_guide_history th {
		font-size: 0.14rem;
		padding: 0.15rem 0.10rem;
		width: 20%;
		line-height: 1.4;
	}
}


#corporate_guide_history td {
	font-size: 0.16rem;
	padding: 0.25rem 0.10rem;
	box-sizing: border-box;
}
@media screen and (max-width: 599px) {
	#corporate_guide_history td {
		font-size: 0.14rem;
		padding: 0.15rem 0.10rem;
		line-height: 1.4;
	}
}


#corporate_guide_history td.month {
	background: #FAFAFA;
	font-weight: 600;
	text-align: right;
	vertical-align: top;
}
@media screen and (max-width: 599px) {
	#corporate_guide_history td.month {
		width: 20%;
		text-align: center;
	}
}


/*============================
代表あいさつ
============================*/
#corporate_salutation_greet {
	margin-bottom: 1.50rem;
}
@media screen and (max-width: 599px) {
	#corporate_salutation_greet {
		margin-bottom: 0.80rem;
	}
}

#corporate_salutation_greet .lower_sec_title {
	margin-bottom: 0.30rem;
}

#corporate_salutation_greet .box {
	display: flex;
	flex-wrap: wrap;
}

#corporate_salutation_greet .box .text_wrap {
	width: 55%;
	box-sizing: border-box;
	padding-right: 0.20rem;
}
@media screen and (max-width: 599px) {
	#corporate_salutation_greet .box .text_wrap {
		width: 100%;
		padding-right: 0;
	}
}


#corporate_salutation_greet .box .text_wrap .text {
	font-size: 0.16rem;
	line-height: 2;
	margin-bottom: 0.20rem;
}
@media screen and (max-width: 599px) {
	#corporate_salutation_greet .box .text_wrap .text {
		font-size: 0.14rem;
	}
}

#corporate_salutation_greet .box .text_wrap .name_box  {
	padding-top: 0.20rem;
}

#corporate_salutation_greet .box .text_wrap .name_box  span {
	font-size: 0.16rem;
	font-weight: 600;
	display: block;
	line-height: 1.4;
	margin-bottom: 0.30rem;
}
@media screen and (max-width: 599px) {
	#corporate_salutation_greet .box .text_wrap .name_box  span {
		font-size: 0.14rem;
		margin-bottom: 0.20rem;
		text-align: center;
	}
}

#corporate_salutation_greet .box .text_wrap .name_box .name {
	font-size: 0.30rem;
}
@media screen and (max-width: 599px) {
	#corporate_salutation_greet .box .text_wrap .name_box .name {
		font-size: 0.20rem;
		text-align: center;
	}
}


#corporate_salutation_greet .box .ph_wrap {
	width: 45%;
	text-align: right;
}
@media screen and (max-width: 599px) {
	#corporate_salutation_greet .box .ph_wrap {
		width: 100%;
		text-align: right;
	}
}



/*============================
セクション区切りイメージ
============================*/
#corporate_salutation_img {
	margin-bottom: 1.50rem;
}
@media screen and (max-width: 599px) {
	#corporate_salutation_img {
		margin-bottom: 0.80rem;
	}
}


#corporate_salutation_img .ph_wrap {
	width: calc(100% - 1.00rem);
	height: 4.00rem;
	margin-left: 0;
}
@media screen and (max-width: 599px) {
	#corporate_salutation_img .ph_wrap {
		width: calc(100% - 0.20rem);
		height: 2.00rem;
		
	}
}


#corporate_salutation_img .ph_wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


/*============================
経営理念
============================*/
#corporate_salutation_rinen {
	margin-bottom: 1.50rem;
	padding-top: 1.2rem;
	margin-top: -1.2rem;
}
@media screen and (max-width: 599px) {
	#corporate_salutation_rinen {
		margin-bottom: 0.80rem;
	}
}


#corporate_salutation_rinen .lower_sec_title {
	margin-bottom: 0.3rem;
}

.corporate_salutation_list dl {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 0.30rem;
}

.corporate_salutation_list dt {
	height:50px;
	width:50px;
	border-radius:50%;
	line-height:50px;
	text-align:center;
	background:#013e89;
	color: #fff;
	font-size:0.25rem;
	margin-left:20px;
}
@media screen and (max-width: 599px) {
	.corporate_salutation_list dt {
		height:30px;
		width:30px;
		font-size:0.15rem;
		margin-left:0;
		line-height:30px;
	}
}

.corporate_salutation_list dd {
	font-size: 0.20rem;
	padding-left: 0.20rem;
}
@media screen and (max-width: 599px) {
	.corporate_salutation_list dd {
		font-size: 0.16rem;
		padding-left: 0.20rem;
		box-sizing: border-box;
		width: calc(100% - 30px);
		line-height: 1.3;
	}
}

/*============================
マイネッツの「安心・安全」の取り組み
============================*/
#corporate_clean_cont {
	margin-bottom: 1.5rem;
}
@media screen and (max-width: 599px) {
	#corporate_clean_cont {
		margin-bottom: 0.5rem;
	}
}

#corporate_clean_cont .lower_sec_title {
	margin-bottom: 0.30rem;
}

#corporate_clean_cont .lead {
	margin-bottom: 0.80rem;
}

#corporate_clean_cont .lead .text {
	font-size: 0.16rem;
	line-height: 2;
	margin-bottom: 0.20rem;
}

#corporate_clean_cont .box {
	max-width: 10rem;
	width: 100%;
	margin: 0 auto;
}

#corporate_clean_cont .box .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#corporate_clean_cont .box .list .item {
	display: flex;
	flex-wrap: wrap;
	width: 45%;
	margin-bottom: 0.50rem;
}
@media screen and (max-width: 599px) {
	#corporate_clean_cont .box .list .item {
		width: 100%;
		margin-bottom: 0.30rem;
	}
}


#corporate_clean_cont .box .list .item .icon {
	width: 1.20rem;
}
@media screen and (max-width: 599px) {
	#corporate_clean_cont .box .list .item .icon {
		width: 0.80rem;
	}
}


#corporate_clean_cont .box .list .item .icon img {
	width: 100%;
}

#corporate_clean_cont .box .list .item .text {
	width: calc(100% - 1.20rem);
	box-sizing: border-box;
	padding-top: 0.15rem;
	padding-left: 0.20rem;
}
@media screen and (max-width: 599px) {
	#corporate_clean_cont .box .list .item .text {
		width: calc(100% - 0.80rem);
		padding-top: 0.08rem;
		padding-left: 0.15rem;
	}
}


#corporate_clean_cont .box .list .item .text .list_title {
	font-size: 0.20rem;
	font-weight: 600;
	margin-bottom: 0.15rem;
}
@media screen and (max-width: 599px) {
	#corporate_clean_cont .box .list .item .text .list_title {
		font-size: 0.15rem;
		margin-bottom: 0.05rem;
		line-height: 1.3;
	}
}


#corporate_clean_cont .box .list .item .text .list_text {
	font-size: 0.16rem;
	line-height: 2;
}
@media screen and (max-width: 599px) {
	#corporate_clean_cont .box .list .item .text .list_text {
		font-size: 0.14rem;
		line-height: 1.5;
	}
}




/*============================
CSR宣言
============================*/
#corporate_csr_cont {
	margin-bottom: 1.00rem;
}

#corporate_csr_cont .titlebox {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 1.00rem;
}
@media screen and (max-width: 599px) {
	#corporate_csr_cont .titlebox {
		margin-bottom: 0.50rem;
	}
}


#corporate_csr_cont .titlebox .text_wrap {
	width: 45%;
}
@media screen and (max-width: 599px) {
	#corporate_csr_cont .titlebox .text_wrap {
		width: 100%;
	}
}

#corporate_csr_cont .titlebox .text_wrap .lower_sec_title {
	margin-bottom: 0.30rem;
}
@media screen and (max-width: 599px) {
	#corporate_csr_cont .titlebox .text_wrap .lower_sec_title {
		margin-bottom: 0.20rem;
	}
}

#corporate_csr_cont .titlebox .text_wrap .text {
	font-size: 0.16rem;
	line-height: 2;
}
@media screen and (max-width: 599px) {
	#corporate_csr_cont .titlebox .text_wrap .text {
		font-size: 0.14rem;
		margin-bottom: 0.20rem;
	}
}


/*コンテンツ*/
#corporate_csr_cont .corporate_csr_cont_box {
	margin-bottom: 0.80rem;
}

#corporate_csr_cont .corporate_csr_cont_box .cont_title{
	font-size: 0.20rem;
	font-weight: 600;
	position: relative;
	border-bottom: 1px solid #DDDDDD;
	padding-bottom: 0.15rem;
	margin-bottom: 0.20rem;
}

#corporate_csr_cont .corporate_csr_cont_box .cont_title:after {
	content: "";
	display: block;
	line-height: 0;
	overflow: hidden;
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 1.50rem;
	border-bottom: 2px solid #00428E;
}


#corporate_csr_cont .corporate_csr_cont_box .list {
	list-style: inside disc;
}

#corporate_csr_cont .corporate_csr_cont_box .list .item {
	font-size: 0.16rem;
	line-height: 1.65;
	margin-bottom: 0.20rem;
	padding-left: 0.16rem;
	text-indent: -0.20rem;
}
@media screen and (max-width: 599px) {
	#corporate_csr_cont .corporate_csr_cont_box .list .item {
		font-size: 0.14rem;
	}
}


/*CSR活動報告*/
#corporate_csr_katudou {
	background: #F8F8F8;
	padding: 0.80rem 0;
}
@media screen and (max-width: 599px) {
	#corporate_csr_katudou {
		padding: 0;
	}
}


#corporate_csr_katudou .box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
@media screen and (max-width: 599px) {
	#corporate_csr_katudou .box {
		align-items: center;
	}
}

#corporate_csr_katudou .box .ph_wrap {
	width: 4.00rem;
	height: 3.00rem;
}
@media screen and (max-width: 599px) {
	#corporate_csr_katudou .box .ph_wrap {
		width: auto;
		height: auto;
	}
}


#corporate_csr_katudou .box .ph_wrap img {
	width: 100%;
	height: 100%;
}


#corporate_csr_katudou .box .text_wrap {
	width: calc(100% - 4.00rem);
	box-sizing: border-box;
	padding-left: 0.50rem;
}
@media screen and (max-width: 599px) {
	#corporate_csr_katudou .box .text_wrap {
		width: 100%;
		padding-left: 0;
	}
}


#corporate_csr_katudou .box .text_wrap .cont_title {
	font-size: 0.30rem;
	font-weight: 600;
	margin-bottom: 0.30rem;
}
@media screen and (max-width: 599px) {
	#corporate_csr_katudou .box .text_wrap .cont_title {
		font-size: 0.25rem;
		margin-top: 0.20rem;
		margin-bottom: 0.20rem;
	}
}


#corporate_csr_katudou .box .text_wrap .cont_text{
	font-size: 0.16rem;
	line-height: 2;
	margin-bottom: 0.50rem;
}
@media screen and (max-width: 599px) {
	#corporate_csr_katudou .box .text_wrap .cont_text{
		font-size: 0.14rem;
		line-height: 1.65;
		margin-bottom: 0.20rem;
	}
}


#corporate_csr_katudou .box .text_wrap .btn a{
	font-size: 0.16rem;
	line-height: 1.65;
	color: #000;
}
@media screen and (max-width: 599px) {
	#corporate_csr_katudou .box .text_wrap .btn a{
		font-size: 0.14rem;
	}
}


#corporate_csr_katudou .box .text_wrap .btn a:hover{
	opacity: 0.7;
	text-decoration: none;
}

#corporate_csr_katudou .box .text_wrap .btn span {
	color: #fff;
	background: #707070;
	padding: 0.03rem 0.10rem;
	display: inline-block;
	font-size: 0.14rem;
	font-weight: 600;
	margin-left: 0.10rem;
	border-radius: 5px;
}
@media screen and (max-width: 599px) {
	#corporate_csr_katudou .box .text_wrap .btn span {
		padding: 0.03rem 0.05rem;
		font-size: 0.12rem;
	}
}



/*マイネッツCSR活動報告*/
#corporate_csr_mynetz .lower_sec_title {
	text-align: center;
	margin-top: 1.00rem;
}
@media screen and (max-width: 599px) {
	#corporate_csr_mynetz .lower_sec_title {
		margin-top: 0.50rem;
	}
}


#corporate_csr_mynetz .lower_sec_title::after {
	margin: 0 auto;
	margin-top: 0.20rem;
	margin-top: 0.20rem;
}


#corporate_csr_mynetz .corporate_csr_mynetz_wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#corporate_csr_mynetz .corporate_csr_mynetz_wrapper .box {
	width: 48%;
	margin-bottom: 0.80rem;
}
@media screen and (max-width: 599px) {
	#corporate_csr_mynetz .corporate_csr_mynetz_wrapper .box {
		width: 100%;
		margin-bottom: 0.50rem;
	}
}


#corporate_csr_mynetz .corporate_csr_mynetz_wrapper .box .cont_title {
	font-size: 0.20rem;
	font-weight: 600;
	color: #fff;
	background: #013e89;
	padding: 0.20rem;
	text-align: center;
	border-radius: 5px;
}
@media screen and (max-width: 599px) {
	#corporate_csr_mynetz .corporate_csr_mynetz_wrapper .box .cont_title {
		font-size: 0.18rem;
		line-height: 1.4;
		padding: 0.1rem;
	}
}


#corporate_csr_mynetz .corporate_csr_mynetz_wrapper .box .cont_text {
	margin-top: 0.20rem;
	font-size: 0.16rem;
	line-height: 2;
}
@media screen and (max-width: 599px) {
	#corporate_csr_mynetz .corporate_csr_mynetz_wrapper .box .cont_text {
		font-size: 0.14rem;
		line-height: 1.65;
		margin-top: 0.15rem;
	}
}


#corporate_csr_mynetz .corporate_csr_mynetz_wrapper .box .ph_wrap {
	margin-top: 0.20rem;
	text-align: center;
}


/*年度別活動報告*/
#corporate_csr_year {
	margin-bottom: 1.5rem;
}
@media screen and (max-width: 599px) {
	#corporate_csr_year {
		margin-bottom: 0.5rem;
	}
}


#corporate_csr_year .lower_sec_title {
	text-align: center;
	margin-top: 1.00rem;
}
@media screen and (max-width: 599px) {
	#corporate_csr_year .lower_sec_title {
		margin-top: 0.30rem;
	}
}


#corporate_csr_year .lower_sec_title::after {
	margin: 0 auto;
	margin-top: 0.20rem;
	margin-top: 0.20rem;
}

#corporate_csr_year .list {
	display: flex;
	flex-wrap: wrap;
}

#corporate_csr_year .list .item {
	width: 31%;
	box-sizing: border-box;
	padding: 0 1%;
	margin-bottom: 0.80rem;
}
@media screen and (max-width: 599px) {
	#corporate_csr_year .list .item {
		width: 100%;
		margin-bottom: 0.50rem;
	}
}


#corporate_csr_year .list .item a {
	display: block;
	text-decoration: none;
}

#corporate_csr_year .list .item a:hover {
	opacity: 0.7;
}

#corporate_csr_year .list .item a .ph_wrap {
	max-width: 3.90rem;
	height: 2.20rem;
	margin-bottom: 0.20rem;
	overflow: hidden;
}
@media screen and (max-width: 599px) {
	#corporate_csr_year .list .item a .ph_wrap {
		height: auto;
	}
}


#corporate_csr_year .list .item a .ph_wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s;
}

#corporate_csr_year .list .item a:hover .ph_wrap img {
	transform: scale(1.04);
}

#corporate_csr_year .list .item a .item_title  {
	font-size: 0.20rem;
	font-weight: 600;
	border-left: 5px solid #013E89;
	color: #000;
	padding: 0.10rem 0 0.10rem 0.10rem;
}
@media screen and (max-width: 599px) {
	#corporate_csr_year .list .item a .item_title  {
		font-size: 0.16rem;
	}
}


/*カタログ*/
#catalog {
	padding-bottom: 1.00rem;
}

@media screen and (max-width: 599px) {
	#catalog {
		padding-bottom: 0.50rem;
	}
}

#catalog .lower_sec_title {
	text-align: center;
}

#catalog .lower_sec_title::after {
	margin: 0 auto;
	margin-top: 0.2rem;
	margin-top: 0.2rem;
}

#catalog .catalog_wrap {
	width: 100%;
	max-width: 5.00rem;
	margin: auto;
}

#catalog .catalog_wrap a {
	display: block;
	text-align: center;
	color: #1A1A1A;
}

#catalog .catalog_wrap a:hover {
	opacity: 0.7;
}

#catalog .catalog_wrap .ph_wrap {
	width: 2.60rem;
	margin: auto;
	padding-bottom: 0.20rem;
}

@media screen and (max-width: 599px) {
	#catalog .catalog_wrap .ph_wrap {
		width: 1.30rem;
	}
}

#catalog .catalog_wrap span {
	font-size: 0.16rem;
	letter-spacing: 0.075em;
}

@media screen and (max-width: 599px) {
	#catalog .catalog_wrap span {
		font-size: 0.13rem;
		letter-spacing: 0.03em;
	}
}

#catalog .catalog_wrap span::after {
	content: "PDF";
	display: inline-block;
	font-size: 0.13rem;
	color: #FFF;
	background-color: #707070;
	border-radius: 0.04rem;
	padding: 0.02rem 0.08rem;
	line-height: 1;
	margin-left: 0.06rem;
}

@media screen and (max-width: 599px) {
	#catalog .catalog_wrap span::after {
		font-size: 0.11rem;
		padding: 0.03rem 0.04rem 0.02rem;
	}
}