@charset "UTF-8";
/* ***************************************************************** 
*	Media Query
* ***************************************************************** */
@font-face {
  font-family: "SourceHanSansJP";
  src: url("../font/SourceHanSansJP-ExtraLight.otf") format("opentype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "SourceHanSansJP";
  src: url("../font/SourceHanSansJP-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "SourceHanSansJP";
  src: url("../font/SourceHanSansJP-Normal.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "SourceHanSansJP";
  src: url("../font/SourceHanSansJP-Regular.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "SourceHanSansJP";
  src: url("../font/SourceHanSansJP-Medium.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "SourceHanSansJP";
  src: url("../font/SourceHanSansJP-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "SourceHanSansJP";
  src: url("../font/SourceHanSansJP-Heavy.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
}

.num {
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
}

html {
  scroll-behavior: smooth;
}

body.iju-member {
  font-family: "SourceHanSansJP", sans-serif;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1.8;
  background-color: #fffaf0;
  font-weight: 600;
  scroll-behavior: smooth;
}
@media (max-width: 768px) {
  body {
    font-size: 16px;
  }
}
@media (max-width: 460px) {
  body {
    font-size: 14px;
    line-height: 1.6;
  }
}
.wrap {
  overflow: hidden;
  width: 100%;
}
body.iju-member .page-contents .wrap{
img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

section {
  margin: 104px 0;
  scroll-margin-top: 52px;
}
@media (max-width: 768px) {
  section {
    margin: 80px 0;
  }
}
@media (max-width: 460px) {
  section {
    margin: 64px 0;
  }
}

.obj__inner {
  position: relative;
  width: 100%;
}
.obj__inner .section-obj {
  position: absolute;
}

.container {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0% 4%;
}

.wrap {
  overflow: hidden;
  width: 100%;
}

.layout-flex {
  display: flex;
}
@media (max-width: 460px) {
  .layout-flex {
    flex-direction: column;
  }
}
.layout-flex .layout-flex-child {
  width: 50%;
}
@media (max-width: 460px) {
  .layout-flex .layout-flex-child {
    width: 100%;
  }
}

h1 {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: #000;
}
@media (max-width: 768px) {
  h1 {
    font-size: 14px;
  }
}
@media (max-width: 460px) {
  h1 {
    letter-spacing: 0.1em;
    line-height: 1.4;
  }
}
h2 {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.15em;
}
@media (max-width: 768px) {
  h2 {
    font-size: 32px;
  }
}
@media (max-width: 460px) {
  h2 {
    font-size: 24px;
  }
}
h3 {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 1.4;
  padding: 0;
    margin-top: auto;
    margin-bottom: auto;
    padding: auto;
    color: #000;
    background: unset;

}
@media (max-width: 768px) {
  h3 {
    font-size: 28px;
  }
}
@media (max-width: 460px) {
  h3 {
    font-size: 22px;
  }
}
h4 {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 1.4;

    margin-top: auto;
    margin-bottom: auto;
    padding: auto;
    border-left: none;
}
@media (max-width: 768px) {
  h4 {
    font-size: 26px;
  }
}
@media (max-width: 460px) {
  h4 {
    font-size: 20px;
  }
}
h6 {
  font-size: 36px;
  letter-spacing: 0.15em;
  line-height: 1.4;
}
@media (max-width: 768px) {
  h6 {
    font-size: 28px;
  }
}
@media (max-width: 460px) {
  h6 {
    font-size: 22px;
  }
}
p {
  font-size: 18px;
  line-height: 1.8;
  margin: 0;
}
@media (max-width: 768px) {
  p {
    font-size: 16px;
  }
}
@media (max-width: 460px) {
  p {
    font-size: 14px;
    line-height: 1.6;
  }
}
.p-01 {
  font-size: 24px;
}
@media (max-width: 768px) {
  .p-01 {
    font-size: 20px;
  }
}
@media (max-width: 460px) {
  .p-01 {
    font-size: 16px;
  }
}
.p-03 {
  font-size: 16px;
}
@media (max-width: 768px) {
  .p-03 {
    font-size: 14px;
  }
}
@media (max-width: 460px) {
  .p-03 {
    font-size: 12px;
  }
}

img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

section {
  margin: 104px 0;
  scroll-margin-top: 52px;
}
@media (max-width: 768px) {
  section {
    margin: 80px 0;
  }
}
@media (max-width: 460px) {
  section {
    margin: 64px 0;
  }
}

.obj__inner {
  position: relative;
  width: 100%;
}
.obj__inner .section-obj {
  position: absolute;
}

.container {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0% 4%;
}

.wrap {
  overflow: hidden;
  width: 100%;
}

.layout-flex {
  display: flex;
}
@media (max-width: 460px) {
  .layout-flex {
    flex-direction: column;
  }
}
.layout-flex .layout-flex-child {
  width: 50%;
}
@media (max-width: 460px) {
  .layout-flex .layout-flex-child {
    width: 100%;
  }
}

@media (max-width: 460px) {
  .sns-icons {
    margin-top: 8px;
  }
}
.sns-icons ul {
  display: flex;
  gap: 16px;
}
.sns-icons ul .sns-icon {
  width: 40px;
}
@media (max-width: 768px) {
  .sns-icons ul .sns-icon {
    width: 32px;
  }
}
@media (max-width: 460px) {
  .sns-icons ul .sns-icon {
    width: 28px;
  }
}
.sns-icons ul .sns-icon img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.sns-icons ul .sns-icon.x-icon {
  width: 32px;
}
@media (max-width: 768px) {
  .sns-icons ul .sns-icon.x-icon {
    width: 28px;
  }
}
@media (max-width: 460px) {
  .sns-icons ul .sns-icon.x-icon {
    width: 24px;
  }
}

.sec-title {
  display: flex;
  flex-direction: column;
  margin-bottom: 56px;
}
@media (max-width: 768px) {
  .sec-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 460px) {
  .sec-title {
    margin-bottom: 24px;
  }
}
.sec-title.sec-title-center {
  align-items: center;
}
.sec-title-en {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .sec-title-en {
    gap: 6px;
    margin-bottom: 20px;
  }
}
@media (max-width: 460px) {
  .sec-title-en {
    gap: 4px;
    margin-bottom: 16px;
  }
}
.sec-title-en h6 {
  letter-spacing: 0.05em;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.sec-title-en::after {
  content: "";
  display: inline-block;
  background-color: #4f2a11;
  width: 100%;
  height: 3px;
  border-radius: 100px;
}

.pc {
  display: block;
}
@media (max-width: 460px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media (max-width: 460px) {
  .sp {
    display: block;
  }
}

.color-red {
  color: #e83836;
}

.color-green {
  color: #49ac35;
}

.color-white {
  color: #fff;
}

.color-white p{
  color: #fff;
}

.font-wsb {
  font-weight: 600;
}

.font-wb {
  font-weight: 700;
}

.emphasis {
  color: #e83836;
}

#cta .cta-container {
  background-color: #ec6d56;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
@media (max-width: 460px) {
  #cta .cta-container {
    gap: 16px;
    padding: 24px 0;
  }
}
#cta .cta-container .cta-copy {
  text-align: center;
}
#cta .cta-container .cta-btn-container .cta-btn {
  position: relative;
  display: inline-block;
  width: 320px;
  padding: 16px;
  background-color: #fff;
  color: #ec6d56;
  text-align: center;
  border-radius: 100px;
  cursor: pointer;
}
@media (max-width: 460px) {
  #cta .cta-container .cta-btn-container .cta-btn {
    width: 260px;
    padding: 12px 16px;
  }
}
#cta .cta-container .cta-btn-container .cta-btn .cta-btn-text {
  font-weight: 700;
  letter-spacing: 0.1em;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}
#cta .cta-container .cta-btn-container .cta-btn .cta-arrow {
  position: absolute;
  top: 50%;
  right: 32px;
  transform: translateY(-50%);
  width: 12px;
}
#cta .cta-container .cta-btn-container .cta-btn:hover .cta-btn-text {
  letter-spacing: 0.2em;
}
#cta .cta-obj {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
}
#cta .cta-obj img {
  width: 120%;
  max-width: none;
}
#cta .cta-obj.cta-obj-top {
  margin-bottom: -2%;
  z-index: -1;
  position: relative;
}
@media (max-width: 460px) {
  #cta .cta-obj.cta-obj-top {
    margin-bottom: -4%;
  }
}
#cta .cta-obj.cta-obj-bottom {
  margin-top: -2%;
}
@media (max-width: 460px) {
  #cta .cta-obj.cta-obj-bottom {
    margin-top: -4%;
  }
}

