@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
/* Base */
body {
  margin: 0;
  font-family: Helvetica Neue, Helvetica, Arial, Hiragino Sans, Hiragino Kaku Gothic ProN, BIZ UDPGothic, Meiryo, sans-serif;
  font-size: 16px; }
  body p {
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 1.5rem; }
  body img {
    max-width: 100%;
    height: auto; }
  body a {
    color: #000000;
    transition-duration: 300ms; }
  body h1, body h2, body h3, body h4, body h5, body h6, body .site-title {
    font-family: Helvetica Neue, Helvetica, Arial, Hiragino Sans, Hiragino Kaku Gothic ProN, BIZ UDPGothic, Meiryo, sans-serif; }

ul {
  list-style-type: none;
  padding: 0; }
  ul li {
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: .5rem; }

h1 {
  font-size: 0;
  margin: 0; }

#page {
  max-width: 600px;
  min-width: 200px;
  width: 100%; }

.content-area {
  float: none !important;
  padding-left: 0 !important;
  width: 100% !important; }

h2 {
  font-size: 1.4rem; }

h3 {
  font-size: 1.2rem; }

.site-header .site-top {
  margin-bottom: 0px; }
  .site-header .site-top .site-top-table {
    display: block;
    position: relative; }
    .site-header .site-top .site-top-table .site-branding {
      padding: 10px 0;
      text-align: center;
      box-shadow: 0 0 10px #ccc;
      width: 100%;
      position: relative;
      display: block;
      min-height: 45px; }
      .site-header .site-top .site-top-table .site-branding img.custom-logo {
        width: 65%;
        max-width: 280px; }
      .site-header .site-top .site-top-table .site-branding .-text {
        display: block;
        font-weight: bold;
        font-size: 24px;
        text-align: left;
        margin: 4px 20px 0; }
  .site-header .site-top .area-login {
    display: flex;
    background-color: #0f4780;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 1; }
    .site-header .site-top .area-login > .-title {
      width: 40%;
      padding: 15px;
      font-weight: bold;
      color: #fff;
      display: flex;
      justify-content: center;
      align-items: center; }
    .site-header .site-top .area-login > .-item {
      width: 30%;
      padding: 20px 15px;
      text-align: center; }
      .site-header .site-top .area-login > .-item > .oi {
        position: relative;
        top: 1px;
        margin-right: 2px; }
      .site-header .site-top .area-login > .-item.-register {
        background-color: #333;
        color: #fff600; }
      .site-header .site-top .area-login > .-item.-login {
        background-color: #484848;
        color: #fff; }
  @media (max-width: 783px) {
    .site-header .site-top > .-title {
      font-size: 14px; }
    .site-header .site-top > .-item {
      font-size: 14px; } }

.main-navigation .drawer-hamburger {
  position: absolute;
  top: 5px;
  right: 5px; }

.main-navigation ul.menu > li {
  display: block;
  font-family: Helvetica Neue, Helvetica, Arial, Hiragino Sans, Hiragino Kaku Gothic ProN, BIZ UDPGothic, Meiryo, sans-serif;
  font-size: 1rem;
  text-align: left; }
  .main-navigation ul.menu > li a {
    padding: 0; }

@media (min-width: 783px) {
  .main-navigation {
    position: initial; } }

@media (max-width: 782px) {
  .main-navigation ul.menu {
    margin-left: 40px; } }

.drawer-nav .drawer-content-inner > div {
  max-width: 500px;
  margin: 0 auto; }

.drawer-open .drawer-nav {
  background-color: rgba(255, 255, 255, 0.95); }

.post-list {
  margin-top: 24px;
  position: relative;
  z-index: 10; }
  .post-list > .-item {
    box-shadow: 2px 2px 10px rgba(85, 85, 85, 0.05);
    border: 1px solid rgba(51, 51, 51, 0.05);
    border-bottom: 3px solid #ccc;
    display: block;
    overflow: hidden;
    margin-bottom: 1.5rem; }
    .post-list > .-item:hover {
      opacity: .7; }
    .post-list > .-item > .-thumb {
      height: 130px;
      width: 100%;
      background-size: cover;
      background-position: 50%; }
    .post-list > .-item > .-info > .-inner {
      background-color: #fff;
      padding: 1rem 16px 1rem 24px;
      position: relative;
      overflow: hidden;
      border-top: 7px solid #0f4780; }
      .post-list > .-item > .-info > .-inner > .-date {
        display: block;
        font-size: .75rem;
        color: #b6b6b6; }
      .post-list > .-item > .-info > .-inner > .-title {
        color: #1c2f56;
        font-size: 20px;
        margin: 0; }
      .post-list > .-item > .-info > .-inner.-pro {
        border-color: #9b2335; }

.entry-more, .entry-loading {
  border: 1px solid #0f4780;
  padding: 10px;
  text-align: center;
  display: block;
  cursor: pointer;
  color: #0f4780;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
  .entry-more.is-hide, .entry-loading.is-hide {
    display: none; }

.site-footer {
  margin-top: 60px; }
  .site-footer .site-bottom {
    text-align: center;
    font-size: 12px;
    padding: 30px 15px; }

.site-content {
  padding: 0 15px;
  margin-bottom: 100px; }

.single-post .site-header .site-top {
  margin-bottom: 0; }

.post-thumbnail-large {
  float: none;
  margin: 0 -15px;
  min-height: unset;
  position: relative; }
  @media (min-width: 980px) {
    .post-thumbnail-large {
      width: calc(100% + 30px); } }

.p-header-player {
  background-color: #fff;
  margin: -42px -5px 20px;
  box-shadow: 0 4px 10px rgba(28, 47, 86, 0.05);
  border-radius: 4px;
  padding: 16px;
  position: relative; }
  .p-header-player .-btn {
    width: 50px;
    height: 50px;
    border-radius: 25px;
    cursor: pointer;
    background-color: #1c2f56;
    border: 2px solid #fff;
    flex-shrink: 0;
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -26px;
    left: 16px;
    filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.35)); }
    .p-header-player .-btn > img {
      height: 11px;
      width: 11px;
      max-width: 100%; }
  .p-header-player .-time {
    position: absolute;
    top: 6px;
    left: 70px;
    font-size: 12px;
    font-weight: 700;
    color: #1c2f56; }
  .p-header-player > .-meta {
    margin-top: 15px;
    display: flex;
    align-items: center; }
    .p-header-player > .-meta > .-title {
      font-size: 20px;
      letter-spacing: .19rem;
      color: #1c2f56;
      font-weight: 700;
      line-height: 24px;
      margin: 0; }
  .p-header-player > .-published {
    color: #b6b6b6;
    font-size: 12px;
    font-weight: 600; }

.large-thumbnail .content-area {
  padding: 0;
  width: 100%; }
  @media screen and (min-width: 980px) {
    .large-thumbnail .content-area {
      margin-top: -170px; } }
  .large-thumbnail .content-area .entry-header {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 0; }
  .large-thumbnail .content-area .entry-content .-title {
    font-size: 1.8em;
    color: #0f4780; }

.page .entry-header {
  margin: 20px 0 40px; }
  .page .entry-header .entry-title {
    font-size: 1.6rem;
    text-align: center;
    padding: 1.5rem 0 .5rem;
    position: relative; }
    .page .entry-header .entry-title:after {
      content: '';
      width: 50px;
      position: absolute;
      left: 0;
      right: 0;
      bottom: -5px;
      margin: 0 auto;
      height: 3px;
      background-color: #000000; }

.p-audioplayer {
  padding: 10px 0 10px;
  position: fixed;
  bottom: 5px;
  width: 100%;
  max-width: 600px;
  background-color: #fff;
  box-shadow: 0 -15px 20px -20px rgba(0, 0, 0, 0.45);
  margin-left: -15px; }
  .p-audioplayer > .-title {
    color: #0F4780;
    margin: 0 auto;
    font-size: 14px;
    font-weight: bold;
    width: 90%;
    line-height: 1.4; }
  .p-audioplayer.-has-bottom-menu {
    bottom: 55px; }

/*
	PLAYER
*/
.audioplayer {
  width: 95%;
  margin: 0 auto;
  height: 2.5em;
  /* 40 */
  position: relative;
  z-index: 1; }

/* mini mode (fallback) */
.audioplayer-mini {
  width: 2.5em;
  /* 40 */
  margin: 0 auto; }

/* player elements: play/pause and volume buttons, played/duration timers, progress bar of loaded/played */
.audioplayer > div {
  position: absolute; }

/* play/pause button */
.audioplayer-playpause {
  width: 2em;
  /* 40 */
  height: 100%;
  text-align: left;
  text-indent: -9999px;
  cursor: pointer;
  z-index: 2;
  top: 0;
  left: 0; }

.audioplayer:not(.audioplayer-mini) .audioplayer-playpause {
  border-right: 1px solid #555;
  border-right-color: rgba(255, 255, 255, 0.1); }

.audioplayer-mini .audioplayer-playpause {
  width: 100%; }

.audioplayer-playpause:hover, .audioplayer-playpause:focus {
  opacity: .7; }

.audioplayer-playpause a {
  display: block; }

.audioplayer-stopped .audioplayer-playpause a {
  width: 0;
  height: 0;
  border: 0.5em solid transparent;
  /* 8 */
  border-right: none;
  border-left-color: #0F4780;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -0.5em 0 0 -0.25em;
  /* 8 4 */ }

.audioplayer-playing .audioplayer-playpause a {
  width: 0.75em;
  /* 12 */
  height: 0.75em;
  /* 12 */
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -0.375em 0 0 -0.375em;
  /* 6 */ }
  .audioplayer-playing .audioplayer-playpause a:before, .audioplayer-playing .audioplayer-playpause a:after {
    width: 40%;
    height: 100%;
    background-color: #0F4780;
    content: '';
    position: absolute;
    top: 0; }
  .audioplayer-playing .audioplayer-playpause a:before {
    left: 0; }
  .audioplayer-playing .audioplayer-playpause a:after {
    right: 0; }

/* timers */
.audioplayer-time {
  width: 4em;
  /* 70 */
  height: 100%;
  line-height: 2.375em;
  /* 38 */
  text-align: center;
  z-index: 2;
  top: 3px;
  font-size: 14px; }

.audioplayer-time-current {
  left: 2.5em;
  /* 40 */ }

.audioplayer-time-duration {
  border-right: 1px solid #555;
  border-right-color: rgba(255, 255, 255, 0.1);
  right: 3em;
  /* 40 */ }

.audioplayer-novolume .audioplayer-time-duration {
  border-right: 0;
  right: 0; }

/* progress bar of loaded/played */
.audioplayer-bar {
  height: 3px;
  /* 14 */
  background-color: #ddd;
  cursor: pointer;
  z-index: 1;
  top: 50%;
  right: 7em;
  left: 7em;
  /* 110 */
  margin-top: -0.1em;
  /* 7 */ }

.audioplayer-novolume .audioplayer-bar {
  right: 4.375em;
  /* 70 */ }

.audioplayer-bar div {
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; }

.audioplayer-bar-loaded {
  background-color: #a6b8ca;
  z-index: 1; }

.audioplayer-bar-played {
  background: #0F4780;
  z-index: 2; }
  .audioplayer-bar-played:after {
    content: '';
    right: -2px;
    top: -4px;
    width: 10px;
    height: 10px;
    display: block;
    background: #0F4780;
    border-radius: 5px;
    position: absolute; }

/* volume button */
.audioplayer-volume {
  line-height: 2.8;
  text-align: center;
  font-size: .7rem;
  height: 100%;
  cursor: pointer;
  z-index: 2;
  top: 5px;
  right: 0; }
  .audioplayer-volume a {
    color: #0F4780;
    border: 1px solid #0F4780;
    padding: 2px 5px 2px;
    border-radius: 3px;
    position: relative; }
    @media (max-width: 768px) {
      .audioplayer-volume a {
        top: 2px; } }
    .audioplayer-volume a:hover {
      opacity: .7; }

.audioplayer-volume-button {
  width: 100%;
  height: 100%; }
  .audioplayer-volume-button a {
    width: 0.313em;
    /* 5 */
    height: 0.375em;
    /* 6 */
    background-color: #fff;
    display: block;
    position: relative;
    z-index: 1;
    top: 40%;
    left: 35%; }
    .audioplayer-volume-button a:before, .audioplayer-volume-button a:after {
      content: '';
      position: absolute; }
    .audioplayer-volume-button a:before {
      width: 0;
      height: 0;
      border: 0.5em solid transparent;
      /* 8 */
      border-left: none;
      border-right-color: #fff;
      z-index: 2;
      top: 50%;
      right: -0.25em;
      margin-top: -0.5em;
      /* 8 */ }

.audioplayer:not(.audioplayer-muted) .audioplayer-volume-button a:after {
  /* "volume" icon by Nicolas Gallagher, http://nicolasgallagher.com/pure-css-gui-icons */
  width: 0.313em;
  /* 5 */
  height: 0.313em;
  /* 5 */
  border: 0.25em double #fff;
  /* 4 */
  border-width: 0.25em 0.25em 0 0;
  /* 4 */
  left: 0.563em;
  /* 9 */
  top: -0.063em;
  /* 1 */
  /* 15 */
  /* 15 */
  border-radius: 0 0.938em 0 0;
  /* 15 */
  transform: rotate(45deg); }

/* volume dropdown */
.audioplayer-volume-adjust {
  height: 6.25em;
  /* 100 */
  cursor: default;
  position: absolute;
  left: 0;
  right: -1px;
  top: -9999px; }

.audioplayer-volume:not(:hover) .audioplayer-volume-adjust {
  opacity: 0; }

.audioplayer-volume:hover .audioplayer-volume-adjust {
  top: auto;
  bottom: 100%; }

.audioplayer-volume-adjust > div {
  width: 40%;
  height: 80%;
  background-color: #222;
  cursor: pointer;
  position: relative;
  z-index: 1;
  margin: 30% auto 0; }

.audioplayer-volume-adjust div div {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #007fd1; }

.audioplayer-novolume .audioplayer-volume {
  display: none; }

/* CSS3 decorations */
.audioplayer {
  /* 20 */ }

.audioplayer-bar-played {
  background: #0F4780; }

.audioplayer-volume-adjust div div {
  background: -ms-radial-gradient(bottom, #007fd1, #c600ff);
  background: linear-gradient(to top, #007fd1, #c600ff); }

.audioplayer-bar {
  border-radius: 4px; }
  .audioplayer-bar div {
    border-radius: 4px; }

.audioplayer-volume-adjust div {
  border-radius: 4px; }

.audioplayer-volume-adjust {
  -webkit-border-top-left-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  -moz-border-radius-topleft: 2px;
  -moz-border-radius-topright: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px; }

.audioplayer * {
  transition: color .25s ease, background-color .25s ease, opacity .5s ease; }
  .audioplayer *:before, .audioplayer *:after {
    transition: color .25s ease, background-color .25s ease, opacity .5s ease; }

#swpm-editprofile-form table tr.swpm-profile-phone-row, #swpm-editprofile-form table tr.swpm-profile-street-row, #swpm-editprofile-form table tr.swpm-profile-city-row, #swpm-editprofile-form table tr.swpm-profile-state-row, #swpm-editprofile-form table tr.swpm-profile-zipcode-row, #swpm-editprofile-form table tr.swpm-profile-country-row, #swpm-editprofile-form table tr.swpm-profile-company-row {
  display: none; }

.p-bottom-menu {
  display: flex;
  justify-content: space-around;
  padding: 7px 0 5px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  position: fixed;
  max-width: 600px;
  width: 100%;
  bottom: 0;
  border-top: 2px solid #ccc;
  background-color: rgba(255, 255, 255, 0.97);
  z-index: 101; }
  .p-bottom-menu > .-item {
    cursor: pointer; }
    .p-bottom-menu > .-item > .-wrap-icon {
      height: 25px;
      display: flex;
      justify-content: center;
      align-items: center; }
      .p-bottom-menu > .-item > .-wrap-icon > .-icon {
        max-width: 18px;
        width: 100%;
        height: auto; }
    .p-bottom-menu > .-item > .-txt {
      display: block;
      text-align: center;
      font-size: 12px; }
      .p-bottom-menu > .-item > .-txt.-red {
        color: #9b2335; }

.entry-content {
  margin-top: 40px; }
  .entry-content h1 {
    font-size: 1.4rem;
    margin-bottom: 1em;
    margin-top: 2em; }
  .entry-content h2 {
    font-size: 1.5rem; }
  .entry-content h3 {
    position: relative;
    overflow: hidden;
    padding: .3em;
    line-height: 1.6; }
    .entry-content h3:before, .entry-content h3:after {
      content: "";
      position: absolute;
      bottom: 0; }
    .entry-content h3:before {
      border-bottom: 4px solid #a54352;
      width: 100%; }
    .entry-content h3:after {
      border-bottom: 4px solid #f0e2e4;
      width: 100%; }

.pagination {
  margin-top: 30px;
  margin-bottom: 0; }
  .pagination .nav-links {
    text-align: right; }
    .pagination .nav-links .page-numbers {
      display: inline-block;
      padding: 4px 12px;
      margin-right: 5px;
      margin-bottom: 10px;
      font-size: 12px; }
      .pagination .nav-links .page-numbers.dots {
        padding-left: 0;
        padding-right: 0; }
      .pagination .nav-links .page-numbers.current {
        background-color: #0F4780;
        color: #fff; }
    .pagination .nav-links > ul {
      margin: 0 !important;
      padding: 0 !important; }
      .pagination .nav-links > ul li {
        display: inline-block;
        margin: 0; }

.body_login .pagination .nav-links .page-numbers.current {
  background-color: #9b2335; }

h2 + .pagination {
  margin-top: 0; }

#swpm-registration-form .swpm-registration-membership-level-row {
  display: none; }

#swpm_message {
  position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem; }
  #swpm_message ul {
    margin: 0 0 0 25px; }
  #swpm_message.swpm_error {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb; }

.swpm-payment-button {
  margin-bottom: 30px; }
  .swpm-payment-button .stripe-button-el {
    max-width: 450px;
    margin: 0 auto;
    display: block;
    transition-duration: 300ms; }
    .swpm-payment-button .stripe-button-el:hover {
      opacity: .8;
      transform: translate(0, 3px); }
  .swpm-payment-button .swpm-button-wrapper input[type="image"] {
    width: 100% !important;
    background: none;
    box-shadow: none; }
/*# sourceMappingURL=maps/style.css.map */
