@charset "UTF-8";
/* ブレイクポイント
================================================================================================= */
/* color
========================================================================== */
/* font
========================================================================== */
.licenseMainVisual {
  margin-top: 3rem;
  background-image: url("/img/license-bg.jpg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  background-position: bottom -200px left;
  padding-bottom: 8rem;
}
@media screen and (max-width: 640px) {
  .licenseMainVisual {
    background-position: bottom center;
    background-size: contain;
    padding-bottom: 8rem;
    margin-bottom: 8rem;
  }
}
.licenseMainVisual::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(white), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 0;
}
.licenseMainVisual::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(180deg, white 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 0;
}
.licenseMainVisual__inner {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
  padding-bottom: 8rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1280px) {
  .licenseMainVisual__inner {
    width: 100%;
    padding-left: 3%;
    padding-right: 3%;
  }
}
@media screen and (max-width: 640px) {
  .licenseMainVisual__inner {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media screen and (max-width: 640px) {
  .licenseMainVisual__inner {
    padding-bottom: 0;
  }
}
.licenseMainVisual h1 {
  margin-bottom: 3rem;
  font-weight: 900;
  text-wrap: unset;
}
@media screen and (max-width: 640px) {
  .licenseMainVisual h1 {
    font-size: 6vw;
    margin-bottom: 2rem;
  }
}
.licenseMainVisual h1 small {
  font-size: 2.2rem;
  display: block;
  margin-top: 1rem;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .licenseMainVisual h1 small {
    font-size: 4.6vw;
  }
}
.licenseMainVisual__text {
  margin-bottom: 5rem;
  font-size: 1.6rem;
  line-height: 1.8;
}
.licenseMainVisual__text p {
  margin-bottom: 0.5rem;
}
.licenseMainVisual__text small {
  display: block;
  font-size: 1.4rem;
  margin-bottom: 0;
  line-height: 1.4;
}
.licenseMainVisual__points {
  margin-bottom: 6rem;
}
.licenseMainVisual__points small {
  display: block;
  font-size: 1.4rem;
  margin-bottom: 1rem;
  text-align: right;
}
@media screen and (max-width: 640px) {
  .licenseMainVisual__points small {
    font-size: 1.3rem;
  }
}
.licenseMainVisual__pointsFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 50px;
}
@media screen and (max-width: 1280px) {
  .licenseMainVisual__pointsFlex {
    gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .licenseMainVisual__pointsFlex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
.licenseMainVisual__point {
  text-align: center;
  border: 3px solid #7BC4C4;
  color: #7BC4C4;
  background-color: #fff;
  border-radius: 12px;
  padding: 1rem 4rem;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.5;
  width: 100%;
}
@media screen and (max-width: 1280px) {
  .licenseMainVisual__point {
    text-wrap: balance;
    padding: 1rem;
  }
}
@media screen and (max-width: 640px) {
  .licenseMainVisual__point {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1280px) {
  .licenseMainVisual__point br {
    display: none;
  }
}
.licenseMainVisual__btn {
  margin-left: auto;
  margin-right: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 0;
  width: 680px;
  max-width: 100%;
}
.licenseMainVisual__btn span {
  display: block;
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
  text-align: center;
}
.licenseMainVisual__btn a {
  width: 480px;
  max-width: 96%;
  display: block;
  text-decoration: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FF9D42), to(#FF670F));
  background-image: linear-gradient(180deg, #FF9D42 0%, #FF670F 100%);
  color: #fff;
  padding: 16px 0px;
  font-weight: 700;
  font-size: 2rem;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.licenseMainVisual__btn a::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  bottom: 2.2rem;
  right: 2rem;
  border-right: #fff 2px solid;
  border-bottom: #fff 2px solid;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.licenseAbout {
  padding-bottom: 40px;
}
@media screen and (max-width: 640px) {
  .licenseAbout {
    padding-bottom: 20px;
  }
}
.licenseAbout__inner {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1280px) {
  .licenseAbout__inner {
    width: 100%;
    padding-left: 3%;
    padding-right: 3%;
  }
}
@media screen and (max-width: 640px) {
  .licenseAbout__inner {
    padding-left: 5%;
    padding-right: 5%;
  }
}
.licenseAbout__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 56px;
  margin-bottom: 40px;
  padding: 0;
}
@media screen and (max-width: 640px) {
  .licenseAbout__heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 640px) {
  .licenseAbout__heading h2 {
    margin-left: 0;
    margin-right: auto;
    margin-bottom: 5px;
  }
}
.licenseAbout__heading small {
  font-size: 1.8rem;
  color: #7BC4C4;
  display: block;
}
@media screen and (max-width: 640px) {
  .licenseAbout__heading small {
    font-size: 1.4rem;
    line-height: 1;
    margin-bottom: 4px;
  }
}
.licenseAbout__heading span {
  font-size: 3.2rem;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .licenseAbout__heading span {
    font-size: 2rem;
    line-height: 1;
    display: block;
  }
}
.licenseAbout__heading a {
  background-color: #333;
  color: #fff;
  text-decoration: none;
  padding: 4px 30px;
  display: block;
  border-radius: 99px;
  font-size: 1.5rem;
  position: relative;
  border: 1px solid #333;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
@media screen and (max-width: 640px) {
  .licenseAbout__heading a {
    font-size: 1.2rem;
    padding: 4px 26px 4px 16px;
    line-height: 1;
  }
  .safari .licenseAbout__heading a {
    padding-bottom: 6px;
  }
}
.licenseAbout__heading a:hover {
  background-color: #fff;
  color: #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.licenseAbout__heading a:hover::after {
  border-color: #333;
}
@media screen and (max-width: 640px) {
  .licenseAbout__heading a {
    margin-left: auto;
    margin-right: 0;
  }
}
.licenseAbout__heading a::after {
  position: absolute;
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  right: 14px;
  top: calc(50% + 0px);
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
@media screen and (max-width: 640px) {
  .licenseAbout__heading {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 640px) {
  .licenseAbout__heading h2 {
    text-wrap: unset;
  }
}
@media screen and (max-width: 640px) {
  .licenseAbout__heading span {
    font-size: 2.1rem;
    line-height: 1.4;
  }
}
.licenseAbout__text span {
  color: red;
}

.licenseToc {
  margin-top: 5rem;
  background-color: #F2F2F2;
  margin-bottom: 160px;
}
.licenseToc__inner {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media screen and (max-width: 1280px) {
  .licenseToc__inner {
    width: 100%;
    padding-left: 3%;
    padding-right: 3%;
  }
}
@media screen and (max-width: 640px) {
  .licenseToc__inner {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media screen and (max-width: 640px) {
  .licenseToc {
    margin-bottom: 100px;
  }
}
.licenseToc__list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}
@media screen and (max-width: 640px) {
  .licenseToc__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
}
.licenseToc__list a {
  display: block;
  background-color: #419391;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  padding: 20px 0 10px;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
@media screen and (max-width: 640px) {
  .licenseToc__list a {
    font-size: 1.6rem;
    padding: 13px 0 14px;
    border-radius: 8px;
    gap: 9px;
    line-height: 1.15;
    height: 90px;
  }
}
.licenseToc__list a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .licenseToc__list a span {
    min-height: 30px;
    margin-bottom: 5px;
    padding-top: 4px;
  }
}
.licenseToc__list a::after {
  content: "";
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
  width: 20px;
  height: 12px;
  background-color: #fff;
}
@media screen and (max-width: 640px) {
  .licenseToc__list a::after {
    width: 16px;
    height: 10px;
  }
}
.licenseToc__list {
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 1280px) {
  .licenseToc__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 640px) {
  .licenseToc__list {
    display: block;
  }
}
.licenseToc__list a {
  font-size: 1.6rem;
  line-height: 1.3;
}
@media screen and (max-width: 1280px) {
  .licenseToc__list a {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .licenseToc__list a {
    margin-top: 10px;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-right: 10px;
    height: 3.5em;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 640px) {
  .licenseToc__list a span {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: center;
    display: block;
    margin: 0;
    -ms-flex-item-align: center;
        align-self: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 640px) {
  .licenseToc__list a br {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .licenseToc__list a:first-child br {
    display: inline;
  }
}
.licenseToc__text {
  grid-column: span 2;
  /* 2列分を横断 */
  padding-top: 1em;
  padding-left: 3rem;
  padding-right: 2rem;
  position: relative;
}
@media screen and (max-width: 1280px) {
  .licenseToc__text {
    grid-column: span 3;
    /* 2列分を横断 */
  }
}
@media screen and (max-width: 640px) {
  .licenseToc__text {
    padding-left: 1.5rem;
    padding-right: 1rem;
  }
}
.licenseToc__text::before {
  content: "※";
  position: absolute;
  left: 0.5em;
}
@media screen and (max-width: 640px) {
  .licenseToc__text::before {
    left: 0;
  }
}
.licenseToc__text a {
  color: #7BC4C4;
  background-color: unset;
  display: inline;
  padding: 0;
}
@media screen and (max-width: 640px) {
  .licenseToc {
    margin-bottom: 50px;
  }
}

.licenseHowto__inner {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 6rem;
  margin-bottom: 18rem;
  width: 1180px;
  max-width: 100%;
}
@media screen and (max-width: 1280px) {
  .licenseHowto__inner {
    width: 100%;
    padding-left: 3%;
    padding-right: 3%;
  }
}
@media screen and (max-width: 640px) {
  .licenseHowto__inner {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media screen and (max-width: 1280px) {
  .licenseHowto__inner {
    margin-top: 4rem;
    margin-bottom: 12rem;
  }
}
@media screen and (max-width: 640px) {
  .licenseHowto__inner {
    margin-bottom: 8rem;
  }
}
.licenseHowto__contents {
  width: 1080px;
  margin: 0 auto;
  max-width: 100%;
}
.licenseHowto__contents img {
  max-width: 100%;
  margin: 50px auto;
}
.licenseHowto__contents a {
  color: #7BC4C4;
}
.licenseHowto__documents {
  margin: 5rem auto 0;
}
.licenseHowto__documents h3 {
  margin-bottom: 1rem;
}
.licenseHowto__documents ol {
  list-style: none;
  counter-reset: li;
  padding-left: 0;
  margin-left: 0;
}
.licenseHowto__documents ol > li {
  counter-increment: li;
  margin-bottom: 1rem;
  position: relative;
  padding-left: 2.5rem;
}
.licenseHowto__documents ol > li::before {
  content: "(" counter(li) ")";
  position: absolute;
  left: 0;
}
.licenseHowto__documents ol > li > ul {
  padding-left: 0.5rem;
}
@media screen and (max-width: 640px) {
  .licenseHowto__documents ol > li > ul {
    padding-left: 0;
  }
}
@media screen and (max-width: 640px) {
  .licenseHowto__documents ol > li > ul > li {
    margin-top: 1rem;
    margin-bottom: 1rem;
    line-height: 1.4;
  }
}
.licenseHowto__documents ul {
  list-style: none;
}
.licenseHowto__documents ul > li {
  list-style: none;
  padding-left: 1rem;
  position: relative;
}
.licenseHowto__documents ul > li::before {
  content: "";
  position: absolute;
  left: 0;
  width: 4px;
  height: 4px;
  background-color: #333;
  border-radius: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 640px) {
  .licenseHowto__documents ul > li::before {
    top: calc(0.5em + 2px);
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.licenseHowto__documents .no-disc {
  padding-left: 0;
}
.licenseHowto__documents .no-disc::before {
  display: none;
}
.licenseHowto__documents .child-list {
  padding-left: 2.5rem;
}
@media screen and (max-width: 640px) {
  .licenseHowto__documents small {
    display: inline-block;
  }
}
.licenseHowto__documents .area {
  text-indent: 0em;
  padding-left: 1em;
}
.licenseHowto__documents .area a {
  display: inline-block;
}
.licenseHowto__link {
  width: 380px;
  margin: 60px auto 0;
  max-width: 90%;
}
@media screen and (max-width: 1280px) {
  .licenseHowto__link {
    margin-top: 40px;
  }
}
.licenseHowto__link a {
  text-align: center;
  border: 1px solid #333;
  letter-spacing: 0.05em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem 0;
  text-decoration: none;
  position: relative;
}
.licenseHowto__link a::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-right: 1px solid;
  border-bottom: 1px solid;
  position: absolute;
  right: 2.5rem;
  top: calc(50% + 2px);
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
@media screen and (max-width: 640px) {
  .licenseHowto__link a::after {
    width: 8px;
    height: 8px;
    right: 1.5rem;
  }
}

.asterisk {
  text-indent: -1em;
  padding-left: 1em;
  display: block;
}
.asterisk.red {
  color: red;
}

.licenseCommission__inner {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 6rem;
  margin-bottom: 18rem;
  width: 1180px;
  max-width: 100%;
}
@media screen and (max-width: 1280px) {
  .licenseCommission__inner {
    width: 100%;
    padding-left: 3%;
    padding-right: 3%;
  }
}
@media screen and (max-width: 640px) {
  .licenseCommission__inner {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media screen and (max-width: 640px) {
  .licenseCommission__inner {
    margin-bottom: 10rem;
  }
}
@media screen and (max-width: 640px) {
  .licenseCommission__inner {
    margin-bottom: 8rem;
  }
}
.licenseCommission__table {
  max-width: 1080px;
  margin: 0 auto 8px;
}
.licenseCommission__table table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .licenseCommission__table table {
    width: 800px;
  }
}
.licenseCommission__table table th,
.licenseCommission__table table td {
  border: solid 1px #000;
  text-align: center;
  vertical-align: middle;
  padding: 5px 10px;
}
.licenseCommission__table table th {
  background-color: #e5ebdf;
}
.licenseCommission__table table td {
  background-color: #fffff0;
}
.licenseCommission__tableNote {
  max-width: 1080px;
  margin: 0 auto;
}
.licenseCommission__tableNote span {
  display: block;
  font-size: 1.4rem;
}
.licenseCommission__link {
  width: 380px;
  margin: 50px auto 0;
  max-width: 90%;
}
.licenseCommission__link a {
  text-align: center;
  border: 1px solid #333;
  letter-spacing: 0.05em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem 0;
  text-decoration: none;
  position: relative;
}
.licenseCommission__link a::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-right: 1px solid;
  border-bottom: 1px solid;
  position: absolute;
  right: 2.5rem;
  top: calc(50% + 2px);
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
@media screen and (max-width: 640px) {
  .licenseCommission__link a::after {
    width: 8px;
    height: 8px;
    right: 1.5rem;
  }
}

.licenseOhter__inner {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 6rem;
  margin-bottom: 18rem;
  width: 1180px;
}
@media screen and (max-width: 1280px) {
  .licenseOhter__inner {
    width: 100%;
    padding-left: 3%;
    padding-right: 3%;
  }
}
@media screen and (max-width: 640px) {
  .licenseOhter__inner {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media screen and (max-width: 640px) {
  .licenseOhter__inner {
    margin-bottom: 10rem;
  }
}
@media screen and (max-width: 640px) {
  .licenseOhter__inner {
    margin-bottom: 8rem;
  }
}
.licenseOhter .tableWrapper {
  margin: 8px 0;
}
.licenseOhter .tableWrapper table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .licenseOhter .tableWrapper table {
    width: 700px;
  }
}
.licenseOhter .tableWrapper table th,
.licenseOhter .tableWrapper table td {
  border: solid 1px #000;
  text-align: center;
  vertical-align: middle;
  padding: 5px 10px;
}
.licenseOhter .tableWrapper table th {
  background-color: #e5ebdf;
}
.licenseOhter .tableWrapper table td {
  background-color: #ffffff;
}

.licenseOhterContent {
  background-color: #FFFFF2;
  border: 2px solid #333;
  border-radius: 99px;
  position: relative;
  margin-bottom: 4rem;
}
@media screen and (max-width: 640px) {
  .licenseOhterContent {
    margin-bottom: 2rem;
    border: 1px solid #333;
  }
}
.licenseOhterContent:last-child {
  margin-bottom: 0;
}
.licenseOhterContent.open {
  border-radius: 20px;
  padding: 2rem 2.5rem;
}
.licenseOhterContent.open .licenseOhterContent__heading {
  padding: 0;
}
@media screen and (max-width: 640px) {
  .licenseOhterContent.open {
    border-radius: 10px;
    padding-top: 1rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.licenseOhterContent__heading {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
  padding: 2rem 2.5rem;
  cursor: pointer;
}
@media screen and (max-width: 640px) {
  .licenseOhterContent__heading {
    font-size: 1.5rem;
    padding: 1rem 1.5rem;
  }
}
.licenseOhterContent__body {
  height: 0;
  overflow: clip;
  position: relative;
  -webkit-transition: 0 ease-out;
  transition: 0 ease-out;
}
@media screen and (max-width: 640px) {
  .licenseOhterContent__body {
    font-size: 1.4rem;
  }
}
.licenseOhterContent__body.open {
  height: auto;
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 2px solid;
  margin-bottom: 6rem;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
@media screen and (max-width: 640px) {
  .licenseOhterContent__body.open {
    margin-top: 1rem;
    padding-top: 1rem;
    margin-bottom: 3rem;
    border-width: 1px;
  }
}
.licenseOhterContent__btn {
  position: absolute;
  right: 2rem;
  background-color: #333;
  height: 4rem;
  width: 4rem;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  background-color: #7BC4C4;
  cursor: pointer;
}
@media screen and (max-width: 640px) {
  .licenseOhterContent__btn {
    right: 1rem;
    width: 2.5rem;
    height: 2.5rem;
  }
}
.licenseOhterContent__btn::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  position: absolute;
  left: 50%;
  top: calc(50% - 2px);
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(45deg);
          transform: translateY(-50%) translateX(-50%) rotate(45deg);
}
@media screen and (max-width: 640px) {
  .licenseOhterContent__btn::before {
    width: 8px;
    height: 8px;
    top: calc(50% - 1px);
  }
}
.licenseOhterContent__btn.open {
  top: calc(100% - 4rem);
}
@media screen and (max-width: 640px) {
  .licenseOhterContent__btn.open {
    top: calc(100% - 2rem);
  }
}
.licenseOhterContent__btn.open::before {
  top: calc(50% + 2px);
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(-135deg);
          transform: translateY(-50%) translateX(-50%) rotate(-135deg);
}

.licenseComment {
  background-color: #F0FFF0;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 6rem;
}
.licenseComment__inner {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 6rem;
  margin-bottom: 6rem;
  width: 1180px;
}
@media screen and (max-width: 1280px) {
  .licenseComment__inner {
    width: 100%;
    padding-left: 3%;
    padding-right: 3%;
  }
}
@media screen and (max-width: 640px) {
  .licenseComment__inner {
    padding-left: 5%;
    padding-right: 5%;
  }
}
.licenseComment__contents {
  width: 1080px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
}
@media screen and (max-width: 640px) {
  .licenseComment__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.licenseComment__contentsImage {
  width: 20%;
}
@media screen and (max-width: 640px) {
  .licenseComment__contentsImage {
    width: 50%;
    margin: 0 auto;
  }
}
.licenseComment__contentsImage img {
  max-width: 100%;
  margin: 0px auto;
}
.licenseComment__contentsText {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 50px;
}
@media screen and (max-width: 1280px) {
  .licenseComment__contentsText {
    padding-left: 30px;
  }
}
@media screen and (max-width: 640px) {
  .licenseComment__contentsText {
    padding-left: 0;
    margin-top: 20px;
  }
}
.licenseComment__link {
  width: 380px;
  margin: 50px auto 0;
  max-width: 90%;
}
.licenseComment__link a {
  text-align: center;
  border: 1px solid #333;
  letter-spacing: 0.05em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem 0;
  text-decoration: none;
  position: relative;
  background-color: #fff;
}
.licenseComment__link a::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-right: 1px solid;
  border-bottom: 1px solid;
  position: absolute;
  right: 2.5rem;
  top: calc(50% + 2px);
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
@media screen and (max-width: 640px) {
  .licenseComment__link a::after {
    width: 8px;
    height: 8px;
    right: 1.5rem;
  }
}

.licenseDigitization__inner {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 6rem;
  margin-bottom: 18rem;
  width: 1180px;
  max-width: 100%;
}
@media screen and (max-width: 1280px) {
  .licenseDigitization__inner {
    width: 100%;
    padding-left: 3%;
    padding-right: 3%;
  }
}
@media screen and (max-width: 640px) {
  .licenseDigitization__inner {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media screen and (max-width: 640px) {
  .licenseDigitization__inner {
    margin-bottom: 10rem;
  }
}
@media screen and (max-width: 640px) {
  .licenseDigitization__inner {
    margin-bottom: 8rem;
  }
}
.licenseDigitization__contents {
  width: 1080px;
  margin: 0 auto;
  max-width: 100%;
}
.licenseDigitization__contents img {
  max-width: 100%;
  margin: 50px auto;
}
.licenseDigitization__contents a {
  color: #7BC4C4;
}
.licenseDigitization__contents h3 {
  margin-top: 3rem;
  margin-bottom: 1rem;
}
.licenseDigitization__contents ul {
  text-indent: -1em;
  padding-left: 1.5em;
}

.detailsCommonHeading--digitization-commission {
  margin-top: 6rem;
}