.page_ttl {
  width: 100%;
  min-width: 960px;
  background-color: #26a69a;
  text-align: center;
  color: #ffffff;
  padding: 80px 30px;
  font-size: 140%;
  font-weight: normal;
}
.page_ttl span {
  padding-top: 40px;
  display: block;
  font-size: 60%;
  line-height: 1.8em;
}

.top_img {
  width: 740px;
  margin: 0 auto;
  display: block;
}
.about_page_ttl {
  width: 100%;
  min-width: 960px;
  background-image: url(../img/top.jpg);
  background-size: cover;
  text-align: center;
  color: #000000;
  padding: 80px 30px;
  font-size: 140%;
  font-weight: normal;
}
.about_page_ttl span {
  background-color: rgba(255,255,255,0.5);
  padding: 20px;
  border-radius: 20px;
  margin: 20px;
  display: block;
  font-size: 60%;
  line-height: 1.8em;
}
.login_img {
  width: 500px;
}

button {
  width: 100%;
  height: 50px;
  color: #ffffff;
  text-align: center;
  padding: 12px;
  font-size: 110%;
  font-weight: normal;
  border: none;
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: 55px center;
  padding-left: 50px;
  margin-bottom: 30px;
  background-color: #dddddd;
  cursor: default;
  border-radius: 4px;
  border-radius: 4px;
  border-radius: 4px;
  border-radius: 4px;
  border-radius: 4px;
}

.bt_submit {
  cursor: pointer;
  background-color: #26a69a;
}

.bt_free_regist {
  width: 240px;
  background-color: #ed514e;
  padding-left: 12px;
}

.confirm_box {
  display: none;
}
.confirm_box p {
  margin: 10px 20px 20px;
}

.comp_box {
  display: none;
  text-align: center;
}
.comp_box p {
  margin: 100px 0;
  font-size: 100% !important;
  line-height: 2;
}
.comp_box span {
  font-size: 90%;
}
.comp_box span a {
  font-size: 90%;
  display: inline;
}

main {
  width: 800px;
  min-width: 800px;
  margin: 30px auto 0;
}
main section {
  margin: 0px auto 20px;
}
main section h2 {
  margin-bottom: 10px;
  color: #26a69a;
}
main dl {
  width: 600px;
  margin: 0 auto;
  display: -webkit-flex;
  -webkit-justify-content: flex-start;
  flex-flow: row wrap;
  display: -moz-flex;
  -moz-justify-content: flex-start;
  flex-flow: row wrap;
  display: -ms-flex;
  -ms-justify-content: flex-start;
  flex-flow: row wrap;
  display: -o-flex;
  -o-justify-content: flex-start;
  flex-flow: row wrap;
  display: flex;
  justify-content: flex-start;
  flex-flow: row wrap;
}
main dl dt, main dl dd {
  border-bottom: 1px solid #dddddd;
  padding: 10px 0;
}
main dl dt {
  font-size: 90%;
  width: 20%;
  padding-left: 10px;
  padding-right: 10px;
}
main dl dd {
  width: 80%;
  padding-right: 10px;
}
main input, main textarea, main select {
  border: 1px solid #dddddd;
  width: 100%;
  border-radius: 4px;
  padding: 5px;
  outline: 2;
  font-weight: normal;
  background-color: #ffffff;
}
main input:placeholder-shown, main textarea:placeholder-shown, main select:placeholder-shown {
  color: #c0c0c0;
}
main input::-webkit-input-placeholder, main textarea::-webkit-input-placeholder, main select::-webkit-input-placeholder {
  color: #c0c0c0;
}
main input:-moz-placeholder, main textarea:-moz-placeholder, main select:-moz-placeholder {
  color: #c0c0c0;
  opacity: 1;
}
main input::-moz-placeholder, main textarea::-moz-placeholder, main select::-moz-placeholder {
  color: #c0c0c0;
  opacity: 1;
}
main input:-ms-input-placeholder, main textarea:-ms-input-placeholder, main select:-ms-input-placeholder {
  color: #c0c0c0;
}
main input, main select {
  height: 30px;
}
main input:focus, main textarea:focus, main select:focus {
  outline: 0;
  border-color: #26a69a;
}

