
#gnav > ul > li > .dropSp .dropPc {
  z-index: 10000;
}
.ui-icon {
display:none !important;
}

/*========= MENU ===============*/

#openbtn {
    display: flex;
    position:fixed;
    z-index: 50;/*ボタンを最前面に*/
    top: 6em;
    right: 10vw;
    width: 80px;
    height: 80px;
    cursor: pointer;
    background-color: #006d31;
}

#sdgs #openbtn p {
font-size:0.8rem;
}
#openbtn span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 20px;
    height: 3px;
    border-radius: 2px;
  background-color: #fff;
    width: 45%;
  }
  #openbtn-menu {
      position: absolute;
      color: #fff;
      top:50px;
      font-size: 0.8rem;
    left: 18px;
    }
  #openbtn-close {
      display:none;
    }

#openbtn span:nth-of-type(1) {
  top:17px;
}

#openbtn span:nth-of-type(2) {
  top:28px;
}

#openbtn span:nth-of-type(3) {
  top:41px;
}

/*×に変化*/
#openbtn.active {
background-color: #006d31;
}
#openbtn.active span:nth-of-type(1)  {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 50%;
}

#openbtn.active span:nth-of-type(2)  {
  opacity: 0;
}

#openbtn.active span:nth-of-type(3) {
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 50%;
}
  #openbtn.active #openbtn-menu {
      display:none;
    }
  #openbtn.active #openbtn-close {
          position: absolute;
          display:block;
      color: #fff;
      top:53px;
      font-size: 0.8rem;
    left: 18px;
    }

@media screen and (min-width: 811px) and (max-width: 992px) {
#openbtn {
right: 0vw;
}
}
@media screen and (max-width: 810px) {
#openbtn {
z-index: 50;
top:60px;
right: 0vw;
background: none;
    width: 65px;
    height: 65px;
}
#openbtn span:nth-of-type(1) {
    top: 12px;
}
#openbtn span:nth-of-type(2) {
    top: 24px;
}
#openbtn span:nth-of-type(3) {
    top: 36px;
}
#openbtn p {
display:none;
}
openbtn-menu
#openbtn.fixed {
    right: 0;
}
#openbtn.active {
background: none;
}

}




#g-nav{
    /*position:fixed;にし、z-indexの数値を小さくして最背面へ*/
    position:fixed;
   z-index: 30;
    /*ナビの位置と形状*/
  top:-180%;
  width:100%;
   left:0;
    height: 100%;/*ナビの高さ*/
 background: rgba(0, 0, 0, 0.8);
    /*動き*/
  transition: all 0.3s;
}

/*アクティブクラスがついたら透過なしにして最前面へ*/
/*アクティブになったエリア*/
#g-nav.panelactive{
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position:fixed;
    z-index: 30;
  top: 0;
  width:100%;
    height: 100vh;
}

