@charset "UTF-8";
/* ----------------------
    Common Start
---------------------- */
* { line-height: 100%;border:0;outline:0;vertical-align:baseline;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;-o-box-sizing: border-box;-ms-box-sizing: border-box;box-sizing: border-box;padding:0;margin:0; }
.seminar main { display: block; }
.seminar ul, .seminar li { list-style:none; }
.seminar span, .seminar button, .seminar strong, .seminar small { display: inline-block; font-size: inherit; letter-spacing: inherit; line-height: inherit; }
.seminar a { font-size: inherit; letter-spacing: inherit; line-height: inherit; color: inherit; text-decoration: none; display: inline-block; }
.seminar figure img { width: 100%; height: auto; }
.seminar img { vertical-align: bottom; }
.seminar table { border-collapse:collapse; border-spacing:0;width: 100%; }
.seminar input[type="button"],.seminar input[type="text"],.seminar input[type="email"],.seminar input[type="tel"],.seminar input[type="reset"],.seminar input[type="submit"] { -webkit-appearance: none;border-radius: 0; }

html#seminar {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent !important;
}

#seminar body {
  font-family: Helvetica Neue,Helvetica,Arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  color: #595757;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  background: #fff;
  margin: 0 auto;
  max-width: none;
}

.seminar.himeshima .sp_only { display: none; }
.seminar.himeshima .sp_only_tc { display: none; }
.seminar.himeshima .dn { display: none; }

/* mobile */
@media screen and (max-width: 768px) {
  #seminar body {
    min-width: 100%;
  }
  .seminar.himeshima .sp_only { display: block; }
  .seminar.himeshima .sp_only_tc { display: table-cell; }
  .seminar.himeshima .pc_only { display: none; }
  .seminar.himeshima .dn { display: none; }
}
.seminar.himeshima .contents {
  max-width: 960px;
  margin: 100px auto 50px;
  padding: 40px 15px;
}
@media screen and (max-width: 768px) {
  .seminar.himeshima .contents {
    max-width: 768px;
    margin: 40px auto 20px;
    padding: 0;
  }
}
/* @media screen and (max-width: 600px) {
  .seminar.himeshima .contents {
    margin-bottom: 0;
  }
} */
.borderYellow {
  position: relative;
}
.borderYellow:before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: -5%;
  width: 110%;
  height: 10px;
  background-color: #fced6d;
  z-index: 1;
}
.borderYellow span {
  position: relative;
  z-index: 2;
}
/* ----------------------
    Common End
---------------------- */


/* ----------------------
    背景関係 Start
---------------------- */
.seminar.himeshima .bg {
  width: 100vw;
  height: 100vh;
  background-position: center 0;
  background-size: 160%;
  background-repeat: no-repeat;
  position: fixed;
  background-size: cover;
  top: 0;
  left: 0;
  z-index: -3;
}
.seminar.himeshima .bg-img {
  background-image: url("/resources/images/seminar/himeshima/2019/content-people.jpg");
  background-position: center top;
}
.seminar.himeshima .bg-white {
  width: 100vw;
  height: 100vh;
  background-color: #f7f1f1;
  opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index:-2;
}
/* ----------------------
    背景関係 End
---------------------- */

/* ----------------------
    TOP Start
---------------------- */
.seminar.himeshima .top .visual {
  width:100vw;
  max-width: 100%;
  height: auto;
}
/* ----------------------
    TOP End
---------------------- */
/* ----------------------
    ナビ Start
---------------------- */
.seminar.himeshima .navi {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  color: #5e4737;
  border-bottom: 5px solid #5e4737;
  text-align: center;
}
.seminar.himeshima .navi .parent{
  width: 100vw;
  min-height: 30px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;;
}
@media screen and (max-width: 399px) {
  .seminar.himeshima .navi .parent {
    display: none;
  }
}
.seminar.himeshima .navi .parent div {
  padding: 1.5% 3%;
}
.seminar.himeshima .navi .parent div a:hover {
  opacity: 0.8;
}
.seminar.himeshima .navi .parent div i {
  font-size: calc(100vw / 20);
  height: 1.1em;
}
.seminar.himeshima .navi .parent div span {
  font-size: calc(100vw / 80);
}
/* ----------------------
    ナビ End
---------------------- */
/* ----------------------
    コンセフト Start
---------------------- */
.seminar.himeshima .concept {
  max-width: 960px;
  margin: 0 auto;
  padding: 60px 15px 50px;
  color: #5e4737;
}
.seminar.himeshima .concept .title{
  text-align: center;
  padding: 30px 0 60px 0;
  font-size: 30px;
  font-weight: bold; 
}
@media screen and (max-width: 768px) {
  .seminar.himeshima .concept .title{
    padding: 15px 0 30px 0;
    font-size: 20px;
  }
}
.seminar.himeshima .concept .text-aria {
  position: relative;
  margin: 0 auto;
  padding: 50px;
  z-index: 1;
  box-sizing: border-box;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .seminar.himeshima .concept .text-aria {
    padding: 30px;
  }
}
.seminar.himeshima .concept .text-aria:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  background: #ffffff;
  background-size: contain;
  opacity: 0.9;
  z-index: -1;
}
.seminar.himeshima .concept .text {
  font-size: 20px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .seminar.himeshima .concept .text {
    font-size: 12px;
    line-height: 1.5;
  }
}
/* ----------------------
    コンセフト End
---------------------- */

