@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */
/* デフォルトのpaddingを削除 */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
/* デフォルトのmarginを削除 */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core body defaults */
/* bodyのデフォルトを定義 */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
/* class属性を持つul、ol要素のリストスタイルを削除 */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
/* classを持たない要素はデフォルトのスタイルを取得 */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
/* img要素の扱いを簡単にする */
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

/* Inherit fonts for inputs and buttons */
/* inputやbuttonなどのフォントは継承を定義 */
input,
button,
textarea,
select {
  font: inherit;
  outline: none;
}

/* Remove all animations and transitions for people that prefer not to see them */
/* 見たくない人用に、すべてのアニメーションとトランジションを削除 */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  font-feature-settings: "palt";
}

body {
  width: 100%;
  -webkit-text-size-adjust: none;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 1;
}

@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
  body {
    padding-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}
@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
a {
  color: #000;
  text-decoration: none;
}

.contents-inner {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

main#contents {
  min-height: 100vh;
}

#globalHeader {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: rgba(255, 255, 255, 0.7);
}
#globalHeader .contents-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  height: 100%;
}
#globalHeader .contents-inner .logo a {
  display: block;
  padding-left: 50px;
  background: url("../images/common/logo.png") no-repeat left center;
  background-size: auto 35px;
}
#globalHeader .contents-inner .logo a .catchcopy {
  font-size: 10px;
}
#globalHeader .contents-inner .logo a .company-name {
  font-size: 30px;
}
#globalHeader .contents-inner .global-navi ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  gap: 0 20px;
}
#globalHeader .contents-inner .global-navi ul li a {
  font-size: 16px;
}

#globalFooter {
  margin: 100px 0 30px;
  text-align: center;
}
#globalFooter .copyright {
  font-size: 12px;
  color: #999;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-fs12 {
  font-size: 12px;
}

.text-fs14 {
  font-size: 14px;
}

.text-fs16 {
  font-size: 16px;
}

.text-fs18 {
  font-size: 18px;
}

.text-fs19 {
  font-size: 19px;
}

.text-fs20 {
  font-size: 20px;
}

.text-fs21 {
  font-size: 21px;
}

.text-fs22 {
  font-size: 22px;
}

.text-fs23 {
  font-size: 23px;
}

.text-fs24 {
  font-size: 24px;
}

.text-fs24 {
  font-size: 24px;
}

.text-fs25 {
  font-size: 25px;
}

.text-fs26 {
  font-size: 26px;
}

.text-fs27 {
  font-size: 27px;
}

.text-fs28 {
  font-size: 28px;
}

.text-fs30 {
  font-size: 30px;
}

