@media only screen and (max-width: 767px) {
  .contentArea {
    padding-bottom: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .contentArea {
    padding-bottom: 0;
  }
}
.innerContentWrap .topTitle {
  color: #37826D;
  font-weight: 600;
}
.innerContentWrap .monthArea .monthTitle {
  color: #37826D;
  font-weight: 600;
  border-bottom: solid 1px #969696;
}
.innerContentWrap .monthArea .tableArea .monthTable {
  min-width: 100%;
}
.innerContentWrap .monthArea .tableArea .monthTable tr td {
  text-align: center;
  border: solid 2px #ffffff;
  background: #FAFAFA;
  color: #000000;
}
.innerContentWrap .monthArea .tableArea .monthTable tr td a {
  color: #3E24FF;
  text-decoration: underline;
  word-break: break-all;
}
.innerContentWrap .monthArea .tableArea .monthTable tr td:nth-of-type(1) {
  width: 17.7%;
}
.innerContentWrap .monthArea .tableArea .monthTable tr td:nth-of-type(2) {
  width: 22.3%;
}
.innerContentWrap .monthArea .tableArea .monthTable tr td:nth-of-type(3) {
  width: 36.2%;
}
.innerContentWrap .monthArea .tableArea .monthTable tr td:nth-of-type(4) {
  width: 23.8%;
}
.innerContentWrap .monthArea .tableArea .monthTable tr.trHead td {
  background: #37826D;
  color: #ffffff;
  font-weight: 500;
}
.innerContentWrap .monthArea .tableArea .monthTable tr.blue td {
  background-color: #dcf6fd;
}
.innerContentWrap .monthArea .tableArea .monthTable tr.red td {
  background-color: #f7dacc;
}

@media only screen and (max-width: 767px) {
  .innerContentWrap {
    margin: 0 0 72px 0;
  }
  .innerContentWrap .topTitle {
    font-size: clamp(14px, 5.13vw, 20px);
    padding: 12px 0 4px 0;
  }
  .innerContentWrap .topCaption {
    font-size: 13px;
  }
  .innerContentWrap .monthArea {
    padding: 0 0 24px 0;
  }
  .innerContentWrap .monthArea .monthTitle {
    font-size: clamp(14px, 4.62vw, 18px);
    padding: 20px 0 10px 0;
    margin: 0 0 20px 0;
  }
  .innerContentWrap .monthArea .tableArea .monthTable {
    min-width: 600px;
  }
  .innerContentWrap .monthArea .tableArea .monthTable tr td {
    font-size: clamp(14px, 1.33vw, 16px);
    padding: 20px 10px;
  }
  .innerContentWrap .monthArea .tableArea .monthTable tr.trHead td {
    font-size: clamp(14px, 1.5vw, 18px);
  }
}
@media print, screen and (min-width: 768px) {
  .innerContentWrap {
    margin: 0 0 100px 0;
  }
  .innerContentWrap .topTitle {
    font-size: clamp(14px, 2vw, 24px);
    padding: 20px 0 6px 0;
  }
  .innerContentWrap .topCaption {
    font-size: 13px;
  }
  .innerContentWrap .monthArea {
    padding: 0 0 22px 0;
  }
  .innerContentWrap .monthArea .monthTitle {
    font-size: clamp(14px, 1.83vw, 22px);
    padding: 24px 0 16px 0;
    margin: 0 0 20px 0;
  }
  .innerContentWrap .monthArea .tableArea .monthTable tr td {
    font-size: clamp(14px, 1.33vw, 16px);
    padding: 20px 10px;
  }
  .innerContentWrap .monthArea .tableArea .monthTable tr.trHead td {
    font-size: clamp(14px, 1.5vw, 18px);
  }
}
.secFlow {
  background: #F5F1E4;
}
.secFlow .secFlowIn .flowTitle {
  color: #37826D;
  font-weight: 600;
}
.secFlow .secFlowIn .documentArea .docTitle {
  color: #37826D;
  font-weight: 600;
}
.secFlow .secFlowIn .documentArea .docBox {
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
}
.secFlow .secFlowIn .documentArea .docBox .docBoxIn {
  margin: 0 auto;
}
.secFlow .secFlowIn .documentArea .docBox .docBoxIn .infoListWrap {
  border-bottom: dashed 1px #969696;
}
.secFlow .secFlowIn .documentArea .docBox .docBoxIn .infoListWrap .infoList .listTitle {
  color: #37826D;
  font-weight: 600;
}
.secFlow .secFlowIn .documentArea .docBox .docBoxIn .infoListWrap .infoList .listCaption {
  line-height: 170%;
}
.secFlow .secFlowIn .documentArea .docBox .docBoxIn .ruleArea .ruleTitle {
  color: #37826D;
  font-weight: 600;
}
.secFlow .secFlowIn .documentArea .docBox .docBoxIn .ruleArea .ruleTableWrap .exampleCol .exampleTable {
  width: 100%;
}
.secFlow .secFlowIn .documentArea .docBox .docBoxIn .ruleArea .ruleTableWrap .exampleCol .exampleTable tr td {
  border: solid 2px #E5E5E5;
  text-align: left;
  background: #FAFAFA;
  color: #000000;
}
.secFlow .secFlowIn .documentArea .docBox .docBoxIn .ruleArea .ruleTableWrap .exampleCol .exampleTable tr td:nth-of-type(1) {
  text-align: center;
}
.secFlow .secFlowIn .documentArea .docBox .docBoxIn .ruleArea .ruleTableWrap .exampleCol .exampleTable tr.trHead td {
  text-align: center !important;
  background: #37826D;
  color: #ffffff;
}
.secFlow .secFlowIn .documentArea .docBox .docBoxIn .ruleArea .ruleTableWrap .exampleCol .tdListWrap .tdListCol .tdList {
  background: url(../../shared/images/icon_circle_green.svg) left 7px no-repeat;
  background-size: 9px;
  text-align: left;
  padding-left: 22px;
}
.secFlow .secFlowIn .documentArea .docBox .docBoxIn .ruleArea .ruleTableWrap .exampleCol .tdListWrap .tdListCol .tdList .mini {
  font-size: 0.88em;
}
.secFlow .secFlowIn .documentArea .docBox .docBoxIn .ruleArea .ruleTableWrap .ruleCol .ruleHead {
  background: #37826D;
  color: #ffffff;
  text-align: center;
}
.secFlow .secFlowIn .documentArea .docBox .docBoxIn .ruleArea .ruleTableWrap .ruleCol .ruleContent {
  background: #FAFAFA;
  border: solid 2px #E5E5E5;
}
.secFlow .secFlowIn .documentArea .docBox .docBoxIn .ruleArea .ruleTableWrap .ruleCol .ruleContent .ruleContentIn {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
.secFlow .secFlowIn .documentArea .docBox .docBoxIn .ruleArea .ruleTableWrap .ruleCol .ruleContent .ruleContentIn * {
  line-height: 170%;
}
.secFlow .secFlowIn .documentArea .docBox .docBoxIn .ruleArea .ruleTableWrap .ruleCol .ruleContent .ruleContentIn .mini {
  font-size: 0.88em;
}
.secFlow .secFlowIn .documentArea .docBox .docBoxIn .ruleArea .ruleTableWrap .ruleCol .ruleNote {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.secFlow .secFlowIn .documentArea .docBox .docBoxIn .ruleArea .ruleTableWrap .ruleCol .ruleNote .noteIcon {
  width: 32px;
}
.secFlow .secFlowIn .documentArea .docBox .docBoxIn .ruleArea .ruleTableWrap .ruleCol .ruleNote .noteText {
  width: calc(100% - 32px);
  letter-spacing: -0.01em;
  line-height: 170%;
}

@media only screen and (max-width: 767px) {
  .secFlow {
    padding: 80px 0 72px 0;
  }
  .secFlow .secFlowIn .flowTitle {
    font-size: clamp(14px, 5.13vw, 20px);
  }
  .secFlow .secFlowIn .flowImg {
    width: min(100%, 345px);
    margin: 0 auto;
    padding: 24px 0 40px;
  }
  .secFlow .secFlowIn .documentArea .docTitle {
    font-size: clamp(14px, 5.13vw, 20px);
    padding: 0 0 8px 0;
  }
  .secFlow .secFlowIn .documentArea .docCaption {
    font-size: clamp(14px, 3.85vw, 15px);
    padding: 0 0 16px 0;
  }
  .secFlow .secFlowIn .documentArea .docBox {
    padding: 24px 0 0px 0;
  }
  .secFlow .secFlowIn .documentArea .docBox .docBoxIn {
    width: min(92%, 350px);
  }
  .secFlow .secFlowIn .documentArea .docBox .docBoxIn .infoListWrap {
    padding: 0 0 6px 0;
    margin: 0 0 20px 0;
  }
  .secFlow .secFlowIn .documentArea .docBox .docBoxIn .infoListWrap .infoList {
    padding: 0 0 18px 0;
  }
  .secFlow .secFlowIn .documentArea .docBox .docBoxIn .infoListWrap .infoList .listTitle {
    font-size: clamp(14px, 4.1vw, 16px);
    padding-left: 1.6em;
    text-indent: -1.6em;
  }
  .secFlow .secFlowIn .documentArea .docBox .docBoxIn .infoListWrap .infoList .listCaption {
    font-size: 14px;
    padding-left: 24px;
    padding-top: 6px;
  }
  .secFlow .secFlowIn .documentArea .docBox .docBoxIn .ruleArea {
    padding: 0 0 24px;
  }
  .secFlow .secFlowIn .documentArea .docBox .docBoxIn .ruleArea .ruleTitle {
    font-size: clamp(14px, 4.1vw, 16px);
    padding: 0 0 16px 0;
    padding-left: 1.6em;
    text-indent: -1.6em;
  }
  .secFlow .secFlowIn .documentArea .docBox .docBoxIn .ruleArea .ruleTableWrap .exampleCol .exampleTable tr td {
    padding: 14px 4%;
  }
  .secFlow .secFlowIn .documentArea .docBox .docBoxIn .ruleArea .ruleTableWrap .exampleCol .exampleTable tr td:nth-of-type(1) {
    width: 16.67%;
  }
  .secFlow .secFlowIn .documentArea .docBox .docBoxIn .ruleArea .ruleTableWrap .exampleCol .exampleTable tr td:nth-of-type(2) {
    width: 83.33%;
  }
  .secFlow .secFlowIn .documentArea .docBox .docBoxIn .ruleArea .ruleTableWrap .exampleCol .exampleTable tr.trHead td {
    padding: 7px 0;
    font-size: clamp(14px, 3.85vw, 15px);
  }
  .secFlow .secFlowIn .documentArea .docBox .docBoxIn .ruleArea .ruleTableWrap .exampleCol .tdListWrap .tdListCol .tdList {
    font-size: clamp(14px, 3.85vw, 15px);
    margin: 8px 0;
  }
  .secFlow .secFlowIn .documentArea .docBox .docBoxIn .ruleArea .ruleTableWrap .exampleCol .tdNote {
    font-size: 13px;
  }
  .secFlow .secFlowIn .documentArea .docBox .docBoxIn .ruleArea .ruleTableWrap .ruleCol {
    padding: 24px 0 0 0;
  }
  .secFlow .secFlowIn .documentArea .docBox .docBoxIn .ruleArea .ruleTableWrap .ruleCol .ruleHead {
    font-size: clamp(14px, 3.85vw, 15px);
    padding: 7px 0;
  }
  .secFlow .secFlowIn .documentArea .docBox .docBoxIn .ruleArea .ruleTableWrap .ruleCol .ruleContent {
    padding: 24px 0;
  }
  .secFlow .secFlowIn .documentArea .docBox .docBoxIn .ruleArea .ruleTableWrap .ruleCol .ruleContent .ruleContentIn {
    font-size: clamp(14px, 3.85vw, 15px);
  }
  .secFlow .secFlowIn .documentArea .docBox .docBoxIn .ruleArea .ruleTableWrap .ruleCol .ruleNote {
    font-size: 13px;
    padding: 16px 0 0 0;
  }
}
@media print, screen and (min-width: 768px) {
  .secFlow {
    padding: 92px 0 110px 0;
  }
  .secFlow .secFlowIn .flowTitle {
    font-size: clamp(14px, 2vw, 24px);
  }
  .secFlow .secFlowIn .flowImg {
    padding: 54px 0 92px;
  }
  .secFlow .secFlowIn .documentArea .docTitle {
    font-size: clamp(14px, 2vw, 24px);
    padding: 0 0 8px 0;
  }
  .secFlow .secFlowIn .documentArea .docCaption {
    font-size: clamp(14px, 1.25vw, 15px);
    padding: 0 0 20px 0;
  }
  .secFlow .secFlowIn .documentArea .docBox {
    padding: 54px 0 24px 0;
  }
  .secFlow .secFlowIn .documentArea .docBox .docBoxIn {
    width: min(92%, 960px);
  }
  .secFlow .secFlowIn .documentArea .docBox .docBoxIn .infoListWrap {
    padding: 0 0 10px 0;
    margin: 0 0 32px 0;
  }
  .secFlow .secFlowIn .documentArea .docBox .docBoxIn .infoListWrap .infoList {
    padding: 0 0 18px 0;
  }
  .secFlow .secFlowIn .documentArea .docBox .docBoxIn .infoListWrap .infoList .listTitle {
    font-size: 18px;
  }
  .secFlow .secFlowIn .documentArea .docBox .docBoxIn .infoListWrap .infoList .listCaption {
    font-size: 15px;
    padding-left: 33px;
    padding-top: 8px;
  }
  .secFlow .secFlowIn .documentArea .docBox .docBoxIn .ruleArea {
    padding: 0 0 36px;
  }
  .secFlow .secFlowIn .documentArea .docBox .docBoxIn .ruleArea .ruleTitle {
    font-size: 18px;
    padding: 0 0 16px 0;
    padding-left: 1.6em;
    text-indent: -1.6em;
  }
  .secFlow .secFlowIn .documentArea .docBox .docBoxIn .ruleArea .ruleTableWrap {
    display: flex;
    justify-content: space-between;
  }
  .secFlow .secFlowIn .documentArea .docBox .docBoxIn .ruleArea .ruleTableWrap .exampleCol {
    width: min(64%, 600px);
  }
  .secFlow .secFlowIn .documentArea .docBox .docBoxIn .ruleArea .ruleTableWrap .exampleCol .exampleTable tr td {
    padding: 14px 4%;
  }
  .secFlow .secFlowIn .documentArea .docBox .docBoxIn .ruleArea .ruleTableWrap .exampleCol .exampleTable tr td:nth-of-type(1) {
    width: 16.67%;
  }
  .secFlow .secFlowIn .documentArea .docBox .docBoxIn .ruleArea .ruleTableWrap .exampleCol .exampleTable tr td:nth-of-type(2) {
    width: 83.33%;
  }
  .secFlow .secFlowIn .documentArea .docBox .docBoxIn .ruleArea .ruleTableWrap .exampleCol .exampleTable tr.trHead td {
    padding: 7px 0;
    font-size: clamp(14px, 1.25vw, 15px);
  }
  .secFlow .secFlowIn .documentArea .docBox .docBoxIn .ruleArea .ruleTableWrap .exampleCol .tdListWrap {
    display: flex;
    justify-content: space-between;
    -moz-column-gap: 2%;
         column-gap: 2%;
  }
  .secFlow .secFlowIn .documentArea .docBox .docBoxIn .ruleArea .ruleTableWrap .exampleCol .tdListWrap .tdListCol.grow {
    flex-grow: 0.85;
  }
  .secFlow .secFlowIn .documentArea .docBox .docBoxIn .ruleArea .ruleTableWrap .exampleCol .tdListWrap .tdListCol .tdList {
    background-position: left min(0.7vw, 7px);
    background-size: min(0.8vw, 9px);
    font-size: clamp(12px, 1.25vw, 15px);
    margin: 12px 0;
  }
  .secFlow .secFlowIn .documentArea .docBox .docBoxIn .ruleArea .ruleTableWrap .exampleCol .tdNote {
    font-size: clamp(9px, 1.08vw, 13px);
  }
  .secFlow .secFlowIn .documentArea .docBox .docBoxIn .ruleArea .ruleTableWrap .ruleCol {
    width: min(35%, 330px);
  }
  .secFlow .secFlowIn .documentArea .docBox .docBoxIn .ruleArea .ruleTableWrap .ruleCol .ruleHead {
    font-size: clamp(14px, 1.25vw, 15px);
    padding: 7px 0;
  }
  .secFlow .secFlowIn .documentArea .docBox .docBoxIn .ruleArea .ruleTableWrap .ruleCol .ruleContent {
    padding: 24px 0;
  }
  .secFlow .secFlowIn .documentArea .docBox .docBoxIn .ruleArea .ruleTableWrap .ruleCol .ruleContent .ruleContentIn {
    font-size: clamp(12px, 1.25vw, 15px);
  }
  .secFlow .secFlowIn .documentArea .docBox .docBoxIn .ruleArea .ruleTableWrap .ruleCol .ruleNote {
    font-size: clamp(9px, 1.08vw, 13px);
    padding: 16px 0 0 0;
  }
}/*# sourceMappingURL=style.css.map */