﻿@charset "utf-8";

header{
  margin-top: 30px;
  color: #43A047;
}
hr{
  border-width: 3px;
  border-color: #43A047;
}
h1{
  font-size: 25px;
    font-weight: bold;
    margin: 0;
  text-align: center;
}
.align-light{
    text-align: right;
}
.form-group{
  margin-bottom: 35px;
}
footer p{
  text-align: center;
}
input:required{
  background: #ffcdd2;
}
input[type=email]:invalid{
  background: #ffcdd2;
}
input:valid{
  background: transparent;
}
input:focus{
  background: #DCEDC8;
}

.frame {
  height: 0;
  overflow: hidden;
}
.pc .frame {
  padding-top: 62.5%;
}
.tb .frame {
  padding-top: 133.33%;
}
.sp .frame {
  padding-top: 177.87%;
}
iframe {
  transform-origin: 0 0;
}
.pc iframe {
  margin-top: -62.5%;
  transform: scale(0.6);
}
.tb iframe {
  margin-top: -133.33%;
  transform: scale(0.5586);
}
.sp iframe {
  margin-top: -177.87%;
  transform: scale(0.6613);
}