.c-mq-bgImg_pc01_01 { background-image: url("/jp/sustainability/sustainable/image/sustainable_main_pc.jpg");}
.c-mq-bgImg_sp01_01 {
background-image: url("/jp/sustainability/sustainable/image/sustainable_main_sp.jpg");
background-size: auto 100%;
}
@media screen and (max-width: 1000px) and (min-width: 769px) {
  .c-mq-bgImg_pc01_01 {
    background-position: center bottom;
    background-size: auto 550px;
  }
}
@media screen and (max-width: 768px) and (min-width: 689px) {
  .c-mq-bgImg_sp01_01 {
    background-size: cover;
  }
}
	
#container{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 auto;
    padding: 0;
    max-width: 960px;
    width: 100%;
	padding-bottom: 80px;
}
	.c-PenetrationContainer{
		background: #f5f5f5 !important;
	}
.Grid-col-lg-6{
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	width: 48% !important;
	margin-bottom: 3%;
}
.Grid-col-lg-6:nth-child(2n){
	margin-left: 4% !important;
	}
.c-Link-media__link__text＿Area {
	position: absolute;
    top: 0;
    left: 50%;
    display: table;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 10px 15px;
    width: 50%;
    background: #cc0000;
    color: #ffffff;
    font-weight: bold;
	height: 100%;
}
	.c-Link-media__link__text＿Area > .title{
		font-size: 16px;
		line-height:1.6;
		margin-bottom: 10px;
	}
	.c-Link-media__link__text＿Area > .sub_title{
		font-size: 14px;
		font-weight: 100;
		line-height: 115%;
		margin-top: 0.3em;
	}
	.c-Link-media__link__text＿Area > .c-Btn-def{
		 font-weight: 100;
   		 position: absolute;
   		 right: 5%;
   		 bottom: 5%;
	}
	.c-Link-media__link__text＿Area > .date{
		text-align: left;
		font-weight: 100;
   		font-size: 12px;
   		margin-top: 10px;
	}

    .sub_title{
         font-weight: normal;
   	 font-size: 12px;
    }
	.u-Img-responsive-max{
		width: 50%;
    	height: auto;
    	vertical-align: bottom;
	}
	.sp_img{
		width: 100%;
		height: auto;
		max-width: 768px;
	}
	.old_Area{
		background: #737373;
	}
	.pc_img{
		min-width: 230px;
	}
	.u-Img-responsive-max{
		height: 100%;
		}
	.c-Cols-wrap{
		margin: 0px 0 10px -30px !important;
	}
	.c-Link-media__link__text＿Area_old{
		padding: 8% 4%;
		color: #fff;
	}
	.c-Link-media__link__text＿Area_old > .title{
		line-height:1.6;
		font-size: 16px;
		text-align: left;
		font-weight: bold;
	}
	.c-Link-media__link__text＿Area_old > .sub_title{
		font-size: 14px;
		text-align: left !important;
		line-height:1.4;
		padding-top: 0.5em;
		font-weight: normal !important;
	}
	.c-Link-media__link__text＿Area_old > .c-Btn-def{
		margin-top: 25px;
		font-weight: 80;
		text-align: left;
	}
	.c-Link-media__link__text＿Area_old > .date{
		position: relative;
		text-align: right;
		margin-right: 4%;
		font-weight: 100;
		margin-top: 10%;
	}
	@media screen and (max-width: 768px) {
		.Grid-col-lg-6 {
			width: 100% !important;
			margin-bottom: 1em;
			height: auto !important;
		}
		.c-Link-media__link__text＿Area{
			width: 100%;
		}
		.c-Cols-1of2__mq_sp{
			margin-bottom: 0;
		}
		.pc_img{
			display: none;
		}
		.u-Img-responsive-max{
			width: 100%;
		}
		.c-Link-media__link__text＿Area{
			position: relative !important;
			left:0;
			height: 15% !important;
		}
		.Grid-col-lg-6:nth-child(2n){
			margin-left: 0 !important;
		}
		.c-Cols-1of3{
			width: 100%;
		}
		.c-Cols-wrap{
		margin: 0px 0 10px -10px !important;
		}
		.c-Link-media__link__text＿Area_old{
			 padding: 10% 5% 15% 5%;
		}
		.c-Link-media__link__text＿Area_old > .date{
		 text-align: left;
		 font-weight: 100;
   		 font-size: 12px;
   		 margin-top: 10px;
	}
	}
	@media screen and (min-width: 769px){
		.sp_img{
			display: none;
		}
	}

