@charset "utf-8";

/* ****************************************************************************************************
   * ビジュアル
**************************************************************************************************** */

#visual {
  padding-bottom: 30px;
  background: url(../../_image/index/visual-sp.jpg) center center no-repeat;
  background-color: #ffecc7;
  background-size: cover;
  position: relative;
  z-index: 1;
  transition: min-height 0.0s ease-in-out 0.0s;
  min-height: 100vh;
}

#visual.active {
  transition: min-height 1.5s ease-in-out 0.0s;
  min-height: 0;
}

#visual .slick-list {
	height: 100%;
}

#visual .slick-track {
	height: 100%;
}

#visual div.list {
	height: 100%;
  transition: opacity 0.0s ease-in-out 0.0s;
  opacity: 0;
}

#visual.active div.list {
  transition: opacity 1.0s ease-in-out 0.0s;
  opacity: 1;
}

#visual div.list div.item {
  position: relative;
  text-align: center;
}

#visual div.list div.item div.image {
  position: relative;
  z-index: 1;
}

#visual div.list div.item div.image a {
/*  width: 100%;*/
    width: 40%;
  line-height: 17px;
/*  text-indent: -200%;*/
  overflow: hidden;
  display: inline-block;
  position: absolute;
  z-index: 2;
  top: 87%;
  left: 30%;
  transition: background-color 0.3s ease-in-out 0.0s;
/*  background-color: rgba(255, 255, 255, 0.0);*/
    background-color: #fcd60000;
    font-weight: bold;
    text-decoration: none;
    font-size: 11px;
}

#visual div.list div.item div.image a:hover {
  background-color: #ffffff7c;
}

/* * ブレイクポイント ･････････････････ */

@media screen and (min-width:737px) {

  #visual {
    margin-top: 0 !important;
    padding-bottom: 60px;
    background-image: url(../../_image/index/visual-1.jpg);
    position: relative;
  }

  #visual div.list {
    height: 100%;
  }

  #visual div.list div.item {
    padding-bottom: 0;
    background: none;
  }

    #visual div.list div.item div.image a {
    /*  width: 100%;*/
        width: 40%;
      line-height: 200%;
    /*  text-indent: -200%;*/
      overflow: hidden;
      display: inline-block;
      position: absolute;
      z-index: 2;
      top: 87%;
      left: 30%;
      transition: background-color 0.3s ease-in-out 0.0s;
    /*  background-color: rgba(255, 255, 255, 0.0);*/
        /* background-color: #fcd500; */
        font-weight: bold;
        text-decoration: none;
        border-radius: 6px;
        font-size: 16px
    }
}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 画像
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#visual div.list div.item div.image {
  vertical-align: top;
  display: inline-block;
}

#visual div.list div.item div.image .text {
  width: auto;
  max-height: 100%;
	margin-left: auto;
	margin-right: auto;
  vertical-align: top;
  display: inline-block;
}

/* -------------------------------------------------------------------------------------------------
   * リンク
/* ---------------------------------------------------------------------------------------------- */

#visual.active div.list div.item div.image .link {
  vertical-align: top;
  display: inline-block;
  position: absolute;
  z-index: 1;
}

/* -------------------------------------------------------------------------------------------------
   * ページャー
/* ---------------------------------------------------------------------------------------------- */

#visual .pager {
  display: none !important;
}

/* * ブレイクポイント ･････････････････ */

@media screen and (min-width:737px) {

  #visual .pager {
    width: 20px;
    cursor: pointer;
    display: block!important;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    z-index: 2;
    top: 40%;
  }

  #visual .pager.prev {
    left: 10px;
  }

  #visual .pager.next {
    right: 10px;
  }

  #visual .pager {
    width: auto;
  }

}

/* -------------------------------------------------------------------------------------------------
   * スクロール
/* ---------------------------------------------------------------------------------------------- */

#visual .scroll {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  position: absolute;
  left: 50%;
  bottom: 40px;
}

/* * ブレイクポイント ･････････････････ */

