@charset "UTF-8";


/* --------------------------------------------------------------------------------
  editor style
-------------------------------------------------------------------------------- */
.mce-content-body {
  font-family: "Noto Sans JP", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  overflow: hidden;
  line-height: 2;
}
.mce-content-body img {
  max-width: 100%;
  height: auto;
}
.mce-content-body > * {
  margin-bottom: 1.5em;
  line-height: 2;
}
.mce-content-body h1,
.mce-content-body h2 {
  position: relative;
  /*display: table;*/
  margin: 0 auto 1.5em;
  font-size: 200%;
  font-size: 150%;
  font-weight: bold;
  /*font-family: 'Noto Serif JP', serif;*/
  -ms-font-feature-settings: "normal";
}
.mce-content-body h1:after,
.mce-content-body h2:after {
  content: "";
  width: 100%;
  background: url(../img/common/bg-fv3@2x.png);
  position: absolute;
  left: 0;
  display: block;
}
/*
.mce-content-body h2:before,
.mce-content-body h2:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  border-top: 1px solid #c8c8c8;
  width: 100%;
}
.mce-content-body h2:before {
  right: calc(100% + .5em);
}
.mce-content-body h2:after {
  left: calc(100% + .5em);
}
*/
.mce-content-body .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.mce-content-body .alignleft {
  float: left;
  margin: 0.5em 1em 0.5em 0;
}
.mce-content-body .alignright {
  float: right;
  margin: 0.5em 0 0.5em 1em;
}
.mce-content-body .lkc-url{
  text-decoration: underline;
    line-height: 1.2;
}
.mce-content-body .linkcard {
  margin:0 auto 1.5em;
    width: 100%;
}
.mce-content-body .lkc-internal-wrap {
  width: 100%;
  max-width: 100%;
    border: 1px solid #eaeaea;
}
.mce-content-body .lkc-title-text{
  color: #666;
}
.mce-content-body .lkc-thumbnail img{
  width: 100%;
}

.mce-content-body .lkc-excerpt {
  color: #666;
}
@media screen and (min-width: 769px) {
  .mce-content-body .alignright {
    margin: 0 6em 1.5em 6em;
    max-width: 300px;
  }
  .mce-content-body .lkc-domain{
    font-size: 1.4rem;
  }
  .mce-content-body .lkc-title-text{
    font-size: 1.4rem;
  }
  .mce-content-body .lkc-card{
    margin:16px;
  }
  .mce-content-body .linkcard {
    max-width: 812px;
  }
  .mce-content-body .lkc-url{
    font-size: 1.2rem;
  }
  .mce-content-body .lkc-excerpt {
    font-size: 1.2rem;
    max-height: 4em;
  }
  .mce-content-body .lkc-content {
    height: 94px;
    margin: 9px 0 0;
  }
  .mce-content-body .lkc-thumbnail{
    max-width: 112px;
    width: 112px;
    margin-top: 5px;
    margin-right: 16px;
  }
}
@media screen and (max-width: 768px) {
  .mce-content-body h2 {
    font-size: 2.2rem;
    margin-bottom: 1.3em;
  }
  .mce-content-body .alignnone,
  .mce-content-body .aligncenter,
  .mce-content-body .alignleft,
  .mce-content-body .alignright {
      width: 100%;
      max-width: 100%;
      float: none;
      margin: 0 auto 1.5em;
  }
  .mce-content-body .lkc-domain{
    font-size: 1.2rem;
  }
  .mce-content-body .lkc-title-text{
    font-size: 1.2rem;
  }
  .mce-content-body .lkc-card{
    margin: 7px 7px 15px 10px;
  }
  .mce-content-body .lkc-info {
    line-height: 1.3;
    font-size: 1.4rem;
    margin-bottom: 5px;
  }
  .mce-content-body .lkc-url{
    font-size: 1.1rem;
  }
  .mce-content-body .lkc-excerpt {
    font-size: 1.1rem;
    max-height: 4.5em;
  }
  .mce-content-body .lkc-thumbnail{
    max-width: 112px;
    width: 33%;
    max-height: inherit;
  }
  .mce-content-body .lkc-content {
    height: auto;
    margin: 9px 0 0;
  }
}


