@charset "UTF-8";
/*------------------------
SIZE
-------------------------*/
/*************************************
MIXINS
*************************************/
.scpop {
  transform: scale3d(0, 0, 0);
  transform-origin: center center;
  will-change: animation;
}

.scpop.ac {
  animation: bounce 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

/*------------------------------------
animation
	*/
@keyframes watapiiPc {
  0% {
    transform: translateX(-5.8565153734vw);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes watapiiSp {
  0% {
    transform: translateX(-16vw);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes hueRotate {
  0% {
    filter: hue-rotate(0deg);
  }
  100% {
    filter: hue-rotate(359deg);
  }
}
@keyframes photoCoverAnim {
  0% {
    filter: grayscale(95%);
  }
  100% {
    filter: grayscale(0%);
  }
}
@keyframes bounce {
  0% {
    transform: scale3d(0, 0, 0);
  }
  40% {
    transform: scale3d(1.2, 1.2, 1.2);
  }
  60% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  80% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
/*------------------------
COLOR
-------------------------*/
a {
  color: #000;
  text-decoration: none;
}

/*------------------------
TEXT SET
-------------------------*/
html {
  font-size: 62.5%;
}

body {
  font-size: 1.1713030747vw;
  font-family: "zen-kaku-gothic-new", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: 0.02em;
  font-feature-settings: "palt";
  color: #1A1A1A;
  background-color: #FFFEF1;
  width: 100%;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  box-sizing: border-box;
}
@media screen and ( min-width : 1680px ) {
  body {
    font-size: 19.6px;
  }
}
@media screen and ( max-width : 1023px ) {
  body {
    font-size: 4.2666666667vw;
  }
}

.sans {
  font-family: "ryo-gothic-plusn", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.en {
  color: #777;
  font-family: "ryo-gothic-plusn", sans-serif;
}

/*------------------------
BASIC LAYOUT / MODULE
-------------------------*/
img {
  image-rendering: -webkit-optimize-contrast;
  width: 100%;
}

.sp {
  display: none !important;
}
@media screen and ( max-width : 1023px ) {
  .sp {
    display: block;
  }
}

.pc {
  display: block;
}
@media screen and ( max-width : 1023px ) {
  .pc {
    display: none !important;
  }
}

@media screen and ( max-width : 1023px ) {
  br.sp, .btn.sp, .tac.sp {
    display: block !important;
  }
}

.lbx {
  cursor: pointer;
}

.tac {
  text-align: center;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

figure {
  margin: 0;
}

/*------------------------
RESET
-------------------------*/
body {
  word-wrap: break-word;
}

th, td {
  text-align: left;
  vertical-align: top;
  border: none;
}

caption {
  text-align: left;
}

img {
  border: 0;
  vertical-align: bottom;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

fieldset, img {
  border: 0;
}

a {
  outline: none;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: "";
}

abbr, acronym {
  border: 0;
}

/*
	clearfix
------------------------------------- */
.clearfix:after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
}

* html .clearfix {
  display: inline-block;
}

.clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/*html5の要素をblock*/
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
  box-sizing: border-box;
}

/*------------------------
FORM
-------------------------*/
input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

/*------------------------
TABLE
-------------------------*/
table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
  width: 100%;
}

.pageTitle {
  font-size: 1.9765739385vw;
  padding-top: 7.027818448vw;
  margin-bottom: 3.513909224vw;
}
@media screen and ( min-width : 1680px ) {
  .pageTitle {
    font-size: 33.75px;
    padding-top: 120px;
    margin-bottom: 60px;
  }
}
@media screen and ( max-width : 1023px ) {
  .pageTitle {
    font-size: 7.2vw;
    padding-top: 22.9333333333vw;
    margin-bottom: 12.8vw;
  }
}

.contenttitle {
  font-size: 1.9765739385vw;
  margin-bottom: 3.513909224vw;
}
@media screen and ( min-width : 1680px ) {
  .contenttitle {
    font-size: 33.75px;
    margin-bottom: 60px;
  }
}
@media screen and ( max-width : 1023px ) {
  .contenttitle {
    font-size: 7.2vw;
    margin-bottom: 12.8vw;
  }
}

/**post content CSS*/
#postContent {
  text-align: justify;
  font-size: 1.1713030747vw;
}
@media screen and ( min-width : 1680px ) {
  #postContent {
    margin-bottom: 30px;
    font-size: 22.5px;
  }
}
@media screen and ( max-width : 1023px ) {
  #postContent {
    margin-bottom: 5.3333333333vw;
    font-size: 4vw;
  }
}
#postContent a {
  text-decoration: underline;
}
#postContent a:hover {
  text-decoration: none;
}
#postContent h1 {
  font-size: 1.9765739385vw;
  margin-bottom: 2.3426061493vw;
}
@media screen and ( min-width : 1680px ) {
  #postContent h1 {
    font-size: 33.75px;
    margin-bottom: 40px;
  }
}
@media screen and ( max-width : 1023px ) {
  #postContent h1 {
    font-size: 7.2vw;
    margin-bottom: 8.5333333333vw;
  }
}
#postContent h2 {
  font-size: 1.756954612vw;
  margin-bottom: 1.756954612vw;
}
@media screen and ( min-width : 1680px ) {
  #postContent h2 {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
@media screen and ( max-width : 1023px ) {
  #postContent h2 {
    font-size: 6.4vw;
    margin-bottom: 6.4vw;
  }
}
#postContent h3, #postContent h4, #postContent h5, #postContent h6 {
  font-size: 1.4641288433vw;
  margin-bottom: 1.1713030747vw;
}
@media screen and ( min-width : 1680px ) {
  #postContent h3, #postContent h4, #postContent h5, #postContent h6 {
    font-size: 25px;
    margin-bottom: 20px;
  }
}
@media screen and ( max-width : 1023px ) {
  #postContent h3, #postContent h4, #postContent h5, #postContent h6 {
    font-size: 5.3333333333vw;
    margin-bottom: 4.2666666667vw;
  }
}
#postContent li {
  list-style: none !important;
}
#postContent p {
  margin-bottom: 1.756954612vw;
  font-size: 1.1713030747vw;
  line-height: 1.8;
}
@media screen and ( min-width : 1680px ) {
  #postContent p {
    margin-bottom: 30px;
    font-size: 22.5px;
  }
}
@media screen and ( max-width : 1023px ) {
  #postContent p {
    margin-bottom: 5.3333333333vw;
    font-size: 4vw;
  }
}
#postContent ul, #postContent ol {
  margin: 0 0 1.756954612vw 0;
}
@media screen and ( min-width : 1680px ) {
  #postContent ul, #postContent ol {
    margin: 0 0 30px 0;
  }
}
@media screen and ( max-width : 1023px ) {
  #postContent ul, #postContent ol {
    margin: 0 0 5.3333333333vw 0;
  }
}
#postContent ul li, #postContent ol li {
  margin-bottom: 0.5856515373vw;
  list-style: none;
}
@media screen and ( min-width : 1680px ) {
  #postContent ul li, #postContent ol li {
    margin-bottom: 10px;
  }
}
@media screen and ( max-width : 1023px ) {
  #postContent ul li, #postContent ol li {
    margin-bottom: 2.1333333333vw;
  }
}
#postContent img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
#postContent hr {
  margin: 3.513909224vw 0;
  opacity: 0.5;
}
@media screen and ( min-width : 1680px ) {
  #postContent hr {
    margin: 60px 0;
  }
}
@media screen and ( max-width : 1023px ) {
  #postContent hr {
    margin: 12.8vw 0;
  }
}
#postContent .wp-block-columns,
#postContent .is-layout-flex.wp-container-core-columns-is-layout-9d6595d7,
#postContent [class*=wp-block-columns-is-layout],
#postContent [class*=wp-container-core-columns-is-layout] {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 3.513909224vw;
}
@media screen and ( min-width : 1680px ) {
  #postContent .wp-block-columns,
#postContent .is-layout-flex.wp-container-core-columns-is-layout-9d6595d7,
#postContent [class*=wp-block-columns-is-layout],
#postContent [class*=wp-container-core-columns-is-layout] {
    margin-bottom: 60px;
  }
}
@media screen and ( max-width : 1023px ) {
  #postContent .wp-block-columns,
#postContent .is-layout-flex.wp-container-core-columns-is-layout-9d6595d7,
#postContent [class*=wp-block-columns-is-layout],
#postContent [class*=wp-container-core-columns-is-layout] {
    margin-bottom: 12.8vw;
  }
}
#postContent .wp-block-columns .wp-block-column > *:first-child,
#postContent .wp-block-columns [class*=wp-block-column-is-layout] > *:first-child,
#postContent .is-layout-flex.wp-container-core-columns-is-layout-9d6595d7 .wp-block-column > *:first-child,
#postContent .is-layout-flex.wp-container-core-columns-is-layout-9d6595d7 [class*=wp-block-column-is-layout] > *:first-child,
#postContent [class*=wp-block-columns-is-layout] .wp-block-column > *:first-child,
#postContent [class*=wp-block-columns-is-layout] [class*=wp-block-column-is-layout] > *:first-child,
#postContent [class*=wp-container-core-columns-is-layout] .wp-block-column > *:first-child,
#postContent [class*=wp-container-core-columns-is-layout] [class*=wp-block-column-is-layout] > *:first-child {
  margin-top: 0;
}
#postContent .wp-block-columns .wp-block-column > *:last-child,
#postContent .wp-block-columns [class*=wp-block-column-is-layout] > *:last-child,
#postContent .is-layout-flex.wp-container-core-columns-is-layout-9d6595d7 .wp-block-column > *:last-child,
#postContent .is-layout-flex.wp-container-core-columns-is-layout-9d6595d7 [class*=wp-block-column-is-layout] > *:last-child,
#postContent [class*=wp-block-columns-is-layout] .wp-block-column > *:last-child,
#postContent [class*=wp-block-columns-is-layout] [class*=wp-block-column-is-layout] > *:last-child,
#postContent [class*=wp-container-core-columns-is-layout] .wp-block-column > *:last-child,
#postContent [class*=wp-container-core-columns-is-layout] [class*=wp-block-column-is-layout] > *:last-child {
  margin-bottom: 0;
}
#postContent .has-2-columns .wp-block-column,
#postContent .has-2-columns [class*=wp-block-column-is-layout],
#postContent .is-layout-flex.wp-container-core-columns-is-layout-2-columns .wp-block-column,
#postContent .is-layout-flex.wp-container-core-columns-is-layout-2-columns [class*=wp-block-column-is-layout] {
  width: 50%;
}
@media screen and ( max-width : 1023px ) {
  #postContent .has-2-columns .wp-block-column,
#postContent .has-2-columns [class*=wp-block-column-is-layout],
#postContent .is-layout-flex.wp-container-core-columns-is-layout-2-columns .wp-block-column,
#postContent .is-layout-flex.wp-container-core-columns-is-layout-2-columns [class*=wp-block-column-is-layout] {
    width: 50%;
  }
}
#postContent .has-3-columns .wp-block-column,
#postContent .has-3-columns [class*=wp-block-column-is-layout],
#postContent .is-layout-flex.wp-container-core-columns-is-layout-3-columns .wp-block-column,
#postContent .is-layout-flex.wp-container-core-columns-is-layout-3-columns [class*=wp-block-column-is-layout] {
  width: 33.333%;
}
@media screen and ( max-width : 1023px ) {
  #postContent .has-3-columns .wp-block-column:first-child,
#postContent .has-3-columns [class*=wp-block-column-is-layout]:first-child,
#postContent .is-layout-flex.wp-container-core-columns-is-layout-3-columns .wp-block-column:first-child,
#postContent .is-layout-flex.wp-container-core-columns-is-layout-3-columns [class*=wp-block-column-is-layout]:first-child {
    width: 100%;
  }
  #postContent .has-3-columns .wp-block-column:not(:first-child),
