html {font-size: 62.5%;}

/*リセット*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
a,
i.fa,i.fas,i.fab{
	cursor: pointer;
}
body {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	/* font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "YuGothic", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif; */
	font-style: normal;
	line-height: 1.5em;
	font-size: 12px;
	font-weight: 400;
	color:#231815;
	background: #fff;
	padding: 0;
	margin: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
  color:#000;
}
.mini {
	font-size: 0.6rem;
}

body {
    animation: fadeIn 0.5s ease-in 0s 1 normal;
    -webkit-animation: fadeIn 0.5s ease-in 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

/*共通*/
ol, ul {
	list-style: none;
}

*{
  margin:0;
  padding:0;
}
a:hover,
a{
	text-decoration: none;
}
a:hover{
	opacity: 0.9;
}
textarea,
select,
input[type="search"],
input[type="datetime-local"],
input[type="time"],
input[type="email"],
input[type="number"],
input[type="tel"],
input[type="date"],
input[type="month"],
input[type="text"],
input[type="password"]{
  border: 1px solid #666;
  padding: 0.5em;
  background-color: rgba(255,255,255,.15);
  border-radius: 2px;
  font-size: 14px;
  color:#000;
	display: inline-block;
	vertical-align: top;
}
input[type="search"] {
  -webkit-appearance: searchfield;
}
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: searchfield-cancel-button;
}
::placeholder{
	color:#000;
	opacity: 0.3;
}
.error {
	padding: 0.5em;
	color:red;
	margin-bottom: 0.5em;
}
.block {
  display: block;
}

.inline{
  display: inline-block;
}
.mgb-10 {
	margin-bottom: 10px;
}
.mgb-15 {
	margin-bottom: 15px;
}
.mgb-20 {
	margin-bottom: 20px;
}
.mgt-10 {
	margin-top: 10px;
}
.mgt-15 {
	margin-top: 15px;
}
.mgt-20 {
	margin-top: 20px;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
.font12{
	font-size: 12px !important;
}
.font14{
	font-size: 14px !important;
}
.font16{
	font-size: 16px !important;
}
.font18{
	font-size: 18px !important;
}
.font20{
	font-size: 20px !important;
}
.btn {
  cursor: pointer;
  padding: 0.5em 0.75em;
  border: none;
  background: none;
  border-radius: 2px;
	display: inline-block;
	vertical-align: top;
  box-sizing: border-box;
}
.btn:hover{
  filter: invert(100%);
}

.btn-green {
	border: 1px solid #84ad00;
  background: #84ad00;
  color:#fff !important;
}
.btn-blue {
	border: 1px solid #209e91;
  background: #209e91;
  color:#fff !important;
}
.btn-skyblue {
	border: 1px solid #21a0c5;
  background: #21a0c5;
  color:#fff !important;
}
.btn-danger {
	border: 1px solid #e85656;
  background: #e85656;
  color:#fff !important;
}
.btn-realdanger {
	border: 1px solid black;
  background: red;
  color:#fff !important;
}
.btn-yellow {
	border: 1px solid #3ac10;
  background: #d3ac10;
  color:#fff !important;
}
.btn-default {
  border: 1px solid #000;
  color:#000 !important;
}
.btn-default:hover{
  filter: invert(50%);
}
tr.gray{
	background: #ccc !important;
}

.text-danger {
	color:red;
}

.container{
	width:calc(100% - 20px);
	padding:10px;
	max-width: 1600px;
	margin-top: 50px;
}

.welcome ul{
	text-align: center;
}
.welcome ul li{
	display: inline-block;
}

.nav-item a{
	color:#fff !important;
}
.navbar-inverse .navbar-toggler {
	border: none;
	top:3px;
}
h1.title{
	font-size: 24px;
	text-align: center;
	margin: 2em 0;
}

ul.tate-list {
	padding: 20px 0;
	margin: 0 auto;
	max-width: 600px;
}
ul.tate-list li{
	list-style: decimal;
	display: block;
	border-bottom:1px dotted #ccc;
	padding: 0.5em 0;
}
.fa-bomb{
	font-size: 20px;
	color:red;
}
.danger {
	background: rgba(60,179,113,1);
}

@-webkit-keyframes pulse {
 from {
   opacity: 1.0;/*透明度100%*/
 }
 to {
   opacity: 0.1;/*透明度80%*/
 }
}
.blinking{
-webkit-animation-name: pulse;/* 実行する名前 */
-webkit-animation-duration: 1s;/* 0.3秒かけて実行 */
-webkit-animation-iteration-count:infinite;/* 何回実行するか。infiniteで無限 */
-webkit-animation-timing-function:ease-in-out;/* イーズインアウト */
-webkit-animation-direction: alternate;/* alternateにするとアニメーションが反復 */
-webkit-animation-delay: 0s; /* 実行までの待ち時間 */
background: rgba(200,10,0,0.3) !important;
}
ul.icon_description strong{
	display: block;
	border-bottom: 1px dotted #666;
	border-left: 5px solid #333;
	padding-left: 0.5em;
	margin-bottom: 0.8em;
}
ul.icon_description{
	border: 1px solid #ccc;
	padding: 0.5em;
  text-align: left;
	width: 90%;
	/* max-width: 600px; */
	margin: 1em auto;
}
ul.icon_description li{
  display: inline-block;
  margin: 0 1em 0.5em 0;
}
#calendar{
	overflow-x: scroll;
}
.navbar-brand .fa-hand-holding-heart {
	font-size: 14px;
	background: #ED4264 !important;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #FFEDBC, #ED4264) !important;  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #FFEDBC, #ED4264) !important; /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	padding: 0.5em;
	color:#fff;
	border-radius: 50%;
}
.disblo{
	display: block !important;
}
.sign{
	position: relative;
}
.sign img{
	position: absolute;
	max-width:50px;
	margin: auto;
	top:0;
	bottom:0;
	left:10px;
	padding-bottom: 4px;
}
@media (max-width: 567px) {
	.navbar-brand {
	  max-width: 250px;
	}
}
@media print{
	header
	,.phidden
	,.icon_description
	,footer{
		display: none;
		opacity: 0;
	}
}
