@charset "utf-8";

/* テスト用 */
@media (max-width: 640px) {
  body {
    min-width: 0;
    border: none;
  }

  header {
    overflow: hidden;
  }

  .contents {
    max-width: 640px;
    width: 96%;
    padding: 0 2% 50px 2%;
  }

  .hd_banner {
    display: none;
  }

  .p_navi {
    max-width: 600px;
    width: 96%;
    margin: 0 auto 0 auto;
    padding: 10px 2% 10px 2%;
  }
}

/* テスト用end */

.fancybox-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  overflow-y: hidden !important;
}

.bt-prof {
  position: relative;
  padding: 3px 25px 3px 15px;
  background-color: #9e9e9e;
  border-radius: 1em;
  color: #fff !important;
  text-decoration: none !important;
  font-size: 14px;
  font-weight: normal !important;
}

.bt-prof::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  -webkit-transition: rotate(45deg);
  transform: rotate(45deg);
  right: 15px;
  height: 6px;
  width: 6px;
  margin-top: -4px;
}

input[type="checkbox"] {
  display: none;
}

input[type="checkbox"] + label {
  position: relative;
  display: inline-block;
  padding: 3px 3px 3px 24px;
  cursor: pointer;
}

input[type="checkbox"] + label.block {
  display: block;
}

input[type="checkbox"] + label:before, input[type="checkbox"] + label:after {
  position: absolute;
  content: '';
  top: 50%;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

input[type="checkbox"] + label:before {
  left: 0;
  width: 14px;
  height: 14px;
  margin-top: -8px;
  background: #fdfdfd;
  border: 1px solid #ccc;
}

input[type="checkbox"] + label:after {
  opacity: 0;
  left: 4px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  background: #d01027;
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  -o-transform: scale(2);
  transform: scale(2);
}

input[type="checkbox"]:checked + label:before {
  background: #fff;
  border: 1px solid #d01027;
}

input[type="checkbox"]:checked + label:after {
  opacity: 1;
  /*! -webkit-transform: scale(1); */
  /*! -moz-transform: scale(1); */
  /*! -ms-transform: scale(1); */
  /*! -o-transform: scale(1); */
  transform: scale(1);
}

@media (max-width: 640px) {
  .bt-prof {
    font-size: 10px;
  }
}

/* header
---------------------------------------------------- */
#seminar-header {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: end;
  align-items: end;
}

.dealer_seminar_title {
  margin-top: 24px;
  width: 100%;
}

.dealer_seminar_title_inner {
  margin: auto;
  max-width: 1100px;
  font-size: 40px;
}

#seminar-header #header a {
  display: block;
}

@media (max-width: 640px) {
  #seminar-header #header {
    padding: 0;
    width: 180px;
  }

  #seminar-header div#header.clearfix > h1.float_l {
    margin-top: 0;
  }

  #seminar-header #header h1 img {
    height: 45px;
  }

  #seminar-header #admin {
    -webkit-flex: 1 1 0;
    flex: 1 1 0;
    font-size: 12px;
    padding: 5px 10px;
    text-align: right;
  }

  .dealer_seminar_title {
    padding: 0 2%;
    box-sizing: border-box;
  }

  .dealer_seminar_title_inner {
    font-size: 32px;
  }
}

@media (min-width: 641px) {
  #seminar-header #admin {
    padding: 24px 30px 24px 0;
    font-weight: bold;
  }
}

/* footer
---------------------------------------------------- */
@media (max-width: 640px) {
  .footer_wrap {
    padding: 0;
  }

  .footer_nav_link {
    width: 48%;
  }

  #copyright {
    font-size: 10px;
    padding: 65px 0 25px 0;
  }
}

/* nav
---------------------------------------------------- */
#seminars-nav {
  background-color: #f2f2f2;
  text-align: center;
}

#seminars-nav a {
  position: relative;
  display: inline-block;
  padding: 10px 5px;
  text-decoration: none;
  color: #D21C31;
  font-size: 16px;
  /*font-weight: bold;*/
  text-align: center;
}

#seminars-nav a::after {
  content: "";
  display: block;
  position: absolute;
  /*right: 0;*/
  right: 3px;
  top: 50%;
  background-color: #D21C31;
  border-radius: 50%;
  vertical-align: sub;
}

#seminars-nav a::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 50%;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  -webkit-transition: rotate(45deg);
  transform: rotate(45deg);
}

@media (max-width: 640px) {
  #seminars-nav {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    padding-right: 8px;
  }

  /*#seminars-nav li:not(:last-child) {*/
  /*border-right: 1px solid #fff;*/
  /*}*/
  /*#seminars-nav li:nth-child(1) {*/
  /*width: 35%;*/
  /*}*/
  /*#seminars-nav li:nth-child(2) {*/
  /*width: 30%;*/
  /*}*/
  /*#seminars-nav li:nth-child(3) {*/
  /*width: 19%;*/
  /*}*/
  /*#seminars-nav li:nth-child(4) {*/
  /*-webkit-flex: 1 1 0%;*/
  /*flex: 1 1 0%;*/
  /*width: 35%;*/
  /*}*/
  #seminars-nav a {
    padding: 6px 23px 6px;
  }

  #seminars-nav.short_nav a {
    padding: 6px 20px 6px 14px;
  }

  #seminars-nav.short_nav .nav_text_block {
    display: inline-block;
  }

  #seminars-nav a::after {
    margin-top: -7px;
    right: 2px;
    width: 15px;
    height: 15px;
  }

  #seminars-nav a::before {
    right: 8px;
    height: 4px;
    width: 4px;
    margin-top: -2px;
  }
}

@media (min-width: 641px) {
  #seminars-nav li {
    display: inline-block;
    margin: 0 20px;
  }

  #seminars-nav li:not(:last-child) {
    /*margin-right: 100px;*/
  }

  #seminars-nav a {
    padding-right: 25px;
  }

  #seminars-nav a::after {
    margin-top: -8px;
    width: 16px;
    height: 16px;
  }

  #seminars-nav a::before {
    right: 8px;
    height: 6px;
    width: 6px;
    margin-top: -3px;
  }
}

/* tab
---------------------------------------------------- */
.tab {
  margin: 0 !important;
  overflow: hidden;
}

.tab li {
  margin: 0 5px 0 0 !important;
  width: 10em;
  background: #cb5c62;
  padding: 1em !important;
  float: left;
  border-radius: 3px 3px 0 0;
  color: #fff;
  text-align: center;
}

.tab li::before {
  display: none !important;
}

.tab li.select {
  background: #d01027;
}

.tab_item div {
  border-top: 8px solid #d01027;
  background: #f7f7f7;
  padding: 50px;
}

.hide {
  display: none;
}

/* table
---------------------------------------------------- */
.seminars-tbl {
  border-collapse: separate;
}

.seminars-tbl th {
  min-width: 5em;
  font-size: 14px !important;
}

.seminars-tbl thead th {
  text-align: center;
}

.seminars-tbl a {
  text-decoration: underline;
}

/* color01 */
.seminars-tbl.color01 tr {
  border-spacing: 1px 0;
  margin-top: 1px;
}

.seminars-tbl.color01 tr > * {
  padding: 1em 0.5em;
  border-color: #fff;
}

.seminars-tbl.color01 thead tr > * {
  background-color: #cb5c62;
  color: #fff;
  text-align: center;
}

.seminars-tbl.color01 tbody tr > * {
  background-color: #f7f7f7;
}

.seminars-tbl.color01 tbody tr:nth-child(even) > * {
  background-color: #e9e9e9;
}

/* color02 */
.seminars-tbl.color02 tr {
  margin-bottom: 0;
  background-color: #ccc;
  border-spacing: 1px 0;
  border-bottom: 1px solid #ccc;
}

.seminars-tbl.color02 tr > * {
  padding: 10px 15px;
  background-color: #fff;
  font-weight: normal;
}

.seminars-tbl.color02 thead tr {
  border-top: 1px solid #ccc;
}

.seminars-tbl.color02 thead tr > * {
  background-color: #a1a1a1;
  color: #fff;
  text-align: center;
}

.seminars-tbl.color02 tbody tr th {
  background-color: #f7f7f7;
}

/* list */
#seminars-list {
  overflow-x: auto;
}

#seminars-list th {
  width: 5em;
  min-width: 5em;
}

#seminars-list th:nth-child(1) {
  min-width: 9em;
}

#seminars-list th:nth-child(2) {
  min-width: 13em;
}

#seminars-list th:nth-child(3) {
  min-width: 8em;
}

#seminars-list th:nth-child(4) {
  min-width: 8em;
}

#seminars-list th:nth-child(9) {
  min-width: 7em;
}

/* link */
.seminars-tbl.link th:nth-child(1) {
  width: 5em;
}

.seminars-tbl.link th:nth-child(2) {
  width: 7em;
}

.seminars-tbl.link th:nth-child(3) {
  width: 5em;
}

.seminars-tbl.link th:nth-child(5) {
  width: 13em;
}

.seminars-tbl.link th:nth-child(6) {
  width: 8em;
}

.seminars-tbl.link th:nth-child(7) {
  width: 6em;
}

.seminars-tbl.link th:nth-child(8) {
  width: 100px;
}

.seminars-tbl.link th:nth-child(8) a {
  display: block;
  background-color: #666666;
  border-radius: 3px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  border: none;
}

.seminars-tbl.link td:nth-child(1),
.seminars-tbl.link td:nth-child(2),
.seminars-tbl.link td:nth-child(3) {
  text-align: center;
}

