@charset "UTF-8";
.f_noto, .pg-72 .pg-ttl .en, .pg-72 .pg-ttl h1, .pg-72 .titleLv1, .pg-72 .pg-sub-ttl, .pg-72 .effect li, .pg-72 .wrap-2 .use-blk h3, .pg-72 .itemFeature__list li, .pg-72 .itemExample__table caption {
  font-family: "Noto Sans JP", sans-serif;
}

strong {
  font-weight: bold;
}

.pg-72 .pg-wrap {
  padding: 0 15px;
}
.pg-72 .pg-ttl {
  width: 100%;
  position: relative;
}
.pg-72 .pg-ttl::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(https://cdnjs.cloudflare.com/ajax/libs/vegas/2.5.1/overlays/03.png);
  position: absolute;
  top: 0;
  left: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
  opacity: 0.75;
  z-index: 5;
}
.pg-72 .pg-ttl img {
  display: block;
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.pg-72 .pg-ttl .en {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  padding: 0 15px;
  color: white;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 7;
  font-size: 35px;
  font-weight: 300;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
}
.pg-72 .pg-ttl h1 {
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  padding: 0 15px;
  position: absolute;
  top: 0;
  left: 0;
  color: white;
  z-index: 10;
  font-size: 27px;
  font-weight: 700;
  box-sizing: border-box;
  line-height: 1.3;
}
.pg-72 .pg-ttl h1 small {
  font-size: 20px;
}
.pg-72 .titleLv1 {
  display: table;
  margin: 35px 0 0;
  padding-bottom: 0.35em;
  font-size: 26px;
  font-weight: 700;
  position: relative;
  line-height: 1.5;
}
.pg-72 .titleLv1::after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background-color: #fc9232;
  position: absolute;
  bottom: 0;
  left: 0;
}
.pg-72 .pg-sub-ttl {
  display: block;
  padding: 0.35em 1em;
  margin-top: 50px;
  font-size: 16px;
  font-weight: 700;
  background-color: #fff;
  background-image: linear-gradient(-90deg, #faebde 50%, rgba(0, 0, 0, 0) 50%), linear-gradient(#faebde 50%, rgba(0, 0, 0, 0) 50%);
  background-size: 2px 2px;
  position: relative;
}
.pg-72 .pg-sub-ttl::before {
  content: "";
  display: block;
  width: 100%;
  height: 2.5px;
  background-color: #ffe2c7;
  position: absolute;
  top: 0;
  left: 0;
  border-left: 100px solid #fc9232;
  box-sizing: border-box;
}
.pg-72 .pg-sm-ttl {
  display: block;
  margin-top: 15px;
  padding-left: 20px;
  font-size: 14px;
  font-weight: bold;
  border-bottom: 1px solid #666;
  position: relative;
}
.pg-72 .pg-sm-ttl::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #eb0e0e;
  position: absolute;
  top: 10px;
  left: 0;
}
.pg-72 .pg-sm-ttl + p {
  margin-top: 15px;
}
.pg-72 p {
  display: block;
  margin: 35px 0 0;
}
.pg-72 p strong {
  color: #eb0e0e;
  font-weight: bold;
}
.pg-72 .smp-container {
  padding: 0 15px;
}
.pg-72 .wrap-1 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.pg-72 .wrap-1 figure {
  margin-top: 35px;
  display: block;
  width: 90px;
  max-width: 90px;
  box-sizing: border-box;
}
.pg-72 .wrap-1 figure img {
  margin-top: 15px;
  display: block;
  width: 100%;
}
.pg-72 .wrap-1 figure img:first-child {
  margin-top: 0;
}
.pg-72 .wrap-1 figure figcaption {
  margin-top: 0.5em;
  display: block;
  text-align: center;
}
.pg-72 .wrap-1 figure + div {
  width: calc(100% - 90px - 30px);
}
.pg-72 .effect {
  margin-top: 35px;
}
.pg-72 .effect li {
  margin-bottom: .75em;
  padding: .5em .75em;
  padding-left: 3.5em;
  font-size: 16px;
  font-weight: 700;
  border: 1px solid #fc9232;
  border-radius: 6px;
  position: relative;
  -moz-box-shadow: 4px 4px 0px rgba(252, 146, 50, 0.15);
  -webkit-box-shadow: 4px 4px 0px rgba(252, 146, 50, 0.15);
  box-shadow: 4px 4px 0px rgba(252, 146, 50, 0.15);
}
.pg-72 .effect li i {
  color: #fc9232;
  font-size: 20px;
  position: absolute;
  top: 14px;
  left: 20px;
}
.pg-72 .wrap-2 {
  display: flex;
  flex-direction: column;
}
.pg-72 .wrap-2 .use-blk {
  margin-top: 35px;
  padding: 15px;
  box-sizing: border-box;
  border: 1px solid #ccc;
}
.pg-72 .wrap-2 .use-blk h3 {
  display: block;
  padding-top: .35em;
  font-size: 20px;
  font-weight: bold;
  border-top: 2px solid #fc9232;
}
.pg-72 .wrap-2 .use-blk h3 + p {
  margin-top: 0;
}
.pg-72 .wrap-2 .use-blk .caption {
  display: block;
  text-align: center;
  margin-top: 15px;
}
.pg-72 .wrap-2 .use-blk figure {
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.pg-72 .wrap-2 .use-blk figure img {
  display: block;
  width: calc(100%/2 - 10px);
  height: 100px;
  object-fit: cover;
}
.pg-72 .wrap-2 .blank {
  margin-top: 35px;
  width: calc(100% / 2 - 15px);
  max-width: calc(100% / 2 - 15px);
  box-sizing: border-box;
}
.pg-72 .wrap-2 .blank img {
  display: block;
  width: 100%;
  height: 260px;
  object-fit: cover;
}
.pg-72 .wrap-3 {
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pg-72 .wrap-3 figure {
  margin-top: 50px;
  display: block;
  width: 200px;
}
.pg-72 .wrap-3 figure img {
  display: block;
  margin: 0 auto;
  width: 85%;
}
.pg-72 .wrap-3 figure img:not(:nth-of-type(1)) {
  margin-top: 35px;
}
.pg-72 .wrap-3 figure figcaption {
  margin-top: 10px;
  display: block;
  text-align: center;
}
.pg-72 .wrap-3 figure + div .annotation {
  margin-top: 25px;
  padding-left: 1.5em;
  display: table;
  font-size: 13px;
  position: relative;
  line-height: 1.4;
}
.pg-72 .wrap-3 figure + div .annotation::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.pg-72 .wrap-3 figure + div .annotation + .annotation {
  margin-top: 10px;
}
.pg-72 .pg-tb-1 {
  margin-top: 35px;
  border-collapse: separate;
  border-spacing: 4px;
}
.pg-72 .pg-tb-1 caption {
  font-size: 16px;
  font-weight: bold;
}
.pg-72 .pg-tb-1 th,
.pg-72 .pg-tb-1 td {
  padding: 0.5em;
  box-sizing: border-box;
}
.pg-72 .pg-tb-1 th:nth-of-type(1),
.pg-72 .pg-tb-1 td:nth-of-type(1) {
  width: 25%;
  max-width: 25%;
}
.pg-72 .pg-tb-1 th {
  background-color: #ffffcc;
}
.pg-72 .pg-tb-1 td {
  background-color: #fdfdf2;
}
.pg-72 .pg-tb-2 {
  width: 100%;
  margin-top: 35px;
  border-collapse: collapse;
}
.pg-72 .pg-tb-2 th,
.pg-72 .pg-tb-2 td {
  padding: 0.5em;
  border: 1px solid #ccc;
  box-sizing: border-box;
  text-align: center;
}
.pg-72 .pg-tb-2 th {
  background-color: #f3f3f3;
}
.pg-72 .pg-tb-3 {
  width: 100%;
  margin-top: 35px;
  border-collapse: collapse;
}
.pg-72 .pg-tb-3 th,
.pg-72 .pg-tb-3 td {
  padding: 0.5em;
  box-sizing: border-box;
}
.pg-72 .pg-tb-3 th {
  width: 25%;
  max-width: 25%;
}
.pg-72 .pg-tb-3 td {
  padding-left: 2em;
  position: relative;
}
.pg-72 .pg-tb-3 td::before {
  content: "…";
  position: absolute;
  top: 7px;
  left: 0;
}
.pg-72 .pg-sub-1 {
  margin-top: 35px;
  border: 1px solid #999;
  padding: 25px;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) calc(100% - 1px), #f2f2f2 calc(100% - 1px)), linear-gradient(90deg, rgba(0, 0, 0, 0) calc(100% - 1px), #f2f2f2 calc(100% - 1px));
  background-size: 12px 12px;
  background-repeat: repeat;
  background-position: center center;
  overflow: hidden;
}
.pg-72 .pg-sub-1 .pg-sm-ttl:nth-of-type(1) {
  margin-top: 0;
}
.pg-72 .itemLead__txt {
  margin-top: 15px;
  font-size: 16px;
}
.pg-72 .itemFeature__list {
  margin: 35px 0 0;
}
.pg-72 .itemFeature__list li {
  display: block;
  margin-bottom: 0.5em;
  padding: 0.5em 1em;
  padding-left: 2.5em;
  font-size: 16px;
  font-weight: 600;
  background-color: #ffffcc;
  border: 5px;
  position: relative;
}
.pg-72 .itemFeature__list li i {
  color: red;
  position: absolute;
  top: 15px;
  left: 15px;
}
.pg-72 .itemFeature__list li small {
  font-size: 12px;
  font-weight: 500;
}
.pg-72 .itemMerit .effect {
  margin-top: 0;
}
.pg-72 .itemMerit .effect li {
  font-size: 16px;
  padding-left: 3em;
}
.pg-72 .itemMerit .effect li i {
  font-size: 20px;
  top: 14px;
  left: 15px;
}
.pg-72 .itemMerit__column {
  margin-top: 35px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.pg-72 .itemMerit__img {
  display: block;
  width: 40%;
  margin: 0 auto;
}
.pg-72 .itemMerit__img img {
  display: block;
  width: 100%;
}
.pg-72 .itemMerit__block {
  margin-top: 35px;
}
.pg-72 .itemMerit__table {
  margin: 35px 0 0;
  width: 100%;
  border-collapse: separate;
  border-spacing: 2px;
}
.pg-72 .itemMerit__table th, .pg-72 .itemMerit__table td {
  padding: .5em;
  line-height: 1.5;
  box-sizing: border-box;
}
.pg-72 .itemMerit__table th {
  width: 35%;
  max-width: 35%;
  background-color: #dae4f2;
}
.pg-72 .itemMerit__table td {
  background-color: #f5f7fa;
}
.pg-72 .itemExample__label {
  margin-top: 35px;
  padding: .5em;
  font-size: 17px;
  font-weight: bold;
  background-color: #fc9232;
  color: white;
  line-height: 1.3;
}
.pg-72 .itemExample__column {
  margin-top: 35px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.pg-72 .itemExample__img {
  display: block;
  width: 85%;
}
.pg-72 .itemExample__img img {
  display: block;
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.pg-72 .itemExample__block {
  margin-top: 35px;
}
.pg-72 .itemExample__table {
  width: 100%;
}
.pg-72 .itemExample__table caption {
  padding: .25em .5em;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  background-color: #f5f7fa;
}
.pg-72 .itemExample__table th, .pg-72 .itemExample__table td {
  padding: .25em .5em;
  border-bottom: 1px solid #ccc;
  text-align: left;
}
.pg-72 .itemExample-Flow {
  margin-top: 35px;
}
.pg-72 .itemExample-Flow__label {
  font-size: 18px;
  font-weight: bold;
}
.pg-72 .itemExample-Flow__txt {
  margin-top: 0;
}