#g-nav.panelactive section {
    padding-top: 100px;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list{
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    width: 100%;
    height: 100%;/*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.accordion {
margin: 3em auto;
max-height: 100%;
}
.accordion img {
height:2.5vh
}

@media screen and (max-width: 810px) {
.accordion img {
height:2vh
}
}

.toggle {
display: none;
}
.option {
position: relative;
margin-bottom: 1.8em;
}
.option .oppen {
margin-bottom: 0;
}
.title,
.content {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
transform: translateZ(0);
transition: all 0.3s;
}
.title {
padding: 1.2em;
display: block;
color: #fff;
font-weight: bold;
background-color: #6EAD1A;
font-size: 1.3em;
}
.title span{
font-weight: normal;
padding-left:30px;
font-size: 0.8em;
}
#sdgs p.top {
line-height: 1.5;
font-size: 1rem;
}
p.top a {
padding: 1.2em;
display: block;
color: #555;
font-weight: bold;
background: #fff;
font-size: 1.2em;
  position: relative;
  display:block;
 margin-bottom: 1.8em;
 cursor:pointer
}
p.top a::before {
  content: '';
  width: 10px;
  height: 10px;
  border-top: solid 2px #555;
  border-right: solid 2px #555;
  position: absolute;
    right: 1.25em;
    top: 1.5em;
  transform: rotate(45deg);
}

.title::after,
.title::before {
content: "";
position: absolute;
right: 1.25em;
top: 1.25em;
width: 2px;
height: 0.75em;
background-color: #fff;
transition: all 0.3s;
}
.title::after {
transform: rotate(90deg);
}
.content {
max-height: 0;
overflow: hidden;
color: #fff;
}

.content ul {
margin: 10px 0 0 0 ;
padding: 10px;
}
.content li {
    list-style: none;
    line-height: 250%;
    padding: 0;
    font-weight: bold;
      position: relative;
  display: inline-block;
      padding: 15px 20px;
  color: #fff;
  text-decoration: none;
}
.content li:before {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -4px;
  transform: rotate(45deg);
}
.content li a {
color:#fff;
 cursor: pointer;
}

.toggle:checked + .title + .content {
max-height: 100%;
}
.toggle:checked + .title::before {
transform: rotate(90deg) !important;
}
.title.sub {
font-size: 1em;
margin:0 20px;
}

.title.sub2 {
border-bottom:2px solid #fff;
background-color: #87c731;
font-size: 1em;
margin:0 20px;
}
.content.sub .row {
font-size: 0.8em;
padding:15px;
}


@media screen and (max-width: 810px) {
#g-nav.panelactive section {
    padding-top: 160px;
}
.accordion {
margin: 0;
max-height: 100vh;
}
p.top a {
padding: 1em;
font-size: 1em;
margin-bottom: 1.3em;
}
.title {
padding: 1em;
font-size: 1em;
}
.content li {
      padding: 10px 15px;
          line-height: 150%;
          font-size: 0.8em;
}
}

/*========= 動画設定 ===============*/

.video_wrapper {
clip-path: ellipse(60% 70% at 50% 25%);
 position: relative;
  height: 90vh;
  width: 100vw;
}

video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100vw;
}

.video_wrapper div {
background-color: rgba(0, 0, 0, 0.2);
  height: 120vh;
  width: 100vw;
}
.block {
  width: 100%;
}
@media screen and (min-width: 991px) and (max-width: 1200px) {
.video_wrapper {
clip-path: ellipse(70% 70% at 50% 25%);
  height: 80vh;
}
}
@media screen and (min-width: 811px) and (max-width: 992px) {
.video_wrapper {
clip-path: ellipse(60% 70% at 50% 25%);
  height: 70vh;
}
}
@media screen and (max-width: 810px) {
.video_wrapper {
    clip-path: ellipse(70% 70% at 50% 25%);
    height: 34vh;
    margin-top: 110px;
}
}


/*========= ロゴ、メニュー ===============*/

.wrap {
 margin-bottom: 150px;
}
@media screen and (min-width: 811px) and (max-width: 1199px) {
.wrap {
 margin-bottom: 50px;
}
}
#sdgs-btn {
 position: absolute;
margin-top: -180px;
 display:flex;
 justify-content: center;
 width: 100%;
}
#sdgs-btn div img {
transition: transform .6s ease;/* ゆっくり変化させる */
}
#sdgs-btn img:hover  {
  transform: scale(1.2);/* 拡大 */
}
#sdgs-btn img {
width: 75%;
}

#sdgs-btn div:first-child, #sdgs-btn div:nth-child(3) {
margin-top:-80px;
}

#sdgs h1 {
	position: absolute;
	left: 50%;
	top: 27vh;
	transform: translate(-50%,0);
	z-index: 10;
	opacity: 0;
	animation: logo 3s ease 0s 1 normal;
	animation-fill-mode: forwards;
}
#sdgs h1 svg {
    width: 250px;
}

@media screen and (max-height: 680px) {
#sdgs h1 {
top: 20vh;
}
#sdgs h1 svg {
    width: 180px;
}
}