/* dairi */
.seminars-tbl.dairi th:nth-child(1) {
  width: 5em;
}

.seminars-tbl.dairi th:nth-child(3) {
  width: 7em;
}

.seminars-tbl.dairi th:nth-child(4) {
  width: 7em;
}

.seminars-tbl.dairi th:nth-child(5) {
  width: 10em;
  text-align: center;
}

.seminars-tbl.dairi th:nth-child(5) a {
  display: inline-block;
  padding: 5px 2em;
  background-color: #666666;
  border-radius: 3px;
  color: #fff;
  text-decoration: none;
}

.seminars-tbl.dairi td:nth-child(1) {
  text-align: center;
}

/* price */
.seminars-tbl.price .tr > div:not(:first-child) {
  width: 26%;
}

/* purchase */
.seminars-tbl.purchase th {
  width: auto;
}

.seminars-tbl.purchase th:not(:first-child) {
  width: 200px;
}

.seminars-tbl.purchase tr.sum th {
  color: #d01027;
}

.seminars-tbl.purchase tr.sum th:last-child {
  width: 200px;
}

.seminars-tbl.purchase tr.sum td {
  color: #d01027;
}

/* live */
.seminars-tbl.live .tr {
  border-top: 1px solid #ccc;
}

.seminars-tbl.live .tr .th {
  width: 200px;
  background-color: #a1a1a1 !important;
  color: #fff;
  text-align: center;
}

/* associated */
.seminars-tbl.associated th {
  padding: 10px 0.5em !important;
  background-color: #a1a1a1 !important;
}

.seminars-tbl.associated th:nth-child(1) {
  width: 12em;
}

.seminars-tbl.associated th:nth-child(3) {
  width: 10em;
}

.seminars-tbl.associated th:nth-child(4) {
  width: 10em;
}

.seminars-tbl.associated th:nth-child(5) {
  width: 80px;
  text-align: center
}

.seminars-tbl.associated2 td {
  text-align: right;
}

.seminars-tbl.associated2 th:nth-child(1) {
  width: 4em;
}

.seminars-tbl.associated2 td:nth-child(1) {
  text-align: center;
}

.seminars-tbl.associated2 th:nth-child(2) {
  width: 7em;
}

.seminars-tbl.associated2 th:nth-child(3) {
  width: 7em;
}

.seminars-tbl.associated2 th:nth-child(4) {
  width: 8em;
}

.seminars-tbl.associated2 td:nth-child(4) {
  text-align: center;
}

.seminars-tbl.associated2 th:nth-child(5) {
  width: auto;
}

.seminars-tbl.associated2 th:nth-child(6) {
  width: 6em;
}

.seminars-tbl.associated2 th:nth-child(7) {
  width: 80px;
}

.seminars-tbl.associated2 td:nth-child(5) {
  text-align: left;
}

.seminars-tbl.associated2 td:nth-child(7) {
  text-align: center
}

.seminars-tbl.associated input, .seminars-tbl.associated select {
  margin: 0;
}

.seminars-tbl.associated .open {
  display: block;
  margin: 20px 0;
  padding: 0;
  background: none;
}

.seminars-tbl.associated .open a {
  display: block;
  margin: 0 auto;
  padding: 10px;
  max-width: 500px;
  text-decoration: none;
  border-radius: 5px;
  text-align: center;
  border: 2px solid #cb5c62;
  color: #cb5c62;
  font-weight: bold;
  font-size: 1.2em;
}

.associated-popup {
  position: relative;
  padding: 30px;
  overflow: hidden;
  min-width: 500px;
}

.associated-popup h3 {
  font-size: 16px;
  margin-bottom: 1em;
  text-align: center;
}