#postContent .has-3-columns [class*=wp-block-column-is-layout]:not(:first-child),
#postContent .is-layout-flex.wp-container-core-columns-is-layout-3-columns .wp-block-column:not(:first-child),
#postContent .is-layout-flex.wp-container-core-columns-is-layout-3-columns [class*=wp-block-column-is-layout]:not(:first-child) {
    width: 50%;
  }
}
#postContent .has-4-columns .wp-block-column,
#postContent .has-4-columns [class*=wp-block-column-is-layout],
#postContent .is-layout-flex.wp-container-core-columns-is-layout-4-columns .wp-block-column,
#postContent .is-layout-flex.wp-container-core-columns-is-layout-4-columns [class*=wp-block-column-is-layout] {
  width: 25%;
}
@media screen and ( max-width : 1023px ) {
  #postContent .has-4-columns .wp-block-column,
#postContent .has-4-columns [class*=wp-block-column-is-layout],
#postContent .is-layout-flex.wp-container-core-columns-is-layout-4-columns .wp-block-column,
#postContent .is-layout-flex.wp-container-core-columns-is-layout-4-columns [class*=wp-block-column-is-layout] {
    width: 50%;
  }
}
#postContent blockquote {
  background: #f5f5f5;
  padding: 1.4641288433vw;
  margin: 1.756954612vw 0;
  border-left: 4px solid #ccc;
  font-style: italic;
}
@media screen and ( min-width : 1680px ) {
  #postContent blockquote {
    padding: 25px;
    margin: 30px 0;
  }
}
@media screen and ( max-width : 1023px ) {
  #postContent blockquote {
    padding: 4.2666666667vw;
    margin: 5.3333333333vw 0;
  }
}
#postContent blockquote p:last-child {
  margin-bottom: 0;
}
#postContent table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.756954612vw 0;
}
@media screen and ( min-width : 1680px ) {
  #postContent table {
    margin: 30px 0;
  }
}
@media screen and ( max-width : 1023px ) {
  #postContent table {
    margin: 5.3333333333vw 0;
  }
}
#postContent table th, #postContent table td {
  border: 1px solid #ddd;
  padding: 0.7320644217vw 1.0980966325vw;
}
@media screen and ( min-width : 1680px ) {
  #postContent table th, #postContent table td {
    padding: 12.5px 18.75px;
  }
}
@media screen and ( max-width : 1023px ) {
  #postContent table th, #postContent table td {
    padding: 2.1333333333vw 2.6666666667vw;
  }
}
#postContent table th {
  background: #f5f5f5;
  font-weight: bold;
}
#postContent .wp-block-image {
  margin: 0 0 1.756954612vw;
}
#postContent .wp-block-image img {
  display: block;
  margin: 0;
}
@media screen and ( max-width : 1023px ) {
  #postContent .wp-block-image {
    margin-bottom: 5.3333333333vw;
  }
}
#postContent .wp-block-image figcaption {
  margin-top: 0.5856515373vw;
  font-size: 1.0248901903vw;
}
@media screen and ( min-width : 1680px ) {
  #postContent .wp-block-image figcaption {
    margin-top: 10px;
    font-size: 17.5px;
  }
}
@media screen and ( max-width : 1023px ) {
  #postContent .wp-block-image figcaption {
    margin-top: 1.6vw;
    font-size: 3.2vw;
  }
}
#postContent .wp-block-columns {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 2.3426061493vw;
}
@media screen and ( min-width : 1680px ) {
  #postContent .wp-block-columns {
    margin-bottom: 40px;
  }
}
@media screen and ( max-width : 1023px ) {
  #postContent .wp-block-columns {
    margin-bottom: 6.4vw;
  }
}
#postContent .wp-block-columns .wp-block-columns {
  margin-bottom: 0;
}
@media screen and ( max-width : 1023px ) {
  #postContent .wp-block-columns .wp-block-columns {
    flex-direction: row;
  }
}