/* --------------------------------------------------------------------------------
 custom styles
-------------------------------------------------------------------------------- */
.mce-content-body .style1 {
  position: relative;
  display: table;
  margin: 0 auto 1em;
  font-size: 200%;
  font-weight: bold;
  /*font-family: 'Noto Serif JP', serif;*/
}
.mce-content-body .style1:before,
.mce-content-body .style1:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  border-top: 1px solid #c8c8c8;
  width: 100%;
}
.mce-content-body .style1:before {
  right: calc(100% + .5em);
}
.mce-content-body .style1:after {
  left: calc(100% + .5em);
}

.mce-content-body .style2 {
  display: block;
  font-weight: bold;
}
.mce-content-body .style3 {
    display: block;
    background: #eefbfd;
    /* color: #6f5822; */
    margin-bottom: 10px;
    padding: 0.5em 0.5em 0.5em 1.7em;
    line-height: 1.7;
    font-weight: bold;
    position: relative;
}
.mce-content-body .style3:before {
  content: "";
  display: inline-block;
  background: #6fd1f7;
  height: calc(100% - 1em);
  width: 5px;
  vertical-align: text-top;
  position: absolute;
  top: .5em;
  left: .5em;
}

.mce-content-body .style4 {
  display: block;
  border-bottom: 1px dotted #000;
  margin-bottom: 10px;
  padding-bottom: 5px;
}
.mce-content-body .style4:before {
  content: "▼";
  display: inline-block; 
  font-size: 1.5rem;
  margin-right: 10px;
}

.mce-content-body .style5 {
  display: inline-block;
  background: #000;
  color: #fff;
  font-weight: bold;
  padding: .5em 2em;
}

.mce-content-body .style6 {
  display: inline-block;
  border: 1px solid;
  font-weight: bold;
  padding: .5em 1em;
}

.mce-content-body .style7 {
  display: block;
  height: 2em;
}

.mce-content-body .style8 {
  display: block;
  text-align: right;
}

.mce-content-body .style9 {
  display: block;
  text-align: center;
}

.mce-content-body .style10 {
  display: block;
  text-align: left;
}

.mce-content-body .style11 {
  font-weight: bold;
}

.mce-content-body .style12 {
  font-size: 80%;
}

.mce-content-body .style13 {
  color: red;
}

.mce-content-body .style14 {
  display: block;
  padding: .5em 1em;
  border: 2px solid;
}

.mce-content-body .style15 {
  display: block;
  padding: .5em 1em;
  background: #eee;
}

.mce-content-body img.size-large.aligncenter {
    max-width: 516px;
}
.mce-content-body p,
.mce-content-body p a{
  clear: both;
  /*overflow: hidden; */
}
.mce-content-body p:after,
.mce-content-body p a:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.flex-box.cases-list__wrap > div {
    width: 48.5%;
    margin-bottom: 2.5%;
}

.flex-box.cases-list__wrap > div img{
  width: 100%;
}

@media screen and (min-width: 769px) {
  .mce-content-body .style1 {
    font-size: 200%;
  }
  .mce-content-body h2:after {
    height: 8px;
    bottom: -10px;
    background-size: 17px auto;
  }
  .mce-content-body p {
  }
}

@media screen and (max-width: 768px) {
  .mce-content-body .style1 {
    font-size: 150%;
  }
  .mce-content-body h2:after {
    height: 8px;
    bottom: -10px;
    background-size: 17px auto;
  }
  .mce-content-body p {
      font-size: 1.4rem;
      line-height: 1.8;
  }
  #tinymce.mce-content-body p {
      font-size: 100%;
      line-height: 1.8;
  }
  .flex-box.cases-list__wrap{
    display: block;
  }
  .flex-box.cases-list__wrap > div {
    width: 100%;
  }
}