.associated-popup .flex {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

.associated-popup .flex div:first-child {
  width: 8em;
}

.associated-popup .flex div:last-child {
  -webkit-flex: 1 1 0;
  flex: 1 1 0;
}

/* place */
.seminars-tbl.place th:nth-child(1) {
  width: 3em;
}

.seminars-tbl.place td:nth-child(1) {
  text-align: center;
}

.seminars-tbl.place th:nth-child(2) {
  width: 14em;
}

.seminars-tbl.place th:nth-child(3) {
  width: 3em;
}

.seminars-tbl.place th:nth-child(4) {
  width: 14em;
}

.seminars-tbl.place th:nth-child(6) {
  width: 8em;
}

.seminars-tbl.place .check span {
  display: block;
  content: "";
  margin: 0 auto;
  width: 5px;
  height: 10px;
  top: 48%;
  right: 15px;
  border: solid 3px #d01027;
  border-left: 0;
  border-top: 0;
  transform: rotate(45deg);
}

/* participant */
.seminars-tbl.participant th:nth-child(1) {
  min-width: 3em;
}

.seminars-tbl.participant td:nth-child(1) {
  text-align: center;
}

.seminars-tbl.participant th:nth-child(2) {
  min-width: 8em;
}

.seminars-tbl.participant th:nth-child(3) {
  min-width: 20em;
}

.seminars-tbl.participant th:nth-child(4) {
  min-width: 9em;
}

.seminars-tbl.participant th:nth-child(5) {
  min-width: 6em;
}

.seminars-tbl.participant th:nth-child(6) {
  min-width: 8em;
}

.seminars-tbl.participant th:nth-child(7) {
  min-width: 6em;
}

.seminars-tbl.participant th:nth-child(8) {
  min-width: 9em;
}

/* instructor */
.seminars-tbl.instructor th {
  min-width: auto;
}

.seminars-tbl.instructor th:nth-child(1) {
  width: 3em;
}

.seminars-tbl.instructor th:nth-child(2) {
  width: 15em;
}

.seminars-tbl.instructor th:nth-child(3) {
  width: 5em;
}

.seminars-tbl.instructor th:nth-child(4) {
  width: 3em;
}

.seminars-tbl.instructor th:nth-child(5) {
  width: 5em;
}

.seminars-tbl.instructor th:nth-child(7) {
  width: 8em;
}

.seminars-tbl.instructor td:nth-child(1),
.seminars-tbl.instructor td:nth-child(3),
.seminars-tbl.instructor td:nth-child(5) {
  text-align: center;
}

.seminars-tbl.instructor .check span {
  display: block;
  content: "";
  margin: 0 auto;
  width: 5px;
  height: 10px;
  top: 48%;
  right: 15px;
  border: solid 3px #d01027;
  border-left: 0;
  border-top: 0;
  transform: rotate(45deg);
}

/* outlook */
.seminars-tbl.outlook th {
  padding: 1em 1.2em !important;
  width: 270px !important;
  font-size: 16px;
  font-weight: bold;
  background-color: #e9e9e9 !important;
}

.seminars-tbl.outlook td {
  padding: 1em 1.2em !important;
  width: auto !important;
  background-color: #f7f7f7 !important;
}

/* check */
.seminars-tbl .checkbt a {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 5px 0;
  text-align: center;
  border-radius: 2px;
  cursor: pointer;
  font-weight: bold;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ccc;
  color: #666;
}

.seminars-tbl .checkbt a:hover {
  background-color: #eee;
}

.seminars-tbl .checkbt a.checked {
  background-color: #d01027;
  color: #fff;
  border: 1px solid #d01027;
}

.seminars-tbl .checkbt a.absence {
  color: #fff;
  background-color: #666;
  border: 1px solid #666;
}

/* attendance */
.seminars-tbl.attendance th {
  min-width: auto;
}

.seminars-tbl.attendance th:nth-child(1) {
  width: 5em;
}

.seminars-tbl.attendance td:nth-child(1) {
  text-align: center;
}

.seminars-tbl.attendance th:nth-child(2) {
  width: 9em;
}

.seminars-tbl.attendance th:nth-child(3) {
  width: 13em;
}

.seminars-tbl.attendance th:nth-child(5) {
  width: 8em;
}

.seminars-tbl.attendance th:nth-child(6) {
  width: 8em;
}

.seminars-tbl.attendance .checkbt a.day {
  background-color: #fff;
  border: 1px solid #d01027;
  color: #d01027;
}

.seminars-tbl.attendance .checkbt a.day:hover {
  background-color: #efefef;
}

.seminars-tbl.attendance .bank,
.seminars-tbl.attendance .credit {
  display: block;
  margin: 0 auto;
  padding: 5px 0;
  text-align: center;
  border-radius: 2px;
  cursor: pointer;
  text-decoration: none;
  color: #2AB16E;
  background-color: #fff;
  border: 1px solid #2AB16E;
}

.seminars-tbl.attendance .credit {
  border: 1px solid #4B9CE3;
  color: #4B9CE3;
}

/* tags, categories */
.seminars-tbl.categories thead span {
  display: inline-block;
  padding: 6px;
  width: 50px;
}

.seminars-tbl.categories thead .btn {
  margin-left: 5px;
  width: 50px;
}

.seminars-tbl.tags th:nth-child(1), .seminars-tbl.categories th:nth-child(1) {
  width: 3em;
}

.seminars-tbl.tags th:nth-child(3), .seminars-tbl.categories th:nth-child(3), .seminars-tbl.categories th:nth-child(4), .seminars-tbl.categories th:nth-child(5) {
  width: 10em;
}

.seminars-tbl.tags th:nth-child(4) {
  width: 7em;
}

.seminars-tbl.tags td:nth-child(1), .seminars-tbl.categories td:nth-child(1),
.seminars-tbl.tags td:nth-child(3), .seminars-tbl.categories td:nth-child(3),
.seminars-tbl.categories td:nth-child(4), .seminars-tbl.categories td:nth-child(5),
.seminars-tbl.tags td:nth-child(4) {
  text-align: center;
}

.seminars-tbl.tags td:nth-child(3) a, .seminars-tbl.categories td:nth-child(3) a, .seminars-tbl.categories td:nth-child(3) .none, .seminars-tbl.categories td:nth-child(3) a {
  display: inline-block;
  padding: 5px;
  width: calc(4.5em - 10px);
  border-radius: 3px;
  text-decoration: none;
  text-align: center;
  border: 1px solid #d01027;
  background-color: #fff;
  color: #d01027;
}

.seminars-tbl.tags td:nth-child(4) a, .seminars-tbl.categories td:nth-child(4) a, .seminars-tbl.categories td:nth-child(4) .none, .seminars-tbl.categories td:nth-child(4) a:hover {
  display: inline-block;
  padding: 5px;
  width: calc(4.5em - 10px);
  border-radius: 3px;
  text-decoration: none;
  text-align: center;
  border: 1px solid #d01027;
  background-color: #fff;
  color: #d01027;
}

.seminars-tbl.tags td:nth-child(5) a, .seminars-tbl.categories td:nth-child(5) a, .seminars-tbl.categories td:nth-child(5) .none, .seminars-tbl.categories td:nth-child(5) a, .seminars-tbl.categories th:nth-child(3) button {
  display: inline-block;
  padding: 5px;
  width: calc(4.5em - 10px);
  border-radius: 3px;
  text-decoration: none;
  text-align: center;
  border: 1px solid #d01027;
  background-color: #fff;
  color: #d01027;
}

.seminars-tbl.categories td:nth-child(3) .none {
  background-color: #eee;
  border-color: #ccc;
  color: #000;
}

.seminars-tbl.categories td:nth-child(3) a span {
  position: relative;
  font-size: 0;
}

.seminars-tbl.categories td:nth-child(3) a span::after {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -10px;
  margin-left: -9px;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 9px 0 9px;
  border-color: #d01027 transparent transparent transparent;
}

.seminars-tbl.categories td:nth-child(3) a.up span::after {
  margin-top: -12px;
  border-width: 0 9px 12px 9px;
  border-color: transparent transparent #d01027 transparent;
}

.seminars-tbl.tags td:nth-child(3) a:hover, .seminars-tbl.categories td:nth-child(3) a:hover, .seminars-tbl.categories td:nth-child(4) a:hover {
  background-color: #efefef;
}

.seminars-tbl.tags td:nth-child(3) a.fancybox, .seminars-tbl.categories td:nth-child(5) a.fancybox {
  background-color: #666666;
  border-color: #666;
  color: #fff;
}

.seminars-tbl.tags td:nth-child(3) a.fancybox:hover, .seminars-tbl.categories td:nth-child(5) a.fancybox:hover {
  opacity: 0.9;
}

/* fixed */
.seminars-tbl.fixed th:nth-child(1) {
  width: 5em;
}

.seminars-tbl.fixed td:nth-child(1) {
  text-align: center;
}

.seminars-tbl.fixed th:nth-child(3), .seminars-tbl.fixed th:nth-child(4), .seminars-tbl.fixed th:nth-child(5), .seminars-tbl.fixed th:nth-child(6) {
  width: 7em;
}

.seminars-tbl .down,
.seminars-tbl .up + .none,
.seminars-tbl.categories .btn.del {
  margin-left: 5px;
}

/* form common
---------------------------------------------------- */
label + input[type="radio"] + label {
  margin-left: 3em;
}

.form {
  padding: 30px;
  background-color: #f7f7f7;
}

.btnArea {
  margin-top: 30px;
  text-align: center;
}

.btnArea a, .btnArea span {
  display: inline-block;
  min-width: 200px;
  line-height: 40px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  background: #d01027;
  color: #fff;
  text-align: center;
  border: none;
  font-size: 15px;
  text-decoration: none;
  padding: 0;
}

.btnArea a:hover {
  background-color: #B41124;
}

.btnArea .button.button-green {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  background: #7AB272;
  color: #fff;
}

.btnArea .button.button-green:hover {
  background-color: #4A7942;
}

/*add0819*/
.btnArea button {
  cursor: pointer;
  padding: 0;
}

.btnArea button, .btnArea span {
  display: inline-block;
  min-width: 200px;
  line-height: 40px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  background: #d01027;
  color: #fff;
  text-align: center;
  border: none;
  font-size: 15px;
  text-decoration: none;
}

.btnArea button:hover {
  background-color: #B41124;
}

.btnArea button.button.button-green {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  background: #7AB272;
  color: #fff;
}

.btnArea button.button.button-green:hover {
  background-color: #4A7942;
}

.btnArea .wide {
  width: 500px;
}

.seminars-popup {
  position: relative;
  padding: 30px 15px;
  overflow: hidden;
  min-width: 350px;
}

.seminars-popup .btnArea * {
  display: inline-block;
  min-width: 140px;
  line-height: 40px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  background: #d01027;
  color: #fff;
  text-align: center;
  border: none;
  font-size: 15px;
  text-decoration: none;
}

.seminars-popup h3 {
  font-size: 16px;
  margin-bottom: 1em;
  text-align: center;
}

.seminars-popup label {
  display: inline-block;
  padding: 1em;
  font-size: 16px;
}

.seminars-popup.pay input[type="radio"] + label {
  display: block;
  margin-left: 0;
}

.seminars-popup.status .btnArea * {
  display: block;
  margin: 0;
  width: 100%;
}

.seminars-popup.status .btnArea * + * {
  margin-top: 10px;
}

.seminars-popup.status .btnArea .back,
.seminars-popup.status .btnArea .cancel {
  background-color: #fff;
  border: 1px solid #ccc;
  color: #666;
}

.seminars-popup.status .btnArea .absence {
  color: #fff;
  background-color: #666;
  border: 1px solid #666;
}

.seminars-popup.status .btnArea .day {
  color: #c03;
  background-color: #fff;
  border: 1px solid #c03;
}

@media (max-width: 640px) {
  .form {
    padding: 20px 10px;
  }

  .btnArea, .form .btnArea {
    margin-top: 15px;
  }

  .btnArea .wide {
    width: 100%;
  }
}

/* form seminars
---------------------------------------------------- */
.seminars-input .title {
  padding: 1em;
  background-color: #cb5c62;
  color: #fff;
  line-height: 1;
  font-weight: bold;
}

.seminars-input .tr {
  display: table;
  width: 100%;
  margin-bottom: 1px;
}

.seminars-input .th {
  display: table-cell;
  width: 270px;
  padding: 1.5em 1.2em;
  background-color: #efdcdf;
  font-size: 16px;
  font-weight: bold;
  vertical-align: top;
}

.seminars-input .th span {
  display: inline-block;
  padding: 0 5px;
  background-color: #d01027;
  color: #fff;
  font-size: 12px;
  font-weight: normal;
  vertical-align: text-bottom;
}

.seminars-input .td {
  display: table-cell;
  padding: 1em 2em;
  background-color: #f7f7f7;
  font-size: 16px;
  vertical-align: middle;
}

.seminars-input.user .th, .seminars-input.user .td {
  padding: 0.7em 1.2em;
}

.seminars-input.user .thead .th, .seminars-input.user .thead .td {
  background-color: #a1a1a1;
  color: #fff;
  text-align: center;
}

.seminars-input.user .thead .th {
  border-right: 1px solid #ccc;
}

.seminars-input.user .btn a {
  display: block;
  margin: 20px auto;
  padding: 10px;
  max-width: 500px;
  text-decoration: none;
  border-radius: 2px;
  text-align: center;
  border: 1px solid #cb5c62;
  color: #cb5c62;
  font-size: 1.2em;
}

.seminars-input .td a {
  text-decoration: underline;
}

.seminars-input .td small {
  display: inline-block;
  max-width: 500px;
  margin-left: 20px;
  vertical-align: middle;
  color: #666;
}

.seminars-input .td br + small {
  margin-left: 0;
  max-width: none;
}

.seminars-input input[type="text"], .seminars-input select {
  max-width: 450px;
}

.seminars-input input[type="text"], .seminars-input select#size7 {
  background: #fff !important;
}

/* table */
.seminars-input .seminars-tbl {
  border: 10px solid #efdcdf;
  margin-bottom: 1px;
}

/* tag */
.seminars-input .tag input {
  width: 200px;
}

.seminars-input .tag div {
  display: inline-block;
  margin-left: 10px;
  position: relative;
  padding: 0.7em 2.5em 0.7em 1em;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 2em;
  line-height: 1;
}

.seminars-input .tag div::after, .seminars-input .tag div::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 1em;
  width: 15px;
  height: 2px;
  background: #cc0033;
}

.seminars-input .tag div::after {
  transform: rotate(45deg);
}

.seminars-input .tag div::before {
  transform: rotate(-45deg);
}

/* linking */
.seminars-input .linking .td div {
  display: inline-block;
  width: 49%;
}

.seminars-input .linking .td div:last-child {
  text-align: right;
}

.seminars-input .linking .td div:last-child .btn:last-child {
  background-color: #d01027;
  border-color: #d01027;
  color: #fff;
}

/* button */
.seminars-input .td .btn {
  display: inline-block;
  padding: 10px;
  width: 130px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 3px;
  background-color: #f0f0f0;
  border: 1px solid #ccc;
  text-align: center;
  text-decoration: none;
}

.btnArea a, .btnArea span {
  position: relative;
  font-size: 16px;
}

.seminars-input .btnArea .del, .seminars-input .btnArea div.back {
  margin-top: 30px;
  text-align: center;
}

