
/*######################################################################*/
/*																		*/
/*	Seminar																*/
/*																		*/
/*######################################################################*/
/* index */
section {
    display: block;
}
.Seminar .SeminarInner {
  margin: 65px auto 0;
  max-width: 1250px;
  font-size: 16px
  }
  .Seminar .SeminarInner .main {
    margin: 30px 40px 80px;
  }
  .head ul {
      display: table;
      width: 100%;
      border-bottom: 2px solid #78282a;
  }
  ol, ul {
      list-style: none;
  }
  .head li:nth-child(1), #all li:nth-child(1) {
      width: 12%;
  }
  .head li {
      display: table-cell;
      padding: 0.9em;
      text-align: center;
      background: #f1f1f1;
  }
  .head li:nth-child(1), #all li:nth-child(1) {
      width: 10%;
  }
  .head li:nth-child(2), #all li:nth-child(2) {
      width: 33%;
  }
  .head li:nth-child(3), #all li:nth-child(3) {
    width: 18%;
  }
  .head li:nth-child(4), #all li:nth-child(4) {
      width: 12%;
  }
  .head li:nth-child(5), #all li:nth-child(5) {
      width: 13%;
      font-size: 14px;
  }
  .head li:nth-child(6), #all li:nth-child(6) {
    width: 15%;
  }
  /*
  div:after, ul:after, ol:after {
      content: "";
      display: block;
      clear: both;
  }
  */
  #all ul {
    display: table;
    width: 100%;
    border-bottom: 1px solid #ddd;
}
#all li {
    display: table-cell;
    padding: 1em;
    text-align: center;
    vertical-align: middle;
    line-height: 1.7em;
}
#all li:nth-child(2) {
    text-align: left;
}
.ico_special {
    display: block;
    width: 7em;
    text-align: center;
    padding: 0.25em;
    font-size: 0.8em;
    color: #fff;
    background: #4970bf;
}
.ico_seminar {
    display: block;
    width: 7em;
    text-align: center;
    padding: 0.25em;
    font-size: 0.8em;
    color: #fff;
    background: #c8b175;
}
.ico_event {
    display: block;
    width: 7em;
    text-align: center;
    padding: 0.25em;
    font-size: 0.8em;
    color: #fff;
    background: #8f2f32;
}
.Seminar .SeminarInner small {
    font-size: 0.8em;
    line-height: 1.3em;
    display: inline-flex;
}
.btn_close {
    display: inline-block;
    width: 100%;
    position: relative;
    padding: 0.5em;
    text-align: center;
    color: #fff;
    font-weight: 500;
    background: #ccc;
    border-radius: 3px;
}
.btn_accept {
    display: inline-block;
    width: 100%;
    position: relative;
    padding: 0.5em;
    text-align: center;
    color: #fff;
    font-weight: 500;
    background: #4970bf;
    border-radius: 3px;
}
.btn_no_click {
    display: inline-block;
    width: 100%;
    position: relative;
    padding: 0.5em;
    text-align: center;
    color: #8f2f32;
    font-weight: 500;
    background: #fff;
    border-radius: 3px;
}
.btn.tertiary {
  margin: 3em auto;
  display: table;
  cursor: pointer;
}
/* detail */
.bg-gray {
    background: #f2f2f2;
}
section.seminar h3 {
    font-size: 1.125em;
    padding: 0.3em 0.5em 0.3em 2.0em;
    border-bottom: 2px solid #78282a;
    background: #f1f1f1;
}

section.seminar table {
    font-size: 0.8em;
}
.table04 {
    width: 100%;
    border-top: 1px solid #ddd;
}

.table04 p {
    padding: 15px 0 ;
}

table .w20 {
    width: 20%;
}
.table04 th {
    text-align: left;
    font-weight: bold;
    border-right: 1px solid #ddd;
}
.table04 th, .table04 td {
    padding: 1.0em 3em;
    border-bottom: 1px solid #ddd;
}
.Seminar .SeminarInner .info {
    font-size: 16px;
    line-height: 1.8em;
}
section .seminar .titleInner {
  margin: 0 0 55px;
  padding: 50px 0;
  text-align: center;
  background: #f7f4f0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
}
section .seminar .titleInner .titleTxt {
    margin: 0 60px;
}
section .seminar .titleInner .titleTxt h2 {
  display: inline-block;
  position: relative;
  color: #78282a;
  font-size: 2em;
  font-weight: 500;
  line-height: 1.4em;
}
section .seminar .titleInner .titleTxt h2:after {
display: block;
content: "";
position: absolute;
left: 0;
bottom: -12px;
width: 100%;
height: 4px;
background: #c8b175;
}
section .seminar .titleInner .titleTxt span {
  position: relative;
  display: inline-block;
  padding: 0.25em;
  margin-left: 0.5em;
  color: #fff;
  background: #78282a;
  font-size: 0.7em;
  top: -0.2em;
  line-height: 1.1em;
}
section .seminar .titleInner .titleTxt p {
  font-size: 1.2em;
  line-height: 1.5em;
  padding-top: 30px;
}

@media (min-width:320px) and (max-width:768px) {
  /* index */
  section.seminar {
      width: 100%;
      margin: 0 auto 40px;
  }
  .Seminar .SeminarInner #all ul {
      display: table;
      width: 100%;
      border-bottom: 1px solid #ddd;
  }
  .Seminar .SeminarInner #all li {
    padding: 1em 0;
  }
  .Seminar .SeminarInner .head ul {
    display: none;
    width: 100%;
  }
  .Seminar .SeminarInner .info li{
    float:left;
    font-size: 0.8em;
    }
  .Seminar .SeminarInner .info li:nth-child(1), #all li:nth-child(1) {
    width: 100%;
  }
  .Seminar .SeminarInner .info li:nth-child(2), #all li:nth-child(2) {
    width: 100%;
  }
  .Seminar .SeminarInner .info li:nth-child(3), #all li:nth-child(3) {
    width: 100%;
  }
  .Seminar .SeminarInner .info li:nth-child(4), #all li:nth-child(4) {
    width: 100%;
  }
  .Seminar .SeminarInner .info li:nth-child(5), #all li:nth-child(5) {
    width: 100%;
  }
  .Seminar .SeminarInner .info li:nth-child(5), #all li:nth-child(6) {
    width: 100%;
  }




  /* detail */
  .Seminar .SeminarInner {
      margin-top: 15px;
    }
  .Seminar .SeminarInner .main{
    margin: 0px 15px;
  }
  section .seminar .titleInner {
    padding: 25px 0;
    margin-bottom: 30px;
  }
  section .seminar .titleInner .titleTxt {
  margin: 0 25px;
  }
  section .seminar .titleInner .titleTxt h2 {
  font-size: 1.3em;
  line-height: 1.4em;
}
section .seminar .titleInner .titleTxt p {
  font-size: 0.9em;
}

section .seminar .table04 th, .table04 td {
    padding: 1.0em;
}
section .seminar .table04 img {
    vertical-align: top;
    width: 100%;
}



/*  Table Responsible            */
@media only screen and (max-width:768px){
	.info th {
    border-right: none;
	}
	.info th,
	.info td{
    box-sizing: border-box;
		display: block;
    width: 100%;
	}
  .Seminar .SeminarInner .info li {
    font-size: 1em;
}}


/*######################################################################*/
/*                                    */
/*  IT Trend                               */
/*  for Pardot forms only            */
/*######################################################################*/
@media print, screen and (max-width: 740px){
footer#footer .inner {
    min-height: 13em;!important
}
} 

footer#footer .inner {
    min-height: 22em;!important
}
