@charset "utf-8";

/* スタイルシート　SNAP 25周年 */

.fs-5 { font-size:1.2rem!important; }
.sticky-top { z-index: 900; }

.snap_branding {
  background-color:#021F3C;
  background-image:url("snap_25th_bg.webp");
  background-repeat: no-repeat;
  background-position: 10%  0%;
}

@media (min-width: 3000px) {

.snap_branding {
  background-position: 90%  0%;
}

}


.main_title_25th {
  color: #00325A;
  margin-bottom: 0!important;
}

.sub_title_25th {
  color: #4D6A96;
  position: relative;
  text-align: center;
}
.sub_title_25th::before {
  position: absolute;
  content: "";
  background-color: #206EB4;
  bottom: -1rem;
  height: 3px;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
}


.card {
  border-radius: 0;
}
.btn-go_snap {
  color: #FFFFFF;
  border-color: #F76404;
  background:rgba(247,100,4,1);
  box-shadow: 4px 3px 5px rgba(2,31,60,0.8);
}
.btn-go_snap:hover, .btn-go_snap:focus, 
.btn-go_snap:active, .btn-go_snap:active:focus, .btn-go_snap:active:hover, .btn-go_snap:active.focus,
.btn-go_snap.active, .btn-go_snap.active:focus, .btn-go_snap.active:hover, .btn-go_snap.active.focus,
.open > .dropdown-toggle.btn-go_snap, 
.open > .dropdown-toggle.btn-go_snap:hover,
.open > .dropdown-toggle.btn-go_snap:focus, 
.open > .dropdown-toggle.btn-go_snap.focus,
.btn-go_snap.disabled:hover, .btn-go_snap[disabled]:hover, fieldset[disabled] .btn-go_snap:hover,
.btn-go_snap.disabled:focus, .btn-go_snap[disabled]:focus, fieldset[disabled] .btn-go_snap:focus,
.btn-go_snap.disabled.focus, .btn-go_snap[disabled].focus, fieldset[disabled] .btn-go_snap.focus {
  color: #FFFFFF;
  border-color: #F76404;
  background:rgba(247,100,4,1);
  box-shadow: none;
}


.p-5-pc {
    padding: 3rem!important;
}
.is_scroll {
    padding: 1rem!important;
}
.is_scroll img {
    padding-left: 2rem!important;
}

.is_scroll_btn {
  display:none;
}

.pc-text-center {
  text-align: center!important;
}

#WhatisSNAP { scroll-margin-top:230px; }
#SNAPNow { scroll-margin-top:230px; }
#FutureSNAP { scroll-margin-top:230px; }
#LearningSNAP { scroll-margin-top:230px; }
#AssociatedSNAP { scroll-margin-top:230px; }


/** timeline box structure **/
.timeline {
  list-style: none;
  padding: 0;
  position: relative;
}

.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #021F3C;
  left: 30%;
  margin-left: -1.5px;
}

.tldate {
  display: block;
  background: #eeeeee;
  color: #021F3C;
  margin: 0 auto;
  padding: 0.4rem;
  font-size: 1.6rem;
  text-align: center;
}

.timeline li {
  margin-bottom: 25px;
  position: relative;
}

.timeline li:before, .timeline li:after {
  content: " ";
  display: table;
}
.timeline li:after {
  clear: both;
}
.timeline li:before, .timeline li:after {
  content: " ";
  display: table;
}

.timeline li .future {
  background: #FCE9C0;
  padding:30px 0;

}

.iframeWap {
  width: 50%;
}


/** timeline panels **/
.timeline li .timeline-panel {
  width: 66%;
  float: right;
  position: relative;
}

/** panel arrows **/
.timeline li .timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  content: " ";
}

.timeline li .timeline-panel:after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  content: " ";
}
.timeline li .timeline-panel.noarrow:before, .timeline li .timeline-panel.noarrow:after {
  top:0;
  right:0;
  display: none;
  border: 0;
}

.timeline li.timeline-inverted .timeline-panel {
  float:left;
  padding:10px;
  padding-top: 20px;
  width: 27%;
}

.timeline li.timeline-inverted .timeline-panel:before {
  content:none;
}

.timeline li.timeline-inverted .timeline-panel:after {
  content:none;
}



/** timeline circle icons **/
.timeline li .tl-circ {
  position: absolute;
  top: 23px;
  left: 30%;
  text-align: center;
  background: #F76404;
  color: #fff;
  width: 15px;
  height: 15px;
  line-height: 35px;
  margin-left: -8px;
  border: 3px solid #872823;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  z-index: 100;
}


/** timeline content **/

.tl-heading h4 {
  letter-spacing: initial;
  text-align: initial;
}

.tl-body p, .tl-body ul {
  margin-bottom: 0;
}

.tl-body > p + p {
  margin-top: 5px;
}

/** media queries **/
@media (max-width: 991px) {

.snap_branding {
  background-position: 20%  0%;
}

.branding_menu {
  display: none;
}

}

@media only screen and (min-width: 769px) {

.dlBlock:before {
  top: 12px;
  left: 96px;
}
.dlBlock .dlInner {
  padding-bottom: 40px;
}
.dlBlock dt {
  width: 100px;
  padding-right: 15px;
  font-size: 26px;
}
.dlBlock dd {
  margin-left: 50px;
  font-size: 16px;
}

}


@media (max-width: 700px) {

.snap_branding {
  background-position: 30%  0%;
}

.p-5-pc {
  padding: 1rem!important;
}

.pc-text-center {
  text-align: start!important;
}


ul.timeline:before {
  left: 40px;
}

.tldate { width: 140px; }

ul.timeline li .timeline-panel {
  width: calc(100% - 90px);
  width: -moz-calc(100% - 90px);
  width: -webkit-calc(100% - 90px);
}

ul.timeline li .tl-circ {
  top: 22px;
  left: 33px;
  margin-left: 0;
}
ul.timeline > li > .tldate {
  margin: 0;
}

ul.timeline > li > .timeline-panel {
  float: right;
}

ul.timeline > li > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}

ul.timeline > li > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}


.timeline li.timeline-inverted .timeline-panel {
  width: 90%;
  padding-top: 15px;
  padding-left: 30%;
}

.d_generic dt {
  flex-basis: 100%;
}
.d_generic dd {
  flex-basis: 100%;
}


}