.special-gallery-layout {
  margin-bottom: 2.9282576867vw;
}
@media screen and ( min-width : 1680px ) {
  .special-gallery-layout {
    margin-bottom: 50px;
  }
}
@media screen and ( max-width : 1023px ) {
  .special-gallery-layout {
    margin-bottom: 8vw;
  }
}
.special-gallery-layout .wp-block-columns {
  align-items: flex-start;
}

/* カラム幅クラス - widthベース、paddingで余白確保 */
.wp-block-column {
  flex-basis: auto !important;
  flex-grow: 0;
  flex-shrink: 0;
  box-sizing: border-box;
}
.wp-block-column.column100p {
  width: 100%;
}
.wp-block-column.column75p {
  width: 75%;
}
@media screen and ( max-width : 1023px ) {
  .wp-block-column.column75p {
    width: 50%;
  }
}
.wp-block-column.column66p {
  width: calc(66.666% - 1.8301610542vw);
}
@media screen and ( max-width : 1023px ) {
  .wp-block-column.column66p {
    width: 100%;
  }
}
.wp-block-column.column50p {
  width: calc(50% - 1.8301610542vw);
}
@media screen and ( max-width : 1023px ) {
  .wp-block-column.column50p {
    width: 100%;
  }
  .wp-block-column.column50p:first-of-type {
    margin-bottom: 6.4vw;
  }
}
.wp-block-column.column33p {
  width: calc(33.333% - 1.8301610542vw);
}
@media screen and ( max-width : 1023px ) {
  .wp-block-column.column33p {
    width: 100%;
  }
  .wp-block-column.column33p:first-child {
    margin-bottom: 4.2666666667vw;
  }
  .wp-block-column.column33p:not(:first-child) {
    width: calc(50% - 2.6666666667vw);
  }
}
.wp-block-column.column25p {
  width: calc(25% - 1.8301610542vw);
}
@media screen and ( max-width : 1023px ) {
  .wp-block-column.column25p {
    width: calc(25% - 2.6666666667vw);
  }
}