@media screen and (min-width:737px) {

  #visual .scroll {
    bottom: 70px;
  }

}

/* ****************************************************************************************************
   * NEWS
**************************************************************************************************** */

#news {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #eee;
  position: relative;
  z-index: 1;
		/* box-shadow */
box-shadow:0px 0px 4px 2px rgba(0,0,0,0.2);
}

#news::before {
  content: '';
  width: 140px;
  padding-bottom: 24px;
  background: url(../../_image/index/news-top.png) no-repeat;
  background-size: 100% 100%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  position: absolute;
  top: -24px;
  left: 50%;
}

/* * ブレイクポイント ･････････････････ */

@media screen and (min-width:737px) {

  #news {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  #news::before {
    width: 200px;
    padding-bottom: 30px;
    top: -30px;
  }

  #news .column {
    margin-top: 50px;
  }

}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * タイトル
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#news .section-title {
  padding-top: 40px;
  padding-bottom: 10px;
  color: #f00;
  letter-spacing: 3px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  border-bottom: 2px solid #f00;
  background: url(../../_image/index/news-title-icon.png) center top no-repeat;
  background-size: 10px auto;
}

/* * ブレイクポイント ･････････････････ */

@media screen and (min-width:737px) {

  #news .section-title {
    padding-top: 100px;
    line-height: 1.3;
    font-size: 28px;
    background-size: auto;
  }

}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * サブ タイトル
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#news .sub-title {
  margin-left: auto;
  margin-right: auto;
  letter-spacing: 3px;
  font-size: 16px;
  font-weight: bold;
  display: table;
}

/* * ブレイクポイント ･････････････････ */

@media screen and (min-width:737px) {

  #news .sub-title {
    line-height: 1.3;
    font-size: 25px;
  }

}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 一覧
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
#news {
	padding-bottom: 5px;
}
div.information_container {
	padding: 0 10px 0;
	height:120px;
	margin: 25px auto 50px;
	overflow: scroll;
}
div.information_container td {
	padding: 0 0 6px 0;
	line-height: 18px;
	vertical-align: top;
	}
div.information_container td.date {
	color: red;
	width: 80px;
	}
div.information_container td.circle {
	width: 3px;
	font-size: 0.1em;
	}
div.information_container .information a {
	color: #002CAC;	
	}

/* * ブレイクポイント ･････････････････ */

@media screen and (min-width:737px) {

#news {
	padding-bottom: 100px;
}
div.information_container {
	width: 550px;
	height: 170px;
	margin: 40px auto 0;
	overflow: scroll;
}
div.information_container td {
	padding: 0 0 8px 0;
	line-height: 25px;
	vertical-align: top;
	}
div.information_container td.date {
	color: red;
	width: 110px;
	}
div.information_container td.circle {
	width: 3px;
	font-size: 0.5em;
	color: #AFAFAF;
	}
div.information_container .information a {
	color: #002CAC;	
	}
}

/* -------------------------------------------------------------------------------------------------
   * 日付
/* ---------------------------------------------------------------------------------------------- */

#news div.list ul.list .date {
  color: #f00;
  display: block;
}

/* * ブレイクポイント ･････････････････ */

@media screen and (min-width:737px) {

  #news div.list ul.list .date {
    width: 6em;
    font-size: 18px;
    vertical-align: top;
    display: table-cell;
  }

}

/* -------------------------------------------------------------------------------------------------
   * 内容
/* ---------------------------------------------------------------------------------------------- */

#news div.list ul.list a[href]:hover .content {
  text-decoration: underline;
}

/* * ブレイクポイント ･････････････････ */

@media screen and (min-width:737px) {

  #news div.list ul.list .content {
    font-size: 22px;
    vertical-align: top;
    display: table-cell;
  }

}

/* ****************************************************************************************************
   * 出展分野
**************************************************************************************************** */

#field {
  padding-top: 10px;
  padding-bottom: 50px;
  position: relative;
  z-index: 1;
  display: none;
}