.seminars-input .btnArea .del a, .seminars-input .btnArea div.back a {
  width: 300px;
  min-width: auto;
  background-color: #fff;
  color: #cc0033;
  border: 1px solid #c03;
}

.seminars-input .btnArea .del a:hover, .seminars-input .btnArea div.back a:hover {
  background-color: #eee;
}

.seminars-input .btnArea div.back a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  border-right: 1px solid #c03;
  border-top: 1px solid #c03;
  -webkit-transition: rotate(45deg);
  transform: rotate(45deg);
  right: 15px;
  height: 8px;
  width: 8px;
  margin-top: -4px;
}

.btnArea a.back {
  color: #c03;
  background-color: #fff;
  border: 1px solid #c03;
}

.btnArea a.back:hover {
  background-color: #eee;
}

.btnArea a + a {
  margin-left: 20px;
}

.btnArea button + a {
  margin-left: 20px;
}

.btnArea .wide {
  min-width: 300px;
}

.btnArea .gray {
  background-color: #666;
  border: none;
  color: #fff;
}

.seminars-input .bt01 {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: inline-block;
  padding: 8px;
  width: 200px;
  background-color: #666;
  color: #fff;
  font-size: 16px;
  border-radius: 4px;
  text-align: center;
  text-decoration: none !important;
}

.seminars-input input + .bt01 {
  margin-left: 10px;
}

@media (max-width: 640px) {
  .btnArea a, .btnArea span {
    font-size: 16px;
  }
}

.seminars-input img {
  max-height: 180px;
  width: auto;
}

/* upload */
.seminars-input .img {
  float: left;
  width: 300px;
}

.seminars-input .upload {
  float: right;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: -webkit-calc(100% - 320px);
  width: calc(100% - 320px);
  padding: 15px;
  border-radius: 4px;
  border: 1px solid #ccc;
  text-align: center;
  background-color: #fff;
}

.seminars-input .upload label {
  display: block;
  margin: 10px auto 0;
}

.seminars-input .upload input {
  display: none;
}

/* category */
.seminars-input .cat {
  text-align: left;
}

.seminars-input .cat label {
  display: inline-block;
  width: 28%;
}

.seminars-input .area span {
  display: inline-block;
  width: 30%;
}

.seminars-input .period input {
  width: 180px;
}

/* number */
.seminars-input .num {
  width: 80px;
  margin-right: 10px;
}

/* add */
.seminars-input .add {
  display: inline-block;
  margin-left: 10px;
  padding: 3px 15px;
  background-color: #9e9e9e;
  border-radius: 1em;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}

/* price */
.seminars-input .price p {
  margin: 0;
  padding: 10px;
  background-color: #fff;
  border: 10px solid #efdcdf;
  border-bottom: 0;
}

.seminars-input .price ul {
  margin: 0;
  padding: 10px;
  background-color: #fff;
  border: 10px solid #efdcdf;
  border-bottom: 0;
}

.seminars-input .price li {
  display: -webkit-flex;
  display: flex;
  padding: 0 5px;
  margin: 0;
}

.seminars-input .price li::before {
  display: none;
}

.seminars-input .price ul div:first-child {
  width: 360px;
}

.seminars-input .price ul div:last-child {
  -webkit-flex: 1 1 0;
  flex: 1 1 0;
}

.seminars-input .price input {
  padding: 3px 10px;
  margin: 0 10px 0 0;
  width: 150px;
  background-color: #dadada;
  border: none;
  font-size: 16px;
}

/* QR */
.seminars-input .qr {
  margin-top: 30px;
}

.seminars-input .qr .item {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 20px;
  border: 1px solid #ccc;
}

.seminars-input .qr .item + .item {
  margin-top: 20px;
}

.seminars-input .qr .item .name {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-self: stretch;
  align-self: stretch;
  padding-right: 20px;
  width: 200px;
  border-right: 1px solid #ccc;
}

.seminars-input .qr .item .name .in div {
  text-align: center;
}

.seminars-input .qr .item .name .in div:first-child {
  margin-bottom: 1em;
  font-size: 24px;
}

.seminars-input .qr .item .name .in div:first-child span {
  margin-left: 1em;
  font-size: 16px;
}

.seminars-input .qr .item .txt {
  -webkit-flex: 1 1 0;
  flex: 1 1 0;
  padding-left: 30px;
}

.seminars-input .qr .item .txt .title {
  padding: 0;
  background: none;
  margin-right: 20px;
  margin-bottom: 0.5em;
  color: #d01027;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.3;
}

.seminars-input .qr .item .txt div {
  line-height: 2;
}

.seminars-input .qr .item .code {
  width: 180px;
}

.seminars-input .qr p {
  margin: 20px 0;
  text-align: center;
}

/* plan */
.seminars-input .plan {
  border: 10px solid #efdcdf;
  border-top: none;
}

/* live */
.seminars-input .live .item .input {
  margin: 10px 0;
  padding: 0.5em 1em;
  border-radius: 3px;
  background-color: #e1e1e1;
}

.seminars-input .live .item .input span {
  display: inline-block;
  width: 8em;
}

@media (max-width: 640px) {
  .seminars-input .tr {
    display: block;
    margin-bottom: 1px;
  }

  .seminars-input .th, .seminars-input .td {
    display: block;
    width: auto;
    padding: 0.7em;
    font-size: 12px;
  }

  .seminars-input .th span {
    font-size: 10px;
  }
}

/* detail */
.seminars-input.detail .seminars-tbl p {
  margin: 10px;
}

.seminars-input.detail .plan .title + div {
  padding: 15px;
  text-align: center;
}

.seminars-input.detail .plan label {
  padding: 15px 30px;
  border: 1px solid #ccc;
  border-radius: 3px;
}

.seminars-input.detail .plan input[type="radio"]:checked + label {
  border: 2px solid #d01027;
}

.seminars-input.detail .plan input[type="radio"] + label::before, .seminars-input.detail .plan input[type="radio"] + label::after {
  display: none;
}

.seminars-input.detail .attention, .seminars-attention {
  margin: 30px auto;
  padding: 40px;
  border: 3px solid #f00;
  text-align: center;
}

/* birthday */
.seminars-input .birthday select {
  margin-right: 0.5em;
  width: calc(100% - 2em);
}

/* search
---------------------------------------------------- */
#seminars-search {
  padding-bottom: 20px;
  margin-bottom: 30px;
}

#seminars-search input[type="text"] {
  line-height: 1.7;
}

@media (max-width: 640px) {
  #seminars-search {
    margin-bottom: 15px;
  }

  #seminars-result {
    margin-bottom: 15px;
    font-size: 14px;
  }
}

@media (min-width: 641px) {
  #seminars-search .col4 {
    padding-left: 30px;
  }

  #seminars-result {
    margin-bottom: 40px;
  }

  #seminars-search.teacher {
    padding-bottom: 20px;
  }

  #seminars-search.teacher .col4 {
    margin: 5px 0;
    padding-left: 30px;
  }
}

/* event
---------------------------------------------------- */
.seminars-event {
  margin-bottom: 30px;
  border: 1px solid #ccc;
}

.seminars-event .title {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 10px 15px;
  background-color: #cb5c62;
  font-size: 18px;
  color: #fff;
}

.seminars-event .title span {
  display: block;
}

.seminars-event .title .label {
  margin-right: 2em;
  line-height: 20px;
  width: 7em;
  text-align: center;
  color: #cb5c62;
  border-radius: 1em;
  background-color: #fff;
  font-size: 16px;
  font-weight: bold;
}

.seminars-event .title .label + span {
  -webkit-flex: 1 1 0;
  flex: 1 1 0;
}

.seminars-event .date, .seminars-event .check {
  padding: 10px 15px;
  font-size: 16px;
}

.seminars-event .date {
  background-color: #e4e4e4;
}

.seminars-event .check {
  color: #d01027;
}

.seminars-event .txt li {
  padding-left: 0;
  line-height: 1.8;
  font-size: 16px;
}

.seminars-event .txt li::before {
  display: none;
}

.seminars-event .txt li a {
  color: #000;
  text-decoration: underline;
}

.seminars-event .txt li a:hover {
  text-decoration: none;
}

.seminars-event .btn div * {
  position: relative;
  padding: 0.6em;
  display: block;
  border: 1px solid #d01027;
  border-radius: 3px;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  line-height: 1;
}

.seminars-event .btn div span {
  color: #d01027;
}

.seminars-event .btn div a {
  color: #fff;
  background-color: #d01027;
}

.seminars-event .btn div.detail a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  -webkit-transition: rotate(45deg);
  transform: rotate(45deg);
  right: 10px;
  height: 8px;
  width: 8px;
  margin-top: -4px;
}

/* detail */
.seminars-event.detail .status {
  margin: 50px 0 80px;
  text-align: center;
}

.seminars-event.detail .status * {
  position: relative;
  display: inline-block;
  width: 240px;
  padding: 1em;
  border: 1px solid #d01027;
  text-align: center;
  color: #d01027;
  border-radius: 3px;
  font-size: 16px;
  line-height: 1;
}

.seminars-event.detail .status a {
  background-color: #d01027;
  border: none;
  color: #fff;
}

.seminars-event.detail .status a:hover {
  background-color: #B41124;
}

.seminars-event.detail .status a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  -webkit-transition: rotate(45deg);
  transform: rotate(45deg);
  right: 10px;
  height: 8px;
  width: 8px;
  margin-top: -4px;
}

.seminars-event.detail .status .gray {
  background-color: #666;
  border: none;
  color: #fff;
}

