@charset "UTF-8";
/* CSS Document */
.mt-15{
    margin-top: 15px;
}
.mb-15{
    margin-bottom: 15px;
}
.my-15{
     margin-top: 15px;
    margin-bottom: 15px;
}
.pt-15{
    padding-top: 15px;
}
.pb-15{
    padding-bottom: 15px;
}
.py-15{
     margin-top: 15px;
    padding-bottom: 15px;
}
.mt-30{
    margin-top: 30px;
}
.mb-30{
    margin-bottom: 30px;
}
.my-30{
     margin-top: 30px;
    margin-bottom: 30px;
}
.pt-30{
    padding-top: 30px;
}
.pb-30{
    padding-bottom: 30px;
}
.py-30{
     margin-top: 30px;
    padding-bottom: 30px;
}
.btn-black{
    background-color: #000;
    color: #fff !important;
    width: 200px;
}
.section-movie{
    position: relative;
      width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
    background-color: #000;
    margin-bottom: 50px;
    }
.sect-movie-logo{position: absolute;
text-align: center;
top:50%;
left: 0px;
right: 0px;
transform: translateY(-50%);
padding: 0 15px;
}
.section-movie2{
    position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  margin-bottom: 50px;
}
.section-movie iframe,.section-movie2 iframe{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.eq-archive-nav{
    margin: 30px 0;
}
.eq-archive-nav ul{
    padding: 0;
    display: flex;
    flex-flow: row wrap;
    list-style: none;
    border-top: solid 1px #ccc;
    align-items:stretch;
}
.eq-archive-nav ul li{
    flex: 0 1 50%; 
text-align: center;
position: relative;
border-bottom: solid 1px #ccc;
    align-self: center;
}
.eq-archive-nav ul li:before{
    content: '';
    height:100%;
    width: 1px;
    background-color: #ccc;
    display: block;
    position: absolute;
    left: 0;
    top:0;
}
.eq-archive-nav ul li:nth-child(2n):after{
    content: '';
    height:100%;
    width: 1px;
    background-color: #ccc;
    display: block;
    position: absolute;
    right: 0;
    top:0;
}

.eq-archive-nav ul li a{
    display: block;
    color: #333;
    padding: 10px 5px;
    height: 100%;
}
.sect-eq-archive-slider{
    margin-bottom: 60px;
}
.h-unstyled{border:none;}
.eq-page-title{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    position: relative;
    padding: 15px;
    height: 220px;
    border-radius: 10px;
    margin-bottom: 40px;
}
.eq-page-title img{
    max-width: 100%;
    height: auto;
}
.eq-page-title01{
    background-image: url("../images/iburitobu_kiroku/about/h1-bg.jpg");
}
.eq-page-title02{
    background-image: url("../images/iburitobu_kiroku/about-eq/h1-bg.jpg");
}
.eq-page-title03{
    background-image: url("../images/iburitobu_kiroku/docs/h1-bg.jpg");
}
.eq-page-title04{
    background-image: url("../images/iburitobu_kiroku/photos/h1-bg.jpg");
}
.eq-page-title05{
    background-image: url("../images/iburitobu_kiroku/movies/h1-bg.jpg");
}
.eq-page-title06{
    background-image: url("../images/iburitobu_kiroku/timeline/h1-bg.jpg");
}
.eq-page-title h1{
    margin: 0;
    position: absolute;
    width: 100%;
    padding: 0 15px;
    top:50%;
    left:0;
    right: 0;
    transform: translateY(-50%);
    filter: drop-shadow(1px 1px 1px rgb(0,0,0))
}
.h2-eq-arc{
    border-top:none;
    border-bottom: solid 1px #333;
}
.h3-eq-arc{
        border-left: 8px solid #ccc;
}
.page-contact{
	display: table;
	border: 1px solid #666;
	padding: 15px;
	width: 100%;
}
.page-contact-title,.page-contact-content{
	display: table-cell;
	vertical-align: middle;
}
.page-contact-title{
	width: 20%;
	padding-right: 25px;
	border-right: 1px solid #999;
}
.page-contact-content{
	width: 80%;
	padding-left: 25px;
}
.page-contact-title h2{
	border: none;
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	line-height: 1.4em;
}
.page-contact-content h3{
	border-left-style: none;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 16px;
}
.table-eq{}
.table-eq th{
    white-space: nowrap;
    background-color: #F5F5F5;
}
.archive-photo-set{
    position: relative;
    display: flex;
    flex-flow: row wrap;
}
.archive-photo-label{
    flex: 0 0 100%;
    position: relative;
    margin-right: 0;
    
}
.archive-photo-link{
    flex: 0 0 100%;
    position: relative;
    margin-left: 0;
    text-align: right;
}
.label-archive{
    border: double 5px #7AC943;
    text-align: center;
    margin: 0 0 15px;
    font-size: 18px;
    color: #7AC943;
    background-color: #fff;
}
.archive-photo-link .btn-more{
    background-color: #00B0ED;
    color: #fff;
    margin-bottom: 30px;
}
.archive-photo-link a.btn-more:after{
    content: '＞';
    margin-left: 5px;
}
.archive-photo img{margin-bottom: 30px;}
.archive-photo-set-end .archive-photo-label{
    background-image: none;
}
.archive-photo-set iframe,.archive-list iframe{
    max-width: 100%;
    height: 200px;
    margin-bottom: 30px;
}
.archive-list figure{
    display: block;
    margin-bottom: 15px;
    position: relative;
    height: 200px;
    border: solid 1px #ededed;
}
.archive-list figure img{
    display: block;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    left:50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}
img{transition: filter 0.3s;}
img.lazyestload {
    width: 100%;
    filter: blur(8px)
}
.archive-list .btn{
    background-color: #00B0ED;
    color: #fff;
    margin-bottom: 0;
}

.timeline-bg{
    background-color: #ededed;
}
.timeline-bg .row{
    position: relative;
}
.timeline-nav{}
.timeline-nav h2{
    border-top: none;
    border-bottom: none;
    border-left:solid 8px #383E70;
    font-size: 21px;
    padding-left: 10px;
}
.timeline-nav ul{list-style: none;
padding: 0;}
.timeline-nav li{
    border-bottom: 1px dotted #999;
}
.timeline-nav li a{
    color: #333;
    border-left: solid 3px #383E70;
    display: block;
    padding: 5px 5px 5px 15px;
}
.timeline-nav strong.date{
    font-size: 130%;
    display: block;
}
.timeline-nav strong{
    font-size: 110%;
    display: block;
}

.time-line{
    padding: 30px;
}
.event-box{margin-bottom: 50px;}
.event-date{
    color: #fff;
    text-align: center;
    height: 120px;
    width: 120px;
    border-radius: 100%;
    padding: 10px 5px;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
    opacity: 0;
    font-size: 12px;
    margin-left: 0;
    margin-right: auto;
}
.col-sm-push-9 .event-date{
    margin-left: auto;
    margin-right: 0;
}
.event-date.color-lb{
    background-color: #00ACE4;
}
.event-date.color-db{
    background-color: #383E71;
}
.anime .event-date{
    opacity: 1;
    transition-delay: 1.5s;
    transition-duration: 1.5s;
}
.icn-event{
    display: block;
    height: 40px;
    width: 40px;
    margin: 5px auto;
    background-image: url("../images/iburitobu_kiroku/timeline/icn-event.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
div.fkds{
    border: solid 1px #ccc;
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0px 1px 1px rgba(0,0,0,0.5);
    position: relative;
    margin-top: -15px;
    opacity: 0;
    height: 10px;
}
.anime div.fkds{
    opacity: 1;
    height: auto;
    transition-delay: 1.8s;
    transition-duration: 1.5s;
    margin-top: 15px;
}
div.fkds-l:before{
    content: '';
    height: 40px;
    width: 40px;
    background-image: url("../images/iburitobu_kiroku/timeline/fkds-l-m.svg");
    position: absolute;
    left: 45%;
    top:-39px;
}
div.fkds-r:before{
    content: '';
    height: 40px;
    width: 40px;
    background-image: url("../images/iburitobu_kiroku/timeline/fkds-r-m.svg");
    position: absolute;
    right: 45%;
    top:-39px;
}
.timeline-fkds{
position: relative;}
.timeline-fkds:before{
    content: '';
    display: block;
    height: 100%;
    width: 1px;
    background-color: #000;
    position: absolute;
    left: 4em;
    top:0;
}
.fkds dl{margin-left:1em;}
.timeline-fkds dt{float: left;
margin-right: 2em;
font-weight: normal;}
.timeline-fkds dd{overflow: auto;}

.fkds-meta{
    margin-bottom: 10px;
    font-size: 120%;;
}
.fkds-meta .label{margin: 0 3px;}
.label-damage{background-color:#C1272D; }
.label-head{background-color:#393B75; }
.label-request{background-color:#F15A24; }
.label-shelter{background-color:#00A99D; }
.label-house{background-color:#9E005D; }
.label-infra{background-color:#662D91; }
.label-lifeline{background-color:#662D91; }
.label-human{background-color:#ED1E79; }
.label-res{background-color:#39B54A; }
.label-support{background-color:#F7931E; }
.label-road{background-color:#999; }
.label-water{background-color:#0071BC; }
.label-cemetery{background-color:#333; }
.label-check{background-color:#FF7BAC;}
.label-public{background-color:#3FA9F5;}
.label-channel{background-color:#3FA9F5;}
.label-musen{background-color:#ED1E79;}
.label-item{background-color:#FBB03B;}
.label-facility{background-color: #56009E;}
.label-elect{background-color: #FCEE21;}
.label-meeting{background-color:#393B75; }
.label-energy{background-color:#ED1C24; }
.label-tel{background-color:#ED1E79; }
.label-anpi{background-color:#00A99D; }
.label-announcement{background-color: #A90000;}
.label-evacuation{background-color: #A90000;}
.label-window{background-color:#ED1C24; }
.label-recovery{background-color:#0CA91B;}
.label-dust{background-color:#866829;}
.label-volunteer{background-color:#FFDE40;}
.label-life{background-color:#2D98FA;}
.label-bass{background-color:#FF9900;}
.label-building{background-color:#393B75; }
.label-system{background-color:#3990E8; }
.label-education{background-color:#3990E8;}
.label-blackout{background-color:#333;}
.label-certification{background-color:#2D98FA;}
/* メディアクエリ */
@media (min-width: 415px) {
    .archive-photo-set iframe,.archive-list iframe{
    max-width: 100%;
    height: 100px;
}
    
}
@media (min-width: 768px) {
    .eq-archive-nav ul{
    border-top: none;
}
.eq-archive-nav ul li{
    flex: 0 1 50%; 
text-align: center;
position: relative;
border-bottom: none;
}
.eq-archive-nav ul li{
    flex: 0 1 16.66%; 
text-align: center;
position: relative;}
    
 .eq-archive-nav ul li:before{
    content: '';
    height:100%;
    width: 1px;
    background-color: #ccc;
    display: block;
    position: absolute;
    left: 0;
    top:0;
}
.eq-archive-nav ul li:first-child:before{
    display: none;
}
.eq-archive-nav ul li:nth-child(2n):after{
    display: none;
}
.archive-photo-set{
    position: relative;
    display: flex;
    flex-flow: row nowrap;
}
.archive-photo-label{
    flex: 0 0 120px;
    position: relative;
    margin-right: 30px;
    background-image: url("../images/iburitobu_kiroku/photos/archive-arrow.svg");
    background-position: center bottom;
    background-repeat: no-repeat;
}
.archive-photo-link{
    flex: 0 0 120px;
    position: relative;
     margin-left: 30px;
}
.archive-photo-link .btn-more{
    position: absolute;
    left:0;
    bottom: 30px;
    background-color: #00B0ED;
    color: #fff;
    margin-bottom: 0;
}
div.fkds-l:before{
    content: '';
    height: 40px;
    width: 40px;
    background-image: url("../images/iburitobu_kiroku/timeline/fkds-l.svg");
    position: absolute;
    left: -39px;
    top:30px;
}
div.fkds-r:before{
    content: '';
    height: 40px;
    width: 40px;
    background-image: url("../images/iburitobu_kiroku/timeline/fkds-r.svg");
    position: absolute;
    right: -39px;
    top:30px;
}

}

@media (min-width: 992px) {
    .archive-photo-set iframe,.archive-list iframe{
    height: 200px;
}
}

