*,
*::before,
*::after {
  box-sizing: border-box;
  word-wrap: break-word;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/NotoSansCJKjp-Regular.eot');
  src: url('../fonts/NotoSansCJKjp-Regular.eot?#iefix') format('embedded-opentype'),
  url('../fonts/NotoSansCJKjp-Regular.woff') format('woff'),
  url('../fonts/NotoSansCJKjp-Regular.ttf')  format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/NotoSansCJKjp-Medium.eot');
  src: url('../fonts/NotoSansCJKjp-Medium.eot?#iefix') format('embedded-opentype'),
  url('../fonts/NotoSansCJKjp-Medium.woff') format('woff'),
  url('../fonts/NotoSansCJKjp-Medium.ttf')  format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/NotoSansCJKjp-Bold.eot');
  src: url('../fonts/NotoSansCJKjp-Bold.eot?#iefix') format('embedded-opentype'),
  url('../fonts/NotoSansCJKjp-Bold.woff') format('woff'),
  url('../fonts/NotoSansCJKjp-Bold.ttf')  format('truetype');
  font-display: swap;
}

html {
  font-size: 10px;
}

body {
  font-family: "Noto Sans Japanese", "游明朝体", "Yu Mincho", YuMincho, serif;
  color: #040d1b;
  background-color: #f0f3f6;
}

@media screen and (min-width: 768px) {
body {
  font-family: "Noto Sans Japanese", "游明朝体", "Yu Mincho", YuMincho, serif;
  font-size: 1.4rem;
}
}

@media screen and (max-width: 767px) {
body {
  font-size: 1.3rem;
}
}

img {
  vertical-align: top;
  max-width: 100%;
  width: 100%;
  height: auto;
}

.header {
  margin-bottom: 70px;
  padding: 20px 15px 15px;
  background-color: #ffffff;
}

.header__logo-list {
  display: flex;
  justify-content: center;
}

.header__logo-item {
  margin: 0 12px;
}

.header__logo1 {
  width: 46px;
}

.header__logo2 {
  width: 27px;
}

.header__logo3 {
  width: 48px;
}

.main {
  max-width: 900px;
  margin: 0 auto 70px;
  padding: 42px 15px;
  background-color: #ffffff;
}

.title {
  margin-bottom: 10px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.6em;
  text-align: center;
}

.text {
  max-width: 700px;
  margin: 0 auto 20px;
  font-size: 1.2rem;
  line-height: 1.6em;
  letter-spacing: -0.04em;
}

.form {
  max-width: 700px;
  margin: 45px auto 0;
}

.form__line {
  display: flex;
  flex-wrap: wrap;
}

.form__label-wrap {
  width: 27%;
  margin-bottom: 24px;
  padding-top: 6px;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.6em;
}

.confirm .form__label-wrap {
  padding-top: 0;
  line-height: 1.4em;
}

.form__required {
  display: inline-block;
  margin-right: 15px;
  padding: 2px 6px;
  font-size: 1.2rem;
  font-weight: 500;
  color: #ffffff;
  background-color: #e00616;
  vertical-align: middle;
}

.form__input-wrap {
  width: 73%;
  margin-bottom: 24px;
}

.confirm .form__input-wrap {
  padding-top: 0;
  line-height: 1.4em;
}

.form__select {
  width: 100%;
  padding: 8px 13px;
  border: 1px solid #c9c9c9;
  border-radius: 3px;
  -webkit-appearance: none;
}

.form__input {
  width: 100%;
  padding: 12px 13px;
  background-color: #f3f5f6;
  border: none;
  border-radius: 3px;
}

.form__textarea {
  width: 100%;
  min-height: 140px;
  padding: 12px 13px;
  background-color: #f3f5f6;
  border: none;
  border-radius: 3px;
}

.privacy-policy {
  height: 144px;
  margin-bottom: 20px;
  padding: 25px 15px 15px;
  border: 1px solid #d8d8d8;
  overflow-y: scroll;
}

.privacy-policy__title {
  margin-bottom: 10px;
  font-size: 1.5rem;
  text-align: center;
}

.privacy-policy__sub-title {
  font-size: 1.4rem;
  line-height: 1.6em;
  color: #032971;
}

.privacy-policy__text {
  margin-bottom: 10px;
  font-size: 1.2rem;
  line-height: 1.6em;
}

.checkbox__wrap {
  margin-bottom: 30px;
  text-align: center;
}

.button__wrap {
  text-align: center;
}

.button {
  max-width: 325px;
  width: 100%;
  padding: 18px 15px;
  font-size: 1.6rem;
  color: #ffffff;
  border: none;
  cursor: pointer;
  background-image: -moz-linear-gradient( -180deg,rgb(7,101,174) 0%, rgb(7,134,174) 50%,  rgb(7,101,174) 100%);
  background-image: -webkit-linear-gradient( -180deg,rgb(7,101,174) 0%, rgb(7,134,174) 50%,  rgb(7,101,174) 100%);
  background-image: -ms-linear-gradient( -180deg,rgb(7,101,174) 0%, rgb(7,134,174) 50%,  rgb(7,101,174) 100%);
  background-size: 200%;
  background-position: left center;
  transition: background-position 0.3s;
  -webkit-appearance: none;
}

.button:hover {
  background-position: left 100% center;
}

.footer {
  padding: 75px 15px 45px;
  background-color: #124387;
  text-align: center;
}

.footer__title {
  margin-bottom: 25px;
  font-size: 2.3rem;
  color: #ffffff;
}

.footer__text {
  margin-bottom: 55px;
  font-size: 1.4rem;
  line-height: 2em;
  color: #ffffff;
}

.footer__copyright {
  display: block;
  font-size: 1.2rem;
  color: #ffffff;
}

.link__wrap {
  margin-top: 15px;
  text-align: center;
}

.link {
  font-size: 1.4rem;
  color: #124387;
  cursor: pointer;
}

.google-link {
  display: inline-block;
  width: 100px;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
.form__label-wrap {
  width: 100%;
  margin-bottom: 10px;
  padding-top: 0;
}

.form__input-wrap {
  width: 100%;
}
}
