@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; }

@media (max-width: 575px) {
  #main .header_logo img {
    zoom: 0.5; } }
#main .header_logo img:hover {
  opacity: 0.7; }
#main .checkbox-wrapper {
  position: relative; }
  #main .checkbox-wrapper input[type=checkbox] {
    display: none; }
  #main .checkbox-wrapper .check-box-label {
    cursor: pointer;
    position: absolute;
    padding: 0 0 0 40px;
    left: 0;
    top: 2px; }
  #main .checkbox-wrapper .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;
    vertical-align: middle; }
    #main .checkbox-wrapper .check-box::before, #main .checkbox-wrapper .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 .checkbox-wrapper .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 .checkbox-wrapper .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 .checkbox-wrapper input[type=checkbox]:checked + .check-box,
  #main .checkbox-wrapper .check-box.checked {
    border-color: #34b93d; }
    #main .checkbox-wrapper input[type=checkbox]:checked + .check-box::after,
    #main .checkbox-wrapper .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 .checkbox-wrapper input[type=checkbox]:checked + .check-box::before,
    #main .checkbox-wrapper .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: #F24FA0; }
  #footer .menu li:after {
    content: "｜";
    padding-left: 10px;
    color: #fff; }
  #footer .menu li:last-child:after {
    content: "";
    padding-left: 0; }
