@charset "UTF-8";

#text + section .content_wrapper::after {
    /*background: #FFF4EE;*/
    background: #FFFFFF;
}

#text + section .content_wrapper .inner_item_txt p{
   font-family: 'Noto Serif JP', "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
   font-size:2rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 3em;
  line-height: 2em;
}
#text + section .content_wrapper .inner_item_txt p::before, #text + section .content_wrapper .inner_item_txt p::after {
  content: "";
  width: 2em;
  height: 2em;
}
#text + section .content_wrapper .inner_item_txt p::before {
  margin-right: 5em;
  border-top: 3px double #333;
  border-left: 3px double #333;
  margin-top: -2em;
}
#text + section .content_wrapper .inner_item_txt p::after {
  margin-left: 5em;
  border-bottom: 3px double #333;
  border-right: 3px double #333;
  margin-bottom: -2em;
}

@media screen and (max-width:768px){
#text + section .content_wrapper .inner_item_txt p::before {
  margin-right: 2em;
}
#text + section .content_wrapper .inner_item_txt p::after {
  margin-left: 2em;
}
}

@media screen and (max-width:527px){
#text + section .content_wrapper .inner_item_txt p::before {
  margin-right: 1rem;
}
#text + section .content_wrapper .inner_item_txt p::after {
  margin-left: 1rem;
}
}

@media screen and (max-width:900px){
#toilet_revolution + section .inner_item_txt p {
    text-align: left!important;
}
}

/*--------------【画像＋テキスト】×ｎ⑪のアンカーリンク調整--------------*/
.composite_box01.block_images_11 .inner_item_txt .heading.block_header_4 .h{
    color: #fff;
}
.composite_box01.block_images_11 .inner_item_txt .pwrap{
    display: none;
}

/*--------------画像サイズ---------------*/
#content_img + .contents_box01 .inner_item_img img {
    max-width: 540px!important;
}

/*--------------テキスト中央よせ---------------*/
#effect+.contents_box01 .inner_item_txt p{
    width: fit-content;
    margin: auto;
}