@charset "UTF-8";
/*** #banner.note ***/
#banner[class*=note] > .inner > .box1 {
  height: 100%;
  width: 100%;
  background-image: url("../images/bnr_note.png");
}

/*** #main.note ***/
#main.note {
  height: auto;
  width: 100%;
  margin: 6rem 0rem;
}
@media screen and (min-width: 768px) {
  #main.note {
    margin: 8rem 0rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.note {
    margin: 10rem 0rem;
  }
}
#main.note > .inner {
  height: auto;
  width: 100%;
}
#main.note > .inner > .sec0 {
  height: auto;
  width: 100%;
}
#main.note > .inner > .sec0 > .inner {
  height: auto;
  width: 100%;
  margin: 0 auto;
  max-width: 42rem;
  padding: 0 1.5rem;
}
@media screen and (min-width: 768px) {
  #main.note > .inner > .sec0 > .inner {
    max-width: 76.8rem;
    padding: 0 2rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.note > .inner > .sec0 > .inner {
    max-width: 90rem;
    padding: 0 2.5rem;
  }
}
#main.note > .inner > .sec0 > .inner > .box1 {
  height: auto;
  width: 100%;
  margin-bottom: 6rem;
}
@media screen and (min-width: 768px) {
  #main.note > .inner > .sec0 > .inner > .box1 {
    margin-bottom: 8rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.note > .inner > .sec0 > .inner > .box1 {
    margin-bottom: 10rem;
  }
}
#main.note > .inner > .sec0 > .inner > .box1 > .par1 {
  height: auto;
  width: 100%;
  font-size: 1.56rem;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #main.note > .inner > .sec0 > .inner > .box1 > .par1 {
    font-size: 1.68rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.note > .inner > .sec0 > .inner > .box1 > .par1 {
    font-size: 1.8rem;
  }
}
#main.note > .inner > .sec0 > .inner > .box2 {
  height: auto;
  width: 100%;
}
#main.note > .inner > .sec0 > .inner > .box2 > .lnk1 {
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  line-height: 2.88;
  border: 0.2rem solid #181818;
  color: #181818;
  display: block;
  font-weight: 700;
  height: auto;
  margin: 0 auto;
  position: relative;
  text-align: center;
  width: 15rem;
}
@media screen and (min-width: 768px) {
  #main.note > .inner > .sec0 > .inner > .box2 > .lnk1 {
    font-size: 1.4rem;
    line-height: 3.24;
  }
}
@media screen and (min-width: 1200px) {
  #main.note > .inner > .sec0 > .inner > .box2 > .lnk1 {
    font-size: 1.5rem;
    line-height: 3.6;
  }
}
@media screen and (min-width: 768px) {
  #main.note > .inner > .sec0 > .inner > .box2 > .lnk1 {
    border: 0.25rem solid #181818;
    width: 20rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.note > .inner > .sec0 > .inner > .box2 > .lnk1 {
    border: 0.3rem solid #181818;
    width: 25rem;
  }
}
#main.note > .inner > .sec0 > .inner > .box2 > .lnk1::after {
  background: url("../images/ico_arrow_right_02.svg") center center no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 0.5rem;
  left: calc(100% - .5rem);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2rem;
}
@media screen and (min-width: 768px) {
  #main.note > .inner > .sec0 > .inner > .box2 > .lnk1::after {
    height: 0.75rem;
    left: calc(100% - .75rem);
    width: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.note > .inner > .sec0 > .inner > .box2 > .lnk1::after {
    height: 1rem;
    left: calc(100% - 1rem);
    width: 4rem;
  }
}
#main.note > .inner > .sec0 > .inner > .box2 > .lnk1.hov {
  transition: background 0.35s, color 0.35s;
}
#main.note > .inner > .sec0 > .inner > .box2 > .lnk1.hov::after {
  transition: transform 0.35s;
}
#main.note > .inner > .sec0 > .inner > .box2 > .lnk1.hov:hover {
  background-color: #181818;
  color: #ffffff;
}
#main.note > .inner > .sec0 > .inner > .box2 > .lnk1.hov:hover::after {
  transform: translate(0.5rem, -50%);
}
#main.note.lst > .inner > .sec1 {
  height: auto;
  width: 100%;
}
#main.note.lst > .inner > .sec1 > .inner {
  height: auto;
  width: 100%;
  margin: 0 auto;
  max-width: 42rem;
  padding: 0 1.5rem;
}
@media screen and (min-width: 768px) {
  #main.note.lst > .inner > .sec1 > .inner {
    max-width: 76.8rem;
    padding: 0 2rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.note.lst > .inner > .sec1 > .inner {
    max-width: 90rem;
    padding: 0 2.5rem;
  }
}
#main.note.lst > .inner > .sec1 > .inner > .box1 {
  height: auto;
  width: 100%;
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  #main.note.lst > .inner > .sec1 > .inner > .box1 {
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.note.lst > .inner > .sec1 > .inner > .box1 {
    margin-bottom: 5rem;
  }
}
#main.note.lst > .inner > .sec1 > .inner > .box1 > .hdr1 {
  height: auto;
  width: 100%;
  font-size: 1.82rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: #181818;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  #main.note.lst > .inner > .sec1 > .inner > .box1 > .hdr1 {
    font-size: 1.96rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1200px) {
  #main.note.lst > .inner > .sec1 > .inner > .box1 > .hdr1 {
    font-size: 2.1rem;
    line-height: 2;
  }
}
#main.note.lst > .inner > .sec1 > .inner > .box2 {
  height: auto;
  width: 100%;
  border-bottom: 0.1rem solid #909090;
}
#main.note.lst > .inner > .sec1 > .inner > .box2 > [class^=box] {
  height: auto;
  width: 100%;
  padding: 1.5rem 0rem;
  border-top: 0.1rem solid #909090;
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  #main.note.lst > .inner > .sec1 > .inner > .box2 > [class^=box] {
    padding: 2rem 0rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.note.lst > .inner > .sec1 > .inner > .box2 > [class^=box] {
    padding: 2.5rem 0rem;
  }
}
#main.note.lst > .inner > .sec1 > .inner > .box2 > [class^=box] > .box1 {
  height: auto;
  width: 10rem;
}
@media screen and (min-width: 768px) {
  #main.note.lst > .inner > .sec1 > .inner > .box2 > [class^=box] > .box1 {
    width: 15rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.note.lst > .inner > .sec1 > .inner > .box2 > [class^=box] > .box1 {
    width: 20rem;
  }
}
#main.note.lst > .inner > .sec1 > .inner > .box2 > [class^=box] > .box1 > .lnk1 {
  height: auto;
  width: 100%;
  display: block;
}
#main.note.lst > .inner > .sec1 > .inner > .box2 > [class^=box] > .box1 > .lnk1 > .img1 {
  height: auto;
  width: 100%;
  display: block;
}
#main.note.lst > .inner > .sec1 > .inner > .box2 > [class^=box] > .box1 > .lnk1.hov {
  overflow: hidden;
}
#main.note.lst > .inner > .sec1 > .inner > .box2 > [class^=box] > .box1 > .lnk1.hov > .img1 {
  transition: opacity 0.35s ease-out, transform 0.35s ease-out;
}
#main.note.lst > .inner > .sec1 > .inner > .box2 > [class^=box] > .box1 > .lnk1.hov:hover > .img1 {
  opacity: 0.7;
  transform: scale(1.05);
}
#main.note.lst > .inner > .sec1 > .inner > .box2 > [class^=box] > .box2 {
  height: auto;
  width: calc(100% - 10.75rem);
}
@media screen and (min-width: 768px) {
  #main.note.lst > .inner > .sec1 > .inner > .box2 > [class^=box] > .box2 {
    width: calc(100% - 17rem);
  }
}
@media screen and (min-width: 1200px) {
  #main.note.lst > .inner > .sec1 > .inner > .box2 > [class^=box] > .box2 {
    width: calc(100% - 22.5rem);
  }
}
#main.note.lst > .inner > .sec1 > .inner > .box2 > [class^=box] > .box2 > .lst1 {
  height: auto;
  width: 100%;
  margin-bottom: 0.75rem;
  display: flex;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  #main.note.lst > .inner > .sec1 > .inner > .box2 > [class^=box] > .box2 > .lst1 {
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.note.lst > .inner > .sec1 > .inner > .box2 > [class^=box] > .box2 > .lst1 {
    margin-bottom: 1.25rem;
  }
}
#main.note.lst > .inner > .sec1 > .inner > .box2 > [class^=box] > .box2 > .lst1 > [class^=itm] {
  height: auto;
  width: auto;
  font-size: 0.91rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  #main.note.lst > .inner > .sec1 > .inner > .box2 > [class^=box] > .box2 > .lst1 > [class^=itm] {
    font-size: 0.98rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1200px) {
  #main.note.lst > .inner > .sec1 > .inner > .box2 > [class^=box] > .box2 > .lst1 > [class^=itm] {
    font-size: 1.05rem;
    line-height: 2;
  }
}
#main.note.lst > .inner > .sec1 > .inner > .box2 > [class^=box] > .box2 > .lst1 > [class^=itm]:not(:last-of-type) {
  margin-right: 1em;
}
#main.note.lst > .inner > .sec1 > .inner > .box2 > [class^=box] > .box2 > .lst1 > [class^=itm] > .lnk1.hov {
  transition: color 0.35s;
}
#main.note.lst > .inner > .sec1 > .inner > .box2 > [class^=box] > .box2 > .lst1 > [class^=itm] > .lnk1.hov:hover {
  color: #e597b2;
}
#main.note.lst > .inner > .sec1 > .inner > .box2 > [class^=box] > .box2 > .hdr1 {
  height: auto;
  width: 100%;
  margin-bottom: 1.5rem;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: #181818;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  #main.note.lst > .inner > .sec1 > .inner > .box2 > [class^=box] > .box2 > .hdr1 {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.note.lst > .inner > .sec1 > .inner > .box2 > [class^=box] > .box2 > .hdr1 {
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  #main.note.lst > .inner > .sec1 > .inner > .box2 > [class^=box] > .box2 > .hdr1 {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1200px) {
  #main.note.lst > .inner > .sec1 > .inner > .box2 > [class^=box] > .box2 > .hdr1 {
    font-size: 1.5rem;
    line-height: 2;
  }
}
#main.note.lst > .inner > .sec1 > .inner > .box2 > [class^=box] > .box2 > .hdr1 > .lnk1.hov {
  transition: color 0.35s;
}
#main.note.lst > .inner > .sec1 > .inner > .box2 > [class^=box] > .box2 > .hdr1 > .lnk1.hov:hover {
  color: #e597b2;
}
#main.note.lst > .inner > .sec1 > .inner > .box2 > [class^=box] > .box2 > .par1 {
  height: auto;
  width: 100%;
  font-size: 1.04rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: right;
}
@media screen and (min-width: 768px) {
  #main.note.lst > .inner > .sec1 > .inner > .box2 > [class^=box] > .box2 > .par1 {
    font-size: 1.12rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1200px) {
  #main.note.lst > .inner > .sec1 > .inner > .box2 > [class^=box] > .box2 > .par1 {
    font-size: 1.2rem;
    line-height: 2;
  }
}
#main.note.lst > .inner > .sec1 > .inner > .box3 {
  height: auto;
  width: 100%;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  #main.note.lst > .inner > .sec1 > .inner > .box3 {
    margin-top: 4rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.note.lst > .inner > .sec1 > .inner > .box3 {
    margin-top: 5rem;
  }
}
#main.note.lst > .inner > .sec1 > .inner > .box3 > .lst1 {
  height: auto;
  width: 100%;
  align-items: center;
  display: flex;
  justify-content: center;
}
#main.note.lst > .inner > .sec1 > .inner > .box3 > .lst1 > [class^=itm]:not(:last-of-type) {
  margin-right: 1.5rem;
}
@media screen and (min-width: 768px) {
  #main.note.lst > .inner > .sec1 > .inner > .box3 > .lst1 > [class^=itm]:not(:last-of-type) {
    margin-right: 2rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.note.lst > .inner > .sec1 > .inner > .box3 > .lst1 > [class^=itm]:not(:last-of-type) {
    margin-right: 2.5rem;
  }
}
#main.note.lst > .inner > .sec1 > .inner > .box3 > .lst1 > [class^=itm].type1 {
  height: auto;
  width: auto;
  font-size: 1.56rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  #main.note.lst > .inner > .sec1 > .inner > .box3 > .lst1 > [class^=itm].type1 {
    font-size: 1.68rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1200px) {
  #main.note.lst > .inner > .sec1 > .inner > .box3 > .lst1 > [class^=itm].type1 {
    font-size: 1.8rem;
    line-height: 2;
  }
}
#main.note.lst > .inner > .sec1 > .inner > .box3 > .lst1 > [class^=itm].type1 > .elm1 {
  height: auto;
  width: auto;
  display: block;
  opacity: 0.5;
}
#main.note.lst > .inner > .sec1 > .inner > .box3 > .lst1 > [class^=itm].type1 > .elm1 > .img1 {
  display: block;
  height: auto;
  width: 2em;
}
#main.note.lst > .inner > .sec1 > .inner > .box3 > .lst1 > [class^=itm].type1 > .lnk1 {
  height: auto;
  width: auto;
  display: block;
}
#main.note.lst > .inner > .sec1 > .inner > .box3 > .lst1 > [class^=itm].type1 > .lnk1 > .img1 {
  display: block;
  height: auto;
  width: 2em;
}
#main.note.lst > .inner > .sec1 > .inner > .box3 > .lst1 > [class^=itm].type2 {
  height: auto;
  width: auto;
  font-size: 1.56rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  #main.note.lst > .inner > .sec1 > .inner > .box3 > .lst1 > [class^=itm].type2 {
    font-size: 1.68rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1200px) {
  #main.note.lst > .inner > .sec1 > .inner > .box3 > .lst1 > [class^=itm].type2 {
    font-size: 1.8rem;
    line-height: 2;
  }
}
#main.note.lst > .inner > .sec1 > .inner > .box3 > .lst1 > [class^=itm].type2 > .elm1 {
  height: auto;
  width: auto;
  display: block;
  opacity: 0.5;
}
#main.note.lst > .inner > .sec1 > .inner > .box3 > .lst1 > [class^=itm].type2 > .lnk1 {
  height: auto;
  width: auto;
  display: block;
}
#main.note.itm > .inner > .sec1 {
  height: auto;
  width: 100%;
}
#main.note.itm > .inner > .sec1 > .inner {
  height: auto;
  width: 100%;
  margin: 0 auto;
  max-width: 42rem;
  padding: 0 1.5rem;
}
@media screen and (min-width: 768px) {
  #main.note.itm > .inner > .sec1 > .inner {
    max-width: 76.8rem;
    padding: 0 2rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.note.itm > .inner > .sec1 > .inner {
    max-width: 90rem;
    padding: 0 2.5rem;
  }
}
#main.note.itm > .inner > .sec1 > .inner > .box1 {
  height: auto;
  width: 100%;
  padding: 1.5rem 0rem;
  margin-bottom: 3rem;
  border-bottom: 0.1rem solid #909090;
  border-top: 0.1rem solid #909090;
}
@media screen and (min-width: 768px) {
  #main.note.itm > .inner > .sec1 > .inner > .box1 {
    padding: 2rem 0rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.note.itm > .inner > .sec1 > .inner > .box1 {
    padding: 2.5rem 0rem;
  }
}
@media screen and (min-width: 768px) {
  #main.note.itm > .inner > .sec1 > .inner > .box1 {
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.note.itm > .inner > .sec1 > .inner > .box1 {
    margin-bottom: 5rem;
  }
}
#main.note.itm > .inner > .sec1 > .inner > .box1 > .lst1 {
  height: auto;
  width: 100%;
  margin-bottom: 0.75rem;
  display: flex;
}
@media screen and (min-width: 768px) {
  #main.note.itm > .inner > .sec1 > .inner > .box1 > .lst1 {
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.note.itm > .inner > .sec1 > .inner > .box1 > .lst1 {
    margin-bottom: 1.25rem;
  }
}
#main.note.itm > .inner > .sec1 > .inner > .box1 > .lst1 > [class^=itm] {
  height: auto;
  width: auto;
  font-size: 1.04rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  #main.note.itm > .inner > .sec1 > .inner > .box1 > .lst1 > [class^=itm] {
    font-size: 1.12rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1200px) {
  #main.note.itm > .inner > .sec1 > .inner > .box1 > .lst1 > [class^=itm] {
    font-size: 1.2rem;
    line-height: 2;
  }
}
#main.note.itm > .inner > .sec1 > .inner > .box1 > .lst1 > [class^=itm]:not(:last-of-type) {
  margin-right: 1em;
}
#main.note.itm > .inner > .sec1 > .inner > .box1 > .lst1 > [class^=itm] > .lnk1.hov {
  transition: color 0.35s;
}
#main.note.itm > .inner > .sec1 > .inner > .box1 > .lst1 > [class^=itm] > .lnk1.hov:hover {
  color: #e597b2;
}
#main.note.itm > .inner > .sec1 > .inner > .box1 > .hdr1 {
  height: auto;
  width: 100%;
  margin-bottom: 1.5rem;
  font-size: 1.56rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: #181818;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  #main.note.itm > .inner > .sec1 > .inner > .box1 > .hdr1 {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.note.itm > .inner > .sec1 > .inner > .box1 > .hdr1 {
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  #main.note.itm > .inner > .sec1 > .inner > .box1 > .hdr1 {
    font-size: 1.68rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1200px) {
  #main.note.itm > .inner > .sec1 > .inner > .box1 > .hdr1 {
    font-size: 1.8rem;
    line-height: 2;
  }
}
#main.note.itm > .inner > .sec1 > .inner > .box1 > .hdr1 > .lnk1.hov {
  transition: color 0.35s;
}
#main.note.itm > .inner > .sec1 > .inner > .box1 > .hdr1 > .lnk1.hov:hover {
  color: #e597b2;
}
#main.note.itm > .inner > .sec1 > .inner > .box1 > .par1 {
  height: auto;
  width: 100%;
  font-size: 1.04rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: right;
}
@media screen and (min-width: 768px) {
  #main.note.itm > .inner > .sec1 > .inner > .box1 > .par1 {
    font-size: 1.12rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1200px) {
  #main.note.itm > .inner > .sec1 > .inner > .box1 > .par1 {
    font-size: 1.2rem;
    line-height: 2;
  }
}
#main.note.itm > .inner > .sec1 > .inner > .box2 {
  height: auto;
  width: 100%;
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  #main.note.itm > .inner > .sec1 > .inner > .box2 {
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.note.itm > .inner > .sec1 > .inner > .box2 {
    margin-bottom: 5rem;
  }
}
#main.note.itm > .inner > .sec1 > .inner > .box2 > .img1 {
  height: auto;
  width: 100%;
  display: block;
}
#main.note.itm > .inner > .sec1 > .inner > .box3 {
  height: auto;
  width: 100%;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin-bottom: 3rem;
}
#main.note.itm > .inner > .sec1 > .inner > .box3:after {
  clear: both;
  content: "";
  display: block;
}
@media screen and (min-width: 768px) {
  #main.note.itm > .inner > .sec1 > .inner > .box3 {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1200px) {
  #main.note.itm > .inner > .sec1 > .inner > .box3 {
    font-size: 1.5rem;
    line-height: 2;
  }
}
#main.note.itm > .inner > .sec1 > .inner > .box3 h1, #main.note.itm > .inner > .sec1 > .inner > .box3 h2, #main.note.itm > .inner > .sec1 > .inner > .box3 h3, #main.note.itm > .inner > .sec1 > .inner > .box3 h4, #main.note.itm > .inner > .sec1 > .inner > .box3 h5, #main.note.itm > .inner > .sec1 > .inner > .box3 h6, #main.note.itm > .inner > .sec1 > .inner > .box3 p, #main.note.itm > .inner > .sec1 > .inner > .box3 ul, #main.note.itm > .inner > .sec1 > .inner > .box3 ol, #main.note.itm > .inner > .sec1 > .inner > .box3 blockquote, #main.note.itm > .inner > .sec1 > .inner > .box3 hr {
  height: auto;
  width: 100%;
  margin: 1.5rem 0rem;
  clear: both;
}
@media screen and (min-width: 768px) {
  #main.note.itm > .inner > .sec1 > .inner > .box3 h1, #main.note.itm > .inner > .sec1 > .inner > .box3 h2, #main.note.itm > .inner > .sec1 > .inner > .box3 h3, #main.note.itm > .inner > .sec1 > .inner > .box3 h4, #main.note.itm > .inner > .sec1 > .inner > .box3 h5, #main.note.itm > .inner > .sec1 > .inner > .box3 h6, #main.note.itm > .inner > .sec1 > .inner > .box3 p, #main.note.itm > .inner > .sec1 > .inner > .box3 ul, #main.note.itm > .inner > .sec1 > .inner > .box3 ol, #main.note.itm > .inner > .sec1 > .inner > .box3 blockquote, #main.note.itm > .inner > .sec1 > .inner > .box3 hr {
    margin: 2rem 0rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.note.itm > .inner > .sec1 > .inner > .box3 h1, #main.note.itm > .inner > .sec1 > .inner > .box3 h2, #main.note.itm > .inner > .sec1 > .inner > .box3 h3, #main.note.itm > .inner > .sec1 > .inner > .box3 h4, #main.note.itm > .inner > .sec1 > .inner > .box3 h5, #main.note.itm > .inner > .sec1 > .inner > .box3 h6, #main.note.itm > .inner > .sec1 > .inner > .box3 p, #main.note.itm > .inner > .sec1 > .inner > .box3 ul, #main.note.itm > .inner > .sec1 > .inner > .box3 ol, #main.note.itm > .inner > .sec1 > .inner > .box3 blockquote, #main.note.itm > .inner > .sec1 > .inner > .box3 hr {
    margin: 2.5rem 0rem;
  }
}
#main.note.itm > .inner > .sec1 > .inner > .box3 h1 {
  font-size: 1.6em;
}
#main.note.itm > .inner > .sec1 > .inner > .box3 h2 {
  font-size: 1.5em;
}
#main.note.itm > .inner > .sec1 > .inner > .box3 h3 {
  font-size: 1.4em;
}
#main.note.itm > .inner > .sec1 > .inner > .box3 h4 {
  font-size: 1.3em;
}
#main.note.itm > .inner > .sec1 > .inner > .box3 h5 {
  font-size: 1.2em;
}
#main.note.itm > .inner > .sec1 > .inner > .box3 h6 {
  font-size: 1.1em;
}
#main.note.itm > .inner > .sec1 > .inner > .box3 ul li {
  list-style: disc;
  margin-left: 1.5em;
  width: calc(100% - 1.5em);
}
#main.note.itm > .inner > .sec1 > .inner > .box3 ol li {
  list-style: decimal;
  margin-left: 1.5em;
  width: calc(100% - 1.5em);
}
#main.note.itm > .inner > .sec1 > .inner > .box3 blockquote {
  padding: 0.75rem 0.75rem;
  background-color: #f8f8f8;
}
@media screen and (min-width: 768px) {
  #main.note.itm > .inner > .sec1 > .inner > .box3 blockquote {
    padding: 1rem 1rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.note.itm > .inner > .sec1 > .inner > .box3 blockquote {
    padding: 1.25rem 1.25rem;
  }
}
#main.note.itm > .inner > .sec1 > .inner > .box3 strong {
  font-weight: bold;
}
#main.note.itm > .inner > .sec1 > .inner > .box3 em {
  font-style: italic;
}
#main.note.itm > .inner > .sec1 > .inner > .box3 img {
  height: auto;
  width: auto;
  display: block;
  max-width: 100%;
}
#main.note.itm > .inner > .sec1 > .inner > .box3 a {
  color: #c97586;
  word-wrap: break-word;
}
#main.note.itm > .inner > .sec1 > .inner > .box3 a::after {
  content: "";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  margin: 0 0.5em;
}
#main.note.itm > .inner > .sec1 > .inner > .box3 .alignleft {
  margin: 1.5rem auto 1.5rem 0;
}
@media screen and (min-width: 768px) {
  #main.note.itm > .inner > .sec1 > .inner > .box3 .alignleft {
    margin: 2rem auto 2rem 0;
  }
}
@media screen and (min-width: 1200px) {
  #main.note.itm > .inner > .sec1 > .inner > .box3 .alignleft {
    margin: 2.5rem auto 2.5rem 0;
  }
}
#main.note.itm > .inner > .sec1 > .inner > .box3 .aligncenter {
  margin: 1.5rem auto;
}
@media screen and (min-width: 768px) {
  #main.note.itm > .inner > .sec1 > .inner > .box3 .aligncenter {
    margin: 2rem auto;
  }
}
@media screen and (min-width: 1200px) {
  #main.note.itm > .inner > .sec1 > .inner > .box3 .aligncenter {
    margin: 2.5rem auto;
  }
}
#main.note.itm > .inner > .sec1 > .inner > .box3 .alignright {
  margin: 1.5rem 0 1.5rem auto;
}
@media screen and (min-width: 768px) {
  #main.note.itm > .inner > .sec1 > .inner > .box3 .alignright {
    margin: 2rem 0 2rem auto;
  }
}
@media screen and (min-width: 1200px) {
  #main.note.itm > .inner > .sec1 > .inner > .box3 .alignright {
    margin: 2.5rem 0 2.5rem auto;
  }
}
#main.note.itm > .inner > .sec1 > .inner > .box3 .alignnone {
  margin: 1.5rem 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #main.note.itm > .inner > .sec1 > .inner > .box3 .alignnone {
    margin: 2rem 0;
  }
}
@media screen and (min-width: 1200px) {
  #main.note.itm > .inner > .sec1 > .inner > .box3 .alignnone {
    margin: 2.5rem 0;
  }
}
#main.note.itm > .inner > .sec1 > .inner > .box3 .wp-caption-text {
  text-align: center;
}
#main.note.itm > .inner > .sec1 > .inner > .box3 .ytb {
  height: auto;
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}
#main.note.itm > .inner > .sec1 > .inner > .box3 .ytb > iframe {
  bottom: 0;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  position: absolute;
}
@media screen and (min-width: 768px) {
  #main.note.itm > .inner > .sec1 > .inner > .box3 {
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.note.itm > .inner > .sec1 > .inner > .box3 {
    margin-bottom: 5rem;
  }
}
#main.note.itm > .inner > .sec1 > .inner > .box4 {
  height: auto;
  width: 100%;
}
#main.note.itm > .inner > .sec1 > .inner > .box4 > .lnk1 {
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  line-height: 2.56;
  background-color: #e597b2;
  border: 0.2rem solid #181818;
  color: #ffffff;
  display: block;
  font-family: "Marcellus SC", serif;
  font-weight: 700;
  height: auto;
  margin: 0 auto;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: 15rem;
}
@media screen and (min-width: 768px) {
  #main.note.itm > .inner > .sec1 > .inner > .box4 > .lnk1 {
    font-size: 1.4rem;
    line-height: 2.88;
  }
}
@media screen and (min-width: 1200px) {
  #main.note.itm > .inner > .sec1 > .inner > .box4 > .lnk1 {
    font-size: 1.5rem;
    line-height: 3.2;
  }
}
@media screen and (min-width: 768px) {
  #main.note.itm > .inner > .sec1 > .inner > .box4 > .lnk1 {
    border: 0.25rem solid #181818;
    width: 20rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.note.itm > .inner > .sec1 > .inner > .box4 > .lnk1 {
    border: 0.3rem solid #181818;
    width: 25rem;
  }
}
#main.note.itm > .inner > .sec1 > .inner > .box4 > .lnk1::after {
  background: url("../images/ico_arrow_right_02.svg") center center no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 0.5rem;
  left: calc(100% - .5rem);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2rem;
}
@media screen and (min-width: 768px) {
  #main.note.itm > .inner > .sec1 > .inner > .box4 > .lnk1::after {
    height: 0.75rem;
    left: calc(100% - .75rem);
    width: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.note.itm > .inner > .sec1 > .inner > .box4 > .lnk1::after {
    height: 1rem;
    left: calc(100% - 1rem);
    width: 4rem;
  }
}
#main.note.itm > .inner > .sec1 > .inner > .box4 > .lnk1.hov {
  transition: background 0.35s, color 0.35s;
}
#main.note.itm > .inner > .sec1 > .inner > .box4 > .lnk1.hov::after {
  transition: transform 0.35s;
}
#main.note.itm > .inner > .sec1 > .inner > .box4 > .lnk1.hov:hover {
  background-color: #c97586;
}
#main.note.itm > .inner > .sec1 > .inner > .box4 > .lnk1.hov:hover::after {
  transform: translate(0.25rem, -50%);
}
@media screen and (min-width: 768px) {
  #main.note.itm > .inner > .sec1 > .inner > .box4 > .lnk1.hov:hover::after {
    transform: translate(0.375rem, -50%);
  }
}
@media screen and (min-width: 1200px) {
  #main.note.itm > .inner > .sec1 > .inner > .box4 > .lnk1.hov:hover::after {
    transform: translate(0.5rem, -50%);
  }
}

/*# sourceMappingURL=note.css.map */