@media screen and (min-width: 811px) and (max-width: 1199px) {
#sdgs h1 svg {
	top: 15vh;
    width: 200px;
}
}
nav#sdgs-nav {
    position: absolute;
    top: 25px;
    left: 25%;
    display:none;
}
@media screen and (min-width: 1200px) and (max-width: 1350px) {
nav#sdgs-nav {
    position: absolute;
    top: 25px;
    left: 15%;
}
}
@media screen and (min-width: 811px) and (max-width: 1199px) {
nav#sdgs-nav {
    position: absolute;
    top: 25px;
    left: 5%;
    font-size:95%;
}
}
h2.sdgs-midashi {
    position: relative;
    margin: 50px 0 50px;
    font-weight: 800;
    padding: 50px 0 20px;
    font-size: 1.8rem;
    border:none;
    border-bottom: 6px solid #ebebeb;
    color:#333;
    background:none;
}
h2.sdgs-midashi:before {
    content: "";
    position: absolute;
    bottom: -6px;
    width: 100px;
    height: 6px;
    background: #6EB92B;
}
ul.sdgs-icon {
margin-top:-20px;
}
ul.sdgs-icon li {
list-style:none;
margin-left:10px;
width: 70px;
}
ul.sdgs-icon li img {
width:100%;
}
nav#sdgs-nav a {
padding-right:20px;
}
.page-title-wrapper {
margin-top:0;
clip-path: ellipse(55% 75% at 50% 10%);
height:45vh;
}
#pagelogo {
width: 150px;
}
#titlelogo {
height:100px;
}
@media screen and (min-width: 811px) and (max-width: 1199px) {
.wrap {
 margin-bottom: 65px;
}
}
@media screen and (min-width: 567px) and (max-width: 810px) {
.wrap {
 margin-bottom: 130px;
}
    #sdgs-btn {
        margin-top: -110px;
        padding: 50px;
    }
    #sdgs h1 svg {
    width: 110px;
}
}
@media screen and (min-width: 376px) and (max-width: 568px) {
.wrap {
 margin-bottom: 70px;
}
#sdgs-btn {
margin-top: -60px;
}
#sdgs h1 svg {
    width: 90px;
}
}
@media screen and (max-width: 375px) {
.wrap {
 margin-bottom: 50px;
}
#sdgs-btn {
margin-top: -60px;
}
#sdgs h1 svg {
    width: 90px;
}
}
#header-waku {
    margin-top: 6em;
    position: relative;
}
#sdgs p#sp-header, p#sp-header {
display:none;
}


@media screen and (max-width: 810px) {
#sdgs p#sp-header, p#sp-header {
font-size:1.1rem;
padding: 8px;
display:block;
}
#sdgs-btn div:first-child, #sdgs-btn div:nth-child(3) {
margin-top:-20px;
}
#header-waku {
    border: 2px solid #333;
    margin-top: 0;
    height: 50px;
    background: #333;
    position: fixed;
    top: 60px;
    z-index: 50;
    width: 100%;
}
#header-waku p {
color:#fff;
}

#sdgs-btn img {
width: 90%;
}
#sdgs h1 {
	left: 50%;
	top: 8vh;
}
nav#sdgs-nav {
display:none;
}
.page-title-wrapper {
    clip-path: ellipse(90% 80% at 50% 10%);
    height: 30vh;
}
#pagelogo {
width: 20vw;
}
#titlelogo {
height: auto;
width: 60%;
}
/* ダミー要素でアンカーずれを補正 */
.anchor-offset {
  display: block;
  position: relative;
  top: -120px; /* ヘッダー + サブヘッダー分（例: 60px + 60px） */
  height: 0;
  visibility: hidden;
}
h2.sdgs-midashi {
    position: relative;
    margin: 15px 20px;
    font-weight: 800;
    padding: 10px 0 10px;
    font-size: 1.2rem;
    border:none;
    border-bottom: 6px solid #ebebeb;
    color:#333;
    background:none;
}
ul.sdgs-icon {
width: auto;
margin:0;
padding: 15px 0 0 0;
}
ul.sdgs-icon li {
width: 40px;
}
}



