@charset "utf-8";
/* CSS Document */


/* ---------共通---------- --*/
.contentsType02,
.contentsType02 p,
.contentsType02 ul{
	font-size: 17px;
}
#en .contentsType02.en,
#en .contentsType02.en p,
#en .contentsType02.en ul{
	font-size: 18px;
}
.contentsType02 h3 {
    margin: 70px 0 35px;
}
.contentsType02 h5{
	font-size: 22px;
	margin:30px 0 15px;
}
.bgpink{
	background:#f4efeb;
}
.small2{
	font-size:70%;
}
.notice01 {
    padding: 20px !important;
}

/* 英語用 */
#en .contentsType02 h5{
	font-size: 25px;
}
#en .contentsType02 .lyt-col-01 h5{
	font-size: 21px;
}

#en .contentsType02.en  ul {
    line-height: 1.4;
}


/*　テーブル */
.cmpTable{
	width: 100%;
	margin:20px 0 20px;
	border-top: 1px dotted #d2d2d2;
	border-right: none;
	border-bottom: none;
	border-left: none;
	text-align:left;
	font-size:18px;
}
#en .cmpTable{
	font-size: 20px;
}

.cmpTable th{
	width:20%;
	padding: 20px 0;
	border-top: none;
	border-right:none;
	border-bottom: 1px dotted #d2d2d2;
	border-left: none;
	font-weight:normal;
	vertical-align:middle;
}
.cmpTable td{
	padding: 20px;
	border-top: none;
	border-right:none;
	border-bottom: 1px dotted #d2d2d2;
	border-left: none;
	color:#808080;
	vertical-align:middle;
}
.cmpTable td img{
	vertical-align:middle;
}

.tbl03 {
    width: 100%;
}
.tbl01 th, .tbl01 td{
	padding:8px 5px;
}
.tbl03 th, .tbl03 td{
	padding:15px;
}
.delay{
	width:100%;
}
.delay th{
	width:15%;
}
.delay td .pdf{
	margin-right:15px;
}


/* リスト（通常） */

ul.list-bullet-01{
	list-style-type:none;
}
.list-bullet-01 > li {
    position: relative;
    margin-bottom: 0.5em;
    padding-left: 20px;
}
.list-bullet-01 > li li {
    margin-bottom: 0.2em;
}
.list-bullet-01 > li::before {
    content: "";
    position: absolute;
    top: 0.5875em;
    left: 4px;
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #07185c;
}

[class*="list-"] > li > ul:first-of-type{
	margin-top: 0.375em;
}
.list-bullet-01 .list-bullet-01 > li::before{
	top: 0.65em;
    width: 4px;
    height: 4px;
    background-color: #949494;
}

/* リスト（チェックマーク）*/

ul.list-check {
  /*font-size: 13px;
  line-height: 1.8;*/
  list-style-type: none;
}

ul.list-check li+li {
  margin-top: 5px;
}

ul.list-check li {
  position: relative;
  padding-left: 25px;
}

ul.list-check li:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 7px;
  top: .35em;
  left: 6px;
  -webkit-transform: rotate(50deg);
  -ms-transform: rotate(50deg);
  transform: rotate(50deg);
  border-right: 2px solid #9c9c9c;
  border-bottom: 2px solid #9c9c9c;
}

ul.list-check li:after {
  content: "";
  position: absolute;
  top: .2em;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #9c9c9c;
  border-radius: 2px;
}


/* リンク */

/*a.link-text-01:link {
    text-decoration: none;
}*/
a.link-text-01 {
    position: relative;
    padding-right: 12px;
}
a.link-text-01::after {
    content: "";
    display: inline-block;
    position: relative;
    border-right: 2px solid #07185c;
    border-bottom: 2px solid #07185c;
    width: 8px;
    height: 8px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 0.1em;
    right: -9px;
    transition: right .2s;
    will-change: right;
}

/*　画像切り替え */

.fade-img {
 width: 400px;
 height: 300px;
 position:relative;
}

