@charset "UTF-8";
.merit-box {
  position: relative;
  overflow: hidden;
}
.merit-box::after {
  position: absolute;
  top: 0;
  left: -150px;
  z-index: -1;
  content: "";
  width: 110px;
  height: 110px;
  -webkit-box-shadow: 30px 0px 40px rgb(0, 0, 0);
          box-shadow: 30px 0px 40px rgb(0, 0, 0);
  border-radius: 300px;
}
.merit-box .arrow {
  position: relative;
  vertical-align: middle;
  text-decoration: none;
  color: #FFF;
  font-size: 28.8px;
  font-size: 1.8rem;
  font-weight: bold;
  width: 100px;
  text-align: center;
  height: 40px;
  margin-top: 32px;
  margin-top: 2rem;
  background: #66dbae;
  display: inline-block;
}
.merit-box .arrow::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border: 20px solid transparent;
  left: 100px;
  top: 0;
  border-left: 30px solid #66dbae;
}
.merit-box h3 {
  font-weight: bold;
  color: #164c86;
  margin-top: 32px;
  margin-top: 2rem;
  display: inline-block;
  vertical-align: middle;
}
.merit-box h4 {
  font-size: 19.2px;
  font-size: 1.2rem;
}
.merit-box small {
  font-size: 16px;
  font-size: 1rem;
  display: block;
}

@media (max-width: 768px) {
  .merit-box h3 {
    display: block;
  }
}
#documents [aria-expanded=false]::before, .merit-box [aria-expanded=false]::before {
  content: "\f0fe";
  font-family: "Font Awesome 5 Free";
}

#documents [aria-expanded=true]::before, .merit-box [aria-expanded=true]::before {
  content: "\f146";
  font-family: "Font Awesome 5 Free";
}

.supports h3 {
  font-size: 19.2px;
  font-size: 1.2rem;
  font-weight: bold;
  background: #549911;
  border-radius: 5px;
  text-align: center;
  color: #fff;
  padding: 0.5em;
  margin-bottom: 1em;
}
.supports h3 span {
  font-size: 12.8px;
  font-size: 0.8rem;
  display: block;
  font-weight: 100;
}

.continuation {
  border-radius: 5px;
  background: #fff799;
  padding: 0.5em 1em;
}

.flow-block h3 {
  font-size: 19.2px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #164c86;
  margin-bottom: 0.5em;
}
.flow-block h3 span {
  border-bottom: #164c86 dotted 1px;
}
.flow-block h4 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  color: #164c86;
  margin-bottom: 0.5em;
}

.flow-no {
  width: 40px;
  height: 40px;
  font-size: 20px;
  font-weight: bold;
  border-radius: 50%;
  background: rgb(224, 225, 224);
  background: linear-gradient(135deg, rgb(224, 225, 224) 0%, rgb(251, 251, 251) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e0e1e0", endColorstr="#fbfbfb", GradientType=1);
  text-align: center;
  line-height: 2em;
  color: #666666;
  position: absolute;
  margin: 0;
  display: inline-block;
  top: 0;
  left: 16px;
  bottom: 0;
  margin: auto;
}
.flow-no::after {
  position: absolute;
  content: "";
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: inline-block;
  top: -5px;
  left: -5px;
  background: rgb(251, 251, 251);
  background: linear-gradient(135deg, rgb(251, 251, 251) 1%, rgb(224, 225, 224) 98%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fbfbfb", endColorstr="#e0e1e0", GradientType=1);
  z-index: -1;
}

.flow .contents-sub-header {
  position: relative;
  z-index: -2;
  padding-left: 5em;
}

.flow-block {
  border-left: #97CB64 solid 8px;
  padding: 32px;
  padding: 2rem;
  margin-left: 32px;
  margin-left: 2rem;
  position: relative;
}
.flow-block::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 10px 0 10px;
  border-color: #97CB64 transparent transparent transparent;
  position: absolute;
  bottom: -5px;
  left: -14px;
}

.flow-block-end {
  padding: 32px;
  padding: 2rem;
  margin-left: 35.2px;
  margin-left: 2.2rem;
}

.examination {
  border: #ccc solid 1px;
  height: 100%;
  padding: 5px;
}

.passing {
  border: solid 8px;
  border-radius: 5px;
  -o-border-image: linear-gradient(to right, #7ECCF0 0%, #5898B4 100%);
     border-image: -webkit-gradient(linear, left top, right top, from(#7ECCF0), to(#5898B4));
     border-image: linear-gradient(to right, #7ECCF0 0%, #5898B4 100%);
  border-image-slice: 1;
  padding: 2em;
}
.passing .arrow {
  position: relative;
  padding: 1.5em 0 0 0;
}
.passing .arrow::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 80px 0 80px;
  border-color: #bdbdbd transparent transparent transparent;
  content: "";
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.failure {
  border: solid 8px;
  border-radius: 5px;
  -o-border-image: linear-gradient(to right, #DADADA 0%, #9E9E9E 100%);
     border-image: -webkit-gradient(linear, left top, right top, from(#DADADA), to(#9E9E9E));
     border-image: linear-gradient(to right, #DADADA 0%, #9E9E9E 100%);
  border-image-slice: 1;
  padding: 2em;
  height: 100%;
}

.tool-block {
  background: #fffbd2;
  border-radius: 10px;
  padding: 1.5em 2em 2em;
  border: #fdbb57 solid 1px;
}

.video-block {
  width: 100%;
  height: 0;
  margin-bottom: 1em;
  padding-top: 56.25%;
  position: relative;
}
.video-block .video-mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 20%;
  z-index: 999;
}
.video-block iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.contents-video-header h3 {
  margin: 4em 0 2em;
  position: relative;
  background: #f1f1f1;
  padding: 0.5em;
  border-left: solid 2.2em #cc0000;
  font-size: 22.4px;
  font-size: 1.4rem;
  color: #01579B;
}
.contents-video-header :before {
  font-family: "Font Awesome 5 Free";
  content: "\f03d";
  position: absolute;
  padding: 0em;
  color: #ffffff;
  font-weight: 900;
  left: -1.5em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#syorui .syorui_block {
  border: #333333 solid 1px;
}
#syorui .syorui_block .chart_tit {
  background: #EE6C1E;
}
#syorui .syorui_block ul {
  margin: 0;
  padding: 0.5em;
}
#syorui .syorui_block ul li {
  font-size: 0.9em;
  list-style: none;
  text-indent: -3.5em;
  margin-left: 3.5em;
}
#syorui .annotation {
  font-size: 0.9em;
  font-weight: bold;
}

/*日管協預り金保証制度の拡充*/
.expansionContent {
  border: 3px solid #3C993C;
  padding: 24px;
  padding: 1.5rem;
  border-radius: 10px;
}
/*# sourceMappingURL=maps/overview.css.map */
