@charset "utf-8";
/* CSS Document */

/*--- csr common ---*/
.csr-link-jump {
	font-size: 1.6rem;
    line-height: 1.5;
    margin: -10px 0 45px;
}
.csr-link-jump .csr-link-jump-list {
	list-style: none;
	margin: 0;
    padding: 0;
	font-size: 0;
}
.csr-link-jump .csr-link-jump-list li {
	display: inline-block;
	margin: 0 15px 15px 0;
}
.csr-link-jump .csr-link-jump-list li a {
	position: relative;
	display: inline-block;
	text-decoration: none;
	color: #333;
	font-size: 1.6rem;
	border: 2px solid #666;
	padding: 5px 16px 5px 50px;
	transition: all .1s ease-in;
	z-index: 3;
}
.csr-link-jump .csr-link-jump-list li a::before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
    bottom: 4px;
	left: 14px;
    margin: auto;
	width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
	transition: all .1s ease-in;
	z-index: 2;
}
.csr-link-jump .csr-link-jump-list li a::after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
    bottom: 0;
	left: 0;
    margin: auto;
	width: 36px;
    height: 34px;
	background-color: #666;
	transition: all .1s ease-in;
	z-index: -1;
}
.csr-link-jump .csr-link-jump-list li a:hover {
	color: #c00;
	border: 2px solid #c00;
}
.csr-link-jump .csr-link-jump-list li a:hover::before {
}
.csr-link-jump .csr-link-jump-list li a:hover::after {
	background-color: #c00;
}

.notes{
	font-size:1.3rem;
}
@media screen and (max-width: 750px) {
	.csr-link-jump {
		font-size: 2.8rem;
	}
	.csr-link-jump .csr-link-jump-list li {
		display: block;
		margin-right: 0;
	}
	.csr-link-jump .csr-link-jump-list li a {
		font-size: 2.8rem;
		padding: 15px 30px 15px 80px;
		width: 100%;
		text-align: center;
	}
	.csr-link-jump .csr-link-jump-list li a::before {
		left: 28px;
		width: 12px;
		height: 12px;
		border-top: 4px solid #fff;
		border-right: 4px solid #fff;
	}
	.csr-link-jump .csr-link-jump-list li a::after {
		width: 74px;
    	height: 72px;
	}
	.notes{
		font-size:2.4rem;
	}
}
/* img */
.t18-middle-split .t18-img-right img {
	max-width: 355px;
}
.t18-img-right > figure{
	margin-bottom: 20px;
}
.t18-img-right > figure > img{
	margin-bottom: 0px;
}
@media screen and (max-width: 750px) {
	.t18-middle-split .t18-img-right {
		width: 100%;
	}
	.t18-middle-split .t18-img-right img {
		max-width: 100%;
		width: 100%;
		/*height: 400px;*/ /*仮*/
	}
}



/* ancer-link */
/*.t18-middle-split .t18-guide-block-inner-bottom-links li {
	font-size: 2.8rem
}*/
.t18-middle-split .t18-guide-block-inner-bottom-links li a {
	text-decoration: underline;
}
.t18-middle-split .t18-guide-block-inner-bottom-links li a:hover {
	opacity: 0.6;
}
@media screen and (max-width: 750px) {
	.t18-middle-split .t18-guide-block-inner-bottom-links li a {
		font-size: 3.0rem;
	}
}

/* page-link */
.csr-related-page-link {
	background-color: #eee;
	width: 100%;
	padding: 30px 40px;
}
.csr-related-page-link .t18-guide-block-inner-bottom-links li {
	margin: 0 20px 0 0;
}
@media screen and (max-width: 750px) {
	.csr-related-page-link {
		padding: 40px 40px;
	}
	.csr-related-page-link .t18-guide-block-inner-bottom-links{
		margin-top: 10px;
	}
	.csr-related-page-link .t18-guide-block-inner-bottom-links li {
		margin: 0 20px 20px 0;
	}
}



/*--- index.html ---*/
/*--- csr-aktio-thinks ---*/
#csr-aktio-thinks .t18-company-map {
	width: 80%;
    margin: auto;
}
@media screen and (max-width: 750px) {
	#csr-aktio-thinks .t18-company-map {
		width: 100%;
	}
}

