/* ALL
-------------------------------------------------- */
.font-family-Arial {
  font-family: Arial W10,Helvetica,sans-serif;
  font-weight: 400;
  font-style: normal;
}

.text-small{font-size:1.4rem !important}

.align-middle {
  vertical-align: middle !important;
}

.word-break {
  word-break:break-all !important;
  word-wrap:break-word !important;
}
/* 角丸の四角 */
.container .row .radius-box {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 15px;
  width: calc(100% - 30);
  }
/* 文字列を省略して末尾に「...」を付与 */
.textOverflow {
	overflow: hidden;
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis; /* Safari */
	-o-text-overflow: ellipsis; /* Opera */
}
/* アイコン */
li.label-icon {
background-color: #333333 !important;
color: #ffffff !important;
padding: 5px 10px !important;
margin-top: 0 !important;
width: auto !important;
display:inline-block !important;
list-style: none !important;
margin-right: 5px !important;
font-size: 12px !important;
}

/*ローディング画面*/
#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #0062c2;
  z-index: 999999999;
	}
#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  color: #fff;
  z-index: 2;
	}
.spinner {
  margin: 100px auto 0;
  width: 200px;
  text-align: center;
	}

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #fff;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
	}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
	}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
	}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
	}

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}
/*動画のダウンロードボタン*/
.downloadStyle {
order: 9;
-webkit-box-ordinal-group: 9;
-moz-box-ordinal-group: 9;
-webkit-order: 9;
-ms-flex-order: 9;
padding-top: 7px !important;
}
#insertionPoint a {
color:#333333 !important;
}


/*新規記事のNEW!の表示*/
li.label-new {
  color: #e73134 !important;
  padding: 0 !important;
  margin-top: 0 !important;
  width: auto !important;
  display:inline-block !important;
  list-style: none !important;
  font-size: 16px !important;
  font-weight: bold;
  }



/* SP
-------------------------------------------------- */
.sp .header__logo img {
  width: 177px;
  height: 39px;
}


/* PC
-------------------------------------------------- */
.pc .header__logo img {
  width: 238px;
  height: 52px;
}


/*# sourceMappingURL=renew2019_add.css.map */