/*========= スタイル設定 ===============*/

html, body {

}
path, polygon, rect {
	fill: #fff;
}
#logo .cls-1{fill:#fff;}

@keyframes logo {
	0% { opacity: 0; transform: translate(-50%,20px);}
	100% { opacity: 1; transform: translate(-50%,0); }
}

.py-md-6 {
    padding: 4.5rem 0 !important
}
#sdgs p {
line-height: 2;
font-size: 1.2rem;
}
@media screen and (min-width: 811px) and (max-width: 1199px) {
#sdgs p {
font-size: 1rem;
}
}
.sp-no {
    display: block;
}
h2 {
font-weight: 600;
font-size:2rem;
}

.container-fluid {
padding-right: 0 !important;
padding-left: 0 !important;
}
.contents_color {
background:#F2F6F5;
}
.contents_color p {
line-height:2;
}
.contents_color h2 {
font-weight:600;
}
.entry-column p {
line-height: 1.9;
}

@media screen and (max-width: 810px) {
.container-fluid {
    margin-top: 60px;
  }
.contents_color p {
    font-size: 0.9rem;
    line-height: 1.8;
}
.contents_color h2 {
font-size:1rem;
}
.py-md-6 {
    padding: 0 !important;
}
#sdgs h2 {
font-size: 1.3rem;
}
#sdgs p {
line-height: 1.5;
font-size: 0.8rem;
}
.entry-column p {
font-size: 0.9rem;
line-height: 1.8;
}
}

/*========= ヘッダー ===============*/


#sdgs-header{
  z-index: 50;
  position: relative;
  height: 70px;/*高さ指定*/
  width:100%;/*横幅指定*/
  background:#333;
}
#sdgs-header > .header-unit {
    width: 100%;
    max-width: 80em;
    height: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}
#sdgs-header h1 {
font-size: 1.2em;
  padding: 20px;
  color:#fff;
}
#sdgs-header h1 span {
padding-right:20px;
}
#sdgs-header h1 span a {
color:#fff;
}
@media screen and (max-width: 810px) {
#sdgs-header h1 span {
display:none;
}
}

@media screen and (max-width: 810px) {
#sdgs-header{
  height: 12vh;/*高さ指定*/

}
#sdgs-header h1{
font-size: 1em;
padding: 15px;
}
}

.page-title-inner{
text-align: center;
}

@media screen and (max-width: 810px) {
#snav > ul > li {
    border-bottom: none;
}
}




#library, #top-history {
  background: #006d31;
}
#library h2, #top-history h2 {
color: #fff;
}
#top-history h2 {
margin-bottom: 60px;
}
.youtube_wrap {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube_wrap iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 810px) {
.youtube_wrap iframe {
  width: 100%;
  height: 80%;
}
}

/*== ボタン共通設定 */
.btnlink{
    /*アニメーションの起点とするためrelativeを指定*/
    position: relative;
  overflow: hidden;
    /*ボタンの形状*/
  text-decoration: none;
    padding: 15px 20px;
    text-align: center;
    outline: none;
    /*アニメーションの指定*/
    transition: ease .2s;
  background:#333;
  font-family: "A1ゴシック M";
  margin-bottom:30px;
  display: flex;
  width: 200px;
  font-size: 1.2rem;
  margin: 0 auto;
}
.btnlink::after {
  content: '';
  width: 50px;
  height: 15px;
  border-bottom: solid 1px;
  border-right: solid 1px;
  transform: skew(45deg);
  color:#fff;
}

/*ボタン内spanの形状*/
.btnlink span {
  position: relative;
  z-index: 3;/*z-indexの数値をあげて文字を背景よりも手前に表示*/
  color:#fff;
}
.btnlink:hover::after {
color:#fff;
}

.btnlink:hover span{
  color:#fff;
}

