@charset "UTF-8";
*, ::after, ::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 0
}

body {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "MS PMincho", serif;
  font-weight: 400;
  line-height: 1.8;
  color: #000;
  word-wrap: break-word;
  background-color: #fff;
  -webkit-text-size-adjust: 100%
}

blockquote, body, code, dd, div, dl, dt, fieldset, figure, form, h1, h2, h3, h4, h5, h6, input, legend, li, ol, p, pre, td, textarea, th, ul {
  padding: 0;
  margin: 0
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: 400
}

em {
  font-style: normal
}

li {
  list-style: none
}

table {
  font-size: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  border: none
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  border: 0
}

img[src$='.svg'] {
  width: 100%
}

a {
  color: #039;
  outline: 0;
  -webkit-tap-highlight-color: transparent
}

a:visited {
  color: #039
}

a:hover {
  color: #039;
  text-decoration: none
}

a:hover img {
  opacity: .7
}

a:active {
  color: #039
}

::-moz-selection {
  color: #fff;
  background-color: #039
}

::selection {
  color: #fff;
  background-color: #039
}

.title-container {
  margin: 0 auto
}

.l-container {
  width: 800px;
  margin: 0 auto
}

.l-footer {
  margin-top: 80px;
  text-align: center
}

.l-footerLinkList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #eaeaea
}

.l-footerLinkList_item a {
  display: block;
  padding: .5em 0;
  font-family: 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  font-size: .8125rem;
  text-decoration: none
}

.l-footerLinkList_item a span {
  padding: 0 .5em
}

.l-footerLinkList_item a:hover {
  text-decoration: underline
}

.l-footerLinkList_item+.l-footerLinkList_item a span {
  border-left: 1px solid #000
}

.l-footer_copy {
  margin-top: 10px
}

.agenda {
  padding-bottom: 70px;
  font-size: 1.25rem;
  background-color: #e2ebef
  /* background-color: #e2ebef */
}

.agendaNav {
  width: 630px;
  margin: 0 auto
}

.agendaNav_item a {
  display: block;
  padding: 28px 40px .5em 20px;
  border-bottom: 1px solid #c1c5c7;
  color: inherit;
  text-decoration: none;
  position: relative
}

.agendaNav_item a:before {
  position: absolute;
  display: block;
  width: 12px;
  height: 10px;
  content: '';
  margin: auto;
  top: 0;
  bottom: 0;
  right: 20px;
  background: -webkit-gradient(linear, left bottom, right top, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, #7a7a7a)) no-repeat top left/50% 100%, -webkit-gradient(linear, right bottom, left top, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, #7a7a7a)) no-repeat top right/50% 100%;
  background: linear-gradient(to top right, rgba(255, 255, 255, 0) 50%, #7a7a7a 50.5%) no-repeat top left/50% 100%, linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #7a7a7a 50.5%) no-repeat top right/50% 100%
}

#agenda_questionnaire_text {
  padding-top: 36px;
  text-align: center;
  font-size: 1.0rem;
}

.agenda_note a {
  display: block;
  width: 600px;
  padding: .5em 1em;
  margin: 30px auto 0;
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  color: inherit;
  text-decoration: none
}

.agenda_note a::before {
  color: #237db7;
  content: '◆'
}

.heading {
  font-family: "Cormorant Garamond", serif;
  font-size: 2.125rem;
  text-align: center;
}

.heading span {
  display: inline-block;
  margin: 2em 0 2em;
  border-bottom: 3px solid #2344b7
}

.intro {
  padding: 200px 0;
  text-align: center;
  background: url(/static/upload/nsis.ageless80.jp/seminar/2840/shared/img/add/bg_title.png) no-repeat 50% 60% #014388;
  background-size: cover;
}

.intro_heading {
  display: inline-block;
  padding: 0 1em;
  font-size: 2.8rem;
  font-weight: 600;
  color: #fff;
  background-color:rgba(0,0,0,0.45)
}

.intro_heading_group {
  margin-top: 1.2em;
  margin-bottom: 1.2em;
  line-height: 1.5em;
}

.intro_text {
  margin-top: 1em;
  font-size: 1.125rem;
  line-height: 2.2
}

.movie {
  padding-bottom: 20px;
  margin-top: 1px;
  background-color: #edf3f5
}

#movie_heading {
  padding-bottom: 36px;

}