.fade-img img {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 object-fit:cover;
}

/* 区切り線 */

hr.border-dot{
	display:block;
	border-top: 1px dashed #e7e7e7;
	border-bottom: 1px dashed #fff;
}


/* -----------環境トップ------------ */

.contentsType02 .intro{
	padding:60px;
}
.contentsType02 .intro h3{
	text-align:center;
}
.contentsType02 .intro h3 span{
	display: inline-block;
    font-weight: bold;
    color: #0c2a4d;
    font-size:22px;
    border:0;
	border-bottom: 1px solid #ccc;
    padding:0;	
    margin:0;	

}

#en .contentsType02 .intro h5 {
    font-size: 21px;
}

/* トピックス（ニュースリリース） */

.contentsType02 ul.list-news-01{
	font-size:16px;
	line-height:1.6;
}
.list-news-01 > li {
  display: -webkit-flex;
  display: flex;
}

.list-news-01 > li + li {
  margin-top: .9375em;
}

.list-news-01 > li > .date {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  width: 7em;
}

.list-news-01 > li > .link .new {
  position: relative;
  top: -.071429em;
  display: inline-block;
  line-height: 1.71429;
  margin-right: 5px;
  padding: 0 5px;
  background-color: #c80074;
  color: #fff;
  font-weight: normal;
}

.list-news-01.type-01 li + li {
  margin-top: 0;
}

/* 取り組みメニュー */

.lyt-col-01 > .col.colstretch {
	display: flex;
	align-items: stretch;
  
}
.col_menu{
	border:1px solid #d7d7d7;
	margin-bottom:1.5em;
	width: 100%;
}
.col_menu a.link-text-01{
	text-decoration: none;
}
.col_menu a.link-text-01::after {
    width: 6px;
    height: 6px;
    right: -3px;
}
.col_box{
	margin:5px 10px 10px;
}

/*　メニュー　*/

.nav-page-01 > a {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  border-top: 4px solid #eb008b;
  padding: 2.125em 44px;
  background-color: #ebebeb;
  text-decoration: none;
  transition: background-color .2s;
  will-change: background-color;
}


.nav-page-01 > a::before,
.nav-page-01 > a::after {
  content: "";
  position: absolute;
  display: block;
}

/*.nav-page-01 > a::before {
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 0 solid #eb008b;
  transition: border-bottom-width .1s;
  will-change: border-bottom-width;
}*/

/*.nav-page-01 > a::after {
  right: 20px;
  bottom: -20px;
  width: 40px;
  height: 40px;
  border-radius: .3125em;
  background-color: #07185c;
}*/

.nav-page-01 > a:hover,
.nav-page-01 > a:focus,
.nav-page-01 > a:active {
  background-color: #fff;
}


.nav-page-01 > a:hover::before,
.nav-page-01 > a:focus::before,
.nav-page-01 > a:active::before {
  border-bottom-width: 4px;
}


ul.nav-page-01 {
  margin-bottom: 0;
  list-style:none;
}



ul.nav-page-01 > li {
  border-bottom: 1px solid #d7d7d7;
}

/*ul.nav-page-01 > li:first-child {
  border-top: 1px solid #d7d7d7;
}*/

ul.nav-page-01 > li > a {
  position: relative;
  display: block;
  padding: .4375em 32px .4375em 10px;
  background-color: #fff;
  text-decoration: none;
  transition: background-color .2s;
  will-change: background-color;
  font-size:20px;
  font-weight:bold;
}

ul.nav-page-01 > li > a::before{
    content: "";
    position: absolute;
    display: block;
    width: 7px;
    height: 2px;
    border-radius: 2px;
	margin-top: -0.5px;
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}
ul.nav-page-01 > li > a::after{
    content: "";
    position: absolute;
    display: block;
    width: 7px;
    height: 2px;
    border-radius: 2px;
	margin-top: -1px;
    -webkit-transform: rotate(-35deg);
    transform: rotate(-35deg);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
}