.seminars-event.detail .sns {
  margin: 0 -5px;
}

.seminars-event.detail .sns div {
  margin: 0 5px;
  display: inline-block;
  width: calc(33.33333% - 14px);
}

.seminars-event.detail .sns a {
  position: relative;
  display: block;
  padding: 10px;
  text-align: center;
  color: #fff;
  border-radius: 2px;
}

.seminars-event.detail .sns a:hover {
  opacity: 0.9;
}

.seminars-event.detail .sns a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  -webkit-transition: rotate(45deg);
  transform: rotate(45deg);
  right: 10px;
  height: 8px;
  width: 8px;
  margin-top: -4px;
}

.seminars-event.detail .sns .fb a {
  background-color: #3B5998;
}

.seminars-event.detail .sns .twtr a {
  background-color: #1DA1F2;
}

.seminars-event.detail .sns .line a {
  background-color: #1dcd00;
}

.seminars-event.detail .seminars-input {
  margin: 0 20px 20px;
}

.seminars-event.detail .seminars-input a {
  text-decoration: underline;
}

.seminars-event.detail .seminars-input a:hover {
  background-color: #ccc;
}

.seminars-event.detail .seminars-input .map {
  position: relative;
  padding-right: 100px;
}

.seminars-event.detail .seminars-input hr {
  margin: 1em 0;
  background-color: #fff !important;
}

.seminars-event.detail .seminars-input .map a {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -1em;
  display: block;
  line-height: 2em;
  width: 80px;
  text-align: center;
  color: #fff;
  border-radius: 3px;
  background-color: #9e9e9e;
  text-decoration: none;
}

.seminars-event.detail .seminars-input .map a:hover {
  background-color: #ccc;
}

@media (max-width: 640px) {
  .seminars-event {
    margin-bottom: 15px;
  }

  .seminars-event .title {
    padding: 5px 10px;
    font-size: 14px;
  }

  .seminars-event .title .label {
    margin-right: 1em;
    line-height: 16px;
    font-size: 12px;
  }

  .seminars-event .inner {
    padding: 10px;
  }

  .seminars-event .date, .seminars-event .check {
    padding: 5px 10px;
    font-size: 14px;
  }

  .seminars-event .txt li {
    font-size: 14px;
  }

  .seminars-event .btn div + div {
    margin-top: 10px;
  }

  .seminars-event.detail .status {
    margin: 20px 0;
  }

  .seminars-event.detail .sns {
    margin: 0;
  }

  .seminars-event.detail .sns div {
    margin: 5px 0;
    width: 100%;
    font-size: 14px;
  }

  .seminars-event.detail .seminars-input {
    margin: 0 10px 20px;
  }
}

@media (min-width: 641px) {
  .seminars-event .inner {
    display: -webkit-flex;
    display: flex;
    padding: 20px;
  }

  .seminars-event .img {
    width: 300px;
  }

  .seminars-event .txt {
    -webkit-flex: 1 1 0;
    flex: 1 1 0;
    padding-left: 30px;
  }

  .seminars-event .btn div {
    display: inline-block;
    width: 200px;
  }

  .seminars-event .btn div.wide {
    width: auto;
  }

  .seminars-event .btn div + div {
    margin-left: 10px;
  }
}

/* teacher
---------------------------------------------------- */
.seminars-event.teacher .img {
  width: 180px;
  background-color: #ccc;
}

.seminars-event.teacher .name {
  margin: 1em 0;
  font-size: 16px;
  font-weight: bold;
}

.seminars-event.teacher .name a {
  position: relative;
  padding: 3px 25px 3px 15px;
  background-color: #9e9e9e;
  border-radius: 1em;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}

.seminars-event.teacher .name a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  -webkit-transition: rotate(45deg);
  transform: rotate(45deg);
  right: 15px;
  height: 6px;
  width: 6px;
  margin-top: -4px;
}

/* kanri
---------------------------------------------------- */
#seminars-year {
  margin-bottom: 1em;
  font-size: 16px;
}

#seminars-year span {
  font-weight: bold;
}

#seminars-year * + *::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 1.2em;
  margin: 0 1em;
  background-color: #000;
  vertical-align: middle;
}

/* drmaster
---------------------------------------------------- */
.drmaster {
  padding: 1.5em;
  background-color: #e9e9e9;
}

.drmaster li a {
  text-decoration: underline;
}

.drmaster #seminars-search {
  padding-bottom: 30px;
}

.drmaster #seminars-search .col {
  margin: 0 !important;
}

.drmaster #seminars-search input,
.drmaster #seminars-search select {
  margin: 0;
}

.drmaster #seminars-search button {
  width: 100%;
  line-height: 40px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  background: #d01027;
  color: #fff;
  text-align: center;
  border: none;
  font-size: 15px;
  cursor: pointer;
}

.drmaster #seminars-search button:hover {
  background: #B41124;
}

/* dairi
---------------------------------------------------- */
#dairi-tab {
  padding: 1em;
  text-align: center;
  /*background-color: #cb5c62;
      color: #fff;*/
}

#dairi-tab a {
  color: #cb5c62;
  text-decoration: underline;
}

/* address
---------------------------------------------------- */
.seminars-address {
  margin: 30px auto;
  padding: 30px;
  max-width: 600px;
  border: 1px solid #ccc;
  text-align: center;
}

.seminars-address.clearfix div span {
  font-size: 24px;
}

.seminars-address .clearfix div {
  text-align: center;
  width: 50%;
  font-size: 16px;
}

.seminars-address .tel {
  float: left;
}

.seminars-address .tel::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 21px;
  margin-right: 8px;
  background: url('https://www.yoshida-dental.co.jp/wp-content/themes/yoshida/images/icon_tel.png') center/contain no-repeat;
  position: relative;
  top: 1px;
}

.seminars-address .fax {
  float: right;
}

.seminars-address .clearfix div span {
  font-size: 24px;
}

@media (max-width: 640px) {
  .seminars-address {
    margin: 20px 10px 10px;
    padding: 30px;
  }

  .seminars-address .clearfix div span {
    font-size: 18px;
  }

  .seminars-address .clearfix div {
    width: 100%;
  }

  .seminars-address .tel, .seminars-address .fax {
    float: none;
  }
}

/* status
---------------------------------------------------- */
.seminars-status {
  padding: 10px 20px;
  color: #d01027;
  font-weight: bold;
  background-color: #e4e4e4;
  text-align: center;
}

.seminars-status + .seminars-tbl {
  border-bottom: 2px solid #e4e4e4;
}

/* seminars narrow
---------------------------------------------------- */
.seminars-narrow {
  float: left;
  width: 50%;
}

.seminars-narrow select {
  margin: 0;
  max-width: 300px;
}

.seminars-narrow button {
  display: inline-block;
  width: 100px;
  line-height: 40px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  background: #9e9e9e;
  text-align: center;
  border: none;
  font-size: 15px;
  cursor: pointer;
  text-decoration: none;
  color: #fff;
}

/* seminars button
---------------------------------------------------- */
.seminars-narrow + .seminars-btn {
  float: right;
  width: 50%;
}

.seminars-btn {
  margin-bottom: 30px;
  text-align: right;
}

.seminars-btn a {
  display: inline-block;
  position: relative;
  width: 200px;
  line-height: 40px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  background: #d01027;
  color: #fff;
  text-align: center;
  border: none;
  font-size: 15px;
  cursor: pointer;
  text-decoration: none;
}

.seminars-btn a:hover {
  background-color: #B41124;
}

.seminars-btn a.border {
  background: none;
  border: 1px solid #c03;
  color: #c03;
}

.seminars-btn a.border:hover {
  background-color: #eee;
}

.seminars-btn a.down::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  border-right: 2px solid #d01027;
  border-top: 2px solid #d01027;
  -webkit-transition: rotate(135deg);
  transform: rotate(135deg);
  right: 20px;
  height: 10px;
  width: 10px;
  margin-top: -8px;
}

/* pager
---------------------------------------------------- */
.pager {
  margin: 20px 0;
  text-align: center;
  font-size: 0;
}

.pager a, .pager span {
  display: inline-block;
  margin: 3px;
  line-height: 2em;
  width: 2em;
  height: 2em;
  text-align: center;
  font-size: 14px;
  text-decoration: none;
  color: #000;
  background-color: #f7f7f7;
  border: 1px solid #ccc;
}

.pager span {
  background-color: #cb5c62;
  color: #fff;
  border-color: #cb5c62;
}

.pager .first, .pager .next, .pager .prev, .pager .last {
  background-color: #666666;
  color: #fff;
  border-color: #666
}

/* iframe
---------------------------------------------------- */
body.iframe {
  overflow: hidden;
  margin: 0 !important;
  min-width: 0;
  border: none;
}

body.iframe h3 {
  margin-bottom: 10px;
  font-size: 16px;
  color: #d01027;
}

body.iframe h3 br {
  display: none;
}

body.iframe h3 span {
  font-size: 75%;
}

body.iframe .bg_gray_wrap {
  padding: 1.5em;
  background-color: #e9e9e9;
}

body.iframe .form-bg {
  padding: 30px;
  background-color: #f7f7f7;
}

body.iframe .form-bg option {
  height: 1.1em;
}

/******************************
*
* ac/add_eri
*
******************************/
@charset "utf-8";
/* common
---------------------------------------------------- */
#bg_gray, .bg_gray_wrap {
  padding: 50px 60px;
  background-color: #f7f7f7;
}

form, .form {
  padding: 50px 60px;
  background-color: #f7f7f7;
}