.about {
  width: 740px;
  min-width: 740px;
}
.about > p {
  width: 100%;
  margin: 0 auto 50px;
}
.about section {
  margin: 20px 0;
}
.about section h2 {
  margin: 0 0 30px;
  background-color: #26a69a;
  color: #ffffff;
  padding: 10px 20px;
  text-align: center;
}
.about section div {
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  display: -moz-flex;
  -moz-justify-content: space-between;
  display: -ms-flex;
  -ms-justify-content: space-between;
  display: -o-flex;
  -o-justify-content: space-between;
  display: flex;
  justify-content: space-between;
}
.about section div img {
  width: 350px;
  height: 100%;
  display: block;
  margin: 0 0 30px 0;
}
.about section div p {
  width: 350px;
}
.about .step {
  margin: 20px 5px 10px;
  border-radius: 20px;
  background-color: #ffcc00;
  color: #ffffff;
  padding: 5px 10px;
  text-align: center;
  width: 100px;
}
.about > div > h1 {
  font-size: 24px;
  font-weight: bold;
  margin: 5px 10px;
}
.about > div > h2 {
  font-size: 18px;
  font-weight: bold;
  margin: 5px 10px;
}
.about .body {
  margin: 10px 30px;
}

.privacy > p {
  margin: 0 0 40px;
}
.privacy section h2 {
  color: #242626;
}
.privacy .company_name {
  margin-top: 50px;
  text-align: right;
}

.form {
  width: 600px;
  min-width: 600px;
}
.form h4 {
  margin: 20px 0 0;
  color: #26a69a;
  font-weight: normal;
  font-size: 80%;
  width: 100%;
}
.form h4 span {
  color: red;
  font-size: 80%;
}
.form button {
  margin-top: 30px;
}

.entry_form form {
  display: -webkit-flex;
  -webkit-justify-content: center;
  flex-flow: row wrap;
  display: -moz-flex;
  -moz-justify-content: center;
  flex-flow: row wrap;
  display: -ms-flex;
  -ms-justify-content: center;
  flex-flow: row wrap;
  display: -o-flex;
  -o-justify-content: center;
  flex-flow: row wrap;
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
}
.entry_form form div > .inner {
  width: 100%;
  border: 1px solid #26a69a;
  border-radius: 4px;
  margin-bottom: 30px;
  padding: 10px 30px 30px;
  position: relative;
  display: -webkit-flex;
  flex-flow: row wrap;
  display: -moz-flex;
  flex-flow: row wrap;
  display: -ms-flex;
  flex-flow: row wrap;
  display: -o-flex;
  flex-flow: row wrap;
  display: flex;
  flex-flow: row wrap;
}
.entry_form form div > .inner h3 {
  position: absolute;
  top: -10px;
  padding: 0 10px;
  color: #26a69a;
  background-color: #ffffff;
}
.entry_form form div > .inner > div {
  width: 100%;
}
.entry_form form div > .inner > div select {
  width: 100%;
}
.entry_form form div > .inner .name_wrap {
  width: 48%;
  margin-right: 10px;
}
.entry_form form div > .inner .birthday_wrap {
  width: 165px;
  margin-right: 10px;
}
.entry_form form div p {
  font-size: 80%;
}
.entry_form form .confirm_box > .inner {
  display: -webkit-flex;
  -webkit-justify-content: flex-start;
  flex-flow: row wrap;
  display: -moz-flex;
  -moz-justify-content: flex-start;
  flex-flow: row wrap;
  display: -ms-flex;
  -ms-justify-content: flex-start;
  flex-flow: row wrap;
  display: -o-flex;
  -o-justify-content: flex-start;
  flex-flow: row wrap;
  display: flex;
  justify-content: flex-start;
  flex-flow: row wrap;
}
.entry_form form .confirm_box > .inner .name_wrap {
  width: auto;
  margin-right: 0px;
}
.entry_form form .confirm_box > .inner .birthday_wrap {
  width: auto;
  margin-right: 0px;
}

.faq section {
  border: 1px solid #26a69a;
  border-radius: 4px;
  padding: 20px;
}
.faq section a {
  margin-top: 10px;
}

.msg {
  color: red;
  font-size: 80%;
}

#mail_regist_conf section {
  text-align: center;
}
#mail_regist_conf section h2 {
  margin-top: 100px;
  margin-bottom: 50px;
  font-size: 120%;
}

#page_404 {
  min-height: calc(100vh - 450px);
}
#page_404 section {
  text-align: center;
}
#page_404 section h2 {
  margin-top: 100px;
  margin-bottom: 50px;
  font-size: 120%;
}
#page_404 section h2 span {
  display: block;
  font-size: 150%;
  margin-bottom: 20px;
}
#page_404 section p {
  font-size: 90%;
}
#page_404 section p a {
  display: inline;
}