/*== 背景が流れる（斜め） */
.bgskew::before {
  content: '';
    /*絶対配置で位置を指定*/
  position: absolute;
  top: 0;
  left: -130%;
    /*色や形状*/
background:#6EAD1A;
  width:120%;
  height: 100%;
  transform: skewX(-25deg);
}

/*hoverした時のアニメーション*/
.bgskew:hover::before {
  animation: skewanime .5s forwards;/*アニメーションの名前と速度を定義*/
}

@keyframes skewanime {
  100% {
    left:-10%;/*画面の見えていない左から右へ移動する終了地点*/
  }
}

#photobox {
height: 40vh;
position: relative;
}
@media screen and (max-width: 810px) {
#photobox {
height: 20vh;
margin-top:0 !important;
}
}
#fix-photo {
    position: fixed;
   top: 0;
   left: 0;
   width: 100vw;
   height: 100vh;
   background-image: url(/themes/sdgs@saraya/images/bg_top02.jpg);
   background-size: cover;
   background-position: center;
   z-index: -1;
}
#inner{
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   clip-path: inset(0);
}
#news h2 {
  color: #006d31;
}
#sdgs #news p {
font-size: 1rem;
    line-height: 1.8;
}
#news  .multiple span {
font-size:1.5rem;
}
.slick-track {
  display: flex;
}
.slick-slide .slick-img {
  height: 240px;
}
.slick-slide .slick-img img {
width: 100%;
height: auto;
margin-bottom: 15px;
}

@media screen and (min-width: 811px) and (max-width: 1299px) {
.slick-slide .slick-img {
  height: 200px;
}
}
@media screen and (min-width: 450px) and (max-width: 810px) {
.slick-slide .slick-img {
  height: auto;
}
}
@media screen and (max-width:449px) {
.slick-slide .slick-img {
  height: 150px;
}
}
@media screen and (max-width: 810px) {
#news  .multiple span {
font-size:1rem;
}
}
.inner{
  width: 100%;
   display: flex;
  align-items: center;
  justify-content: center;
}
.slide>span{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 150px;
  background: #fff;
  color: #3498db;
  font-size: 36px;
  font-weight: bold;
  
}

.slick-slide{
  margin: 0 10px;
}

.slick-active button{
background:none !important;
}
.slick-dots li button:before {
font-size: 10px !important;
}
.arrow_box {
    display: flex;
    align-items: center;
   justify-content: space-between;
    margin: 20px 0 0;
    position: relative;
}

.prev-arrow,
.next-arrow {
    display: block;
    width: 50px;
    height: 50px;
    background: rgb(51, 51, 51);
    border-radius: 50%;
    transition: all .3s ease;
    cursor: pointer;
    position:relative;
}

.prev-arrow {
    transform: rotate(180deg);
    margin-left: 20px;
}
.next-arrow {
    margin-right: 20px;
}
.prev-arrow::before,
.next-arrow::before{
    position:absolute;
    content: "";
    width:8px;
    height:8px;
    border-right: 2px solid #FFF;
    border-top: 2px solid #FFF;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
    transform:rotate(45deg);
}
@media screen and (max-width:810px) {
.prev-arrow,
.next-arrow {
    width: 30px;
    height: 30px;
}
.arrow_box {
margin-top: -30px;
margin-bottom:20px;
}
}

/*========= 活動年表 ===============*/

.ui-widget-content{
border:none !important;
}
@media screen and (min-width: 811px) {
.ui-accordion .ui-accordion-header {
font-size: 1.3rem !important;
}
}

.entry-column h2.ui-accordion-header {
color: #333;
border: 2px solid #333;
padding:15px 30px 15px 40px;
background:#fff;
margin-top: 50px;
}


/*アイコンの＋と×*/
.ui-accordion-header::before,
.ui-accordion-header::after{
    position: absolute;
    content:'';
    width: 15px;
    height: 2px;
    background-color: #333;
}
.ui-accordion-header::before{
    top:48%;
    left: 15px;
    transform: rotate(0deg);
    
}
.ui-accordion-header::after{
    top:48%;
    left: 15px;
    transform: rotate(90deg);
}