form .btnArea, .form .btnArea {
  margin-top: 30px;
  text-align: center;
}

form .colBox + h3 {
  margin-top: 30px;
}

form textarea {
  width: 100%;
  margin: 5px 0;
  padding: 10px;
  min-height: 7.5em;
}

form p small {
  display: inline-block;
  line-height: 1.4;
}

.form .btnArea a {
  display: inline-block;
  min-width: 200px;
  line-height: 40px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  background: #d01027;
  color: #fff;
  text-align: center;
  border: none;
  font-size: 15px;
  cursor: pointer;
  text-decoration: none;
}

.form .btnArea a:hover {
  background-color: #B41124;
}

@media (max-width: 640px) {
  #bg_gray, .bg_gray_wrap {
    padding: 20px 15px;
  }

  form, .form {
    padding: 20px 10px;
  }

  form .btnArea, .form .btnArea {
    margin-top: 15px;
  }
}

/* side */
#primary.side #side {
  background-color: #f7f7f7;
}

#primary.side #side a {
  text-decoration: none;
  color: #000;
}

#primary.side #side a:hover {
  text-decoration: underline;
}

#primary.side #side a.on {
  color: #d01027;
}

#primary.side #side div {
  font-weight: bold;
}

@media (max-width: 640px) {
  #primary.side #side {
    margin: 10px;
  }

  #primary.side #side ul {
    margin-bottom: 10px;
  }

  #primary.side #side ul li {
    display: inline-block;
  }

  #primary.side #side ul li + li {
    margin-left: 2em;
  }

  #primary.side #side div {
    margin-bottom: 0.5em;
  }
}

@media (min-width: 641px) {
  #primary.side {
    display: -webkit-flex;
    display: flex;
  }

  #primary.side #side {
    padding: 50px;
    width: 250px;
  }

  #primary.side #side div {
    margin-bottom: 1em;
  }

  #primary.side #main {
    -webkit-flex: 1 1 0;
    flex: 1 1 0;
    padding: 20px 200px 20px 20px;
  }
}

/* table */
thead th {
  text-align: center;
}

table td .btn {
  display: inline-block;
  width: 4em;
  padding: 10px;
  line-height: 1;
  color: #fff;
  text-decoration: none;
  border-radius: 3px;
  text-align: center;
}

/* checkbox */
form .checkbox {
  display: block;
  margin: 0 auto;
  padding: 10px;
  width: 130px;
  text-align: center;
  background-color: #a1a1a1;
  border-radius: 2px;
  color: #fff;
}

form .checkbox input[type="checkbox"] {
  margin-right: 10px;
}

form .checkbox2 input[type="checkbox"] {
  margin-right: 10px;
}

/* select */
form .select select {
  margin-right: 0.5em;
  width: calc(100% - 2em);
}

/* remainder */
.reminder {
  margin-bottom: 50px;
  text-align: right;
}

@media (max-width: 640px) {
  .reminder {
    margin-bottom: 20px;
  }
}

/* title */
@media (max-width: 640px) {
  .formTitle .formTitle_text {
    font-size: 12px;
  }
}

/* pager */
.pager {
  margin: 20px 0;
  text-align: center;
}

.pager a {
  display: inline-block;
  margin: 3px;
  line-height: 2em;
  width: 2em;
  height: 2em;
  text-align: center;
  font-size: 18px;
  text-decoration: none;
  color: #000;
  border-radius: 3px;
  background-color: #f7f7f7;
  border: 1px solid #ccc;
}

/* button */
.btn02 {
  margin: 50px auto;
}

.btn02 a {
  display: inline-block;
  padding: 10px;
  width: 340px;
  text-decoration: none;
  color: #d01027;
  text-align: center;
  border: 1px solid #d01027;
  border-radius: 4px;
}

.btn02 a:first-child {
  float: left;
}

.btn02 a:last-child {
  float: right;
}

.btn02 a span {
  position: relative;
}

.btn02 a span::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  border-right: 2px solid #d01027;
  border-top: 2px solid #d01027;
  -webkit-transition: rotate(45deg);
  transform: rotate(45deg);
  right: -20px;
  height: 10px;
  width: 10px;
  margin-top: -5px;
}

.btn02 a:hover {
  opacity: 0.8;
}

.btn02 a.bg_red span {
  color: #fff;
}

.btn02 a.bg_red span::after {
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
}

@media (max-width: 640px) {
  .btn02 {
    margin: 20px auto;
  }

  .btn02 a {
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
  }

  .btn02 a + a {
    margin-top: 10px;
  }

  .btn02 a:first-child, .btn02 a:last-child {
    float: none;
  }

  .btn02 a span::after {
    border-right: 1px solid #d01027;
    border-top: 1px solid #d01027;
    height: 5px;
    width: 5px;
  }
}

/* button */
.btn01 a {
  display: block;
  position: relative;
  margin: 0 auto 10px;
  padding: 5px;
  width: 400px;
  text-align: center;
  color: #666;
  border: 1px solid #a1a1a1;
  border-radius: 3px;
  text-decoration: none;
}

.btn01 a span::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  border-right: 1px solid #666;
  border-top: 1px solid #666;
  -webkit-transition: rotate(45deg);
  transform: rotate(45deg);
  right: 20px;
  height: 8px;
  width: 8px;
  margin-top: -4px;
}

.btn01 a.bg_red {
  color: #fff;
  border-color: #d01027;
}

.btn01 a.bg_red span::after {
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
}

@media (max-width: 640px) {
  .btn01 a {
    box-sizing: border-box;
    width: 100%;
  }
}

/* button */
.btn03 {
  width: 420px;
  margin: 50px auto 0 auto;
  font-size: 16px;
}

.btn03 a:first-child {
  float: left;
  color: #fff;
}

.btn03 a:last-child {
  float: right;
  color: #666;
  border: 1px solid #a1a1a1;
}

.btn03 a {
  display: block;
  position: relative;
  margin: 0 auto 10px;
  padding: 8px;
  width: 180px;
  text-align: center;
  border-radius: 3px;
  text-decoration: none;
}

.btn03 a span::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  border-right: 1px solid #666;
  border-top: 1px solid #666;
  -webkit-transition: rotate(45deg);
  transform: rotate(45deg);
  right: 20px;
  height: 8px;
  width: 8px;
  margin-top: -4px;
}

.btn03 a:first-child span::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  -webkit-transition: rotate(45deg);
  transform: rotate(45deg);
}

@media (max-width: 640px) {
  .btn03 {
    width: auto;
    margin: 20px auto 0 auto;
  }

  .btn03 a {
    box-sizing: border-box;
    width: 100%;
  }

  .btn03 a:first-child,
  .btn03 a:last-child {
    float: none;
  }
}

/* privacy */
.privacybox {
  padding-top: 50px;
  border-top: 1px solid #cccccc;
}

.privacybox div {
  margin-bottom: 1em;
  font-weight: bold;
}

.privacybox p {
  margin-bottom: 0;
}

/* 13 gplus entry
---------------------------------------------------- */
#gplusEntry .banner + p {
  margin-top: 5px;
}

#gplusEntry form p {
  margin-top: 20px;
  text-align: center;
}

/* 26
---------------------------------------------------- */
#account-tabs {
  margin: 0 -1px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  border-bottom: 4px solid #d01027;
}

#account-tabs li {
  margin: 0 1px;
  padding: 0;
  line-height: 1;
  width: calc(100% / 3);
  background-color: #a1a1a1;
  border-radius: 3px 3px 0 0;
}

#account-tabs li::before {
  display: none;
}

#account-tabs li.select {
  background-color: #d01027;
}

#account-tabs li a {
  display: block;
  padding: 1em 0;
  color: #fff;
  text-decoration: none;
  text-align: center;
}

#account-tabs li a:hover {
  opacity: 0.8;
}

#account-items .bg_gray {
  padding: 50px 60px
}

.col .btn {
  float: right;
  width: 4em;
  padding: 10px;
  line-height: 1;
  color: #fff;
  text-decoration: none;
  border-radius: 3px;
  text-align: center;
}

#account-items .service a {
  display: block;
  padding: 20px 0;
  text-decoration: none;
  text-align: center;
  background-color: #d01027;
  color: #fff;
  border-radius: 3px;
}

#account-items .service a:hover {
  background-color: #B41124;
}

#account-items th {
  text-align: center;
}

@media (max-width: 640px) {
  #account-tabs {
    border-bottom: 2px solid #d01027;
  }

  #account-tabs li a {
    font-size: 90%;
  }

  #account-tabs li a:hover {
    opacity: 0.8;
  }

  #account-items .bg_gray {
    padding: 15px 10px
  }
}

/* 33
---------------------------------------------------- */
#contact-data {
  padding: 30px;
}

@media (max-width: 640px) {
  #contact-data {
    padding: 10px;
  }
}

/* 38
---------------------------------------------------- */
#user-list thead th:first-child {
  width: 1em;
}

#user-list thead th:last-child {
  width: 10em
}

#user-list tbody td:last-child {
  text-align: center;
}

#user-list th, #user-list td {
  vertical-align: middle;
}

@media (max-width: 640px) {
  .site-content table#user-list tbody td {
    padding-left: 6em;
  }

  .site-content table#user-list tbody td::before {
    width: 5em;
  }
}

/* 43
---------------------------------------------------- */
.site-content table#combine-tbl tbody td::before {
  display: none;
}

table#combine-tbl .btn {
  margin: 8px 0;
}

@media (max-width: 640px) {
  table#combine-tbl tr.tit th {
    border-bottom: 1px solid #fff;
  }
}

