@charset "utf-8";
@font-face {
  font-family: "SalesforceSans";
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/SalesforceSans-Bold.woff");
  font-display: swap;
}
@font-face {
  font-family: "SalesforceSans";
  font-style: normal;
  src: url("../fonts/SalesforceSans-Regular.woff");
  font-display: swap;
}

html,
body,
div,
main,
span,
iframe,
h1,
h2,
h3,
h4,
h4,
h5,
p,
dfn,
img,
ins,
q,
small,
strong,
var,
i,
dl,
dt,
dd,
ul,
li,
ol,
legend,
table,
caption,
tbody,
tr,
th,
td,
canvas,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
mark {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  background: transparent;
}
main,
section,
nav,
menu,
header,
footer,
figure,
figcaption {
  display: block;
}
canvas {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
html {
  overflow-y: scroll;
}
body {
  color: #222;
  font-family: SalesforceSans, -apple-system, Arial, "メイリオ", Meiryo,
    sans-serif;
  font-size: 16px;
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-print-color-adjust: exact;
}
@media screen and (min-width: 768px) {
  body {
    min-width: 1260px;
  }
}
a {
  text-decoration: none;
  color: inherit;
}
hr {
  display: none;
}
img {
  border: 0;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
ul {
  list-style: none;
}
table {
  border: 0 none;
  border-collapse: collapse;
  width: 100%;
}
table th,
table td {
  border: 0 none;
  vertical-align: top;
  font-size: 1em;
  text-align: left;
}
input::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
legend {
  display: none;
}
input {
  vertical-align: middle;
  border-radius: 0;
  outline: none;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="image"] {
  -webkit-appearance: none;
}
input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  box-sizing: border-box;
}
input[type="text"],
input[type="tel"] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
}
select::-ms-expand {
  display: none;
}
a,
button {
  outline: 0;
}
br.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  br.sp {
    display: block;
  }
}
._sp {
  display: none;
}
@media screen and (max-width: 767px) {
  ._pc {
    display: none;
  }
  ._sp {
    display: block;
  }
}
.header {
  background: #fff;
  display: flex;
  padding: 22px 45px;
}
@media screen and (max-width: 767px) {
  .header {
    padding: 8px 15px;
    align-items: center;
  }
}
.header-logo {
  width: 80px;
}
@media screen and (max-width: 767px) {
  .header-logo {
    width: 60px;
  }
}
.header-navi {
  display: flex;
  margin: 0 0 0 auto;
}
.header-navi-list {
  display: flex;
  margin: 0 30px 0 0;
  padding: 18px 0 0 0;
}
@media screen and (max-width: 767px) {
  .header-navi-list {
    display: none;
  }
}
.header-navi-list > li {
  font-size: 16px;
  line-height: 1.2;
  color: #215ca0;
  margin: 0 30px 0 0;
}
.header-navi-list > li > a:hover {
  text-decoration: underline;
}
.header-navi-list > li:last-child {
  margin: 0;
}
.header-button {
  border-radius: 3px;
  background: #215ca0;
  color: #fff;
  font-size: 14px;
  line-height: 42px;
  font-weight: bold;
  text-align: center;
  margin: 7px 0 0 0;
  height: 42px;
}
@media screen and (max-width: 767px) {
  .header-button {
    font-size: 11px;
    line-height: 30px;
    height: 30px;
    margin: 0;
  }
}
.header-button a {
  text-align: center;
  display: block;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .header-button a {
    padding: 0 10px;
  }
}
.header-button:hover {
  opacity: 0.8;
}
.main-image img {
  width: 100%;
}
.news {
  background: #215ca0;
}
.news-inner {
  width: 960px;
  margin: auto;
  display: flex;
  padding: 28px 0;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .news-inner {
    width: auto;
    padding: 35px 30px 30px 30px;
    display: block;
  }
}
.news-head {
  font-size: 21px;
  line-height: 1.2;
  font-weight: bold;
  padding: 0 20px 0 0;
  color: #fff;
  border-right: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .news-head {
    padding: 0;
    border-right: none;
    margin: 0 0 10px 0;
  }
}
.news-content {
  display: flex;
  padding: 10px 20px;
  font-size: 15px;
  line-height: 1.5;
  color: #fff;
  flex-flow: column;
}
@media screen and (max-width: 767px) {
  .news-content {
    padding: 0 0 20px 0;
  }
}
.news-content a:hover {
  text-decoration: underline;
}
.news-entry-button {
  border-radius: 3px;
  background: #fff;
  color: #215ca0;
  font-size: 14px;
  line-height: 42px;
  font-weight: bold;
  text-align: center;
  height: 42px;
  margin: 0 0 0 auto;
}
.news-entry-button:hover {
  opacity: 0.8;
}
.news-entry-button a {
  text-align: center;
  display: block;
  padding: 0 25px;
}
.section-head {
  font-size: 30px;
  line-height: 1.2;
  text-align: center;
  margin: 0 0 45px 0;
}
@media screen and (max-width: 767px) {
  .section-head {
    font-size: 21px;
    margin: 0 0 25px 0;
  }
}
.section-block {
  padding: 80px 0 40px 0;
}
@media screen and (max-width: 767px) {
  .section-block {
    padding: 60px 0 30px 0;
  }
}
.about-block {
  width: 780px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .about-block {
    width: auto;
    margin: 0 30px;
  }
}
.about-text {
  font-size: 16px;
  line-height: 2;
  margin: 0 0 60px 0;
  letter-spacing: 1px;
}
.about-movie {
  position: relative;
  padding: 56% 0 0 0;
}
.about-movie iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.overview-contents {
  width: 960px;
  margin: auto;
  box-sizing: border-box;
  border: 1px solid #ddd;
  padding: 10px 40px 40px 40px;
}
@media screen and (max-width: 767px) {
  .overview-contents {
    width: auto;
    padding: 10px 20px 20px 20px;
    margin: 0 30px;
  }
}
.overview-contents h2 {
  font-size: 17px;
  line-height: 1.2;
  margin: 40px 0 10px 0;
  color: #215ca0;
}
@media screen and (max-width: 767px) {
  .overview-contents h2 {
    margin: 20px 0 10px 0;
  }
}
.overview-contents p {
  font-size: 14px;
  line-height: 2;
}
.overview-contents ul {
  list-style-type: disc;
  padding: 0 0 0 1.5em;
  margin: 5px 0 0;
}
.overview-contents ul li {
  font-size: 14px;
  line-height: 2;
}
.overview-contents ol {
  padding: 0 0 0 1.5em;
  margin: 0 0 40px;
}
.overview-contents ol li {
  font-size: 14px;
  line-height: 2;
}
.overview-contents a {
  color: #215ca0;
  text-decoration: underline;
}
.overview-contents a:hover {
  text-decoration: none;
}
.criteria-list {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #ddd;
  box-sizing: border-box;
  width: 960px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .criteria-list {
    width: auto;
    display: block;
    margin: 0 30px;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
}
.criteria-list > li {
  width: 320px;
  flex-basis: 320px;
  min-width: 320px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  box-sizing: border-box;
  position: relative;
  padding: 60px 40px;
}
@media screen and (max-width: 767px) {
  .criteria-list > li {
    width: auto;
    min-width: auto;
    padding: 35px 15px;
    border-right: none;
  }
}
.criteria-list > li:nth-child(3n + 1) {
  border-left: 1px solid #ddd;
}
@media screen and (max-width: 767px) {
  .criteria-list > li:nth-child(3n + 1) {
    border-left: none;
  }
}
.criteria-number {
  position: absolute;
  top: 25px;
  right: 30px;
  font-size: 60px;
  line-height: 1.2;
  font-weight: bold;
  color: #215ca0;
  opacity: 0.1;
}
@media screen and (max-width: 767px) {
  .criteria-number {
    top: 15px;
  }
}
.criteria-head {
  font-size: 20px;
  line-height: 1.2;
  color: #215ca0;
  margin: 0 0 25px 0;
}
.criteria-text {
  font-size: 14px;
  line-height: 2;
}
.schedule-list {
  display: flex;
  width: 960px;
  margin: auto;
  justify-content: space-between;
  box-sizing: border-box;
  border: 1px solid #ddd;
}
@media screen and (max-width: 767px) {
  .schedule-list {
    width: auto;
    display: block;
    margin: 0 30px;
    border-bottom: none;
  }
}
.schedule-list > li {
  width: 100%;
  border-right: 1px solid #ddd;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .schedule-list > li {
    width: auto;
    border-right: none;
    border-bottom: 1px solid #ddd;
  }
}
.schedule-list > li:last-child {
  border-right: none;
}
.schedule-head {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
  padding: 15px 0;
  background: #f5f5f5;
  height: 64px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .schedule-head {
    height: auto;
  }
}
.schedule-text-block {
  display: flex;
  align-items: center;
  height: 135px;
  padding: 0 25px;
}
@media screen and (max-width: 767px) {
  .schedule-text-block {
    height: auto;
    padding: 20px;
  }
}
.schedule-text {
  font-size: 16px;
  line-height: 2;
  text-align: center;
  font-weight: bold;
  color: #215ca0;
  width: 100%;
}
.entry-section {
  margin: 80px 0 0 0;
  padding: 80px 0 60px 0;
  background: #f5f5f5;
}
@media screen and (max-width: 767px) {
  .entry-section {
    margin: 30px 0 0 0;
    padding: 45px 0 30px 0;
  }
}
.entry-form {
  width: 800px;
  background: #fff;
  box-sizing: border-box;
  padding: 60px 45px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .entry-form {
    width: auto;
    margin: 0 15px;
    padding: 25px 0;
  }
}
.form-label {
  font-size: 16px;
  line-height: 1.2;
  margin: 0 0 10px 0;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .form-label {
    font-size: 14px;
  }
}
.form-label .required {
  font-size: 10px;
  line-height: 1;
  color: #fff;
  background: #fe9339;
  display: inline-block;
  vertical-align: top;
  padding: 3px 5px;
  font-weight: normal;
  border-radius: 3px;
  margin: 3px 0 0 5px;
}
@media screen and (max-width: 767px) {
  .form-label .required {
    margin: 0 0 0 5px;
  }
}
.error-message {
  display: none;
  padding: 10px 0 0 0;
  font-size: 12px;
  line-height: 1.2;
  color: #c23934;
}
.schedule-error-message {
  font-size: 14px;
  line-height: 1.2;
  color: #c23934;
}
.error-message.show {
  display: block;
}
.form-block {
  display: flex;
  margin: 0 0 40px 0;
  width: 100%;
}
.form-block._narrow {
  margin: 0 0 20px 0;
}
@media screen and (max-width: 767px) {
  .form-block._sp_block {
    display: block;
  }
}
.form-item_single {
  width: 100%;
  box-sizing: border-box;
  padding: 0 15px;
}
.form-item1 {
  width: 100%;
}
.form-item {
  width: 100%;
  box-sizing: border-box;
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  .form-item:first-child {
    padding: 0 7px 0 15px;
  }
  .form-item:last-child {
    padding: 0 15px 0 7px;
  }
}
.form-input {
  border: 1px solid #ccc;
  border-radius: 3px;
}
.form-input input {
  width: 100%;
  box-sizing: border-box;
  padding: 0 20px;
  height: 50px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .form-input input {
    font-size: 16px;
  }
}
.form-checkbox-list {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 0 0 0;
}
.form-checkbox-list > li {
  font-size: 14px;
  line-height: 1.2;
  margin: 0 20px 20px 0;
}
.form-terms > li > input[type="checkbox"],
.form-checkbox-list > li > input[type="checkbox"] {
  display: none;
}
.form-terms > li > label,
.form-checkbox-list > li > label {
  padding: 0 0 0 26px;
  position: relative;
  cursor: pointer;
  display: block;
}
.form-terms > li > label:before,
.form-checkbox-list > li > label:before {
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  border: 1px solid #777;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 0;
}
.form-terms > li > label:before {
  top: 2px;
}
.form-terms > li > input[type="checkbox"]:checked + label:after,
.form-checkbox-list > li > input[type="checkbox"]:checked + label:after {
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  width: 12px;
  height: 7px;
  top: 4px;
  left: 3px;
  transform: rotate(-45deg);
  border-bottom: 3px solid;
  border-left: 3px solid;
  border-color: #215ca0;
}
.form-terms > li > input[type="checkbox"]:checked + label:after {
  top: 6px;
}
.form-other {
  display: flex;
  align-items: center;
}
.form-other-label {
  font-size: 14px;
  line-height: 1.2;
  padding: 0 20px 0 0;
}
.form-other .form-input {
  width: 300px;
}
@media screen and (max-width: 767px) {
  .form-other .form-input {
    width: auto;
  }
}
.form-select {
  position: relative;
  display: block;
}
.form-select:after {
  content: "";
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 7px;
  height: 7px;
  border-bottom: 2px solid #215ca0;
  border-right: 2px solid #215ca0;
  transform: rotate(45deg);
}
.form-select select {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 50px;
  font-size: 14px;
  box-sizing: border-box;
  padding: 0 35px 0 15px;
  border: 1px solid #ccc;
  border-radius: 3px;
  color: #333;
}
@media screen and (max-width: 767px) {
  .form-select select {
    font-size: 16px;
  }
}
.form-request {
  margin: 30px 0 0 0;
  border: 1px solid #ddd;
}
.form-request-header {
  background: #f5f5f5;
  padding: 10px 15px;
  border-bottom: 1px solid #ddd;
  display: flex;
  justify-content: space-between;
}
.form-request-header-text {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.2;
}
.form-request-list > li {
  display: none;
  padding: 15px 30px 15px 20px;
}
.form-request-list > li.show {
  display: flex;
}
.form-request-list > li > input[type="radio"] {
  display: none;
}
.form-request-list > li > label {
  font-size: 12px;
  line-height: 22px;
  padding: 0 0 0 26px;
  position: relative;
  cursor: pointer;
}
.form-request-list > li > label:before {
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  left: 0;
  top: 2px;
  border: 1px solid #777;
  background: #fff;
  border-radius: 16px;
}
.form-request-list > li.disabled {
  background: #eee;
}
.form-request-list > li.disabled > label {
  cursor: default;
  color: #aaa;
}
.form-request-list > li.disabled > label:before {
  border: 1px solid #ddd;
}
.form-request-list > li.disabled > label:after,
.form-request-list > li > input[type="radio"]:checked + label:after {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  left: 5px;
  top: 7px;
  border-radius: 8px;
}
.form-request-list > li > input[type="radio"]:checked + label:after {
  background: #215ca0;
}
.form-request-list > li.disabled > label:after {
  background: #ddd;
}
.form-status {
  font-size: 10px;
  line-height: 1.2;
  padding: 5px 0;
  background: #215ca0;
  border-radius: 3px;
  color: #fff;
  width: 35px;
  text-align: center;
  margin: 0 0 0 auto;
}
.disabled .form-status {
  background: #aaa;
}
.form-terms {
  padding: 0 15px 40px 15px;
}
.form-terms > li {
  font-size: 12px;
  line-height: 2;
  margin: 0 0 20px 0;
}
.form-terms > li a {
  color: #215ca0;
  text-decoration: underline;
}
.form-terms > li a:hover {
  text-decoration: none;
}
.form-submit {
  width: 180px;
  margin: auto;
}
.form-submit button[type="submit"] {
  font-size: 16px;
  line-height: 1.2;
  height: 50px;
  background: #215ca0;
  border-radius: 3px;
  width: 100%;
  color: #fff;
  font-weight: bold;
  border: none;
  cursor: pointer;
}
.form-submit button[type="submit"]:not(:disabled):hover {
  opacity: 0.8;
}
.form-submit button[type="submit"]:disabled {
  opacity: 0.5;
  cursor: default;
}
.reference {
  background: #f5f5f5;
  padding: 0 0 120px 0;
}
@media screen and (max-width: 767px) {
  .reference {
    padding: 0 0 40px 0;
  }
}
.reference-blocks {
  width: 800px;
  margin: auto;
  display: flex;
}
@media screen and (max-width: 767px) {
  .reference-blocks {
    width: auto;
    display: block;
  }
}
.reference-block:first-child {
  margin: 0 15px 0 0;
}
.reference-block:last-child {
  margin: 0 0 0 15px;
}
@media screen and (max-width: 767px) {
  .reference-block:first-child {
    margin: 0 15px 20px 15px;
  }
  .reference-block:last-child {
    margin: 0 15px;
  }
}
.reference-block {
  background: #fff;
  width: 50%;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .reference-block {
    width: auto;
  }
}
.reference-block-head {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 0 15px 0;
}
.reference-block-text {
  font-size: 14px;
  line-height: 1.5;
}
.reference-block-text a {
  color: #215ca0;
  text-decoration: underline;
}
.reference-block-text a:hover {
  text-decoration: none;
}
.footer {
  background: #f5f5f5;
  font-size: 12px;
  line-height: 1.2;
  text-align: center;
  padding: 0 0 20px 0;
}
.magazine_layer {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 999;
  align-items: center;
  justify-content: center;
  overflow: auto;
  box-sizing: border-box;
  padding: 50px 20px;
}
.magazine_layer.show {
  display: flex;
}
.magazine_modal {
  background: #fff;
  max-width: 640px;
  position: relative;
}
.magazine_modal_head {
  padding: 20px;
  text-align: center;
  font-size: 18px;
  line-height: 1.5;
  border-bottom: 1px solid #ccc;
}
.magazine_modal_list {
  padding: 10px 0;
}
.magazine_modal_list li {
  font-size: 14px;
  line-height: 1.6;
  padding: 10px 20px;
  display: flex;
}
.magazine_modal_list li .magazine_checkbox {
  margin: 0 10px 0 0;
}
.magazine_detail {
  display: none;
}
.magazine_detail.show {
  display: block;
}
.magazine_modal_list li a {
  color: #215ca0;
}
.magazine_modal_footer {
  border-top: 1px solid #ccc;
  padding: 15px;
  background: #eee;
  display: flex;
  justify-content: flex-end;
}
.magazine_cancel {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #215ca0;
  font-size: 14px;
  height: 40px;
  width: 100px;
  cursor: pointer;
}
.magazine_submit {
  background: #215ca0;
  border: 1px solid #215ca0;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  height: 40px;
  margin: 0 0 0 10px;
  width: 60px;
  cursor: pointer;
}
.magazine_submit:disabled {
  cursor: default;
  opacity: 0.5;
}
.magazine_close {
  position: absolute;
  top: -35px;
  right: 0;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background: url("../images/modal_close.svg") no-repeat center center;
  background-size: 16px 16px;
}
.reference-mail_magazine {
  margin: 13px 40px 0 0;
  max-width: 420px;
}
@media screen and (max-width: 767px) {
  .reference-mail_magazine {
    margin: 0 0 20px 0;
    max-width: 100%;
  }
}
.reference-mail_magazine_head {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 0 15px 0;
}
.reference-mail_magazine_text {
  font-size: 12px;
  line-height: 1.8;
  margin: 0 0 20px 0;
}
.reference-mail_magazine_form {
  display: flex;
  width: 320px;
}
@media screen and (max-width: 767px) {
  .reference-mail_magazine_form {
    width: 100%;
  }
}
.reference-mail_magazine_input {
  width: 100%;
  margin: 0 -3px 0 0;
}
.reference-mail_magazine_input input {
  border: 1px solid #ccc;
  border-right: none;
  border-radius: 4px 0 0 4px;
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  text-indent: 10px;
  padding: 10px 0;
  font-size: 14px;
}
.reference-mail_magazine_button {
  width: 80px;
  background: #215ca0;
  color: #fff;
  font-size: 14px;
  height: 40px;
  border-radius: 4px;
  border: none;
  cursor: pointer;
}
.reference-mail_magazine_button:disabled {
  cursor: default;
  background: #90aed0;
}
.complete {
  background: #f5f5f5;
}
.form-upload,
.form-complete {
  padding: 120px 0;
  width: 800px;
  margin: auto;
}
.form-complete._complete {
  background: #fff;
}
@media screen and (max-width: 767px) {
  .form-upload,
  .form-complete {
    padding: 60px 0;
    width: auto;
    margin: 0 30px;
  }
  .form-complete._complete {
    padding: 60px 15px;
  }
}
.form-complete-head {
  text-align: center;
  font-size: 30px;
  line-height: 1.4;
  margin: 0 0 80px 0;
}
@media screen and (max-width: 767px) {
  .form-complete-head {
    font-size: 22px;
    margin: 0 0 40px 0;
  }
}
.form-complete-text {
  font-size: 16px;
  line-height: 2;
  margin: 0 0 20px 0;
}
.form-complete-text._center {
  text-align: center;
}
.form-complete-text a {
  color: #215ca0;
  text-decoration: underline;
}
.form-complete-text a:hover {
  text-decoration: none;
}
.form-complete-button {
  width: 280px;
  margin: 60px auto 0 auto;
}
.form-complete-button.back {
  width: 230px;
}
.form-complete-button:hover {
  opacity: 0.8;
}
.form-complete-button a {
  font-size: 16px;
  line-height: 50px;
  height: 50px;
  background: #215ca0;
  border-radius: 3px;
  width: 100%;
  color: #fff;
  font-weight: bold;
  display: block;
  text-align: center;
}
.attention {
  border: 1px solid #ddd;
  padding: 40px;
  margin: 0 0 40px 0;
}
@media screen and (max-width: 767px) {
  .attention {
    padding: 20px;
  }
}
.attention-head {
  font-size: 17px;
  line-height: 1.2;
  margin: 0 0 10px 0;
  color: #215ca0;
}
.attention-sub-head-1 {
  margin: 15px 0 5px 0;
  line-height: 1.2;
  font-size: 15px;
  font-weight: bold;
}
.attention-sub-head-2 {
  margin: 10px 0 5px 0;
  line-height: 1.2;
  font-size: 15px;
}
.attention-text {
  font-size: 14px;
  line-height: 2;
}
.attention-list {
  list-style-type: disc;
  padding: 0 0 0 1.5em;
  margin: 5px 0 20px;
}
.attention-list > li {
  font-size: 14px;
  line-height: 2;
}
.attention > h3 {
  font-size: 17px;
  line-height: 1.2;
  margin: 0 0 10px 0;
  color: #215ca0;
}
.attention > p {
  font-size: 14px;
  line-height: 2;
}
.attention > p strong {
  display: block;
  margin: 15px 0 5px 0;
  line-height: 1.2;
  font-size: 15px;
}
.attention > ul {
  list-style-type: disc;
  padding: 0 0 0 1.5em;
  margin: 5px 0 20px;
}
.attention > ul > li {
  font-size: 14px;
  line-height: 2;
}
.attention a {
  text-decoration: underline;
}
.file-pickup-title {
  font-size: 20px;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
}
.file-pickup {
  background: #f1f1f1;
  position: relative;
  display: flex;
  align-items: center;
  padding: 20px;
  box-sizing: border-box;
  height: 160px;
  margin: 10px 0 40px 0;
  border: 1px solid #ddd;
}
.file-pickup input[type="file"] {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  cursor: pointer;
  opacity: 0;
}
.file-pickup-block {
  width: 100%;
}
.file-pickup-name {
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  height: 20px;
  margin: 10px 0 0 0;
}
.file-pickup-text {
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
  margin: 0 0 10px 0;
}
.file-pickup-button {
  font-size: 16px;
  line-height: 50px;
  height: 50px;
  background: #ddd;
  border-radius: 3px;
  width: 180px;
  font-weight: bold;
  display: block;
  text-align: center;
  margin: auto;
}
.file-submit {
  font-size: 16px;
  line-height: 50px;
  height: 50px;
  background: #215ca0;
  border-radius: 3px;
  width: 180px;
  color: #fff;
  font-weight: bold;
  display: block;
  text-align: center;
  margin: auto;
  border: none;
  cursor: pointer;
}
.file-submit:disabled,
.file-submit:disabled:hover {
  opacity: 0.5;
  cursor: default;
}
.file-submit:hover {
  opacity: 0.8;
}
.layer-upload {
  position: fixed;
  display: none;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
}
.layer-upload.show {
  display: flex;
}
.layer-upload-inner {
  padding: 50px;
  width: 70%;
  margin: auto;
  background: #fff;
  border: 1px solid #ddd;
  box-sizing: border-box;
}
.layer-upload-text {
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
  margin: 0 0 20px 0;
}
.layer-upload-progress {
  height: 15px;
  background: #ddd;
  position: relative;
}
.layer-upload-progress._space {
  margin: 0 0 15px 0;
}
.layer-upload-progress span {
  background: #215ca0;
  transition: width 1s;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.note-text {
  width: 960px;
  margin: 10px auto 0 auto;
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .note-text {
    width: auto;
    margin: 10px 30px 0 30px;
  }
}
.header-sns {
  display: flex;
  align-items: center;
  margin: 0 10px 0 0;
}
.header-sns li {
  margin: 0 15px 0 0;
}