#header {
  width: 100%;
}

#fkv {
  height: -moz-fit-content;
  height: fit-content;
  margin: 0;
}
@media (max-width: 1024px) {
  #fkv {
    height: -moz-fit-content;
    height: fit-content;
  }
}
#fkv .fkv-container {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 40px 4%;
  gap: 40px;
}
@media (max-width: 460px) {
  #fkv .fkv-container {
    gap: 0px;
    padding: 24px 4%;
  }
}
#fkv .fkv-container .fkv-cta {
  position: absolute;
  width: 280px;
  bottom: 0%;
  right: 2%;
  transform: translateY(50%);
}
@media (max-width: 768px) {
  #fkv .fkv-container .fkv-cta {
    width: 220px;
  }
}
@media (max-width: 460px) {
  #fkv .fkv-container .fkv-cta {
    width: 160px;
    bottom: 0%;
    right: 2%;
  }
}
#fkv .fkv-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 16px 0;
  gap: 48px;
}
@media (max-width: 460px) {
  #fkv .fkv-content {
    justify-content: center;
    gap: 24px;
    padding: 16px 0 4px;
  }
}
#fkv .site-name {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
#fkv .site-name::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 4px;
  background-color: #4f2a11;
  border-radius: 100px;
}
#fkv .fkv-copy {
  width: 100%;
  position: relative;
}
#fkv .fkv-copy h2 {
  width: 80%;
}
@media (max-width: 460px) {
  #fkv .fkv-copy h2 {
    width: 90%;
  }
}
#fkv .fkv-copy .fkv-obj {
  position: absolute;
  width: 96px;
  top: -10%;
  right: 8%;
  z-index: -10;
}
@media (max-width: 768px) {
  #fkv .fkv-copy .fkv-obj {
    width: 80px;
  }
}
@media (max-width: 460px) {
  #fkv .fkv-copy .fkv-obj {
    width: 64px;
    top: -10%;
    right: 2%;
  }
}
#fkv .fkv-img {
  height: 100%;
}
@media (max-width: 460px) {
  #fkv .fkv-img {
    text-align: center;
  }
}
#fkv .fkv-img img {
  width: 100%;
  height: auto;
}
@media (max-width: 460px) {
  #fkv .fkv-img img {
    width: 80%;
  }
}