.movieItem_heading {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 1em;
  overflow: hidden;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
  color: #fff;
  background-color: #237db7
}

.movieItem_heading>span {
  width: calc(100% - 178px);
  text-align: center;
}

.movieItem_heading::before {
  display: block;
  height: 70px;
  content: ''
}

.movieItem_heading>span::after, .movieItem_heading>span::before {
  position: absolute;
  z-index: 1;
  content: ''
}

.movieItem_heading>span::before {
  top: 0;
  left: 0;
  z-index: -1;
  width: 40px;
  height: 100%;
  background-color: #005186;
  -webkit-transform: perspective(1em) rotateX(-25deg);
  transform: perspective(1em) rotateX(-25deg);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left
}

.movieItem_heading>span::after {
  top: 4px;
  left: 4px;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 1px solid #fff
}

.movieItem_heading {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}


.movieItem_movie {
  width: 800px;
  height: 450px;
  margin: 20px 0px 80px 0px;
  background-color: #2d2d2d
}

.movieItem_doc {
  display: flex;
  justify-content: center;
  align-items: center;
}

.movieItem_doc_btn {
  text-align: center;
  margin-top: 20px !important;
  padding-bottom: 48px !important;
}

.movieItem_name {
  font-size: .875rem;
  line-height: 1.6
}

.movieItem_name span {
  font-size: 1.125rem
}

.movieItem_text {
  font-size: .9375rem
}

.movieItem_footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #c5cbcd
}

.movieItem_pic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%
}

.movieItem_pic img {
  width: 110px;
  margin-right: 10px
}

.movieItem_pic figcaption {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: .875rem;
  line-height: 1.6
}

.movieItem_pic figcaption span {
  font-size: 1.125rem
}

#questionnaire {
  background-color: #f7fbfc;
}

.survey {
  text-align: center
}

.survey_text {
  line-height: 2.2;
  /* padding-bottom: 40px; */
}

.survey_btn {
  margin-top: 40px;
  padding-bottom: 80px;
}

.survey_btn a {
  position: relative;
  display: inline-block;
  color: #fff;
  text-decoration: none
}

.survey_btn a span {
  position: relative;
  right: 0;
  bottom: 0;
  display: inline-block;
  min-width: 240px;
  padding: 1em;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  background-color: #237DB7;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out
}

.survey_btn a::before {
  position: absolute;
  right: -8px;
  bottom: -8px;
  width: 100%;
  height: 100%;
  content: '';
  background-color: #0A446B
}

.survey_btn a:hover span {
  right: -8px;
  bottom: -8px
}

.title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 85px;
  background: no-repeat 50% 100% #ffffff;
}

.title_logo {
  position: absolute;
  top: 30px;
  left: 30px
}

.title_number {
  position: absolute;
  top: 31%;
  left: 23%
}

.title_text span:first-child {
  display: inline-block;
  padding: .7em 40px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  color: #fff;
  background-color: #23b7a9;
  border-radius: 30px
}

.title_text span:last-child {
  display: block;
  margin-top: 30px
}

.pdflist {
  text-align:right
}

#back_agenda_button{
  z-index: 100;
  width: 120px;
  height: 52px;
  position: fixed;
  right: 12px;
  bottom: 12px;
  background: #014388;
  opacity: 0.8;
  display:none;
  border-radius: 14px;
  }

  #back_agenda_button a{
  position: relative;
  display: block;
  width: 120px;
  height: 52px;
  text-decoration: none;
  }
  
  #back_agenda_button a::after{
  content: '↑ 目次へ戻る';
  font-size: 14px;
  font-weight:500;
  color: #fff;
  position: absolute;
  top: 14px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  }

  #modal-content{
    width:50%;
    margin:1.5em auto 0;
    padding:10px 20px;
    border:2px solid #aaa;
    background:#fff;
    z-index:2;
  }
  
  .modal-p{
    margin-top:1em;
  }
  
  .modal-p:first-child{
    margin-top:0;
  }
  
  .button-link{
    color:#00f;
    text-decoration:underline;
  }
   
  .button-link:hover{
    cursor:pointer;
    color:#f00;
  }

  #movie_container {
    padding-top: 36px;
  }