/* ============================================================================
 * 追加
 * ========================================================================= */
.column-wrap_research{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.column-wrap_research::after{
  content:"";
  display: block;
  width: calc(100% / 3 - 24px);
}
@media screen and (max-width:768px){
   .column-wrap_research{
	display: block;
   }
}



.column-wrap_research .col{
	width: calc(100% / 3 - 24px);
	background-color: #737373;
	position: relative;
	top: 0;
	left: 0;
	margin-bottom: 24px;
}



@media screen and (max-width:768px){
   .column-wrap_research .col{
      width: 100%;
      margin-bottom: 1em;
   }
}

.column-wrap_research .col:hover{
	opacity: 0.8;
}




.column-wrap_research .col .col-inner{
	padding: 10px 15px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	min-height: 230px;
}

.column-wrap_research .col a{
	color: #fff;
	text-decoration: none;
}

div.title-wrap{
line-height: 1.5;
}
/* @media screen and (max-width:768px){
   div.title-wrap{
     min-height: 80px;
   }
}

.column-wrap_research div.title-wrap{
	min-height: 130px
}
@media screen and (max-width:768px){
   .column-wrap_research div.title-wrap{
     min-height: 130px;
   }
}
 */

.column-wrap_research .col h3{
	margin-top: 0;
	line-height: 1.4;
	margin-bottom: 5px;
}

.column-wrap_research .col .more{
	margin-top: 0;
	position: absolute;
    	right: 5%;
    	bottom: 5%;
}


.column-wrap_research .col .right-ele{
		text-align: left;
		font-weight: 100;
   		font-size: 12px;
   		margin-top: 10px;
}

/* A */
.c-content--flex{
    display: flex;
    font-family:'メイリオ', 'Meiryo', sans-serif;
  }
  .c-content--flex__reverse{
    display: flex;
    flex-direction: row-reverse;
    font-family:'メイリオ', 'Meiryo', sans-serif;
  }
  .c-content--flex > div{
    width: 50%;
  }
  .c-content--flex--item__text img{
    width: 100%;
  }
  .c-content--title{
    font-size: 18px;
    font-weight: bold;
    text-align: left;
  }
  .c-content--title span{
    padding-left: 1.5em;
    display: inline-block;
    vertical-align: middle;
    position: relative;
  }
  .c-content--title span::after{
    position: absolute;
    content: "";
    display: inline-block;
    top:5px;
    left: 0;
    width: 10px;
    height: 10px;
    border-top: 2px solid #cc0000;
    border-right: 2px solid #cc0000;
    transform: rotate(45deg);

  }
  .c-content--title::after{
    content:"";
    position: relative;
  }
  .c-content--flex--item__text{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 25px 20px;
	box-sizing: border-box;
	width: 50%;
  }
  .c-content--text{
    margin-top: 15px;
    font-size: 14px;
    line-height: 1.7;
  }
  .mt-80sp-30{
    margin-top: 80px;
  }
  .c-content--flex--item__img{
	  width: 50%;
	  min-height: 0%;
  }
  .c-content--flex--item__img img{
	  width: 100%;
  }

  @media screen and (min-width: 769px) {
    .reverse_pl0{
    padding-left: 0;
  }
}
/* sp */
@media screen and (max-width: 768px){
  .c-content--flex{
      flex-direction: column;
    }
  .c-content--flex__reverse{
      flex-direction: column;
  }
  .c-content--flex__reverse > div{
    width: auto;
  }
  .c-content--flex__reverse img{
    width: 100%;
  }
    .c-content--flex > div{
    width: auto;
  }
    .c-content--flex img{
    width: 100%;
  }
  .c-content--flex--item__text{
    display: block;
  }
  .c-content--title{
    padding-top: 20px;
  }
  .c-content--flex--item__text{
    border: 1px solid #C8C8C8;
  }
  .mt-80sp-30{
    margin-top: 30px;
  }
  .c--text_wrap{
    white-space: normal;
  }

}
/*  */
.person_box{
	display: flex;
	width: 100%;
}
.person_item02{
	flex: 1;
	padding-left: 30px;
	
}
.person_item01{
	width: 210px;
}
.description-box{
	box-sizing: border-box;
	border: 1px solid #DDDDDD;
	padding: 30px;
}
.bg_none{
	background: none !important;
}
@media screen and (max-width: 768px){
.person_box {
display:block;
}
.person_item01{
  margin: 0 auto;
}
.person_item02{
  padding-left: 0;
  margin-top: 52px;
}
}

.flex_column_box{
	display: flex;
	justify-content: space-between;
}
.flex_column_box_item01,.flex_column_box_item02{
	width: 49%;
	text-align: center;
}
@media screen and (max-width: 810px) and (min-width: 768px){
.img_adjust{
	width: 100%;
}
}

@media screen and (max-width: 768px){
	.flex_column_box{
	display: block;
}
.flex_column_box_item01,.flex_column_box_item02{
	width: 100%;
}
.flex_column_box_item02{
	margin-top: 20px;
}
.sp__hidden{
	display: none !important;
}
.pc__hidden{
	display: block !important;
}
}
@media screen and (max-width: 350px){
.pc__hidden img{
	width: 100%;
}
}

.pc__hidden{
display: none;
}
.sp__hidden{
display: block;
}
.pro-ttl{
	padding-bottom: 15px;
	font-weight: bold;
}
.pro-txt{
	padding-bottom: 30px;
}
.pro-ttl-ct{
	text-align: center;
	padding: 50px 0 20px 0;
	font-weight: bold;
	font-size: 20px;
	font-family:Arial, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.graph-ttl{
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	padding-bottom: 30px;
	font-family:Arial, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.notes{
	font-size: 0.85em;
	padding-left: 2em;
}
.notes[data-note="note01"]:before{
	content: "（注）";
}
.notes[data-note="note02"]:before{
	content: "（出所）";
}
.notes[data-note="note03"]:before{
	content: "※";
}
.notes[data-note="note04"]:before{
	content: "*";
}
.notes[data-note="note05"]:before{
	content: "(Note)";
	padding-right: 5px;
}
.notes[data-note="note06"]:before{
	content: "(Source)";
	padding-right: 5px;
}
.notes[data-note="note03"]{
    padding-left: 0em;
}
.notes[data-note="note03"]:first-letter{
	margin-left: 0em;
}
.notes[data-note="note04"]{
	padding-left: 0em;
}
.notes[data-note="note04"]:first-letter{
	margin-left: 0em;
}
.notes[data-note="note05"]{
	padding-left: 4em;
}
.notes[data-note="note06"]{
	padding-left: 4em;
}
.notes[data-note="note06"]:first-letter{
	margin-left:-4em;
}
.notes[data-note="note01"]:first-letter{
	margin-left: -3em;
}
.notes:first-letter{
	margin-left: -3em;
}
.description-box-title{
	text-align: center;
	font-weight: bold;
	padding-bottom: 15px;
}
/* finance/sri.html */
.research_title{
	font-size: 20px;
	text-align: center;
	font-weight: bold;
}
@media screen and (max-width: 768px){
	.research_title{
		font-size: 18px;
	}
}
.flex_column_box{
	display: flex;
	justify-content: space-between;
}
.flex_column_box_item01,.flex_column_box_item02{
	width: 49%;
	text-align: center;
	background: #F5F5F5;
	padding: 30px 0;
}
.p-ttl{
	font-size:19px;
	font-weight: bold;
}
.p-per{
	padding-top: 20px;
	font-size: 45px;
	color: #CC0000;
	font-weight: bold;
}
.p-per span{
	font-size: 37px;
}
.p-note{
	font-size: 12px;
	padding-top: 20px;
}
.p-txt{
	font-size: 20px;
	vertical-align: bottom;
	padding-top: 25px;
}
.p-txt span{
	font-size: 40px;
	color: #CC0000;
	font-weight: bold;
}
@media screen and (max-width: 768px){
	.flex_column_box{
	display: block;
}
.flex_column_box_item01,.flex_column_box_item02{
	width: 100%;
}
.flex_column_box_item02{
	margin-top: 20px;
}
}
.c-Link-arrow[data-color='white']{
	color: white;
}
.research_box{
	width: 100%;
	display: flex;
	clear: both;
	height: 120px;
	overflow: hidden;
}
.research_link_wrapper{
	position: relative;
}
a.research_link{
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 200;
}
a.research_link:hover{
	background-color: #F5F5F5;
	opacity: .3;
	transition: .3s;
}
.research_box_item01,.research_box_item02{
	color: #ffffff;
	width: 50%;
	height:auto;
}
.research_box_item01.research_content_bg01{
	background: url("/jp/sustainability/sustainable/image/finance_01.png");
	background-repeat: no-repeat;
	background-size: cover;
}
.research_box_item01.research_content_bg02{
	background: url("/jp/sustainability/sustainable/image/finance_02.png");
	background-repeat: no-repeat;
	background-size: cover;
}
.research_box_item01.research_content_bg03{
	background: url("/jp/sustainability/sustainable/image/finance_03.png");
	background-repeat: no-repeat;
	background-size: cover;
}
.research_box_item01.research_content_bg04{
	background: url("/jp/sustainability/sustainable/image/finance_04.png");
	background-repeat: no-repeat;
	background-size: cover;
}
.research_box_item01.research_content_bg05{
	background: url("/jp/sustainability/sustainable/image/finance_05.png");
	background-repeat: no-repeat;
	background-size: cover;
}

.research_box_item02{
	box-sizing: border-box;
	padding: 10px 20px;
	background: #CC0000;
	position: relative;
	display: flex;
	flex-direction: column;
	flex: 1 1 0%;
}
.float_first{
	display: flex;
}
.float_first div:nth-child(1){
	width: 75%;
}
.float_first div:nth-child(2){
	width: 25%;
}
.clear_float{
	display: flex;
	width: 100%;
	justify-content: space-between;
	box-sizing: border-box;
	margin-top: auto;
}
.clear_float div:nth-child(1){
	width: 75%;
}
.clear_float div:nth-child(2){
	white-space: nowrap;
	width: 25%;
	text-align: right;
}
.research_right{
	text-align: right;
	color: #ffffff !important;
}
@media screen and (max-width: 768px){
	.research_box_item01{
		background: none;
	}
.research_box {
display:block;
height: auto;
}
.research_box_item02{
	padding: 15px;
}
.research_box_item01,.research_box_item02{
	width: 100%;
}
.clear_float{
	display: block;
	position: static;
}
.clear_float div:nth-child(2){
	margin-right: 0px;
}
.float_first{
	display: block;
}
.float_first div:nth-child(1){
	width: 100%;
}
.float_first div:nth-child(2){
	width: 100%;
	margin-top: 10px;
}
.float_first div:nth-child(2) p{
	text-align: left !important;
}
.clear_float div:nth-child(2){
	text-align: left;
}
}
p[data-color='white'].c-Link-arrow:before,  p[data-color='white'].c-Link-arrow--m:before, p[data-color='white'].c-Link-arrow--l:before{
color:white;
}
.text_left{
	text-align: left !important;
}
.text-jus-pos{
	text-align: left;
	padding: 0 30px;
}
.white_box{
	background: #fff;
	margin: 10px 30px;
	padding: 15px 30px;
}
.white_box_title{
	font-size: 31px;
	font-weight: bold;
}
.white_box_title span{
	font-size: 20px;
}
.white_box_note{
	font-size: 12px;
}


/* スライダー */
.swiper_wrapper{
	width: 100%;
	/* background: red; */
	/* padding: 0 50px; */
	padding-bottom: 10px;
}
.swiper-container {
	width: 100%;
	height: 100%;
  }

  .swiper-slide {
	text-align: center;
	/* background: red; */
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
  }
  .swiper-pagination-bullet-active{
	  background: #707070;
  }
  .swiper-pagination{
	  text-align: center;
	  position: relative;
  }
  :root {
--swiper-navigation-color: #000000;
}
.swiper-pagination-bullet{
  margin-right: 15px;
}
.swiper-button-next:after:focus, .swiper-button-prev:after:focus{
  background: none !important;
}
.swiper-pagination span{
  outline: none;
}
.arrow-button-next,.arrow-button-prev{
	position: absolute;
	display: inline-block;
	padding-left: 20px;
	cursor: pointer;
	outline: none;
}
.arrow-button-next,.arrow-button-prev:hover{
	opacity: 0.8;
	transition: 0.5s;
}
.arrow-button-next{
	position: absolute;
	top: 50%;
	right: 10px;
	z-index: 90;
}
.arrow-button-prev{
	position: absolute;
	top: 50%;
	left: 10px;
	z-index: 90;
}
.prev_slide02,.next_slide02,.prev_slide04,.next_slide04{
	position: relative;
}
.arrow-button-next::before{
	content: '';
	width: 15px;
	height: 15px;
	border: 0px;
	border-top: solid 2px #cccccc;
	border-right: solid 2px #cccccc;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -4px;
}
.arrow-button-prev::before{
	content: '';
	width: 15px;
	height: 15px;
	border: 0px;
	border-bottom: solid 2px #cccccc;
	border-left: solid 2px #cccccc;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -4px;
}
/* ps */
.swipe_list{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
}
.swipe_list_items{
	width: calc(90% / 3);
	height: 176px;
	/* background: pink; */
	margin-right: 10px;
	margin-top: 10px;
	box-sizing: border-box;
	padding: 20px;
	text-align: left;
	border:1px solid #cccccc;
	display: flex;
	flex-direction: column;
}
.items_note_box{
	border-top:1px solid #cccccc;
	margin-top: auto;
	display: flex;
	flex-direction: column;
	height: 100%;
	min-height: 0%;
	padding: 10px 10px 0;
	position: relative;
	font-size: 12px;
}

.items_title{
	font-size: 18px;
	padding-left: 10px;
	font-weight: bold;
	height: 100%;
	min-height: 0%;
	position: relative;
}

.items_title span{
	position:absolute;
	margin: auto;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translate(-0%, -50%);
}
@media screen and (max-width: 768px){
	.items_title{
		font-size: 16px;
	}
	.items_note_box{
		font-size: 11px;
	}
}
.items_txt_note{
	position: absolute;
	bottom:0;
}
.items_border_none{
	border:none !important;
}
@media screen and (max-width: 768px){
	.swipe_list{
		justify-content: space-between;
	}
	.swipe_list_items{
		width: 49%;
		margin-right: 0;
		padding: 10px;
		height: 176px;
	}
}
/* sp */
/* .swipe_list_sp{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
	background: #000;
}

.swipe_list_items_sp{
	width: 45%;
	margin-right: 0;
	padding: 10px;
	height: 176px;
	background: #000;
}
.swipe_list_items_sp:nth-child(2n){
	margin-left: 10px;
}
.swipe_list_items_sp .items_title{
	display: flex;
	height: 30%;
}
.items_sp_txt_wrapper{
	height: 20%;
} */

.swipe_list_items:nth-child(3n){
	margin-right: 0;
}
.swipe_list_items .items_border{
	color: #cccccc;
}
.bg_items_green{
	background-image: url("/jp/sustainability/sustainable/image/items_green.png");
	background-repeat: no-repeat;
	background-position:right 20px  bottom 15px;
}
.bg_items_orange{
	background-image: url("/jp/sustainability/sustainable/image/items_orange.png");
	background-repeat: no-repeat;
	background-position:right 20px  bottom 15px;
}
.bg_items_purple{
	background-image: url("/jp/sustainability/sustainable/image/items_purple.png");
	background-repeat: no-repeat;
	background-position:right 20px  bottom 15px;
}
.bg_items_blue{
	background-image: url("/jp/sustainability/sustainable/image/items_blue.png");
	background-repeat: no-repeat;
	background-position:right 20px  bottom 15px;
}
/* sp bg_size */
.bg_sp_size{
	background-size: 25px 25px;
}
.sp_swiper_op{
	display: none;
}
@media screen and (max-width: 768px){
	.sp_swiper_op{
		display: flex;
		justify-content: space-between;
	}
}
/*  */
.swipe_list_s{
	width: 100%;
	margin: 0 30px;
	display: flex;
	justify-content: space-between;
}
.swipe_list_s_items{
	width: calc(97% / 3);
	height: 330px;
	border:1px solid #cccccc;
	display: flex;
	flex-direction: column;
}
.swipe_list_s_items_img{
	min-height: 0%;
	margin-bottom: 15px;
}
.swipe_list_s_items_img img{
	width: 100%;
}
.swipe_list_s_items_child{
	display: flex;
    flex-direction: column;
    flex: 1 0 auto;
}
.swipe_list_s_items_txt{
	text-align: left;
	font-size: 14px;
	box-sizing: border-box;
	padding: 0 15px 15px;
}
.swipe_list_s_items_note{
	margin-top: auto;
	padding: 0 15px 10px;
	display: flex;
}
.swipe_list_s_items_note_right{
	margin-left: auto;
	color: #707070;
}
@media screen and (max-width: 768px){
	.swipe_list_s{
		justify-content: space-around;
	}
	.swipe_list_s_items_note{
		display: flex;
		flex-direction: column;
		text-align: left;
	}
	.swipe_list_s_items_note_right{
		margin-right: auto;
		margin-left: 0;
		text-align: left;
		margin-top: 10px;
	}
	.swipe_list_s_items{
		width: 45%;
	}
	.swipe_list_s{
		margin: 0;
	}
}

.finance_box{
	text-align: center;
	padding: 40px;
	margin-top: 50px;
	font-size: 18px;
	line-height: 2;
	background: #F5F5F5;
	background-image: url("/jp/sustainability/sustainable/image/finance_txt_bg_prev.png") ,url("/jp/sustainability/sustainable/image/finance_txt_bg_next.png");
	background-repeat:no-repeat;
	background-position: top 20px left 40px, bottom right 40px;
}
.small_txt{
	font-size: 14px;
}
@media screen and (min-width: 768px) and (max-width:900px){
	.finance_box{
		background-position: top 5px left 3px, bottom 10px right 10px;
		/* background: #000; */
	}
}
@media screen and (max-width: 768px){
	.finance_box{
		background-image: url("/jp/sustainability/sustainable/image/finance_txt_bg_prev.png") ,url("/jp/sustainability/sustainable/image/finance_txt_bg_next.png");
		background-repeat:no-repeat;
		background-position: top 10px left 5px, bottom 5px right 10px;
		padding: 20px;
		background-size: 40px;
	}
}
.finance_person_box{
	background-color: #F5F5F5;
	width: 100%;
	display:flex;
	margin-top: 30px;
}
@media screen and (max-width: 768px){
	.finance_person_box{
		height: auto;
	}
}

.finance_person_items01{
	width: 160px;
}
.finance_person_items01 img{
	width: 120px;
}
.finance_person_items01{
	padding: 20px;
	box-sizing: border-box;
}
.finance_person_items02{
	padding: 20px 50px 30px 30px;
	background-image: url("/jp/sustainability/sustainable/image/finance_txt_bg_prev.png") ,url("/jp/sustainability/sustainable/image/finance_txt_bg_next.png");
	background-repeat:no-repeat;
	background-position: top 10px left, bottom 60px right 30px;
	background-size: 20px;
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
	flex: 1 1 0%;
}

.finance_txt{
	text-align: left;
	margin-top: auto;
	padding-top: 20px;
}
@media screen and (max-width: 768px){
	.finance_person_box{
		display:flex;
		flex-direction: column;
		margin-top: 15px;
	}
	.finance_person_items01{
		margin: 0 auto;
	}
	.finance_person_items02{
		padding: 30px;
		width: 100%;
		background-position: top 10px left 10px, bottom 60px right 10px;
		flex: 1 1 auto;
	}
	.finance_txt{
		text-align: left;
		margin-top: 10px;
	}
}
.flex_finance_box{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
	align-content:space-between;
}
.flex_finance_box_item{
	width: 48%;
	height: 180px;
	display: flex;
	flex-direction: column;
	padding: 30px;
	box-sizing: border-box;
	border: 1px solid #DDDDDD;

}
.flex_finance_box_item:nth-child(n+3){
	margin-top: 4%;
}
.flex_finance_box_item p:nth-child(2){
	padding-top: 30px;
}
.flex_finance_box_item.advice{
	background-image: url("/jp/sustainability/sustainable/image/flex_finance_box_advice.png");
	background-repeat:no-repeat;
	background-position: top 20px right 20px;
}
.flex_finance_box_item.product{
	background-image: url("/jp/sustainability/sustainable/image/flex_finance_box_product.png");
	background-repeat:no-repeat;
	background-position: top 20px right 20px;
}
.flex_finance_box_item.sri{
	background-image: url("/jp/sustainability/sustainable/image/flex_finance_box_sri.png");
	background-repeat:no-repeat;
	background-position: top 20px right 20px;
}
.flex_finance_box_item.research{
	background-image: url("/jp/sustainability/sustainable/image/flex_finance_box_research.png");
	background-repeat:no-repeat;
	background-position: top 20px right 20px;
}
@media screen and (max-width: 768px){
	.flex_finance_box{
		display: flex;
		flex-direction: column;
	}
	.flex_finance_box_item{
		width: 100%;
		height:180px;
	}
	.flex_finance_box_item:nth-child(2){
		margin-top: 4%;
	}
}
.flex_finance_2col{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.flex_finance_2col_item{
	width: 48%;
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
}
@media screen and (max-width: 768px){
	.flex_finance_2col{
		display:flex;
		flex-direction: column;
		flex: 1 1 0%;
	}
	.flex_finance_2col img{
		width: 100%;
	}
	.flex_finance_2col_item{
		width: 100%;
		margin-top: 40px;
	}
}
/* table */
.scroll table{
	width: 100%;
	min-width: 500px !important;
	overflow: auto;
	text-align: left;
	border-bottom: none;
}
.scroll th{
	background: #707070;
	color: #fff;
	width: 20%;
	border-bottom: 1px solid #ffff;
}

.scroll .td-first {
	width: 25%;
}
.scroll td, .scroll th{
	text-align: left;
}
@media screen and (max-width: 768px){
	table.scroll {
		overflow-x: scroll;
	}
}


/* img  sp auto */
@media screen and (max-width: 768px){
	.sp_mt_30{
		margin-top: 30px;
	}
	.sp_mt_20{
		margin-top: 20px !important;
	}
	.sp_mt_25{
		margin-top: 25px !important;
	}
}
@media screen and (max-width: 768px){
	.sp_break-all{
		word-break: break-all;
	}
}

/* Banner-links */
.Banner-links a{
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
}
.Banner-links a.Banner-links__banner07{  background-image: url("/services/image/global_research_banner_01.jpg");  }

.Banner-links h2{
  margin: 10px 0;
  font-weight: normal;
  font-size: 30px;
}
.Banner-links__txt{
  display: block;
  padding: 5% 10%;
  height: 300px;
  line-height: 1.3;
}
.message-right.Banner-links__box{
  padding: 4% 0 6.5% 70%;
}

.Banner-links__txt > span{
  display: block;
}
.Banner-links__copy{
  margin: 10px 0;
  font-size: 20px;
}
.Banner-links__name{
  margin: 10px 0;
}
.Banner-links__name strong{
  display: block;
}
.Banner-links__link{
  background: url("/services/asset/image/icon_menu-right.png") 0 4px no-repeat;
  background-size: 8px auto;
  margin: 20px 0;
  padding: 0 0 0 17px;
  font-size: 14px;
  font-weight: bold;
  color: #B8B8B8;
}
.Banner-links__link.blank {
  background: url("/services/image/icon_menu-right_white.png") 0 4px no-repeat, url("/services/image/blank_icon_white.png") 235px center no-repeat;
  background-size: 8px auto, 15px auto;
}
.Banner-links__link.blank02 {
  background-position: 0 4px, 180px center;
}
.Banner-links__link_02{
font-size: 14px;
	font-weight: bold;
	color: #B8B8B8;
}
.Banner-links__link_02.blank {
	background: url(/services/image/icon_menu-right_white.png) 0 4px no-repeat;
	background-size: 8px auto, 15px auto;
	padding-left:1em;
}
.Banner-links__link.blank {
	background: url(/services/image/icon_menu-right_white.png) 0 4px no-repeat;
	background-size: 8px auto, 15px auto;
}
.Banner-links__txt_02 {
	display: block;
	padding: 3% 20% 6.5% 5%;
	height: 70px;
	line-height: 1.3;
}
.blank_icon{
width:16px;
margin-left:1em;
margin-top: 0.2em;
}

@media screen and (max-width: 768px) {
  .Banner-links h2{
    margin: 10px 0;
    font-size: 17px;
  }
  .Banner-links__txt{
    padding: 5% 3.125%;
    height: auto;
  }
  .Banner-links__copy{
    font-size: 12px;
  }
  .Banner-links__copy br{
    display: none;
  }
  .Banner-links__name{
    font-size: 10px;
  }
  .Banner-links__name strong{
    display: block;
  }
  .Banner-links__link{
    background-size: 5px auto;
    margin: 10px 0;
    padding: 0 0 0 12px;
    font-size: 10px;
  }
  .Banner-links__link.blank {
    background-size: 5px auto, 10px auto;
    background-position: 0 4px, 165px center;
  }
  .Banner-links__link.blank02 {
    background-position: 0 4px, 130px center;
  }
	.Banner-links__link_02.blank {
    background: url(/services/image/icon_menu-right_white.png) 0 -1px no-repeat;
    background-size: 8px auto, 15px auto;
    padding-left:1em;
}
.Banner-links__link.blank {
    background: url(/services/image/icon_menu-right_white.png) 0 -1px no-repeat;
    background-size: 8px auto, 15px auto;
}
.Banner-links__link_02.blank {
    font-size: 10px;
}
.Banner-links__txt_02 {
    display: block;
    padding: 4% 25% 6.5% 3.125%;
    height: auto;
    line-height:1;
}
.blank_icon{
width: 10px;
margin-top: 0.5em;
}
}
@media screen and (max-width: 480px) {
	.Banner-links__txt_02 {
		line-height: 1.0;
	}
	}
	
	.Headline .first_paragraph{
			margin-top: 0;
	}
	
	
	@media screen and (max-width: 768px){
		.Headline {
			margin: 5% 0;
		}
	}