.pageTab {
  border-bottom: 1px solid #A82521;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  z-index: 100;
}

.pageTab-button.is-current .pageTab-button-object {
  background-color: #A82521;
  color: #fff;
  pointer-events: none;
}

.pageTab-button-object {
  background-color: #F2F2F2;
  color: #050F31;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.tabContents {
  display: none;
  padding-top: 130px;
  margin-top: -90px;
}

.tabContents.is-current {
  display: block;
}

.attentionList {
  margin-top: 10px;
}

.attentionList + .m-sectionTitle-03 {
  margin-top: 30px;
}

.attentionList-item {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.666;
  display: flex;
}

.attentionList-item .icon {
  display: block;
  min-width: 2em;
}

.attentionList-item.item-03 .icon {
  min-width: 1em;
}

.entryTable {
  border: 1px solid #B5B8C2;
  margin-top: 15px;
}

.entryTable-title {
  background-color: #F2F2F2;
  padding: 27px 28px;
  color: #444C65;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.875;
}

.entryTable-description {
  padding: 25px 25px;
}

.entryTable-02 {
  line-height: 1.571;
  display: flex;
}

.entryTable-02 + .entryTable-02 {
  margin-top: 15px;
}

.entryTable-02-title {
  min-width: 105px;
}

.entryTable-02-title.is-circle {
  min-width: 127px;
}

.entryTable-02-title.is-circle:before {
  content: "";
  background-color: #444C65;
  border-radius: 100%;
  display: inline-block;
  width: 14px;
  height: 14px;
  min-width: 14px;
  position: relative;
  top: 3px;
  margin-right: 5px;
}

.entryTable-03Wrap {
  margin-top: 15px;
}

.entryTable-03 {
  line-height: 1.571;
  display: flex;
}

.entryTable-03 + .entryTable-03 {
  margin-top: 2px;
}

.entryTable-03-title {
  min-width: 105px;
}

.entryTable-03-title.is-circle {
  min-width: 127px;
}

.entryTable-03-title.is-circle:before {
  content: "";
  background-color: #444C65;
  border-radius: 100%;
  display: inline-block;
  width: 14px;
  height: 14px;
  min-width: 14px;
  position: relative;
  top: 3px;
  margin-right: 5px;
}

.awardsList + .awardsList {
  margin-top: 15px;
}

.awardsList-title {
  color: #ED1C24;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.03em;
}

.awardsList-description {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.571;
  margin-top: 10px;
}

.pastAwardsList {
  margin-top: 5px;
}

.pastAwardsList-item {
  list-style: none;
}

.pastAwardsList-item img {
  max-width: 100%;
}

.pastAwardsList-item figcaption {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.01em;
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 1.571;
}

.pastAwardsList-item.item-02 figcaption {
  letter-spacing: -0.04em;
}

.flowList-item {
  list-style: none;
}

.flowList-item + .flowList-item {
  margin-top: 30px;
}

.flowList-item .m-pageText,
.flowList-item .c-list-02-item {
  font-weight: 500;
}

.flowList-item.item-03 address {
  margin-top: 10px;
}

.flowList-button {
  margin-top: 20px;
}

.flowList-button .c-button-object {
  margin-left: auto;
  margin-right: auto;
}

.tutorialMovie {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.tutorialMovie-link {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}

.tutorialMovie-image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.tutorialMovie-image:nth-child(2) {
  opacity: 0;
  z-index: 20;
}

.tutorialMovie-image img {
  max-width: 100%;
}

.scaduleImage {
  margin-top: 20px;
}

.scaduleImage img {
  max-width: 100%;
}

.downloadButtonWrap {
  margin-top: 40px;
}

.downloadButton {
  margin-top: 40px;
}

.downloadButton .c-button-object {
  margin-left: auto;
  margin-right: auto;
}

.emailBox {
  font-size: 18px;
  line-height: 1.8;
}

.m-pageTextWrap{
 /*display: flex;*/
/*  justify-content:center;*/
}

@media all and (min-width: 768px) {
  .pageTab-button {
    width: 390px;
    height: 50px;
  }
  .pageTab-button-object {
    transition: 0.3s ease;
  }
  .pageTab-button-object:hover {
    background-color: #e7e7e7;
  }
  .attentionList {
    margin-left: 22px;
  }
  .pastAwardsList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .pastAwardsList-item {
    width: 359px;
  }
  .tutorialMovie {
    width: 480px;
    height: 272px;
  }
  .tutorialMovie-link:hover .tutorialMovie-image:nth-child(1) {
    opacity: 0;
  }
  .tutorialMovie-link:hover .tutorialMovie-image:nth-child(2) {
    opacity: 1;
  }
  .tutorialMovie-image {
    transition: 0.3s ease;
  }
  .downloadText {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .m-sectionTitle-03 {
    font-size: 16px;
    line-height: 1.75;
  }
  .pageTab-button {
    width: calc(100% / 2 - 1px);
    height: 60px;
  }
  .pageTab-button-object {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.571;
    text-align: center;
  }
  .entryTable-title {
    padding: 15px;
    font-size: 14px;
    line-height: 1.571;
  }
  .entryTable-description {
    padding: 15px 12px 15px 15px;
  }
  .entryTable-02 {
    font-size: 14px;
  }
  .entryTable-02-title {
    min-width: 97px;
  }
  .entryTable-03 {
    font-size: 14px;
    display: block;
  }
  .entryTable-03-title {
    min-width: 97px;
  }
  .entryTable-03-description {
    margin-left: 20px;
  }
  .awardsList.list-02 .awardsList-title {
    letter-spacing: -0.04em;
  }
  .pastAwardsList-item + .pastAwardsList-item {
    margin-top: 20px;
  }
  .pastAwardsList-item.item-02 figcaption {
    letter-spacing: 0.02em;
  }
  .flowList-item .attentionList {
    margin-left: 20px;
  }
  .tutorialMovie {
    width: 100%;
    height: 49.066vw;
  }
  .downloadText {
    letter-spacing: 0.01em;
  }
  .downloadButtonWrap {
    margin-top: 30px;
  }
  .downloadButton {
    margin-top: 20px;
  }
  .emailBox {
    font-size: 16px;
  }
}
