@charset "UTF-8";

/******************************************************
  共通パーツ
******************************************************/
.pc{
  display: block;
}
.sp{
  display: none;
}
@media screen and (max-width:640px) {
  .pc{
    display: none;
  }
  .sp{
    display: block;
  }
}
/*-------------------------------------------------
　 cs-content
--------------------------------------------------*/
.cs-content {
  background: url('../img/bg_content_pc.png') repeat-y center 480px;
  font-family: "SST W55 Regular", sans-serif;
  width: 100%;
  font-size: 62.5%;
}
.cs-content.bgNone {
  background: none;
}
.cs-content * {
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.cs-content.bg-none {
  background: none;
}
.cs-info-detail {
  width: 100%;
}
@media screen and (max-width:640px) {
  .cs-content {
    background: url('../img/bg_content_sp.png') repeat-y center 420px;
    background-size: contain;
  }
}

/*-------------------------------------------------
　cs-header
--------------------------------------------------*/
.cs-header {
  background: #fff;
}
.cs-header-inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 1190px;
  margin: 0 auto;
  padding: 20px 52px 18px 0;
  box-sizing: border-box;
}
.cs-header-inner > a {
  color: #000;
  text-decoration: none;
  padding-right: 30px;
}

.cs-header-logo {
  display: flex;
  align-items: center;
  transition: all .2s;
}
.cs-header-logo:hover {
  opacity: .6;
}
.cs-header-logo-img {
  width: 155px;
  margin-right: 20px;
}
.cs-header-logo-txt {
  font-size: 1.5em;
}
.cs-header-nav {
  display: flex;
  align-items: center;
}
.cs-header-nav-list {
  display: flex;
  align-items: center;
}
.cs-header-nav-item {
  width: 238px;
}
.cs-header-nav-item > a {
  position: relative;
  display: block;
  padding: 5px 0 ;
  font-weight: bold;
  font-size: 1.8em;
  text-align: center;
  text-decoration: none;
}
.cs-header-nav-item > a::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  content: "";
  transition: all .2s;
}
.cs-header-nav-item:first-child {
  margin-right: 18px;
}
.cs-header-nav-item:first-child > a {
  color: #cf4102;
}
.cs-header-nav-item:first-child > a::after {
  border-bottom: 3px solid #cf4102;
}
.cs-header-nav-item:last-child > a {
  color: #0058a8;
}
.cs-header-nav-item:last-child > a::after {
  border-bottom: 3px solid #0058a8;
}
.cs-header-nav-item:hover > a::after,
.cs-header-nav-item.current > a::after {
  border-width: 0 0 6px;
}

.cs-header-fb {
  position: absolute;
  top: 40px;
  right: 0;
  width: 36px;
  transition: all .2s;
}
.cs-header-fb:hover {
  opacity: .6;
}

@media screen and (max-width:640px) {
  .cs-header {
    padding: 10px 0 20px;
  }
  .cs-header-inner {
    width: auto;
    flex-direction: column;
    margin-left: 1rem;
    margin-right: 1rem;
    padding: 0;
  }
  .cs-header-logo-img {
    width: 105px;
  }
  .cs-header-logo-txt {
    font-size: 1.0em;
  }

  .cs-header-nav-list {
    width: 100%;
  }
  .cs-header-nav-item {
   width: 50%;
  }
  .cs-header-nav-item > a {
    font-size: 1.4em;
  }
  .cs-header-nav-item:first-child {
    margin-right: 15px;
  }

  .cs-header-fb {
    position: absolute;
    top: 10px;
    width: 30px;
  }
}

/*-------------------------------------------------
  cs-footer
--------------------------------------------------*/
.cs-footer {
  position: relative;
  z-index: 1;
  margin-bottom: -20px;
}
.cs-footer-inner {
  position: relative;
  width: 1190px;
  height: 140px;
  margin: 0 auto;
}

.cs-footer-fb {
  position: absolute;
  left: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 374px;
  height: 80px;
  margin-left: -187px;
  transition: all .2s;
  background-color: #4c6fbd;
  margin-top: 20px;
}
.cs-footer-fb:hover {
  opacity: .6;
}
.cs-footer-fb a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  line-height: 1.3;
}
.cs-footer-fb span {
  font-size: 1.6em;
  display: inline-block;
  margin-top: 1em;
}
.cs-footer-fb strong {
  font-size: 2.8em;
  letter-spacing: 0.1em;
}


.cs-footer-prev {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  height: 100%;
}

@media screen and (max-width:640px) {
  .cs-footer {
    margin-bottom: -20px;
  }
  .cs-footer-inner {
    width: auto;
    height: 110px;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .cs-footer-fb {
    width: 225px;
    height: 55px;
    margin-left: -112px;
    margin-top: 0;
  }
  .cs-footer-fb span {
    font-size: 1.2em;
  }
.cs-footer-fb strong {
    font-size: 1.8em;
  }

  .cs-footer-prev {
    height: 100%;
  }
}

/*-------------------------------------------------
  cs-section
--------------------------------------------------*/
.cs-section {
  width: 1054px;
  margin: 0 auto 120px;
}

@media screen and (max-width:640px) {
  .cs-section {
    width: auto;
    margin-bottom: 50px;
    margin-left: 1rem;
    margin-right: 1rem;
  }
}

/*-------------------------------------------------
  cs-title-balloon
--------------------------------------------------*/
.cs-title-balloon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 470px;
  height: 205px;
  margin: 0 auto 45px;
  background: url('../img/bg_title_01.png') no-repeat;
	font-size: 1.0em;
}
.cs-title-balloon > span {
  display: block;
  width: 100%;
  position: relative;
  top: -2px;
  color: #fff;
  font-weight: bold;
  font-size: 2.4em;
  text-align: center;
  line-height: 1.3;
}
.cs-title-balloon.bg-none > span,
.cs-title-balloon.bg-yellow > span,
.cs-title-balloon.bg-purple > span,
.cs-title-balloon.bg-green > span,
.cs-title-balloon.bg-pink > span,
.cs-title-balloon.bg-lightblue span{
  color: #000;
}

/* サイズ */
.cs-title-balloon.large {
  width: 545px;
  height: 320px;
}
.cs-title-balloon.large span {
  padding: 50px 80px;
  font-size: 3.4em;
  font-weight: normal;
}
.cs-title-balloon.large span span{
  font-size: .6em;
}

/* カラー定義 */
.cs-title-balloon.bg-none {
  background: none;
	margin-bottom: 0;
}
.cs-title-balloon.bg-orange {
  background: url('../img/bg_title_02.png') no-repeat;
}
.cs-title-balloon.bg-orange.bg-typeB {
  height: 189px;
  background: url('../img/bg_title_02_b.png') no-repeat;
}
.cs-title-balloon.bg-blue {
  background: url('../img/bg_title_03.png') no-repeat;
}
.cs-title-balloon.bg-blue.bg-typeB {
  height: 189px;
  background: url('../img/bg_title_03_b.png') no-repeat;
}
.cs-title-balloon.bg-lightblue {
  background: url('../img/bg_title_04.png') no-repeat;
}
.cs-title-balloon.bg-lightblue.bg-typeB {
  height: 189px;
  background: url('../img/bg_title_04_b.png') no-repeat;
}
.cs-title-balloon.bg-yellow {
  background: url('../img/bg_title_05.png') no-repeat;
}
.cs-title-balloon.bg-yellow.bg-typeB {
  height: 189px;
  background: url('../img/bg_title_05_b.png') no-repeat;
}
.cs-title-balloon.bg-purple {
  background: url('../img/bg_title_06.png') no-repeat;
}
.cs-title-balloon.bg-purple.bg-typeB {
  height: 189px;
  background: url('../img/bg_title_06_b.png') no-repeat;
}
.cs-title-balloon.bg-pink {
  background: url('../img/bg_title_07.png') no-repeat;
}
.cs-title-balloon.bg-pink.bg-typeB {
  height: 189px;
  background: url('../img/bg_title_07_b.png') no-repeat;
}
.cs-title-balloon.bg-green {
  background: url('../img/bg_title_08.png') no-repeat;
}
.cs-title-balloon.bg-green.bg-typeB {
  height: 189px;
  background: url('../img/bg_title_08_b.png') no-repeat;
}

/* カラー定義 large ver */
.cs-title-balloon.large.bg-blue {
  background: url('../img/bg_title_03_large.png') no-repeat;
}
.cs-title-balloon.large.bg-lightblue {
  background: url('../img/bg_title_04_large.png') no-repeat;
}
.cs-title-balloon.large.bg-orange {
  background: url('../img/bg_title_02_large.png') no-repeat;
}
.cs-title-balloon.large.bg-yellow {
  background: url('../img/bg_title_05_large.png') no-repeat;
}
.cs-title-balloon.large.bg-purple {
  background: url('../img/bg_title_06_large.png') no-repeat;
}
.cs-title-balloon.large.bg-pink {
  background: url('../img/bg_title_07_large.png') no-repeat;
}
.cs-title-balloon.large.bg-green {
  background: url('../img/bg_title_08_large.png') no-repeat;
}

/* サイズ */
.cs-title-balloon.huge {
  width: 1190px;
  height: 248px;
  display: block;
  padding: 40px 70px;
  box-sizing: border-box;
}
.cs-title-balloon.huge small {
  display: block;
  color: #000;
  font-size: 2.0em;
  text-align: left;
  line-height: 1.2;
}
.cs-title-balloon.huge span {
  margin-bottom: 5px;
  font-size: 3.4em;
  text-align: left;
  box-sizing: border-box;
  line-height: 1.4;
}
.cs-title-balloon.huge span + span{
  margin-bottom: 0;
  font-size: 2.0em;
}
/* カラー定義 huge ver */
.cs-title-balloon.huge.bg-orange {
  background: url('../img/bg_title_02_huge.png') no-repeat;
}
.cs-title-balloon.huge.bg-lightblue {
  background: url('../img/bg_title_04_huge.png') no-repeat;
}
.cs-mv-inner .cs-title-balloon.huge {
  position: static;
}


@media screen and (max-width:640px) {
  .cs-title-balloon {
    width: 285px;
    height: 115px;
    margin-bottom: 30px;
  }
  .cs-title-balloon,
  .cs-title-balloon.bg-orange,
  .cs-title-balloon.bg-blue,
  .cs-title-balloon.bg-lightblue,
  .cs-title-balloon.bg-yellow,
  .cs-title-balloon.bg-purple,
  .cs-title-balloon.bg-pink,
  .cs-title-balloon.bg-green {
    background-size: 285px 115px;
  }
  .cs-title-balloon.bg-orange.bg-typeB,
  .cs-title-balloon.bg-blue.bg-typeB,
  .cs-title-balloon.bg-lightblue.bg-typeB,
  .cs-title-balloon.bg-yellow.bg-typeB,
  .cs-title-balloon.bg-purple.bg-typeB,
  .cs-title-balloon.bg-pink.bg-typeB,
  .cs-title-balloon.bg-green {
	  height: 115px;
    background-size: 285px 115px;
  }
  .cs-title-balloon > span {
    font-size: 1.6em;
  }

  /* サイズ */
  .cs-title-balloon.large {
    width: 300px;
    height: 176px;
  }
  .cs-title-balloon.large span {
    padding: 20px 35px;
    font-size: 1.6em;
  }

  /* カラー定義 large ver */
  .cs-title-balloon.large.bg-blue,
  .cs-title-balloon.large.bg-lightblue,
  .cs-title-balloon.large.bg-orange,
  .cs-title-balloon.large.bg-yellow,
  .cs-title-balloon.large.bg-purple,
  .cs-title-balloon.large.bg-pink,
  .cs-title-balloon.large.bg-green {
    background-size: 300px 176px;
  }
  /* サイズ */
  .cs-title-balloon.huge {
    width: 100%;
    height: 152px;
    padding: 20px 35px;
  }
  .cs-title-balloon.huge small {
    font-size: 1.2em;
  }
  .cs-title-balloon.huge span {
    font-size: 1.6em;
  }
  .cs-title-balloon.huge span + span{
    font-size: 1.4em;
  }
  /* カラー定義 huge ver */
  .cs-title-balloon.huge.bg-orange {
    background: url('../img/bg_title_02_huge-sp.png') no-repeat;
    background-size: cover;
  }
  .cs-title-balloon.huge.bg-lightblue {
    background: url('../img/bg_title_04_huge-sp.png') no-repeat;
    background-size: cover;
  }
}

/* @media screen and (max-width:400px) {
  .cs-mv-inner .cs-title-balloon.huge {
    height: 129px;
  }
} */

/*-------------------------------------------------
  cs-title-border
--------------------------------------------------*/
.cs-title-border{
  margin-bottom: 10px;
  font-size: 1.0em;
  text-align: center;
}
.cs-title-border > span,
.cs-title-border > small {
  display: block;
  width: 100%;
  color: #000;
  font-size: 2.4em;
}
.cs-title-border small {
  font-size: 1.6em;
  line-height: 1.3;
}
.cs-title-border.bg-lightblue{
  border-bottom: 4px solid #0DA5D8;
}
@media screen and (max-width:640px) {
  .cs-title-border{
    margin-bottom: 15px;
  }
  .cs-title-border > span{
    font-size: 1.5em;
  }
  .cs-title-border small {
    font-size: 1.2em;
  }
}

/*-------------------------------------------------
  cs-mv
--------------------------------------------------*/
.cs-mv {
  width: 100%;
  margin: 0 auto 55px;
  background: #fff;
}
.cs-mv-inner {
  position: relative;
  max-width: 1190px;
  margin: 0 auto;
}
.cs-mv-inner .cs-title-balloon {
  position: absolute;
  top: 160px;
  left: 25px;
}
.cs-mv-title {
  overflow: hidden;
  font-size: 0;
  text-indent: 100%;
  white-space: nowrap;
}

/* ページ毎のMV指定 */
.cs-mv.activity,
.cs-mv.workshop,
.cs-mv.wakuwakurecipe,
.cs-mv.challenge{
  height: 340px;
  margin-bottom: 200px;
}
.cs-mv.report,
.cs-mv.activities {
  height: 340px;
}
.cs-mv.report .cs-title-balloon,
.cs-mv.activities .cs-title-balloon,
.cs-mv.challenge .cs-title-balloon {
  top: 80px;
}
.cs-mv.museum,
.cs-mv.education,
.cs-mv.contest,
.cs-mv.foundation {
  height: 340px;
  margin-bottom: 210px;
}
.cs-mv.top {
  height: 450px;
  background: url('../img/mv_pc.jpg') no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 30px;
}
.cs-mv.activity {
  background: url('../activity/img/mv_pc.jpg') no-repeat;
  background-size: cover;
}
.cs-mv.workshop {
  background: url('../activity/workshop/img/mv_pc.jpg') no-repeat;
  background-size: cover;
}
.cs-mv.museum {
  background: url('../activity/museum/img/mv_pc.jpg') no-repeat;
  background-size: cover;
}
.cs-mv.education {
  background: url('../activity/education/img/mv_pc.jpg') no-repeat;
  background-size: cover;
}
.cs-mv.contest {
  background: url('../activity/contest/img/mv_pc.jpg') no-repeat;
  background-size: cover;
}
.cs-mv.foundation {
  background: url('../activity/foundation/img/mv_pc.jpg') no-repeat;
  background-size: cover;
}
.cs-mv.wakuwakurecipe {
  background: url('../challenge/wakuwakurecipe/img/mv_pc.jpg') no-repeat;
  background-size: cover;
}


@media screen and (min-width:1601px) {
  .cs-mv.top {
    height: 550px;
  }
}

@media screen and (max-width:640px) {
  .cs-mv {
    margin: 0 auto 30px;
  }
  .cs-mv-inner {
    width: auto;
  }
  .cs-mv-inner .cs-title-balloon {
    top: 162px;
    left: 15px;
  }

  /* ページ毎のMV指定 */
  .cs-mv.activity,
  .cs-mv.workshop,
  .cs-mv.museum,
  .cs-mv.education,
  .cs-mv.contest,
  .cs-mv.foundation,
  .cs-mv.wakuwakurecipe {
    height: 250px;
    margin-bottom: 120px;
  }
  .cs-mv.challenge {
    height: 200px;
    margin-bottom: 10px;
  }
  .cs-mv.report,
  .cs-mv.activities {
    height: 150px;
  }
  .cs-mv.report .cs-title-balloon,
  .cs-mv.activities .cs-title-balloon,
  .cs-mv.challenge .cs-title-balloon {
    top: 20px;
  }
  .cs-mv.top {
    height: 350px;
    background: url('../img/mv_sp.jpg') no-repeat;
    background-size: cover;
  }
  .cs-mv.activity {
    background: url('../activity/img/mv_sp.jpg') no-repeat;
    background-size: cover;
  }
  .cs-mv.workshop {
    background: url('../activity/workshop/img/mv_sp.jpg') no-repeat;
    background-size: cover;
  }
  .cs-mv.museum {
    background: url('../activity/museum/img/mv_sp.jpg') no-repeat;
    background-size: cover;
  }
  .cs-mv.education {
    background: url('../activity/education/img/mv_sp.jpg') no-repeat;
    background-size: cover;
  }
  .cs-mv.contest {
    background: url('../activity/contest/img/mv_sp.jpg') no-repeat;
    background-size: cover;
  }
  .cs-mv.foundation {
    background: url('../activity/foundation/img/mv_sp.jpg') no-repeat;
    background-size: cover;
  }
  .cs-mv.wakuwakurecipe {
    background: url('../challenge/wakuwakurecipe/img/mv_sp.jpg') no-repeat;
    background-size: cover;
  }
  .challenge .cs-mv-inner .cs-title-balloon {
    top: 10px;
  }
}