.ui-icon {
background-image: none !important;
}

.ui-accordion-header-active::after{
display:none;
}


#history {
	position: relative;
	margin-bottom: 60px;
	margin-top: 80px;
	padding: 0 120px;
	overflow: visible;
}
#history::after {
	content: "";
	height: 100%;
	width: 1px;
	display: block;
	background: #5EB13B;
	position: absolute;
	left: 50%;
	top:12px;
}
#history > div:nth-of-type(2n) {
	margin-top: 100px;
}
#history > div:first-of-type {
	margin-top: 0;
}
#history > div {
	padding: 0 2.5rem;
}
.entry-column #history > div dl {
margin: 0 0 10px 0;
}
#history > div:nth-of-type(odd) dl dt {
	text-align: right;
}
#history > div:nth-of-type(odd) dl dd {
	text-align: right;
}
.entry-column  #history > div dl dt {
	position: relative;
	color: #5EB13B;
	font-weight: bold;
	border-left:0;
	padding-left:0;
	font-size:1.6rem;
}
#history > div:nth-of-type(even) dt::before {
	position: absolute;
    content: "";
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    background: #5EB13B;
    border-radius: 50vw;
    margin-right: 1rem;
    top: 0;
    left: -3.2rem;
    z-index: 1;
}
#history > div:nth-of-type(odd) dl dt::after {
    position: absolute;
    content: "";
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50vw;
    background: #FFF;
    margin-left: 1rem;
    top: 0;
    right: -3.2rem;
    z-index: 1;
    background: #5EB13B;
}
#history > div dl dd h2 {
	font-weight: bold;
}
#history > div dl dd h2 span {
	font-size: 14px;
	font-size:1.4rem;
	display: block;
	margin-bottom: 10px;
}
#history > div dl dd > p.pic {
	text-align: center;
	margin-top: 30px;
}
.entry-column #history > div dl dd > p.txt {
	margin-top: 20px;
	text-align: justify;
	margin: 0;
}

#history > div dl dd ul {margin-top: 20px;}
#history > div dl dd ul {text-align: center;}
#history > div dl dd ul li p:last-of-type {
	font-size: 11px;
	font-size: 1.1rem;
	margin-top: 5px;
	font-weight: bold;
}
#history-photo img {
	width: 100%;
	height: auto;
}


@media screen and (max-width: 991px) {
#history > div:nth-of-type(odd) dl dd {
	text-align: left;
}
.entry-column #history > div:nth-of-type(odd) dl dd > p.txt {
	text-align: left;
}
.entry-column h2.ui-accordion-header {
padding: 10px 20px 10px 40px;
margin: 10px;
}

	.mainTit.mainTit_img::after {
  		background: url("../images/title_sp.png") no-repeat center center;
  		background-size: cover;
	}
	#history {
	    padding:0;
	    margin-top: 0;
	}
	#history::after {
	left: 6%;
	top:12px;
}
	#history > div {
	padding: 0 0 0 3rem;
}
.entry-column #history > div dl {
    margin: 0 0 15px 0;
}
#history > div:nth-of-type(2n),
#history > div:nth-of-type(odd) {
	margin-top: 0;
}
#history > div:first-of-type {
	margin-top: 0;
}
#history > div:nth-of-type(odd) dl dt {
	text-align: left;
}
#history > div:nth-of-type(even) dt::before,
#history > div:nth-of-type(odd) dl dt::before {
    position: absolute;
    content: "";
    display: inline-block;
    width: 1rem;
    height: 1rem;
    border-radius: 50vw;
    background: #5EB13B;
    margin-right: 0rem;
    top: 0.5rem;
    left: -2rem;
    z-index: 1;
}
#history > div:nth-of-type(odd) dl dt::after {
	display: none;
}
.entry-column  #history > div dl dt {
	font-size:1.2rem;
}
#history-photo img {
	width:auto;
	height:150px;
	margin-bottom: 20px;
}