/*--- csr-policy ---*/
.csr-policy-figure {
	text-align: center;
    font-size: 0;
	max-width: 600px;
    margin: auto;
}
.csr-policy-figure-100 {
	width: 100%;
}
.csr-policy-figure-50 {
	display: inline-block;
	width: 48%;
	vertical-align: top;
}
.csr-policy-figure-50.left-half {
	margin-right: 4%;
}
.csr-policy-figure-txt {
	border: 2px solid #c00;
	background-color: #fff;
	text-align: center;
	margin: 0;
	padding: 20px 0;
	border-radius: 8px;
	font-size: 1.8rem;
    line-height: 1.5;
	width: 100%;
}
.csr-policy-figure-txt span {
	display: block;
    width: 100%;
	margin: -20px auto 15px;
    padding: 15px 20px;
    color: #fff;
    background-color: #c00;
}
.csr-policy-figure-100.end-100 p {
	background-color: #c00;
	color: #fff;
}
.csr-policy-arrow {
	position: relative;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
	transform: rotate(90deg);
	width: 40px;
    height: 40px;
	margin: 10px 0;
}
.csr-policy-arrow::before,
.csr-policy-arrow::after {
    content: "";
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    vertical-align: middle;
}
.csr-policy-arrow::before{
    left: 20px;
    box-sizing: border-box;
	width: 20px;
    height: 20px;
    border: 20px solid transparent;
    border-left: 20px solid #999;
}
.csr-policy-arrow::after{
    left: 0;
    width: 20px;
    height: 20px;
    border-left: 20px solid #999;
}
.csr-policy-arrow.arrow-long::before{
    left: 140px;
}
.csr-policy-arrow.arrow-long::after{
    border-left: 140px solid #999;
}
@media screen and (max-width: 750px) {
	.csr-policy-figure {
		max-width: 100%;
	}
	.csr-policy-figure-txt {
		font-size: 2.8rem;
	}
}


/*--- csr-activity-report ---*/
#csr-activity-report h3.t18-middle-large-title {
	margin-bottom: 10px;
}
.csr-activity-report-list-area {
	position: relative;
	padding-right: 40%;
	overflow: hidden;
	margin-bottom: 10px;
}
.csr-activity-report-list-area .t18-list-basic1 {
	margin-bottom: 20px;
}
.csr-activity-report-img-list {
	list-style: none;
	position: absolute;
	top: 0;
	right: 0;
	display: flex;
	width: 70%;
	flex-wrap: wrap;
	justify-content: flex-end;
}
.csr-activity-report-img-list li {
	width: 16%;
	margin-left: 2%;
}
.csr-activity-report-img-list li img {
	width: 100%;
}
#csr-activity-report .t18-common-btn-area a span:hover {
	color: #fff;
	background-color: #c00;
	opacity: 1;
}
@media screen and (max-width: 750px) {
	.csr-activity-report-list-area {
		padding-right: 0;
	}
	.csr-activity-report-img-list {
		position: relative;
		width: 100%;
		justify-content: flex-start;
		margin-block-start: 0;
		margin-block-end: 0;
		padding-inline-start: 0;
		font-size: 0;
		padding: 0 20px;
	}
	.csr-activity-report-img-list li {
		width: 31%;
		margin: 0 3% 3% 0;
	}
	.csr-activity-report-img-list li:nth-child(3n) {
		margin-right: 0;
	}
	#csr-activity-report .t18-common-btn-area {
		margin: 10px 0 60px;
	}
	#csr-activity-report .t18-common-btn-area span {
		border-radius: 50px;
		width: 100%;
	}
}