@media (min-width: 641px) {
  table#combine-tbl th:first-child {
    width: 6em;
  }

  table#combine-tbl tbody td:last-child {
    width: 5em;
  }
}

/* 45
---------------------------------------------------- */
table#admin-list th:first-child {
  width: 2em;
}

table#admin-list th:last-child,
table#admin-list td:last-child {
  width: 5em;
}

#admin-add .btn {
  padding: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
}

/*////////////////////////////////////////////////////////////////////////*/
/*セミナー一覧PDF出力用*/


/*ヘッダー用*/
.logo_yoshida {
  width: 220px;
}

.flyer_header_inner {
  margin-bottom: 10px;
  padding: 40px 40px 10px;
}

.logo_gplus {
  width: 100px;
  width: 300px;
  float: left;
}

.pdf_title {
  float: left;
  margin-left: 10px;
  width: 380px;
  padding-left: 8px;
}

.pdf_title h1 {
  margin: 5px 0;
  border-bottom: 1px solid #898989;
  color: #898989;
}

.pdf_title h1 span {
  display: inline-block;
  padding-bottom: 5px;
  font-size: 36px;
}

.pdf_title span {
  font-size: 12px;
}

.qr_box {
  float: right;
  padding: 2px 4px 6px;
  text-align: center;
  border: 1px solid #898989;
}

.qr_box .qr_seminar {
  display: inline;
  width: 72px;
}

.qr_comment {
  display: block;
  font-size: 10px;
  line-height: 1;
}

.flyer_header_inner {
  overflow: hidden;
}

.pdf_seminar_header {
  padding-bottom: 2px;
}

.pdf_seminar_header .pdf_space {
  height: 10px;
}

.pdf_seminar_header .pdf_search_box {
  margin: 0 90px 10px;
  border: 1px solid #898989;
}

.pdf_seminar_header .search_write {
  display: inline-block;
  position: absolute;
  top: 195px;
  left: 105px;
  background-color: #fff;
}

.pdf_seminar_header .pdf_search {
  margin: 10px 0;
  width: 682px;
  max-height: 56px;
  padding-left: 5px;
  line-height: 20px;
  overflow: hidden;
  position: relative;
  text-align: justify;
}

.pdf_seminar_header .pdf_search:before,
.pdf_seminar_header .pdf_search:after {
  position: absolute;
  background: white;
}

.pdf_seminar_header .pdf_search:before {
  content: "...";
  bottom: -4px;
  right: 0;
}

.pdf_seminar_header .pdf_search:after {
  content: "";
  height: 100%;
  width: 100%;
}

.pages_box {
  position: absolute;
  top: 95px;
  left: 600px;
}


/*フッター用*/

.pdf_footer_text {
  font-size: 12px;
}


/*index用*/

.pdf_seminar table {
  margin: 0 90px;
  padding: 0 70px;
  border-collapse: collapse;
}

.pdf_seminar tbody tr {
  page-break-inside: avoid;
}

.pdf_seminar thead tr th {
  background-color: #898989;
  color: #FFF;
}

.pdf_seminar thead tr th:nth-child(1) {
  padding-left: 35px;
  text-align: left;
}

.pdf_seminar tbody tr td {
  padding: 11px 0;
  border-bottom: 1px solid #898989;
}

.pdf_seminar tbody tr td:nth-child(1) {
  width: 15%;
  text-align: right;
}

.pdf_seminar tbody tr td:nth-child(2) {
  width: 12%;
  text-align: right;
}

.pdf_seminar tbody tr td:nth-child(3) {
  padding-left: 20px;
  width: 73%;
  text-align: left;
}

.pdf_seminar tbody tr td:nth-child(2) span {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #c0c0c0;
  color: #FFF;
  text-align: center;
  line-height: 40px;
}

.pdf_seminar tbody tr td .flyer_seminar_title {
  font-weight: bold;
}

.pdf_seminar tbody tr td .flyer_lecture {
  font-size: 14px;
}

.flyer_footer {
  font-size: 16px;
}

/*////////////////////////////////////////////////////////////////////////*/
/*検索項目拡張/////////////////////////////////////////////////////////////*/
.search_index {
  margin-bottom: 50px;
}


.search_index {
  margin-bottom: 50px;
}

.search_form {
  padding: 0;
  background-color: #fff;
}

.search_box {
  margin: 0 auto 10px;
  width: 70%;
  border: 2px solid #898989;
  box-sizing: border-box;
}

.search_result_box {
  position: relative;
  display: flex;
  margin: 0;
  width: 100%;
  height: 45px;
}

.icon_box {
  margin: 0 auto;
  padding: 0 10px;
  border: 2px solid #898989;
}

.search_clear_box {
  position: relative;
  right: 0;
  padding: 0 5px;
  width: 15%;
  border: 2px solid #898989;
}

.search_clear_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}

.search_clear_text {
  display: inline-block;
  width: 80px;
  text-align: center;
  font-size: 12px;
  vertical-align: middle;
}

.icon_box_btn {
  display: block;
  width: 100%;
  height: 100%;
}

.icon_box_btn:hover {
  opacity: 0.7;
  color: #333;
}

.icon_box .icon_text {
  line-height: 40px;
  font-size: 12px;
}

.icon_box .pdf_icon {
  display: inline-flex;
  vertical-align: middle;
  width: 25px;
  height: 25px;
  opacity: 0.7;
}

.search_result {
  position: relative;
  height: 100%;
  background-color: #f2f2f2;
  width: 55%
}

.search_result_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}

.holding_method .search_web {
  width: 20%;
}

.holding_method .search_normal {
  display: inline-block;
  width: 80%;
  border-left: 1px solid #898989;
}

.search_normal .search_normal_inner {
  padding-left: 10px;
}

.search_normal .search_area {
  margin: 10px 0 0 10px;
}

.search_normal .search_area_inner {
  display: inline-block;
  width: 30%;
}

.search_slide_btn {
  display: flex;
  justify-content: center;
  height: 45px;
  align-items: center;
  background-color: #898989;
}

.search_slide_btn:hover {
  cursor: pointer;
  opacity: 0.7;
}

.after_slide {
  background-color: #fff;
}

.search_slide_btn .search_txt {
  color: #fff;
}

.search_entry_box {
  display: none;
  margin: auto;
}

.check_type_box:first-child {
  border-top: 2px solid #898989;
}

.check_type_box {
  display: flex;
  width: 100%;
  border-bottom: 1px solid #898989;
}

ul.check_type {
  padding: 5px 0 0 10px;
  width: calc(100% - 140px);
  box-sizing: border-box;
  /*background-color: #c7c78f;*/
}

.site-content .search_entry_box ul {
  margin: 0;
}

.search_entry_box li {
  position: static !important;
  padding: 0 !important;
  list-style: none !important;
}

.search_entry_box li:before {
  display: none !important;
}

.search_entry_box .item {
  padding: 10px 10px 0;
  width: 95px;
  background-color: #dcdcdc;
  display: flex;
}

.check_type li {
  padding-left: 10px;
  width: 25%;
  float: left;
  box-sizing: border-box;
}

.check_type_box .free_text {
  padding: 7px 10px;
  width: calc(100% - 150px - 25%);
  box-sizing: border-box;
}

.check_type_box .check_reset {
  width: 115px;
  text-align: center;
  line-height: 45px;
}

.check_reset .clear {
  padding: 5px 12px;
  border: 1px solid #0a0a0a !important;
  background-color: #f2f2f2;
  font-size: 12px;
}

.check_type_box.btn_box {
  display: flex;
  align-items: center;
  border-bottom: 0;
}

