@charset "utf-8";

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


.template-working_discussion + .template-talk{
  background-color: #fefc30;
}

.template-working_discussion + .template-talk{
  background-color: #fefc30;
}


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


.header__logo h1{
  padding-bottom: 0px;
  border-bottom: 0px solid #fff;
  margin: 0px;
}



/* 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 img {
  display: block;
  width: 100%;
}
.template-content .talk-greeting-title {
  border: none;
}
.template-content .text {
  margin-bottom: 1.5em;
}
.talk-greeting-box .small-text {
  font-size: 12px;
  text-align: right;
}
.talk-member-container {
  margin: 40px auto;
}
.template-content .footprints {
  background: url(../../../../img/gatun2023/talk/template/bg_footprints.png) repeat-x;
  background-size: auto 100%;
  height: 7px;
  margin: 40px 0;
}
.flex {
  display: flex;
}
.between {
  justify-content: space-between;
}
.member-main-box {
  padding: 0 50px;
}
.member-main-img {
  width: 30%;
  max-width: 170px;
}
.member-main-box .text {
  width: 65%;
}
.name {
  font-weight: bold;
}
.member-main-box .name {
  display: block;
  margin-bottom: 5px;
  font-size: 21px;
  font-weight: bold;
}
.member-main-box .name .small {
  font-size: 70%;
}
.member-sub-box {
  padding: 0 50px;
}
.member-sub-contents {
  width: 30%;
}
.member-sub-name {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}
.member-sub-name .small {
  font-size: 75%;
}
.talk-nav-box {
  flex-wrap: wrap;
}
.talk-nav-link {
  width: 33%;
  transition: 0.4s;
}
.talk-nav-link.active {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.talk-nav-link.active:after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.talk-subtitle {
  padding: 30px 0 30px 30px;
}
.talk-subtitle img {
  width: auto;
}
.talk-contents {
  margin-bottom: 50px;
}
.reverse {
  flex-direction: row-reverse;
}
.text-img-flex {
  width: 45%;
}
.text-img-flex img {
  display: block;
  width: auto;
  max-width: 100%;
  margin: auto;
}
.flex-text-box {
  width: 50%;
}
.talk-commentator-flex .text-img-flex {
  width: 182px;
}
.talk-commentator-flex .flex-text-box {
  width: calc((100% - 182px) - 5%);
}
.talk-map-container {
  width: 100%;
  margin: 80px auto;
}
.template-content .talk-map-title {
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}
.talk-map-container .flex {
  padding: 0 30px;
}
.talk-map-img {
  width: 30%;
  max-width: 175px;
}
.talk-map-container .flex .text {
  width: 33%;
  margin: 0 auto;
}


.talk-info-container {
  margin-bottom: 50px;
}

.talk-info-subtitle {
  color: #fff;
  background: #111;
  padding: 0.5em 1.5em;
}

.talk-info-title {
  font-weight: bold;
  font-size: 21px;
}

.talk-info-title .small{
  font-size: 85%;
}

.talk-info-flex .text {
  width: 70%;
}

.inf0-link{
  color: inherit;
  text-decoration: underline;
  margin-top: 10px;
}



@media (max-width: 767px) {
  .talk-info-img {
    margin: 30px auto;
  }

  .talk-info-flex {
    flex-wrap: wrap;
  }

  .talk-info-flex .text {
    width: 100%;
  }
}



#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;
}




#backNumber .col-xs-6 {
    width: 50%;
    padding: 5px;
}

#backNumber .row {
  display: flex;
  flex-wrap: wrap;
}

#backNumber .h5 {
  font-size: 20px;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  #backNumber .col-xs-6 {
    float: none;
    clear: both;
  }
}


@media screen and (max-width: 768px) {
  #backNumber .row {
    padding: 0px 10px;
  }
}

