@charset "utf-8";
/* CSS Document */

html, body {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	position: relative;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
}

body {
	color: #000;
	font-size: 20px;
	line-height: 1.5;
	font-family: "YuGothic", "Yu Gothic", "游ゴシック", "游ゴシック体", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	word-wrap: break-word;
	width: 100%;
  margin: 0 auto;
  text-align: center;
}

a {
	color: #FFF;
	text-decoration: none;
	outline: none;
}

a:link {
	color: #FFF;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #FFF;
	text-decoration: none;
}

a:active {
	color: #FFF;
	text-decoration: none;
}

#wrap {
	position: relative;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

.container {
	position: absolute;
	top: 20px;
	left: 20px;
}

#myform {
	padding-top: 50px;
}

.ymd {
	font-size: 50px;
	width: 80%;
	text-align: center;
	margin: 0 auto 30px auto;
}

.time {
	font-size: 200px;
	font-weight: bold;
	width: 80%;
	text-align: center;
	margin: 0 auto;
}

ul.flexbox {
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	margin: 20px auto 50px;
	justify-content: space-around;
}

ul.flexbox > li {
	width: 40%;
	padding: 40px 10px;
	font-size: 72px;
	font-weight: bold;
	list-style: none;
	color: #FFF;
	background: #1f487c;
	border-radius: 10px;
	box-shadow: 2px 2px 2px 1px rgba(0, 0, 0,0.2);
}

ul.flexbox > li.gray {
	width: 40%;
	padding: 40px 10px;
	font-size: 72px;
	font-weight: bold;
	list-style: none;
	background: #949494;
	border-radius: 10px;
	box-shadow: 2px 2px 2px 1px rgba(0, 0, 0,0.2);
}

ul.flexbox_patrol {
	display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	margin: 50px  50px  50px  40px;
	justify-content: space-around;
}

ul.flexbox_patrol > li {
	width: 100%;
	padding: 40px  30px;
	font-size: 58px;
	font-weight: bold;
	list-style: none;
	color: #FFF;
	background: #2e8b57;
	border-radius: 10px;
	box-shadow: 2px 2px 2px 1px rgba(0, 0, 0,0.2);
}

ul.flexbox_drivingdiary {
	display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	margin: 50px  40px  50px  20px;
	justify-content: space-around;
}

ul.flexbox_drivingdiary > li {
	width: 100%;
	padding: 40px  88px;
	font-size: 58px;
	font-weight: bold;
	list-style: none;
	color: #FFF;
	background: #4169e1;
	border-radius: 10px;
	box-shadow: 2px 2px 2px 1px rgba(0, 0, 0,0.2);
}

li a{display:block;}

body > div#wrap >div.container > ul.menu{
		width:200px;
		height:0;
		font-size: 40px;
		overflow: hidden;
		transition: height 1s;
		li{
				width:100%;
				height:60px;
				border: 1px solid #000;
		}
}

body.on > div#wrap > div.container > ul.menu{
		background-color: rgb(150,150,150);
		height:auto;
}

:root {
  --hamburger-menu-size: 100px; /* メニューの大きさ */
  --hamburger-menu-padding: 12px;
  --hamburger-menu-border-px: 3px; /* 線の太さ */
  --hamburger-menu-border-color: #342534; /* 線の色 */
  --hamburger-menu-transition: 0.2s; /* アニメーション秒数 */
}


.hamburger-menu {
  margin: 10px 0px 0px 0px;
  cursor: pointer;
  position: relative;
  width: 75px;
  height: 75px;
  background-color: #fff;
}


.hamburger-menu-line {
  position: absolute;
  transition: var(--hamburger-menu-transition);
  width: calc(100% - var(--hamburger-menu-padding) * 2);
  height: var(--hamburger-menu-border-px);
  background-color: var(--hamburger-menu-border-color);
}


.line-top {
  top: var(--hamburger-menu-padding);
  left: var(--hamburger-menu-padding);
}

.line-middle {
  top: calc(50% - var(--hamburger-menu-border-px)/2);
  left: var(--hamburger-menu-padding);
}

.line-bottom {
  bottom: var(--hamburger-menu-padding);
  left: var(--hamburger-menu-padding);
}


.hamburger-menu-active > .line-top {
  top: calc(50% - var(--hamburger-menu-border-px)/2);
  transform: rotate(45deg);
}

.hamburger-menu-active > .line-middle {
  width: 0;
  height: 0;
  left: var(--hamburger-menu-padding);
}

.hamburger-menu-active > .line-bottom {
  top: calc(50% - var(--hamburger-menu-border-px)/2);
  transform: rotate(-45deg);
}

.fa-color {
	color: #949494;
}

.fa-size {
	position: absolute;
	top: 300px;
	right: 40px;
	font-size: 72px;
}

.startup-wait {
	margin: 100px auto;
	font-size: 40px;
}

.alert-danger {
	margin: 70px auto;
	font-size: 40px;
	color: #a94442;
	background-color: #f2dede;
}

.history-list {
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
}

.history-list-cell {
	border: 1px solid;
	padding: 5px;
	font-size: 40px;
	text-align: center;
}

.history-list-header {
	background-color: #fffff0;
}

.history-list-menu {
	background-color: #ffffff;
}

.bg-success {
	font-size: 50px;
	color: #155724;
	margin: 0px auto 50px auto;
  background-color: #dff0d8;
}

.title-stamp {
	font-size: 50px;
	width: 90%;
	text-align: center;
	margin: 0 auto 0px auto;
	background-color: #f8f8ff;
}