ul.nav-page-01 > li > a::before,
ul.nav-page-01 > li > a::after {
  top: 50%;
  right: 16px;
  background-color: #07185c;
  transition: right .2s;
  will-change: right;
}
ul.nav-page-01 > li > a.no-link:hover {
  color:#0c2a4d;
}
ul.nav-page-01 > li > a.no-link::before,
ul.nav-page-01 > li > a.no-link::after {
  background-color: #fff;
  
}


/*ul.nav-page-01 > li > a:hover,
ul.nav-page-01 > li > a:focus,
ul.nav-page-01 > li > a:active {
  background-color: #ebebeb;
}*/

ul.nav-page-01 > li > a:hover::before,
ul.nav-page-01 > li > a:hover::after,
ul.nav-page-01 > li > a:focus::before,
ul.nav-page-01 > li > a:focus::after,
ul.nav-page-01 > li > a:active::before,
ul.nav-page-01 > li > a:active::after {
  right: 13px;
}

ul.nav-page-01 > li > a img{
	vertical-align:middle;
}

ul.nav-page-01 > li > ul {
  position: relative;
  margin: 0;
  padding: .75em 0;
  background-color: #fff;
}

ul.nav-page-01 > li > ul::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  height: 1px;
  background-color: #ebebeb;
  background-image: linear-gradient(to right, #d7d7d7 50%, #fff 50%);
  background-repeat: repeat-x;
  background-size: 4px 1px;
}

ul.nav-page-01 > li > ul > li {
  margin-top: .125em;
}

ul.nav-page-01 > li > ul > li > a {
  position: relative;
  display: block;
  padding: .125em 0 .125em 30px;
  text-decoration: none;
}

ul.nav-page-01 > li > ul > li > a::before,
ul.nav-page-01 > li > ul > li > a::after {
  top: .875em;
  left: 14px;
  background-color: #07185c;
  transition: left .2s;
  will-change: left;
}

ul.nav-page-01 > li > ul > li > a:hover,
ul.nav-page-01 > li > ul > li > a:focus,
ul.nav-page-01 > li > ul > li > a:active {
  text-decoration: underline;
}

ul.nav-page-01 > li > ul > li > a:hover::before,
ul.nav-page-01 > li > ul > li > a:hover::after,
ul.nav-page-01 > li > ul > li > a:focus::before,
ul.nav-page-01 > li > ul > li > a:focus::after,
ul.nav-page-01 > li > ul > li > a:active::before,
ul.nav-page-01 > li > ul > li > a:active::after {
  left: 17px;
}

/* ----------vision-------------- */

/*　矢印　*/

.dli-chevron-down {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  width: 1em;
  height: 1em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
}

.dli-chevron-down.orange {
	color:orange;
}
.dli-chevron-down.green {
	color:green;
}
.dli-chevron-down.blue{
	color:blue;
}

/*　ゴール */
.contentsType02 .lyt-col-01 .box-content-02,
.contentsType02 .lyt-col-01 .box-cs-01{
    padding: 30px;
}
.goal{
	min-height:420px;
}
.effort{
	min-height:320px;
}

/* 他言語用 */
#en .contentsType02.en .lyt-col-01 .box-content-02,
#en .contentsType02.en .lyt-col-01 .box-cs-01{
    padding: 20px;
}
#en .contentsType02.cn .goal,
#en .contentsType02.tw .goal{
    min-height: 360px;
}



#en .contentsType02.cn,
#en .contentsType02.tw,
#en .contentsType02.kr{
    font-size: 17px;
    font-family: Arial, Helvetica, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, メイリオ, sans-serif;
}
#en .contentsType02.cn h3,
#en .contentsType02.tw h3,
#en .contentsType02.kr h3{
    font-family: Arial, Helvetica, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, メイリオ, sans-serif;
}
#en .contentsType02.cn p,
#en .contentsType02.cn ul,
#en .contentsType02.tw p,
#en .contentsType02.tw ul,
#en .contentsType02.kr p,
#en .contentsType02.kr ul{
    line-height: 1.7;
	font-size: 17px;
}
