/* ---------------------------------
  マイクロコピー（to_word_catch）関連
----------------------------------- */
.to_word_catch span { color: #4c5cd3; font-weight: bold; }
.to_word_catch { text-align: center; margin-bottom: 2px; display: inline-block; position: relative; }
.to_word_catch p { display: inline; }
.to_word_catch::before { content: "＼"; color: #000; margin-right: 4px; position: absolute; left: -1.5em; top: 50%; transform: translateY(-50%); }
.to_word_catch::after { content: "／"; color: #000; margin-left: 4px; position: absolute; right: -1.5em; top: 50%; transform: translateY(-50%); }

.wrap_to_word_catch { text-align: center; margin: 32px auto 2px; line-height: 1.6; position: relative; }
.wrap_to_word_catch._top { margin-top: 16px; }
.wrap_to_word_catch._top .to_word_catch { margin-top: 8px; }

/* ---------------------------------
  テキストCTAボタン（e87-decoration-button）関連
----------------------------------- */
.e87-decoration-button p { background: #4c5cd3; text-align: center; border-radius: 4px; color: #fff; display: block; font-weight: bold; }
.e87-decoration-wrap::before { content: unset; }

/* --- PC表示用（769px以上） --- */
@media (min-width: 769px) {
  .e87-decoration-button { text-align: center; margin-top: 0%; }
  .e87-decoration-button a { display: inline-block; width: 75%; position: relative; }
  .e87-decoration-button p { border: 1px solid #4c5cd3; transition: 0.2s; position: relative; padding: 2%; margin-top: 0;margin-bottom:0;}
  .e87-decoration-button a:hover p { background: #fff; color: #4c5cd3; }
  .e87-decoration-button .e87-decoration-wrap { position: relative; transition: 0.2s; }
}

/* --- スマホ表示用（622px以下） --- */
@media (max-width: 622px) {
  .to_word_catch { line-height: 1.4; font-size: min(3.6vw, 15px); }
  .wrap_to_word_catch { margin-top: 4%; }
  .wrap_to_word_catch._top { margin-top: 1.5em; }
  .wrap_to_word_catch._top .to_word_catch { margin-top: 4px; }
  
  .e87-decoration-button { margin-top: 0; }
  .e87-decoration-button a { width: 98%; }
  .e87-decoration-button p { margin-top: 0; padding: 4% 3%; margin-bottom: 0; }
  p._to_father-top {width: 92%;    margin: 1em auto 0;}
}

._to_father_top{padding-top:3%;padding-bottom:5px;margin: 0 auto;}
@media (min-width: 769px) {
    p._to_father-top {width: 65%;margin: 2em auto 0;}
}

@media (min-width: 769px) {
    .sp_only {display: none;}
}
@media (max-width: 768px) {
    .sp_only {display: block;}
}

