.editor-styles-wrapper .c-text--white {
  color: rgb(255, 255, 255);
}
.editor-styles-wrapper .c-text--brown {
  color: rgb(60, 42, 16);
}
.editor-styles-wrapper .c-text--gray--primary {
  color: rgb(112, 112, 112);
}
.editor-styles-wrapper .c-text--gray--secondary {
  color: rgb(234, 234, 234);
}
.editor-styles-wrapper .c-text--bold {
  font-weight: 700;
}
.editor-styles-wrapper .c-font--primary {
  font-family: "M PLUS 1p", sans-serif;
}
.editor-styles-wrapper .c-font--title {
  font-family: "Roboto", sans-serif;
}
.editor-styles-wrapper .c-font-size--primary {
  font-size: 1.6rem;
  line-height: 1.485;
}
@media (min-width: 833.8px) {
  .editor-styles-wrapper .c-font-size--primary {
    font-size: 1.6rem;
  }
}
@media (min-width: 1200.8px) {
  .editor-styles-wrapper .c-font-size--primary {
    font-size: 0.83vw;
    line-height: 1.24vw;
  }
}
.editor-styles-wrapper .c-font-size--secondary {
  font-size: 1.4rem;
  line-height: 1.485;
}
.editor-styles-wrapper .c-bg-color--white {
  background-color: rgb(255, 255, 255);
}
.editor-styles-wrapper .c-bg-color--black {
  background-color: rgb(0, 0, 0);
}
.editor-styles-wrapper .c-bg-color--gray {
  background-color: rgb(242, 237, 233);
}
.editor-styles-wrapper .c-bg-color--salmon-pink {
  background-color: rgb(255, 247, 239);
}
.editor-styles-wrapper .c-bg-color--skyblue {
  background-color: rgb(245, 245, 245);
}
.editor-styles-wrapper .c-col--primary:not(:last-child) {
  margin-right: 10px;
}
@media (min-width: 833.8px) {
  .editor-styles-wrapper .c-col--primary:not(:last-child) {
    margin-right: 20px;
  }
}
@media (min-width: 1200.8px) {
  .editor-styles-wrapper .c-col--primary:not(:last-child) {
    margin-right: 2.08vw;
  }
}
.editor-styles-wrapper .c-button--primary a {
  width: 100%;
  border: solid 1px rgb(112, 112, 112);
  background: linear-gradient(to right, #f2ede9 0%, #ded8d3 100%);
  text-align: center;
  height: 81px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  border-radius: 20px;
}
@media (min-width: 833.8px) {
  .editor-styles-wrapper .c-button--primary a {
    width: 429px;
    height: 104px;
  }
}
@media (min-width: 1200.8px) {
  .editor-styles-wrapper .c-button--primary a {
    width: 22.34vw;
    height: 5.42vw;
  }
}
.editor-styles-wrapper .c-button--primary div {
  width: 100%;
  border: solid 1px rgb(112, 112, 112);
  background: linear-gradient(to right, #f2ede9 0%, #ded8d3 100%);
  text-align: center;
  height: 81px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  border-radius: 20px;
}
@media (min-width: 833.8px) {
  .editor-styles-wrapper .c-button--primary div {
    width: 429px;
    height: 104px;
  }
}
@media (min-width: 1200.8px) {
  .editor-styles-wrapper .c-button--primary div {
    width: 22.34vw;
    height: 5.42vw;
  }
}
.editor-styles-wrapper .c-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  text-align: center;
}
@media (min-width: 833.8px) {
  .editor-styles-wrapper .c-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}
@media (min-width: 1200.8px) {
  .editor-styles-wrapper .c-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1.04vw;
  }
}
.editor-styles-wrapper .p-blockquote {
  padding: 30px 20px;
}
@media (min-width: 833.8px) {
  .editor-styles-wrapper .p-blockquote {
    padding: 50px 53px;
  }
}
@media (min-width: 1200.8px) {
  .editor-styles-wrapper .p-blockquote {
    padding: 2.6vw 2.86vw;
  }
}
.editor-styles-wrapper .p-blockquote__text {
  margin-bottom: 30px;
}
@media (min-width: 833.8px) {
  .editor-styles-wrapper .p-blockquote__text {
    margin-bottom: 61px;
  }
}
@media (min-width: 1200.8px) {
  .editor-styles-wrapper .p-blockquote__text {
    margin-bottom: 3.18vw;
  }
}
.editor-styles-wrapper .p-blockquote__source {
  font-style: normal;
}
.editor-styles-wrapper .p-blockquote__link {
  text-decoration: underline;
  color: rgb(74, 108, 155);
}
.editor-styles-wrapper .p-single--Hero {
  width: 100%;
  margin-bottom: 32px;
  position: relative;
}
@media (min-width: 833.8px) {
  .editor-styles-wrapper .p-single--Hero {
    margin-bottom: 40px;
  }
}
@media (min-width: 1200.8px) {
  .editor-styles-wrapper .p-single--Hero {
    margin-bottom: 3.28vw;
  }
}
.editor-styles-wrapper .p-single__image {
  height: 60vw;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 30%;
     object-position: 30%;
}
@media (min-width: 833.8px) {
  .editor-styles-wrapper .p-single__image {
    height: 60.55vw;
  }
}
@media (min-width: 1200.8px) {
  .editor-styles-wrapper .p-single__image {
    height: 26.04vw;
  }
}
.editor-styles-wrapper .p-single__title {
  font-family: "Roboto", sans-serif;
  padding: 0 25px;
  font-size: 3.6rem;
  line-height: 1.172;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 833.8px) {
  .editor-styles-wrapper .p-single__title {
    flex-direction: row;
    font-size: 6rem;
    padding: 12px 0 0 86px;
  }
}
@media (min-width: 1200.8px) {
  .editor-styles-wrapper .p-single__title {
    padding: 0 0.989vw 0 4.479vw;
    font-size: 3.125vw;
  }
}
.editor-styles-wrapper .p-single {
  padding: 0 20px;
  margin-bottom: 60px;
}
@media (min-width: 833.8px) {
  .editor-styles-wrapper .p-single {
    padding: 0 60px;
    margin-bottom: 150px;
  }
}
@media (min-width: 1200.8px) {
  .editor-styles-wrapper .p-single {
    padding: 0 5.21vw;
    margin-bottom: 14.06vw;
  }
}
.editor-styles-wrapper .p-single__img--full {
  width: 100%;
}
.editor-styles-wrapper .p-single__col__img {
  width: calc(50% - 5px);
}
@media (min-width: 833.8px) {
  .editor-styles-wrapper .p-single__col__img {
    width: calc(50% - 10px);
  }
}
@media (min-width: 1200.8px) {
  .editor-styles-wrapper .p-single__col__img {
    width: calc(50% - 1.04vw);
  }
}
.editor-styles-wrapper .p-single__col__text {
  width: calc(50% - 5px);
}
@media (min-width: 833.8px) {
  .editor-styles-wrapper .p-single__col__text {
    width: calc(50% - 10px);
  }
}
@media (min-width: 1200.8px) {
  .editor-styles-wrapper .p-single__col__text {
    width: calc(50% - 1.04vw);
  }
}
.editor-styles-wrapper .p-single__img--center {
  text-align: center;
}
.editor-styles-wrapper .p-ordered--primary {
  list-style: decimal;
  list-style-position: inside;
  color: rgb(60, 43, 28);
}
@media (min-width: 833.8px) {
  .editor-styles-wrapper .p-ordered--primary {
    padding: 0 50px;
  }
}
@media (min-width: 1200.8px) {
  .editor-styles-wrapper .p-ordered--primary {
    padding: 0 2.6vw;
  }
}
.editor-styles-wrapper .p-ordered--secondary {
  list-style: decimal;
  list-style-position: inside;
  margin: 17px;
}
@media (min-width: 1200.8px) {
  .editor-styles-wrapper .p-ordered--secondary {
    margin: 0.89vw;
  }
}
.editor-styles-wrapper .p-unordered--primary {
  color: rgb(60, 43, 28);
}
@media (min-width: 833.8px) {
  .editor-styles-wrapper .p-unordered--primary {
    padding: 0 50px;
  }
}
@media (min-width: 1200.8px) {
  .editor-styles-wrapper .p-unordered--primary {
    padding: 0 2.6vw;
  }
}
.editor-styles-wrapper .p-unordered--secondary {
  margin: 17px;
}
@media (min-width: 1200.8px) {
  .editor-styles-wrapper .p-unordered--secondary {
    margin: 0.89vw;
  }
}
.editor-styles-wrapper .p-pre {
  padding: 50px;
}
@media (min-width: 1200.8px) {
  .editor-styles-wrapper .p-pre {
    padding: 2.6vw;
  }
}
.editor-styles-wrapper .p-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.editor-styles-wrapper .p-table__row {
  border: solid 1px rgb(112, 112, 112);
}
.editor-styles-wrapper .p-table__cell--left {
  width: 42%;
  padding: 29px 23px 24px;
  border: solid 1px rgb(112, 112, 112);
}
@media (min-width: 833.8px) {
  .editor-styles-wrapper .p-table__cell--left {
    width: 30%;
    padding: 29px 30px 24px;
  }
}
@media (min-width: 1200.8px) {
  .editor-styles-wrapper .p-table__cell--left {
    width: 22.34vw;
    padding: 1.51v 1.56vw 1.25vw;
  }
}
.editor-styles-wrapper .p-table__cell--right {
  width: 58%;
  padding: 29px 23px 24px;
}
@media (min-width: 833.8px) {
  .editor-styles-wrapper .p-table__cell--right {
    width: 70%;
    padding: 29px 30px 24px;
  }
}
@media (min-width: 1200.8px) {
  .editor-styles-wrapper .p-table__cell--right {
    width: 48.39vw;
    padding: 1.51v 1.56vw 1.25vw;
  }
}
.editor-styles-wrapper p {
  color: rgb(60, 42, 16);
  margin-bottom: 20px;
}
@media (min-width: 833.8px) {
  .editor-styles-wrapper p {
    margin-bottom: 37px;
  }
}
@media (min-width: 1200.8px) {
  .editor-styles-wrapper p {
    margin-bottom: 3.64vw;
  }
}
.editor-styles-wrapper p.p-recommend__item-text {
  margin-bottom: 24px;
}
@media (min-width: 1200.8px) {
  .editor-styles-wrapper p.p-recommend__item-text {
    margin-bottom: 1.09vw;
  }
}
.editor-styles-wrapper blockquote {
  background-color: rgb(245, 245, 245);
  padding: 30px 20px;
  margin-bottom: 30px;
  border: none;
}
@media (min-width: 833.8px) {
  .editor-styles-wrapper blockquote {
    padding: 50px 53px;
    margin-bottom: 60px;
  }
}
@media (min-width: 1200.8px) {
  .editor-styles-wrapper blockquote {
    padding: 2.6vw 2.86vw;
    margin-bottom: 3.13vw;
  }
}
.editor-styles-wrapper cite a {
  text-decoration: underline;
  color: rgb(74, 108, 155);
}
.editor-styles-wrapper h1 {
  font-family: "Roboto", sans-serif;
  font-size: 3.6rem;
  line-height: 1.172;
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 833.8px) {
  .editor-styles-wrapper h1 {
    flex-direction: row;
    font-size: 6rem;
  }
}
@media (min-width: 1200.8px) {
  .editor-styles-wrapper h1 {
    font-size: 3.125vw;
  }
}
.editor-styles-wrapper h2 {
  color: rgb(60, 42, 16);
  font-size: 2.8rem;
  line-height: 1.485;
  margin-bottom: 25px;
}
@media (min-width: 833.8px) {
  .editor-styles-wrapper h2 {
    font-size: 3.6rem;
    margin-bottom: 20px;
  }
}
@media (min-width: 1200.8px) {
  .editor-styles-wrapper h2 {
    font-size: 1.875vw;
    line-height: 2.78vw;
    margin-bottom: 1.04vw;
  }
}
.editor-styles-wrapper h3 {
  color: rgb(60, 42, 16);
  font-size: 2.4rem;
  line-height: 1.485;
  margin-bottom: 25px;
}
@media (min-width: 833.8px) {
  .editor-styles-wrapper h3 {
    font-size: 2.8rem;
    margin-bottom: 20px;
  }
}
@media (min-width: 1200.8px) {
  .editor-styles-wrapper h3 {
    font-size: 1.46vw;
    line-height: 2.17vw;
    margin-bottom: 1.04vw;
  }
}
.editor-styles-wrapper h3.p-recommend__title {
  font-size: 2.4rem;
  line-height: 1.485;
  margin-bottom: 25px;
}
@media (min-width: 833.8px) {
  .editor-styles-wrapper h3.p-recommend__title {
    font-size: 3.6rem;
  }
}
@media (min-width: 1200.8px) {
  .editor-styles-wrapper h3.p-recommend__title {
    font-size: 1.88vw;
    margin-bottom: 1.25vw;
  }
}
.editor-styles-wrapper h4 {
  color: rgb(60, 42, 16);
  font-size: 2rem;
  line-height: 1.485;
  margin-bottom: 34px;
}
@media (min-width: 833.8px) {
  .editor-styles-wrapper h4 {
    margin-bottom: 20px;
  }
}
@media (min-width: 1200.8px) {
  .editor-styles-wrapper h4 {
    font-size: 1.04vw;
    line-height: 1.55vw;
    margin-bottom: 1.04vw;
  }
}
.editor-styles-wrapper h5 {
  color: rgb(60, 42, 16);
  font-size: 2rem;
  line-height: 1.485;
  margin-bottom: 27px;
}
@media (min-width: 833.8px) {
  .editor-styles-wrapper h5 {
    margin-bottom: 20px;
  }
}
@media (min-width: 1200.8px) {
  .editor-styles-wrapper h5 {
    font-size: 1.04vw;
    line-height: 1.55vw;
    margin-bottom: 1.04vw;
  }
}
.editor-styles-wrapper h6 {
  color: rgb(60, 42, 16);
  font-size: 2rem;
  line-height: 1.485;
  margin-bottom: 26px;
}
@media (min-width: 833.8px) {
  .editor-styles-wrapper h6 {
    margin-bottom: 20px;
  }
}
@media (min-width: 1200.8px) {
  .editor-styles-wrapper h6 {
    font-size: 1.04vw;
    line-height: 1.55vw;
    margin-bottom: 1.04vw;
  }
}
.editor-styles-wrapper ol {
  list-style: decimal;
  list-style-position: inside;
  color: rgb(60, 43, 28);
}
@media (min-width: 833.8px) {
  .editor-styles-wrapper ol {
    padding: 0 50px;
  }
}
@media (min-width: 1200.8px) {
  .editor-styles-wrapper ol {
    padding: 0 2.6vw;
  }
}
.editor-styles-wrapper ul {
  color: rgb(60, 43, 28);
}
@media (min-width: 833.8px) {
  .editor-styles-wrapper ul {
    padding: 0 50px;
  }
}
@media (min-width: 1200.8px) {
  .editor-styles-wrapper ul {
    padding: 0 2.6vw;
  }
}
.editor-styles-wrapper ul.p-recommend__container {
  padding: 0;
}
.editor-styles-wrapper pre {
  padding: 50px;
  font-size: 1.6rem;
  line-height: 1.485;
  background-color: rgb(245, 245, 245);
  color: rgb(60, 42, 16);
}
@media (min-width: 833.8px) {
  .editor-styles-wrapper pre {
    font-size: 1.6rem;
  }
}
@media (min-width: 1200.8px) {
  .editor-styles-wrapper pre {
    padding: 2.6vw;
    font-size: 0.83vw;
    line-height: 1.24vw;
  }
}
.editor-styles-wrapper code {
  font-size: 1.6rem;
  line-height: 1.485;
  color: rgb(60, 42, 16);
}
@media (min-width: 833.8px) {
  .editor-styles-wrapper code {
    font-size: 1.6rem;
  }
}
@media (min-width: 1200.8px) {
  .editor-styles-wrapper code {
    font-size: 0.83vw;
    line-height: 1.24vw;
  }
}
.editor-styles-wrapper table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.editor-styles-wrapper table tr {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.editor-styles-wrapper table tr td {
  width: 42%;
  padding: 29px 23px 24px;
  border: solid 1px rgb(112, 112, 112);
}
@media (min-width: 833.8px) {
  .editor-styles-wrapper table tr td {
    width: 30%;
    padding: 29px 30px 24px;
  }
}
@media (min-width: 1200.8px) {
  .editor-styles-wrapper table tr td {
    width: 22.34vw;
    padding: 1.51v 1.56vw 1.25vw;
  }
}
.editor-styles-wrapper .wp-caption {
  color: #666;
  font-size: 13px;
  font-size: 0.8125rem;
  font-style: italic;
  margin-bottom: 1.5em;
  max-width: 100%;
}
.editor-styles-wrapper .wp-caption-text {
  margin: 0.8075em 0;
}
.editor-styles-wrapper .sticky {
  position: relative;
}
.editor-styles-wrapper .gallery-caption {
  font-size: 13px;
  font-size: 0.8125rem;
}
.editor-styles-wrapper .bypostauthor {
  border: 1px solid #333;
  padding: 2px;
}
.editor-styles-wrapper .alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.editor-styles-wrapper .alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.editor-styles-wrapper .aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/*# sourceMappingURL=editor-style.css.map */