/* ----------------------------------------------------------
General Settings
---------------------------------------------------------- */


/* ----------------------------------------------------------
Style for PCs
---------------------------------------------------------- */
@media screen and (min-width: 1025px) {

.licenselist {
  width:100%;
  max-width:1600px;
  height: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding:0 8% 0;
  margin:0 auto 0px;
}
.licenselist .licls {
  width:45%;
  height: auto;
  display: flex;
  flex-direction: column;
  box-shadow:0px 5px 10px rgba(0,0,0,0.2);
  margin:0 2.5% 50px;
}
.licenselist .licls .licls_img {
width:100%;
height: auto;
display: block;
}
.licenselist .licls .licls_cc {
width:100%;
height: auto;
display: block;
padding:25px 25px;
}
.licenselist .licls h3 {
  font-size:22px;
  font-family: var(--font-min);
  font-weight: 400;
  line-height: 1.25em;
  margin-bottom: 10px;
}
.licenselist .licls p {
  font-size:14px;
  color:var(--color-black);
  line-height: 2em;
  margin-bottom: 20px;
}
.licenselist .licls .licls_spec {
  width:100%;
height: auto;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.licenselist .licls dl {
  width:47%;
  height: auto;
  display: flex;
  flex-direction: column;
}
.licenselist .licls dl dt {
  font-size:12px;
  font-weight: 400;
  line-height: 1.25em;
  color:var(--color-1st);
  padding-bottom: 5px;
  border-bottom: 1px dotted var(--color-2nd);
  margin-bottom: 5px;
}
.licenselist .licls dl dd {
  width:100%;
  height: auto;
  display: block;
  font-size:12px;
  line-height: 1.5em;
  margin-bottom: 10px;
}

p.lics_addtext {
  width:100%;
  max-width:1600px;
  height: auto;
  display: flex;
  font-size:12px;
  line-height: 1.5em;
  padding:0 10%;
  margin:0 auto 50px;
}

.bottomlink {
  width:80%;
  max-width:1600px;
  height: auto;
  display: block;
  background-color: var(--color-3rd);
  padding:35px;
  border-radius: 10px;
  margin:0 auto 100px;
}
.bottomlink .bannerbox {
  width:250px;
  height: auto;
  display: block;
  margin:0 auto 20px;
}

}

/* ----------------------------------------------------------
Style for iPad Pro
---------------------------------------------------------- */
@media screen and (min-width: 769px) and (max-width: 1024px) {

.licenselist {
  width:100%;
  max-width:1600px;
  height: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding:0 8% 0;
  margin:0 auto 0px;
}
.licenselist .licls {
  width:47%;
  height: auto;
  display: flex;
  flex-direction: column;
  box-shadow:0px 5px 10px rgba(0,0,0,0.2);
  margin:0 0% 40px;
}
.licenselist .licls .licls_img {
width:100%;
height: auto;
display: block;
}
.licenselist .licls .licls_cc {
width:100%;
height: auto;
display: block;
padding:25px 25px;
}
.licenselist .licls h3 {
  font-size:22px;
  font-family: var(--font-min);
  font-weight: 400;
  line-height: 1.25em;
  margin-bottom: 10px;
}
.licenselist .licls p {
  font-size:14px;
  color:var(--color-black);
  line-height: 2em;
  margin-bottom: 20px;
}
.licenselist .licls .licls_spec {
  width:100%;
height: auto;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.licenselist .licls dl {
  width:47%;
  height: auto;
  display: flex;
  flex-direction: column;
}
.licenselist .licls dl dt {
  font-size:12px;
  font-weight: 400;
  line-height: 1.25em;
  color:var(--color-1st);
  padding-bottom: 5px;
  border-bottom: 1px dotted var(--color-2nd);
  margin-bottom: 5px;
}
.licenselist .licls dl dd {
  width:100%;
  height: auto;
  display: block;
  font-size:12px;
  line-height: 1.5em;
  margin-bottom: 10px;
}

p.lics_addtext {
  width:100%;
  max-width:1600px;
  height: auto;
  display: flex;
  font-size:12px;
  line-height: 1.5em;
  padding:0 10%;
  margin:0 auto 50px;
}

.bottomlink {
  width:80%;
  max-width:1600px;
  height: auto;
  display: block;
  background-color: var(--color-3rd);
  padding:35px;
  border-radius: 10px;
  margin:0 auto 100px;
}
.bottomlink .bannerbox {
  width:250px;
  height: auto;
  display: block;
  margin:0 auto 20px;
}

}


/* ----------------------------------------------------------
Style for Smartphone
---------------------------------------------------------- */
@media screen and (max-width: 768px) {

  .licenselist {
  width:100%;
  max-width:1600px;
  height: auto;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding:0 0 0;
  margin:0 auto 0px;
}
.licenselist .licls {
  width:90%;
  height: auto;
  display: flex;
  flex-direction: column;
  box-shadow:0px 5px 10px rgba(0,0,0,0.2);
  margin:0 auto 30px;
}
.licenselist .licls .licls_img {
width:100%;
height: auto;
display: block;
}
.licenselist .licls .licls_cc {
width:100%;
height: auto;
display: block;
padding:25px 25px;
}
.licenselist .licls h3 {
  font-size:22px;
  font-family: var(--font-min);
  font-weight: 400;
  line-height: 1.25em;
  margin-bottom: 10px;
}
.licenselist .licls p {
  font-size:14px;
  color:var(--color-black);
  line-height: 2em;
  margin-bottom: 20px;
}
.licenselist .licls .licls_spec {
  width:100%;
height: auto;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.licenselist .licls dl {
  width:47%;
  height: auto;
  display: flex;
  flex-direction: column;
}
.licenselist .licls dl dt {
  font-size:12px;
  font-weight: 400;
  line-height: 1.25em;
  color:var(--color-1st);
  padding-bottom: 5px;
  border-bottom: 1px dotted var(--color-2nd);
  margin-bottom: 5px;
}
.licenselist .licls dl dd {
  width:100%;
  height: auto;
  display: block;
  font-size:12px;
  line-height: 1.5em;
  margin-bottom: 10px;
}

p.lics_addtext {
  width:100%;
  max-width:1600px;
  height: auto;
  display: flex;
  font-size:12px;
  line-height: 1.5em;
  padding:0 10%;
  margin:0 auto 50px;
}

.bottomlink {
  width:100%;
  max-width:1600px;
  height: auto;
  display: block;
  background-color: var(--color-3rd);
  padding:35px;
  border-radius: 0px;
  margin:0 auto 0;
}
.bottomlink .bannerbox {
  width:250px;
  height: auto;
  display: block;
  margin:0 auto 20px;
}

}
