/* カスタムページ */
#custompage p{ margin:1.5rem 0 0; font-size: 1rem; line-height: 1.5rem;padding: 0;}
#custompage h3 {font-weight: bold;
    padding: 0;
    border:none;
    border-top:none;
    background:none;
    box-shadow:none;
}
#custompage h3:before{content:none;}
#custompage h3:after{content:none;}


.valign-m{ vertical-align:middle;}
#custompage figcaption{text-align: right; margin: 0;font-size: 90%;}
.fukidasi{ border:solid 3px #dd8866; border-radius:10px; position:relative; padding:1rem;}
#custompage .fukidasi p{ padding: 0 0 15px; font-size: 1rem; line-height: 1.5rem;}
.fukidasi:before{
	content: "";
  position: absolute;
  top: -24px;
  left: 50%;
  margin-top: auto;
  margin-left:-15px;
  border: 12px solid transparent;
  border-bottom: 12px solid #FFF;
  z-index: 2;
}
.fukidasi:after {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-top: auto;
  margin-left:-17px;
  border: 14px solid transparent;
  border-bottom: 14px solid #dd8866;
    z-index: 1;}

.pcOnly_bk{display: block;}
.spOnly_bk{display: none;}
/* カスタムページ */