.entry-column #history > div dl dd > p.txt {
	margin-top: 0;
	padding-right: 30px;
	line-height: 1.4;
}
.entry-column #history > div dl dd > p.txt strong {
	font-size: 0.9rem;
}
}

/*========= トップ年表 ===============*/

/*===== Vertical Timeline =====*/

@media (min-width: 1200px) {
#top-history .container {
max-width: 1300px;
}
}

#conference-timeline {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
#conference-timeline .conference-center-line {
  position: absolute;
  width: 3px;
  height: 100%;
  top: 0;
  left: 50%;
  margin-left: -2px;
  background: #fff;
  z-index: 0;
}

.timeline-article {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  margin-top: -20px;
}
.timeline-article .content-left-container,
.timeline-article .content-right-container {
  max-width: 44%;
  width: 100%;
}
.timeline-article .content-left,
.timeline-article .content-right {
  position: relative;
  width: auto;
  background-color: #fff;
  padding: 20px;
}
#sdgs .timeline-article p {
  padding: 0;
  line-height: 1.5;
  position: relative;
  font-size:1.1rem;
}
.timeline-article p span.article-number {
  position: absolute;
  font-weight: 300;
  font-size: 44px;
  top: 10px;
  left: -60px;
}
.timeline-article .content-left-container {
  float: left;
}
.timeline-article .content-right-container {
  float: right;
}
.timeline-article .content-left:before,
.timeline-article .content-right:before{
  position: absolute;
  top: 20px;
  font-size: 23px;
  font-family: "FontAwesome";
  color: #fff;
}
.timeline-article .content-left:before {
  content: "\f0da";
  right: -8px;
}
.timeline-article .content-right:before {
  content: "\f0d9";
  left: -8px;
}
.timeline-article .meta-date {
  position: absolute;
  top: 0;
  left: 50%;
  width: 80px;
  height: 80px;
  margin-left: -38px;
  color: #fff;
  border-radius: 100%;
  background: #006d31;
  border: 1px solid #fff;
}
.timeline-article .meta-date .date {
  display: block;
  text-align: center;
  font-weight: 900;
    font-size: 16px;
    line-height: 80px;
}
.timeline-article .meta-date .month {
  font-size: 18px;
  line-height: 10px;
}
.timeline-article strong {
display:block;
color:#006d31;
font-size:110%;
margin-bottom:10px;
}
.timeline-article img {
height:100px;
}

/*===== // Vertical Timeline =====*/

/*===== Resonsive Vertical Timeline =====*/
@media only screen and (max-width: 830px) {
#top-history h2 {
    margin-bottom: 30px;
}
#conference-timeline {
    padding-bottom: 30px;
}
.timeline-article {
    margin: 15px 0 0 0;
    width:auto;
}
#sdgs .timeline-article p {
        font-size: 0.8rem;
}
  #conference-timeline .conference-center-line {
    margin-left: 0;
    left: 50px;
  }
  .timeline-article .meta-date {
    margin-left: 0;
    left: 5px;
    width: 55px;
    height: 55px;
  }
  .timeline-article .meta-date .date {
     font-size: 12px;
    line-height: 55px;
    }
  .timeline-article .content-left-container,
  .timeline-article .content-right-container {
    max-width: 100%;
    width: auto;
    float: none;
    margin-left: 80px;
    min-height: 53px;
  }
   .timeline-article .content-left,
  .timeline-article .content-right {
    padding: 10px 20px;
    min-height: 65px;
  }
  .timeline-article .content-left:before, .timeline-article .content-right:before {
    content: "\f0d9";
    right: auto;
    left: -7px;
  }
    .timeline-article img {
    height: 65px;
}
}
@media only screen and (max-width: 400px) {
  .timeline-article p {
    margin: 0;
  }
  .timeline-article p span.article-number {
    display: none;
  }

  
}
/*===== // Resonsive Vertical Timeline =====*/