@charset "UTF-8";
/* Scss Document */
#outline {
  width: 800px;
  margin-left: 100px;
background-color: #FFF;
padding: 5px; }
  #outline h2 {
    margin-bottom: 10px;
    border-bottom: 1px solid #FF7826;
    border-left: 8px solid #FF7826;
    height: 30px;
    padding: 10px 20px 20px;
    margin-top: 10px;
    color: #FF7826; }
    #outline h2#catch {
      line-height: 1.5em;
      font-weight: bold;
      color: #F60;
      text-align: center; }
  #outline p {
    /*font-size: 90%;*/ }
    #outline p#about {
      font-size: 100%;
      line-height: 1.5em; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin-top: 20px;
  width: 800px;
  border-top: 1px solid #9CB4A5;
  border-bottom: 1px solid #9CB4A5; }
  table tr th {
    border-bottom: 1px dotted #9CB4A5;
    padding: 2px 0px;
    background-color: #D5E6DA;
    font-size: 100%; }
  table td {
    border-bottom: 1px dotted #999;
    padding: 8px 15px;
    /*font-size: 80%;*/ }
    table td dl {
      margin: 10px 20px;
      float: left; }
      table td dl dt {
        font-size: 120%;
        font-weight: bold; }
      table td dl dd {
        margin-left: 10px;
        font-size: 110%; }

  .tokucho p {
    border-top: 1px dotted #999;
    border-bottom: 1px dotted #999;
    padding: 8px 15px;
    font-size: 120%;
    color: #FB5F00;
    font-weight: bold;
    line-height: 1.6em; }

#outline .outlinebox {
  overflow: auto; }
  #outline .outlinebox dl {
    float: left;
    width: 72%; }
    #outline .outlinebox dl dt {
      font-size: 95%;
      font-weight: bold;
      margin-top: 5px;
      color: #0066a5; }
    #outline .outlinebox dl dd {
      /*font-size: 85%;*/
      margin-left: 15px; }
  #outline .outlinebox p {
    /*	float: left;
    	width: 55%;*/ }
  #outline .outlinebox ul li {
    width: 45%;
    float: left;
    font-size: 90%; }
#outline .themebox img {
  float: left;
  width: 25%; }
#outline .themebox p {
  float: left;
  width: 44%;
  margin: 0% 3%; }

/*#outline .outlinebox img{
	float: right;
	width: 25%;
	margin-top: 5px;
}*/
.tokucho h2 {
  background-image: url(images/tokucho02_bg.jpg);
  background-repeat: no-repeat;
  text-align: center;
  height: 65px;
  color: #FFF;
  padding-top: 15px;
  margin-top: 10px;
  width: 800px; }
.tokucho h3 {
  font-size: 180%;
  font-weight: bold;
  color: #F00;
  margin-top: 5px;
  text-align: center; }
.tokucho dl {
  /*	border: 1px solid #9E9E9E;*/
  text-align: center;
  /*	overflow: auto;*/
  margin: 15px auto; }
.tokucho dt {
  font-weight: bold;
  color: #FFF;
  background-color: #FF7826;
  padding: 5px 10px;
  clear: left;
  float: left;
  width: 15px; }
.tokucho dd {
  font-size: 130%;
  color: #666;
  font-weight: bold;
  padding-left: 30px;
  width: 700px;
  text-align: left;
  margin-bottom: 25px; }
.tokucho p.chusyaku {
  font-size: 60%;
  text-align: center;
  padding-top: 5px; }
.tokucho p.chusyaku02 {
  font-size: 60%;
  line-height: 1.4em; }
.tokucho__unit {
  display: flex;
  flex-flow: row;
  justify-content: space-between; }

.tokucho__img {
  width: 25%; }
  .tokucho__img img {
    max-width: 100%;
    height: auto; }

table#gaiyo {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin-top: 30px;
  width: 800px;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999; }
  table#gaiyo tr th {
    border-bottom: 1px dotted #999;
    padding: 8px 15px;
    background-color: #DDD;
    font-size: 80%;
    width: 20%; }
  table#gaiyo td {
    border-bottom: 1px dotted #999;
    padding: 8px 15px;
    font-size: 90%; }
    table#gaiyo td img {
      /*width: 25%;*/ }
    table#gaiyo td#name {
      font-size: 110%;
      font-weight: bold;
      color: #FF7826; }

#poster {
  text-align: center; }
  #poster li {
    display: inline;
    margin-left: 20px; }

/*会場の様子（写真）*/
#photo {
  width: 100%;
  margin-left: 55px;
  clear: both; }
  #photo li {
    float: left;
    margin-bottom: 25px; }

/*動画でみる「北海道アグリ・フードプロジェクト」*/
#movie .movie_box {
  text-align: center; }
  #movie .movie_box_title {
    font-size: 18px;
    line-height: 1.5;
    text-align: left;
    height: auto;
    padding: 5px 15px;
    margin-bottom: 20px; }

.outline__btn {
  width: 500px;
  margin: 0 auto 50px; }
  .outline__btn a {
    display: block;
    width: 100%;
    padding: 20px;
    text-align: center;
    background-color: darkorange;
    color: white;
    border: 1px solid transparent;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.3s ease; }
    .outline__btn a:hover {
      background-color: white;
      color: darkorange;
      border: 1px solid darkorange; }

.nigiwai__title {
  display: flex;
  flex-flow: row;
  align-items: center; }
  .nigiwai__title h3 {
    font-size: 24px;
    margin-right: 25px;
    line-height: 1.4; }
  .nigiwai__title img {
    max-width: 150px;
    height: auto; }
.nigiwai__list li {
  color: #0066a5;
  font-weight: bold;
  line-height: 2; }
  .nigiwai__list li:before {
    content: "●";
    color: #0066a5; }
.nigiwai__fig {
  width: 500px;
  margin: 0 auto; }
  .nigiwai__fig img {
    max-width: 100%;
    height: auto; }
.nigiwai__define {
  width: 700px;
  margin: 0 auto; }
  .nigiwai__define dt {
    clear: left;
    float: left;
    width: 7em;
    font-weight: bold; }
  .nigiwai__define dd {
    padding-left: 8em;
    margin-bottom: 10px;
    border-bottom: 1px solid #aaa; }
.nigiwai__append {
  width: 700px;
  margin: 0 auto 30px; }

.outline_inline {
  display: inline-block;
  width: 48%;
  text-align: center;
}
.outline_inline p {
  text-align: center;
}
.pad_20 {
  padding: 0 20px;
}
.tx_center {
  text-align: center;
}
.tokucho a {
  color: #FF7820;
}
.mag_left20 {
  margin-left: 20px;
  border-bottom: #FF7820 3px solid;
}
.squre {
  padding: 0.5em 1em;
  margin: 2em 0;
  font-weight: bold;
  background: #FFF;
  border: solid 3px #FF7826;/*線*/
  border-radius: 10px;/*角の丸み*/
  text-align: left;
  display: inline-block;
}
.squre p {
  margin: 0; 
  padding: 0;
}
#outline p img {
  vertical-align: text-bottom;
}