/*--- eco.html ---*/
.csr-content-block,
.t18-inquiry-bottom-privacy-inner {
	clear: both;
	overflow: hidden;
}
.csr-pdf-download a {
	color: #000;
}
.csr-pdf-download a:hover {
	opacity: 0.6;
}
.csr-pdf-download a span::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 19px;
    height: 24px;
	margin: 0px 10px 0 0px;
    padding: 2px 0 0;
    background: url(/common/images/icon_pdf.png);
    background-size: 19px;
    background-repeat: no-repeat;
}
#csr-en-response .t18-guide-upper {
	margin-top: 20px;
}
#csr-en-response .t18-guide-block-inner-bottom-links li,
#csr-ac-product-viruscontrol .t18-guide-block-inner-bottom-links li {
	float: none;
	display: block;
}
@media screen and (max-width: 750px) {
	.csr-pdf-download a span::before {
		width: 30px;
		height: 45px;
		margin: 0px 12px 0 0px;
    	background-size: 30px;
	}
}

/*--- action.html ---*/
#csr-ac-environmental .t18-icon-blank {
	text-decoration: underline;
}
#csr-ac-environmental .t18-icon-blank:hover {
	opacity: 0.6;
}
#csr-ac-environmental .t18-inquiry-bottom-privacy-inner:last-child .t18-img-right {
	height: 220px;
}
.t18-inquiry-bottom-privacy-inner .t18-photo-col2, .t18-inquiry-bottom-privacy-inner .t18-photo-col3 {
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 0;
}
.t18-inquiry-bottom-privacy-inner .t18-photo-col2 p {
    width: 48%;
    margin: 0;
    padding: 0;
}
.t18-inquiry-bottom-privacy-inner .t18-photo-col3 p {
    width: 31.5%;
    margin: 0;
    padding: 0;
}
.t18-inquiry-bottom-privacy-inner .t18-photo-col2 p img, .t18-inquiry-bottom-privacy-inner .t18-photo-col3 p img {
    width: 100%;
    height: auto;
}
.t18-inquiry-bottom-privacy-inner .photo-col2-cap, .t18-inquiry-bottom-privacy-inner .photo-col3-cap {
    font-size: 85%;
    text-align: center;
    margin: 0;
    padding: 0;
}
@media screen and (max-width: 750px) {
	#csr-ac-environmental .t18-inquiry-bottom-privacy-inner:last-child .t18-img-right {
		height: auto;
	}
.t18-inquiry-bottom-privacy-inner .t18-photo-col2, .t18-inquiry-bottom-privacy-inner .t18-photo-col3 {
    display: block;
}
.t18-inquiry-bottom-privacy-inner .t18-photo-col2 p, .t18-inquiry-bottom-privacy-inner .t18-photo-col3 p {
    width: 100%;
}
}










/*--- person.html ---*/
#csr-pe-employment .t18-middle-rgt-paras {
	margin: 0 auto 20px;
}
#csr-pe-employment .t18-pl50 {
	padding-left: 80px;
}
#csr-pe-employment .t18-list-basic1 {
	padding-left: 20px;
}
#csr-pe-employment .t18-list-basic1 .t18-list-basic1 {
	margin-left: -60px;
	margin-bottom: 20px;
}
#csr-pe-employment .t18-list-basic1 .t18-list-basic1 li {
	margin: 0;
}
@media screen and (max-width: 750px) {
	#csr-pe-employment .t18-pl50 {
		padding-left: 135px;
	}
	#csr-pe-employment .t18-list-basic1 {
		padding-left: 40px;
	}
	#csr-pe-employment .t18-list-basic1 .t18-list-basic1 {
		margin-left: -120px;
		margin-bottom: 20px;
	}
}





/* SDGs -----------------------------------------------------*/
.sdgs_area {
    display: flex;
    list-style: none;
    width: 100%;
    margin: 0 0 40px;
    padding: 0;
}
.sdgs_area li {
    padding-right: 15px;
    width: 120px;
}
.sdgs_area li img {
    width: 100%;
    height: auto;
}
@media screen and (max-width: 750px) {
.sdgs_area li {
    width: 25%;
}
}


.arrowlink {
background-image: url(/common/images/product_arrow.png);
   background-repeat: no-repeat;
   background-position: 10px 5px;
   background-size: 7px 12px;
   font-size: 1.6rem;
   line-height: 1.333;
   list-style-type: none;
   padding: 0 0 0 30px;
   margin: 0 10px 15px 0;
   display: block;
}
.arrowlink a {
   color: #000;
   text-decoration: none;
}
.arrowlink a:hover {
   text-decoration: underline;
}