@media screen and ( max-width : 1023px ) {
  .wp-block-columns {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
}
@media screen and ( max-width : 1023px ) {
  .nested-column-container .wp-block-column {
    width: 50% !important;
    margin-bottom: 2.6666666667vw;
  }
}
@media screen and ( max-width : 1023px ) {
  .nested-column-container .wp-block-column.column33p {
    width: 33.333% !important;
  }
  .nested-column-container .wp-block-column.column33p:first-child {
    width: 33.333% !important;
    margin-bottom: 2.6666666667vw;
  }
}

.wp-block-column .wp-block-image {
  margin-bottom: 0;
}

[style*="flex-basis:25%"] {
  width: 25% !important;
}
@media screen and ( max-width : 1023px ) {
  [style*="flex-basis:25%"] {
    width: 50% !important;
  }
}

[style*="flex-basis:50%"] {
  width: 50% !important;
}
@media screen and ( max-width : 1023px ) {
  [style*="flex-basis:50%"] {
    width: 100% !important;
  }
}

[style*="flex-basis:75%"] {
  width: 75% !important;
}
@media screen and ( max-width : 1023px ) {
  [style*="flex-basis:75%"] {
    width: 50% !important;
  }
}

.has-2-columns .wp-block-column,
.is-layout-flex.wp-container-core-columns-is-layout-2-columns .wp-block-column {
  width: 50%;
}
@media screen and ( max-width : 1023px ) {
  .has-2-columns .wp-block-column,
.is-layout-flex.wp-container-core-columns-is-layout-2-columns .wp-block-column {
    width: 50%;
  }
}

.has-3-columns .wp-block-column,
.is-layout-flex.wp-container-core-columns-is-layout-3-columns .wp-block-column {
  width: 33.333%;
}
@media screen and ( max-width : 1023px ) {
  .has-3-columns .wp-block-column:first-child,
.is-layout-flex.wp-container-core-columns-is-layout-3-columns .wp-block-column:first-child {
    width: 100%;
  }
  .has-3-columns .wp-block-column:not(:first-child),
.is-layout-flex.wp-container-core-columns-is-layout-3-columns .wp-block-column:not(:first-child) {
    width: 50%;
  }
}

.has-4-columns .wp-block-column,
.is-layout-flex.wp-container-core-columns-is-layout-4-columns .wp-block-column {
  width: 25%;
}
@media screen and ( max-width : 1023px ) {
  .has-4-columns .wp-block-column,
.is-layout-flex.wp-container-core-columns-is-layout-4-columns .wp-block-column {
    width: 50%;
  }
}

.active-query-block {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  border: 1px solid #f00;
  padding: 1.1713030747vw;
  margin-bottom: 2.3426061493vw;
}
@media screen and ( min-width : 1680px ) {
  .active-query-block {
    padding: 20px;
    margin-bottom: 40px;
  }
}
@media screen and ( max-width : 1023px ) {
  .active-query-block {
    padding: 3.2vw;
    margin-bottom: 6.4vw;
  }
}

#postContent .wp-block-query {
  width: 100% !important;
  display: block !important;
  visibility: visible !important;
}