@media screen and (max-width: 768px) {
  .text-fs12 {
    font-size: 12px;
  }
  .text-fs14 {
    font-size: 14px;
  }
  .text-fs16 {
    font-size: 14px;
  }
  .text-fs18 {
    font-size: 16px;
  }
  .text-fs19 {
    font-size: 18px;
  }
  .text-fs20 {
    font-size: 18px;
  }
  .text-fs21 {
    font-size: 18px;
  }
  .text-fs22 {
    font-size: 20px;
  }
  .text-fs23 {
    font-size: 20px;
  }
  .text-fs24 {
    font-size: 22px;
  }
  .text-fs24 {
    font-size: 22px;
  }
  .text-fs25 {
    font-size: 24px;
  }
  .text-fs26 {
    font-size: 24px;
  }
  .text-fs27 {
    font-size: 24px;
  }
  .text-fs28 {
    font-size: 24px;
  }
  .text-fs30 {
    font-size: 24px;
  }
}
.mt0 {
  margin-top: 0 !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mt110 {
  margin-top: 110px !important;
}

.mt120 {
  margin-top: 120px !important;
}

.mt130 {
  margin-top: 130px !important;
}

.mt140 {
  margin-top: 140px !important;
}

.mt150 {
  margin-top: 150px !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mb110 {
  margin-bottom: 110px !important;
}

.mb120 {
  margin-bottom: 120px !important;
}

.mb130 {
  margin-bottom: 130px !important;
}

.mb140 {
  margin-bottom: 140px !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

@media screen and (max-width: 768px) {
  .mt0 {
    margin-top: 0 !important;
  }
  .mt5 {
    margin-top: 5px !important;
  }
  .mt10 {
    margin-top: 10px !important;
  }
  .mt15 {
    margin-top: 10px !important;
  }
  .mt20 {
    margin-top: 15px !important;
  }
  .mt25 {
    margin-top: 15px !important;
  }
  .mt30 {
    margin-top: 20px !important;
  }
  .mt35 {
    margin-top: 20px !important;
  }
  .mt40 {
    margin-top: 30px !important;
  }
  .mt45 {
    margin-top: 30px !important;
  }
  .mt50 {
    margin-top: 40px !important;
  }
  .mt60 {
    margin-top: 40px !important;
  }
  .mt70 {
    margin-top: 50px !important;
  }
  .mt80 {
    margin-top: 50px !important;
  }
  .mt90 {
    margin-top: 50px !important;
  }
  .mt100 {
    margin-top: 50px !important;
  }
  .mt110 {
    margin-top: 60px !important;
  }
  .mt120 {
    margin-top: 60px !important;
  }
  .mt130 {
    margin-top: 60px !important;
  }
  .mt140 {
    margin-top: 70px !important;
  }
  .mt150 {
    margin-top: 70px !important;
  }
  .mtsp20 {
    margin-top: 20px !important;
  }
  .mb0 {
    margin-bottom: 0 !important;
  }
  .mb5 {
    margin-bottom: 5px !important;
  }
  .mb10 {
    margin-bottom: 10px !important;
  }
  .mb15 {
    margin-bottom: 10px !important;
  }
  .mb20 {
    margin-bottom: 15px !important;
  }
  .mb25 {
    margin-bottom: 15px !important;
  }
  .mb30 {
    margin-bottom: 20px !important;
  }
  .mb35 {
    margin-bottom: 20px !important;
  }
  .mb40 {
    margin-bottom: 30px !important;
  }
  .mb45 {
    margin-bottom: 30px !important;
  }
  .mb50 {
    margin-bottom: 40px !important;
  }
  .mb60 {
    margin-bottom: 40px !important;
  }
  .mb70 {
    margin-bottom: 50px !important;
  }
  .mb80 {
    margin-bottom: 50px !important;
  }
  .mb90 {
    margin-bottom: 50px !important;
  }
  .mb100 {
    margin-bottom: 50px !important;
  }
  .mb110 {
    margin-bottom: 60px !important;
  }
  .mb120 {
    margin-bottom: 60px !important;
  }
  .mb130 {
    margin-bottom: 60px !important;
  }
  .mb140 {
    margin-bottom: 70px !important;
  }
  .pt0 {
    padding-top: 0 !important;
  }
  .pt5 {
    padding-top: 5px !important;
  }
  .pt10 {
    padding-top: 10px !important;
  }
  .pt15 {
    padding-top: 10px !important;
  }
  .pt20 {
    padding-top: 15px !important;
  }
  .pt25 {
    padding-top: 15px !important;
  }
  .pt30 {
    padding-top: 20px !important;
  }
  .pt35 {
    padding-top: 20px !important;
  }
  .pt40 {
    padding-top: 30px !important;
  }
  .pt45 {
    padding-top: 30px !important;
  }
  .pt50 {
    padding-top: 40px !important;
  }
  .pt60 {
    padding-top: 40px !important;
  }
  .pt70 {
    padding-top: 50px !important;
  }
  .pt80 {
    padding-top: 50px !important;
  }
  .pt90 {
    padding-top: 50px !important;
  }
  .pt100 {
    padding-top: 50px !important;
  }
  .pb0 {
    padding-bottom: 0 !important;
  }
  .pb5 {
    padding-bottom: 5px !important;
  }
  .pb10 {
    padding-bottom: 10px !important;
  }
  .pb15 {
    padding-bottom: 10px !important;
  }
  .pb20 {
    padding-bottom: 15px !important;
  }
  .pb25 {
    padding-bottom: 15px !important;
  }
  .pb30 {
    padding-bottom: 20px !important;
  }
  .pb35 {
    padding-bottom: 20px !important;
  }
  .pb40 {
    padding-bottom: 30px !important;
  }
  .pb45 {
    padding-bottom: 30px !important;
  }
  .pb50 {
    padding-bottom: 40px !important;
  }
  .pb60 {
    padding-bottom: 40px !important;
  }
  .pb70 {
    padding-bottom: 50px !important;
  }
  .pb80 {
    padding-bottom: 50px !important;
  }
  .pb90 {
    padding-bottom: 50px !important;
  }
  .pb100 {
    padding-bottom: 50px !important;
  }
}
.case-list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  display: -webkit-flex;
  flex-wrap: wrap;
  gap: 50px 5%;
}
.case-list .item {
  width: 47.5%;
  padding: 20px;
  border: 1px solid #999;
  border-radius: 5px;
}
.case-list .item a {
  transition: opacity 0.3s;
}
.case-list .item a:focus {
  opacity: 0.5;
}
@media (hover: hover) and (pointer: fine) {
  .case-list .item a:hover {
    opacity: 0.5;
  }
}
.case-list .item .item-title {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}
.case-list .item .item-price,
.case-list .item .item-outline {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  display: -webkit-flex;
  flex-wrap: nowrap;
  gap: 0 10px;
  margin-bottom: 20px;
}
.case-list .item .item-price span:nth-of-type(1),
.case-list .item .item-outline span:nth-of-type(1) {
  flex-shrink: 0;
  padding: 5px;
  background-color: #000;
  color: #fff;
}
.case-list .item .item-price span:nth-of-type(2),
.case-list .item .item-outline span:nth-of-type(2) {
  font-size: 18px;
  line-height: 1.5;
}
.case-list .item .item-price p,
.case-list .item .item-outline p {
  line-height: 1.5;
}
.case-list .item .item-outline p {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

/*--------------------------
HOME
----------------------------*/
body.home #contents .c-mv {
  display: flex;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  width: 100%;
  height: 700px;
  padding-top: 50px;
  background: url("../images/top/mv.jpg") no-repeat center center;
  background-size: cover;
}
body.home #contents .c-mv .mv-text {
  width: fit-content;
  padding: 50px;
  margin-top: -100px;
  background: rgba(255, 255, 255, 0.85);
  line-height: 2;
}
body.home #contents .section-title {
  margin-bottom: 30px;
  padding-bottom: 10px;
  font-size: 30px;
  border-bottom: 2px solid #000;
}
body.home #contents .c-box01 {
  padding: 50px 0;
}
body.home #contents .c-box01 ul {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  display: -webkit-flex;
  flex-wrap: wrap;
  gap: 20px 2%;
}
body.home #contents .c-box01 ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  width: 32%;
  min-height: 100px;
  border-radius: 10px;
  border: 1px solid #000;
}
body.home #contents .c-box01 .caution {
  margin-top: 20px;
  font-size: 14px;
  color: #555;
}
body.home #contents .c-box02 {
  margin-top: 50px;
}
body.home #contents .c-box02 .link {
  margin-top: 20px;
}
body.home #contents .c-box02 .link a {
  display: flex;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  width: fit-content;
  margin: 0 auto;
  padding: 20px;
  background-color: #000;
  color: #fff;
  transition: opacity 0.3s;
}
body.home #contents .c-box02 .link a:focus {
  opacity: 0.5;
}
@media (hover: hover) and (pointer: fine) {
  body.home #contents .c-box02 .link a:hover {
    opacity: 0.5;
  }
}
body.home #contents .c-box03 {
  margin-top: 50px;
}
body.home #contents .c-box03 ul {
  margin: 20px 0 0 20px;
}
body.home #contents .c-box03 ul li {
  line-height: 2;
  font-size: 18px;
  font-weight: bold;
}
body.home #contents .c-box04 {
  margin-top: 100px;
  text-align: center;
}
body.home #contents .c-box04 h4 {
  font-size: 26px;
  font-weight: bold;
}
body.home #contents .c-box04 .link {
  margin-top: 20px;
}
body.home #contents .c-box04 .link a {
  display: flex;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  width: fit-content;
  margin: 0 auto;
  padding: 20px;
  background-color: #000;
  color: #fff;
  transition: opacity 0.3s;
}
body.home #contents .c-box04 .link a:focus {
  opacity: 0.5;
}
@media (hover: hover) and (pointer: fine) {
  body.home #contents .c-box04 .link a:hover {
    opacity: 0.5;
  }
}