@media screen and (max-width:400px) {
  .cs-mv.top {
    height: 300px;
    margin-bottom: 10px;
  }
}
/*-------------------------------------------------
  cs-img-main
--------------------------------------------------*/
.cs-img-main{
  width: 900px;
  margin: 0 auto 50px;
  box-sizing: border-box;
  text-align: center;
}
.cs-img-main img{
  border-radius: 16px;
}
@media screen and (max-width:640px) {
  .cs-img-main{
    width: auto;
    margin-bottom: 20px;
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
/*-------------------------------------------------
  cs-link
--------------------------------------------------*/
.cs-link{
  margin-bottom: 95px;
}
.cs-link-list{
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
.cs-link-list li{
  margin-left: 60px;
}
.cs-link-list li:first-child{
  margin-left: 0;
}
.cs-link-list a{
  position: relative;
  display: block;
  padding: 5px 0 10px;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.8em;
  transition: all .2s;
}
.cs-link-list a:hover{
  opacity: .7;
}
.cs-link-list a::before{
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -5px;
  content: "";
  vertical-align: middle;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.cs-link-list.bg-orange a::before{
  border-top: 3px solid #cf4102;
  border-right: 3px solid #cf4102;
}
.cs-link-list.bg-blue a::before{
  border-top: 3px solid #0056a8;
  border-right: 3px solid #0056a8;
}
.cs-link-list.bg-orange a{
  color: #cf4102;
}
.cs-link-list.bg-blue a{
  color: #0056a8;
}
@media screen and (max-width:640px) {
  .cs-link{
    margin-bottom: 40px;
  }
  .cs-link-list{
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .cs-link-list li{
    margin-left: 0;
    width: 50%;
    text-align: center;
  }
  .cs-link-list li:nth-of-type(n+3){margin-top: 10px;}
  .cs-link-list a{
    padding: 10px 5px;
    color: #000;
    font-size: 1.4em;
  }

}
/*-------------------------------------------------
  cs-columnCon
--------------------------------------------------*/
.cs-columnCon {

}
.cs-columnCon-inner {
  display: flex;
  justify-content: space-between;
}
.cs-columnCon-img {
  width: 408px;
}
.cs-columnCon-img-copy {
  display: block;
  margin-top: 5px;
  font-size: 1.2em;
  text-align: center;
  line-height: 1.0;
}
.cs-columnCon-detail {
  flex: 1;
  min-width: 0;
  margin-left: 34px;
  color: #000;
}
.cs-columnCon-title {
  margin-bottom: 25px;
  font-weight: bold;
  font-size: 2.0em;
  line-height: 1.0;
}
.cs-columnCon-title.fc-blue {
  color: #0058a8;
}

.cs-columnCon-txt {
  margin-bottom: 25px;
  font-size: 1.6em;
  color: #000;
}
.cs-columnCon-txt span{
  display: block;

  font-size: 93%;

}
.cs-columnCon-note {
  margin-bottom: 30px;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1.3em;
  display: block;
}

.cs-columnCon-txt + .cs-columnCon-note {
  margin-top: -25px;
}

.cs-columnCon-list {
  margin-bottom: 25px;
  padding-left: 1em;
  text-indent: -1em;
}
.cs-columnCon-list li {
  font-size: 1.6em;
}
.cs-columnCon-list + .cs-columnCon-note {
  margin-top: -14px;
  font-size: 1.4em;
}
@media screen and (max-width:640px) {
  .cs-columnCon {

  }
  .cs-columnCon-inner {

    flex-direction: column;
  }
  .cs-columnCon-img {
    width: 100%;
    margin-bottom: 20px;
  }
  .cs-columnCon-detail {
    margin-left: 0;
  }
  .cs-columnCon-title {
    margin-bottom: 15px;
    font-size: 1.8em;
  }
  .cs-columnCon-txt {
    margin-bottom: 20px;
    font-size: 1.4em;
  }
  .cs-columnCon-note {
    margin-bottom: 20px;
    font-size: 1.3em;
  }
  .cs-columnCon-txt + .cs-columnCon-note {
    margin-top: 0;
  }
  .cs-columnCon-list {
    margin-bottom: 15px;
  }
  .cs-columnCon-list li {
    font-size: 1.4em;
  }
}

/*-------------------------------------------------
  cs-workshopList
--------------------------------------------------*/
.cs-workshopList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cs-workshopList-item {
  width: calc(25% - 24px);
  margin: 0 12px 90px;
  box-sizing: border-box;
}
.cs-workshopList-item:last-child {
  margin-bottom: 0;
}
.cs-workshopList-inner {
  display: block;
  transition: all .2s;
}
.cs-workshopList-img {
}
.cs-workshopList-img img {
  width: 100%;
}
.cs-workshopList-detail {
  margin-top: 20px;
}
.cs-workshopList-title {
  color: #0056a8;
  font-weight: bold;
  font-size: 1.6em;
}
.cs-workshopList-txt {
  color: #000;
  font-size: 1.6em;
}
.cs-workshopList-more {
  color: #000;
  font-size: 1.6em;
  margin-top: 10px;
}
.cs-workshopList-more::before {
    content: '';
    width: 8px;
    height: 8px;
    display: inline-block;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    transform: rotate(135deg);
    margin-bottom: 2px;
}
.cs-workshopList-more span {
  padding-left: 10px;
}
.cs-workshopList-inner:hover {
  text-decoration: none;
  opacity: .6;
}
.cs-workshopList-inner:hover .cs-workshopList-title {
  text-decoration: none;
}

@media screen and (max-width:640px) {
  .cs-workshopList {
    flex-direction: column;
  }
  .cs-workshopList-item {
    width: 100%;
    margin: 0 0 40px;
  }
  .cs-workshopList-item:last-child {
    margin-bottom: 40px;
  }
  .cs-workshopList-img {
  }
  .cs-workshopList-title,
  .cs-workshopList-txt,
  .cs-workshopList-more {
    font-size: 1.4em;
  }
  .cs-workshopList-more {
    margin-top: 5px;
  }
  .cs-workshopList-more::before {
    margin-bottom: 0;
  }
}

/*-------------------------------------------------
  cs-btn
--------------------------------------------------*/
.cs-btn-area > a {
  color: #fff;
}

.cs-btn-list {

}
.cs-btn-list-item {
  margin-bottom: 10px;
}
.cs-btn-list-item:last-child {
  margin-bottom: 0;
}

.cs-btn {
  display: inline-block;
  min-width: 170px;
  padding: 20px 34px;
  font-weight: bold;
  font-size: 1.4em;
  text-align: center;
  line-height: 1.2;
  box-sizing: border-box;
	transition: all .2s;
}
.cs-btn:hover {
	opacity: .6;
}

.cs-btn span {
  /* position: relative; */
  /* display: inline-block; */
}
.cs-btn span:hover {
  text-decoration: underline;
}

.cs-btn.bg-white {
  background: #fff;
  color: #000;
}
.cs-btn.bg-blue {
  background: #4B75C5;
  color: #fff;
}
.cs-btn.bg-lightblue {
  background: #B9D9F0;
  color: #000;
}
.cs-btn.bg-orange {
  background: #F8C5AC;
  color: #000;
}
.cs-btn.bg-yellow {
  background: #D8EB71;
  color: #000;
}
.cs-btn.bg-purple {
  background: #C7B8DB;
  color: #000;
}
.cs-btn.bg-pink {
  background: #F7C9DD;
  color: #000;
}
.cs-btn.bg-green {
  background: #A3D1C5;
  color: #000;
}

.cs-btn.center {
  display: flex;
  justify-content: center;
}
.cs-footer-prev .cs-btn.bg-orange {
  background: #CF4003;
  color: #fff;
}

/* サイズ */
.cs-btn.large {
  min-width: 355px;
}
.cs-btn.huge {
  min-width: 558px;
  font-size: 2.0em;
}

.cs-btn.huge.bg-lightblue {
  border: 2px solid #000;
  box-shadow: 0 0 0 10px #B9D9F0;
}

/* 矢印ありver */
.cs-btn.prev > span {
  display: inline-block;
  position: relative;
  padding-left: 18px;
}
.cs-btn.prev > span::before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  transform: rotate(225deg);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -5px;
}

/* 外部窓リンク用 */
.cs-btn[target="_blank"] {
  padding: 20px 54px 20px 34px;
}
.cs-btn[target="_blank"] span::after {
  /* position: absolute; */
  /* bottom: 2px; */
  /* right: -25px; */
  /* width: 18px; */
  /* height: 15px; */
  /* margin-top: -9px; */
  /* background: url('../img/icon_blank.png') no-repeat; */
  /* background-size: 18px 15px; */
  /* content: ''; */
}
.cs-btn[target="_blank"] img {
    width: 18px;
    height: 15px;
    padding-left: .5em;
}
/* IE11用 */
@media all and (-ms-high-contrast:none){
  .cs-btn {
    padding: 22px 34px 18px;
  }
  .cs-btn.prev > span::before {
    margin-top: -8px;
  }
}

@media screen and (max-width:640px) {
  .cs-btn-area {
    text-align: center;
  }
  .cs-btn {
    min-width: 137px;
    padding: 13px 30px;
  }
  .cs-btn.large {
    min-width: 100%;
  }
  .cs-btn.huge {
    min-width: auto;
    width: 100%;
    font-size: 1.5em;
  }
  /* 外部窓リンク用 */
  .cs-btn[target="_blank"] {
    padding: 13px 50px 13px 30px;
  }
}

/*-------------------------------------------------
  スライダー
--------------------------------------------------*/
.cs-slide-conteiner {
  position: relative;
}
.cs-slide-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.cs-slide-item {
  margin-right: 30px;
}
.cs-slide-item:last-child {
  margin-right: 0;
}
.cs-slide-prev,
.cs-slide-next {
  overflow: hidden;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 48px;
  height: 48px;
  margin-top: -56px;
  background: url('../img/icon_slide_arrow_pc.png') no-repeat;
  background-size: 48px;
  font-size: 0;
  text-indent: 100%;
  white-space: nowrap;
  transition: all .2s;
}
.cs-slide-prev {
  left: 0;
}
.cs-slide-next {
  right: 0;
  transform: scale(-1, 1);
}
.cs-slide-prev:hover,
.cs-slide-next:hover {
  opacity: .6;
}

@media screen and (max-width:640px) {
  .cs-slide-conteiner {
    overflow: hidden;
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .cs-slide-wrapper {
    transform: translate3d(-106px, 0px, 0px);
  }
  .cs-slide-item {
    margin-right: 15px;
  }
  .cs-slide-prev,
  .cs-slide-next {
    width: 30px;
    height: 30px;
    margin-top: -50px;
    background: url('../img/icon_slide_arrow_sp.png') no-repeat;
    background-size: 30px;
  }
  .cs-slide-prev {
    left: 50px;
  }
  .cs-slide-next {
    right: 50px;
  }
}

/*-------------------------------------------------
  テーブル
--------------------------------------------------*/
.cs-table{
  width: 100%;
  margin-bottom: 40px;
}
.cs-table,.cs-table th,.cs-table td{
  border-collapse: collapse;
  border:1px solid #000;
  background: #fff;
  color: #000;
}
.cs-table th,.cs-table td{
  padding: 15px;
  line-height: 1.5;
  /*word-break: break-all;*/
}
.cs-table th{
  font-size: 1.6em;
  text-align: center;
  background: #BFBFBF;
}
.cs-table td{
  font-size: 1.4em;
}
.cs-table td a{
  text-decoration: underline;
}
.cs-table td a:hover{
  text-decoration: none;
}

@media screen and (max-width:640px) {
  .cs-table{
    margin-bottom: 20px;
  }
  .cs-table,.cs-table th,.cs-table td{
    font-size: 1.0em;
  }
  .cs-table th,.cs-table td{
    padding: 5px;
    line-height: 1.5;
  }
  .cs-table th{
    font-size: 1.0em;
  }
}

/*-------------------------------------------------
  導入文
--------------------------------------------------*/
.cs-intro {
  margin-bottom: 40px;
  color: #000;
  font-size: 1.8em;
  text-align: center;
}

@media screen and (max-width:640px) {
  .cs-intro {
    margin-bottom: 15px;
    padding: 0 30px;
    font-size: 1.6em;
  }
}
/*-------------------------------------------------
  動画モジュール
--------------------------------------------------*/
.cs-movie-wrap {
  position: relative;
  padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
}

.cs-movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width:640px) {
  .cs-movie-wrap ifame {
    width: 100%;
    height: 100%;
  }
}
/******************************************************
  トップページ 固有パーツ
******************************************************/

/*-------------------------------------------------
  cs-topBanner
--------------------------------------------------*/
.cs-topBanner {
  margin-bottom: 120px;
  text-align: center;
}
.cs-topBanner-link {
  display: inline-block;
  transition: all .2s;
}
.cs-topBanner-link:hover {
  opacity: .6;
}
@media screen and (max-width:640px) {
  .cs-topBanner {
    margin-bottom: 60px;
  }
}

/*-------------------------------------------------
  cs-topIntro
--------------------------------------------------*/
.cs-topIntro {
  width: 680px;
  margin: 0 auto 135px;
}
.cs-topIntro p{
  color: #000;
  font-weight: bold;
  font-size: 1.8em;
  line-height: 2.4;
  text-align: center;
}
.cs-topIntro p + p{
  margin-top: 40px;
}
@media screen and (max-width:640px) {
  .cs-topIntro {
    width: 100%;
    margin: 0 auto 50px;
    padding: 0 30px;
    box-sizing: border-box;
  }
  .cs-topIntro p{
    font-size: 1.4em;
    line-height: 2;
  }
  .cs-topIntro p + p{
    margin-top: 30px;
  }
}

/*-------------------------------------------------
  背景のグレー画像
--------------------------------------------------*/
.cs-topWrapper-topNew {
	background: url(../img/bg_top_report.png) no-repeat bottom 45px center;
	margin-bottom: 120px;
}
.cs-topWrapper-topNew .cs-section {
	width: 100%;
	padding-bottom: 50px;
}
.cs-topWrapper-topNew_sp {
      width: 1054px;
    margin: 0 auto;
}
.cs-topWrapper-topAction {
	background: url(../img/bg_top_action.png) no-repeat top;
	padding-bottom: 20px;
    margin-bottom: 120px;
}

.cs-topWrapper-topChallenge {
	background: url(../img/bg_top_challenge.png) no-repeat center 20%;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
@media screen and (max-width:640px) {
	.cs-topWrapper-topNew {
		background: none;
	}
	.cs-topWrapper-topNew .cs-section {
		width: auto;
		margin-left: 0;
		margin-right: 0;
	}
	.cs-topWrapper-topNew_sp {
		background: url(../img/bg_top_reportSp.svg) no-repeat top/cover;
		padding: 60px 0 120px;
		width: auto;
	}
	.cs-topWrapper-topNew_sp-inner {
		margin-left: 1rem;
		margin-right: 1rem;
	}
	
	.cs-topWrapper-topAction {
		background: none;
	}
	.cs-topWrapper-topAction .cs-section {
		margin-left: 0;
		margin-right: 0;
	}
	.cs-topWrapper-topAction_sp {
		background: url(../img/bg_top_actionSp.svg) no-repeat top/cover;
		padding-bottom: 20px;
	}
	.cs-topWrapper-topAction_sp-inner {
		margin-left: 1rem;
		margin-right: 1rem;
	}

	.cs-topWrapper-topChallenge {
		background: none;
	}
	.cs-topWrapper-topChallenge .cs-section {
		margin-left: 0;
		margin-right: 0;
	}

	.cs-topWrapper-topChallenge_sp_B {
		background: url(../img/bg_top_challengeSpB.svg) no-repeat top/cover;
		padding-bottom: 40px;
	}
	.cs-topWrapper-topChallenge_sp-inner {
		margin-left: 1rem;
		margin-right: 1rem;
	}
}

/*-------------------------------------------------
  cs-topics
--------------------------------------------------*/
.cs-topics {

}
.cs-topics-list {
    width: 854px;
    margin: 0 auto 115px;
}
.cs-topics-item {
  display: flex;
  margin-bottom: 10px;
  color: #000;
  font-weight: bold;
  font-size: 1.4em;
}
.cs-topics-item:last-child {
  margin-bottom: 0;
}
.cs-topics-item > a {
  flex: 1;
  margin-left: 30px;
  color: #000;
  text-decoration: underline;
  min-width: 0;
}
.cs-topics-item > a:hover{
  text-decoration: none;
}
.cs-topics .cs-columnCon {
    margin: 0 auto 0;
}
.cs-topics .cs-columnCon-inner {
	width: 1054px;
	justify-content: flex-start;
	color: #000;
	transition: all .2s;
	margin-left: -30px;
	align-items: center;
}
.cs-topics .cs-columnCon-img {
  width: 373px;
}
.cs-topics .cs-columnCon-img .imgSmall {
  width: auto;
  margin: 15px auto 0;
}
.cs-topics .cs-columnCon-title {
  margin-bottom: 20px;
  color: #000;
  font-size: 1.6em;
  text-decoration: underline;
  line-height: 1.5;
}
.cs-topics .cs-columnCon-inner:hover{
  text-decoration: none;
  opacity: .6;
}
.cs-topics .cs-columnCon-inner:hover .cs-columnCon-title {
  text-decoration: none;
}
.cs-topNew-notes {
  color: #da0000;
  font-size: 1.6em;
}
@media screen and (max-width:640px) {
  .cs-topics {

  }
  .cs-topics-list {
    width: auto;
    margin-bottom: 0;
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .cs-topics-item {
    flex-direction: column;
    margin-bottom: 10px;
    font-size: 1.2em;
  }
  .cs-topics-item > time {

  }
  .cs-topics-item > a {
    display: block;
    margin-left: 0;
  }
  .cs-topics .cs-columnCon{
    width: auto;
    /* padding: 30px; */
  }
  .cs-topics .cs-columnCon-inner{
    width: auto;
    margin-left: 0;
  }
  .cs-topics .cs-columnCon-img {
    width: 100%;
  }
  .cs-topics .cs-columnCon-title {
    font-size: 1.4em;
  }
  .cs-topics .cs-columnCon-txt {
    font-size: 1.2em;
  }
}

/*-------------------------------------------------
  cs-topAction
--------------------------------------------------*/
.cs-topAction {
}
.cs-topAction-txt{
  margin-bottom: 35px;
  color: #000;
  font-size: 1.8em;
	text-align: center;
}
.cs-topAction-txt span{
  display: block;
  font-size: 1.4em;
}
.cs-topAction-list {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  /* grid-gap: 1px 1px; */
  grid-template-areas: "workshop museum career" "workshop contest fund";
  margin-bottom: 50px;
}
.cs-topAction-item {
  /* margin: 2px; */
}
.cs-topAction-item a{
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: all .2s;
  /* max-height: 184px; */
}
.cs-topAction-item a:hover{
  text-decoration: none;
  opacity: .6;
}
.cs-topAction-item a span{
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 4px;
  color: #000;
  font-weight: bold;
  font-size: 1.6em;
  text-align: center;
  min-height: 35px;
}
.cs-topAction-item.workshop { grid-area: workshop; }
.cs-topAction-item.museum { grid-area: museum; }
.cs-topAction-item.career { grid-area: career; }
.cs-topAction-item.contest { grid-area: contest; }
.cs-topAction-item.fund { grid-area: fund; }
.cs-topAction-item.workshop{
  border: 10px solid #83C0E4;
}
.cs-topAction-item.workshop span{
  background: #83C0E4;
}
.cs-topAction-item.museum{
  border: 10px solid #d1dd26;
}
.cs-topAction-item.museum span{
  background: #d1dd26;
}
.cs-topAction-item.career{
  border: 10px solid #9f91c4;
}
.cs-topAction-item.career span{
  background: #9f91c4;
}
.cs-topAction-item.contest{
  border: 10px solid #F19EC2;
}
.cs-topAction-item.contest span{
  background: #F19EC2;
}
.cs-topAction-item.fund{
  border: 10px solid #58b990;
}
.cs-topAction-item.fund span{
  background: #58b990;
  /* min-height: 63px; */
}
.cs-topAction-link{
  display: flex;
  justify-content: center;
  align-items: center;
}
.cs-topAction-link a{
  margin: 0 17px;
  transition: all .2s;
}
.cs-topAction-link a:hover{
  opacity: .6;
}
@media all and (-ms-high-contrast:none) {
  .cs-topAction {

  }
  .cs-topAction-list {
    display: -ms-grid;
    -ms-grid-columns: 2fr 1fr 1fr;
    -ms-grid-rows: 1fr 1fr;
  }
  .cs-topAction-item.workshop {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .cs-topAction-item.museum {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }
  .cs-topAction-item.cs-topAction-item.career {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }
  .contest {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }
  .cs-topAction-item.fund {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }
}
@media screen and (max-width:640px) {
  .cs-topAction {
  }
  .cs-topAction-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    grid-template-areas: "workshop workshop" "museum career" "contest fund";
  }
  .cs-topAction-item a span{
    font-size: 1.4em;
    min-height: 25px;
  }
  .cs-topAction-txt{
    margin-bottom: 25px;
    font-size: 1.6em;
  }
  .cs-topAction-txt span{
    font-size: 1.2em;
  }
  .cs-topAction-link{
    flex-direction: column;
  }
  .cs-topAction-link a{
    margin: 10px 0 0;
  }
}

/*-------------------------------------------------
  cs-topChallenge
--------------------------------------------------*/
.cs-topChallenge {
}
.cs-topChallenge .cs-columnCon {
	margin-bottom: 35px;
}
.cs-topChallenge .cs-columnCon-inner {
	flex-wrap: wrap;
}
.cs-topChallenge .cs-columnCon-img {
	flex-basis: 200px;
}
.cs-topChallenge-caption {
	font-size: 1.2em;
}
.cs-topChallenge-txt {
	margin-bottom: 35px;
    color: #000;
	font-size: 1.6em;
}
@media screen and (max-width:640px) {
	.cs-topChallenge .cs-columnCon {
		margin-bottom: 0;
	}
	.cs-topChallenge .cs-columnCon-inner {
		flex-direction: row;
	}
	.cs-topChallenge .cs-columnCon-img {
		flex-basis: 48%;
	}
	.cs-topChallenge-caption {
		font-size: 1.0em;
	}
  .cs-topChallenge-txt {
    margin-bottom: 25px;
    font-size: 1.4em;
  }
}

/*-------------------------------------------------
  cs-top-txtLink
--------------------------------------------------*/
.cs-top-txtLink {
  margin-top: 40px;
  font-size: 1.6em;
}
@media screen and (max-width:640px) {
  .cs-top-txtLink {
    margin-top: 30px;
    font-size: 1.4em;
  }
}


/******************************************************
  活動紹介ページ 固有パーツ
******************************************************/

/*-------------------------------------------------
  cs-action
--------------------------------------------------*/
.cs-action {

}
.cs-action .cs-columnCon{
  margin-bottom: 30px;
}
.cs-action .cs-columnCon-inner{
 transition: all .2s;
}
.cs-action .cs-columnCon-inner:hover{
  opacity: .6;
	text-decoration: none;
}
.cs-action .cs-columnCon-title{
  font-size: 2.4em;
}
.cs-action .cs-columnCon-img{
  width: 527px;
}
.cs-action .cs-columnCon-img img{
  border-radius: 8px 0 0 8px;
}
.cs-action .cs-columnCon-detail + .cs-columnCon-img img{
  border-radius: 0 8px 8px 0;
}
.cs-action .cs-columnCon-detail{
  margin-left: 0;
  padding: 34px;
}
.cs-action .cs-columnCon-detail.bg-blue{
  background: #83C0E4;
  border-radius: 0 8px 8px 0;
}
.cs-action .cs-columnCon-detail.bg-yellow{
  background: #d1dd26;
  border-radius: 8px 0 0 8px;
}
.cs-action .cs-columnCon-detail.bg-purple{
  background: #9f91c4;
  border-radius: 0 8px 8px 0;
}
.cs-action .cs-columnCon-detail.bg-pink{
  background: #F19EC2;
  border-radius: 8px 0 0 8px;
}
.cs-action .cs-columnCon-detail.bg-green{
  background: #58b990;
  border-radius: 0 8px 8px 0;
}

/*-------------------------------------------------
  cs-whole
--------------------------------------------------*/
.cs-whole-map{
  text-align: center;
}

.cs-section.w-change{
  width: 1084px;
}
.cs-section.w-change .cs-columnCon-item{

  width: 471px;
}
.cs-section.w-change .cs-columnCon-item .cs-btn-area{
  text-align: center;
}

@media screen and (max-width:640px) {

  .cs-action .cs-columnCon{
    margin-bottom: 20px;
  }
  .cs-action .cs-columnCon:nth-child(odd) .cs-columnCon-inner{
    flex-direction: column-reverse;
  }
  .cs-action .cs-columnCon-img{
    width: 100%;
    margin-bottom: 0;
  }
  .cs-action .cs-columnCon-img img,
  .cs-action .cs-columnCon-detail + .cs-columnCon-img img{
    border-radius: 8px 8px 0 0;
  }
  .cs-action .cs-columnCon-detail{
    margin-left: 0;
    padding: 20px 15px;
  }
  .cs-action .cs-columnCon-detail.bg-blue,
  .cs-action .cs-columnCon-detail.bg-yellow,

  .cs-action .cs-columnCon-detail.bg-purple,
  .cs-action .cs-columnCon-detail.bg-pink,
  .cs-action .cs-columnCon-detail.bg-green{
    border-radius: 0 0 8px 8px;
  }
  .cs-action .cs-columnCon-title{
    font-size: 2.0em;
  }
  .cs-action .cs-columnCon-txt{
    font-size: 1.4em;
  }
  .cs-action .cs-btn-area{
    text-align: left;
  }
  /*-------------------------------------------------
    cs-whole
  --------------------------------------------------*/
  .cs-section.w-change{
    width: auto;
  }
  .cs-section.w-change .cs-columnCon-item{
    width: 100%;
    margin-bottom: 50px;
  }
  .cs-section.w-change .cs-columnCon-item:last-child{
    margin-bottom: 0;
  }
}

/******************************************************
  ミュージアムページ 固有パーツ
******************************************************/

/*-------------------------------------------------
  cs-museum
--------------------------------------------------*/
.cs-museum .cs-museum-title {
  margin: 80px 0 55px;
  font-size: 2.8em;
  text-align: center;
  color: #000;
}
.cs-museum-logo {
  position: relative;
  padding-left: 226px;
}
.cs-museum .cs-museum-logo::before{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 206px;
  height: 193px;
  background: url('../img/logo_sony_es.png') no-repeat;
  content: "";
}
.cs-museum-txt {
  margin-bottom: 35px;
  color: #000;
  font-size: 1.6em;
}
.cs-museum .cs-columnCon{
  margin-bottom: 30px;
}
.cs-museum .cs-columnCon-title{
  color: #5F5B00;
  line-height: 1.8;
  margin-bottom: 18px;
}
.cs-museum .cs-columnCon-detail > p:last-of-type {
  margin-bottom: 0;
}
.cs-museum .cs-btn-area{
  text-align: center;
  margin-top: 60px;
}

@media screen and (max-width:640px) {
  .cs-museum .cs-museum-logo {
    margin: 140px 0 40px;
    padding-left: 0;
    font-size: 1.8em;
  }
  .cs-museum .cs-museum-logo::before{
    position: absolute;
    top: -65px;
    left: 50%;
    width: 103px;
    height: 97px;
    margin-left: -51px;
    background: url('../img/logo_sony_es_sp.png') no-repeat;
    content: "";
    margin-top: -51px;
  }
  .cs-museum-txt{
    font-size: 1.4em;
  }
  .cs-museum .cs-columnCon{
    margin-bottom: 45px;
  }
  .cs-museum .cs-columnCon-title{
    font-size: 1.8em;
    line-height: 1.0;
  }
  .cs-museum .cs-columnCon-txt{
    font-size: 1.4em;
  }

}

/******************************************************
  ワークショップページ 固有パーツ
******************************************************/

/*-------------------------------------------------
  cs-workshop
--------------------------------------------------*/
.cs-workshop{
  margin-top: 50px;
}
.cs-workshop-section {
  margin-bottom: 40px;
}
.cs-workshop-title {
  margin-bottom: 20px;
  color: #000;
  font-size: 2.4em;
  text-align: center;
}
.cs-workshop-txt {
  margin-bottom: 35px;
  color: #000;
}
.cs-workshop .cs-btn-area {
  margin-top: 40px;
}
.cs-workshop .cs-columnCon {
  margin-bottom: 40px;
}
.cs-workshop .cs-columnCon-inner {
  padding: 30px 34px 40px;
  justify-content: flex-start;
}
.cs-workshop .cs-columnCon-img {
  width: 373px;
}
#anchor2 .cs-workshop .cs-columnCon {
  margin-bottom: 40px;
}
#anchor2 .cs-workshop .cs-columnCon-inner,
#anchor3 .cs-workshop .cs-columnCon-inner {
  padding: 30px 34px 40px;
  justify-content: flex-start;
}
#anchor2 .cs-workshop .cs-columnCon-img {
  width: 373px;
}
@media screen and (max-width:640px) {
  .cs-workshop {
    margin-top: 20px;
  }
  .cs-workshop .cs-btn-area {
    margin-top: 25px;
  }
  .cs-workshop-section {
    margin-bottom: 25px;
  }
  .cs-workshop-title {
    margin-bottom: 15px;
    font-size: 2.0em;
  }
  .cs-workshop-txt {
    margin-bottom: 25px;
    font-size: 1.4em;
  }
  .cs-workshop .cs-columnCon {
    margin-bottom: 20px;
  }
  .cs-workshop .cs-columnCon-inner {
    padding-bottom: 30px;
  }
  .cs-workshop .cs-columnCon-img {
    width: 100%;
  }
  .cs-workshop .cs-columnCon-title {
    font-size: 1.4em;
  }
  .cs-workshop .cs-columnCon-inner,
  #anchor2 .cs-workshop .cs-columnCon-inner,
  #anchor3 .cs-workshop .cs-columnCon-inner{
    padding: 30px 0;
  }
  .cs-workshop .cs-columnCon-img,
  #anchor2 .cs-workshop .cs-columnCon-img,
  #anchor0 .cs-workshop .cs-columnCon-img {
    width: 100%;
  }
}

/*-------------------------------------------------
  背景のグレー画像 cs-workshopWrapper
--------------------------------------------------*/
.cs-workshopWrapper-various {
	background: url(../activity/workshop/img/img_workshop_11.png) no-repeat top;
	padding-bottom: 180px;
    margin-bottom: 120px;
}
.cs-workshopWrapper-various .cs-columnCon-title {
	color: #0056A8;
}
@media screen and (max-width:640px) {
	.cs-workshopWrapper-various {
		background: url(../activity/workshop/img/img_workshop_11Sp.svg) no-repeat top/cover;
		padding-bottom: 20px;
	}
}

/*-------------------------------------------------
  点線
--------------------------------------------------*/
.dots {
	position: relative;
}
.dots::before {
content: "";
background-image: linear-gradient(to right, #000, #000 3px, transparent 3px, transparent 8px);
background-size: 8px 1px;
background-repeat: repeat-x;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
.dots .cs-columnCon-detail {
	position: relative;
}
/******************************************************
 みんなの作品紹介 固有パーツ
******************************************************/

/*-------------------------------------------------
  カード
--------------------------------------------------*/
.cs-card {
  width: 205px;
  height: 100%;
  background-color: #B9D9F0;
  border-radius: 10px;
  display: block;
  transition: all .2s;
}
.cs-card:hover {
  opacity: .6;

}
.cs-card-inner {
  display: block;
  padding: 18px;
  transition: all .2s;
}
.cs-card-head {
  margin-bottom: 10px;
}
.cs-card-img {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  transition: all .2s;
}
.cs-card-img::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 28px;
  height: 28px;
  background: url('../img/icon_zoom.png') no-repeat;
  background-size: 28px;
  content: '';
}
.cs-card-location,
.cs-card-txt {
  color: #000;
  font-size: 1.6em;
  line-height: 1.5;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.cs-card-location {
  margin-bottom: 10px;
}
.cs-card-txt {
  font-weight: bold;
}

@media screen and (max-width:640px) {
  .cs-card {
    width: auto;
  }
  .cs-card-inner {
    padding: 15px;
  }
  .cs-card-img {
    width: auto;
    height: auto;
  }
  .cs-card-location,
  .cs-card-txt {
    font-size: 1.3em;
  }
}

/*-------------------------------------------------
  cs-idea
--------------------------------------------------*/
.cs-idea {
  width: 1054px;
  margin: 0 auto 50px;
}
.cs-idea:last-of-type {
  margin-bottom: 120px;
}
.cs-idea-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.cs-idea-list-item {
  width: calc(20% - 8px);
  margin: 0 4px 30px;
}

@media screen and (max-width:640px) {
  .cs-idea {
    width: auto;
    margin-left: 1em;
    margin-right: 1em;
    margin-bottom: 45px;
  }
  .cs-idea:last-of-type {
    margin-bottom: 50px;
  }
  .cs-idea-list-item {
    width: calc(50% - 4px);
    margin: 0 4px 10px 0;
  }
  .cs-idea-list-item:nth-child(2n) {
    margin-right: 0;
  }
}

/******************************************************
  活動紹介 配下ページ 共通パーツ
******************************************************/
.cs-action-txt,
.cs-whole-txt,
.cs-workshop-txt,
.cs-museum-txt,
.cs-past-txt,
.cs-education-txt,
.cs-contest-txt,
.cs-foundation-txt{
  margin-bottom: 35px;
  color: #000;
  font-size: 1.8em;
	text-align: center;
}
.cs-museum-txt{
  text-align: left;
}
.cs-education .cs-columnCon,
.cs-contest .cs-columnCon,
.cs-foundation .cs-columnCon {
  margin-bottom: 30px;
}
.cs-education .cs-columnCon-img,
.cs-contest .cs-columnCon-img,
.cs-foundation .cs-columnCon-img{
  width: 510px;
}
.cs-education .cs-columnCon-title,
.cs-contest .cs-columnCon-title,
.cs-foundation .cs-columnCon-title {
  line-height: 1.5;
}

/* カラー定義 */
.cs-education .cs-columnCon-title {
  color: #594A7E;
}
.cs-contest .cs-columnCon-title {
  color: #A4005B;
}
.cs-foundation .cs-columnCon-title {
  color: #005757;
}

@media screen and (max-width:640px) {
	.cs-action-txt,
	.cs-whole-txt,
	.cs-workshop-txt,
	.cs-past-txt,
	.cs-museum-txt,
	.cs-education-txt,
	.cs-contest-txt,
	.cs-foundation-txt {
    margin-bottom: 25px;
    font-size: 1.6em;
  }
  .cs-museum-txt{
    text-align: center;
  }
  .cs-education .cs-columnCon-img,
  .cs-contest .cs-columnCon-img,
  .cs-foundation .cs-columnCon-img {
    width: 100%;
  }
  .cs-education .cs-columnCon-title,
  .cs-contest .cs-columnCon-title,
  .cs-foundation .cs-columnCon-title {
    margin-bottom: 15px;
    font-size: 1.8em;
  }
  .cs-education .cs-columnCon-txt,
  .cs-contest .cs-columnCon-txt,
  .cs-foundation .cs-columnCon-txt {
    font-size: 1.4em;
  }
}




/******************************************************
  活動レポート・実績ページ 固有パーツ
******************************************************/

/*-------------------------------------------------
  cs-report, cs-activities
--------------------------------------------------*/
.cs-report-txt,
.cs-activities-txt{
  margin-bottom: 35px;
  color: #000;
  font-size: 1.8em;
}
.cs-report .cs-table th.data1,
.cs-activities .cs-table th.data1 {
  width: 16.15%;
}
.cs-report .cs-table th.data2,
.cs-activities .cs-table th.data2 {
  width: 45.16%;
}
.cs-report .cs-table th.data3,
.cs-activities .cs-table th.data3 {
  width: 19.35%;
}
.cs-report .cs-table th.data4,
.cs-activities .cs-table th.data4 {
  width: 19.35%;
}
.cs-report .cs-table td a,
.cs-activities .cs-table td a{
  color: #CF4003;
}
.cs-table td a[target="_blank"]::after,
.cs-table td a[target="_blank"]::after {
  /* display: inline-block; */
  /* position: relative; */
  /* bottom: -2px; */
  /* right: -5px; */
  /* width: 18px; */
  /* height: 15px; */
  /* background: url('../img/icon_blank_orange.png') no-repeat; */
  /* background-size: 18px 15px; */
  /* content: ''; */
}
.cs-table td a[target="_blank"] img {
  width: 18px;
  height: 15px;
  padding-left: .3em;
  vertical-align: middle;
}
.cs-table-cap {
  font-size: 1.8em;
  color: #000;
}

@media screen and (max-width:640px) {
	.cs-report-txt,
	.cs-activities-txt{
    margin-bottom: 25px;
    font-size: 1.6em;
  }
  .cs-report .cs-table td a[target="_blank"]::after,
  .cs-activitiescs-table td a[target="_blank"]::after {
    content: none;
  }
  .cs-table-cap {
    font-size: 1.6em;
  }
}

/******************************************************
  過去のワークショッププログラムページ 固有パーツ
******************************************************/

/*-------------------------------------------------
  cs-past
--------------------------------------------------*/
.cs-past-txt{
  margin-bottom: 35px;
  color: #000;
}
.cs-past .cs-btn-area{
  margin-top: 40px;
}

@media screen and (max-width:640px) {
  .cs-past-txt {
    margin-bottom: 25px;
    font-size: 1.4em;
  }
  .cs-past .cs-btn-area{
    margin-top: 25px;
  }
}

/******************************************************
  おうちdeチャレンジ 固有パーツ
******************************************************/

/*-------------------------------------------------
  cs-challenge
--------------------------------------------------*/
.cs-challenge .cs-columnCon {
  margin-bottom: 80px;
}
.cs-challenge .cs-columnCon:last-child {
  margin-bottom: 0;
}
@media screen and (max-width:640px) {
  .cs-challenge .cs-columnCon {
    margin-bottom: 60px;
  }
  .cs-challenge .cs-columnCon-title {
    font-size: 1.4em;
	  line-height: 1.4;
  }
}

/******************************************************
  わくわく科学工作 固有パーツ
******************************************************/

/*-------------------------------------------------
  cs-wakuwakurecipe
--------------------------------------------------*/
.cs-wakuwakurecipe .cs-columnCon {
  margin-bottom: 50px;
}
.cs-wakuwakurecipe .cs-columnCon-title {
  color: #0058A8;
}
.cs-wakuwakurecipe .cs-columnCon-txt {
  margin-bottom: 0;
}



/******************************************************
  ワークショッププログラム
******************************************************/

/*-------------------------------------------------
  cs-work
--------------------------------------------------*/
.cs-work {
  margin-bottom: -70px;
}
.cs-work-ttl {
  margin-bottom: 10px;
  text-align: left;
}
.cs-work-txt {
  margin-bottom: 25px;
  color: #000;
  font-size: 1.8em;
}
.cs-work-txt:last-child {
  margin-bottom: 0;
}
.cs-work .cs-columnCon{
  margin-bottom: 25px;
}
.cs-work .cs-columnCon:last-child {
  margin-bottom: 0;
}
.cs-work .cs-columnCon-inner{
  justify-content: center;
}
.cs-workshop .cs-columnCon-title {
  line-height: 1.5;
}
.cs-work .cs-columnCon-img{
  width: 370px;
  margin-left: 33px;
  text-align: center;
}
.cs-columnCon-img img {
  width: 100%;
}
.cs-work .cs-columnCon-img.middle {
  width: 480px;
}
.cs-work .cs-columnCon-img.large {
  width: 640px;
}
.cs-work .cs-columnCon-img:first-child{
  margin-left: 0;
}
.cs-work-cap {
  font-size: 1.4em;
}
.cs-work .cs-btn-area {
  margin-top: 55px;
}
.cs-work .cs-btn-area + .cs-btn-area {
  margin-top: 10px;
}
.cs-section:last-of-type .cs-work {
  margin-bottom: 0;
}
@media screen and (max-width:640px) {
  .cs-work {
    margin-bottom: -30px;
  }
  .cs-work-ttl {
    margin-bottom: 5px;
  }
  .cs-work-txt {
    margin-bottom: 15px;
    font-size: 1.6em;
  }
  .cs-work .cs-columnCon{
    margin-bottom: 15px;
  }
  .cs-work .cs-columnCon-img {
    width: 225px;
    margin: 0 auto 15px;
  }
  .cs-work .cs-columnCon-img.middle {
    width: 100%;
  }
  .cs-work .cs-columnCon-img.large {
    width: 100%;
  }
  .cs-work .cs-columnCon-img:first-child {
    margin-left: auto;
  }
  .cs-work .cs-columnCon-img:last-child {
    margin-bottom: 0;
  }
  .cs-work .cs-btn-area {
    margin-top: 25px;
  }
}

/*-------------------------------------------------
  cs-workMV
--------------------------------------------------*/
.cs-workMV .cs-mv-inner {
  position: static;
  display: flex;
}
.cs-workMV .cs-title-balloon {
  position: static;
  margin: 0 0 0 20px;
}
@media screen and (max-width:640px) {
    .cs-workMV {}
  .cs-workMV .cs-mv-inner {
  display: block;
}
.cs-workMV .cs-title-balloon {
  /* position: absolute; */
  /* top: 10px; */
  margin: 10px 0 0 15px;
}
}

/*-------------------------------------------------
  cs-workImps
--------------------------------------------------*/
.cs-workImps {
  width: 48%;
}
.cs-workImps-inner {
  background: url(../img/bg_workshop_imps.png) no-repeat top;
  min-height: 250px;
  padding: 45px 100px 0;
}
.cs-workImps-inner.bg-typeB {
  background: url(../img/bg_workshop_imps_b.png) no-repeat top;
}
.cs-workImps-inner + .cs-workImps-inner {
  padding-top: 70px;
  min-height: 225px;
}
.cs-workImps + .cs-workImps {
  margin-left: 15px;
}
.cs-workImps-ttl {
  color: #000;
  font-size: 2.0em;
  text-align: center;
}
.cs-workImps-list {
  margin-top: 10px;
  color: #000;
  font-size: 1.5em;
}
.cs-workImps-listItem + .cs-workImps-listItem {
  margin-top: 10px;
}
@media screen and (max-width:640px) {
  .cs-workImps {
    width: auto;
  }
  .cs-workImps-inner {
    background: url(../img/bg_workshop_impsSp.svg) no-repeat top/cover;
    min-height: 300px;
    padding: 45px 10% 30px;
  }
  .cs-workImps-inner.bg-typeB {
    background: url(../img/bg_workshop_impsSpB.svg) no-repeat top/cover;
  }
  .cs-workImps + .cs-workImps {
    margin-left: 0;
    margin-top: 45px;
  }
}

/*-------------------------------------------------
  cs-cms-workModal CMSのインラインモーダル用
--------------------------------------------------*/
.com_csr_modal .modaal-container {
    background-color: #B9D9F0;
}
.cs-cms-workModalTtl {
    display: inline-block;
    margin: .5em 0 .5em;
    font-size: 1.4em;
    font-weight: bold;
}

/*-------------------------------------------------
  cs-cms-workCarousel CMSのカルーセル用
--------------------------------------------------*/
.cs-cms-workCarousel .slick-wrapper {
    width: 1054px;
    margin: 0 auto 120px;
}
.cs-cms-workCarousel .slick-item > a {
  padding: 18px;
  background-color: #B9D9F0;
  border-radius: 10px;
  transition: all .2s;
}
.cs-cms-workCarousel .slick-item > a:hover {
  opacity: .6;
}
.cs-cms-workCarousel .slick-slide .slick-item__img::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 28px;
  height: 28px;
  background: url('../img/icon_zoom.png') no-repeat;
  background-size: 28px;
  content: '';
}
.cs-cms-workCarousel .slick-item-inner + .slick-item__text {
  color: #000;
  min-height: 150px;
}
.cs-cms-workCarousel.workshopIndexCarousel .slick-item-inner + .slick-item__text { /*--workshop/index.html--*/
  min-height: 160px;
}
.cs-cms-workCarousel .arrow-space .slider_arrow {
  background: url('../img/icon_slide_arrow_pc.png') no-repeat;
  transform: scale(1, 1);
  top: calc(50% - 48px)!important;
}
.cs-cms-workCarousel .arrow-space .slider_arrow-next {
  transform: scale(-1, 1);
}
.cs-cms-workCarousel .arrow-space .slider_arrow > svg {
  transform:scale(0,0);
}
.cs-cms-workCarousel .slick-item__text {
  font-size: 1.0em;
}
.cs-cms-workCarouselTag {
    font-size: 0.75em;
    line-height: 1.5;
    display: block;
}
.cs-cms-workCarouselTxt {
  font-weight: bold;
  display: inline-block;
  margin-top: .5em;
}
@media screen and (max-width:640px) {
.cs-cms-workCarousel .slick-wrapper {
    width: auto;
    margin-bottom: 50px;
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .cs-cms-workCarousel .slick-item > a {
    padding: 15px;
  }
  .cs-cms-workCarousel .slick-item-inner + .slick-item__text {
    min-height: 180px;
  }
  .cs-cms-workCarousel.workshopIndexCarousel .slick-item-inner + .slick-item__text { /*--workshop/index.html--*/
    min-height: 190px;
  }
}

/*-------------------------------------------------
  cs-workArticle25
--------------------------------------------------*/
.cs-workArticle25-reverse {
  margin-bottom: 25px;
}
.cs-workArticle25-reverse .cs-columnCon + .cs-columnCon {
  margin-top: 66px;
}
.cs-workArticle25-reverse .cs-columnCon-img.capRight {
  text-align: right;
}
.cs-workArticle25-reverse .reverse{
  flex-direction: row-reverse;
}
.cs-workArticle25-reverse .cs-columnCon-img.reverseImg {
  margin-left: 0;
}
.cs-workArticle25-reverse .reverseDetail {
  margin-left: 0;
  margin-right: 33px;
}
@media screen and (max-width: 640px) {
  .cs-workArticle25-reverse .cs-columnCon + .cs-columnCon {
    margin-top: 0;
  }
  .cs-workArticle25-reverse .cs-columnCon-img.capRight {
    text-align: center;
  }
  .cs-workArticle25-reverse .reverse{
    flex-direction: column;
  }
  .cs-workArticle25-reverse .reverseDetail {

    margin-right: 0;
  }
}

/*-------------------------------------------------
  cs-workArticle24
--------------------------------------------------*/
.cs-workArticle24-linkThumb a{
	transition: all .2s;
}
.cs-workArticle24-linkThumb a:hover{
	opacity: .6;
}

/*-------------------------------------------------
  cs-workArticle23
--------------------------------------------------*/
.cs-workArticle23-card {
}
.cs-workArticle23-card .cs-columnCon {
    width: 854px;
    margin: 0 auto 25px;
}
.cs-workArticle23-card .cs-columnCon-img{
  width: 408px;
}
.cs-workArticle23-card .cs-columnCon-detail{
  margin-left: 10px;
  padding-top: 10px;
}
@media screen and (max-width:640px) {
  .cs-workArticle23-card .cs-columnCon{
    width: auto;
  }
  .cs-workArticle23-card .cs-columnCon-img {
    width: auto;
    margin: 0 auto 15px;
  }
  .cs-workArticle23-card .cs-columnCon-detail{
    margin-left: 0;
    padding-top: 0;
  }
}

/******************************************************
  個人情報の取り扱いについてページ 固有パーツ
******************************************************/

/*-------------------------------------------------
  cs-confirm
--------------------------------------------------*/
.cs-confirm ol {
  counter-reset: cnt;
  list-style-type: none;
}

.cs-confirm .cs-confirm-list > li,
.cs-confirm .cs-confirm-list-lv2.list-type-nest > li {
  counter-increment: cnt;
}

.cs-confirm p {
  margin-bottom: 25px;
  color: #000;
  font-size: 1.6em;
}
.cs-confirm p:last-child {
  margin-bottom: 0;
}
.cs-confirm-list {
  counter-reset: cnt;
}
.cs-confirm-list > li {
	list-style-type: none;
  margin-bottom: 30px;
  font-size: 1.6em;
  color: #000;
  padding-left: 1em;
  text-indent: -1em;
  counter-increment: cnt;
}
.cs-confirm-list > li::before {
  content: "" counter(cnt) ". ";
}
.cs-confirm-list > li > .cs-btn-area {
  text-indent: 0;
}
.cs-confirm-list-lv2{
  margin-bottom: 30px;
  margin-left: 15px;
}
.cs-confirm-list-lv2 > li{
  counter-increment: cnt2;
  margin-top: 10px;
}
.cs-confirm-list-lv2 li::before {
  content: "(" counter(cnt2) ") ";
}
.cs-confirm-list-lv3{
  counter-reset: cnt3;
  list-style: none;
  padding: 0;
  margin-left: 5px;
}
.cs-confirm-list-lv3 > li{
  font-size: 88%;
  line-height: 1.5;
  padding-left: 30px;
  margin-top: 5px;
  position: relative;
  text-indent: 0;
  counter-increment: cnt3;
}
.cs-confirm-list-lv3 li::before {
  font-size: 1.2em;
  content: counter(cnt3);
  background-color: #fff;
  border: 1px solid;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 20px;
  width: 20px;
  color: #000;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
}
.cs-confirm-list-lv2.list-type-nest {
  margin-left: 0;
  padding-left: 2.4em;
  text-indent: -2.4em;
}
.cs-confirm-list-lv2.list-type-nest > li::before {
  content : counters(cnt, '-') '　';
}

.cs-confirm-list-lv2.list-type-disc > li::before,
.cs-confirm-list-lv3.list-type-disc > li::before {
  background: none;
  border: none;
  font-size: 88%;
  margin-right: 10px;
  content: '●';
}

.cs-confirm-list-lv3.list-type-dot > li::before {
  border: none;
  content: '・';
}
.cs-confirm-list .cs-btn-area{
   font-size: 1.0em;
}
.cs-confirm-list .cs-btn-area a{
   font-size: 88%;
}
.cs-confirm .cs-btn-area{
  margin-top: 20px;
}
.cs-confirm .cs-btn-area.center{
  margin-top: 80px;
}
.cs-checkbox-area{
  color: #000;
}
.cs-checkbox-area a{
  margin-left: 10px;
}

.cs-pri-disc{
  font-size: 1.5em;
  color: #000;
  margin-left: 35px;
}
.cs-pri-disc li{
  text-indent: -1.5em;
}

@media screen and (max-width:640px) {
  .cs-confirm p {
    margin-bottom: 15px;
    font-size: 1.4em;
  }
  .cs-confirm-list li {
    margin-bottom: 20px;
    font-size: 1.4em;
  }
  .cs-confirm-list-lv2 {
    margin-bottom: 20px;
  }
  .cs-confirm-list-lv2 > li{
    margin-top: 5px;
	  font-size: 1.0em;
  }

  .cs-confirm-list-lv3 > li{
    font-size: 86%;
    padding-left: 25px;
    margin: 5px 0 0;
  }
  .cs-confirm-list-lv3 li::before {
    font-size: 1.2em;
    height: 18px;
    width: 18px;
  }
  .cs-confirm-list-lv2.list-type-disc li,
  .cs-confirm-list-lv3.list-type-disc li {
    margin-bottom: 0;
  }
  .cs-confirm-list-lv2.list-type-disc > li::before,
  .cs-confirm-list-lv3.list-type-disc > li::before {
    font-size: 86%;
  }
  .cs-confirm-list .cs-btn-area a{
    font-size: 1.0em
  }
  .cs-confirm .cs-btn-area.center{
    margin-top: 40px;
  }
}

/******************************************************
  ワークショップ開催案内ページ 固有パーツ
******************************************************/

/*-------------------------------------------------
  cs-info
--------------------------------------------------*/
.cs-info .cs-btn-area {
  margin-bottom: 40px;
}
.cs-info .cs-columnCon-detail {
  margin: 0 34px 0 0;
}
.cs-info-detail dl{
  display: flex;
  margin-bottom: 5px;
}
.cs-info-detail dl dt{
  min-width: 90px;
  margin-right: 10px;
  color: #000;
  font-weight: bold;
	font-size: 1.6em;
}
.cs-info-detail dl dd{
  flex: 1 0 0;

  color: #000;
  min-width: 0;
	font-size: 1.6em;
}
.cs-info-detail dl:last-of-type{
  margin-bottom: 20px;
}
.cs-info-col2 {
	width: 696px;
	margin: 0 auto 20px;
}
.cs-info-col2 .cs-columnCon-img {
	width: calc(696px - 20px);
	margin-right: 20px;
}
.cs-info-col2 .cs-columnCon-img:nth-child(2n) {
	margin-right: 0;
}
.cs-info-col3 {
	margin-bottom: 20px;
}
.cs-info-col3 .cs-columnCon-img {
	width: calc(1054px - 40px);
	margin-right: 20px;
}
.cs-info-col3 .cs-columnCon-img:nth-child(3n) {
	margin-right: 0;
}
.cs-info-col3 .cs-columnCon-img.w371 {
	width: 371px;
}
.cs-info-col3 .cs-columnCon-img.w272 {
	width: 272px;
}
.cs-info .cs-workshop-title {
    margin-bottom: 30px;
    padding: 10px 0 5px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    font-size: 2.0em;
  }
.cs-info-txt {
  margin-bottom: 25px;
  color: #000;
	font-size: 1.6em;
}
.cs-info-note {
  display: block;
  margin-bottom: 0;
  color: #000;
  font-size: 88%;
  padding-left: 1em;
  text-indent: -1em;
}
.cs-info-txtLink {
  margin-top: 40px;
  font-size: 1.6em;
}
@media screen and (max-width:640px) {
  .cs-info {
    margin-bottom: 50px;
  }
  .cs-info .cs-columnCon-detail {
    margin: 0;
  }
  .cs-info-detail dl{
    margin-bottom: 5px;
  }
  .cs-info-detail dl dt{
    min-width: 70px;
  }
  .cs-info-detail dl dt,
  .cs-info-detail dl dd {
    line-height: 1.5;
	  font-size: 1.4em;
  }
  .cs-info .cs-columnCon-inner {
    flex-direction: column-reverse;
  }
  .cs-info .cs-columnCon-inner.cs-info-col2,
  .cs-info .cs-columnCon-inner.cs-info-col3 {
    flex-direction: column;
  }
 .cs-info .cs-columnCon-inner.cs-info-col2 {
    width: auto;
  }
.cs-info-col2 .cs-columnCon-img,
.cs-info-col3 .cs-columnCon-img {
	width: auto;
	margin-right: 0;
}
.cs-info-col3 .cs-columnCon-img.w371,
.cs-info-col3 .cs-columnCon-img.w272 {
	width: auto;
}
  .cs-info .cs-workshop-title {
    margin-bottom: 20px;
  }
  .cs-info-txt {
    margin-bottom: 15px;
    font-size: 1.4em;
  }
  .cs-info-txtLink {
    margin-top: 30px;
    font-size: 1.4em;
  }
}
/*-------------------------------------------------
  cs-info cs-dino
--------------------------------------------------*/
.cs-mv.cs-dinoTop {
    height: 882px;
    background: url(../activity/workshop/img/img_info_mainBG.jpg) no-repeat;
    background-position: center;
    margin-bottom: 0;
}
.cs-mv.cs-dinoTop .cs-columnCon-inner {
    width: 986px;
    margin: 0 auto;
    padding-top: 20px;
    justify-content: flex-start;
}
.cs-dinoTop-txt {
    margin: 69px 0 0 21px;
    font-weight: bold;
    line-height: 1;
}
.cs-dinoTop-txt p {


    font-size: 2.4em;
    font-weight: bold;
    color: #000;
}
.cs-dinoTop-txtColumn {
  margin-top: 12px;
  display: flex;
  justify-content: space-between;
}
.cs-dinoTop-txtColumn p {
    padding-top: 8px;
}
.cs-dinoTop-txt p.cs-dinoTop-label {
    font-size: 2.1em;
    color: #fff;
    background-color:#0056a8;
    padding: 8px 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cs-dinoTop-txt p.cs-dinoTop-label span {
    font-size: .75em;
    margin-right: .5em;
}
.cs-dinoTop .cs-btn {
  background: #ea623c;
  color: #fff;
  margin-top: 16px;
  width: 476px;
  height: 73px;
  font-size: 2.5em;
  font-weight: bold;
  border-radius: 36.5px;
  padding: 24px 29px 24px 58px;
  letter-spacing: -0.05em;
}
.cs-dinoTop .cs-btn:hover {
	opacity: 1;
}
.cs-dinoTop .cs-btn span:hover {
    text-decoration: none;
}
.cs-dinoTop .cs-btn span {
  position: relative;
  display: inline-block;
}
.cs-dinoTop .cs-btn span::before {
    position: absolute;
    bottom: 7px;
    left: -25px;
    width: 15px;
    height: 14px;
    margin-top: -9px;
    background: url(../activity/workshop/img/img_info_icon_arrow.png) no-repeat;
    background-size: 15px 14px;
    content: '';
}
.cs-dinoTop-KV {
    margin-top: 44px;
}

.cs-dinoIntro  {
  width: 986px;
  margin: 40px auto 0;
}
.cs-dinoIntro p {
    color: #000;
    font-size: 1.8em;
    line-height: 1.88;
}
.cs-dinoIntro p + p {
    margin-top: 38px;
}

.cs-dinoEvent{
    margin-top: 70px;
    position: relative;
}
.cs-dinoEvent::after{
    position: absolute;
    bottom: 0;
    height: 100px;
    content: "";
    width: 100%;
    background:
        url("../activity/workshop/img/img_info_event_bg_w.png") bottom ;
    background-repeat:repeat-x;
}
.cs-dinoEvent-inner{
    position: relative;
    background:
        url("../activity/workshop/img/img_info_event_bg_top.png"),
        url("../activity/workshop/img/img_info_event_bg_bottom.png");
    background-repeat:
        no-repeat,
        no-repeat;
    background-position:
        top left,
        bottom left;
    width: 1190px;
    margin:0 auto;
    padding: 168px 0 179px;
    box-sizing: border-box;
}
.cs-dinoEvent-content{
    width: 1190px;
    margin: 0 auto;
    background: url(../activity/workshop/img/img_info_event_bg.png);
    background-repeat: repeat-y;
    padding: 0px 170px;
    height: 100%;
    box-sizing: border-box;
    overflow: hidden;
    padding-bottom: 40px;
    margin-top: -30px;
}
.cs-dinoEvent-inner h2{
    position: absolute;
    top: 35px;
    left: 362px;
}
.cs-dinoEvent-day {
    margin-top: 0;
    font-size:1.6em;
    color: #3c0e00;
}
.cs-dinoEvent-day div{
    display: flex;
}
.cs-dinoEvent-day div dt{
    font-weight: bold;
    letter-spacing: .16em;
    width: 102px;
}
.cs-dinoEvent-day div dd{
  width: 748px;
}
.cs-dinoEvent-notes {
  color: #ca0505;
}
.cs-dinoEvent-dayNotes {
    display: inline-block;
    padding-left: 1em;
    text-indent: -1em;
}
.cs-dinoEvent-gift {
    margin-top: 44px;
    text-align: center;
}
.cs-dinoEvent-gift img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}
.cs-dinoEvent .cs-btn-area {
    position: relative;
    margin-top: 65px;
}
.cs-dinoEvent .cs-btn {
  background: #ea623c;
  color: #fff;
  width: 100%;
  height: 73px;
  font-size: 2.4em;
  font-weight: bold;
  border-radius: 36px;
  padding: 25px 0 25px 257px;
  text-align: left;
  letter-spacing: 0.1em;
}
.cs-dinoEvent .cs-btn span {
  position: relative;
  display: inline-block;
}
.cs-dinoEvent .cs-btn span::before {
    position: absolute;
    bottom: 6px;
    left: -25px;
    width: 15px;
    height: 14px;
    margin-top: -9px;
    background: url(../activity/workshop/img/img_info_icon_arrow.png) no-repeat;
    background-size: 15px 14px;
    content: '';
}
.cs-dinoEvent-bgBalloon {
    text-align: center;
    padding-top: 18px;
    color: #fff;
    font-size: 2.2em;
    display: inline-block;
    width: 74px;
    height: 63px;
    background: url(../activity/workshop/img/img_info_icon_balloon.png) no-repeat;
    background-position: center;
    position: absolute;
    top: -49px;
    left: 461px;
}
.cs-btn:hover + .cs-dinoEvent-bgBalloon {
    opacity: .6;
}
.cs-dinoEvent-person {
  margin-top: 43px;
  border: 2px solid #5d2000;
  padding: 40px 30px;
}
.cs-dinoEvent-person .cs-columnCon-img {
    width: 272px;
}
.cs-dinoEvent-personDetails {
  color: #3c0e00;
  flex: 1;
  margin-left: 34px;
}

.cs-dinoEvent-personTtl {
  font-size: 1.8em;
}
.cs-dinoEvent-personTxt {
  margin-top: 25px;
  font-size: 1.4em;
  line-height: 2;
}
.cs-dinoNote {
  margin-top: 41px;
  font-size: 1.5em;
  line-height: 2.1;
  color: #3c0e00;
}
.cs-dinoNote-item {
  display: block;
  margin-bottom: 0;
  color: #000;
  padding-left: 1em;
  text-indent: -1em;
}

.cs-dinoProgram  {
  width: 986px;
  margin: 0 auto;
}
.cs-dinoProgram-ttl {
  margin-top: 113px;
  font-size: 2.8em;
  text-align: center;
  color: #000;
}
.cs-dinoProgram-txt {
  margin-top: 79px;
  font-size: 1.8em;
  color: #000;
  line-height: 1.78;
}
.cs-dinoProgram .cs-btn-area {
    position: relative;
    margin-top: 71px;
    padding: 0 68px;
}
.cs-dinoProgram .cs-btn {
  background: #ea623c;
  color: #fff;
  width: 100%;
  height: 73px;
  font-size: 2.6em;
  font-weight: bold;
  border-radius: 36px;
  padding: 23px 0 24px 230px;
  text-align: left;
}
.cs-dinoProgram .cs-btn span {
  position: relative;
  display: inline-block;
}
.cs-dinoProgram .cs-btn span::before {
    position: absolute;
    bottom: 6px;
    left: -25px;
    width: 15px;
    height: 14px;
    margin-top: -9px;
    background: url(../activity/workshop/img/img_info_icon_arrow.png) no-repeat;
    background-size: 15px 14px;
    content: '';
}
.cs-dinoProgram-bgBalloon {
    text-align: center;
    padding-top: 18px;
    color: #fff;
    font-size: 2.2em;
    display: inline-block;
    width: 74px;
    height: 63px;
    background: url(../activity/workshop/img/img_info_icon_balloon.png) no-repeat;
    background-position: center;
    position: absolute;
    top: -49px;
    left: 521px;
}
.cs-btn:hover + .cs-dinoProgram-bgBalloon {
    opacity: .6;
}

@media screen and (max-width:640px), print{
.cs-mv.cs-dinoTop {
    height: auto;
    background: url(../activity/workshop/img/img_info_mainBG_sp.jpg) no-repeat;
    background-size: cover;
    background-position: center top;
    margin-bottom: 0;
}
.cs-dinoTop-ttl img {}
.cs-mv.cs-dinoTop .cs-columnCon-inner {
    width: auto;
    padding-top: 15px;
}
.cs-dinoTop-ttl {
  text-align: center;
  padding: 0 18px 0 45px;
}
.cs-dinoTop-txt {
    margin: 11px 0 0;
    padding: 0 45px;
}
.cs-dinoTop-txt p {
    font-size: 1.5em;
}
.cs-dinoTop-txtColumn {
  margin-top: 5px;
  /* justify-content: flex-start; */
}
.cs-dinoTop-txt p.cs-dinoTop-label {
    font-size: 1.3em;
    padding: 8px 6px;
    display: block;
}
.cs-dinoTop-txt p.cs-dinoTop-label span {
    margin-right: .25em;
}

.cs-dinoTop .cs-btn {
  margin-top: 10px;
  width: 100%;
  height: auto;
  font-size: 1.5em;
  padding: 11px 14px 10px 27px;
  letter-spacing: -0.05em;
}
.cs-dinoTop .cs-btn span::before {
    bottom: 35%;
    left: -12px;
    width: 7px;
    height: 7px;
    margin-top: 0;
    background-size: 7px 7px;
}

.cs-dinoTop-KV {
    margin-top: 30px;
    padding-bottom: 15px;
}

.cs-dinoIntro {
    width: auto;
    padding: 0 30px;
    margin-top: 30px;
}
.cs-dinoIntro p {
    font-size: 1.6em;
    line-height: 1.75;
}
.cs-dinoIntro p + p {
    margin-top: 30px;
}

.cs-dinoEvent{
    margin-top: 50px;
}
.cs-dinoEvent-inner{
    width: 100%;
    background:
        url("../activity/workshop/img/img_info_event_bg_top_sp.png"),
        url("../activity/workshop/img/img_info_event_bg_bottom_sp.png");
    background-repeat:
        no-repeat,
        no-repeat;
    background-position:
        top left,
        bottom left;
    margin:0 auto;
    padding: 15% 0;
    box-sizing: border-box;
    background-size: contain;
}
.cs-dinoEvent-content{
    width: 100%;
    margin: 0 auto;
    background: url(../activity/workshop/img/img_info_event_bg_sp.png);
    background-size: contain;
    background-position: left;
    padding: 7px 45px 0;
}
.cs-dinoEvent-inner h2{
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 174px;
}
.cs-dinoEvent-day {
    font-size:1.4em;
}
.cs-dinoEvent-day div dt{
    letter-spacing: .02em;
    width: auto;
    flex-basis: 30%;
}
.cs-dinoEvent-day div dd{
  width: auto;
  flex-basis: 70%;
}
.cs-dinoEvent-gift {
    margin-top: 30px;
}
.cs-dinoEvent .cs-btn-area {
    margin-top: 46px;
}
.cs-dinoEvent .cs-btn {
  height: auto;
  font-size: 1.5em;
  border-radius: 42px;
  padding: 14px 14px 14px 27px;
  letter-spacing: -0.05em;
  text-align: center;
}
.cs-dinoEvent .cs-btn span::before {
    bottom: 35%;
    left: -12px;
    width: 7px;
    height: 7px;
    margin-top: 0;
    background-size: 7px 7px;
}
.cs-dinoEvent-bgBalloon {
    padding-top: 10px;
    font-size: 1.4em;
    width: 47px;
    height: 40px;
    top: -63%;
    left: 51%;
    background-size: 47px 40px;
}
.cs-dinoEvent-person {
  margin-top: 29px;
  border: 1px solid #5d2000;
  padding: 20px;
}
.cs-dinoEvent-person .cs-columnCon-img {
    max-width: 136px;
    margin: 0 auto;
}
.cs-dinoEvent-personDetails {
  flex: auto;
  margin-left: 0;
}
.cs-dinoEvent-personTtl {
  font-size: 1.3em;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
  margin-top: 10px;
}
.cs-dinoEvent-personTxt {
  margin-top: 17px;
  font-size: 1.2em;
  line-height: 1.6;
}
.cs-dinoNote {
  margin-top: 30px;
  font-size: 1.4em;
  line-height: 1.6;
  color: #000;
  letter-spacing: 0.08em;
}

.cs-dinoProgram  {
  width: auto;
  padding: 0 30px;
}
.cs-dinoProgram-ttl {
  margin-top: 60px;
  font-size: 1.9em;
}
.cs-dinoProgram-txt {
  margin-top: 34px;
  font-size: 1.6em;
  line-height: 1.75;
}
.cs-dinoProgram .cs-btn-area {
    margin-top: 45px;
    padding: 0;
}
.cs-dinoProgram .cs-btn {
  height: auto;
  font-size: 1.5em;
  border-radius: 42px;
  padding: 14px 14px 14px 31px;
  text-align: center;
}
.cs-dinoProgram .cs-btn span::before {
    bottom: 35%;
    left: -12px;
    width: 7px;
    height: 7px;
    margin-top: 0;
    background-size: 7px 7px;
}
.cs-dinoProgram-bgBalloon {
    padding-top: 10px;
    font-size: 1.4em;
    width: 47px;
    height: 40px;
    top: -63%;
    left: 51%;
    background-size: 47px 40px;
}
}

/*-------------------------------------------------
  cs-sumEvent
--------------------------------------------------*/

.te-ce{
  text-align: center;
}
.te-le{
  text-align: left;
}
.cs-sumEvent img{
  box-sizing: border-box;
  max-width: 100%;
}
.cs-sumEvent a:hover{
  opacity: 0.8;
}

.cs-sumEvent{
  color: #000000;
}
.cs-sumEvent *{
  box-sizing: border-box;
}
.cs-sumEvent-mv-outer{
  background-color: #ecf3f7;
  padding-bottom: 40px;
  margin-bottom: 100px;
}
.cs-sumEvent-mv-inner{
  height: 360px;
  background: url(../activity/summerchallenge/sis4ug0000016371-img/mv_pc.png)no-repeat top center;
}
.cs-sumEvent-mv-inner h1{
  height: 360px;
  background: url(../activity/summerchallenge/sis4ug0000016371-img/sum_head_bg.png)no-repeat top center;
  color: #fff;
  text-align: center;
  font-size: 4.4em;
  line-height: 1;
  margin: 0;
  padding-top: 73px;
}
.cs-sumEvent-mv-inner h1 span{
  display: block;
  padding-top: 28px;
  font-size: 0.682em;
  font-weight: normal;
}
.cs-sumEvent-mv-text{
  margin-top: 50px;
  font-size: 2.0em;
  line-height: 40px;
  text-align: center;
}
.sumEvent_date{
  margin-top: 56px;
  margin-bottom: 61px;
  font-size: 4em;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  
}
.sumEvent_date span{
  margin: auto;
  background: linear-gradient(transparent 59%, #ff8a15 59%);
  line-height: 1;
  width: 708px;
  display: block;
  position: relative;
}
.sumEvent_date span:after {
  content: "ワークショップ参加費無料";
  font-size: 0;
  position: absolute;
  right: -160px;
  top: -164%;
  background: url(../activity/summerchallenge/sis4ug0000016371-img/sum_head_date.png) no-repeat center center;
  width: 142px;
  height: 142px;
}

.sumEvent_date_culmun{
  width: 973px;
  margin: 57px auto 41px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position:relative;
}
.sumEvent_date_culmun a{
  text-decoration: none;
  color: inherit;
}
.sumEvent_date_culmun div{
  width: 477px;
  background-color: #fff;
  border: 6px solid #95c1ea;
  flex-basis: 49%;
  font-size: 1.5em;
  text-align: center;
  padding-top: 13px;
  color: #0057a9;
  font-family: "SST W55 bold","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","MS Pゴシック",Osaka,sans-serif;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.sumEvent_date_culmun:after {
  content: "ワークショップ参加費無料";
  font-size: 0;
  position: absolute;
  right: -40px;
  top: -105%;
  background: url(../activity/summerchallenge/sis4ug0000016371-img/sum_head_date.png) no-repeat center center;
  width: 142px;
  height: 142px;
}
.sumEvent_date_culmun div.SE-05{
  border: 6px solid #c8bee5;
  color: #8d7dbd;

}
.sumEvent_date_culmun div.SE-05 span{
  background-color: #8d7dbd;
}
.sumEvent_date_culmun div.SE-01 span{
  height: 82px;
  line-height: 41px;
}
.sumEvent_date_culmun div span{
  background-color: #0057a9;
  color:#fff;
  font-size: 0.89em;
  display: block;
  padding: 14px 0 20px;
  margin-top: 12px;
}
.sumEvent_date_culmun div span.grayBtn{
  background-color: #bbb;
}
.cs-sumEvent-mv-caution{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  font-size: 1.2em;
}
.cs-sumEvent-mv-caution dd{
  margin-left: 12px;
}
.cs-sumEvent-mv-caution dd ul{
  margin: 0;
  padding: 0;
}
.cs-sumEvent-mv-caution dd ul li{
  list-style: none;
}
.cs-sumEvent .cs-title-balloon{
  margin-bottom: 52px;
}
.cs-sumEvent .cs-title-balloon span{
  font-size: 2.8em;
}
.cs-sumEvent .cs-sumEvent-block-outer{
  width: 1112px;
  margin: 0 auto 100px;
  padding: 0 10px;
}
.cs-sumEvent .cs-sumEvent-block {
  padding: 0 20px 20px 20px;
  background-color: #95c1ea;
  /* display: flex; */
  justify-content: space-between;
  flex-wrap: wrap;
}
.cs-sumEvent .cs-sumEvent-block-inner{
  padding: 64px 20px 20px 20px;
  background-color: #c2e1f3;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.cs-sumEvent .cs-sumEvent-block-top{
  padding: 20px 20px 0;
  background-color: #95c1ea;
}
.cs-sumEvent-block-top h3{
  background-color: #0057a9;
  color: #fff;
  font-weight: bold;
  height: 114px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 2em;
  margin-bottom: 0;
  margin-top: 0;
}
.cs-sumEvent-block-top h3 span{
  font-size: 1.2em;
}
.cs-sumEvent-block-top-inner{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #fff;
  padding: 29px 40px 50px 29px;
}
.cs-sumEvent-block-top-inner-left{
  flex-basis: 52%;
}
.cs-sumEvent-block-top-inner-right{
  flex-basis: 46%;
}
.cs-sumEvent-block-top-inner-right p,
.cs-sumEvent-block-top-inner-right dl{
  font-size: 1.4em;
  margin-top: 0;
}
.cs-sumEvent-block-top-inner-right p{
  margin-bottom: 40px;
  line-height: 2;
}
.cs-sumEvent-block-top-inner-right dl{
  margin-bottom: 35px;
}
.cs-sumEvent-block-top-inner-right dl div{
  display: flex;
  margin-bottom: 10px;
}
.cs-sumEvent-block-top-inner-right dl div dd{
  margin: 0;
}
.cs-sumEvent-block-btn{
  justify-content: space-between;
  margin-top: 13px;
}
.cs-sumEvent-block-btn dt{
  justify-content: space-between;
  padding: 13px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  flex-basis: 54.2%;
  text-align: center;
}
.cs-sumEvent-block-btn.grey dt{
  color: #b4b4b4;
}
.cs-sumEvent-block-btn dd{
  flex-basis: 44.4%;
  margin: 0;
}
.cs-sumEvent-block-btn dd a{
  text-decoration: none;
  color: #fff;
  background: url(../activity/summerchallenge/sis4ug0000016371-img/arrow.png) #eb623c no-repeat 85% center;
  justify-content: center;
  display: flex;
  align-items: center;
  height: 100%;
  padding-right: 20px;
}

.cs-sumEvent .cs-sumEvent-block-inner dl {
  font-size: 1.4em;
  padding: 0 30px;
  height: 190px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
  margin-bottom:0;
}
.cs-sumEvent .cs-sumEvent-block-inner dl div {
  display: flex;
  margin-bottom: 0;
}
.cs-sumEvent .cs-sumEvent-block-inner dl div dt{
  min-width: 75px;
}
.cs-sumEvent .cs-sumEvent-block-inner dl div dd{
  margin: 0;
}
.cs-sumEvent-block-top-bottomText{
  width: 780px;
  text-align: center;
  font-size: 2em;
  border-radius: 30px;
  background-color: #009fd5;
  padding: 15px 0 15px 0;
  margin: 25px auto -75px;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  position: relative;
}
.cs-sumEvent-block-top-bottomText::before{
  content: "";
  position: absolute;
  bottom: -43px;
  left: 20%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 30px solid #009fd5;
}
.cs-sumEvent-block-top-bottomText::after{
  content: "";
  position: absolute;
  bottom: -43px;
  right: 20%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 30px solid #009fd5;
}
.cs-sumEvent-block .cs-sumEvent-block-column{
  flex-basis: 49%;
  background-color: #fff;
  padding-bottom: 30px;
}
.cs-sumEvent-block .cs-sumEvent-block-column .column-img,
.cs-sumEvent-block2 .cs-sumEvent-block-column .column-img{
  padding: 0 24px 21px;
}
.cs-sumEvent-term{
  font-size: 1.6em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #00a0d5;
  padding: 18px 18px 18px 30px;
  margin: 0 0 26px;
  color: #fff;
}
.cs-sumEvent .cs-sumEvent-block-inner p{
  padding:0 30px;
  margin: 0 0 20px;
  font-size: 1.6em;
}

.cs-sumEvent-block-top-inner-right p, .cs-sumEvent-block-top-inner-right dl {
  font-size: 1.4em;
  margin-top: 0;
}

/*-----cs-sumEvent-block2-----*/
.cs-sumEvent-block2{

}
.cs-sumEvent .cs-sumEvent-block2 {
  margin-top: 6px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: #fff;
}
.cs-sumEvent-block2 .cs-sumEvent-block-column {
  flex-basis: 49.7%;
  background-color: #fff;
  padding: 0 0 30px;
  margin-bottom: 6px;
}
.cs-sumEvent-block2 .cs-sumEvent-block-btn dt{
  flex-basis: 52%;
}
.cs-sumEvent-block2 .cs-sumEvent-block-btn dd {
  flex-basis: 45.2%;
  margin: 0;
}
.cs-sumEvent-term{
  height: 128px;
}
.cs-sumEvent-term span{
  display: block;
  font-size: 1.2em;
}
.cs-sumEvent-block2 .cs-sumEvent-block-column p {
  padding: 0 30px;
  margin: 0 0 20px;
  font-size: 1.4em;
  line-height: 1.85;
}
.cs-sumEvent-block2 .cs-sumEvent-block-column dl {
  font-size: 1.4em;
  padding: 0 30px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
  margin-bottom: 0;
}
.cs-sumEvent-block2 .cs-sumEvent-block-column dl div {
  display: flex;
  margin-bottom: 10px;
}
.cs-sumEvent-block2 .cs-sumEvent-block-column dl div dt {
  min-width: 75px;
}
.cs-sumEvent-block2 .cs-sumEvent-block-column dl div dd {
  margin: 0;
}
.cs-sumEvent-block-column.column01{
  border: 20px solid #82c0e4;
}

.cs-sumEvent-block-column.column01 .cs-sumEvent-block-btn{
  margin-top: 66px;
  margin-bottom: 0;
}
.cs-sumEvent-block-column.column02{
  border: 20px solid #85d2b1;
}
.cs-sumEvent-block-column.column02 .cs-sumEvent-term{
  background-color: #2aac80;
}
.cs-sumEvent-block-column.column02 .cs-sumEvent-block-btn{
  margin-top: 41px;
  margin-bottom: 0;
}
.cs-sumEvent-block-column.column03{
  border: 20px solid #ecf1ab;
}
.cs-sumEvent-block-column.column03 .cs-sumEvent-term{
  background-color: #d1de27;
  color: #000;
  font-size: 1.4em;
}
.cs-sumEvent-block-column.column03 .cs-sumEvent-term span{
  font-size: 1.45em;
}
.cs-sumEvent-block-column.column03 .cs-sumEvent-block-btn{
  margin-top: 20px;
  margin-bottom: 0;
}
.cs-sumEvent-block-column.column04{
  border: 20px solid #c8bee5;
}
.cs-sumEvent-block-column.column04 .cs-sumEvent-term{
  background-color: #8d7dbd;
  font-size: 1.4em;
  letter-spacing: -0.9px;
}
.cs-sumEvent-block-column.column04 .cs-sumEvent-term span{
  font-size: 1.45em;
  letter-spacing: 0;
}
.cs-sumEvent-block-column.column04 .cs-sumEvent-block-btn{
  margin-top: 96px;
  margin-bottom: 0;
}

/*-------------cs-sumEvent-01-------------*/

.cs-sumEvent-01,
.cs-sumEvent-02,
.cs-sumEvent-03,
.cs-sumEvent-04,
.cs-sumEvent-05{
  width: 1112px;
  margin: 0 auto 30px;
}
.cs-sumEvent-01 h3,
.cs-sumEvent-02 h3,
.cs-sumEvent-03 h3,
.cs-sumEvent-04 h3,
.cs-sumEvent-05 h3
{
  height: 114px;
  font-size: 1.8em;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  margin: 0;
}
.cs-sumEvent-01 h3 div,
.cs-sumEvent-02 h3 div,
.cs-sumEvent-03 h3 div,
.cs-sumEvent-04 h3 div,
.cs-sumEvent-05 h3 div{
  flex-basis: 88%;
}
.cs-sumEvent-01 h3 span,
.cs-sumEvent-02 h3 span,
.cs-sumEvent-03 h3 span,
.cs-sumEvent-04 h3 span,
.cs-sumEvent-05 h3 span{
  font-size: 1.34em;
  display: block;
}
.cs-sumEvent-contents-inner{
  background-color: #fff;
  padding: 30px 31px 70px;
}
.cs-sumEvent-01{
  padding: 20px;
  background-color: #95c1ea;
}
.cs-sumEvent-01 h3{
  background-color: #0057a9;
}
.cs-sumEvent-contents01{
  display: flex;
  flex-wrap: wrap;
}
.cs-sumEvent-contents01 div{
  flex-basis: 50%;
}
.cs-sumEvent-contents01 p{
  flex-basis: 50%;
  padding: 18px 25px 18px 25px;
  background-color: #deeefc;
  font-size: 1.6em;
  line-height: 1.25;
}
.cs-sumEvent-01 .cs-sumEvent-contents04-outer{
  padding-bottom: 70px;
}
.cs-sumEvent-01 .cs-sumEvent-contents01 p{
  height: 327px;
}
.cs-sumEvent-contents02{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 45px;
}
.cs-sumEvent-contents02-block01{
  border-right: 2px solid #0057a9;
  padding-right: 34px;
}
.cs-sumEvent-contents02-block02{
  padding-left: 34px;
}
.cs-sumEvent-contents02 div{
  flex-basis: 50%;
}
.cs-sumEvent-contents02 div dd p{
  margin-bottom: 0;
}

.contents-dl div{
  margin-bottom: 40px;
}
.contents-dl div:last-of-type{
  margin-bottom: 0;
}
.contents-dl dt{
 margin-bottom: 13px; 
 font-weight: bold;
 line-height: 1;
 font-size: 1.8em;
  color: #0057a9;
}
.contents-dl dd{
  margin: 0;
  font-size: 1.6em;
  line-height: 1.88;
}
.contents-dl dd a{
  text-decoration: underline;
}
.cs-sumEvent-btn a{
  width: 600px;
  background:url(../activity/summerchallenge/sis4ug0000016371-img/arrow-right.png)#eb623c no-repeat 95% center;
  padding: 26px 0;
  color: #fff;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  display: block;
  font-size: 2em;
  margin: 31px auto 0;
}
.cs-sumEvent-btn.grayBtn{
  width: 600px;
  background:#bbb no-repeat ;
  padding: 26px 0;

  color: #fff;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  display: block;
  font-size: 2em;
  margin: 31px auto 0;
}
.cs-sumEvent-caution{
  padding: 30px 0 0 0;
}
.cs-sumEvent-caution li{
  list-style:none;
  font-size: 1.2em;
  margin-bottom: 5px;
}
.cs-sumEvent-contents04{
  padding: 20px;
  background-color: #c2e1f3;
}
.cs-sumEvent-contents04-outer{
  background-color: #fff;
  padding: 30px;
}
.cs-sumEvent-contents04-inner{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.cs-sumEvent-contents04-inner > div{
  flex-basis: 50%;
}
.cs-sumEvent-contents04-contents01{
  padding-right: 27px;
  border-right: 2px solid #83c0e3;
}
.cs-sumEvent-contents04-contents02{
  padding-left: 28px;
}
.cs-sumEvent-contents04-contents01 .cs-sumEvent-term,
.cs-sumEvent-contents04-contents02 .cs-sumEvent-term{
  height: 36px;
  padding: 10px;
  background-color: #282828;
  font-size: 1.6em;
  margin: 35px 0 20px;
}
.cs-sumEvent-contents04-contents01 p,
.cs-sumEvent-contents04-contents02 p{
  font-size: 1.6em;
  line-height: 2;
}
.cs-sumEvent-contents04-contents01 .cs-sumEvent-caution,
.cs-sumEvent-contents04-contents02 p{
  margin-bottom: 35px;
}
.cs-sumEvent-contents04 .cs-sumEvent-btn{
  margin-top: 45px;
}
/* .cs-sumEvent-01 .cs-sumEvent-sec-outer{
  padding: 20px;
  background-color: #95c1ea;
} */
.cs-sumEvent-02 h3 {
  background-color: #017da6;
}
.cs-sumEvent-02 .cs-sumEvent-sec-outer {
  background-color: #82c0e3;
  padding: 20px;
}
.cs-sumEvent-02 .cs-sumEvent-contents01 p{
  height: 285px;
  background-color: #e2f3fd;
}

/*---------.cs-sumEvent-03--------*/
.te-r{
  text-align: right;
}
.fw-b{
  font-weight: bold;
}
.cs-sumEvent-03 .cs-sumEvent-sec-outer{
  background-color: #85d2b1;
  padding: 20px;
}
.cs-sumEvent-03 h3{
  background-color: #2aac80;
}
.cs-sumEvent-03 .cs-sumEvent-contents04{
  padding: 0;
}
.cs-sumEvent-03 .cs-sumEvent-contents01 p{
  height: 285px;
  background-color: #d8f3e8;
}
.cs-sumEvent-03 .cs-sumEvent-contents04-inner .cs-sumEvent-term{
  background-color: #2aac80;
  margin-top: 0;
}

.cs-sumEvent-03 .cs-sumEvent-contents04 .cs-sumEvent-contents04-outer{
  padding: 0;
}
.cs-sumEvent-03 .contents-dl dt{
  color: #005657;
}
.cs-sumEvent-03-bord{
  border-left: 2px solid #85d2b1;
  padding-left: 27px;
}
.cs-sumEvent-03-p01{
  margin-bottom: 55px;
}
.cs-sumEvent-contents04-contents02 .te-r{
  margin-bottom: 16px;
}
.cs-sumEvent-03 .cs-sumEvent-contents04-contents01 .te-r{
  padding-right: 27px;
  margin-bottom: 16px;
}
.cs-sumEvent-03 .cs-sumEvent-contents04-contents01{
  border-right: none;
}
.cs-sumEvent-03 .cs-sumEvent-contents04-contents02{
  padding: 0;
}
.cs-sumEvent-03 .cs-sumEvent-contents04-contents01 .cs-sumEvent-caution,
.cs-sumEvent-03 .cs-sumEvent-contents04-contents02 .cs-sumEvent-caution,
.cs-sumEvent-02 .cs-sumEvent-contents02-block01 .cs-sumEvent-caution,
.cs-sumEvent-02 .cs-sumEvent-contents02-block02 .cs-sumEvent-caution,
.cs-sumEvent-05 .cs-sumEvent-contents02-block01 .cs-sumEvent-caution,
.cs-sumEvent-05 .cs-sumEvent-contents02-block02 .cs-sumEvent-caution{
  margin-top: 0;
}
.cs-sumEvent-03 .cs-sumEvent-contents04-contents01 .cs-sumEvent-caution li,
.cs-sumEvent-03 .cs-sumEvent-contents04-contents02 .cs-sumEvent-caution li,
.cs-sumEvent-02 .cs-sumEvent-contents02-block01 .cs-sumEvent-caution li,
.cs-sumEvent-02 .cs-sumEvent-contents02-block02 .cs-sumEvent-caution li,
.cs-sumEvent-05 .cs-sumEvent-contents02-block01 .cs-sumEvent-caution li,
.cs-sumEvent-05 .cs-sumEvent-contents02-block02 .cs-sumEvent-caution li  {

  font-size: 0.8em;
}
.cs-sumEvent-03 .cs-sumEvent-contents04-contents02 dd span {
  font-weight: bold;
  color: #005657;
  margin-bottom: 20px;
  display: block;
}
/* .cs-sumEvent-03 .contents-dl dd a {
  text-decoration: underline solid #85d2b1;
} */
.cs-sumEvent-03 .cs-sumEvent-contents04-contents02 .second{

  margin-top: 35px;
}
.cs-sumEvent-contents04-contents01 .fw-b,
.cs-sumEvent-contents04-contents02 .fw-b{
  margin-bottom: 20px;
}
.cs-sumEvent-03 .cs-sumEvent-contents04-contents-topimg span{
  display: block;
  margin: 6px auto 15px;
  font-size: 1.2em;
}
.cs-sumEvent-03 .cs-sumEvent-contents04-contents02 .cs-sumEvent-contents04-contents-topimg{
  padding-left: 29px;
}
.cs-sumEvent-03 .cs-sumEvent-contents04-contents-topimg.notext{
  margin-bottom: 52px;
}
.cs-sumEvent-03-contText{
  padding: 20px;
  border: 2px solid #85d2b1;
  font-size: 1.6em;
  margin-bottom: 38px;
}
.cs-sumEvent-03-contText span{
  color: #005657;
  font-weight: bold;
  display: block;
}
/*---------.cs-sumEvent-04--------*/
.cs-sumEvent-04 .cs-sumEvent-contents01 p{
  height: 285px;
  background-color: #fafcdf;
}
.cs-sumEvent-04 h3 div {
  flex-basis: 86%;
}
.cs-sumEvent-04 h3 {
  background-color: #d1de27;
  color: #000;
}
.cs-sumEvent-04 .cs-sumEvent-sec-outer {
  background-color: #ecf1ab;
  padding: 20px;
}
.cs-sumEvent-04 .cs-sumEvent-contents02-block01 {
  border-right: 2px solid #d1de27;
  padding-right: 34px;
}
/* .cs-sumEvent-04 .contents-dl dd a {
  color: #000;
  text-decoration: underline solid #d1de27;
} */
.cs-sumEvent-04 .contents-dl dt {
  color: #5e5b00;
}
.contents-dl .list-01 {
  font-size: 1.4em;
}
.contents-dl .list-01 ul{
  padding: 0;
}
.contents-dl .list-01 ul li{
  list-style: none;
}

/*---------.cs-sumEvent-05--------*/
.cs-sumEvent-05 .cs-sumEvent-contents01 p{
  height: 314px;
  background-color: #e9e2fd;
}
.cs-sumEvent-05 h3 {
  background-color: #7b66bc;
  color: #fff;
}
.cs-sumEvent-05 .cs-sumEvent-sec-outer {
  background-color: #c8bee5;
  padding: 20px;
}
.cs-sumEvent-05 .cs-sumEvent-contents02-block01 {
  border-right: 2px solid #9d90c5;
  padding-right: 34px;
}
/* .cs-sumEvent-05 .contents-dl dd a {
  color: #000;
  text-decoration: underline solid #cec7e2;
} */
.cs-sumEvent-05 .contents-dl dt {
  color: #584a7e;
}
.cs-sumEvent-05 .cs-sumEvent-btn a{
    margin: 31px auto 0;
}
.cs-sumEvent-05 .cs-sumEvent-caution li{
    font-size: 1.6em;
    line-height: 1.88;
}
.cs-sumEvent-contents01-2{
  padding: 18px;
  border: 3px solid #9d90c5;
  font-size: 1.6em;
  margin-bottom: 50px;
}
.cs-sumEvent-contents01-2 dl{
  margin: 0;
}
.cs-sumEvent-contents01-2 dl dt {
  font-size: 1.25em;
  margin-bottom: 10px;
  display: flex;
  font-weight: bold;
  line-height: 1.5;
}
.cs-sumEvent-contents01-2 dl dt span{
  color: #fff;
  background-color: #afa4d1;
  padding: 10px;
}
.cs-sumEvent-contents01-2 dl div{
  margin-bottom: 35px;
}
.cs-sumEvent-contents01-2 .cs-sumEvent-contents01-2-2cul div:last-of-type{
  margin-bottom: 0;
}
.cs-sumEvent-contents01-2-2cul .cs-sumEvent-caution{
  font-size: 0.75em;
  margin: 0;
}
.cs-sumEvent-contents01-2 dl dd{
  margin: 0;
  line-height:1.8;
}
.cs-sumEvent-contents01-2-2cul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cs-sumEvent-contents01-2-2cul dl{
  flex-basis: 49%;
}
.cs-sumEvent-contents01-2 .cs-sumEvent-05-contents01-2-t span{
  background-color: #8d7dbd;
}
.contents-dl_sumEvent-05-dd01{
  color: #584a7e;
  font-size: 2em;
  margin-top: 36px;
  font-weight: bold;
}
a.light_btn{
  line-height: 2;
}
#event_entry {
  padding-top: 0.4vw;
  margin-top: -0.4vw;
}
/*---------.cs-sumEvent-qu--------*/
.cs-sumEvent-qu{
  width: 1112px;
  margin: 160px auto 80px;
}
.cs-sumEvent-qu h3{
  font-family: "SST Japanese Condensed Pro";
  font-size: 5em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 37px;
}
.cs-sumEvent-qu dl div{

  padding: 40px 16px 32px 84px;
  border-top: 1px solid #e5e5e5;
  position:relative;
  background: url(../activity/summerchallenge/sis4ug0000016371-img/img-qu.png)no-repeat 15px 25px;
  cursor: pointer;
}
.cs-sumEvent-qu dl div:last-of-type{
  border-bottom: 1px solid #e5e5e5;
}
.cs-sumEvent-qu dl div dt{
  font-size: 2em;
  position: relative;
}
.cs-sumEvent-qu dl div dt::before{
  content: "";
  width: 24px;
  height: 2px;
  background-color: #000;
  position: absolute;
  top: 15px;
  right: -5px;
}
.cs-sumEvent-qu dl div dt::after{
  content: "";
  width: 2px;
  height: 24px;
  background-color: #000;
  position: absolute;
  top: 4px;
  right: 6px;
  transition-duration: 0.3s;
}
.cs-sumEvent-qu dl div.active dt::before{
  content: "";
  width: 24px;
  height: 2px;
  background-color: #000;
  position: absolute;
  top: 15px;
  right: -5px;
}
.cs-sumEvent-qu dl div.active dt::after{
  content: "";
  width: 2px;
  height: 24px;
  background-color: #000;
  position: absolute;
  top: 4px;
  right: 6px;
  transform: rotate(90deg);
}

.cs-sumEvent-qu dl div dd{
  font-size: 1.6em;
  line-height: 2;
  padding-left: 50px;
  padding-top: 35px;
  margin: 0;
  position:relative;
  background: url(../activity/summerchallenge/sis4ug0000016371-img/img-an.png)no-repeat 11px 39px;
  display: none;
}
.cs-sumEvent-btn.cs-sumEvent-main{
  margin-bottom: 150px;
}
.cs-sumEvent-btn.cs-sumEvent-main a{
  border-radius: 10px;
  background-image: none;
  width: 443px;
  padding: 22px 0;
}


/*-------------.cs-sumEvent-footer------------*/
.cs-sumEvent-footer{
  width: 970px;;
  margin: 0 auto 160px;
  text-align: center;
}

.cs-sumEvent-footer-h{
  font-size: 2.1em;
  margin-bottom: 60px;
}
.cs-sumEvent-footer-p{
  font-size: 1.4em;
  margin-bottom: 37px;
  text-align: left;
}
.cs-sumEvent-footer-img01{
  margin-bottom: 132px;
}
.cs-sumEvent-footer-img02 img{
  margin: 0 auto;
}

.cs-sumEvent-caution a{
  text-decoration: underline;
}


@media screen and (max-width:640px), print{
  .cs-sumEvent-01 .cs-sumEvent-contents01 p,
  .cs-sumEvent-02 .cs-sumEvent-contents01 p,
  .cs-sumEvent-03 .cs-sumEvent-contents01 p,
  .cs-sumEvent-04 .cs-sumEvent-contents01 p,
  .cs-sumEvent-05 .cs-sumEvent-contents01 p{
    height: auto;
  }
  .top_block{
    margin: 0;
  }
  .cs-sumEvent-mv-inner{
    height: 426px;
    background: url(../activity/summerchallenge/sis4ug0000016371-img/mv_sp.png)no-repeat top center;
    background-size: cover;
  }
  .cs-sumEvent-mv-inner h1 {
    background-size: 130%;
    font-size: 2em;
    padding-top: 25px;
    line-height: 1.4;
  }
  .cs-sumEvent-mv-inner h1 span {
    padding-top: 15px;
    font-size: 0.682em;
  }
  .sumEvent_date span {
    width: 100%;
  }
  .cs-sumEvent-mv-text {
    margin-top: 20px;
    font-size: 1.5em;
    line-height: 2;
    padding: 0 20px;
  }
  .sumEvent_date {
    padding: 0 20px;
    font-size: 1.9em;
    margin-top: 87px;
    margin-bottom: 29px;
  }
  .sumEvent_date span:after{
    position: absolute;
    right: 0;
    top: -82px;
    background: url(../activity/summerchallenge/sis4ug0000016371-img/sum_head_date_sp.png) no-repeat center center;
    width: 72px;
    height: 72px;
  }

  .sumEvent_date_culmun{
    width: 100%;
    margin: 85px auto 25px;
    flex-direction: column;
    padding: 0 25px;
  }
  .sumEvent_date_culmun div{
    width: 100%;
    border: 6px solid #95c1ea;
    flex-basis: 100%;
    font-size: 1.3em;
    padding-top: 12px;
    margin-bottom: 15px;
  }
  .sumEvent_date_culmun div:last-of-type{
    margin-bottom: 0;
  }
  .sumEvent_date_culmun:after {
    content: "ワークショップ参加費無料";
    font-size: 0;
    position: absolute;
    right: 18px;
    top: -28%;
    background: url(../activity/summerchallenge/sis4ug0000016371-img/sum_head_date.png) no-repeat center center;
    background-size:cover;
    width: 71px;
    height: 71px;
  }
  .sumEvent_date_culmun div span{
    font-size: 1.08em;
    padding: 10px 0 10px;
  }
  .sumEvent_date_culmun div.SE-01 span{
    height: auto;
    line-height: inherit;
  }
  .cs-sumEvent-mv-caution {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 0 20px;
    font-size: 1.2em;
  }
  .cs-sumEvent-mv-caution dd{
    margin: 5px 0 0 0;
    font-size: 0.9em;
    line-height: 2;
  }
  .cs-sumEvent .cs-sumEvent-block-outer{
    width: 100%;
    margin: 0 auto 30px;
  }
  .cs-sumEvent-mv-outer {
    margin-bottom: 30px;
  }
  .cs-sumEvent .cs-title-balloon {
    margin-bottom: 40px;
  }
  .cs-sumEvent-block-top-inner{
    flex-direction: column;
    padding: 17px 17px 50px;
  }
  .cs-sumEvent-block-top-inner-left {
    margin-bottom: 20px;
  }
  .cs-sumEvent-block-top-bottomText {
    width: 100%;
    font-size: 1.6em;
    line-height: 1.2;
    margin: -15px auto -78px;
  }
  .cs-sumEvent-block-top-bottomText::before{
    content: none;
  }
  .cs-sumEvent-block-top-bottomText::after{
    right: 47%;
  }
  .cs-sumEvent .cs-sumEvent-block-top {
    padding: 10px 10px 0;
    background-color: #95c1ea;
  }
  .cs-sumEvent .cs-title-balloon span {
    font-size: 1.6em;
  }
  .cs-sumEvent-block-top h3 {
    font-size: 1.5em;
    text-align: center;
    margin-top: 0;
  }
  .cs-sumEvent-block-top h3 span {
    font-size: 1.34em;
  }
  .cs-sumEvent-block .cs-sumEvent-block-column .column-img, .cs-sumEvent-block2 .cs-sumEvent-block-column .column-img {
    padding: 0 15px 10px;
  }
  .cs-sumEvent-block .cs-sumEvent-block-column, .cs-sumEvent-block2 .cs-sumEvent-block-column {
    margin-bottom: 10px;
    padding-bottom:18px;
  }
  .cs-sumEvent-block-btn dt {
    border-bottom: none;
    text-align: center;
    padding: 13px 10px;
  }
  
  .cs-sumEvent-block-btn dd a {
    height: 50px;
  }
  .cs-sumEvent .cs-sumEvent-block {
    padding: 0 10px 20px 10px;
  }
  .cs-sumEvent .cs-sumEvent-block-inner{
    flex-direction: column;
    padding: 64px 10px 0 10px;
  }
  .cs-sumEvent .cs-sumEvent-block {
    padding: 0 10px 10px 10px;
  }
  .cs-sumEvent-term{
    font-size: 1.7em;
    margin-bottom: 17px;
    height: 64px;
    padding: 17px 15px;
  }
  .cs-sumEvent-term span{
    font-size: inherit;
  }
  .cs-sumEvent-term img{
    width: 40px;
  }
  .cs-sumEvent .cs-sumEvent-block-inner .cs-sumEvent-block-btn {
    flex-direction: column;
    margin-bottom: 0;
    margin-top: 25px;
    font-weight: bold;
  }
  .cs-sumEvent-block-top-inner-right p {
    margin-bottom: 30px;
    line-height: 2;
  }
  .cs-sumEvent .cs-sumEvent-block-inner p{
    padding:0 15px;
    font-size: 1.4em;
    margin:0 0 26px 0;
    line-height: 2;
  }
  .cs-sumEvent .cs-sumEvent-block-inner dl{
    padding:0 15px;
    font-size: 1.4em;
    margin-top: 0;
    height: auto;
  }
  .cs-sumEvent .cs-sumEvent-block-inner dl div{
    display: flex;
    margin: 0;
    margin-bottom: 5px;
  }
  .cs-sumEvent .cs-sumEvent-block-inner dl div dd{
    margin: 0;
  }
  .cs-sumEvent-block-top-inner-right dl .cs-sumEvent-block-btn{
    display: block;
  }

  /*-----cs-sumEvent-block2-----*/
  
  .cs-sumEvent .cs-sumEvent-block2{
    margin-top: 10px;
    display: block;
  }
  .cs-sumEvent-block2 .cs-sumEvent-block-column .cs-sumEvent-term{
    font-size: 1.3em;
    height: auto;
    align-items: flex-start;
    padding: 17px 15px;
  }
  .cs-sumEvent-block2 .cs-sumEvent-block-column .cs-sumEvent-term div{
    padding-right: 10px;
  }
  .cs-sumEvent-block2 .cs-sumEvent-block-column .cs-sumEvent-term span{
    font-size: 1.31em;
    margin-top: 10px;
  }
  .cs-sumEvent-block-column.column01{
    border: 10px solid #82c0e4;
  }
  
  .cs-sumEvent-block-column.column01 .cs-sumEvent-block-btn{
    margin-top: 66px;
    margin-bottom: 0;
  }
  .cs-sumEvent-block-column.column02{
    border: 10px solid #85d2b1;
  }
  .cs-sumEvent-block-column.column02 .cs-sumEvent-term{
    background-color: #2aac80;
  }
  .cs-sumEvent-block-column.column02 .cs-sumEvent-block-btn{
    margin-top: 21px;
    margin-bottom: 0;
  }
  .cs-sumEvent-block-column.column03{
    border: 10px solid #ecf1ab;
  }
  .cs-sumEvent-block-column.column03 .cs-sumEvent-term{
    background-color: #d1de27;
    color: #000;
    font-size: 1.3em;
  }
  .cs-sumEvent-block-column.column03 .cs-sumEvent-term span{
    font-size: 1.31em;
  }
  .cs-sumEvent-block-column.column03 .cs-sumEvent-term img{

    width: 48px;
  }
  .cs-sumEvent-block-column.column03 .cs-sumEvent-block-btn{
    margin-top: 20px;
    margin-bottom: 0;
  }
  .cs-sumEvent-block-column.column04{
    border: 10px solid #c8bee5;
  }
  .cs-sumEvent-block-column.column04 .cs-sumEvent-term{
    background-color: #8d7dbd;
    font-size: 1.3em;
    letter-spacing: -0.9px;
  }
  .cs-sumEvent-block-column.column04 .cs-sumEvent-term span{
    font-size: 1.31em;
    letter-spacing: 0;
  }
  .cs-sumEvent-block-column.column04 .cs-sumEvent-block-btn{
    margin-top: 113px;
    margin-bottom: 0;
  }
  .cs-sumEvent-block2 .cs-sumEvent-block-column p{
    padding: 0 15px;
  }
  .cs-sumEvent-block2 .cs-sumEvent-block-column dl{
    padding: 0 15px;
  }
  .cs-sumEvent-block2 .cs-sumEvent-block-column dl div dd{
    flex-basis: 75%;
  }
  .cs-sumEvent-block2 .cs-sumEvent-block-column dl .cs-sumEvent-block-btn{
    flex-direction: column;
  }
  .cs-sumEvent-block2 .cs-sumEvent-block-column dl .cs-sumEvent-block-btn dt{
    width: 100%;
  }
  .cs-sumEvent-block2 .cs-sumEvent-block-column {
    padding-bottom: 18px;
  }
  .cs-sumEvent-block-column.column01 .cs-sumEvent-block-btn,
  .cs-sumEvent-block-column.column02 .cs-sumEvent-block-btn,
  .cs-sumEvent-block-column.column03 .cs-sumEvent-block-btn,
  .cs-sumEvent-block-column.column04 .cs-sumEvent-block-btn{
    margin-top: 17px;
  }
  
/*-------------cs-sumEvent-01-------------*/

  .cs-sumEvent-01,
  .cs-sumEvent-02,
  .cs-sumEvent-03,
  .cs-sumEvent-04,
  .cs-sumEvent-05{
    width: 100%;
    margin: 0 auto ;
    padding: 0 15px;
    background-color: #fff;
  }
  .cs-sumEvent-01 .cs-sumEvent-sec-outer{
    background-color: #95c1ea;
    padding: 10px;
    margin-bottom: 25px;
  }
  .cs-sumEvent-01 h3, .cs-sumEvent-02 h3, .cs-sumEvent-03 h3, .cs-sumEvent-04 h3, .cs-sumEvent-05 h3{
    font-size: 1.5em;
    height: auto;
    padding: 15px;
  }
  .cs-sumEvent-01 h3 span, .cs-sumEvent-02 h3 span, .cs-sumEvent-03 h3 span, .cs-sumEvent-04 h3 span {
    font-size: 1.12em;
  }
  .cs-sumEvent-contents04-contents01 p, .cs-sumEvent-contents04-contents02 p {
    font-size: 1.4em;
    line-height: 1.8;
  }
  .cs-sumEvent-01 .cs-sumEvent-term, .cs-sumEvent-02 .cs-sumEvent-term, .cs-sumEvent-03 .cs-sumEvent-term, .cs-sumEvent-04 .cs-sumEvent-term, .cs-sumEvent-05 .cs-sumEvent-term{
    font-size: 1.2em;
    text-align: center;
    margin: 20px auto 15px;
    height: auto;
    padding: 10px 0;
    display: block;
  }
  .cs-sumEvent-01 h3, .cs-sumEvent-02 h3, .cs-sumEvent-03 h3, .cs-sumEvent-04 h3, .cs-sumEvent-05 h3{
    text-align: left;
    align-items: flex-start;
  }
  .cs-sumEvent-01 h3 img,
  .cs-sumEvent-02 h3 img,
  .cs-sumEvent-03 h3 img,
  .cs-sumEvent-05 h3 img{
    width: 37px;
  }
  .cs-sumEvent-btn a {
    width: 100%;
    font-size: 1.4em;
    padding: 16px 0;
  }
  .cs-sumEvent-btn.grayBtn {
    width: 100%;
    font-size: 1.4em;
    padding: 8px 0;
    margin-bottom: 0;
  }
  .cs-sumEvent-contents01{
    flex-direction: column;
    margin-bottom: 20px;
  }
  .cs-sumEvent-contents-inner {
    background-color: #fff;
    padding: 17px 17px 15px;
  }
  .cs-sumEvent-contents01 p {
    padding:20px 15px 15px;
    font-size: 1.4em;
  }
  .contents-dl dd {
    font-size: 1.4em;
    margin-bottom: 35px;
  }
  .contents-dl_sumEvent-05-dd01 {
    font-size: 1.4em;
    margin-bottom: 35px;
    margin-top: 36px;
  }
  .contents-dl dt {
    margin-bottom: 25px;
  }
  .contents-dl dd .cs-sumEvent-caution{
    margin-bottom: 35px;
    margin-top: 0;
  }
  .contents-dl dd .cs-sumEvent-caution li{
    font-size: 0.86em;
  }
  .cs-sumEvent-contents02{
    flex-direction: column;
    margin-bottom: 30px;
  }
  .cs-sumEvent-contents02-block01 {
    border-right: none;
    padding-right: 0;
  }
  .cs-sumEvent-contents02-block02 {
    padding-left: 0;
    border-bottom: 2px solid #0057a9;
  }
  .cs-sumEvent-contents04{
    padding: 10px;
  }
  .cs-sumEvent-contents04-inner {
    flex-direction: column;
    margin-bottom: 30px;
  }
  .cs-sumEvent-contents04-outer{
    padding: 15px;
  }
  .cs-sumEvent-contents04-contents01 {
    padding-right: 0;
    border-right: none;
  }
  .cs-sumEvent-contents04-contents02 {
    padding-left: 0;
    border-bottom: 2px solid #0057a9;
  }
  .cs-sumEvent-contents04 .cs-sumEvent-btn a{
    margin-bottom: 0;
  }
  .cs-sumEvent-01 .cs-sumEvent-contents04-outer{
    padding-bottom: 15px;
  }
/*-------------cs-sumEvent-02-------------*/
  .cs-sumEvent-02 .cs-sumEvent-sec-outer {
    background-color: #82c0e3;
    padding: 10px;
    margin-bottom: 25px;
  }
  .cs-sumEvent-02 .cs-sumEvent-contents04-contents02 {
    border-bottom: 2px solid #82c0e3;
  }
  
/*-------------cs-sumEvent-03-------------*/
  .cs-sumEvent-03 .cs-sumEvent-sec-outer {
    padding: 10px;
    margin-bottom: 25px;
  }
  .cs-sumEvent-03 .cs-sumEvent-contents04-contents02 .cs-sumEvent-term{
    margin-left: 0;
  }
  .cs-sumEvent-03 .cs-sumEvent-contents04-contents02 .cs-sumEvent-03-bord{
    border: none;
    padding: 0;
  }
  .cs-sumEvent-03 .cs-sumEvent-contents04-contents01 .fw-b,.cs-sumEvent-03 .cs-sumEvent-contents04-contents02 .fw-b {
    font-size: 1.8em;
  }
  .link-list dd{
    margin-bottom: 15px;
  }
  .cs-sumEvent-03 .cs-sumEvent-contents04-contents01{
    margin-bottom: 35px;
  }
  .cs-sumEvent-03 .cs-sumEvent-contents04-contents02 {
    padding-bottom: 25px;
    border-bottom: 2px solid #85d2b1;
  }
  .cs-sumEvent-03 .cs-sumEvent-contents04-contents-topimg span{
    display: block;
    margin: 6px auto 15px;
    font-size: 1.15em;
  }
  .cs-sumEvent-03 .cs-sumEvent-contents04 .cs-sumEvent-contents04-contents-topimg{
    padding:0 25px;
    margin-bottom: 0;
  }
  .cs-sumEvent-03-contText {
    font-size: 1.4em;
    margin-bottom: 15px;
  }
  .cs-sumEvent-03-contText span{
    margin-bottom: 15px;
  }
  .cs-sumEvent-03-contText .cs-sumEvent-cautionspan{
    margin-bottom: 15px;
  }
  .cs-sumEvent-03 .cs-sumEvent-contents04-contents02 .cs-sumEvent-caution li{
    font-size: 0.9em;
  }
  /*---------.cs-sumEvent-04--------*/
  .cs-sumEvent-04 h3 img {
    width: 48px;
  }
  .cs-sumEvent-04 .cs-sumEvent-sec-outer {
    padding: 10px;
    margin-bottom: 25px;
  }
  .cs-sumEvent-04 .cs-sumEvent-contents02-block01 {
    border-right: none;
    padding-right: 0;
  }
  .cs-sumEvent-04 .cs-sumEvent-contents02-block02 {
    border-bottom: 2px solid #d1de27;
  }
  /*---------.cs-sumEvent-05--------*/

  .cs-sumEvent-05 .cs-sumEvent-contents02-block01 {
    border-right: none;
    padding-right: 0;
  }
  .cs-sumEvent-05 .cs-sumEvent-sec-outer {
    padding: 10px;
    margin-bottom: 25px;
  }
  .cs-sumEvent-05 .cs-sumEvent-contents02-block02 {
    border-bottom: 2px solid #9d90c5;
  }
  .cs-sumEvent-05 .cs-sumEvent-caution li{
      font-size: 1.4em;
  }
  .cs-sumEvent-contents01-2-2cul{
    flex-direction: column;
  }
  .cs-sumEvent-contents01-2-2cul dl{
    flex-basis: 100%;
    margin-bottom: 15px;
  }
  .cs-sumEvent-contents01-2 dl dt {
    font-size: 1em;
    
  }
  .cs-sumEvent-contents01-2 dl dd {
    font-size: 0.88em;
  }
  .cs-sumEvent-contents01-2 dl dt span {
    flex-basis: 100%;
 }
 .cs-sumEvent-caution li{
  font-size: 0.9em;
  }
  .cs-sumEvent-caution {
    padding-top: 15px;
  }
  /*---------.cs-sumEvent-qu--------*/
  .cs-sumEvent-qu{
    width: 100%;
    margin: 75px auto 0;
    padding:0 16px;
  }
  .cs-sumEvent-qu h3{
    font-size: 3.5em;
    margin-bottom: 25px;
  }
  .cs-sumEvent-qu dl div{
    padding: 27px 45px 27px 44px;
    background: url(../activity/summerchallenge/sis4ug0000016371-img/img-qu.png)no-repeat 7px 23px;;
    background-size: 27px;
  }
  .cs-sumEvent-qu dl div dt{
    font-size: 1.4em;
  }
  .cs-sumEvent-qu dl div dt::before{
    top: 20px;
    right: -40px;
  }
  .cs-sumEvent-qu dl div dt::after{
    top: 9px;
    right: -29px;
  }
  .cs-sumEvent-qu dl div.active dt::before{
    top: 20px;
    right: -40px;
  }
  .cs-sumEvent-qu dl div.active dt::after{
    top: 9px;
    right: -29px;
  }
  
  .cs-sumEvent-qu dl div dd{
    font-size: 1.2em;
    line-height: 2;
    padding-left: 33px;
    padding-top: 15px;
    margin: 0;
    background: url(../activity/summerchallenge/sis4ug0000016371-img/img-an.png)no-repeat 0px 14px;
  }
  .cs-sumEvent-btn.cs-sumEvent-main{
    margin-bottom: 30px;
    padding: 0 20px;
  }
  .cs-sumEvent-btn.cs-sumEvent-main a{
    width: 100%;
    
    padding: 15px 0;
  }

  /*-------------.cs-sumEvent-footer------------*/
  .cs-sumEvent-footer{
    width: 100%;
    margin: 0 auto 100px;
    text-align: center;
    padding: 0 25px;
  }

  .cs-sumEvent-footer-h{
    font-size: 1.8em;
    margin-bottom: 27px;
  }
  .cs-sumEvent-footer-p{
    font-size: 1.2em;
    margin-bottom: 17px;
    text-align: left;
    padding: 0 15px;
  }
  .cs-sumEvent-footer-img01{
    margin-bottom: 75px;
    padding: 0 15px;
  }
  .cs-sumEvent-footer-img02{
    
    padding: 0 15px;
  }
}

@media all and (-ms-high-contrast: none){
  .cs-sumEvent-block2 .cs-sumEvent-block-column{
    flex-basis: 46%;
  }
  .cs-sumEvent-contents02 div{
    flex-basis: 46%;
  }
  .cs-sumEvent-contents04-inner > div{
    flex-basis: 46.1%;
  }
  .cs-sumEvent-block2 .cs-sumEvent-block-column dl div dt{
    width: auto;
  }
  .sumEvent_date_culmun div {
    flex-basis: 47%;
  }
  .cs-sumEvent-03 .cs-sumEvent-contents04-contents02 {
    flex-basis: 49.1%;
  }
  .cs-sumEvent-03 .cs-sumEvent-contents04-contents02 .cs-sumEvent-contents04-contents-topimg{
    margin-left: 30px;
    padding: 0;
  }
}
@media screen and (max-width:640px), print{
  .cs-sumEvent .cs-title-balloon.bg-orange.bg-typeB {
    height: 115px;
    background-size: 285px 115px;
  }
}

/*--20210818追加--*/
.cs-sumEvent-05 .contents-dl.speakers dd {
  line-height: 1.4;
}
.cs-sumEvent-05 .contents-dl.speakers dd:not(:last-child){
  margin-bottom: 15px;
}

/*--20210915追加--*/
.cs-content {
  background: url('../img/bg_content_pc.png') repeat-y center 780px;
}
.cs-sumEvent-introduction {
	font-family: "SST W55 Bold","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","MS Pゴシック",Osaka,sans-serif;
	font-size: 2.4em;
	line-height: 2;
	text-align: center;
	margin-top: 50px;
}
.cs-sumEvent-introduction-style {
	border-bottom: 1px solid #dc3709;
}
.cs-sumEvent .cs-title-balloon {
    margin-top: 114px;
}
.cs-sumEvent-contents-inner {
    padding: 27px 31px 30px;
}
.cs-sumEvent-contents01 p {
    padding: 37px 40px 0px 24px;
	max-width: 50%;/*IE対応*/
}
.cs-sumEvent-contents01 span {
	display: block;
	margin-top: 24px;
}
.cs-sumEvent-03 h3{
  color: #000;
}
.cs-sumEvent-termTitle {
	font-size: 1.7em;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	height: 35px;
	margin-top: 35px;
	font-family: "SST W55 Bold","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","MS Pゴシック",Osaka,sans-serif;
}
.cs-sumEvent-01 .cs-sumEvent-termTitle {
	background-color: #0057a9;
}
.cs-sumEvent-05 .cs-sumEvent-termTitle {
	background-color: #7b66bc;
}
.cs-sumEvent-02 .cs-sumEvent-termTitle {
	background-color: #017da6;
}
.cs-sumEvent-04 .cs-sumEvent-termTitle {
	color: #000000;
	background-color: #d1de27;
}
.cs-sumEvent-03 .cs-sumEvent-termTitle {
	color: #000000;
	background-color: #2aac80;
}
.cs-sumEvent-termTitle + .cs-sumEvent-termText {
	margin-top: 20px;
}
.cs-sumEvent-termImg {
	margin-top: 37px;
	text-align: center;
}
.cs-sumEvent-termImg.banner {
	margin: 70px 0 72px;
}
.cs-sumEvent-termText {
	font-size: 1.6em;
	margin-top: 45px;
	padding: 0 57px;
	line-height: 1.33;
}
.cs-sumEvent-termText + .cs-sumEvent-termText {
	margin-top: 28px;
}
.cs-sumEvent-thoughts {
	margin-top: 45px;
	padding: 0 56px;
	line-height: 1.33;
}
.cs-sumEvent-01 .cs-sumEvent-thoughts {
	color: #0057a9;
}
.cs-sumEvent-05 .cs-sumEvent-thoughts {
	color: #5b44a2;
}
.cs-sumEvent-02 .cs-sumEvent-thoughts {
	color: #017da6;
}
.cs-sumEvent-04 .cs-sumEvent-thoughts {
	color: #6e7726;
}
.cs-sumEvent-03 .cs-sumEvent-thoughts {
	color: #208262;
}
.cs-sumEvent-termTitle02 {
	font-size: 2.0em;
	text-align: center;
	margin-top: 68px;
	font-family: "SST W55 Bold","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","MS Pゴシック",Osaka,sans-serif;
	line-height: 1;
}
.cs-sumEvent-termTitle02 + .cs-sumEvent-termImg {
	margin-top: 20px;
}
.cs-sumEvent-01 .cs-sumEvent-termTitle02 {
	color: #0057a9;
}
.cs-sumEvent-05 .cs-sumEvent-termTitle02 {
	color: #5b44a2;
}
.cs-sumEvent-02 .cs-sumEvent-termTitle02 {
	color: #017da6;
}
.cs-sumEvent-04 .cs-sumEvent-termTitle02 {
	color: #6e7726;
}
.cs-sumEvent-03 .cs-sumEvent-termTitle02 {
	color: #208262;
}
.cs-sumEvent-thoughts-title {
	font-size: 1.9em;
	font-family: "SST W55 Bold","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","MS Pゴシック",Osaka,sans-serif;
	line-height: 1;
}
.cs-sumEvent-thoughts-text {
	font-size: 1.6em;
	margin-top: 15px;
}
.cs-sumEvent-relationTitle{
	font-size: 1.8em;
	font-family: "SST W55 Bold","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","MS Pゴシック",Osaka,sans-serif;
	margin-top: 68px;
	line-height: 1;
}
.cs-sumEvent-01 .cs-sumEvent-relationTitle {
	color: #0057a9;
}
.cs-sumEvent-05 .cs-sumEvent-relationTitle {
	color: #584a7e;
}
.cs-sumEvent-02 .cs-sumEvent-relationTitle {
	color: #017da6;
}
.cs-sumEvent-04 .cs-sumEvent-relationTitle {
	color: #5e5b00;
}
.cs-sumEvent-03 .cs-sumEvent-relationTitle {
	color: #005657;
}
.cs-sumEvent-relation {
	margin-top: 16px;
}
.cs-sumEvent-relation-item + .cs-sumEvent-relation-item {
	margin-top: 20px;
}
.cs-sumEvent-relation-item-link {
	font-size: 1.6em;
	line-height: 1;
    padding-bottom: 3px;
    border-bottom: 2px solid ;
	display: inline-block;
}
.cs-sumEvent-01 .cs-sumEvent-relation-item-link {
	border-color: #0057a9;
}
.cs-sumEvent-05 .cs-sumEvent-relation-item-link {
	border-color: #9d90c5;
}
.cs-sumEvent-02 .cs-sumEvent-relation-item-link {
	border-color: #82c0e3;
}
.cs-sumEvent-04 .cs-sumEvent-relation-item-link {
	border-color: #d1de27;
}
.cs-sumEvent-03 .cs-sumEvent-relation-item-link {
	border-color: #85d2b1;
}
.cs-sumEvent-relation-item-link:hover,
.cs-sumEvent-relation-item-link:focus,
.cs-sumEvent-relation-item-link:active{
	text-decoration: none;
}
a.cs-sumEvent-relation-item-link {
    color: #000000;
}
.cs-sumEvent-prizeTitle {
	font-size: 2.5em;
	display: flex;
    justify-content: center;
	color: #4d7920;
	font-weight: normal;
	margin-top: 42px;
}
.cs-sumEvent-prizeTitle.special {
	color: #035768;
	margin-top: 50px;
}
.cs-sumEvent-prizeTitle span {
	position: relative;
	line-height: 1;
    padding-bottom: 10px;
	border-bottom: solid 1px #4d7920;
}
.cs-sumEvent-prizeTitle.special span {
	border-bottom: solid 1px #035768;
}
.cs-sumEvent-prizeTitle span:before,
.cs-sumEvent-prizeTitle span:after {
	content: '';
	position: absolute;
	bottom:-3px;
	width: 5px;
	height: 5px;
	background-color: #4d7920;
}
.cs-sumEvent-prizeTitle.special span:before,
.cs-sumEvent-prizeTitle.special span:after {
	background-color: #035768;
}
.cs-sumEvent-prizeTitle span:after {
	left:-10px;
}
.cs-sumEvent-prizeTitle span:before {
	right:-10px;
}
.cs-sumEvent-award{
	margin-top: 23px;
	padding: 0 18px;
	display: flex;
	justify-content: space-between;
}
.cs-sumEvent-award-box {
	flex-basis: 300px;
}
.cs-sumEvent-award-title{
	font-size: 1.8em;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #4d7920;
	color: #fff;
	height: 35px;
	width: 300px;
	font-weight: normal;
}
.cs-sumEvent-award-title.special{
	background-color: #035768;
}
.cs-sumEvent-award-img {
	margin-top: 7px;
}
.cs-sumEvent-award-img img {
	width: 100%;
}
.cs-sumEvent-award-text{
	margin-top: 21px;
	font-size: 1.6em;
}
.cs-sumEvent-award-text-title{
	line-height: 1.18;
}
.cs-sumEvent-award-text-data{
	line-height: 1.625;
}
.cs-sumEvent-award-text-data + .cs-sumEvent-award-text-title{
	margin-top: 8px;
}
.cs-sumEvent-award-author{
	margin-left: 1em;
}
.cs-sumEvent-awardMore a{
	width: 336px;
	background:url(../activity/summerchallenge/sis4ug0000016371-img/arrow-award.png) no-repeat 95% center;
	border: 4px solid #b45000;
	padding: 15px 0;
	line-height: 1;
	color: #b45000;
	text-align: center;
	text-decoration: none;
	display: block;
	font-family: "SST W55 Bold","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","MS Pゴシック",Osaka,sans-serif;
	font-size: 2.5em;
	margin: 84px auto 0;
}
.cs-sumEvent-awardMore + .cs-sumEvent-termTitle {
	margin-top: 69px;
}

@media screen and (max-width:640px), print{
	.cs-sumEvent-introduction {
		font-size: 1.6em;
		line-height: 1.75;
		text-align: center;
		margin-top: 33px;
		padding: 0 20px;
	}
	.cs-sumEvent .cs-title-balloon {
		margin-top: 54px;
	}
	  .cs-sumEvent-01,
	  .cs-sumEvent-02,
	  .cs-sumEvent-03,
	  .cs-sumEvent-04,
	  .cs-sumEvent-05{
		padding: 0 16px;
	}
	.cs-sumEvent-contents-inner {
		padding: 20px 18px 25px;
	}
	.cs-sumEvent-contents01 p {
		padding:18px 20px 20px 10px;
		font-size: 1.2em;
		line-height: 1.66;
		max-width: none;/*IE対応*/
  }
	.cs-sumEvent-termTitle{
		font-size: 1.4em;
		height: 27px;
		margin-top: 20px;
	}
	.cs-sumEvent-termImg {
		margin-top: 20px;
		padding: 0 24px;
	}
	.cs-sumEvent-termImg.banner {
		margin:  34px 0;
		padding: 0;
	}
	.cs-sumEvent-termText {
		font-size: 1.2em;
		margin-top: 20px;
		padding: 0 10px;
		line-height: 1.66;
	}
	.cs-sumEvent-thoughts {
		margin-top: 20px;
		padding: 0 10px;
		line-height: 1.66;
	}
	.cs-sumEvent-thoughts-title,
	.cs-sumEvent-thoughts-text {
		font-size: 1.2em;
	}
	.cs-sumEvent-thoughts-title +.cs-sumEvent-thoughts-text {
		margin-top: 10px;
	}
	.cs-sumEvent-termTitle02 {
		font-size: 1.2em;
		margin-top: 34px;
	}
	.cs-sumEvent-termTitle02 + .cs-sumEvent-termImg {
		margin-top: 10px;
	}
	.cs-sumEvent-relationTitle{
		font-size: 1.35em;
		margin-top: 34px;
	}
	.cs-sumEvent-relation {
		margin-top: 12px;
	}
	.cs-sumEvent-relation-item + .cs-sumEvent-relation-item {
		margin-top: 15px;
	}
	.cs-sumEvent-relation-item-link {
		font-size: 1.2em;
		border-width: 1px;
	}
	.cs-sumEvent-prizeTitle {
		font-size: 1.75em;
		margin-top: 22px;
	}
	.cs-sumEvent-prizeTitle.special {
		margin-top: 48px;
	}
	.cs-sumEvent-prizeTitle span {
		padding-bottom: 7px;
	}
	.cs-sumEvent-prizeTitle span:before,
	.cs-sumEvent-prizeTitle span:after {
		bottom:-2px;
		width: 3px;
		height: 3px;
	}
	.cs-sumEvent-prizeTitle span:after {
		left:-7px;
	}
	.cs-sumEvent-prizeTitle span:before {
		right:-7px;
	}
	.cs-sumEvent-award {
		flex-direction: column;
		padding: 0 31px;
	}
	.cs-sumEvent-award-box {
		flex-basis: auto;
	}
	.cs-sumEvent-award-box + .cs-sumEvent-award-box {
		margin-top: 25px;
	}
	.cs-sumEvent-award-title {
		font-size: 1.35em;
		height: 26px;
		width: auto;
	}
	.cs-sumEvent-award-img {
		margin-top: 6px;
	}
	.cs-sumEvent-award-text {
		margin-top: 16px;
		font-size: 1.2em;
	}
	.cs-sumEvent-award-text-data + .cs-sumEvent-award-text-title {
		margin-top: 6px;
	}
	.cs-sumEvent-awardMore {
		padding: 0 18px;
	}
	.cs-sumEvent-awardMore a{
		width: auto;
		background:url(../activity/summerchallenge/sis4ug0000016371-img/arrow-award_sp.png) no-repeat 95% center;
		border: 2px solid #b45000;
		padding: 11px 20px 11px 0;
		font-size: 1.8em;
		margin: 34px auto 0;
	}
	.cs-sumEvent-awardMore + .cs-sumEvent-termTitle {
		margin-top: 35px;
	}
}


/******************************************************
  ユーリティ
******************************************************/
/* デバイス表示切替 */
.cs-disp-pc {display: block;}
.cs-disp-sp {display: none;}

/* テキスト装飾 */
.cs-txt-line {text-decoration: underline;}

/* フォント */
.cs-fw-bold {font-weight: bold;}
.cs-fw-16 {font-size: 1.6em;}

/* テキスト配置 */
.cs-txt-center {text-align: center;}
.cs-txt-right {text-align: right;}
.cs-txt-left {text-align: left;}

/* 余白 */
.mb0 {margin-bottom: 0;}

@media screen and (min-width:641px) {
  .cs-mt-pcNegative120 {margin-top: -90px;}
}
@media screen and (max-width:640px) {
  .cs-disp-pc {display: none;}
  .cs-disp-sp {display: block;}

  .cs-ml-sp0 {margin-left: 0;}
  .cs-mr-sp0 {margin-right: 0;}
}

/******************************************************
  例外対応
******************************************************/
/* 既存スタイル打ち消し */
#tmpl_main {
  min-width: 1190px;
}
@media screen and (max-width:640px) {
  #tmpl_main {
    min-width: auto;
  }
}
.ly_contents-main {
  width: auto;
}
@media screen and (max-width:640px) {
  .ly_contents-main {
    margin-left: auto;
    margin-right: auto;
  }
}