#field::before {
  content: '';
  width: 140px;
  padding-bottom: 24px;
  background: url(../../_image/index/field-top.png) no-repeat;
  background-size: 100% 100%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  position: absolute;
  top: -24px;
  left: 50%;
}

#field .column {
  margin-top: 30px;
}

/* * ブレイクポイント ･････････････････ */

@media screen and (min-width:737px) {

  #field {
    padding-top: 20px;
    padding-bottom: 160px;
  }

  #field::before {
    width: 364px;
    padding-bottom: 60px;
    top: -60px;
  }

}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * タイトル
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#field .section-title {
  padding-top: 50px;
  padding-bottom: 20px;
  color: #008aff;
  letter-spacing: 3px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  border-bottom: 2px solid #008aff;
  background: url(../../_image/index/field-title-icon.png) center top no-repeat;
  background-size: 60px auto;
  position: relative;
  z-index: 1;
}

#field .section-title::before {
  content: '';
  width: 110px;
  height: 106px;
  background: url(../../_image/_common/icon-gorilla.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  bottom: -5px;
  left: 0;
}

/* * ブレイクポイント ･････････････････ */

@media screen and (min-width:737px) {

  #field .section-title {
    padding-top: 100px;
    line-height: 1.3;
    font-size: 30px;
    background-size: auto;
  }

  #field .section-title::before {
    width: 490px;
    height: 472px;
    bottom: -170px;
    right: 72%;
    left: auto;
  }

}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * サブ タイトル
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#field .sub-title {
  margin-left: auto;
  margin-right: auto;
  letter-spacing: 3px;
  font-size: 16px;
  font-weight: bold;
  display: table;
}

/* * ブレイクポイント ･････････････････ */

@media screen and (min-width:737px) {

  #field .sub-title {
    margin-bottom: 80px;
    line-height: 1.3;
    font-size: 30px;
  }

}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 一覧
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#field div.list ul.list,
#field div.list ul.list li {
  margin: 0;
  padding: 0;
  list-style: none;
}

#field div.list ul.list li {
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.4;
  font-size: 1.2em;
  font-weight: 900;
  text-align: center;
}

#field div.list ul.list li ~ li {
  margin-top: 10px;
}

#field div.list ul.list li a {
  padding: 10px;
  color: inherit;
  text-decoration: none;
  display: block;
}

#field div.list ul.list li img {
  width: 60%;
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  transition: opacity 0.3s ease-in-out 0.0s;
  opacity: 0.8;
}

#field div.list ul.list li a:hover img {
  opacity: 1;
}

/* * ブレイクポイント ･････････････････ */

@media screen and (min-width:737px) {

  #field div.list ul.list {
    width: 100%;
    display: table;
    table-layout: fixed;
  }

  #field div.list ul.list li {
    font-size: 1.4em;
    width: 33.333%;
    padding-left: 1.15%;
    padding-right: 1.15%;
    vertical-align: middle;
    display: table-cell;
  }

  #field div.list ul.list li ~ li {
    margin-top: 20px;
  }

  #field div.list ul.list li a {
    padding: 40px 10px;
  }

  #field div.list ul.list li img {
    width: auto;
    max-width: 100%;
  }

}

/* -------------------------------------------------------------------------------------------------
   * IR
/* ---------------------------------------------------------------------------------------------- */

#field div.list ul.list li.ir a {
  background-color: #009de8;
}

/* -------------------------------------------------------------------------------------------------
   * IRV
/* ---------------------------------------------------------------------------------------------- */

#field div.list ul.list li.irv a {
  background-color: #fc0;
}

/* -------------------------------------------------------------------------------------------------
   * SR
/* ---------------------------------------------------------------------------------------------- */

#field div.list ul.list li.sr a {
  background-color: #ed7dae;
}

/* ****************************************************************************************************
   * ニュースイッチ
**************************************************************************************************** */

#newswitch {
  padding: 40px 0;
  border-top: 2px solid #f3981e;
  border-bottom: 2px solid #f3981e;
}

