@charset "UTF-8";
/*
    Template: swell
    Theme Name: 日本保守党
    Theme URI: https://hoshuto.jp/
    Description: 日本保守党
    Version: 1.0.0
    Author: hoshuto.jp
    Author URI:https://hoshuto.jp/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@600&display=swap');
.p-mainVisual__slideTitle {
  font-family: 'Shippori Mincho', serif;
  font-size: 4.5em;
}
p {
  margin-bottom: 20px;
}
.post_content h3 {
  font-size: 1.1em;
  font-weight: 700;
  line-height: 1.4;
  margin: 2em 0 1em 0;
  padding-left: 0;
  position: relative;
}
.c-pageTitle {
  font-size: 1.9em;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 0.2em;
}
.float-menu {
  position: fixed;
  width: 140px;
  bottom: 100px;
  right: 0;
  z-index: 9999;
}
@media screen and (max-width:480px) {
  .p-mainVisual__slideTitle {
    font-size: 44px;
  }
  .float-menu {
    position: fixed;
    width: 40px;
    bottom: 70px;
    right: 0;
    z-index: 9999;
    font: 11px;
  }
}


