html,
body {
  margin: 0;
  padding: 0;
  width: 1200px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

.all {
  width: 1200px;
  margin: 0 auto 50px;
}
h1 {
  color: var(--text-Body, #333);
  font-family: Meiryo;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 60px */
  letter-spacing: 2px;
  padding-bottom: 50px;
}
h2 {
  color: #333;
  /* Headline/見出しXXL */
  font-family: Meiryo;
  font-size: 31px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 46.5px */
  letter-spacing: 1.55px;
  margin-bottom: 10px;
  margin-top: 100px;
}
h3 {
  padding: 10px 0;
  color: #333;
  /* Headline/見出しXL */
  font-family: Meiryo;
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 31.5px */
  letter-spacing: 1.05px;
  border-bottom: 1px solid #ccc;
  position: relative;
  margin-top: 50px;
}
h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 1px;
  background-color: #e71414;
}
.firstH3{
  margin-top: 60px;
}
h4 {
  color: var(--text-Body, #333);
  /* Headline/見出しM */
  font-family: Meiryo;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 25.5px */
  letter-spacing: 0.85px;
  margin-top: 20px;
}
h5 {
  color: #333;
  /* Headline/見出しL */
  font-family: Meiryo;
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 31.5px */
  letter-spacing: 1.05px;
  margin-bottom: 15px;
}
h6 {
  color: #333;
  /* Headline/見出しXS */
  font-family: Meiryo;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 22.5px */
  letter-spacing: 0.75px;
  margin-top: 30px;
}
.p1 {
  width: 963px;
  color: #333;
  font-family: Meiryo;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 25.5px */
  letter-spacing: 0.75px;
  margin-top: 20px;
}
.p2 {
  width: 965px;
  color: #333;
  font-family: Meiryo;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 25.5px */
  letter-spacing: 0.75px;
}
.box {
  margin-top: 40px;
  width: 799px;
  padding: 30px;
  background: #fafafa;
}
.box > .p1 {
  width: 799px;
  margin-top: 5px;
  color: #333;
  /* Body/本文M */
  font-family: Meiryo;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 22.1px */
  letter-spacing: 0.65px;
}
.box > .p2 {
  width: 799px;
  margin-top: 25px;
  color: #333;
  /* Body/本文S・補足M */
  font-family: Meiryo;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 18.7px */
}

.p3 {
  color: #666;
  /* Body/本文S・補足M */
  font-family: Meiryo;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 18.7px */
  margin-top: 20px;
}
.a1 {
  color: var(--text-textlink, #2444a5);
  /* Body/本文S・補足M */
  font-family: Meiryo;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 18.7px */
  text-decoration: none;
}
.a2 {
  color: var(--text-textlink, #2444a5);
  /* Body/本文S・補足M */
  font-family: Meiryo;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: 0.75px;
  text-decoration: none;
  cursor: pointer;
}

.flexH {
  display: flex;
  width: 100%;
}
.flexH span {
  color: #333;
  margin-right: 5px;
  font-family: Meiryo;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 25.5px */
  letter-spacing: 0.75px;
}
.timeP{
  color: var(--text-Body, #333);
text-align: right;

/* Body/本文S・補足M */
font-family: Meiryo;
font-size: 11px !important;
font-style: normal;
font-weight: 400;
line-height: 170%; /* 18.7px */
margin-top: 50px;
}