/* * ブレイクポイント ･････････････････ */

@media screen and (min-width:737px) {

  #newswitch {
    padding: 80px 0;
  }

}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * タイトル
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#newswitch .section-title {
  margin-bottom: 40px;
  text-align: center;
}

#newswitch .section-title img {
  width: 40%;
  max-width: 220px;
}

/* * ブレイクポイント ･････････････････ */

@media screen and (min-width:737px) {

  #newswitch .section-title {
    margin-bottom: 80px;
  }

}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 一覧
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#newswitch div.list {
  margin-bottom: -40px;
  letter-spacing: -0.4em;
  text-align: center;
}

#newswitch div.list > * {
  letter-spacing: normal;
  text-align: left;
}

#newswitch div.list div.item {
  width: 50%;
  min-width: 300px;
  margin-bottom: 40px;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: top;
  display: inline-block;
}

#newswitch div.list div.item a {
  text-decoration: none;
}

/* * ブレイクポイント ･････････････････ */

@media screen and (min-width:737px) {

  #newswitch div.list div.item {
    width: 25%;
    padding-left: 20px;
    padding-right: 20px;
  }

}

/* -------------------------------------------------------------------------------------------------
   * 画像
/* ---------------------------------------------------------------------------------------------- */

#newswitch div.list div.item div.photo {
  max-height: 175px;
	border: 1px solid #ccc;
	border-bottom: 3px solid #F6AB00;
	background: #fff;
  overflow: hidden;
	position: relative;
	z-index: 1;
}

#newswitch div.list div.item div.photo img:hover {
	opacity: 0.8;
	transform: scale(1.2,1.2);
}

/* * カテゴリー
/* ････････････････････････････････････････････････････････････････････････････････････････････ */

#newswitch div.list div.item div.photo .category {
	margin: 0;
	padding: 6px 10px 4px 10px;
	display: inline-block;
	color: #fff;
	line-height: 1.3em;
	font-size: 11px;
  font-weight: bold;
	text-align: center;
	background: #F6AB00;
	position: absolute;
	right: 0;
	bottom: 0;
}

/* -------------------------------------------------------------------------------------------------
   * 内容
/* ---------------------------------------------------------------------------------------------- */

/* * タイトル
/* ････････････････････････････････････････････････････････････････････････････････････････････ */

#newswitch div.list div.item div.contents .title {
  padding: 5px 0;
	font-weight: bold;
	border-bottom: 1px solid #E0E0E0;
}

/* * ブレイクポイント ･････････････････ */

@media screen and (min-width:737px) {

  #newswitch div.list div.item div.contents .title {
    min-height: 4.5em;
    color: #222;
    line-height: 1.4em;
    font-size: 14px;
    font-weight: bolder;
    border-bottom: 1px solid #E0E0E0;
  }

}

/* * 内容
/* ････････････････････････････････････････････････････････････････････････････････････････････ */

#newswitch div.list div.item div.contents .content {
  margin-top: 0;
  padding: 5px 0;
	color: #666;
}


/* ****************************************************************************************************
   * 特設サイト告知バナー
**************************************************************************************************** */

#bnr {
  padding: 40px 0;
}

/* * ブレイクポイント ･････････････････ */

@media screen and (min-width:737px) {

  #bnr {
    padding: 80px 0;
  }

}


/* ****************************************************************************************************
   *結果報告書＆動画
**************************************************************************************************** */

#zenkai2015 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #00B2FF;
  position: relative;
  z-index: 1;
  text-align: center;
/* box-shadow */
box-shadow:0px 0px 4px 2px rgba(0,0,0,0.2);	
}