#gallery {
  margin: 0;
  position: relative;
  z-index: -100;
}
#gallery .gallery-obj {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
}
#gallery .gallery-obj img {
  width: 120%;
}
#gallery .gallery-items {
  width: 100%;
  overflow: hidden;
  margin-top: -3%;
  position: relative;
  z-index: -10;
}
#gallery .gallery-items .slider {
  width: 100%;
}
#gallery .gallery-items .slider img {
  width: 100%;
  display: block;
  height: auto;
}
#gallery .gallery-items .slider .slick-slide {
  height: auto !important;
}
#gallery .gallery-items .slider .slick-slide img {
  width: 100%;
  display: block;
  height: auto;
}

#encourage .encourage-img {
  margin: 0 auto;
}
@media (max-width: 460px) {
  #encourage .encourage-img {
    width: 80%;
  }
}

#about .deco-pink {
  width: 130%;
  top: 0%;
  right: -100%;
}
#about .deco-brown {
  width: 100%;
  bottom: 20%;
  left: -80%;
}
@media (max-width: 768px) {
  #about .deco-brown {
    left: -95%;
  }
}
@media (max-width: 460px) {
  #about .deco-brown {
    bottom: -5%;
    left: -75%;
  }
}
#about .deco-green {
  width: 60%;
  bottom: -20%;
  right: -10%;
}
@media (max-width: 460px) {
  #about .sec-title-jp h3 {
    font-size: 20px;
  }
}
#about .sec-title-jp .emphasis {
  font-size: 64px;
}
@media (max-width: 460px) {
  #about .sec-title-jp .emphasis {
    font-size: 40px;
  }
}
#about .about-container {
  display: grid;
  gap: 32px;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