.check_type_box .submit_box {
  margin: 0 15px 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

input[type="checkbox"] + label.past_seminar {
  display: flex;
  align-items: center;
  justify-content: center;
}

.check_reset {
  background-color: #dcdcdc;
  height: 100%;
}

.check_reset .reset {
. check_type_box . submit_box margin: 20 px;
}

@media (max-width: 640px) {

  .search_box {
    width: 100%;
  }

  .search_result_box {
    width: 100%;
  }

  .search_result {
    width: 45%;
    text-align: center;
  }

  .search_result_inner {
    display: inline-block;
    width: 100%;
  }

  .icon_box .icon_text {
    font-size: 10px;
  }

  .icon_box .pdf_icon {
    width: 20px;
    height: 20px;
  }

  .search_clear_text {
    font-size: 10px;
  }

  .site-content ul.holding_method li {
    width: 50%;
  }

  .search_entry_box .item {
    width: 80px;
  }

  ul.check_type {
    width: calc(100% - 110px);
  }

  .check_type .holding_method li {
    width: 33%;
  }

  .check_type li {
    width: 33%;
  }


  .check_type_box .check_reset {
    width: 100px;
  }

  .check_reset .reset {
    margin: 20px 0px;
  }

  .check_type_box .free_text {
    padding: 0 10px;
    width: calc(100% - 100px - 25%);
    box-sizing: border-box;
  }

  .check_reset .clear {
    padding: 3px 8px;
    background-color: #f2f2f2;
    font-size: 11px;
  }

}

@media (min-width: 640px) {
  .with_sub_check_type {
    position: relative;
    border-bottom: 1px solid #000;
  }

  .with_sub_check_type > .check_type_box {
    border-bottom: none;
  }

  .method_normal {
    margin-left: 15px;
  }

  .check_type_box.area {
    justify-content: space-between;
    display: -ms-flexbox;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .check_type_box.area .item {
    display: -ms-flexbox;
    -webkit-box-pack: justify;
    justify-content: flex-start;
  }

  .check_type_box.method:after {
    content: '';
    display: block;
    position: absolute;
    top: 10px;
    left: 35%;
    width: 1px;
    height: calc(100% - 20px);
    background: #000;
  }

  .check_type_box.area .item span {
    display: none;
  }

  .check_type_box.area .check_type {
    width: calc((100% - 140px) / 4 * 3);
    padding-left: 30px;
  }

  .check_type_box.area ul.check_type li {
    width: 33%;
  }

  .site-content ul.check_type li:before {
    display: none;
  }
}

/**セミナー詳細PDF出力用**/

.seminar_detail header {
  height: 105px;
  background-color: #d21c32;
  z-index: 10;
}

.seminar_detail .header_inner {
  position: relative;
  color: #fff;
}

.seminar_detail .logo_yoshida {
  position: absolute;
  top: 50px;
  left: 60px;
  width: 200px;
  height: 23px;
}

.seminar_detail .header_seminar_wrap {
  position: absolute;
  top: 45px;
  left: 283px;
  width: 630px;
  border-bottom: 1px solid #fff;
}

.seminar_detail .seminarType {
  display: inline-block;
  padding: 2px 14px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  font-size: 20px;
  font-weight: bold;
}

.seminar_detail .purpose {
  position: absolute;
  top: 5px;
  right: 0;
  display: inline-block;
  margin-left: auto;
  font-size: 16px;
  text-align: right;
}

.seminar_detail .pdf_back_ground {
  position: relative;
  overflow: hidden;
}

.seminar_detail .pdf_back_ground::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 120%;
  height: 86%;
  margin: 2% -13% 0;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  transform: rotate(-10deg);
  background: #decfcf;
  z-index: -1;
}

.seminar_detail .seminar_content {
  height: 650px;
  color: #000;
}

.seminarTitles {
  position: absolute;
  top: 6px;
  left: 60px;
  width: 880px;
}

.seminar_content .title {
  margin: 0;
  font-size: 34px;
  font-weight: 900;
  text-align: left;
}

.seminar_content .date_time {
  position: absolute;
  top: 105px;
  left: 60px;
  width: 240px;
  height: 240px;
}

.seminar_content .date_time_first {
  margin-top: 50px;
}

.seminar_content .seminar_year {
  margin: 0;
  font-size: 30px;
  font-weight: bold;
  line-height: 0.9;
}

.seminar_content .seminar_date {
  margin: 25px 0 0;
  padding-left: 5px;
  font-size: 36px;
  font-weight: 900;
  line-height: 1.2;
}

.seminar_content .seminar_date.second_date {
  margin-top: 0;
}

.seminar_content .date_time_first .seminar_date {
  margin-top: 0;
}

.multiple_days {
  padding: 10px 0 0 100px;
  width: 13px;
  height: 36px;
}

.seminar_content .seminar_abstruct {
  position: absolute;
  top: 125px;
  left: 350px;
  width: 500px;
  height: 150px;
}

.seminar_content .seminar_abstruct .abstruct_inner {
  position: absolute;
  bottom: 0;
  font-size: 14px;
}

.seminar_content .qr_code_box {
  position: absolute;
  top: 445px;
  left: 70px;
  width: 300px;
  height: 100px;
}

.qr_code_box .qr_code {
  position: absolute;
  top: -40px;
  left: 0px;
  width: 66px;
  height: 66px;
  background-color: #fff;
}

.qr_code .qr_code_inner {
  display: inline-block;
  padding: 4px;
}

.qr_seminar_index {
  width: 205px;
}

.lecture {
  position: absolute;
  top: 360px;
  left: 400px;
  width: 500px;
}

.lectures {
  position: absolute;
  top: 290px;
  left: 400px;
  width: 500px;
}

.lecture_img {
  max-width: 115px;
  width: auto;
  height: 140px;
}

.lecture_inner {
  margin-left: 115px;
  background-color: #74b2e2;
}

.lecture_first_img {
  position: absolute;
  top: 0;
  left: 0;
}

.lecture .lecture_first_desc {
  width: 100%;
  font-size: 12px;
  position: absolute;
  top: 20px;
  left: -10px;
}

.lecturers_first_img {
  position: absolute;
  top: 0;
  left: 0;
}

.lectures .lecturers_first_desc {
  position: absolute;
  top: 0;
  left: -10px;
  width: 100%;
  font-size: 12px;
}

.lecturers_first_desc p {
  margin: 0 0 0 16px;
}

.lecturers_second_img {
  position: absolute;
  top: 150px;
  left: 0;
}

.lecturers_second_desc {
  position: absolute;
  top: 150px;
  left: -10px;
  width: 100%;
  font-size: 12px;
}

.lecturers_second_desc p {
  margin: 0;
}

.lecture_inner .lecture_info {
  position: relative;
  margin: 0 0 0 15px;
  width: 360px;
  height: 140px;
  float: left;
}

.lecture_inner:last-child .lecture_img {
  margin-top: 10px;
}

.lecture_inner:last-child .lecture_info {
  margin-top: 10px;
}

.lecture_inner .lecture_name {
  margin: 0;
  font-size: 20px;
}

.lecture_inner .honorific {
  display: inline-block;
  padding-left: 5px;
  font-size: 14px;
}

.lecture_desc {
  position: absolute;
  top: 40px;
  left: 140px;
  line-height: 1.4;
  font-size: 12px;
}

.lecture_desc p {
  margin: 0;
}

.seminar_type {
  width: 210px;
  position: absolute;
  top: 650px;
  left: 20px;
}

.seminar_type_boarder {
  position: absolute;
  top: 693px;
  left: 25px;
  width: 91%;
  border-bottom: #000 solid 2px;
}

.type_text {
  position: absolute;
  top: 652px;
  left: 43px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}

.web_type {
  position: absolute;
  top: 652px;
  left: 32px;
}

.live_type {
  position: absolute;
  top: 652px;
  left: 28px;
}

.gplus_icon {
  width: 205px;
  position: absolute;
  top: 715px;
  left: 20px;
}

.seminar_info {
  width: 700px;
  position: absolute;
  top: 730px;
  left: 270px;
}

.seminar_info.live_info {
  position: absolute;
  top: 705px;
  left: 270px;
}

.seminar_info {
  font-size: 18px;
}

.seminar_info_item {
  width: 115px;
  float: left;
}

.seminar_info_container.apply_normal {
  position: absolute;
  top: 480px;
  left: 0;
}

.seminar_info_container.apply_web_box {
  position: absolute;
  top: 420px;
  left: 0;
}

.seminar_info_item.contact {
  clear: both;
}

.seminar_info_item .item_icon {
  width: 105px;
  height: 26px;
}

.seminar_info_item .item_icon .time_icon {
  height: 22px;
}

.seminar_info_content {
  padding: 0 0 14px 15px;
  width: 570px;
  float: left;
}

.seminar_info_content.web,
.seminar_info_content.normal {
  padding: 0 0 16px 15px;
  width: 570px;
  float: left;
}

.normal_type_comment span {
  padding-left: 12px;
}

.seminar_info_content.normal_remark {
  position: absolute;
  top: 400px;
  left: 0;
  padding-left: 0;
  width: 420px;
  height: 50px;
  font-size: 14px;
  clear: both;
}

.seminar_info_content.web_remark {
  position: absolute;
  top: 350px;
  left: 0;
  padding-left: 0;
  width: 420px;
  height: 50px;
  font-size: 14px;
  clear: both;
}

.seminar_info_content.live_remark {
  position: absolute;
  top: 304px;
  left: 0;
  padding: 0 0 10px;
  width: 420px;
  height: 50px;
  font-size: 14px;
  clear: both;
}

.seminar_info_content .remark_text {
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0;
}

.seminar_info_content.web_item_last {
  padding-bottom: 10px;
}

.seminar_info_content.live {
  padding-bottom: 20px;
}

.info_firstDate {
  display: block;
}

.info_secondDate {
  padding-left: 50px;
  display: block;
}

.seminar_info_item.contact {
  margin-top: 10px;
}

.seminar_info_content .contact_mail {
  font-size: 16px;
}

.seminar_info_content .contact_tel {
  font-size: 13px;
  color: #808080;
}

.seminar_info_content .seminar_info_supply {
  padding-top: 2px;
  display: block;
  font-size: 13px;
  color: #808080;
  clear: both;
}

.seminar_info_content .seminar_info_supply.contact_tel {
  padding-top: 0;
}

.seminar_info_content.price_content {
  position: relative;
}

.job_price {
  width: 220px;
}

.job_price:nth-child(n + 4) {
  position: absolute;
  left: 245px;
}

.job_price:nth-child(4) {
  top: 0;
}

.job_price:nth-child(5) {
  top: 27px;
}

.job_price:nth-child(6) {
  top: 54px;
}

.job_price .job {
  width: 50%;
}

.job_price .price {
  padding-left: 15px;
  width: 50%;
  float: right;
  display: inline-block;
}

.seminar_address {
  font-size: 16px;
  color: #808080;
}

.seminar_info_container .apply_web {
  width: 600px;
  clear: both;
}

.apply_live_box {
  position: absolute;
  top: 368px;
  left: 0;
}

.seminar_info_container .apply_live {
  margin-top: 5px;
  width: 530px
}

.personal_information {
  position: absolute;
  top: 1355px;
  left: 240px;
  font-size: 7px;
}

.submit_box input[type="submit"] {
  min-width: 80px !important;
  border-radius: 7%;
  padding: 0 0 0 5px;
  line-height: 30px;
}

/*////////////////////////////////////////////////////////////////////////*/



