/* reset */
.id-header *, .id-content *, .id-footer * {
    font-weight: inherit;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
.id-header ul, .id-header li, .id-content ul, .id-content li .id-footer ul, .id-footer li {
  list-style: none;
  line-height: 1;
}
.id-header blockquote, .id-header q {
  quotes: none;
}
.id-header a, .id-content a, .id-footer a {
  color: inherit;
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}
.id-header input, .id-header select {
  vertical-align: middle;
}
.id-header input {
  -webkit-appearance: none;
  border-radius: 0;
}
.id-header input, .id-header textarea, .id-header select {
  border: none;
  -webkit-appearance: none;
  border-radius: 0;
  background: none;
  margin: 0;
}
.id-header input[type="checkbox"], .id-header input[type="radio"] {
  display: none;
  position: absolute;
}
.id-header button {
  background: none;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  line-height: 1;
}
.id-header svg, .id-header path, .id-header g, .id-header polygon {
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
}
.id-header svg {
  margin: 0;
  padding: 0;
  vertical-align: top;
}
.id-header *:focus {
  outline: none;
}
.id-header address {
  font-style: normal;
}
.id-header img {
    max-width: 100%;
    height: auto;
}

/* body */
.id-body {
    color: #343B3B;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 游ゴシック, "Yu Gothic", 游ゴシック体, YuGothic, Osaka, メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, sans-serif;
}
html[lang="ja"] .id-body .entry-content > p {
  margin-bottom: 0;
  margin-top: 1em;
  line-height: 1.75;
}
.id-inner {
    width: 91.11111%;
    max-width: 1020px;
    margin-left: auto;
    margin-right: auto;
}

/* id-header */
.id-header {
  margin-bottom: 24px;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.15);
}
.id-header_ttl {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #707981;
    font-size: 10px;
}
.id-header_main {
  padding-bottom: 16px;
}
.id-header_inner {
  position: relative;
}
.id-header_logo {
  height: 36px;
}
.id-header_logo-link {
  display: flex;
  align-items: center;
  height: 100%;
}
.id-header_ttl-name {
    font-weight: bold;
    font-style: italic;
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', 'Times New Roman', Times, serif;
}
.id-header_ttl-name {
    font-size: 48px;
}
.id-gnav {
  display: none;
  padding-top: 40px;
  padding-bottom: 16px;
}
.id-gnav.is-open {
  display: block;
}
.id-gnav_item:not(:first-child) {
  margin-top: 16px;
}
.id-gnav_item.id-gnav_item--btn {
  margin-top: 12px;
}
.id-header .id-gnav_link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 24px;
}
.id-header .id-gnav_link-btn {
  max-width: 200px;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 20px;
  color: #fff;
  opacity: 1;
  transition: 0.2s;
}
.id-header .id-gnav_link--login,
.id-header .id-gnav_link--logout {
  background-color: #0A3E70;
}
.id-header .id-gnav_link--regist,
.id-header .id-gnav_link--mypage {
  background-color: #d87805;
}
.id-gnav_link-btn:hover {
  opacity: 0.75;
}
.id-gnav_txt {
  font-size: 13px;
  font-weight: bold;
}
.id-menu-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
}
.id-menu-btn:hover {
  background: none;
}
.id-menu-btn_txt {
  display: block;
  color: #0A3E70;
  font-size: 10px;
  font-weight: bold;
}
.id-menu-btn_bar {
  display: block;
  position: relative;
  width: 40px;
  height: 26px;
}
.id-menu-btn_bar::before,
.id-menu-btn_bar::after {
  position: absolute;
  left: 0;
  right: 0;
  width: 28px;
  height: 2px;
  margin: auto;
  border-radius: 1px;
  background-color: #0A3E70;
  content: '';
  transition: 0.2s;
}
.id-menu-btn_bar::before {
  top: 8px;
  transform: rotate(0);
}
.id-menu-btn_bar::after {
  bottom: 8px;
  transform: rotate(0);
}
.is-active .id-menu-btn_bar::before {
  top: 12px;
  transform: rotate(210deg);
}
.is-active .id-menu-btn_bar::after {
  bottom: 12px;
  transform: rotate(-210deg);
}
.id-fixed-btn {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99;
  width: 100%;
}
.id-fixed-btn_list {
  display: flex;
  width: 100%;
}
.id-fixed-btn_item {
  width: 50%;
}
.id-header .id-fixed-btn_link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 8px;
  padding-right: 8px;
  color: #fff;
  line-height: 1;
  height: 48px;
}
.id-header .id-fixed-btn_link--login,
.id-header .id-fixed-btn_link--logout {
  background-color: #0A3E70;
}
.id-header .id-fixed-btn_link--regist,
.id-header .id-fixed-btn_link--mypage {
  background-color: #d87805;
}
.id-fixed-btn_txt {
  font-size: 14px;
  font-weight: bold;
}