/*--------------------------
SUB
----------------------------*/
body.sub .page-title {
  padding: 50px 0 100px;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
body.sub .case-head .case-title {
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5;
}
body.sub .case-head .case-date,
body.sub .case-head .case-period,
body.sub .case-head .case-price {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  display: -webkit-flex;
  flex-wrap: nowrap;
  gap: 0 10px;
  margin-bottom: 20px;
}
body.sub .case-head .case-date span:nth-of-type(1),
body.sub .case-head .case-period span:nth-of-type(1),
body.sub .case-head .case-price span:nth-of-type(1) {
  flex-shrink: 0;
  padding: 5px;
  background-color: #000;
  color: #fff;
}
body.sub .case-head .case-date span:nth-of-type(2),
body.sub .case-head .case-period span:nth-of-type(2),
body.sub .case-head .case-price span:nth-of-type(2) {
  font-size: 18px;
  line-height: 1.5;
}
body.sub .case-body {
  margin-top: 50px;
}
body.sub .case-body p {
  line-height: 2;
}

/*--------------------------
CONTACT
----------------------------*/
body.contact .snow-monkey-form {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
body.contact .snow-monkey-form .smf-form .smf-item {
  margin-bottom: 30px;
}
body.contact .snow-monkey-form .smf-form .smf-item__controls {
  margin-top: 10px;
}
body.contact .snow-monkey-form .smf-form .smf-item__controls input,
body.contact .snow-monkey-form .smf-form .smf-item__controls textarea {
  border: 1px solid #000;
}
body.contact .snow-monkey-form .smf-form .smf-item .smf-error-messages {
  margin-top: 10px;
  color: red;
}
body.contact .snow-monkey-form .smf-action button {
  width: 200px;
  height: 50px;
  background-color: #000;
  color: #fff;
  border: none;
  transition: opacity 0.3s;
}
body.contact .snow-monkey-form .smf-action button:focus {
  cursor: pointer;
}
@media (hover: hover) and (pointer: fine) {
  body.contact .snow-monkey-form .smf-action button:hover {
    cursor: pointer;
  }
}
body.contact .snow-monkey-form .smf-action button:focus {
  opacity: 0.5;
}
@media (hover: hover) and (pointer: fine) {
  body.contact .snow-monkey-form .smf-action button:hover {
    opacity: 0.5;
  }
}
body.contact .snow-monkey-form .smf-system-error-content-ready {
  display: none;
}

.wp-block[data-type="core/widget-area"] {
  max-width: 1200px;
}

div[data-widget-area-id=sidebar] {
  max-width: 330px !important;
  margin: 0 auto !important;
}

html :where(.wp-block) {
  max-width: 880px;
}

.blocks-widgets-container .editor-styles-wrapper {
  max-width: 100%;
}

.block-editor-block-list__block:not(.is-selected) > .block-editor-block-list__block > .block-list-appender:only-child:after {
  border: 1px dashed !important;
}

.editor-styles-wrapper a {
  color: #000;
}
@media screen and (min-width: 769px) {
  .editor-styles-wrapper a:hover {
    color: #000;
  }
}
.editor-styles-wrapper .has-customcolor-01-color {
  color: #6599a3;
}
.editor-styles-wrapper .has-customcolor-01-backgroud-color {
  color: #6599a3;
}
.editor-styles-wrapper .has-customcolor-01-border-color {
  color: #6599a3;
}
.editor-styles-wrapper .is-style-clear {
  display: flow-root;
}
.editor-styles-wrapper .has-text-align-right {
  text-align: right;
}
.editor-styles-wrapper .has-text-align-center {
  text-align: center;
}
.editor-styles-wrapper .alignnone {
  margin: 15px 0;
}
.editor-styles-wrapper .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.editor-styles-wrapper .clearfix {
  clear: both;
}
.editor-styles-wrapper .alignright {
  float: right;
  margin: 0.7em 0 15px 5%;
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper .alignright {
    float: none;
    margin: 0 0 20px;
  }
  .editor-styles-wrapper .alignright img {
    width: 100%;
  }
}
.editor-styles-wrapper .alignleft {
  float: left;
  margin: 0.7em 5% 15px 0;
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper .alignleft {
    float: none;
    margin: 0 0 20px;
  }
  .editor-styles-wrapper .alignleft img {
    width: 100%;
  }
}
.editor-styles-wrapper iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 628/350;
}
.editor-styles-wrapper .wp-block-columns {
  gap: 0 30px;
}
.editor-styles-wrapper .wp-block-columns .wp-block-heading {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper .wp-block-columns {
    flex-wrap: wrap !important;
    gap: 30px 0;
  }
  .editor-styles-wrapper .wp-block-columns > div {
    width: 100%;
  }
}
.editor-styles-wrapper .wp-block-columns.is-layout-flex {
  align-items: flex-start;
}
.editor-styles-wrapper .wp-block-columns .wp-block-image {
  margin: 0;
}
@media screen and (max-width: 1000px) {
  .editor-styles-wrapper .wp-block-columns .wp-block-image img {
    max-width: 40vw;
  }
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper .wp-block-columns .wp-block-image img {
    max-width: 100%;
  }
}
.editor-styles-wrapper .wp-block-group {
  margin-top: 70px;
}
.editor-styles-wrapper .wp-block-group.is-style-border {
  margin: 40px auto;
  padding: 30px;
  border: 1px solid #cecfd1;
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper .wp-block-group.is-style-border {
    margin: 30px 0;
    padding: 30px 25px;
  }
}
.editor-styles-wrapper .wp-block-group.is-style-border ul {
  margin: 10px 0 0;
}
.editor-styles-wrapper .wp-block-group.is-style-border * + p {
  margin-top: 30px;
}
.editor-styles-wrapper .wp-block-flexible-table-block-table {
  margin-top: 80px;
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper .wp-block-flexible-table-block-table {
    margin: 45px 0 20px;
    overflow-x: auto;
  }
}
.editor-styles-wrapper .wp-block-flexible-table-block-table table {
  width: 100% !important;
  border-left: 1px #3b3b3b solid !important;
  border-top: 1px #3b3b3b solid !important;
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper .wp-block-flexible-table-block-table table {
    width: 800px !important;
    max-width: 800px !important;
  }
}
.editor-styles-wrapper .wp-block-flexible-table-block-table table th,
.editor-styles-wrapper .wp-block-flexible-table-block-table table td {
  width: 20% !important;
  vertical-align: middle !important;
  padding: 15px 12px !important;
  text-align: center !important;
  border-right: 1px #3b3b3b solid !important;
  border-bottom: 1px #3b3b3b solid !important;
  font-size: 13px !important;
}
.editor-styles-wrapper .wp-block-flexible-table-block-table table th {
  color: #fff !important;
  background: #182636 !important;
  text-align: center !important;
  font-weight: bold !important;
}
.editor-styles-wrapper .wp-block-flexible-table-block-table table th:not(:last-child) {
  border-right: none !important;
}
.editor-styles-wrapper .wp-block-flexible-table-block-table table th:not(:nth-of-type(1)) {
  border-left: 1px solid #fff !important;
}
.editor-styles-wrapper .wp-block-flexible-table-block-table table td {
  background: #fff !important;
}
.editor-styles-wrapper h2 {
  margin-top: 80px;
  margin-bottom: 30px;
  font-size: 36px;
  font-weight: bold;
  padding-left: 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper h2 {
    margin-top: 40px;
    margin-bottom: 30px;
    padding-left: 15px;
    font-size: 19px;
  }
}
.editor-styles-wrapper h3 {
  margin-top: 70px;
  margin-bottom: 25px;
  border-bottom: 1px #a2a3a3 solid;
  font-size: 29px;
  font-weight: bold;
  padding: 0 0 15px;
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper h3 {
    margin-top: 45px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: 16px;
  }
}
.editor-styles-wrapper h4 {
  margin-top: 70px;
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper h4 {
    margin-top: 45px;
    margin-bottom: 20px;
    font-size: 14px;
  }
}
.editor-styles-wrapper h4 + p {
  margin-top: 30px;
}
.editor-styles-wrapper h5 {
  font-size: 24px;
  font-weight: bold;
  margin: 70px 0 25px;
}
.editor-styles-wrapper p {
  margin-top: 30px;
  font-size: 16px;
  line-height: 2.5;
}
.editor-styles-wrapper p::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 2.5) * 0.5em);
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper p {
    margin-top: 30px;
    font-size: 14px;
    line-height: 2;
  }
  .editor-styles-wrapper p::before {
    content: "";
    display: block;
    height: 0;
    width: 0;
    margin-top: calc((1 - 2) * 0.5em);
  }
}
.editor-styles-wrapper p + p {
  margin-top: 30px;
}
.editor-styles-wrapper mark {
  position: relative;
  background: url("../img/common/mark.png") repeat-x center bottom;
}
.editor-styles-wrapper strong {
  font-weight: bold;
}
.editor-styles-wrapper ul {
  list-style: none;
  padding: 0;
}
.editor-styles-wrapper ul li {
  position: relative;
  padding-left: 25px;
  font-size: 1.4rem;
  line-height: 2.4;
}
.editor-styles-wrapper ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 5px;
}