#about .about-container .about-content ul {
  display: grid;
  width: -moz-fit-content;
  width: fit-content;
  gap: 8px;
}
@media (max-width: 460px) {
  #about .about-container .about-content ul {
    gap: 16px;
  }
}
#about .about-container .about-content ul .about-item {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media (max-width: 460px) {
  #about .about-container .about-content ul .about-item {
    align-items: flex-start;
    padding-bottom: 16px;
    border-bottom: solid 1px #ddcec9;
  }
}
@media (max-width: 460px) {
  #about .about-container .about-content ul .about-item .text {
    width: calc(100% - 20px);
  }
}
#about .about-container .about-content ul .about-item .num {
  color: #e83836;
  font-size: 36px;
}
@media (max-width: 768px) {
  #about .about-container .about-content ul .about-item .num {
    font-size: 24px;
  }
}
@media (max-width: 460px) {
  #about .about-container .about-content ul .about-item .num {
    line-height: 1.4;
    font-size: 20px;
    width: 20px;
  }
}

#point .example-container {
  display: grid;
  gap: 16px;
  width: 90%;
  margin: 0 auto;
}
@media (max-width: 460px) {
  #point .example-container {
    width: 100%;
  }
}
#point .example-content {
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 460px) {
  #point .example-content .example-item.sp ul {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
  }
}
#point .example-content .example-item.sp ul .example-item-childlen {
  width: calc(50% - 4px);
}
#point .note {
  text-align: end;
}
#point .procedure {
  width: 90%;
  margin: 56px auto 0;
}

#image .deco-brown {
  width: 60%;
  top: 0%;
  right: -20%;
}
#image .image-container {
  width: 80%;
  margin: 0 auto;
}
#image .image-container ul {
  display: grid;
  gap: 40px;
}
#image .image-caution {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 56px auto 0;
}
#image .image-caution .text {
  color: #e83836;
  text-align: center;
}
#image .image-caution .underline {
  width: 100%;
}

#flow .flow-desc {
  padding: 40px 64px;
  border-radius: 32px;
  border: 1px solid #4f2a11;
}
@media (max-width: 460px) {
  #flow .flow-desc {
    padding: 24px 32px;
  }
}
#flow .flow-container {
  margin-bottom: 56px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 16px;
}
@media (max-width: 460px) {
  #flow .flow-container {
    margin-bottom: 32px;
  }
}
#flow .flow-container .flow-items ul {
  display: flex;
  gap: 32px;
}
@media (max-width: 768px) {
  #flow .flow-container .flow-items ul {
    gap: 20px;
  }
}
@media (max-width: 460px) {
  #flow .flow-container .flow-items ul {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 24px 16px;
  }
}
#flow .flow-container .flow-items ul .flow-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 460px) {
  #flow .flow-container .flow-items ul .flow-item {
    width: calc(33.3333333333% - 12px);
  }
}
@media (max-width: 460px) {
  #flow .flow-container .flow-items ul .flow-item .step {
    margin-bottom: 8px;
  }
}
@media (max-width: 460px) {
  #flow .flow-container .flow-items ul .flow-item .step p {
    font-size: 15px;
  }
}
#flow .flow-container .flow-items ul .flow-item .image {
  position: relative;
}
@media (max-width: 460px) {
  #flow .flow-container .flow-items ul .flow-item .image {
    width: 80%;
  }
}
#flow .flow-container .flow-items ul .flow-item .image::after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  height: 1px;
  background-color: #ec6d56;
  width: 40px;
}
@media (max-width: 460px) {
  #flow .flow-container .flow-items ul .flow-item:nth-child(3) .image::after {
    content: none;
  }
}
#flow .flow-container .flow-items ul .flow-item:last-child .image::after {
  content: none;
}
#flow .flow-container .flow-items ul .flow-item .text {
  margin-top: 16px;
  text-align: center;
}
#flow .flow-container .flow-items ul .flow-item .text.done {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
#flow .flow-container .flow-items ul .flow-item .text.done img {
  width: 12px;
}

#interview .deco-brown {
  width: 60%;
  top: 0%;
  left: -40%;
}
#interview .interview-video {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  aspect-ratio: 16/9;
  background-color: #000;
}
#interview .interview-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

