@charset "utf-8";

.pc {
    display: none !important;
}

.sp {
    display: block !important;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

#wrapper {
    width: 100%;
    position: relative;
    height: auto !important;
    height: 100%;
    min-height: 100%;
	margin: 0 auto;
}

#wrapper h1 img {
    width: 100%;
}

#header {
    margin-bottom: 10px;
    background-color: #249ECE;
    color: #fff;
}

#header h1 {
    padding: 10px;
    font-size: 18px;
    font-weight: bold;
    text-align: right;
}

#header span {
    display: inline-block;
    font-size: 12px;
}

#contents {
    margin: 0 auto;
    padding: 0 10px 40px;
}

#contents .mv img {
    max-width: 100%;
    height: auto;
}

#contents .lead {
    padding: 10px;
    background-color: #efefef;
}

.itemList {
    margin: 10px 0 40px;
}

.itemList__unit {
    display: block;
    height: 70px;
    border: 1px solid #000;
    margin-bottom: 10px;
    position: relative;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 60% auto;
}

a.itemList__unit:hover {
    color: #000;
    opacity: 0.5;
}

.itemList__unit:after {
    content: "";
    display: block;
    width: 60%;
    height: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    position: absolute;
    right: 0;
    top: 0;
}

.itemList__unit.is_vol1 {
    background-image: url(/emergency_series/img/bg01.jpg);
    background-position: right -30px;
}
.itemList__unit.is_vol2 {
    background-image: url(/emergency_series/img/bg02.jpg);
    background-position: right center;
}
.itemList__unit.is_vol3 {
    background-image: url(/emergency_series/img/bg03.jpg);
    background-position: right -70px;
}
.itemList__unit.is_vol4 {
    background-image: url(/emergency_series/img/bg04.jpg);
}
.itemList__unit.is_vol5 {
    background-image: url(/emergency_series/img/bg05.jpg);
}
.itemList__unit.is_vol6 {
    background-image: url(/emergency_series/img/bg06.jpg);
}

.itemList__unit dl {
    width: 100%;
    height: 100%;
    padding: 10px;
}
.itemList__unit dt {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
    position: relative;
    z-index: 1;
}

.itemList__unit dd {
    font-size: 12px;
    text-align: right;
    color: #fff;
    text-shadow: 1px 1px 3px #000;
    font-weight: bold;
}


#kbc #footer {
    width: 100%;
    height: 40px;
    background: #2482C0;
    color: #fff;
    padding: 10px;
    font-size: .8rem;
    text-align: center;
    position: fixed;
    bottom: 0;
    z-index: 10;
}