/* id-content */
.id-content {
  padding-top: 32px;
  padding-bottom: 32px;
}
.id-service_ttl {
  margin-bottom: 24px;
  padding-top: 24px;
  padding-bottom: 24px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}
.id-service_item:not(:first-child) {
  margin-top: 16px;
}
.id-service_link {
  display: block;
}
.id-service_logo {
  margin-bottom: 8px;
  padding-top: 48px;
  padding-right: 16px;
  padding-left: 16px;
  padding-bottom: 24px;
  text-align: center;
}
.id-service_text {
  padding: 0 16px 24px;
}
.id-content .id-service_name {
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  text-decoration: underline;
}
.id-content .id-service_desc {
  font-size: 14px;
  line-height: 1.75;
}
.id-service_link:hover .id-service_logo-img {
  opacity: 0.75;
}
.id-service_link:hover .id-service_name {
  text-decoration: none;
}

/* id-footer */
.id-footer {
  padding-top: 40px;
}
.id-footer_top {
  padding-top: 24px;
  padding-bottom: 32px;
  background-color: #f2f2f2;
}
.id-fnav_list {
  display: flex;
  flex-wrap: wrap;
}
.id-fnav_item {
  margin-right: 24px;
}
.id-footer .id-fnav_link {
  display: block;
  padding-top: 8px;
  padding-bottom: 8px;
}
.id-fnav_txt {
  font-size: 12px;
  font-weight: bold;
}
.id-footer_btm {
  padding-bottom: 48px;
}
.id-footer_btm_inner {
  display: flex;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 24px;
}
.id-footer_logo {
  margin-right: auto;
}
.id-footer_copyright {
  color: #707981;
  font-size: 11px;
}

/* id-plan */
.id-plan ul {
  list-style: none;
  padding: 0;
}
.id-plan_name {
  margin: 0;
}
.id-plan_price p {
  margin: 0;
}
.id-plan_desc-txt {
  font-size: 14px;
  line-height: 1.5 !important;
}
.id-plan_desc-txt span {
  font-size: 110%;
  font-weight: bold;
  text-decoration: underline;
}
.id-plan_content {
  margin-top: 40px;
}
.id-plan h2 {
  padding: 12px 12px !important;
  border-left: none !important;
  border-radius: 4px;
  color: #fff !important;
}
.kab-plan h2 {
  background-color: #40D0B6;
}
.nsj-plan h2 {
  background-color: #002d5d;
}
.id-plan_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 32px;
}
.id-plan_item {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  width: 100%;
  max-width: 280px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}