#zenkai2015::before {
  content: '';
  width: 140px;
  padding-bottom: 24px;
  background: url(../../_image/index/news-top-zenkai.png) no-repeat;
  background-size: 100% 100%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  position: absolute;
  top: -24px;
  left: 50%;
}
#zenkai2015 .title2015 {
	font-weight: bold; 
	width: 1000px;
	margin: 0 auto 20px;
	color: #FFE300;
	font-size: 1em;
	padding: 20px 0 0 0;
}
#zenkai2015 .cap {
	font-weight: bold;
	margin: 0 auto -10px;
	color: white;
}
.flex_video {
	width: 100%;
	margin: 0 auto;
}
.flex_video .box {
	width: 100%;
	margin: 20px auto 0;
}
.flex_video .box video {
	width: 300px;
	margin: 20px auto 0;
}
.flex_video .box img {
	height: 150px;
	margin-top: 18px;
}
/* * ブレイクポイント ･････････････････ */

@media screen and (min-width:737px) {

#zenkai2015 {
    padding-top: 10px;
    padding-bottom: 30px;
  }

#zenkai2015::before {
    width: 200px;
    padding-bottom: 30px;
    top: -30px;
  }

#zenkai2015 .column {
    margin-top: 50px;
  }
#zenkai2015 .title2015 {
	font-weight: bold; 
	width: 1000px;
	margin: -20px auto 0px;
	color: #FFE300;
	font-size: 1.2em;
}
.flex_video {
	display: flex;
	justify-content: space-around;
	width: 1000px;
	margin: 0 auto;
}
.flex_video .box {
	width: 30%;
}
.flex_video .box video {
	width: 88%;
}
.flex_video .box img {
	height: 150px;
	margin-top: 18px;
}
}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * タイトル
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#zenkai2015 .section-title {
  padding-top: 40px;
  padding-bottom: 10px;
  color: #FFFD00;
  letter-spacing: 3px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  border-bottom: 2px solid #FFFD00;
  background: url(../../_image/index/icon_robot.png) center top no-repeat;
  background-size: auto 40px;
}

/* * ブレイクポイント ･････････････････ */

@media screen and (min-width:737px) {

  #zenkai2015 .section-title {
    padding-top: 80px;
    line-height: 1.3;
    font-size: 25px;
    background-size: auto;
  }

}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * サブ タイトル
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#zenkai2015 .sub-title {
  margin-left: auto;
  margin-right: auto;
  letter-spacing: 3px;
  font-size: 16px;
  font-weight: bold;
  display: table;
}

/* * ブレイクポイント ･････････････････ */

@media screen and (min-width:737px) {

  #zenkai2015 .sub-title {
    line-height: 1.3;
    font-size: 30px;
	color: yellow;
  }

}
/* ****************************************************************************************************
   * Kids robo
**************************************************************************************************** */
.kids_robo img {
	display: block;
	margin: 50px auto 0px;
	width: 850px;
	text-align: center;
	border: dotted red 2px;
	padding: 10px 50px;

}
@media screen and (max-width:737px) {
.kids_robo img {
	margin: 30px auto 0px;
	width: 350px;
	padding: 10px 10px;
	}
}


/* ****************************************************************************************************
   *2017実績
**************************************************************************************************** */

#jisseki2017 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #94ED34;
  position: relative;
  z-index: 1;
  text-align: center;
	/* box-shadow */
box-shadow:0px 0px 4px 2px rgba(0,0,0,0.2);
}

#jisseki2017::before {
  content: '';
  width: 140px;
  padding-bottom: 24px;
  background: url(../../_image/index/jisseki2017.png) no-repeat;
  background-size: 100% 100%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  position: absolute;
  top: -24px;
  left: 50%;
	
}
#jisseki2017 .title2015 {
	font-weight: bold; 
	width: 1000px;
	margin: 0 auto 20px;
	color: #FFE300;
	font-size: 1em;
	padding: 20px 0 0 0;
}
#jisseki2017 .cap {
	font-weight: bold;
	margin: 0 auto -10px;
	color: white;
}
.flex_video {
	width: 100%;
	margin: 0 auto;
}
.flex_video .box {
	width: 100%;
	margin: 20px auto 0;
}
.flex_video .box video {
	width: 300px;
	margin: 20px auto 0;
}
.flex_video .box img {
	height: 150px;
	margin-top: 18px;
}
/* * ブレイクポイント ･････････････････ */

