@charset "utf-8";

/* -------------------------------------------------------------------
.template-working_discussion
------------------------------------------------------------------- */
.template-working_discussion {
  background-color: #fefc30;
}
.template-container {
  max-width: 840px;
  padding-right: 70px;
  padding-bottom: 100px;
  padding-left: 70px;
  margin: 0 auto;
  background-color: #fff;
}
.common-button {
  margin: 0 auto;
}





/* breadcrumb */
.breadcrumb .container {
  width: 100%;
}





/* template-content */
.template-content {
  font-size: 1.4rem;
  line-height: 1.6;
}

.template-content p {
  margin-bottom: 10px;
}
.template-content img {
  display: inline;
  width: auto;
  max-width: 100%;
}
.template-content .img-responsive {
  display: block;
}
.template-content h1, .template-content .h1, .template-content h2, .template-content .h2, .template-content h3, .template-content .h3, .template-content h4, .template-content .h4, .template-content h5, .template-content .h5, .template-content h6, .template-content .h6 {
  font-weight: bold;
  line-height: 1.3;
}
.template-content h1, .template-content .h1 {
  padding-bottom: 0.3em;
  border-bottom: 1px solid #ccc;
  margin-bottom: 0.6em;
  font-size: 28px;
}
.template-content h2, .template-content .h2 {
  font-size: 20px;
}
.template-content h4, .template-content .h4, .template-content h5, .template-content .h5, .template-content h6, .template-content .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.template-content h4, .template-content .h4 {
  font-size: 16px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (min-width: 769px) {
  .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-4 {
    width: 33.33333%;
  }
  .col-sm-8 {
    width: 66.66667%;
  }
}
.row {
  margin-left: -10px;
  margin-right: -10px;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}





.template-content .main-image {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 2.5em;
}
.template-content .top-text {
  margin-bottom: 2.5em;
}
.conts {
  margin-bottom: 2em;
}
.conts h2 {
  font-size: 18px;
  margin-top: 2em;
  margin-bottom: 1em;
}
.conts p {
  margin-bottom: 1.4em;
}
.conts p span {
  font-weight: bold;
}
.profile {
  margin-bottom: 2em;
  background-color: yellow;
}
.profile .profile-content h4,
.profile .profile-content .profile-txt {
  padding: 1em 1em 0.5em 1.4em;
}
.profile hr {
  border-top-width: 2px;
  border-color: #333;
  margin-top: 20px;
  margin-bottom: 20px;
}
.profile .name {
  font-size: 16px;
  font-weight: bold;
}
.profile .name span {
  font-size: 13px;
}





#pager-bottom {
  margin-bottom: 70px;
}
#pager-bottom ul {
  text-align: center;
}
#pager-bottom ul li {
  vertical-align: middle;
  display: inline-block;
  margin-left: 5px;
}
#pager-bottom ul li:first-child {
  margin-left: 0;
}
#pager-bottom ul li:not(.no-wrap) a,
#pager-bottom ul li:not(.no-wrap) span {
  display: block;
  padding: 5px 8px;
  border: 1px solid #666;
  line-height: 1;
}
#pager-bottom ul li.active span {
  background-color: #ccc;
}
#pager-bottom ul .no-wrap a {
  text-decoration: underline;
}
#pager-bottom ul .no-wrap a:hover {
  text-decoration: none;
}