#message .message-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
@media (max-width: 460px) {
  #message .message-container {
    gap: 24px;
  }
}
#message .message-container .message-title {
  position: relative;
}
@media (max-width: 460px) {
  #message .message-container .message-title p {
    text-align: center;
  }
}
#message .message-container .message-title img {
  position: absolute;
  bottom: 0%;
  transform: translateY(30%);
  z-index: -10;
}
@media (max-width: 460px) {
  #message .message-container .message-title img {
    display: none;
  }
}
#message .message-container .message-text {
  text-align: center;
}
#message .message-container .message-arrow {
  width: 40px;
}

#contact .contact-container .form-text {
  text-align: center;
  margin-bottom: 48px;
}
@media (max-width: 768px) {
  #contact .contact-container .form-text {
    margin-bottom: 40px;
  }
}
@media (max-width: 460px) {
  #contact .contact-container .form-text {
    margin-bottom: 32px;
  }
}

#toOtherPage {
  margin: 0;
  padding: 104px 0;
  background-color: #e6e6e6;
}
@media (max-width: 768px) {
  #toOtherPage {
    padding: 80px 0;
  }
}
@media (max-width: 460px) {
  #toOtherPage {
    padding: 56px 0;
  }
}
#toOtherPage .banner-container {
  gap: 56px;
}
@media (max-width: 768px) {
  #toOtherPage .banner-container {
    gap: 40px;
  }
}
@media (max-width: 460px) {
  #toOtherPage .banner-container {
    gap: 24px;
  }
}

footer {
  width: 100%;
}

.anim-box.poyopoyo {
  animation: poyopoyo 2s ease-out infinite;
  opacity: 1;
  transform-origin: center center;
}

@keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    transform: scale(1);
  }
  50%, 70% {
    transform: scale(0.95);
  }
}
}
.line-cta {
  width: 200px;
}
@media (max-width: 768px) {
  .line-cta {
    width: 160px;
  }
}
@media (max-width: 460px) {
  .line-cta {
    width: 120px;
  }
}
.line-cta .line-cta-btn {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.fixed-cta {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  transform: translateY(20px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

/* 表示状態 */
.fixed-cta.active {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}/*# sourceMappingURL=style.css.map */

/* トラパンツ追加css ここから */

body.iju-member .page-contents .wrap{
  .form-group{
    font-size: 18px;
    @media (max-width: 768px) {
      font-size: 16px;
    }
    @media (max-width: 460px) {
      font-size: 14px;
    }
    label{
      position: relative;
      padding-left: 36px;
      @media (max-width: 768px) {
        padding-left: 56px;
      }
      .label{
        position: absolute;
        top: 8px;
        left: 0;
        text-indent: -9999px;
        width: 24px;
        height: 24px;
        padding: 0;
        border-radius: 50%;
        @media (max-width: 768px) {
           left: 20px;
        }
      }
      .label-danger{
        background-color: #E83836;
      }
    }
    .form-text{
      margin-bottom: 40px;
      @media (max-width: 768px) {
        margin-bottom: 20px;
      }
    }
    .form-warp{
      border: 1px solid #000000;
      padding: 16px 32px;
      border-radius: 50px;
      label{
        margin-bottom: 0;
        padding-left: 0;
      }
      input,textarea,select{
        border: none;
        background: none;
      }
    }
    .text-muted{
      font-size: 14px;
      color: #009245!important;
    }
    strong{
      font-weight: normal;
      font-size: 16px;
    }
  }
  .form-privacy_policy{
    .form-warp{
      border: none;
      padding: 0;
    }
  }
  .border {
    color: #009245;
    background-color: unset!important;
    border: none!important;
    a:hover{
      color: #009245;
    }
    .form-group{
      margin-bottom: 0;
    }
  }
  .btn{
    font-size: 18px;
    border-radius: 50px;
    max-width: 350px;
    width: 100%;
    padding: 16px 8px;
  }
  .btn.btn-primary{
    color: #fff;
    background-color: #49AC35;
    border-color: #49AC35;
  }
  .btn.btn-secondary{
    color: #49AC35;
    background-color: #fff;
    border-color: #49AC35;
  }
}

.mce-content-body h2, .page .page-contents h2 {
    color: #000;
    font-size: 1.625rem;
    border-bottom: none;
    margin-bottom: auto;
    padding-top: auto;
    padding-bottom: auto;
}

@media (max-width: 460px) {
    .mce-content-body ol, .mce-content-body ul, .page .page-contents ol, .page .page-contents ul {
        padding-left: 0;
    }
}

/* トラパンツ追加css ここまで */