@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700;);
@-moz-keyframes dothabottomcheck {
  0% {
    height: 0; }
  100% {
    height: 15px; } }
@-webkit-keyframes dothabottomcheck {
  0% {
    height: 0; }
  100% {
    height: 15px; } }
@keyframes dothabottomcheck {
  0% {
    height: 0; }
  100% {
    height: 15px; } }
@keyframes dothatopcheck {
  0% {
    height: 0; }
  50% {
    height: 0; }
  100% {
    height: 36px; } }
@-webkit-keyframes dothatopcheck {
  0% {
    height: 0; }
  50% {
    height: 0; }
  100% {
    height: 36px; } }
@-moz-keyframes dothatopcheck {
  0% {
    height: 0; }
  50% {
    height: 0; }
  100% {
    height: 36px; } }
html, body {
  font-family: "Noto Sans JP", "メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN",Osaka,sans-serif; }

#main input[type=checkbox] {
  display: none; }
#main .check-box {
  height: 30px;
  width: 30px;
  background-color: transparent;
  border: 3px solid #000;
  border-radius: 5px;
  position: relative;
  display: inline-block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: border-color ease 0.15s;
  -o-transition: border-color ease 0.15s;
  -webkit-transition: border-color ease 0.15s;
  transition: border-color ease 0.15s;
  cursor: pointer;
  vertical-align: middle; }
  #main .check-box::before, #main .check-box::after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    height: 0;
    width: 6px;
    background-color: #34b93d;
    display: inline-block;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    border-radius: 5px;
    content: ' ';
    -webkit-transition: opacity ease .5;
    -moz-transition: opacity ease .5;
    transition: opacity ease .5; }
  #main .check-box::before {
    top: 21.6px;
    left: 12.3px;
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg); }
  #main .check-box::after {
    top: 11.1px;
    left: 1.5px;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
#main input[type=checkbox]:checked + .check-box,
#main .check-box.checked {
  border-color: #34b93d; }
  #main input[type=checkbox]:checked + .check-box::after,
  #main .check-box.checked::after {
    height: 9px;
    -moz-animation: dothabottomcheck 0.15s ease 0s forwards;
    -o-animation: dothabottomcheck 0.15s ease 0s forwards;
    -webkit-animation: dothabottomcheck 0.15s ease 0s forwards;
    animation: dothabottomcheck 0.15s ease 0s forwards; }
  #main input[type=checkbox]:checked + .check-box::before,
  #main .check-box.checked::before {
    height: 30px;
    -moz-animation: dothatopcheck 0.3s ease 0s forwards;
    -o-animation: dothatopcheck 0.3s ease 0s forwards;
    -webkit-animation: dothatopcheck 0.3s ease 0s forwards;
    animation: dothatopcheck 0.3s ease 0s forwards; }

#footer {
  background-color: #003388; }
  #footer .menu li:after {
    content: "｜";
    padding-left: 10px;
    color: #fff; }
  #footer .menu li:last-child:after {
    content: "";
    padding-left: 0; }