/* ----------------------
    基調講演 Start
---------------------- */
.seminar.himeshima .keynote {
  margin: 0 auto;
  padding: 60px 15px 50px;
  text-align: center;
  color: #5e4737;
}
.seminar.himeshima .profile {
  position: relative;
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 991px) {
  .seminar.himeshima .profile {
    width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  .seminar.himeshima .profile {
    width: 460px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 479px) {
  .seminar.himeshima .profile {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}
.seminar.himeshima .keynote .title {
  padding: 30px 0 100px 0;
  font-size: 30px;
  font-weight: bold; 
}
@media screen and (max-width: 768px) {
  .seminar.himeshima .keynote .title {
    padding: 0 0 70px 0;
    font-size: 25px;
  }
}
.seminar.himeshima article.profile div.pic {
  position: absolute;
  left: 0;
  top: -40px;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .seminar.himeshima article.profile div.pic {
    text-align: left;
  }
  .seminar.himeshima article.profile div.pic img{
    width: 85%;
  }
}
@media screen and (max-width: 768px) {
  .seminar.himeshima article.profile div.pic img{
    width: 50%;
  }
}
@media screen and (max-width: 479px) {
  .seminar.himeshima article.profile div.pic img{
    width: 70%;
  }
}
.seminar.himeshima article.profile div.info {
  float: right;
  width: 800px;
  height: 350px;
  padding: 40px 90px 40px 240px;
  background: #fced6d;
  background: -webkit-linear-gradient(45deg, transparent 15px, #fced6d 15px), -webkit-linear-gradient(135deg, transparent 15px, #fced6d 15px), -webkit-linear-gradient(225deg, transparent 15px, #fced6d 15px), -webkit-linear-gradient(315deg, transparent 15px, #fced6d 15px);
  background: -moz-linear-gradient(45deg, transparent 15px, #fced6d 15px), -moz-linear-gradient(135deg, transparent 15px, #fced6d 15px), -moz-linear-gradient(225deg, transparent 15px, #fced6d 15px), -moz-linear-gradient(315deg, transparent 15px, #fced6d 15px);
  background: -o-linear-gradient(45deg, transparent 15px, #fced6d 15px), -o-linear-gradient(135deg, transparent 15px, #fced6d 15px), -o-linear-gradient(225deg, transparent 15px, #fced6d 15px), -o-linear-gradient(315deg, transparent 15px, #fced6d 15px);
  background: -ms-linear-gradient(45deg, transparent 15px, #fced6d 15px), -ms-linear-gradient(135deg, transparent 15px, #fced6d 15px), -ms-linear-gradient(225deg, transparent 15px, #fced6d 15px), -ms-linear-gradient(315deg, transparent 15px, #fced6d 15px);
  background-position: bottom left, bottom right, top right, top left;
  background-size: 51% 51%;
  background-repeat: no-repeat;
  text-align: left;
}
@media screen and (max-width: 991px) {
  .seminar.himeshima article.profile div.info {
    width: 620px;
    height: 350px;
  }
}
@media screen and (max-width: 768px) {
  .seminar.himeshima article.profile div.info {
    padding: 20px 30px;
    width: 400px;
    height: 300px;
  }
}
@media screen and (max-width: 479px) {
  .seminar.himeshima article.profile div.info {
    padding: 20px;
    width: 280px;
    height: 420px;
  }
}
.seminar.himeshima article.profile .info .lead{
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
  width: 326px;
}
@media screen and (max-width: 768px) {
  .seminar.himeshima article.profile .info .lead{
    margin-bottom: 10px;
    width: 100%;
  }
}
@media screen and (max-width: 479px) {
  .seminar.himeshima article.profile .info .lead{
    top: 150px;
    padding-bottom: 10px;
    margin-bottom: 5px;
  }
}
.seminar.himeshima article.profile .info .lead:after {
  content: "";
  background: #fff;
  width: 700px;
  height: 5px;
  left: -225px;
  bottom: 0;
  position: absolute;
}
@media screen and (max-width: 991px) {
  .seminar.himeshima article.profile .info .lead:after {
    width: 100%;
    left: -20px;
  }
}
@media screen and (max-width: 768px) {
  .seminar.himeshima article.profile .info .lead:after {
    left: 0px;
  }
}
.seminar.himeshima article.profile .info .lead p {
  font-size: 25px;
  line-height: 1.2;
  display: inline-block;
  font-weight: bold;
}
@media screen and (max-width: 991px) {
  .seminar.himeshima article.profile .info .lead p {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .seminar.himeshima article.profile .info .lead p {
    font-size: 20px;
    padding-left: 100px;
  }
}
@media screen and (max-width: 479px) {
  .seminar.himeshima article.profile .info .lead p {
    font-size: 18px;
    padding-left: 0;
  }
}
.seminar.himeshima article.profile .main{
  position: relative;
  margin-bottom: 20px;
  line-height: 1.3;
  letter-spacing: 0.07em; 
}
@media screen and (max-width: 479px) {
  .seminar.himeshima article.profile .main{
    top: 150px;
    letter-spacing: 0.05em; 
  }
}
.seminar.himeshima article.profile .main p.company {
  font-size: 15px;
  line-height: 1.2;
  display: inline-block;
  font-weight: bold;
}
@media screen and (max-width: 991px) {
  .seminar.himeshima article.profile .main p.company {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .seminar.himeshima article.profile .main p.company {
    font-size: 13px;
    padding-left: 100px;
  }
}
@media screen and (max-width: 479px) {
  .seminar.himeshima article.profile .main p.company {
    font-size: 12px;
    padding-left: 0;
  }
}
.seminar.himeshima article.profile .main p.name {
  font-size: 25px;
  line-height: 1.2;
  display: inline-block;
  font-weight: bold;
}
@media screen and (max-width: 991px) {
  .seminar.himeshima article.profile .main p.name {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .seminar.himeshima article.profile .main p.name {
    font-size: 20px;
    padding-left: 100px;
  }
}
@media screen and (max-width: 479px) {
  .seminar.himeshima article.profile .main p.name {
    font-size: 18px;
    padding-left: 0;
  }
}
.seminar.himeshima article.profile .main p.detail {
  font-size: 14px;
  padding-top: 20px;
  line-height: 1.7;
}
@media screen and (max-width: 991px) {
  .seminar.himeshima article.profile .main p.detail {
    font-size: 13px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 479px) {
  .seminar.himeshima article.profile .main p.detail {
    padding-top: 10px;
    font-size: 11px;
  }
}
.seminar.himeshima article.profile:after,
.seminar.himeshima article.people ul:after {
  display: block;
  content: "";
  clear: both;
}
/* ----------------------
    基調講演 End
---------------------- */

/* ----------------------
    ゲストスピーカー Start
---------------------- */
.seminar.himeshima .guest {
  margin: 0 auto;
  padding: 60px 15px 50px;
  text-align: center;
  color: #5e4737;
}
.seminar.himeshima .people {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
.seminar.himeshima .guest .title{
  padding: 30px 0 60px 0;
  font-size: 30px;
  font-weight: bold; 
}
@media screen and (max-width: 768px) {
  .seminar.himeshima .guest .title{
    padding: 15px 0 30px 0;
    font-size: 25px;
  }
}
.seminar.himeshima article.people ul li {
  text-align: left;
  width: 90%;
  background: #fced6d;
  background: -webkit-linear-gradient(45deg, transparent 15px, #fced6d 15px), -webkit-linear-gradient(135deg, transparent 15px, #fced6d 15px), -webkit-linear-gradient(225deg, transparent 15px, #fced6d 15px), -webkit-linear-gradient(315deg, transparent 15px, #fced6d 15px);
  background: -moz-linear-gradient(45deg, transparent 15px, #fced6d 15px), -moz-linear-gradient(135deg, transparent 15px, #fced6d 15px), -moz-linear-gradient(225deg, transparent 15px, #fced6d 15px), -moz-linear-gradient(315deg, transparent 15px, #fced6d 15px);
  background: -o-linear-gradient(45deg, transparent 15px, #fced6d 15px), -o-linear-gradient(135deg, transparent 15px, #fced6d 15px), -o-linear-gradient(225deg, transparent 15px, #fced6d 15px), -o-linear-gradient(315deg, transparent 15px, #fced6d 15px);
  background: -ms-linear-gradient(45deg, transparent 15px, #fced6d 15px), -ms-linear-gradient(135deg, transparent 15px, #fced6d 15px), -ms-linear-gradient(225deg, transparent 15px, #fced6d 15px), -ms-linear-gradient(315deg, transparent 15px, #fced6d 15px);
  background-position: bottom left, bottom right, top right, top left;
  position: relative;
  height: 430px;
  background-repeat: no-repeat;
  background-size: 51% 51%;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .seminar.himeshima article.people ul {
    text-align: center;
  }
  .seminar.himeshima article.people ul li {
    width: 80%;
    max-width: 420px;
    height: 350px;
    margin: 0 5% 30px 5%;
    float: none;
    display: inline-block;
  }
}
@media screen and (max-width: 479px) {
  .seminar.himeshima article.people ul li {
    height: 370px;
  }
}
.seminar.himeshima article.people ul li .pic img{ 
  width:100%;
  max-width: 100%;
  height: auto;
}
.seminar.himeshima article.people ul li .main {
  padding: 30px 0 20px;
  width: 80%;
  font-weight: bold;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .seminar.himeshima article.people ul li .main {
    padding: 20px 0 10px;
  }
}
.seminar.himeshima article.people ul li .main p.company {
  font-size: 15px;
  display: block;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .seminar.himeshima article.people ul li .main p.company {
    font-size: 13px;
    margin-bottom: 5px;
  }
}

.seminar.himeshima article.people ul li .main p.name {
  border-bottom: 5px solid #fff;
  width: 100%;
  font-size: 20px;
  line-height: 1.5;
  display: inline-block;
  padding-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .seminar.himeshima article.people ul li .main p.name {
    font-size: 15px;
    line-height: 1.3;
  }
}
.seminar.himeshima article.people ul li .main p.detail {
  font-size: 15px;
  line-height: 1.5;
  padding-top: 5px;
}
@media screen and (max-width: 768px) {
  .seminar.himeshima article.people ul li .main p.detail {
    font-size: 12px;
    line-height: 1.5;
  }
}
/* .seminar.himeshima article.people ul li:nth-of-type(3n) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .seminar.himeshima article.people ul li:nth-of-type(3n) {
    margin: 0 5% 30px 5%;
  }
} */
/* ----------------------
    ゲストスピーカー End
---------------------- */

/* ----------------------
    セミナー詳細 Start
---------------------- */
.seminar.himeshima .seminar_details {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  color: #5e4737;
  border-top: 5px solid #5e4737;
  border-bottom: 5px solid #5e4737;
  padding: 100px 0 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .seminar.himeshima .seminar_details {
    padding: 50px 0 0;
  }
}
.seminar.himeshima .seminar_details .title {
  font-size: 30px;
  font-weight: bold;
  padding-bottom: 70px; 
}
@media screen and (max-width: 768px) {
  .seminar.himeshima .seminar_details .title{
    padding: 15px 0 30px 0;
    font-size: 20px;
  }
}
.seminar.himeshima .seminar_details table {
  width: 100%;
  margin: auto;
  border: 1px dotted #5e4737;
  border-width: 1px 0 0;
  max-width: 960px;
}
@media screen and (max-width: 768px) {
  .seminar.himeshima .seminar_details table {
    width: 92%;
    margin: auto;
  }
}
.seminar.himeshima .seminar_details table th,
.seminar.himeshima .seminar_details table td {
  border: 1px dotted #5e4737;
  border-width: 0 0 1px;
  padding: 25px 0;
  line-height: 1.67;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .seminar.himeshima .seminar_details table th,
  .seminar.himeshima .seminar_details table td {
    display: block;
    width: 100%;
    padding: 0 4% 15px;
    font-size: 12px;
  }
}
.seminar.himeshima .seminar_details table th {
  font-weight: bold;
  padding: 25px 50px;
}
@media screen and (max-width: 768px) {
  .seminar.himeshima .seminar_details table th {
    padding: 20px 4% 10px;
    border-width: 0;
  }
}
.seminar.himeshima .seminar_details table td .map_btn {
  padding: 15px 0;
}
.seminar.himeshima .seminar_details table td .map_btn a {
  font-weight: bold;
  background-color: #c9a891; 
  padding: 10px 20px;
  color: #fff;
  border-radius: 5px;
}
.seminar.himeshima .seminar_details table td .map_btn a:hover{
  opacity: 0.8;
}
.seminar.himeshima .seminar_details .map_area {
  width: 100%;
  height: 500px;
}
/* ----------------------
    セミナー詳細 End
---------------------- */

/* ----------------------
    タイムテーブル Start
---------------------- */
.seminar.himeshima .timetable {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  color: #5e4737;
  padding: 100px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .seminar.himeshima .timetable {
    padding: 50px 0;
  }
}
.seminar.himeshima .timetable .title {
  font-size: 30px;
  font-weight: bold;
  padding-bottom: 30px; 
}
@media screen and (max-width: 768px) {
  .seminar.himeshima .timetable .title{
    padding: 15px 0 30px 0;
    font-size: 20px;
  }
}
.seminar.himeshima .timetable .first_day {
  font-size: 25px;
  padding: 30px 0 30px 0;
  font-weight:bold; 
}
@media screen and (max-width: 768px) {
  .seminar.himeshima .timetable .first_day {
    font-size: 17px;
    padding: 10px 0;
  }
}
.seminar.himeshima .timetable .second_day {
  font-size: 25px;
  padding: 80px 0 30px 0;
  font-weight:bold; 
}
@media screen and (max-width: 768px) {
  .seminar.himeshima .timetable .second_day {
    font-size: 17px;
    padding: 30px 0 10px 0;
  }
}
.seminar.himeshima .timetable table {
  width: 100%;
  margin: auto;
  max-width: 800px;
  border: 1px solid #ddd;
}
@media screen and (max-width: 768px) {
  .seminar.himeshima .timetable table {
    /* width: 92%; */
    margin: auto;
  }
}
.seminar.himeshima .timetable table>tbody>tr>th,
.seminar.himeshima .timetable table>tbody>tr>td {
  text-align: left;
  padding: 8px 0 8px 10px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
@media screen and (max-width: 768px) {
  .seminar.himeshima .timetable table>tbody>tr>th,
  .seminar.himeshima .timetable table>tbody>tr>td {
    display: block;
    width: 100%;
    padding: 0 4% 15px;
    font-size: 12px;
  }
}
.seminar.himeshima .timetable table>tbody>tr>th {
  /* background-color: #ff6a6a; */
  background-color: #f8f8f8;
  /* background-color: #c9a891; */
  /* color: white; */
  font-weight: bold;
  text-align: center;
  width: 160px;
  padding: 8px;
}
@media screen and (max-width: 768px) {
  .seminar.himeshima .timetable table>tbody>tr>th {
    border-width: 0;
    width: 100%;
    padding: 0;
  }
}
.seminar.himeshima .timetable table>tbody>tr>th span {
  padding-top: 10px;
}
@media screen and (max-width: 768px) {
  .seminar.himeshima .timetable table>tbody>tr>th span {
    padding: 5px;
  }
}
.seminar.himeshima .timetable .list {
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  .seminar.himeshima .timetable .list {
    /* padding-left: 20px; */
    padding-top: 8px;
  }
}
.seminar.himeshima .timetable .list li{
  list-style: disc;
}
.seminar.himeshima .timetable .list p span{
  padding: 5px 0;
}
.seminar.himeshima .timetable .place{
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .seminar.himeshima .timetable .place{
    font-size: 12px;
    padding-bottom: 10px;
  }
}
.seminar.himeshima .timetable .topic{
  font-weight: bold;
  font-size: 17px;
  padding-top: 10px;
}
@media screen and (max-width: 768px) {
  .seminar.himeshima .timetable .topic{
    font-size: 13px;
    padding-top: 0;
    margin-bottom: 0;
  }
}
.seminar.himeshima .timetable .notes span{
  padding-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .seminar.himeshima .timetable .notes{
    padding-top: 5px;
  }
}
.seminar.himeshima .timetable .speaker {
  font-weight: bold;
  clear: left;
}
.seminar.himeshima .timetable table p,
.seminar.himeshima .timetable table ol,
.seminar.himeshima .timetable table ul {
  margin: 0 0 10px;
}
.seminar.himeshima .timetable .label-area {
  padding-top: 10px;
  padding-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .seminar.himeshima .timetable .label-area {
    padding-bottom: 5px;
  }
}
.seminar.himeshima .timetable .label-danger {
  /* background-color: #d9534f; */
  background-color: #c9a891;
}
.seminar.himeshima .timetable .label {
  /* padding: .2em .6em .3em; */
  /* padding: 4px 10px 4px; */
  font-size: 75%;
  font-weight: bold;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.seminar.himeshima .timetable .label_index {
  width: 50px;
  height: 20px;
  line-height: 20px;
}
.seminar.himeshima .timetable .label_keynote {
  width: 80px;
  height: 20px;
  line-height: 20px;
}
.seminar.himeshima .timetable .label_guest {
  width: 50px;
  height: 20px;
  line-height: 20px;
}
.seminar.himeshima .timetable .label_option {
  width: 80px;
  height: 20px;
  line-height: 20px;
}

/* ----------------------
    タイムテーブル End
---------------------- */

/* ----------------------
    参加申し込み Start
---------------------- */
.seminar.himeshima .entry {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  position: relative;
  border-top: 5px solid #5e4737;
  text-align: center;
  color: #5e4737;
}
.seminar.himeshima .entry .title {
  font-size: 30px;
  font-weight: bold;
  padding-bottom: 70px; 
}
@media screen and (max-width: 768px) {
  .seminar.himeshima .entry .title{
    padding: 15px 0 30px 0;
    font-size: 20px;
  }
}
.seminar.himeshima .entry .detail {
  font-size: 20px;
  padding-bottom: 30px; 
}
@media screen and (max-width: 768px) {
  .seminar.himeshima .entry .detail {
    font-size: 12px;
  }
}
.seminar.himeshima .entry .link{
  width: 300px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  margin: auto;
  display: block;
  padding: 30px 0;
  text-align: center;
  background-color: #c9a891;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .seminar.himeshima .entry .link{
    width: 150px;
    font-size: 12px;
    padding: 10px 0;
    border-radius: 5px;
  }
}
.seminar.himeshima .entry .link:hover{
  opacity: 0.8;
}
.seminar.himeshima .entry .other{
  padding-top: 20px;
  font-size: 15px;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .seminar.himeshima .entry .other{
    font-size: 12px;
  }
}
/* ----------------------
    参加申し込み End
---------------------- */

/* ----------------------
    協賛募集 Start
---------------------- */
.seminar.himeshima .provide_wanted {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  position: relative;
  border-top: 5px solid #5e4737;
  border-bottom: 5px solid #5e4737;
  font-style: normal;
  text-align: center;
  color: #5e4737;
}
.seminar.himeshima .provide_wanted .title {
  font-size: 30px;
  font-weight: bold;
  padding-bottom: 40px; 
}
@media screen and (max-width: 768px) {
  .seminar.himeshima .provide_wanted .title{
    padding: 15px 0 20px 0;
    font-size: 20px;
  }
}
.seminar.himeshima .provide_wanted .sub-title {
  font-size: 17px;
  padding-bottom: 30px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .seminar.himeshima .provide_wanted .sub-title {
    font-size: 13px;
    padding-bottom: 10px;
    width: 95%;
    text-align: left;
  }
}
.seminar.himeshima .provide_wanted table {
  border: 3px solid #5e4737;
  /* border-collapse: collapse; */
  /* border-spacing: 0; */
  font-size: 20px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .seminar.himeshima .provide_wanted table {
    font-size: 10px;
    width: 95%;
    margin: 0 auto;
  }
}
.seminar.himeshima .provide_wanted table th,
.seminar.himeshima .provide_wanted table td {
  /* padding: 30px 0; */
  border: 1px solid #5e4737;
  vertical-align: middle;
  font-weight: bold;
  height: 90px;
}
@media screen and (max-width: 768px) {
  .seminar.himeshima .provide_wanted table th,
  .seminar.himeshima .provide_wanted table td {
    padding: 15px 0;
  }
}
.seminar.himeshima .provide_wanted table tr.height-100 th {
  height: 110px;
}
.seminar.himeshima .provide_wanted table>tbody>tr.double>th,
.seminar.himeshima .provide_wanted table>tbody>tr.double>td {
  border-bottom: 3px double #5e4737 !important;
}
.seminar.himeshima .provide_wanted table>tbody>tr>th.bold,
.seminar.himeshima .provide_wanted table>tbody>tr>td.bold {
  border-left: 3px solid #5e4737 !important;
}
.seminar.himeshima .provide_wanted table td.circle{
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  .seminar.himeshima .provide_wanted table td.circle{
    font-size: 20px;
  }
}
.seminar.himeshima .provide_wanted table tr:nth-child(odd) td,
.seminar.himeshima .provide_wanted table tr:nth-child(odd) th {
  background-color: #f8f8f8;
}
.seminar.himeshima .provide_wanted table tr:nth-child(even) td,
.seminar.himeshima .provide_wanted table tr:nth-child(even) th {
  background-color: #fff;
}
.seminar.himeshima .provide_wanted table th.benefits {
  padding: 15px 0;
}
.seminar.himeshima .provide_wanted .limit {
  /* font-weight: normal; */
  font-size: 15px;
  /* padding-top:3px; */
}
@media screen and (max-width: 768px) {
  .seminar.himeshima .provide_wanted .limit {
    font-size: 10px;
  }
}
.seminar.himeshima .provide_wanted .notes {
  text-align: left;
  padding-top: 10px;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .seminar.himeshima .provide_wanted .notes {
    width: 95%;
    font-size: 10px;
    margin: 0 auto;
  }
}
.seminar.himeshima .provide_wanted .contact {
  padding: 70px 10px 40px 50px;
  font-style: normal;
  text-align: left;
  border-top:5px solid #5e4737;
  border-bottom: 5px solid #5e4737;
}
@media screen and (max-width: 768px) {
  .seminar.himeshima .provide_wanted .contact {
    padding: 30px 10px 20px 15px;
    border-bottom: none;
  }
}
.seminar.himeshima .provide_wanted .contact .title {
  font-size: 25px;
  font-weight: bold;
  padding-bottom: 30px; 
}
@media screen and (max-width: 768px) {
  .seminar.himeshima .provide_wanted .contact .title {
    font-size: 15px;
  }
}
.seminar.himeshima .provide_wanted .contact p {
  display: block;
  font-size: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .seminar.himeshima .provide_wanted .contact p {
    font-size: 12px;
    padding-bottom: 10px;
  }
}
.seminar.himeshima .provide_wanted .contact p.company {
  font-weight: bold;
}
/* ----------------------
    協賛募集 End
---------------------- */

/* ----------------------
    サポーター企業紹介 Start
---------------------- */
.seminar.himeshima .supporter {
  text-align: center;
  max-width: 960px;
  margin: 0 auto;
  padding: 80px 15px;
  color: #5e4737;
}
@media screen and (max-width: 768px) {
  .seminar.himeshima .supporter {
    max-width: 768px;
    padding: 30px 10px;
  }
}
.seminar.himeshima .supporter .title {
  font-size: 30px;
  padding-bottom: 30px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .seminar.himeshima .supporter .title{
    padding: 15px 0 30px 0;
    font-size: 20px;
  }
}
.seminar.himeshima .supporter .subtitle {
  font-size: 24px;
  line-height: 1.4;
  padding-bottom: 25px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .seminar.himeshima .supporter .subtitle {
    font-size: 17px;
    padding-bottom: 20px;
  }
}
.seminar.himeshima .supporter .supporter-container {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.seminar.himeshima .supporter .supporter-container .company .panel {
  margin-bottom: 5px;
}
.seminar.himeshima .supporter .supporter-container .company .panel-body {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  background-color: white;
}
.seminar.himeshima .supporter .supporter-container .company .panel-body img {
  object-fit: contain;
}
.seminar.himeshima .supporter .supporter-container .company .company-name {
  font-size: 16px;
  margin-bottom: 28px;
  text-align: center;
  line-height: 1.2;
  padding: 0;
  font-weight: bold; 
}
@media screen and (max-width: 767px) {
  .seminar.himeshima .supporter  .supporter-container .company .company-name {
    font-size: 12px;
  }
}
.seminar.himeshima .supporter .itisland {
  justify-content: space-around;
}
.seminar.himeshima .supporter .itisland .company {
  -webkit-flex-basis: 50%;
  -ms-flex-basis: 50%;
  flex-basis: 50%;
  padding: 0 15px;
  width: 315px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .seminar.himeshima .supporter .itisland .company {
    -webkit-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%; 
  } 
}
.seminar.himeshima .supporter .itisland .company .panel-body {
  width: 300px;
  height: 300px;
  padding: 16px;
}
@media screen and (max-width: 767px) {
  .seminar.himeshima .supporter .itisland .company .panel-body {
    width: 250px;
    height: 250px;
  } 
}
.seminar.himeshima .supporter .itisland .company img {
  max-width: 80%;
  width: 300px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .seminar.himeshima .supporter .itisland .company img {
    width: 250px;
  }
}
.seminar.himeshima .supporter .platinum {
  justify-content: space-around;
}
.seminar.himeshima .supporter .platinum .company {
  -webkit-flex-basis: 33.3333%;
  -ms-flex-basis: 33.3333%;
  flex-basis: 33.3333%;
}
@media screen and (max-width: 991px) {
  .seminar.himeshima .supporter .platinum .company {
    -webkit-flex-basis: 33.3333%;
    -ms-flex-basis: 33.3333%;
    flex-basis: 33.3333%;
  }
}
@media screen and (max-width: 767px) {
  .seminar.himeshima .supporter .platinum .company {
    -webkit-flex-basis: 50%;
    -ms-flex-basis: 50%;
    flex-basis: 50%;
  }
}
@media screen and (max-width: 479px) {
  .seminar.himeshima .supporter .platinum .company {
    -webkit-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
  }
}
.seminar.himeshima .supporter .platinum .company .panel-body {
  width: 220px;
  height: 220px;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .seminar.himeshima .supporter .platinum .company .panel-body {
    width: 200px;
    height: 200px;
  }
}
.seminar.himeshima .supporter .platinum .company .panel-body img {
  max-width: 80%;
  width: 220px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .seminar.himeshima .supporter .platinum .company .panel-body img {
    width: 200px;
  }
}
.seminar.himeshima .supporter .gold {
  justify-content: space-around;
}
.seminar.himeshima .supporter .gold .company {
  -webkit-flex-basis: 16.666%;
  -ms-flex-basis: 16.666%;
  flex-basis: 16.666%;
  padding: 0 7px;
  width: 135px;
}
@media screen and (max-width: 991px) {
  .seminar.himeshima .supporter .gold .company {
    -webkit-flex-basis: 25%;
    -ms-flex-basis: 25%;
    flex-basis: 25%;
  }
}
@media screen and (max-width: 767px) {
  .seminar.himeshima .supporter .gold .company {
    -webkit-flex-basis: 33.3333%;
    -ms-flex-basis: 33.3333%;
    flex-basis: 33.3333%;
  }
}
@media screen and (max-width: 479px) {
  .seminar.himeshima .supporter .gold .company {
    -webkit-flex-basis: 50%;
    -ms-flex-basis: 50%;
    flex-basis: 50%;
  }
}
.seminar.himeshima .supporter .gold .company .panel-body {
  width: 140px;
  padding: 8px;
}
.seminar.himeshima .supporter .gold .company img {
  max-width: 80%;
  width: 140px;
  margin: 0 auto;
}
.seminar.himeshima .supporter .gold .company .company-name {
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .seminar.himeshima .supporter .gold .company .company-name {
    font-size: 10px;
  }
}
/* ----------------------
    サポーター企業紹介 End
---------------------- */

/* ----------------------
    ページトップ Start
---------------------- */
#page_top{
  width: 70px;
  height: 70px;
  position: fixed;
  right: -70px;
  bottom: 50px;
  background-color: #c9a891;
  opacity: 0.8;
  border-radius: 10%;
  z-index: 999;
  text-align: center;
}
#page_top a{
  position: relative;
  display: block;
  width: 70px;
  height: 70px;
  text-decoration: none;
  font-size: 70%;
  color: #fff;
  background-image: url("/resources/images/seminar/himeshima/2019/page_top.png");
  background-size: 50px auto;
  background-repeat: no-repeat;
  background-position: 50% 5px;
}
#page_top a:hover{
  opacity: 0.6;
}
#page_top a span {
  position: absolute;
  text-align: center;
  bottom: 2px;
  width: 100%;
  right: 0px;
}
/* ----------------------
    ページトップ End
---------------------- */

/* ----------------------
    フッター Start
---------------------- */
.seminar.himeshima footer {
  width: 100%;
  padding: 0 15px;
  background-size: cover;
  /* color: #000; */
  text-align: center;
  box-sizing: border-box;
  background: #fff !important;
  /* border-top: 5px solid #5e4737; */
}
.seminar.himeshima footer .copyright {
  padding: 30px 0 50px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .seminar.himeshima footer .copyright {
    padding: 20px 0;
    font-size: 10px;
  }
}
.seminar.himeshima footer .copyright p{
  color: #000 !important;
}
/* ----------------------
    フッター End
---------------------- */
