@charset 'UTF-8';
/* CSS Document */

.post_content {
  word-wrap: break-word;
}

.post_content h2 {
  color: #b50000;
}

.post_content h3 {
  color: #1b2d88;
}

.post_content .iframe_content {
  padding-top: 56.25%;
  position: relative;
  width: 100%;
}

.post_content .iframe_content iframe {
  height: 100% !important;
  position: absolute;
  right: 0;
  top: 0;
  width: 100% !important;
}

/*
#contact_form_sp form .checkbox-group {
  margin-bottom: 1em;
}

#contact_form_sp form .checkbox-group p {
  margin-bottom: 0;
}

#contact_form_sp form .checkbox-group label {
  border: #ccc 1px solid;
  padding: 10px;
  background: #fff;
}

#contact_form_sp form .checkbox-group input {
  margin-right: 5px;
}
*/

/*
#sideColumn {
  background: url(images/add/bg-side-column.png) no-repeat bottom;
  background-size: 100% auto;
  padding-bottom: 180px;
}
*/

#footer-slider-wrapper {
  background-color: #fff;
  background-image: url(images/add/bg-footer-slider.png);
  background-position: bottom;
  background-repeat: repeat-x;
}
/* 20160823〜add */
#contents hr {
  margin: 20px 0;
}
#contents .movie {
  margin-bottom: 28px;
}
#contents .movie .new-movie .iframe-content, #contents .movie .post-movie .iframe-content {
  padding-top: 56.25%;
  position: relative;
  width: 100%;
}
#contents .movie .new-movie .iframe-content iframe, #contents .movie .post-movie .iframe-content iframe {
  height: 99% !important;
  position: absolute;
  right: 0;
  top: 0;
  width: 99% !important;
}
#contents #mainColumn .sub-menu p {
  text-align: center;
}
#contents #mainColumn .sub-menu p a {
  background-color: #1b2d88;
  color: #fff;
  display: block;
  padding: 18px 0;
  text-decoration: none;
}
.post_content .box_app p.txt, .post_content p.short_title {
  font-weight: bold;
  margin-bottom: 0;
}
.post_content .box_app p.txt.except {
  margin-bottom: 24px;
}
.post_content .profile img, .post_content .method img, .post_content .cases img {
  display: block;
  font-size: 0;;
  margin: 0 auto;
}
#sideColumn .side_bnr {
  margin-bottom: 40px;
}

#sideColumn .side_bnr ul li {
  margin-bottom: 15px;
}

#sideColumn .side_bnr ul li:last-child {
  margin-bottom: 0;
}

#sideColumn .side_bnr img {
  display: block;
  height: auto;
  margin: 0 auto;
  width: 100%;
}
.post_content .method p.caption {
  text-align: center;
}
.post_content #movie_content_short .technique {
  margin: 0 auto;
  padding-bottom: 0;
}
/* 20170419〜add */
.language_list {
  margin: 0 auto;
  overflow: hidden;
  width: 96%;
}

.language_list ul {
  float: right;
  margin: 1em 0 1em 0;
}

.language_list ul li {
  border-left: 1px #ddd solid;
  float: left;
  font-size: 12px;
  margin: 0 0 0 5px;
  padding: 0 0 0 5px;
}

.language_list ul li.on {
  color: #b50000 !important;
  font-weight: bold;
}

.language_list ul li a {
  text-decoration: none;
}

.language_list ul li:first-child {
  border: none;
  margin: 0;
  padding: 0;
}

.sensei img {
  display: block;
  font-size: 0;
  margin: 0 auto;
}

span.step {
  font-weight: bold;
}
/* 20170428〜add */
.sensei.system h2 {
  color: #000;
  display: block;
  font-size: 2em;
  font-weight: bold;
}
.sensei.system h3 {
  color: #b50000;
  display: block;
  font-size: 1.5em;
  font-weight: bold;
}

#bnr_recruit {
  text-align: center;
}

#bnr_recruit img {
  height: auto;
  width: 100%;
}

/* 20171116〜add */
h2#seminar-recommend-headline {
  margin: 0;
}
#seminar-recommend {
  margin-bottom: 30px;
}
#seminar-recommend .index-recommend-box {
  background: none;
  border-bottom: #333 1px solid;
  height: auto;
  padding: 15px 0;
  width: 100%;
}
#seminar-recommend .index-recommend-box {
  margin: 0;
}
#seminar-recommend .index-recommend-box table {
  margin-bottom: 15px;
}
#seminar-recommend .index-recommend-box table tr th, #seminar-recommend .index-recommend-box table tr td {
  display: block;
  text-align: left;
  width: 100%;
}
#seminar-recommend .index-recommend-box table tr th.fwb, #seminar-recommend .index-recommend-box table tr td.fwb {
  font-weight: bold;
}
#seminar-recommend .index-recommend-box table tr.tit th {
  background: #7a953d;
  color: #fff;
  padding: 10px;
  text-align: center;
}
#seminar-recommend .index-recommend-box table tr th {
  font-weight: normal;
  padding-top: 5px;
}
#seminar-recommend .index-recommend-box table tr td {
  border-bottom: #ccc 1px solid;
  padding-bottom: 5px;
}
#seminar-recommend .index-recommend-box table tr.country td img {
  margin-right: 5px;
  vertical-align: bottom;
  width: 30px;
}
#seminar-recommend .index-recommend-box .right a {
  background: #b50000;
  border-radius: 5px;
  box-shadow: 0 5px 0 #7a0000;
  color: #fff;
  display: block;
  margin: 0 auto;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  width: 150px;
}
