#event #content .content__inner {
  margin: 0 auto 30px;
}
.innerBox {
	width: 980px;
	margin: 0 auto;
	text-align: center;
}
#sns {
	margin: 36px auto 30px;
	text-align: center;
}


/* clearfix
-----------------------------------------------------------*/
.clearfix:after {
	clear: both;
	content:".";
	display: block;
	height: 0;
	visibility: hidden;
}

.f_left{
	float: left;
}

.f_right{
	float: right;
}

/* SDGs */
.kikan{
	background: #D8A824;
	width: 100%;
	padding: 30px 0;
	text-align: center;
}
.innerBox {
	width: 980px;
	margin: 0 auto;
	text-align: center;
}
.comments {
	font-weight: bold;
	color: #E65101;
	text-align: left;
	font-size: 24px;
	margin-left: 42px;
}


.scroll_txt{
          background: #FFF;
          padding: 40px;
          text-align: left;
          font-size: 1.4rem;
          line-height: 1.5;
          height: 330px;
          width: 910px;
          margin: auto;
          display: block;
          overflow-y: scroll;
          -webkit-overflow-scrolling: touch;
          padding-right: 20px;
}
/*スクロールバーの横幅指定*/
.scroll_txt::-webkit-scrollbar {
    width: 15px;
}
/*スクロールバーの背景色・角丸指定*/
.scroll_txt::-webkit-scrollbar-track {
  border-radius: 10px;
	background: #f2f2f2;
}
/*スクロールバーの色・角丸指定*/
.scroll_txt::-webkit-scrollbar-thumb {
  border-radius: 10px;
	background:#f9be00;
}
.scroll_txt a {
  color: #ff005a;
  outline: none;
}

.contact {
	background: #fffcf3;
	border: #007cc1 solid 5px;
	border-radius: 15px;
	color: #007cc1;
	width: 910px;
	margin: auto;
	padding: 20px;
	font-size: 26px;
	font-weight: bold;
  margin-bottom: 80px;

}

.contact dl {
	text-align: left;
	display: inline-block;
}
dt {
	float: left;
}
dd {
	padding-left:190px;	
}

@media screen and (max-width: 750px) {
  #event #content .content__inner {
    width: 92vw;
    margin: 0 4vw 4vw;
  }
  .innerBox{
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
  #sns {
    position: relative;
    z-index: 2;
    width: 180px;
    margin: 30px auto 0px;
    padding-top: 50px;
  }

  #wrapper img {
    width: 100%;
    max-width: 640px;
  }
  .comments {
    font-weight: bold;
    color: #E65101;
    text-align: left;
    font-size: 24px;
  }
  .scroll_txt{
            background: #FFF;
            padding: 1rem;
            text-align: left;
            font-size: 0.8rem;
            line-height: 1.5;
            height: 20rem;
            margin: auto;
            display: block;
            overflow-y: scroll;
            -webkit-overflow-scrolling: touch;
            padding-right: 20px;
            width: auto;
  }
  /*スクロールバーの横幅指定*/
  .scroll_txt::-webkit-scrollbar {
      width: 15px;
  }
  /*スクロールバーの背景色・角丸指定*/
  .scroll_txt::-webkit-scrollbar-track {
    border-radius: 10px;
    background: #f2f2f2;
  }
  /*スクロールバーの色・角丸指定*/
  .scroll_txt::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background:#f9be00;
  }
  .scroll_txt a {
    font-size: 1rem;
  }
  .contact {
    background: #fffcf3;
    border: #007cc1 solid 5px;
    border-radius: 1.5rem;
    color: #007cc1;
    margin: auto;
    padding: 1rem;
    font-weight: bold;
    width: auto;
    font-size: 14px;
    margin-bottom: 40px;
  }
  
  .contact dl {
    text-align: left;
    display: inline-block;
  }
  dt {
    width: 8rem;
    float: left;
  }
  dd {
    margin-left:9rem;
    margin-bottom: 2rem;
    padding-left: 0;
  }
}

a:active, a:focus, a:link, a:visited {
	font-size: inherit;
	line-height: 1.7;
	text-decoration: none;
	color: red;
}

/* Margin Top
-----------------------------------------------------------*/
.mt10 {margin-top: 10px;}
.mt15 {margin-top: 15px;}
.mt20 {margin-top: 20px;}
.mt25 {margin-top: 25px;}
.mt30 {margin-top: 30px;}
.mt35 {margin-top: 35px;}
.mt40 {margin-top: 40px;}
.mt45 {margin-top: 45px;}
.mt50 {margin-top: 50px;}
.mt60 {margin-top: 60px;}

/* Margin Bottom
-----------------------------------------------------------*/
.mb15 {margin-bottom: 15px;}
.mb20 {margin-bottom: 20px;}
.mb25 {margin-bottom: 25px;}
.mb30 {margin-bottom: 30px;}
.mb35 {margin-bottom: 35px;}
.mb40 {margin-bottom: 40px;}
.mb45 {margin-bottom: 45px;}
.mb50 {margin-bottom: 50px;}
.mb60 {margin-bottom: 60px;}