.id-plan_item {
  margin-top: 24px;
}
.id-plan_header {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 12px 16px;
}
.kab-plan .id-plan_header {
  background-color: #40D0B6;
}
.nsj-plan .id-plan_header {
  background-color: #002d5d;
}
.id-plan_name {
  color: #fff;
  font-size: 16px;
  text-align: center;
}
.id-plan_main {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 24px 16px 20px;
}
.id-plan_item-lead {
  margin: 0;
  margin-bottom: 8px;
  font-size: 12px;
  text-align: center;
}
.id-plan_price {
  display: flex;
  align-items: baseline;
  justify-content: center;
  font-weight: bold;
}
.id-plan_price-unit {
  font-size: 24px;
}
.id-plan_price-num {
  font-size: 32px;
}
.nsj-plan .id-plan_price-num {
  letter-spacing: -0.04em;
}
.id-plan_price-per {
  font-size: 14px;
}
.id-plan_item-note {
  margin: 0;
  margin-top: 8px;
  font-size: 11px;
  text-align: center;
}
.id-plan_item-note span {
  color: #D08840;
  font-weight: bold;
}
.id-plan_button {
  padding: 0 16px 20px;
}
.id-plan .stripe-button-el {/* RESET stripe-button */
  background-color: #D08840;
  background-image: none;
  box-shadow: none;
}
.id-plan .stripe-button-el span {
  padding: 0;
  height: auto;
  line-height: 1;
  background: transparent;
  background-image: none;
  box-shadow: none;
  text-shadow: none;
  border-radius: 0;
}
.id-plan .stripe-button-el,/* STYLE stripe-button */
.id-plan_link {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 224px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 32px;
  border-radius: 28px;
  height: 56px;
}
.id-plan .stripe-button-el {
  background-color: #D08840;
}
.id-plan_link {
  background-color: #D08840;
}
.id-plan .stripe-button-el span {
  font-size: 16px;
}
.id-plan_link {
  text-decoration: none !important;
}
.id-plan_button-txt {
  color: #FFF;
  font-size: 16px;
  font-weight: bold;
}
.id-plan .stripe-button-el:hover,
.id-plan_link:hover {
  opacity: 0.75;
}
.id-plan_notebox {
  margin-bottom: 40px;
  padding: 16px !important;
  border-radius: 4px;
}
.kab-plan .id-plan_notebox {
  background-color: #E5F8F5;
}
.nsj-plan .id-plan_notebox {
  background-color: #ECF3FC;
}
.id-plan_notebox-ttl {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 13px;
  font-weight: bold;
}
.kab-plan .id-plan_notebox-ttl {
  color: #17C4BB;
}
.nsj-plan .id-plan_notebox-ttl {
  color: #002d5d; 
}
.id-plan_notes {
  margin: 0;
}
.id-plan_note {
  position: relative;
  margin-top: 0.5em;
  padding-left: 1em;
  font-size: 11px;
  line-height: 1.5 !important;
}
.id-plan_note::before {
  position: absolute;
  top: 0.15em;
  left: 0;
  font-size: 0.8em;
  content: '●';
}
@media (min-width: 580px) {
  .id-plan_list {
    flex-wrap: wrap;
    justify-content: flex-start;
    width: calc(100% + 20px);
  }
  .id-plan_item {
    max-width: 240px;
    margin-right: 20px;
  }
}
@media (min-width: 768px) {
  .id-header {
    margin-bottom: 48px;
    border-bottom: 1px solid #eee;
    padding-bottom: 24px;
    box-shadow: none;
  }
  .id-header_main {
    padding-bottom: 0;
  }
  .id-header_inner {
    display: flex;
    align-items: center;
  }
  .id-header_ttl {
    padding-top: 16px;
  }
  .id-header_logo {
    height: 40px;
  }
  .id-header_logo-img {
    width: 176px;
  }
  .id-gnav {
    display: block;
    margin-left: auto;
    padding-top: 0;
    padding-bottom: 0;
  }
  .id-gnav_list {
    display: flex;
    align-items: center;
  }
  .id-gnav_item {
    margin-top: 0;
  }
  .id-gnav_item:not(:first-child) {
    margin-top: 0;
    margin-left: 32px;
  }
  .id-gnav_item.id-gnav_item--btn {
    margin-left: 24px;
  }
  .id-menu-btn {
    display: none;
  }
  .id-fixed-btn {
    display: none;
  }
  .id-content {
    margin-top: 40px;
  }
  .id-service_list {
    margin-top: 40px;
  }
  .id-service_link {
    display: flex;
  }
  .id-service_logo {
    flex-shrink: 0;
    margin-right: 56px;
    padding-top: 24px;
    padding-right: 0;
    padding-left: 0;
  }
  .id-service_text {
    padding: 0;
  }
  .id-footer {
    padding-top: 80px;
  }
  .id-footer_btm {
    padding-bottom: 0;
  }
  .id-plan_notebox {
    margin-bottom: 64px;
  }
}

/* add */
.swpm-login-widget-logged.mypage .mypage_menu .menu_list li {
  min-width: 224px;
  list-style: none;
}