/**====================================================
custom HTML Code
====================================================*/
#postContent .minFlexBox {
  display: flex;
  align-items: center;
  margin-bottom: 2.9282576867vw;
}
@media screen and ( min-width : 1680px ) {
  #postContent .minFlexBox {
    margin-bottom: 50px;
  }
}
@media screen and ( max-width : 1023px ) {
  #postContent .minFlexBox {
    margin-bottom: 8vw;
    display: block;
  }
}
@media screen and ( max-width : 1023px ) {
  #postContent .minFlexBox dt.image {
    margin-bottom: 8vw;
    margin-left: auto;
    margin-right: auto;
  }
}
#postContent .minFlexBox dd {
  font-size: 1.5373352855vw;
  line-height: 1.7;
  margin-left: 2.9282576867vw;
}
@media screen and ( min-width : 1680px ) {
  #postContent .minFlexBox dd {
    font-size: 26.25px;
    margin-left: 50px;
  }
}
@media screen and ( max-width : 1023px ) {
  #postContent .minFlexBox dd {
    font-size: 4.5333333333vw;
    margin-left: 0;
    line-height: 1.6;
  }
}
#postContent .minFlexBox.yumehouse .image {
  width: 10.980966325vw;
  max-width: 184px;
}
@media screen and ( max-width : 1023px ) {
  #postContent .minFlexBox.yumehouse .image {
    width: 40vw;
    max-width: 9999px;
  }
}
#postContent .minFlexBox.cotton .image {
  width: 6.149341142vw;
  max-width: 103px;
}
@media screen and ( max-width : 1023px ) {
  #postContent .minFlexBox.cotton .image {
    width: 22.4vw;
    max-width: 9999px;
  }
}
#postContent .minFlexBox.science .image {
  width: 6.588579795vw;
  max-width: 110px;
}
@media screen and ( max-width : 1023px ) {
  #postContent .minFlexBox.science .image {
    width: 24vw;
    max-width: 9999px;
  }
}