@media screen and (min-width:737px) {

#jisseki2017 {
    padding-top: 10px;
    padding-bottom: 30px;
  }

#jisseki2017::before {
    width: 200px;
    padding-bottom: 30px;
    top: -30px;
  }

#jisseki2017 .column {
    margin-top: 50px;
  }
#jisseki2017 .title2015 {
	font-weight: bold; 
	width: 1000px;
	margin: -20px auto 0px;
	color: #FFE300;
	font-size: 1.2em;
}
.flex_video {
	display: flex;
	justify-content: space-around;
	width: 1000px;
	margin: 0 auto;
}
.flex_video .box {
	width: 30%;
}
.flex_video .box video {
	width: 88%;
}
.flex_video .box img {
	height: 150px;
	margin-top: 18px;
}
}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * タイトル
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#jisseki2017 .section-title {
  padding-top: 40px;
  padding-bottom: 10px;
  color: #0071DB;
  letter-spacing: 3px;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  border-bottom: 2px solid #0071DB;
  background: url(../../_image/index/icon_jisseki.png) center top no-repeat;
  background-size: auto 40px;
}

/* * ブレイクポイント ･････････････････ */

@media screen and (min-width:737px) {

  #jisseki2017 .section-title {
    padding-top: 80px;
    line-height: 1.3;
    font-size: 25px;
    background-size: auto;
  }

}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * サブ タイトル
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#jisseki2017 .sub-title {
  margin-left: auto;
  margin-right: auto;
  letter-spacing: 3px;
  font-size: 16px;
  font-weight: bold;
  display: table;
}

/* * ブレイクポイント ･････････････････ */

@media screen and (min-width:737px) {

  #jisseki2017 .sub-title {
    line-height: 1.3;
    font-size: 30px;
	color: yellow;
  }
}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * テーブル
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
#jisseki2017 table {
	background-color: white;
	border-collapse: collapse;
	font-weight: bold;
	width: 300px;
	margin: 10px auto 10px; 
	font-size: 0.8em;
}
#jisseki2017 table th, #jisseki2017 table td {
  border: solid 1px #94ED34;
  /*実線 1px 黒*/
	padding: 2px;
}
#jisseki2017 table th {
	background-color: #FF2C2C;
	color: #FFEB00;
	font-size: 0.9em;
}
#jisseki2017 table tr.total {
	background-color: #F5D2C9;
}
#jisseki2017 table td.sat {
	color: #00B8FB;
}
#jisseki2017 .wed_weather,.fri_weather,.sat_weather {
	color: red;
}
#jisseki2017 .thu_weather {
	color: #9FBFCA;
}
#jisseki2017 .jisseki_container img {
	width: 300px;
	height: 200px;
}
#jisseki2017 .jisseki_container2 img {
	width: 300px;
	margin: 10px;
}
#jisseki2017 .jisseki_container {
	width: 95%;
	margin: 30px auto 30px;
}
#jisseki2017 table tr.chu {
	background-color: #94ED34;
	text-align: right;
	font-size: 0.9em;
}
#jisseki2017 table td.chu {
	background-color: #94ED34;
	text-align: left;
	font-size: 0.9em;
	text-indent: -1em;
	padding-left: 1em;
}

@media screen and (min-width:1000px) {

#jisseki2017 table {
	background-color: white;
	border-collapse: collapse;
	font-weight: bold;
	margin: 0 1% 0;
	width: 40%;
}
#jisseki2017 .jisseki_container img {
	height: 100%;
}
#jisseki2017 .jisseki_container {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin: 40px auto 40px;
}
	
#jisseki2017 .jisseki_container div{
	width: 29%;
	text-align:center;
}
#jisseki2017 .jisseki_container2 {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin: 40px auto 40px;
	}
#jisseki2017 .jisseki_container2 img {
	width: 200px;
	margin: 10px;
}