@charset "UTF-8";
/***** Base *****/
* {
  box-sizing: border-box;
}

html {
  scroll-padding-top: 70px; /* リンククリック時にヘッダの高さ分ずらす */
  scroll-behavior: smooth;
}

body {
  background-color: rgb(255, 255, 255);
  color: rgb(37, 37, 37);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}

@media (min-width: 1024px) {
  body > main {
    min-height: 65vh;
  }
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  margin-top: 0;
}

h1 {
  font-size: 32px;
}

h2 {
  font-size: 22px;
}

h3 {
  font-size: 18px;
  font-weight: 600;
}

h4 {
  font-size: 16px;
}

a {
  color: #3D6DAC;
  text-decoration: none;
}

a:hover, a:active, a:focus {
  color: #355f95;
  text-decoration: underline;
}

input,
textarea {
  color: #000;
  font-size: 14px;
}

input {
  font-weight: 300;
  max-width: 100%;
  box-sizing: border-box;
  outline: none;
  transition: border 0.12s ease-in-out;
}

input:focus {
  border: 1px solid rgb(69, 117, 180);
}

input[disabled] {
  background-color: #ddd;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url("/hc/theming_assets/01JZ0GAWRRKCHQVH92X94X828S") no-repeat #fff;
  background-position: right 10px center;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 8px 30px 8px 10px;
  outline: none;
  color: #555;
  width: 100%;
}

select:focus {
  border: 1px solid rgb(69, 117, 180);
}

select::-ms-expand {
  display: none;
}

textarea {
  border: 1px solid #ddd;
  border-radius: 2px;
  resize: vertical;
  width: 100%;
  outline: none;
  padding: 10px;
}

textarea:focus {
  border: 1px solid rgb(69, 117, 180);
}

.container {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 5%;
}

@media (min-width: 1152px) {
  .container {
    padding: 0;
    width: 90%;
  }
}
div.article-whole-container {
  padding: 0 16px;
}

.container-divider {
  margin-bottom: 12px;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.error-page {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 5%;
}

@media (min-width: 1160px) {
  .error-page {
    padding: 0;
    width: 90%;
  }
}
.dropdown-toggle::after {
  color: inherit;
}

/***** Buttons *****/
.button, [role=button] {
  border: 1px solid rgb(69, 117, 180);
  border-radius: 4px;
  color: rgb(61, 109, 172);
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  line-height: 2.34;
  margin: 0;
  padding: 0 20px;
  text-align: center;
  transition: background-color 0.12s ease-in-out, border-color 0.12s ease-in-out, color 0.15s ease-in-out;
  user-select: none;
  white-space: nowrap;
  width: 100%;
  -webkit-touch-callout: none;
}

@media (min-width: 768px) {
  .button, [role=button] {
    width: auto;
  }
}
.button::after, [role=button]::after {
  color: rgb(69, 117, 180);
}

.button:hover, .button:active, .button:focus, .button[aria-selected=true], [role=button]:hover, [role=button]:active, [role=button]:focus, [role=button][aria-selected=true] {
  background-color: rgb(69, 117, 180);
  color: #ffffff;
  text-decoration: none;
}

.button[aria-selected=true]:hover, .button[aria-selected=true]:focus, .button[aria-selected=true]:active, [role=button][aria-selected=true]:hover, [role=button][aria-selected=true]:focus, [role=button][aria-selected=true]:active {
  background-color: rgb(40.734939759, 69.0722891566, 106.265060241);
  border-color: rgb(40.734939759, 69.0722891566, 106.265060241);
}

.button[data-disabled], [role=button][data-disabled] {
  cursor: default;
}

.button-large, input[type=submit] {
  background-color: rgb(69, 117, 180);
  border: 0;
  border-radius: 4px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 2.72;
  min-width: 190px;
  padding: 0 1.9286em;
  width: 100%;
}

@media (min-width: 768px) {
  .button-large, input[type=submit] {
    width: auto;
  }
}
.button-large:hover, .button-large:active, .button-large:focus, input[type=submit]:hover, input[type=submit]:active, input[type=submit]:focus {
  background-color: rgb(40.734939759, 69.0722891566, 106.265060241);
}

.button-large[disabled], input[type=submit][disabled] {
  background-color: #ddd;
}

.button-secondary {
  color: #585858;
  border: 1px solid #ddd;
  background-color: transparent;
}

.button-secondary:hover, .button-secondary:focus, .button-secondary:active {
  color: rgb(37, 37, 37);
  border: 1px solid #ddd;
  background-color: rgb(247.35, 247.35, 247.35);
}

/***** Tables *****/
.table {
  width: 100%;
  table-layout: fixed;
}

@media (min-width: 768px) {
  .table {
    table-layout: auto;
  }
}
.table th,
.table th a {
  color: #585858;
  font-size: 13px;
  font-weight: 300;
  text-align: left;
}

[dir=rtl] .table th, [dir=rtl] .table th a {
  text-align: right;
}

.table tr {
  border-bottom: 1px solid #ddd;
  display: block;
  padding: 20px 0;
}

@media (min-width: 768px) {
  .table tr {
    display: table-row;
  }
}
.table td {
  display: block;
}

@media (min-width: 768px) {
  .table td {
    display: table-cell;
  }
}
@media (min-width: 1024px) {
  .table td, .table th {
    padding: 20px 30px;
  }
}
@media (min-width: 768px) {
  .table td, .table th {
    padding: 10px 20px;
    height: 60px;
  }
}
table {
  border-collapse: collapse;
  text-align: left;
  width: 100%;
}

td, th {
  border-color: #eeeeee;
  border-style: solid;
  padding: 20px;
  color: #333333;
  border: 1px solid #dddddd;
}

th {
  font-size: 13px;
  font-weight: normal;
  white-space: nowrap;
  text-align: center;
  font-weight: bold;
  background-color: #f0f0f0;
}

td p,
th p {
  margin: 0;
}

/***** Forms *****/
.form {
  max-width: 650px;
}

.form-field ~ .form-field {
  margin-top: 25px;
}

.form-field label {
  display: block;
  font-size: 13px;
  margin-bottom: 5px;
}

.form-field input {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 10px;
  width: 100%;
}

.form-field input:focus {
  border: 1px solid rgb(69, 117, 180);
}

.form-field input[type=text] {
  border: 1px solid #ddd;
  border-radius: 4px;
}

.form-field input[type=text]:focus {
  border: 1px solid rgb(69, 117, 180);
}

.form-field input[type=checkbox] {
  width: auto;
}

.form-field .nesty-input {
  border-radius: 4px;
  height: 40px;
  line-height: 40px;
  outline: none;
  vertical-align: middle;
}

.form-field .nesty-input:focus {
  border: 1px solid rgb(69, 117, 180);
  text-decoration: none;
}

.form-field textarea {
  vertical-align: middle;
}

.form-field input[type=checkbox] + label {
  margin: 0 0 0 10px;
}

.form-field.required > label::after {
  content: "*";
  color: #f00;
  margin-left: 2px;
}

.form-field p {
  color: #585858;
  font-size: 12px;
  margin: 5px 0;
}

[data-loading=true] input,
[data-loading=true] textarea {
  background: transparent url("/hc/theming_assets/01J3PSCCVW2ZQ2B46D21N2646M") 99% 50% no-repeat;
  background-size: 16px 16px;
}

.form footer {
  margin-top: 40px;
  padding-top: 30px;
}

.form footer a {
  color: #585858;
  cursor: pointer;
  margin-right: 15px;
}

.form .suggestion-list {
  font-size: 13px;
  margin-top: 30px;
}

.form .suggestion-list label {
  border-bottom: 1px solid #ddd;
  display: block;
  padding-bottom: 5px;
}

.form .suggestion-list li {
  padding: 10px 0;
}

/***** Header *****/
.header-container {
  padding: 0 5% 0 5%;
  margin: 0 auto;
  max-width: 1160px;
}

@media (min-width: 1152px) {
  .header-container {
    padding: 0;
    width: 90%;
  }
}
.header-main {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}

@media (max-width: 1151px) {
  .header-main {
    justify-content: flex-start;
  }
}
@media (min-width: 1152px) {
  .header-main {
    justify-content: space-between;
  }
}
@media (max-width: 1151px) {
  .header-main .search-box {
    width: calc(100% - 54px);
  }
}
@media (min-width: 1152px) {
  .header-main .search-box {
    width: unset;
    margin-left: auto;
  }
  .header-main .search-box input[name=query] {
    width: 310px;
  }
}
.header-logos {
  margin-right: 30px;
  white-space: nowrap;
}

.header-init {
  margin-top: -200px;
}

.header {
  border: 1px solid #e3e3e3;
  display: block;
  width: 100%;
  top: 0;
  z-index: 3000;
  background: #fff;
}

@media (max-width: 1151px) {
  .header {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (min-width: 1152px) {
  .header {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.scroll-header {
  transition: all 0.3s ease-in-out;
  position: fixed;
}

@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.show-animation {
  animation: show 0.3s ease-in-out 0s;
}

.header-animation {
  animation: show 0.3s ease-in-out 0s;
}

.logo,
.logo > a,
.logo img {
  display: inline-block;
  height: 40px; /* ロゴサイズ */
}

@media (min-width: 1152px) {
  .logo,
  .logo > a,
  .logo img {
    height: 35px; /* ロゴサイズ */
  }
}
.logo {
  vertical-align: middle;
}

.header-title {
  display: inline-block;
  margin: 0;
  font-size: 20px;
  font-weight: bold;
}

.header-buttons {
  margin-left: auto;
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  .header-buttons {
    margin-bottom: 0;
  }
}
.header-buttons .login,
.header-buttons .header-signup {
  display: inline-block;
  margin: 0;
  width: 145px;
  font-size: 14px;
  line-height: 2.34;
  border-radius: 4px;
  cursor: pointer;
  text-align: center;
  transition: background-color 0.12s ease-in-out, border-color 0.12s ease-in-out, color 0.15s ease-in-out;
  white-space: nowrap;
  text-decoration: none;
}

.header-buttons .header-signup {
  color: #FFF;
  background-color: #4575b4;
  border: 1px solid #4575b4;
  font-weight: bold;
}

.header-buttons .login:not(:hover) {
  color: #3D6DAC;
}

.header-buttons .header-signup:hover {
  background-color: #345888;
}

.header-search input[type=submit] {
  display: none;
}

@media (min-width: 768px) {
  .header-search .search input[type=search] {
    height: 50px;
    font-size: 18px;
  }
}
/***** User info in header *****/
.user-info {
  display: inline-block;
}

.user-info .dropdown-toggle::after {
  display: none;
}

@media (min-width: 768px) {
  .user-info .dropdown-toggle::after {
    display: inline-block;
  }
}
.user-info > [role=button] {
  border: 0;
  color: rgb(61, 109, 172);
  min-width: 0;
  padding: 0;
  white-space: nowrap;
}

.user-info > [role=button]:hover {
  color: rgb(61, 109, 172);
  background-color: transparent;
}

.user-info > [role=button]::after {
  color: rgb(61, 109, 172);
  padding-right: 15px;
}

[dir=rtl] .user-info > [role=button]::after {
  padding-left: 15px;
  padding-right: 0;
}

#user #user-name {
  display: none;
  font-size: 14px;
}

@media (min-width: 768px) {
  #user #user-name {
    display: inline-block;
  }
}
#user #user-name:hover {
  text-decoration: underline;
}

/***** User avatar *****/
.user-avatar {
  height: 25px;
  width: 25px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}

.avatar {
  display: inline-block;
  position: relative;
}

.avatar img {
  height: 40px;
  width: 40px;
}

.avatar .icon-agent::before {
  background-color: rgb(69, 117, 180);
  border: 2px solid #fff;
  border-radius: 50%;
  bottom: -4px;
  color: #ffffff;
  content: "👤";
  font-size: 14px;
  height: 14px;
  line-height: 14px;
  position: absolute;
  right: -2px;
  text-align: center;
  width: 14px;
}

/***** Footer *****/
.footer {
  background-color: #F6F3F4;
  border-top: 1px solid #ddd;
  padding: 70px 0;
}

.footer h4, .footer a {
  color: #2D2D2D;
}

.footer-inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 60px;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
}

@media (min-width: 1160px) {
  .footer-inner {
    width: 90%;
  }
}
@media (max-width: 767px) {
  .footer-column-logo-left {
    display: none;
  }
  .footer-column-logo-down {
    display: flex;
  }
  .footer-divider {
    display: block;
  }
}
@media (min-width: 768px) {
  .footer-column-logo-left {
    display: flex;
  }
  .footer-column-logo-down {
    display: none;
  }
  .footer-divider {
    display: block;
  }
}
@media (min-width: 1152px) {
  .footer-divider {
    display: flex;
  }
  .footer-divider ul {
    margin-right: 30px;
  }
}
.footer-column-logo {
  align-items: center;
  justify-content: start;
  flex-direction: column;
  flex-wrap: wrap;
}

.footer-column {
  margin-bottom: 16px;
}

.footer-column-space {
  margin-right: 50px;
}

.footer-subTitle {
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 16px;
}

.footer-links {
  line-height: 2;
}

.footer-row {
  justify-content: flex-start;
}

.footer-copyright {
  margin-top: 9px;
  text-align: left;
  color: #6F6B62;
  font-size: 12px;
}

/***** Breadcrumbs *****/
.breadcrumbs {
  margin: 0;
  padding: 0;
}

.breadcrumbs a {
  color: #285ac8;
  font-size: 14px;
  text-decoration: underline;
}

.breadcrumbs a:hover, a:active, a:focus {
  color: #355f95;
}

.breadcrumbs li {
  color: #585858;
  display: inline;
  font-weight: 300;
  font-size: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  display: inline-block;
}

.breadcrumbs li:nth-child(n+2) {
  padding-left: 30px;
}

.breadcrumbs li + li::before {
  margin: 0 6px;
  content: "";
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #323232;
  border-right: solid 2px #323232;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -4px;
}

/***** Search field *****/
.search {
  position: relative;
}

.search input[type=search] {
  border: 1px solid #ddd;
  border-radius: 6px;
  box-sizing: border-box;
  color: #555;
  height: 40px;
  padding-left: 40px;
  padding-right: 20px;
  -webkit-appearance: searchfield;
  width: 100%;
}

.algolia-search input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  cursor: pointer;
  background-image: url("/hc/theming_assets/01J3PSCC6GX8CJS856NBJ8ZAYY");
  background-repeat: no-repeat;
  background-size: cover;
  padding-right: 0px;
  width: 20px;
  height: 20px;
}

[dir=rtl] .search input[type=search] {
  padding-right: 40px;
  padding-left: 20px;
}

.search input[type=search]:focus {
  border: 1px solid rgb(69, 117, 180);
  color: #555;
}

.search::before {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  color: #285ac8;
  content: "🔍";
  font-size: 18px;
  position: absolute;
  left: 15px;
}

.gray-search::before {
  color: #e9e7e7;
}

.search input::placeholder {
  color: #73a5ff;
}

[dir=rtl] .search::before {
  right: 15px;
  left: auto;
}

.search-full input[type=search] {
  border: 1px solid #2864f0;
}

/***** Hero component *****/
.hero {
  background-image: url(rgb(255, 255, 255));
  background-position: center;
  background-size: cover;
  height: 300px;
  padding: 0 20px;
  text-align: center;
  width: 100%;
}

.hero-inner {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  max-width: 610px;
  margin: 0 auto;
}

.page-header {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (min-width: 768px) {
  .page-header {
    align-items: baseline;
    flex-direction: row;
    margin: 0;
  }
}
.page-header .section-subscribe {
  flex-shrink: 0;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .page-header .section-subscribe {
    margin-bottom: 0;
  }
}
.page-header h1 {
  flex-grow: 1;
  margin: 32px 0;
  font-size: 32px;
  color: #1e1e1e;
  font-weight: 600;
}

@media (max-width: 767px) {
  .page-header h1 {
    font-size: 24px;
  }
}
.page-header-description {
  font-style: italic;
  font-weight: 300;
  margin: 0 0 30px 0;
  word-break: break-word;
}

@media (min-width: 1024px) {
  .page-header-description {
    flex-basis: 100%;
  }
}
.page-header .icon-lock::before {
  content: "🔒";
  font-size: 20px;
  position: relative;
  left: -5px;
  vertical-align: baseline;
}

.sub-nav {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  .sub-nav {
    align-items: baseline;
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  .sub-nav input[type=search] {
    min-width: 300px;
  }
}
.sub-nav input[type=search]::after {
  font-size: 15px;
}

/***** Blocks *****/
/* Used in Homepage#categories and Community#topics */
.blocks-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  list-style: none;
  padding: 0;
}

@media (min-width: 768px) {
  .blocks-list {
    margin: 0 -15px;
  }
}
.blocks-item {
  border: 1px solid rgb(69, 117, 180);
  border-radius: 4px;
  box-sizing: border-box;
  color: rgb(69, 117, 180);
  display: flex;
  flex: 1 0 340px;
  flex-direction: column;
  justify-content: center;
  margin: 0 0 30px;
  max-width: 100%;
  text-align: center;
}

@media (min-width: 768px) {
  .blocks-item {
    margin: 0 15px 30px;
  }
}
.blocks-item:hover, .blocks-item:focus, .blocks-item:active {
  background-color: rgb(69, 117, 180);
}

.blocks-item:hover *, .blocks-item:focus *, .blocks-item:active * {
  color: #ffffff;
  text-decoration: none;
}

.blocks-item-internal {
  background-color: transparent;
  border: 1px solid #ddd;
}

.blocks-item-internal .icon-lock::before {
  content: "🔒";
  font-size: 15px;
  bottom: 5px;
  position: relative;
}

.blocks-item-internal a {
  color: rgb(37, 37, 37);
}

.blocks-item-link {
  color: rgb(69, 117, 180);
  padding: 20px 30px;
}

.blocks-item-link:hover, .blocks-item-link:focus, .blocks-item-link:active {
  text-decoration: none;
}

.blocks-item-title {
  margin-bottom: 0;
}

.blocks-item-description {
  font-weight: 300;
  margin: 0;
}

.blocks-item-description:not(:empty) {
  margin-top: 10px;
}

/***** Homepage *****/
.section {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .section {
    margin-bottom: 40px;
  }
}
.section h2 {
  margin-bottom: 10px;
  padding-left: 0;
  font-weight: 600;
}

.home-sectionTitle {
  padding: 4px;
  font-size: 16px;
  background-color: #4575b4;
  color: #FFF;
  font-weight: bold;
  margin-bottom: 8px;
}

.home-sectionIcon {
  vertical-align: middle;
}

.home-categories {
  background-color: #ebf3ff;
}

@media (max-width: 767px) {
  .home-header {
    padding-top: 38px;
    background: white url("/hc/theming_assets/01J3PSCD76VSHKYS7SDKAE52PF") no-repeat center center;
    height: 240px;
  }
}
@media (min-width: 768px) {
  .home-header {
    padding-top: 79px;
    background: white url("/hc/theming_assets/01J3PSCBPR3NJHF98JQ4KQ2RRH") no-repeat center center;
    height: 300px;
  }
}
.home-header {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  background-size: cover;
  background-position-y: bottom;
}

@media (max-width: 767px) {
  .home-title {
    font-size: 24px;
    color: #2864f0;
    padding: 0;
    margin: 0;
    font-weight: bold;
    text-align: center;
  }
  .home-sub-title {
    font-size: 14px;
    color: #252525;
    padding: 8px 0;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .home-title {
    font-size: 32px;
    color: #2864f0;
    padding: 0;
    margin: 0;
    font-weight: bold;
  }
  .home-sub-title {
    font-size: 16px;
    color: #252525;
    padding: 15px 0;
  }
}
@media (min-width: 1152px) {
  .home-product-list {
    display: flex;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
  }
  .home-product-item {
    background-color: #ffffff;
    border-radius: 8px;
    border: 1px solid #e4e0d7;
    width: 170px;
  }
  .home-product-item:hover {
    background-color: #EEF2FE;
    text-decoration: none;
    box-shadow: 0px 5px 20px #c4cfe4;
  }
  .home-product-item-icon {
    display: block;
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
  }
  .home-product-item-title {
    position: relative;
  }
  .home-product-item-title h2 {
    font-size: 16px;
    color: #2864f0;
    text-align: center;
    position: absolute;
    padding: 0 10px;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    line-height: 20px;
    transform: translate(-50%, -50%);
    font-weight: 600;
  }
}
@media (max-width: 1151px) {
  .home-product-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .home-product-item {
    background-color: #ffffff;
    border-radius: 8px;
    border: 1px solid #e4e0d7;
    flex-basis: calc((100% - 20px) / 2);
    max-width: calc((100% - 20px) / 2);
    margin-bottom: 20px;
  }
  .home-product-item:hover {
    background-color: #EEF2FE;
    text-decoration: none;
    box-shadow: 0px 5px 20px #c4cfe4;
  }
  .home-product-item-icon {
    display: block;
    float: left;
  }
  .home-product-item-title {
    height: 47px;
  }
  .home-product-item-title h2 {
    font-size: 16px;
    color: #2864f0;
  }
}
.home-puzzle {
  position: relative;
}

@media (max-width: 767px) {
  .home-product-item {
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 10px;
  }
  .home-puzzle {
    height: 140px;
  }
  .home-puzzle img {
    height: 150px;
    top: 35px;
  }
}
@media (min-width: 768px) {
  .home-puzzle {
    height: 200px;
  }
  .home-puzzle img {
    height: 226px;
    top: 35px;
  }
}
.home-puzzle img {
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  margin-left: auto;
  margin-right: auto;
}

.home-search-by-keyword {
  margin-bottom: 70px;
}

@media (max-width: 767px) {
  .home-search-by-keyword h1 {
    margin: 50px 0px 10px;
    text-align: center;
    font-size: 24px;
    color: #2864f0;
    font-weight: bold;
  }
}
@media (min-width: 768px) {
  .home-search-by-keyword h1 {
    margin: 80px 0px 15px;
    text-align: center;
    font-size: 32px;
    color: #2864f0;
    font-weight: bold;
  }
}
@media (min-width: 768px) {
  .home-search-block {
    width: 450px;
  }
}
@media (max-width: 767px) {
  .home-search-block {
    width: 100%;
    padding: 0 5%;
  }
}
.home-search-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.home-extra-links-section {
  background-color: #ebf3ff;
}

.home-extra-links-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
}

.home-extra-links-item div {
  padding-top: 30px;
}

@media (max-width: 1151px) {
  .home-extra-links-item {
    flex-basis: calc((100% - 20px) / 2);
    max-width: calc((100% - 20px) / 2);
    height: 135px;
  }
  .home-extra-links-item:nth-child(n+3) {
    margin-top: 24px;
  }
  .home-extra-links-item div {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .home-extra-links-item {
    flex-basis: 100%;
    max-width: 100%;
    height: 95px;
  }
  .home-extra-links-item:nth-child(n+2) {
    margin-top: 24px;
  }
}
@media (min-width: 768px) {
  .home-extra-links-item {
    height: 135px;
  }
}
.home-extra-links-item {
  background-color: #ffffff;
  border-radius: 8px;
  border: 1px solid #e4e0d7;
  width: 320px;
  display: flex;
  position: relative;
}

.home-extra-links-item:hover {
  background-color: #f4f7fb;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0px 5px 20px #c4cfe4;
}

.home-extra-links-item img {
  width: 55px;
  height: 55px;
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.home-extra-links-item div {
  padding-left: 70px;
  padding-right: 20px;
}

.home-extra-links-item h2 {
  margin: 0;
  text-align: left;
  color: #2864f0;
  font-size: 18px;
  font-weight: 600;
}

.home-extra-links-item p {
  margin: 0;
  color: #252525;
  font-size: 14px;
}

.home-categoryEmpty {
  display: none;
}

.home-category {
  display: flex;
  align-items: center;
  padding: 0 4px;
  margin-bottom: 4px;
  border-radius: 4px;
  border: 1px solid #e4e0d7;
  transition-duration: 0.2s;
  transition-property: background-color;
}

.home-category:hover {
  background-color: #f4f7fb;
  text-decoration: none;
}

.home-categoryIcon {
  height: 70px;
  flex-shrink: 0;
}

.home-categoryName {
  margin-bottom: 0;
  color: #3d6dac;
  font-size: 16px;
}

.home-sitemap {
  margin-top: 16px;
}

.home-sitemap h3 {
  color: black;
  margin-top: 20px;
  font-size: 20.8px;
  border-bottom: 1px dashed #8288C3;
  padding: 3px 5px;
}

.home-sitemap h4 {
  color: black;
  margin-bottom: 8px;
  margin-top: 16px;
}

@media (min-width: 1152px) {
  .home-categoriesRow {
    display: flex;
  }
  .home-category,
  .home-categoryEmpty {
    display: block;
    padding: 20px 20px 30px;
    text-align: center;
    margin: 0 8px 8px 0;
    flex: 1 0 300px;
    height: 260px;
  }
  .home-category:last-child,
  .home-categoryEmpty:last-child {
    margin-right: 0;
  }
  .home-categoryIcon {
    height: 180px;
  }
  .home-categoryName {
    width: 100%;
    font-size: 24px;
  }
  .home-category-wide {
    height: 220px;
  }
  .home-category-wide .home-categoryIcon {
    display: inline-block;
    vertical-align: middle;
  }
  .home-category-wide .home-categoryName {
    display: inline-block;
    width: auto;
  }
}
/***** Promoted articles *****/
.promoted-articles {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

@media (min-width: 1024px) {
  .promoted-articles {
    flex-direction: row;
  }
}
.promoted-articles-item {
  flex: 1 0 auto;
}

@media (min-width: 1024px) {
  .promoted-articles-item {
    align-self: flex-end;
    flex: 0 0 auto;
    padding-right: 30px;
    width: 33%;
    /* Three columns on desktop */
  }
  [dir=rtl] .promoted-articles-item {
    padding: 0 0 0 30px;
  }
}
.promoted-articles-item:nth-child(3n) {
  padding-right: 0;
}

.promoted-articles-item a {
  border-bottom: 1px solid #ddd;
  color: rgb(37, 37, 37);
  display: block;
  padding: 15px 0;
}

.promoted-articles-item:last-child a {
  border: 0;
}

@media (min-width: 1024px) {
  .promoted-articles-item:last-child a {
    border-bottom: 1px solid #ddd;
  }
}
/***** Community section in homepage *****/
.community {
  text-align: center;
}

.community-image {
  min-height: 300px;
  background-image: url(rgb(255, 255, 255));
  background-position: center;
  background-repeat: no-repeat;
  max-width: 100%;
}

.community,
.activity {
  border-top: 1px solid #ddd;
  padding: 30px 0;
}

/***** Recent activity *****/
.recent-activity-header {
  margin-bottom: 10px;
  text-align: center;
}

.recent-activity-list {
  padding: 0;
}

.recent-activity-item {
  border-bottom: 1px solid #ddd;
  overflow: auto;
  padding: 20px 0;
}

.recent-activity-item-parent {
  font-size: 16px;
}

.recent-activity-item-parent, .recent-activity-item-link {
  margin: 6px 0;
  color: rgb(37, 37, 37);
  display: inline-block;
  width: 100%;
}

@media (min-width: 768px) {
  .recent-activity-item-parent, .recent-activity-item-link {
    width: 70%;
    margin: 0;
  }
}
.recent-activity-item-link {
  font-size: 14px;
  font-weight: 300;
}

.recent-activity-item-meta {
  margin: 15px 0 0 0;
  float: none;
}

@media (min-width: 768px) {
  .recent-activity-item-meta {
    margin: 0;
    float: right;
  }
  [dir=rtl] .recent-activity-item-meta {
    float: left;
  }
}
.recent-activity-item-time, .recent-activity-item-comment {
  color: #585858;
  display: inline-block;
  font-size: 13px;
  font-weight: 300;
}

.recent-activity-item-comment {
  padding-left: 5px;
}

[dir=rtl] .recent-activity-item-comment {
  padding: 0 5px 0 0;
}

.recent-activity-item-comment::before {
  display: inline-block;
}

.recent-activity-item-comment span::before {
  color: rgb(69, 117, 180);
  content: "💬";
  display: inline-block;
  font-size: 15px;
  padding-right: 3px;
  vertical-align: middle;
}

[dir=rtl] .recent-activity-item-comment span::before {
  padding-left: 3px;
}

.recent-activity-controls {
  padding-top: 15px;
}

/***** Category pages *****/
.category-container {
  display: flex;
  justify-content: flex-end;
}

@media (min-width: 1152px) {
  .category-content {
    width: calc(100% - 320px);
  }
}
.category-search-by-keyword {
  background-image: url("/hc/theming_assets/01J3PSCFK6GH8QADNZTXZH25QR");
  background-position-x: center;
  background-position-y: center;
  background-repeat-x: no-repeat;
  background-repeat-y: no-repeat;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: white;
  background-size: cover;
  height: 300px;
}

.category_header_bg_kaikei {
  background-image: url("/hc/theming_assets/01J3PSCFPVWCQZP48VXBXVDP7B");
}

.category_header_bg_jinjiromu {
  background-image: url("/hc/theming_assets/01J3PSCE43TYP24VHMTX37AG5Y");
}

.category_header_bg_sales_management {
  background-image: url("/hc/theming_assets/01J3PSCFWF55V8T1139RKVQSQ2");
}

.category_header_bg_invoice {
  background-image: url("/hc/theming_assets/01J3PSCDESZN3AKWV5JBG8SVBV");
}

.category_header_bg_shinkoku {
  background-image: url("/hc/theming_assets/01J3PSCES240GY3AZ3JS253XAY");
}

.category_header_bg_project {
  background-image: url("/hc/theming_assets/01J3PSCGJ4A2C54BKZZDKWNK0J");
}

.category_header_bg_smart {
  background-image: url("/hc/theming_assets/01J3PSCDESZN3AKWV5JBG8SVBV");
}

.category_header_bg_kaigyo {
  background-image: url("/hc/theming_assets/01J3PSCEHTSDV5WP0MJ6M29TAA");
}

.category_header_bg_fukurikosei {
  background-image: url("/hc/theming_assets/01J3PSCDVBKCEWQR90Z773AJ5H");
}

.category_header_bg_kintaikanri {
  background-image: url("/hc/theming_assets/01J3PSCBXE6XFXEV7VN14PH6V7");
}

.category_header_bg_kaishasetsuritsu {
  background-image: url("/hc/theming_assets/01J3PSCG811TJTK3QVNCYB0YN2");
}

.category_header_bg_appstore {
  background-image: url("/hc/theming_assets/01J3PSCF3GQ950N0WQAY1RVA01");
}

.category_header_bg_freeecard {
  background-image: url("/hc/theming_assets/01J3PSCD51G1W5MFMQFAS62SHN");
}

.category_header_bg_freeesign {
  background-image: url("/hc/theming_assets/01J3PSCCK8BSXHYWB2S06CD969");
}

.category_header_bg_yoyaku {
  background-image: url("/hc/theming_assets/01J3PSCE43TYP24VHMTX37AG5Y");
}

.category_header_bg_itkanri {
  background-image: url("/hc/theming_assets/01J3PSCE43TYP24VHMTX37AG5Y");
}

.category_header_bg_etc {
  background-image: url("/hc/theming_assets/01J3PSCDQNZ1RPA1DDK87SWMDF");
}

.category-search-by-keyword h1 {
  text-align: center;
  position: relative;
  top: -3px;
  font-family: "Hiragino Kaku Gothic Pro";
  font-weight: 600;
  color: #2864f0;
}

@media (max-width: 767px) {
  .category-search-by-keyword {
    padding-top: 33px;
    margin-bottom: 50px;
  }
  .category-search-by-keyword h1 {
    top: -10px;
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .category-search-by-keyword {
    padding-top: 25px;
    margin-bottom: 50px;
  }
  .category-search-by-keyword h1 {
    top: -10px;
    font-size: 28px;
  }
}
.category-search-by-keyword img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 767px) {
  .category-search-by-keyword img {
    height: 92px;
  }
}
@media (min-width: 768px) {
  .category-search-by-keyword img {
    height: 120px;
  }
}
.category-search-by-category {
  text-align: center;
}

.category-search-by-category h1 {
  color: #2864f0;
  font-weight: 600;
}

@media (max-width: 767px) {
  .category-search-by-category h1 {
    font-size: 24px;
    margin-bottom: 24px;
  }
}
@media (min-width: 768px) {
  .category-search-by-category h1 {
    font-size: 28px;
    margin-bottom: 50px;
  }
}
.category-section-tree {
  display: flex;
  flex-direction: row;
  max-width: 1034px;
  margin-left: auto;
  margin-right: auto;
  flex-wrap: wrap;
}

.category-section-item {
  width: 320px;
  padding: 0;
}

@media (min-width: 768px) and (max-width: 1151px) {
  .category-section-item {
    flex-basis: calc((100% - 24px) / 2);
    max-width: calc((100% - 24px) / 2);
    margin-bottom: 24px;
  }
}
@media (max-width: 1151px) {
  .category-section-item {
    width: 100%;
  }
  .category-nav {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    margin-top: 70px;
  }
}
.category-nav .category-item:hover {
  background-color: #f1f5ff;
  color: #1e1e1e;
  cursor: pointer;
}

.category-nav .category-item a {
  text-decoration: none;
  color: rgb(35, 34, 31);
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
  padding: 10px 0 10px 0;
  border-top: 1px solid #ddd;
}

.category-nav .subsection-item:hover {
  background-color: #f1f5ff;
  color: #1e1e1e;
  cursor: pointer;
}

.category-nav .subsection-item a {
  display: block;
  text-decoration: none;
  color: rgb(35, 34, 31);
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
  font-size: 14px;
  padding: 12px 20px 12px 20px;
}

.category-search-block {
  max-width: 718px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: -10px;
  padding: 0 20px;
}

.section-tree {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-right: 0;
}

@media (min-width: 768px) {
  .section-tree {
    margin-right: 0;
  }
}
.section-tree .section:first-of-type {
  padding-top: 5px;
}

.section-tree .section {
  flex: initial;
  margin-bottom: 32px;
}

.section-tree .section:last-child {
  padding-top: 5px;
  margin-bottom: 0;
}

@media (min-width: 1152px) {
  .section-tree .section {
    display: flex;
    margin-bottom: 32px;
  }
}
@media (max-width: 1151px) {
  .section-tree .section {
    margin-bottom: 40px;
  }
}
.section-tree .icon-lock::before {
  vertical-align: baseline;
}

.section-tree-title a {
  color: rgb(37, 37, 37);
}

.section-tree .see-all-articles a {
  display: block;
  padding: 15px 0;
  text-align: right;
  color: #285ac8;
}

.arrow-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.arrow-row .icon-right {
  position: relative;
}

.arrow-row .icon-right::after {
  content: "\e75e";
  display: inline-block;
  font-family: entypo;
  color: #285ac8;
  vertical-align: middle;
  font-size: 22px;
  padding-right: 15px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -11px;
}

.filter-button::before {
  padding-right: 5px;
}

.icon-right {
  padding-left: 10px;
}

.arrow-row .icon-down {
  position: relative;
}

.arrow-row .icon-down::after {
  width: 20px;
  padding-right: 5px;
  content: "\e75c";
  display: inline-block;
  font-family: entypo;
  color: #285ac8;
  vertical-align: middle;
  font-size: 22px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -11px;
}

.arrow-row .icon-up::after {
  width: 20px;
  padding-right: 5px;
  content: "\e75f";
  display: inline-block;
  font-family: entypo;
  color: #285ac8;
  vertical-align: middle;
  font-size: 22px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -11px;
}

.article-list-item {
  border-bottom: 1px solid #ddd;
  font-size: 16px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.article-list-item:hover {
  background-color: #f1f5ff;
  color: #1e1e1e;
  cursor: pointer;
}

.article-list-item a {
  color: #1e1e1e;
  padding: 15px 0 15px 15px;
  width: 100%;
  font-size: 16px;
}

.article-list-item a:hover {
  text-decoration: none;
}

.article-list-item .title {
  padding-right: 20px;
}

.icon-star::before {
  color: rgb(69, 117, 180);
  font-size: 18px;
}

/***** Section pages *****/
.section-container {
  display: flex;
  flex-flow: column-reverse nowrap;
}

@media (min-width: 1152px) {
  .section-container {
    flex-flow: row-reverse nowrap;
    justify-content: space-between;
    margin-top: 0;
    margin-bottom: 80px;
  }
}
.section-content {
  flex: 1;
}

@media (min-width: 1024px) {
  .section-content {
    flex: 0 0 80%;
  }
}
.section-subscribe .dropdown-toggle::after {
  display: none;
}

/***** Icons *****/
[class^=icon-]::before,
[class*=" icon-"]::before,
.icon,
.search::before,
.recent-activity-item-comment span::before,
.article-vote::before,
.attachments .attachment-item::before,
.share a::before,
.vote-up::before,
.vote-down::before,
.actions .dropdown-toggle::before,
.collapsible-nav-list li[aria-selected=true]::after,
.collapsible-sidebar-title::after,
.search-result-votes::before,
.search-result-meta-count::before {
  font-family: "copenhagen-icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  line-height: 1em;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
}

[class^=after-icon-]::after,
[class*=" after-icon-"]::after {
  font-family: "copenhagen-icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  line-height: 1em;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
}

.icon-lock::before {
  content: "🔒";
}

.icon-star::before {
  content: "★";
}

.icon-linkedin::before {
  content: "\e900";
}

.icon-twitter::before {
  content: "\e901";
}

.icon-googleplus-::before {
  content: "\e902";
}

.icon-facebook::before {
  content: "\e903";
}

.icon-agent::before {
  content: "👤";
}

.icon-close::before {
  content: "✕";
}

.icon-left-open::before {
  font-family: entypo;
  content: "\e75d";
}

.icon-right-open::before {
  font-family: entypo;
  content: "\e75e";
}

.icon-arrow-up::before {
  content: "⬆";
}

.icon-arrow-down::before {
  content: "⬇";
}

.icon-attachments::before {
  content: "📎";
}

.icon-comments::before {
  content: "💬";
}

.icon-search::before {
  content: "🔍";
}

.icon-vote::before {
  content: "👍";
}

.icon-handle::before {
  content: "▾";
}

.icon-check::before {
  content: "✓";
}

.icon-gear::before {
  content: "⚙";
}

.icon-menu::before {
  content: "☰";
}

.tag-icon::after {
  font-size: 7px;
  padding-left: 8px;
  padding-right: 1px;
}

.after-icon-cancel::after {
  content: "✕";
}

.icon-article::before {
  content: "📄";
}

.icon-post::before {
  content: "📔";
}

.icon-notification-alert::before {
  content: "⚠";
}

.icon-notification-error::before {
  content: "×";
}

.icon-notification-info::before {
  content: "ℹ";
}

.icon-notification-success::before {
  content: "✔";
}

/*-----------------------------------
 freee API 表示
------------------------------------*/
.freee-api-plesentation {
  position: relative;
  padding: 0.5em 0.75em 0.5em 1.5em;
  border: 1px solid #ECF6FB;
  background-color: #ECF6FB;
  border-radius: 3px;
  font-family: "Ubuntu", sans-serif;
  font-size: 0.75em;
}

.freee-api-plesentation::after {
  position: absolute;
  top: 0.5em;
  left: 0.5em;
  content: "";
  width: 6px;
  height: -webkit-calc(100% - 1em);
  height: calc(100% - 1em);
  background-color: #3498db;
  border-radius: 4px;
}

/***** Article *****/
.article {
  /*
  * The article grid is defined this way to optimize readability:
  * Sidebar | Content | Free space
  * 17%     | 66%     | 17%
  */
  flex: 1 0 auto;
}

@media (min-width: 1152px) {
  .article {
    flex: 1 0 66%;
    max-width: 66%;
    min-width: 640px;
  }
}
.article-container {
  display: flex;
  flex-direction: column;
  margin-top: 7px;
}

.article-container a {
  color: #285AC8;
}

@media (min-width: 1152px) {
  .article-container {
    flex-direction: row;
    justify-content: space-between;
  }
}
.article-header {
  color: #323232;
  font-size: 32px;
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 2px 0;
}

.article-update-container {
  display: flex;
  justify-content: space-between;
}

.article-update {
  color: #6e6b6b;
  font-size: 14px;
}

.print-page {
  line-height: 17px;
  vertical-align: top;
}

.pull-right img {
  margin-right: 5px;
}

.pull-right a {
  font-size: 14px;
}

@media (max-width: 1151px) {
  .hideTabletSizeOrLess {
    display: none;
  }
}
/* 記事詳細ページの概要の中のpタグのstyle */
.article-body > .overview p {
  margin: 0;
  padding-top: 16px;
}
.article-body > .overview p:first-of-type {
  padding-top: 0;
}

/* 記事詳細ページの概要のstyle */
.article-body > div[style^=border]:not(.target-plan):first-of-type,
.article-body > div[style^=border]:not(.target-plan):nth-of-type(2) {
  padding: 16px !important; /* 記事に直接設定されているstyleを消すためimportantを使う */
  border: 1px solid #8C8989;
  border-radius: 8px;
  margin-bottom: 0 !important; /* 記事に直接設定されているstyleを消すためimportantを使う */
}

/* 記事詳細ページの概要の中のpタグのstyle */
.article-body > div[style^=border]:not(.target-plan):first-of-type p,
.article-body > div[style^=border]:not(.target-plan):nth-of-type(2) p {
  margin: 0;
}

/* 記事詳細ページの概要と目次の間の空白のstyle */
.article-body > div[style^=border]:not(.target-plan):first-of-type + p {
  height: 24px;
  margin: 0;
}

/* 対象プランが一番最初に配置されている場合のstyle */
.article-body > div:first-child.target-plan {
  margin-bottom: 24px;
}

/* 記事詳細ページの目次のstyle */
.article-body div:first-child + h3:first-of-type {
  margin-top: 24px;
}

/* 記事詳細ページのご注意のstyle */
.article-body .attention {
  background-color: rgba(255, 240, 210, 0.3);
  padding: 16px;
  border-radius: 8px;
  border: 1px solid #BE8C14;
  margin-bottom: 16px;
}

.article-body .warning {
  background-color: rgba(250, 210, 215, 0.3);
  padding: 16px;
  border-radius: 8px;
  border: 1px solid #DC1E32;
  margin-bottom: 16px;
}

.article-body .reference {
  background-color: #F7F5F5;
  padding: 16px;
  border-radius: 8px;
  border: 1px solid #E9E7E7;
  margin-bottom: 16px;
}

.article-body .tips {
  background-color: rgba(205, 240, 240, 0.3);
  padding: 16px;
  border-radius: 8px;
  border: 1px solid #00B9B9;
  margin-bottom: 16px;
}

/* 記事詳細ページのご注意の中のpタグのstyle */
.article-body .attention > p {
  margin: 0;
  padding-top: 16px;
}

.article-body .warning > p {
  margin: 0;
  padding-top: 16px;
}

.article-body .reference > p {
  margin: 0;
  padding-top: 16px;
}

.article-body .tips > p {
  margin: 0;
  padding-top: 16px;
}

.article-body div > .icons {
  float: left;
  border: none;
  padding-right: 8px;
  width: unset;
  margin: 0;
}

.article-body div > .js-text-in-component {
  font-weight: bold;
}

/* 記事詳細ページのご注意のstyle */
.article-body > div[style*="#fff9c4"] {
  background-color: rgba(90, 90, 90, 0.02) !important; /* 記事に直接設定されているstyleを消すためimportantを使う */
  border-radius: 8px !important; /* 記事に直接設定されているstyleを消すためimportantを使う */
  border: 1px solid #DCDCDC !important; /* 記事に直接設定されているstyleを消すためimportantを使う */
}

/* 記事詳細ページのご注意のタイトルのstyle */
.article-body > div[style*="#fff9c4"] > h4 {
  margin: 0 0 16px 0;
  position: relative;
}

/* 記事詳細ページの説明欄のstyle */
.article-body > div[style*="#f7f7f7"] {
  background-color: rgba(90, 90, 90, 0.02) !important; /* 記事に直接設定されているstyleを消すためimportantを使う */
  border-radius: 8px !important; /* 記事に直接設定されているstyleを消すためimportantを使う */
  border: 1px solid #DCDCDC !important; /* 記事に直接設定されているstyleを消すためimportantを使う */
}

/* 記事詳細ページのテーブルのstyle */
.article-body table th {
  background: #F7F5F5 !important; /* 記事に直接設定されているstyleを消すためimportantを使う */
  border: 1px solid #E9E7E7 !important; /* 記事に直接設定されているstyleを消すためimportantを使う */
}

.sidebar-article-contents-header {
  margin-bottom: 8px;
}

#js-sidebar-toc-title {
  color: #323232;
  font-size: 16px;
  font-weight: 700;
  border-bottom: 1px solid #ddd;
  padding-bottom: 8px;
}

#js-sidebar-toc-body a:hover, a:active, a:focus {
  text-decoration: none;
}

@media (min-width: 768px) {
  .article-header {
    flex-direction: row;
    margin-top: 0;
  }
}
.article-author {
  margin-bottom: 10px;
}

.article-body > p {
  margin-top: 0;
  margin-bottom: 16px;
}

.article-title .icon-lock::before {
  content: "🔒";
  font-size: 20px;
  position: relative;
  left: -5px;
  vertical-align: baseline;
}

.article [role=button] {
  flex-shrink: 0;
  /*Avoid collapsing elements in Safari (https://github.com/philipwalton/flexbugs#1-minimum-content-sizing-of-flex-items-not-honored)*/
  width: 100%;
}

@media (min-width: 768px) {
  .article [role=button] {
    width: auto;
  }
}
.article-info {
  max-width: 100%;
}

.article-meta {
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
}

.article-body ul, .article-body ol {
  list-style-position: outside;
  margin: 20px 0 20px 0;
}

[dir=rtl] .article-body ul, [dir=rtl] .article-body ol {
  padding-right: 20px;
  padding-left: 0;
  margin-left: 0;
  margin-right: 20px;
}

.article-body ul > ul, .article-body ol > ol, .article-body ol > ul, .article-body ul > ol, .article-body li > ul, .article-body li > ol {
  margin: 0;
}

/*
google/code-prettifyを用いてシンタックスハイライトを行うため無効化
.article-body code {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 0 5px;
  margin: 0 2px;
}

.article-body pre {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
}
*/
.article-body blockquote {
  border-left: 1px solid #ddd;
  color: #585858;
  font-style: italic;
  padding: 0 15px;
}

.article-body > p:last-child {
  margin-bottom: 0;
}

/* 対象プランのstyle */
.article-body div.target-plan {
  margin: 24px 0 0 0;
}

.article-body .smaller-font {
  font-size: 0.8em;
  color: #666666;
}

.article-body .out-of-scope {
  color: #999999;
}

.article-body div.target-plan td {
  border-style: none;
  text-align: center;
  font-size: 0.9em;
  font-weight: bold;
  padding: 2px;
}

@media (min-width: 768px) {
  .article-body div.target-plan td {
    padding: 5px 10px;
  }
}
.article-body div.target-plan td.smaller-font {
  font-size: 0.5em;
}

@media (min-width: 768px) {
  .article-body div.target-plan td.smaller-font {
    font-size: 0.8em;
  }
}
.article-body #kojin-plan td {
  border-top: 1px solid #b7b7b7;
}

.article-body ul {
  margin: 0 0 16px 0;
  list-style-position: outside;
}

.article-body ol {
  counter-reset: article-counter;
  margin: 0 0 16px 0;
  padding: 0;
  list-style: none;
}

.article-body ol > li:not(.number-list) {
  position: relative;
  padding-left: 8px;
}

.article-body ul {
  list-style-type: disc;
}

.article-body li:not(.number-list) {
  margin-left: 20px;
}

.article-body ul > li,
.article-body ol > li:not(.number-list) {
  padding-top: 4px;
  padding-bottom: 4px;
  line-height: normal;
}

.article-body li > ul,
.article-body li > ol {
  margin: 0 0 0 20px;
}

.article-body table {
  font-size: 90%;
  margin-bottom: 16px;
  background-color: white;
}

.article-body table td,
.article-body table th {
  padding: 4px;
  border-color: #eeeeee;
  border-style: solid;
  color: #333333;
  border: 1px solid #dddddd;
}

/* ZendeskのWYSIWYGエディタで作成されたテーブルの外枠の黒線を消す */
.article-body figure.wysiwyg-table table {
  border-style: none;
}

/*
 * ヘッダー行のテキストを中央揃えにする
 * Zendeskエディタのリニューアルで、Zendesk標準CSSに
 * `figure.wysiwyg-table table th { text-align: left }` が追加され、
 * ヘッダー行が左揃えのままになった（以前はヘッダー行にすると自動で中央揃えだった）。
 * Zendesk側より詳細度の高いセレクタで中央揃えに戻す。
 * セル個別の揃え指定はセル内要素の .wysiwyg-text-align-* クラスで表現されるため、
 * このth単位の指定では上書きされない。
 */
.article-body figure.wysiwyg-table table th {
  text-align: center;
}

@media (min-width: 768px) {
  .article-body table td,
  .article-body table th {
    padding: 5px 10px;
  }
}
.article-body table.crowded td {
  font-size: 0.9em;
}

.article-body table ul {
  margin: 0;
}

.article-body table p {
  margin-bottom: 12px;
}

.article-body table th p:last-child,
.article-body table td p:last-child {
  margin-bottom: 0;
}

.article-body hr {
  border: 0;
  height: 1px;
  margin: 24px 0;
  background-color: #e6e6e6;
}

.article-body div.summary {
  padding: 6px 15px 6px;
  border-radius: 4px;
  border: #ccc solid 1px;
  font-size: 14px;
}

/*例示のスタイル*/
.article-body div.example {
  background-color: rgba(90, 90, 90, 0.02);
  border: #DCDCDC solid 1px;
  border-radius: 8px;
  padding: 16px;
  margin-bottom: 16px;
}

/*例示の中のpタグのスタイル*/
.article-body div.example > p {
  margin: 0;
}

.article-body code {
  font-size: 0.8em;
  padding: 10px;
  font-weight: 500;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  /* margin-left: 15px;
   margin-right: 15px;
   margin-top: 15px;
   margin-bottom: 15px;*/
}

.article-content {
  line-height: 1.6;
  margin: 0;
  word-wrap: break-word;
}

.article-footer {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
}

.article-comment-count {
  color: #585858;
  font-weight: 300;
}

.article-comment-count:hover {
  text-decoration: none;
}

.article-comment-count .icon-comments {
  color: rgb(69, 117, 180);
  content: "💬";
  display: inline-block;
  font-size: 18px;
  padding: 5px;
}

.article-sidebar {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  flex: 1 0 auto;
  margin-bottom: 20px;
  padding: 0;
}

@media (min-width: 1152px) {
  .article-sidebar {
    border: 0;
    flex: 0 0 288px;
    height: auto;
  }
  .article-sidebar .section-articles-contents {
    position: sticky;
    display: block;
    top: 100px;
  }
}
.article-relatives {
  border-top: 1px solid #ddd;
  display: flex;
  flex-direction: column;
  padding: 32px 0 80px 0;
  font-size: 16px;
}

@media (min-width: 768px) {
  .article-relatives {
    flex-direction: row;
  }
}
.article-relatives > * {
  flex: 1 0 auto;
  margin-right: 0;
}

.article-relatives > *:last-child {
  margin: 0;
}

@media (min-width: 768px) {
  .recent-articles {
    padding-right: 32px;
  }
}
#article-votes-area {
  margin-top: 3rem;
}

.article-votes {
  border-top: 1px solid #ddd;
  padding: 24px 0 0 0;
  text-align: center;
}

.article-vote {
  background: transparent;
  border: 2px solid #2864F0;
  border-radius: 6px;
  color: rgb(61, 109, 172);
  margin: 24px 8px;
  min-width: 90px;
  width: 96px;
  height: 36px;
}

.article-vote::after {
  font-size: 16px;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 32px;
  color: #2864F0;
}

.article-vote::before {
  font-size: 8px;
  margin-right: 10px;
}

[dir=rtl] .article-vote::before {
  margin-right: 0;
  margin-left: 10px;
}

.article-vote::after {
  content: attr(title);
  /* Yes/No label*/
}

.article-vote:focus, .article-vote:active {
  background-color: transparent;
  color: rgb(69, 117, 180);
}

.article-vote:hover {
  background-color: #2864F0;
}

.article-vote:hover::before, .article-vote:hover::after, .article-vote[aria-selected=true]::before, .article-vote[aria-selected=true]::after {
  color: #ffffff;
}

.article-vote:disabled {
  background: transparent;
  border: 2px solid #e9e7e7;
  border-radius: 6px;
  color: rgb(61, 109, 172);
  margin: 24px 8px;
  min-width: 90px;
  width: 96px;
  height: 36px;
}

.article-vote:disabled::after {
  font-size: 16px;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 32px;
  color: #e9e7e7;
}

.article-votes-question {
  font-size: 16px;
}

.article-more-questions {
  font-size: 16px;
  margin: 0 0 24px;
  text-align: center;
}

.article-more-questions a {
  color: #2864F0;
}

.article-return-to-top {
  border-top: 1px solid #ddd;
}

@media (min-width: 1024px) {
  .article-return-to-top {
    display: none;
  }
}
.article-return-to-top a {
  color: rgb(37, 37, 37);
  display: block;
  padding: 20px 0;
}

.article-return-to-top a:hover, .article-return-to-top a:focus {
  text-decoration: none;
}

.article-return-to-top .icon-arrow-up::before {
  font-size: 16px;
  margin-left: 5px;
}

[dir=rtl] .article-return-to-top .icon-arrow-up::before {
  margin-right: 10px;
}

.article-unsubscribe {
  background-color: rgb(69, 117, 180);
  color: #ffffff;
  text-decoration: none;
}

.article-unsubscribe:hover {
  background-color: rgb(40.734939759, 69.0722891566, 106.265060241);
  border-color: rgb(40.734939759, 69.0722891566, 106.265060241);
}

.sidenav-title {
  font-size: 16px;
  position: relative;
  font-weight: 700;
}

.sidenav-item {
  border-radius: 4px;
  color: rgb(37, 37, 37);
  display: block;
  font-weight: 300;
  margin-bottom: 10px;
  padding: 10px;
  transition-duration: 0.2s;
  transition-property: background-color, color;
}

.sidenav-item.current-article, .sidenav-item:hover {
  background-color: rgb(69, 117, 180);
  color: #ffffff;
  text-decoration: none;
}

@media (min-width: 768px) {
  .article .recent-articles {
    width: 50%;
  }
  .article .related-articles {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .article .recent-articles {
    margin-bottom: 32px;
  }
}
.recent-articles h3,
.related-articles h3 {
  font-size: 16px;
  margin: 0 0 14px 0;
}

.recent-articles ul,
.related-articles ul {
  list-style-position: outside;
  list-style-image: url("https://help-center.freee.co.jp/article_icons/ic_article.svg");
  padding: 0 0 0 27px;
}

.recent-articles li,
.related-articles li {
  font-size: 16px;
  padding: 4px 0;
  min-height: 40px;
}

.recent-articles img,
.related-articles img {
  padding-right: 10px;
  padding-top: 8px;
}

.recent-articles ul a,
.related-articles ul a {
  vertical-align: top;
  line-height: 19px;
}

.article-sidebar .related-articles {
  margin-bottom: 48px;
}

.article-votes-complete-area {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-bottom: 20px;
}

.article-votes-complete-message {
  font-weight: 700;
  font-size: 16px;
  line-height: 23px;
  color: #2864F0;
}

.article-votes-check-list {
  display: inline-block;
  margin-bottom: 1rem;
  cursor: pointer;
}

.article-votes-down-head {
  font-weight: 500;
  font-size: 16px;
  line-height: 23px;
  color: #000000;
  margin-bottom: 15px;
}

.article-votes-down-area {
  text-align: left;
}

/***** Attachments *****/
/* Styles attachments inside posts, articles and comments */
.attachments .attachment-item {
  padding-left: 20px;
  position: relative;
  margin-bottom: 10px;
}

.attachments .attachment-item:last-child {
  margin-bottom: 0;
}

.attachments .attachment-item::before {
  color: rgb(37, 37, 37);
  content: "📎";
  font-size: 15px;
  left: 0;
  position: absolute;
  top: 5px;
}

[dir=rtl] .attachments .attachment-item {
  padding-left: 0;
  padding-right: 20px;
}

[dir=rtl] .attachments .attachment-item::before {
  left: auto;
  right: 0;
}

.upload-dropzone span {
  color: #585858;
}

/***** Social share links *****/
.share {
  padding: 0;
  white-space: nowrap;
}

.share li, .share a {
  display: inline-block;
}

.share a {
  border-radius: 50%;
  height: 25px;
  line-height: 25px;
  overflow: hidden;
  width: 25px;
}

.share a::before {
  color: #585858;
  display: block;
  font-size: 23px;
  text-align: center;
  width: 100%;
}

.share a:hover {
  text-decoration: none;
}

.share a:hover::before {
  color: rgb(69, 117, 180);
}

.share-twitter::before {
  content: "\e901";
}

.share-facebook::before {
  content: "\e903";
}

.share-linkedin::before {
  content: "\e900";
}

.share-googleplus::before {
  content: "\e902";
}

/***** Comments *****/
/* Styles comments inside articles, posts and requests */
.comment {
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
}

.comment-heading {
  margin-bottom: 5px;
  margin-top: 0;
}

.comment-overview {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  padding: 20px 0;
}

.comment-overview p {
  margin-top: 0;
}

.comment-callout {
  color: #585858;
  display: inline-block;
  font-weight: 300;
  font-size: 13px;
  margin-bottom: 0;
}

.comment-callout a {
  color: rgb(69, 117, 180);
}

.comment-sorter {
  display: inline-block;
  float: right;
}

.comment-sorter a {
  color: #585858;
  font-weight: 300;
  font-size: 13px;
  text-decoration: none;
}

[dir=rtl] .comment-sorter {
  float: left;
}

.comment-wrapper {
  display: flex;
  position: relative;
}

.comment-wrapper.comment-official {
  border: 1px solid rgb(69, 117, 180);
  padding: 40px 20px 20px;
}

@media (min-width: 768px) {
  .comment-wrapper.comment-official {
    padding-top: 20px;
  }
}
.comment-info {
  min-width: 0;
  padding-right: 20px;
  width: 100%;
}

[dir=rtl] .comment-info {
  padding-right: 0;
  padding-left: 20px;
}

.comment-author {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .comment-author {
    justify-content: space-between;
  }
}
.comment-avatar {
  margin-right: 10px;
}

[dir=rtl] .comment-avatar {
  margin-left: 10px;
  margin-right: 0;
}

.comment-meta {
  flex: 1 0 auto;
}

.comment-labels {
  flex-basis: 100%;
}

@media (min-width: 768px) {
  .comment-labels {
    flex-basis: auto;
  }
}
.comment .status-label:not(.status-label-official) {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .comment .status-label:not(.status-label-official) {
    margin-top: 0;
  }
}
.comment-form {
  display: flex;
  padding-top: 30px;
  word-wrap: break-word;
}

.comment-container {
  width: 100%;
}

.comment-form-controls {
  display: none;
  margin-top: 10px;
  text-align: left;
}

@media (min-width: 768px) {
  [dir=ltr] .comment-form-controls {
    text-align: right;
  }
}
.comment-form-controls input[type=submit] {
  margin-top: 15px;
}

@media (min-width: 1024px) {
  .comment-form-controls input[type=submit] {
    margin-left: 15px;
  }
  [dir=rtl] .comment-form-controls input[type=submit] {
    margin-left: 0;
    margin-right: 15px;
  }
}
.comment-form-controls input[type=checkbox] {
  margin-right: 5px;
}

.comment-form-controls input[type=checkbox] [dir=rtl] {
  margin-left: 5px;
}

.comment-ccs {
  display: none;
}

.comment-ccs + textarea {
  margin-top: 10px;
}

.comment-attachments {
  margin-top: 10px;
}

.comment-attachments a {
  color: rgb(69, 117, 180);
}

.comment-body {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.6;
}

.comment-body img {
  height: auto;
  max-width: 100%;
}

.comment-body ul, .comment-body ol {
  padding-left: 20px;
  list-style-position: outside;
  margin: 20px 0 20px 20px;
}

[dir=rtl] .comment-body ul, [dir=rtl] .comment-body ol {
  padding-right: 20px;
  padding-left: 0;
  margin-left: 0;
  margin-right: 20px;
}

.comment-body ul > ul, .comment-body ol > ol, .comment-body ol > ul, .comment-body ul > ol, .comment-body li > ul, .comment-body li > ol {
  margin: 0;
}

.comment-body ul {
  list-style-type: disc;
}

.comment-body code {
  background: rgb(247.35, 247.35, 247.35);
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 0 5px;
  margin: 0 2px;
}

.comment-body pre {
  background: rgb(247.35, 247.35, 247.35);
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
}

.comment-body blockquote {
  border-left: 1px solid #ddd;
  color: #585858;
  font-style: italic;
  padding: 0 15px;
}

.comment-mark-as-solved {
  display: inline-block;
}

/***** Vote *****/
/* Used in article comments, post comments and post */
.vote {
  display: inline-block;
  text-align: center;
  width: 35px;
}

.vote a {
  outline: none;
}

.vote a:active, .vote a:hover, .vote a:focus {
  text-decoration: none;
}

.vote-sum {
  color: #585858;
  display: block;
  margin: 3px 0;
}

[dir=rtl] .vote-sum {
  direction: ltr;
  unicode-bidi: bidi-override;
}

.vote-up:hover::before,
.vote-down:hover::before {
  color: rgb(69, 117, 180);
}

.vote-up::before, .vote-down::before {
  color: #585858;
  font-size: 24px;
}

.vote-up::before {
  content: "⬆";
}

.vote-down::before {
  content: "⬇";
}

.vote-voted::before {
  color: rgb(69, 117, 180);
}

.vote-voted:hover::before {
  color: rgb(40.734939759, 69.0722891566, 106.265060241);
}

/***** Actions *****/
/* Styles admin and en user actions(edit, delete, change status) in comments and posts */
.actions {
  text-align: center;
  flex-shrink: 0;
  /*Avoid collapsing elements in Safari*/
}

.actions .dropdown-toggle {
  font-size: 0;
  margin: 15px 0;
}

.actions .dropdown-toggle:hover::before, .actions .dropdown-toggle:focus::before, .actions .dropdown-toggle:active::before {
  background-color: rgb(247.35, 247.35, 247.35);
}

.actions .dropdown-toggle::before {
  background-color: transparent;
  border-radius: 50%;
  color: #585858;
  content: "⚙";
  display: block;
  font-size: 13px;
  margin: auto;
  padding: 5px;
}

/***** Community *****/
.community-hero {
  background-image: url(rgb(255, 255, 255));
  margin-bottom: 10px;
}

.community-footer {
  padding-top: 50px;
  text-align: center;
}

.community-featured-posts, .community-activity {
  padding-top: 40px;
  width: 100%;
}

.community-header {
  margin-bottom: 30px;
}

.community-header h4 {
  margin-bottom: 0;
}

.post-to-community {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .post-to-community {
    margin: 0;
  }
}
/* Community topics grid */
.topics {
  max-width: none;
  width: 100%;
}

.topics-item .meta-group {
  justify-content: center;
  margin-top: 20px;
}

/* Community topic page */
.topic-header {
  border-bottom: 1px solid #ddd;
  font-size: 13px;
}

@media (min-width: 768px) {
  .topic-header {
    padding-bottom: 10px;
  }
}
.topic-header .dropdown {
  display: block;
  border-top: 1px solid #ddd;
  padding: 10px 0;
}

@media (min-width: 768px) {
  .topic-header .dropdown {
    border-top: 0;
    display: inline-block;
    margin-right: 20px;
    padding: 0;
  }
}
.no-posts-with-filter {
  margin-top: 20px;
  margin-bottom: 20px;
}

/* Topic, post and user follow button */
.community-follow {
  margin-bottom: 10px;
  width: 100%;
}

@media (min-width: 768px) {
  .community-follow {
    margin-bottom: 0;
    width: auto;
  }
}
.community-follow .dropdown {
  width: 100%;
}

.community-follow [role=button] {
  line-height: 30px;
  padding: 0 10px 0 15px;
  position: relative;
  width: 100%;
}

@media (min-width: 768px) {
  .community-follow [role=button] {
    width: auto;
  }
}
.community-follow [role=button]:hover {
  background-color: rgb(69, 117, 180);
}

.community-follow [role=button]:hover::after, .community-follow [role=button]:focus::after {
  border-color: #ffffff;
  color: #ffffff;
}

.community-follow [role=button][aria-selected=true] {
  background-color: rgb(69, 117, 180);
  color: #ffffff;
}

.community-follow [role=button][aria-selected=true]::after {
  border-left: 1px solid #ffffff;
  color: #ffffff;
}

.community-follow [role=button][aria-selected=true]:hover {
  background-color: rgb(40.734939759, 69.0722891566, 106.265060241);
  border-color: rgb(40.734939759, 69.0722891566, 106.265060241);
}

.community-follow [role=button]::after {
  border-left: 1px solid rgb(69, 117, 180);
  content: attr(data-follower-count);
  color: rgb(69, 117, 180);
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  margin-left: 15px;
  padding-left: 10px;
  position: absolute;
  right: 10px;
}

@media (min-width: 768px) {
  .community-follow [role=button]::after {
    position: static;
  }
}
[dir=rtl] .community-follow [role=button]::after {
  border-left: 0;
  border-right: 1px solid rgb(69, 117, 180);
  margin: 0 10px 0 0;
  padding: 0 10px 0 0;
}

/***** Striped list *****/
/* Used in community posts list and requests list */
.striped-list {
  padding: 0;
}

.striped-list-item {
  align-items: flex-start;
  border-bottom: 1px solid #ddd;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px 0;
}

@media (min-width: 768px) {
  .striped-list-item {
    align-items: center;
    flex-direction: row;
  }
}
.striped-list-info {
  flex: 2;
}

.striped-list-title {
  color: rgb(61, 109, 172);
  margin-bottom: 10px;
  margin-right: 5px;
}

.striped-list-title:hover, .striped-list-title:focus, .striped-list-title:active {
  text-decoration: underline;
}

.striped-list .meta-group {
  margin: 5px 0;
}

.striped-list-count {
  color: #585858;
  font-weight: 300;
  font-size: 13px;
  justify-content: flex-start;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .striped-list-count {
    display: flex;
    flex: 1;
    justify-content: space-around;
  }
}
.striped-list-count-item::after {
  content: "·";
  display: inline-block;
  padding: 0 5px;
}

@media (min-width: 768px) {
  .striped-list-count-item::after {
    display: none;
  }
}
.striped-list-count-item:last-child::after {
  display: none;
}

.striped-list-number {
  font-weight: 300;
  text-align: center;
}

@media (min-width: 768px) {
  .striped-list-number {
    color: rgb(37, 37, 37);
    display: block;
    font-weight: 400;
  }
}
/***** Status labels *****/
/* Styles labels used in posts, articles and requests */
.status-label {
  background-color: #1eb848;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  margin-right: 2px;
  padding: 3px 10px;
  vertical-align: middle;
  white-space: nowrap;
  display: inline-block;
}

.status-label:hover, .status-label:active, .status-label:focus {
  text-decoration: none;
}

.status-label-pinned, .status-label-featured, .status-label-official {
  background-color: rgb(69, 117, 180);
}

.status-label-official {
  border-radius: 0;
  margin-right: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .status-label-official {
    border-radius: 0 0 4px 4px;
    right: 30px;
    width: auto;
  }
}
[dir=rtl] .status-label-official {
  left: 30px;
  right: auto;
}

.status-label-pending, .status-label-not-planned {
  background-color: #eee;
  color: #585858;
}

.status-label-pending {
  text-align: center;
}

.status-label-open {
  background-color: #e03b30;
}

.status-label-closed {
  background-color: #ddd;
}

.status-label-solved {
  background-color: #999;
}

.status-label-new {
  background-color: #ffd12a;
}

.status-label-hold {
  background-color: #000;
}

.status-label-open, .status-label-closed, .status-label-solved, .status-label-new, .status-label-hold, .status-label-answered {
  text-transform: lowercase;
}

/***** Post *****/
/*
* The post grid is defined this way:
* Content | Sidebar
* 70%     | 30%
*/
.post {
  flex: 1;
  margin-bottom: 10px;
}

@media (min-width: 1024px) {
  .post {
    flex: 1 0 70%;
    max-width: 70%;
  }
}
.post-container {
  display: flex;
  flex-direction: column;
}

@media (min-width: 1024px) {
  .post-container {
    flex-direction: row;
  }
}
.post-header {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .post-header {
    align-items: baseline;
    flex-direction: row;
  }
}
.post-header .status-label {
  vertical-align: super;
}

.post-title {
  margin-bottom: 20px;
  width: 100%;
}

@media (min-width: 768px) {
  .post-title {
    margin-bottom: 0;
    padding-right: 10px;
  }
}
.post-title h1 {
  display: inline;
  vertical-align: middle;
}

@media (min-width: 768px) {
  .post-title h1 {
    margin-right: 5px;
  }
}
.post-author {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}

.post-avatar {
  margin-bottom: 30px;
}

.post-content {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.6;
  word-break: break-word;
}

.post-info-container {
  display: flex;
  margin-bottom: 40px;
}

.post-info {
  min-width: 0;
  padding-right: 20px;
  width: 100%;
}

[dir=rtl] .post-info {
  padding-right: 0;
  padding-left: 20px;
}

.post-meta {
  display: inline-block;
  flex: 1;
  margin-left: 10px;
  vertical-align: middle;
}

[dir=rtl] .post-meta {
  margin-left: 0;
  margin-right: 10px;
}

.post-body img {
  height: auto;
  max-width: 100%;
}

.post-body ul, .post-body ol {
  padding-left: 20px;
  list-style-position: outside;
  margin: 20px 0 20px 20px;
}

[dir=rtl] .post-body ul, [dir=rtl] .post-body ol {
  padding-right: 20px;
  padding-left: 0;
  margin-left: 0;
  margin-right: 20px;
}

.post-body ul > ul, .post-body ol > ol, .post-body ol > ul, .post-body ul > ol, .post-body li > ul, .post-body li > ol {
  margin: 0;
}

.post-body ul {
  list-style-type: disc;
}

.post-body code {
  background: rgb(247.35, 247.35, 247.35);
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 0 5px;
  margin: 0 2px;
}

.post-body pre {
  background: rgb(247.35, 247.35, 247.35);
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
}

.post-body blockquote {
  border-left: 1px solid #ddd;
  color: #585858;
  font-style: italic;
  padding: 0 15px;
}

.post-footer {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
}

.post-comment-count {
  color: #585858;
  font-weight: 300;
}

.post-comment-count:hover {
  text-decoration: none;
}

.post-comment-count .icon-comments {
  color: rgb(69, 117, 180);
  content: "💬";
  display: inline-block;
  font-size: 18px;
  padding: 5px;
}

.post-sidebar {
  border-top: 1px solid #ddd;
  flex: 1;
  padding: 30px 0;
  text-align: center;
}

@media (min-width: 1024px) {
  .post-sidebar {
    border: 0;
    flex: 1 0 30%;
    padding: 0 0 0 50px;
    text-align: initial;
  }
  [dir=rtl] .post-sidebar {
    padding: 0 50px 0 0;
  }
}
.post-sidebar h5 {
  font-weight: 600;
}

@media (min-width: 1024px) {
  .post-sidebar h5 {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
  }
}
.post-comments {
  margin-bottom: 20px;
}

@media (min-width: 1024px) {
  .post-comments {
    margin-bottom: 0;
  }
}
/* Navigation element that collapses on mobile */
.collapsible-nav {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  flex-direction: column;
  max-height: 45px;
  overflow: hidden;
  font-size: 14px;
}

@media (min-width: 768px) {
  .collapsible-nav {
    border: 0;
    height: auto;
    flex-direction: row;
    max-height: none;
  }
}
.collapsible-nav-list {
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .collapsible-nav-list {
    flex-direction: row;
  }
}
.collapsible-nav-list li {
  color: rgb(37, 37, 37);
  line-height: 45px;
  order: 1;
}

@media (min-width: 768px) {
  .collapsible-nav-list li {
    line-height: normal;
    margin-right: 30px;
  }
  [dir=rtl] .collapsible-nav-list li {
    margin-left: 30px;
    margin-right: 0;
  }
  .collapsible-nav-list li a {
    text-decoration: none;
    padding: 15px 0;
  }
}
.collapsible-nav-list li a {
  color: rgb(37, 37, 37);
  display: block;
}

@media (min-width: 768px) {
  .collapsible-nav-list li:hover {
    border-bottom: 4px solid #ddd;
  }
  .collapsible-nav-list li:hover a {
    padding: 15px 0 11px 0;
    text-decoration: none;
  }
}
.collapsible-nav-list li[aria-selected=true] {
  order: 0;
  position: relative;
}

@media (min-width: 768px) {
  .collapsible-nav-list li[aria-selected=true] {
    border-bottom: 4px solid rgb(69, 117, 180);
    order: 1;
    padding: 15px 0 11px 0;
  }
}
.collapsible-nav-list li[aria-selected=true] a {
  color: rgb(37, 37, 37);
}

.collapsible-nav-list li[aria-selected=true]::after {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  content: "▾";
  position: absolute;
  right: 0;
}

@media (min-width: 768px) {
  .collapsible-nav-list li[aria-selected=true]::after {
    display: none;
  }
}
[dir=rtl] .collapsible-nav-list li[aria-selected=true]::after {
  left: 0;
  right: auto;
}

.collapsible-nav[aria-expanded=true] {
  max-height: none;
}

.collapsible-nav[aria-expanded=true] li[aria-selected=true]::after {
  content: "✕";
}

/* Sidebar navigation that collapses on mobile */
.collapsible-sidebar {
  flex: 1;
  max-height: 45px;
  overflow: hidden;
  padding: 10px 0;
  position: relative;
}

@media (min-width: 1024px) {
  .collapsible-sidebar {
    max-height: none;
    padding: 0;
  }
}
.collapsible-sidebar[aria-expanded=true] {
  max-height: none;
}

.collapsible-sidebar[aria-expanded=true] .collapsible-sidebar-title::after {
  content: "✕";
}

@media (min-width: 1024px) {
  .collapsible-sidebar[aria-expanded=true] .collapsible-sidebar-title::after {
    display: none;
  }
}
.collapsible-sidebar-title {
  margin-top: 0;
}

.collapsible-sidebar-title::after {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  content: "▾";
  position: absolute;
  right: 10px;
}

@media (min-width: 1024px) {
  .collapsible-sidebar-title::after {
    display: none;
  }
}
[dir=rtl] .collapsible-sidebar-title::after {
  left: 10px;
  right: auto;
}

/***** My activities *****/
.my-activities-nav {
  background-color: rgb(242.25, 242.25, 242.25);
  border: 0;
  margin-bottom: 20px;
}

.my-activities-sub-nav {
  background-color: transparent;
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .my-activities-sub-nav li:hover {
    border-bottom: 4px solid #ddd;
  }
}
.my-activities-sub-nav li[aria-selected=true] {
  border-color: rgb(69, 117, 180);
}

.my-activities-table .striped-list-title {
  /* My activities tables */
  display: block;
  margin-bottom: 10px;
  max-width: 350px;
  white-space: normal;
}

@media (min-width: 1024px) {
  .my-activities-table .striped-list-title {
    margin-bottom: 0;
    max-width: 500px;
    min-width: 350px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.my-activities-table thead {
  display: none;
}

@media (min-width: 768px) {
  .my-activities-table thead {
    display: table-header-group;
  }
}
.my-activities-table th:first-child,
.my-activities-table td:first-child {
  padding-left: 0;
}

@media (min-width: 1024px) {
  .my-activities-table th:first-child,
  .my-activities-table td:first-child {
    width: 500px;
  }
}
.my-activities-table th:last-child,
.my-activities-table td:last-child {
  padding-right: 0;
}

.my-activities-table td:not(:first-child) {
  display: none;
}

@media (min-width: 768px) {
  .my-activities-table td:not(:first-child) {
    display: table-cell;
  }
}
/* Requests table */
.requests-search {
  width: 100%;
}

.requests-table-toolbar {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .requests-table-toolbar {
    flex-direction: row;
  }
}
.requests-table-toolbar .search {
  flex: 1;
  width: 100%;
}

.requests-table-toolbar .request-table-filter {
  width: 100%;
}

@media (min-width: 768px) {
  .requests-table-toolbar .request-table-filter {
    width: auto;
  }
}
.requests-table-toolbar .request-filter {
  display: block;
}

@media (min-width: 768px) {
  .requests-table-toolbar .request-filter {
    margin: 0 0 0 30px;
  }
  [dir=rtl] .requests-table-toolbar .request-filter {
    margin: 0 30px 0 0;
  }
}
.requests-table-toolbar .request-filter-label {
  font-size: 13px;
  margin-top: 30px;
}

@media (min-width: 768px) {
  .requests-table-toolbar .request-filter-label {
    margin-top: 0;
  }
}
.requests-table-toolbar select {
  max-height: 40px;
  margin-bottom: 30px;
  width: 100%;
}

@media (min-width: 768px) {
  .requests-table-toolbar select {
    margin-bottom: 0;
    max-width: 300px;
    width: auto;
  }
}
.requests-table-toolbar .organization-subscribe,
.requests-table-toolbar .organization-unsubscribe {
  line-height: 40px;
  max-height: 40px;
  padding: 0 20px;
}

@media (min-width: 768px) {
  .requests-table-toolbar .organization-subscribe,
  .requests-table-toolbar .organization-unsubscribe {
    margin-left: 10px;
  }
  [dir=rtl] .requests-table-toolbar .organization-subscribe, [dir=rtl] .requests-table-toolbar .organization-unsubscribe {
    margin: 0 10px 0 0;
  }
}
.requests-table-toolbar .organization-unsubscribe {
  background-color: rgb(69, 117, 180);
  color: #ffffff;
}

.requests-table-toolbar + .requests-search-info {
  margin-top: 15px;
}

.requests-table-toolbar + .requests-search-info.meta-data::after {
  content: "";
  margin: 0;
}

.requests-table-toolbar + .requests-search-info + .requests {
  margin-top: 20px;
}

.requests-table-toolbar + .requests {
  margin-top: 40px;
}

.requests .requests-table-meta {
  display: block;
}

@media (min-width: 768px) {
  .requests .requests-table-meta {
    display: none;
  }
}
.requests .requests-table thead {
  display: none;
}

@media (min-width: 768px) {
  .requests .requests-table thead {
    display: table-header-group;
  }
}
.requests .requests-table-info {
  display: block;
}

@media (min-width: 768px) {
  .requests .requests-table-info {
    display: table-cell;
    vertical-align: middle;
    width: auto;
  }
}
.requests .requests-table .requests-link {
  position: relative;
}

.requests .requests-table .requests-sort-symbol {
  position: absolute;
  left: calc(100% + 3px);
  bottom: 0;
  font-size: 10px;
}

/* Following table */
.subscriptions-unsubscribe a {
  background: rgb(69, 117, 180);
  border-radius: 4px;
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  line-height: 2.34;
  padding: 0 20px;
  text-align: center;
  width: 100%;
}

@media (min-width: 768px) {
  .subscriptions-unsubscribe a {
    width: auto;
  }
}
.subscriptions-unsubscribe a:hover {
  background-color: rgb(40.734939759, 69.0722891566, 106.265060241);
  text-decoration: none;
}

.subscriptions-table td:last-child {
  display: block;
}

@media (min-width: 768px) {
  .subscriptions-table td:last-child {
    display: table-cell;
  }
}
.subscriptions-table td:first-child {
  display: flex;
  align-items: center;
}

.subscriptions-table .user-avatar {
  margin-right: 10px;
}

.subscriptions .striped-list-title {
  display: inline-block;
  vertical-align: middle;
}

/* Contributions table */
.contributions-table td:last-child {
  color: #585858;
  font-size: 13px;
  font-weight: 300;
}

@media (min-width: 768px) {
  .contributions-table td:last-child {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
  }
}
.no-activities {
  color: #585858;
}

/***** Request *****/
.request-container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (min-width: 1024px) {
  .request-container {
    align-items: flex-start;
    flex-direction: row;
  }
}
.request-container .comment-container {
  min-width: 0;
}

.request-breadcrumbs {
  margin-bottom: 40px;
}

@media (min-width: 1024px) {
  .request-breadcrumbs {
    margin-bottom: 60px;
  }
}
.request-main {
  flex: 1 0 auto;
  order: 1;
}

.request-main .comment-fields, .request-main .request-submit-comment {
  display: none;
}

.request-main .comment-fields.shown {
  display: block;
}

.request-main .request-submit-comment.shown {
  display: inline;
}

@media (min-width: 1024px) {
  .request-main {
    flex: 0 0 66%;
    order: 0;
    min-width: 0;
  }
}
.request-main .comment-form-controls {
  display: block;
}

.request-main .comment-ccs {
  display: block;
}

.request-main .comment-show-container {
  border-radius: 2px;
  border: 1px solid #ddd;
  cursor: pointer;
  display: flex;
  padding: 8px 15px;
  width: 100%;
}

.request-main .comment-show-container.hidden {
  display: none;
}

.request-main .comment-show-container-content {
  align-self: center;
  color: #585858;
  margin-left: 10px;
}

.request-main .form-field.comment-ccs > ul {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 0;
}

.request-main .form-field.comment-ccs > ul[data-hc-focus=true] {
  border: 1px solid rgb(69, 117, 180);
}

.request-main .form-field.comment-ccs > input[type=text] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 0;
}

.request-main .comment-ccs + textarea {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: 0;
}

.request-main .comment-ccs + textarea:focus {
  border-top: 1px solid rgb(69, 117, 180);
}

.request-main input#mark_as_solved {
  display: none;
}

.request-title {
  width: 100%;
}

@media (min-width: 1024px) {
  .request-title {
    border-bottom: 1px solid #ddd;
    margin-bottom: 0;
    max-width: 66%;
    padding-bottom: 20px;
  }
}
.request-sidebar {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  flex: 1 0 auto;
  order: 0;
}

@media (min-width: 1024px) {
  .request-sidebar {
    background-color: rgb(247.35, 247.35, 247.35);
    border: 0;
    font-size: 13px;
    flex: 0 0 auto;
    padding: 0 20px;
    width: 30%;
  }
}
.request-sidebar h5 {
  font-size: 15px;
  font-weight: 600;
  position: relative;
}

@media (min-width: 1024px) {
  .request-sidebar h5 {
    display: none;
  }
}
.request-details {
  border-bottom: 1px solid #ddd;
  font-size: 0;
  margin: 0;
  padding-bottom: 20px;
}

.request-details:last-child {
  border: 0;
}

.request-details dt, .request-details dd {
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  margin: 20px 0 0 0;
}

.request-details dd {
  padding: 0 10px;
  width: 60%;
}

.request-details dd::after {
  content: "\a";
  white-space: pre;
}

.request-details dt {
  color: #585858;
  font-weight: 300;
  width: 40%;
}

.request-details .request-collaborators {
  display: inline-block;
}

.request-attachments dt, .request-attachments dd {
  width: 100%;
}

.request-attachments dd {
  margin: 10px 0 0 0;
}

.request-form textarea {
  min-height: 120px;
}

.request-follow-up {
  padding-top: 20px;
}

/* 2020/08/26 マイアクティビティからのコメント追加廃止に伴いメッセージ追加 */
.prohibit-add-comment-notification {
  border: solid 1px darkorange;
  background-color: lightyellow;
  padding-left: 1rem;
}

/***** Pagination *****/
.pagination {
  margin: 20px 0;
  text-align: center;
}

.pagination * {
  display: inline-block;
}

.pagination li {
  border-radius: 50%;
  height: 40px;
  float: left;
  margin-left: 5px;
  width: 40px;
}

@media (min-width: 768px) {
  .pagination li {
    height: 30px;
    width: 30px;
  }
}
[dir=rtl] .pagination li {
  float: right;
}

.pagination li:hover:not(.pagination-current) {
  background-color: #f3f3f3;
}

.pagination li:hover:not(.pagination-current) span, .pagination li:hover:not(.pagination-current) a {
  color: rgb(37, 37, 37);
  text-decoration: none;
}

.pagination a, .pagination span {
  font-size: 15px;
  color: #585858;
  padding: 10px 12px;
}

@media (min-width: 768px) {
  .pagination a, .pagination span {
    font-size: 13px;
    padding: 5px 12px;
  }
}
.pagination-current {
  background-color: rgb(69, 117, 180);
}

.pagination-current a, .pagination-current span {
  color: #ffffff;
}

.pagination-first {
  border-radius: 3px 0 0 3px;
}

[dir=rtl] .pagination-first {
  border-radius: 0 3px 3px 0;
}

.pagination-last {
  border-radius: 0 3px 3px 0;
}

[dir=rtl] .pagination-last {
  border-radius: 3px 0 0 3px;
}

/***** Metadata *****/
.meta-group {
  display: block;
}

.meta-group * {
  display: inline;
}

.meta-data {
  color: #585858;
  font-size: 13px;
  font-weight: 300;
}

.meta-data:not(:last-child)::after {
  content: "·";
  margin: 0 5px;
}

/***** Icons *****/
[class^=icon-]::before,
[class*=" icon-"]::before,
.icon,
.search::before,
.recent-activity-item-comment span::before,
.article-vote::before,
.attachments .attachment-item::before,
.share a::before,
.vote-up::before,
.vote-down::before,
.actions .dropdown-toggle::before,
.collapsible-nav-list li[aria-selected=true]::after,
.collapsible-sidebar-title::after,
.search-result-votes::before,
.search-result-meta-count::before {
  font-family: "copenhagen-icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  line-height: 1em;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
}

[class^=after-icon-]::after,
[class*=" after-icon-"]::after {
  font-family: "copenhagen-icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  line-height: 1em;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
}

.icon-lock::before {
  content: "🔒";
}

.icon-star::before {
  content: "★";
}

.icon-linkedin::before {
  content: "\e900";
}

.icon-twitter::before {
  content: "\e901";
}

.icon-googleplus-::before {
  content: "\e902";
}

.icon-facebook::before {
  content: "\e903";
}

.icon-agent::before {
  content: "👤";
}

.icon-close::before {
  content: "✕";
}

.icon-left-open::before {
  font-family: entypo;
  content: "\e75d";
}

.icon-right-open::before {
  font-family: entypo;
  content: "\e75e";
}

.icon-arrow-up::before {
  content: "⬆";
}

.icon-arrow-down::before {
  content: "⬇";
}

.icon-attachments::before {
  content: "📎";
}

.icon-comments::before {
  content: "💬";
}

.icon-search::before {
  content: "🔍";
}

.icon-vote::before {
  content: "👍";
}

.icon-handle::before {
  content: "▾";
}

.icon-check::before {
  content: "✓";
}

.icon-gear::before {
  content: "⚙";
}

.icon-menu::before {
  content: "☰";
}

.tag-icon::after {
  font-size: 7px;
  padding-left: 8px;
  padding-right: 1px;
}

.after-icon-cancel::after {
  content: "✕";
}

.icon-article::before {
  content: "📄";
}

.icon-post::before {
  content: "📔";
}

.icon-notification-alert::before {
  content: "⚠";
}

.icon-notification-error::before {
  content: "×";
}

.icon-notification-info::before {
  content: "ℹ";
}

.icon-notification-success::before {
  content: "✔";
}

/* User Profiles */
.profile-header {
  padding: 30px 0;
  background-color: rgb(247.35, 247.35, 247.35);
}

.profile-header .container {
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .profile-header .container {
    flex-wrap: nowrap;
  }
}
.profile-header .profile-info {
  flex-basis: 100%;
  display: flex;
  flex-wrap: wrap;
  min-width: 0;
}

.profile-avatar {
  position: relative;
  line-height: 0;
  align-self: center;
  margin-right: 10px;
}

[dir=rtl] .profile-avatar {
  margin-left: 10px;
  margin-right: 0;
}

.profile-avatar .user-avatar {
  width: 65px;
  height: 65px;
}

.profile-avatar .icon-agent::before {
  bottom: 0;
  right: 0;
}

.profile-header .basic-info {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
}

.profile-header .basic-info .name {
  margin: 0;
}

.profile-header .options {
  display: flex;
  flex-basis: 100%;
  margin-top: 12px;
  align-items: flex-start;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .profile-header .options {
    flex-wrap: nowrap;
    flex-basis: auto;
    margin-top: 0;
    margin-left: 10px;
  }
  [dir=rtl] .profile-header .options {
    margin-left: 0;
    margin-right: 10px;
  }
  .profile-header .options > :not(:last-child) {
    margin-bottom: 0;
    margin-right: 10px;
  }
  [dir=rtl] .profile-header .options > :not(:last-child) {
    margin-left: 10px;
    margin-right: 0;
  }
}
.profile-header .options [data-action=edit-profile] {
  background-color: rgb(69, 117, 180);
  border: 0;
  color: #ffffff;
  line-height: normal;
  padding: 8px 20px;
}

.profile-header .description {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  margin: 15px 0;
  flex-basis: 100%;
}

.profile-stats {
  font-size: 13px;
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
}

.profile-stats .stat {
  display: flex;
  margin-bottom: 10px;
}

.profile-stats .stat-label {
  color: #585858;
  font-weight: 300;
  flex: 0 0 100px;
  margin-right: 10px;
}

[dir=rtl] .profile-stats .stat-label {
  margin-left: 10px;
  margin-right: 0;
}

.profile-stats-activity {
  border-top: solid 1px #ddd;
  margin-top: 15px;
}

@media (min-width: 768px) {
  .profile-stats-activity {
    border-top: 0;
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  .profile-stats-activity .stat {
    flex-direction: column;
  }
}
.profile-stats-activity .stat:first-child {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .profile-stats-activity .stat:first-child {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .profile-stats-activity .stat:not(:last-child) {
    margin-right: 40px;
  }
  [dir=rtl] .profile-stats-activity .stat:not(:last-child) {
    margin-left: 40px;
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .profile-stats-activity .stat-label {
    flex: 0 1 auto;
  }
}
.profile-stats-counters {
  border-bottom: solid 1px #ddd;
}

@media (min-width: 768px) {
  .profile-stats-counters {
    flex: 0 0 200px;
    border-bottom: 0;
    margin-left: 40px;
  }
  [dir=rtl] .profile-stats-counters {
    margin-left: 0;
    margin-right: 40px;
  }
}
@media (min-width: 1024px) {
  .profile-stats-counters {
    flex: 0 0 270px;
    margin-left: 60px;
  }
  [dir=rtl] .profile-stats-counters {
    margin-right: 60px;
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .profile-stats-counters .stat {
    flex-direction: column;
  }
}
@media (min-width: 1024px) {
  .profile-stats-counters .stat {
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  .profile-stats-counters .stat:not(:last-child) {
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .profile-stats-counters .stat-label {
    flex: 0 1 auto;
  }
}
@media (min-width: 1024px) {
  .profile-stats-counters .stat-label {
    flex: 0 0 100px;
  }
}
.profile-private-badge {
  flex-basis: 100%;
  border: solid 1px rgb(69, 117, 180);
  border-radius: 4px;
  color: rgb(69, 117, 180);
  padding: 5px 20px;
  font-size: 12px;
  text-align: center;
}

.profile-private-badge::after {
  content: "🔒";
  margin-left: 5px;
  font-family: "copenhagen-icons";
  vertical-align: middle;
  line-height: 15px;
}

@media (min-width: 768px) {
  .profile-private-badge {
    flex-basis: auto;
  }
}
.profile-nav {
  background-color: rgb(242.25, 242.25, 242.25);
  border: 0;
  margin-bottom: 37px;
}

.profile-section {
  width: 100%;
}

@media (min-width: 1024px) {
  .profile-section {
    width: calc(100% - 330px);
  }
}
.profile-section-header {
  display: flex;
  flex-wrap: wrap;
}

.profile-section-title {
  flex-basis: 100%;
  margin-bottom: 0;
}

.profile-section-description {
  flex-basis: 100%;
  padding: 10px 0;
  color: #585858;
  font-weight: 300;
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (min-width: 768px) {
  .profile-section-description {
    flex: 1 0 50%;
    padding-bottom: 0;
  }
}
.profile-section-sorter {
  flex-basis: 100%;
  border-top: solid 1px #eee;
  font-size: 13px;
}

.profile-section-sorter .dropdown-toggle {
  padding: 10px 0;
  width: 100%;
}

.profile-section-sorter .dropdown-toggle::after {
  position: absolute;
  right: 0;
}

[dir=rtl] .profile-section-sorter .dropdown-toggle::after {
  left: 0;
  right: initial;
}

@media (min-width: 768px) {
  .profile-section-sorter .dropdown-toggle::after {
    position: relative;
  }
}
@media (min-width: 768px) {
  .profile-section-sorter {
    flex: 0 1 auto;
    padding-top: 0;
    border-top: 0;
    margin-left: 20px;
  }
  [dir=rtl] .profile-section-sorter {
    margin-left: 0;
    margin-right: 20px;
  }
}
.profile-contribution {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  padding: 20px 0;
  position: relative;
}

.profile-contribution-header {
  margin-bottom: 5px;
}

.profile-contribution-title {
  margin: 0 0 5px 0;
  display: inline;
  line-height: 21px;
  font-size: 15px;
  vertical-align: middle;
}

.profile-contribution-body {
  margin: 10px 0;
}

.profile-contribution-list > .profile-contribution {
  border-top: 1px solid #eee;
}

@media (min-width: 768px) {
  .profile-contribution-list > .profile-contribution {
    padding-left: 30px;
  }
  [dir=rtl] .profile-contribution-list > .profile-contribution {
    padding-right: 30px;
    padding-left: 0;
  }
}
.profile-contribution-list > .profile-contribution:last-child {
  border-bottom: 1px solid #eee;
}

.profile-contribution-list > .profile-contribution::before {
  left: 0;
  position: absolute;
  font-size: 16px;
  color: #ccc;
  font-family: "copenhagen-icons";
  line-height: 25px;
}

[dir=rtl] .profile-contribution-list > .profile-contribution::before {
  right: 0;
}

.profile-contribution-list .profile-contribution-header {
  margin-left: 30px;
}

[dir=rtl] .profile-contribution-list .profile-contribution-header {
  padding-right: 30px;
  padding-left: 0;
}

@media (min-width: 768px) {
  .profile-contribution-list .profile-contribution-header {
    margin-left: 0;
  }
  [dir=rtl] .profile-contribution-list .profile-contribution-header {
    padding-right: 0;
  }
}
.profile-comments .profile-contribution-breadcrumbs {
  margin-left: 30px;
}

[dir=rtl] .profile-comments .profile-contribution-breadcrumbs {
  padding-right: 30px;
  padding-left: 0;
}

@media (min-width: 768px) {
  .profile-comments .profile-contribution-breadcrumbs {
    margin-left: 0;
  }
  [dir=rtl] .profile-comments .profile-contribution-breadcrumbs {
    padding-right: 0;
  }
}
.profile-section .no-activity,
.profile-section .private-activity {
  display: block;
  margin-top: 40px;
  color: #999;
}

.profile-section .private-activity::before {
  content: "🔒";
  font-family: "copenhagen-icons";
  font-style: normal;
  font-size: 12px;
  font-weight: normal;
  vertical-align: middle;
  margin-right: 10px;
}

[dir=rtl] .profile-section .private-activity::before {
  margin-right: 0;
  margin-left: 10px;
}

.profile-activity-list {
  margin-top: 25px;
}

.profile-activity {
  position: relative;
  padding-bottom: 30px;
}

@media (min-width: 768px) {
  .profile-activity {
    padding-left: 20px;
  }
  [dir=rtl] .profile-activity {
    padding-right: 20px;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .profile-activity:not(:last-child) {
    border-left: 1px solid #ddd;
  }
  [dir=rtl] .profile-activity:not(:last-child) {
    border-left: 0;
    border-right: 1px solid #ddd;
  }
}
.profile-activity-header {
  display: flex;
  align-items: center;
  margin-left: 35px;
}

[dir=rtl] .profile-activity-header {
  margin-left: 0;
  margin-right: 35px;
}

@media (min-width: 768px) {
  .profile-activity-header {
    margin-left: 0;
  }
  [dir=rtl] .profile-activity-header {
    margin-right: 0;
  }
}
.profile-activity-header .user-avatar {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  min-width: 40px;
  align-self: flex-start;
}

[dir=rtl] .profile-activity-header .user-avatar {
  margin-left: 10px;
  margin-right: 0;
}

.profile-activity-description {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  margin: 0;
  min-width: 0;
  width: 100%;
}

.profile-activity-description span:first-child {
  font-weight: 600;
  display: inline;
}

.profile-activity-contribution {
  padding: 20px;
  margin-top: 10px;
  border-radius: 8px;
  background-color: rgb(247.35, 247.35, 247.35);
}

@media (min-width: 768px) {
  .profile-activity-contribution {
    margin-top: 0;
    margin-left: 50px;
  }
  [dir=rtl] .profile-activity-contribution {
    margin-left: 0;
    margin-right: 50px;
  }
}
.profile-activity::before {
  position: absolute;
  left: 0;
  width: 28px;
  border-radius: 50%;
  content: "";
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-color: rgb(255, 255, 255);
  background-position: 50% 50%;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  color: #ccc;
  font-family: "copenhagen-icons";
}

[dir=rtl] .profile-activity::before {
  right: 0;
}

@media (min-width: 768px) {
  .profile-activity::before {
    left: -14px;
  }
  [dir=rtl] .profile-activity::before {
    right: -14px;
  }
}
.profile-articles > .profile-contribution::before,
.profile-activity-list > li[class$=-article]::before {
  content: "📄";
}

.profile-posts > .profile-contribution::before,
.profile-activity-list > li[class$=-post]::before {
  content: "📔";
}

.profile-comments > .profile-contribution::before,
.profile-activity-list > li[class$=-comment]::before {
  content: "💬";
  line-height: 35px;
}

/***** Search results *****/
.search-results {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}

.search-result:before,
.search-result:after {
  content: " ";
  display: table;
}

.search-result:after {
  clear: both;
}

.search-result {
  *zzom: 1;
}

@media (min-width: 1024px) {
  .search-results {
    flex-direction: row;
  }
}
.search-results-searchbox {
  display: none;
}

.search-results-column {
  flex: 1 1 auto;
}

.search-results-list {
  margin-bottom: 25px;
}

.search-results-list > li {
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
}

.search-results-list > li:first-child {
  border-top: 1px solid #ddd;
}

.search-result-description {
  margin-top: 10px;
  margin-bottom: 10px;
}

.search-result-link {
  font-size: 20px;
}

.search-result-votes, .search-result-meta-count {
  color: #585858;
  display: inline-block;
  font-size: 13px;
  font-weight: 300;
  padding: 4px 5px;
  position: relative;
}

.search-result-votes::before, .search-result-meta-count::before {
  color: rgb(69, 117, 180);
}

[dir=ltr] .search-result-votes, [dir=ltr] .search-result-meta-count {
  margin-left: 5px;
}

[dir=ltr] .search-result-votes::before, [dir=ltr] .search-result-meta-count::before {
  margin-right: 3px;
}

[dir=rtl] .search-result-votes, [dir=rtl] .search-result-meta-count {
  margin-right: 5px;
}

[dir=rtl] .search-result-votes::before, [dir=rtl] .search-result-meta-count::before {
  margin-left: 3px;
}

.search-result-votes::before {
  content: "👍";
}

.search-result-meta-count::before {
  content: "💬";
}

.search-result .meta-group {
  align-items: center;
}

.search-result-breadcrumbs {
  margin: 0 0 0 3px;
}

@media (min-width: 1024px) {
  .search-result-breadcrumbs li + li::before {
    content: "";
    margin: 0;
  }
  .search-result-breadcrumbs li {
    margin-right: 16px;
  }
  .search-result-breadcrumbs li a {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #f9f7f4;
    padding: 2px 4px 2px 0;
    height: 24px;
    color: #334;
    transition-duration: 0.2s;
    transition-property: background-color;
  }
  .search-result-breadcrumbs li a:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    top: 0;
    left: -16px;
    border-style: solid;
    border-width: 12px 8px;
    border-color: #f9f7f4 #f9f7f4 #f9f7f4 transparent;
    transition-duration: 0.2s;
    transition-property: border-color;
  }
  .search-result-breadcrumbs li a:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    top: 0;
    right: -16px;
    border-style: solid;
    border-width: 12px 8px;
    border-color: transparent transparent transparent #f9f7f4;
    transition-duration: 0.2s;
    transition-property: border-color;
  }
  .search-result-breadcrumbs li:first-child a:before {
    border-color: #f9f7f4;
    border-width: 12px 3px;
    left: -6px;
  }
  .search-result-breadcrumbs li a:hover {
    text-decoration: none;
    background-color: #efede8;
  }
  .search-result-breadcrumbs li a:hover:before {
    border-color: #efede8 #efede8 #efede8 transparent;
  }
  .search-result-breadcrumbs li a:hover:after {
    border-color: transparent transparent transparent #efede8;
  }
  .search-result-breadcrumbs li:first-child a:hover:before {
    border-color: #efede8;
  }
}
/*-----------------------------------
  はじめにページ
------------------------------------*/
.firstContents .row:before,
.firstContents .row:after {
  content: " ";
  display: table;
}

.firstContents .row:after {
  clear: both;
}

.firstContents h3 {
  margin-top: 35px;
  min-height: 51px;
  border: none;
  font-size: 24px;
  color: #00248b;
  padding: 9px 0 0 55px;
  background: url("https://help-center.freee.co.jp/article_icons/icon-swallow-v2.png") 0 center no-repeat transparent;
  vertical-align: middle;
}

.firstContents h3:first-child {
  margin-top: 0;
}

.firstContents p.balloon {
  padding: 5px 10px;
  border: 1px solid #AAA;
  border-radius: 5px;
  position: relative;
}

.firstContents p.balloon:before,
.firstContents p.balloon:after {
  content: "";
  height: 0;
  width: 0;
  border-style: solid;
  border-width: 10px;
  position: absolute;
}

.firstContents p.balloon:before {
  border-color: transparent transparent #AAA transparent;
  top: -20px;
  left: 5px;
}

.firstContents p.balloon:after {
  border-color: transparent transparent #FFF transparent;
  top: -19px;
  left: 5px;
}

.firstContents h3 + p.balloon {
  margin-top: -15px;
}

.firstContents .slide {
  text-align: center;
}

.firstContents .firstContents-feature {
  margin-top: 5px;
}

.firstContents .firstContents-feature a {
  padding: 20px 0;
  margin-right: 3px;
  display: block;
  width: 30%;
  float: left;
  border: 1px solid rgba(0, 36, 139, 0.2);
  text-align: center;
  vertical-align: middle;
  border-radius: 3px;
}

.firstContents .firstContents-feature a:hover {
  text-decoration: none;
  border: 1px solid #00248b;
  background-color: #ecf6fb;
}

.firstContents .firstContents-support .support-content {
  width: 48%;
  float: left;
  border: 1px dashed #363B69;
  margin: 0 5px 5px 0;
  padding: 10px 20px;
}

.firstContents .firstContents-support .support-content h4 {
  font-size: 19.2px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #00248b;
  text-align: center;
}

.firstContents .firstContents-support .support-content p {
  margin: 3px 0;
}

.firstContents .firstContents-support .support-content p.hint {
  font-size: 12.8px;
  margin-top: 0;
}

.firstContents .firstContents-support .support-content img {
  display: block;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  border: 0;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.4);
}

.firstContents .firstContents-support .support-content a.btn {
  text-align: center;
  display: block;
  padding: 10px 0;
  background-color: #363b69;
  color: #FFF;
  margin-bottom: 5px;
  border-radius: 5px;
}

.firstContents .firstContents-support .support-content a.btn:hover {
  text-decoration: none;
  background-color: #4f579c;
}

.firstContents .firstContents-support > .row:first-child .support-content {
  min-height: 385px;
}

.firstContents .firstContents-support > .row:last-child .support-content {
  min-height: 250px;
}

.firstContents .firstContents-plan table.plan-outline {
  border-collapse: separate;
  border-spacing: 3px 1px;
  width: 100%;
  margin-top: 10px;
}

.firstContents .firstContents-plan table.plan-outline th {
  padding: 15px;
  background-color: #4f579c;
  color: #FFF;
  font-size: 19.2px;
  width: 210px;
}

.firstContents .firstContents-plan table.plan-outline td {
  text-align: center;
  vertical-align: top;
  padding: 10px 5px;
}

.firstContents .firstContents-plan table.plan-outline td ul {
  list-style-type: none;
  margin: 0;
}

.firstContents .firstContents-plan table.plan-outline td ul li {
  margin: 0;
}

.firstContents .firstContents-plan table.plan-outline td .plan-price {
  display: inline-block;
  font-size: 17.6px;
  padding: 10px 0 20px 0;
}

.firstContents .firstContents-plan table.plan-outline ul.plan-feature {
  margin-bottom: 35px;
  text-align: center;
}

.firstContents .firstContents-plan table.plan-outline ul.plan-feature li {
  border-bottom: 2px solid #00248b;
  font-size: 17.6px;
  margin: 0 30px 0px 30px;
}

.firstContents .firstContents-plan table.plan-outline th.plan-free {
  background-color: #CCC;
  color: #000;
}

.firstContents .firstContents-plan table.plan-outline td.plan-free ul.plan-feature {
  margin-bottom: 25px;
  text-align: center;
}

.firstContents .firstContents-plan table.plan-outline td.plan-free ul.plan-feature li {
  border-bottom: none;
  font-size: 12.8px;
  margin: 0;
}

.firstContents .firstContents-plan table.plan-outline ul.plan-support {
  text-align: center;
}

.firstContents .firstContents-plan table.plan-feature {
  margin-top: 10px;
}

.firstContents .firstContents-plan table.plan-feature tr th:nth-child(2) {
  background-color: #CCC;
}

.firstContents .firstContents-plan table.plan-feature tr th:nth-child(3) {
  background-color: #4f579c;
  color: #FFF;
}

.firstContents .firstContents-plan table.plan-feature tr td {
  text-align: center;
}

.firstContents .firstContents-plan table.plan-feature tr td:first-child {
  text-align: left;
  font-weight: normal;
}

.firstContents .firstContents-plan table.plan-feature tr td:nth-child(3) {
  background-color: #f4fafd;
}

.firstContents .firstContents-plan table.plan-feature span.hint {
  margin-left: 3px;
  font-size: 8.96px;
  color: #999;
}

.firstContents .firstContents-plan p.hint {
  text-align: right;
  margin: 5px 0 0 0;
  font-size: 12.8px;
  color: #999;
}

.firstContents .firstContents-links {
  list-style-type: none;
  margin: 0;
}

.firstContents .firstContents-links li {
  margin: 0 0 5px 0;
  font-size: 17.6px;
}

.firstContents .firstContents-links li a {
  display: block;
  padding: 10px 15px;
  border: 1px solid rgba(0, 36, 139, 0.2);
  border-radius: 3px;
}

.firstContents .firstContents-links li a:hover {
  text-decoration: none;
  border: 1px solid #00248b;
  background-color: #ecf6fb;
}

.firstContents .firstContents-links li img {
  border: none;
  margin-right: 15px;
  width: 45px;
}

/*-----------------------------------
  動画一覧、スライド一覧
------------------------------------*/
.videoPage h3,
.slidePage h3 {
  margin-top: 35px;
  min-height: 51px;
  border: none;
  font-size: 24px;
  color: #00248b;
  padding: 9px 0 0 55px;
  background: url("https://help-center.freee.co.jp/article_icons/icon-swallow-v2.png") 0 center no-repeat transparent;
  vertical-align: middle;
}

.videoPage h3:first-child,
.slidePage h3:first-child {
  margin-top: 0;
}

.videoPage .video,
.slidePage .video,
.videoPage .slide,
.slidePage .slide {
  padding: 15px 0;
  margin-bottom: 15px;
  text-align: center;
  background-color: #1A1A1A;
  border-radius: 5px;
}

.videoPage .slide,
.slidePage .slide {
  background-color: #323232;
}

.videoPage h4,
.slidePage h4 {
  margin-top: 55px;
  margin-bottom: 10px;
}

.videoPage h3 + h4,
.slidePage h3 + h4 {
  margin-top: 15px;
}

/*-----------------------------------
ebook
------------------------------------*/
.ebook {
  border: 2px solid #6e95ce;
  padding: 30px;
  margin-top: 20px;
  overflow: hidden;
}

.ebook .ebook-img {
  width: 250px;
  margin: 0px auto;
}

.ebook .ebook-img img {
  width: 250px;
  height: auto;
  margin: 0px;
}

.ebook .ebook-content .title {
  font-size: 18px;
  text-align: center;
  letter-spacing: 2px;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccd2e2;
}

.ebook .ebook-content .ebook_lists {
  font-weight: normal;
  font-size: 14px;
}

.ebook .ebook-content a {
  display: block;
  text-align: center;
  width: auto;
  color: #fff;
  background: #eda93d;
  padding: 20px 0px;
  border-radius: 5px;
  font-size: 18px;
  letter-spacing: 2px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  margin: 0 auto;
}

.ebook .ebook-content a:hover {
  opacity: 0.7;
}

.ebook .ebook-content a:after {
  content: "";
  display: inline-block;
  margin-left: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 7px;
  border-color: transparent transparent transparent #fff;
}

.ebook a.ebooks-sp {
  display: none;
}

@media (min-width: 768px) {
  .ebook .ebook-img {
    float: left;
  }
  .ebook .ebook-img img {
    margin: 0;
  }
  .ebook .ebook-content {
    width: 320px;
    float: right;
  }
  .ebook .ebook-content a {
    width: 320px;
  }
  p.ebooks-sp {
    display: block;
  }
}
a.ebook-sp {
  display: none;
}

@media all and (max-width: 640px) {
  a.ebook-sp {
    width: 100%;
    font-size: 13px;
    padding: 6px 0px;
    margin-top: 10px;
    position: relative;
    top: 10px;
    background: #eda93d;
    text-align: center;
    font-weight: bold;
    color: #fff;
    display: block;
    overflow: hidden;
    border-radius: 3px;
  }
  a.ebook-sp:after {
    content: "";
    display: inline-block;
    margin-left: 10px;
    width: 0;
    height: 0;
    top: -2px;
    border-style: solid;
    position: relative;
    border-width: 3px 0 3px 3.5px;
    border-color: transparent transparent transparent #fff;
  }
}
/*-----------------------------------
  planの共通様式
------------------------------------*/
table.plan-outline {
  border-collapse: separate;
  border-spacing: 3px 0px;
  width: 100%;
  margin-top: 10px;
}

table.plan-outline th {
  padding: 11px;
  background-color: #4f579c;
  vertical-align: middle;
  color: #FFF;
  font-size: 16px;
  width: 220px;
}

table.plan-outline td {
  text-align: center;
  vertical-align: middle;
  padding: 10px 5px;
}

table.plan-outline td ul {
  list-style-type: none;
  margin: 0;
}

table.plan-outline td ul li {
  margin: 0;
}

table.plan-outline td .plan-price {
  display: inline-block;
  font-size: 17.6px;
  padding: 10px 0 20px 0;
}

table.plan-outline .plan-price-notes {
  font-size: 11px;
  line-height: 0px;
}

table.plan-outline ul.plan-feature {
  text-align: left;
  margin: 10px 0px;
}

table.plan-outline ul.plan-feature li {
  font-size: 14px;
  margin: 0 8px 0px 8px;
}

table.plan-outline th.plan-free {
  background-color: #CCC;
  color: #000;
}

table.plan-outline td.plan-free ul.plan-feature li {
  margin: 0 8px 0px 8px;
}

table.plan-outline ul.plan-support {
  text-align: left;
  margin: 0 8px 0px 8px;
}

table.plan-outline span.hint {
  margin-left: 3px;
  font-size: 8.96px;
  color: #999;
}

p.hint {
  margin: 5px 0 0 0;
  font-size: 12.8px;
  color: #999;
}

/*-----------------------------------
 人事労務のplanの共通様式
------------------------------------*/
table.plan-outline-hr {
  border-collapse: separate;
  border-spacing: 3px 0px;
  width: 100%;
  margin-top: 10px;
}

table.plan-outline-hr th {
  padding: 11px;
  background-color: #006939;
  vertical-align: middle;
  color: #FFF;
  font-size: 16px;
  width: 220px;
}

table.plan-outline-hr td {
  text-align: center;
  vertical-align: middle;
  padding: 10px 5px;
}

table.plan-outline-hr td ul {
  list-style-type: none;
  margin: 0;
}

table.plan-outline-hr td ul li {
  margin: 0;
}

table.plan-outline-hr td .plan-price {
  display: inline-block;
  font-size: 17.6px;
  padding: 10px 0 20px 0;
}

table.plan-outline-hr .plan-price-notes {
  font-size: 11px;
  line-height: 0px;
}

table.plan-outline-hr ul.plan-feature {
  text-align: left;
  margin: 10px 0px;
}

table.plan-outline-hr ul.plan-feature li {
  font-size: 14px;
  margin: 0 8px 0px 8px;
}

table.plan-outline-hr th.plan-free {
  background-color: #CCC;
  color: #000;
}

table.plan-outline-hr td.plan-free ul.plan-feature li {
  margin: 0 8px 0px 8px;
}

table.plan-outline-hr ul.plan-support {
  text-align: left;
  margin: 0 8px 0px 8px;
}

table.plan-outline-hr span.hint {
  margin-left: 3px;
  font-size: 8.96px;
  color: #999;
}

p.hint {
  margin: 5px 0 0 0;
  font-size: 12.8px;
  color: #999;
}

/* 記事詳細ページの概要のstyle */
.article-body > .overview {
  margin-bottom: 24px;
}

.article-body {
  margin: 24px 0 0 0;
  font-size: 1rem;
}
.article-body h2 {
  font-size: 1.5rem;
  margin-bottom: 24px;
}
.article-body h3 {
  font-size: 1.25rem;
}
.article-body h4 {
  font-size: 1rem;
}
.article-body ul {
  list-style-type: disc;
}
.article-body img {
  max-width: 630px;
  margin-top: 16px;
  margin-bottom: -3px;
  height: auto;
}
@media (max-width: 768px) {
  .article-body {
    /* PC表示でインラインスタイルのwidthを優先するために、ここだけmaxを使用 */
  }
  .article-body img {
    max-width: 100%;
  }
}

/* 記事詳細ページの旧目次のstyle */
.article-body .toc {
  background: #F7F5F5;
  border: none;
  margin: 0 0 32px 0;
  padding: 24px;
}

.article-body .toc h2 {
  color: #252525;
  margin-bottom: 16px;
  border-bottom: none;
}

.article-body .toc ul {
  margin: 0;
}

.article-body:not(.toc):not(.new-toc) > h2 {
  margin-top: 48px;
}

@media (max-width: 767px) {
  .article-title {
    margin: 0;
  }
  h1 {
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) {
  .article-title {
    flex-basis: 100%;
    margin: 0;
  }
  h1 {
    font-size: 2rem;
  }
}
/* 記事詳細ページの概要のstyle */
.article-body > .overview {
  font-weight: normal;
}

.article-body h2, .article-body h3, .article-body h4 {
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.article-body h2 {
  color: #1E46AA;
  border-bottom: solid 4px #1E46AA;
  padding-bottom: 8px;
}
.article-body h3 {
  margin-top: 24px;
  margin-bottom: 16px;
}
.article-body h3 strong {
  font-weight: 600;
}
.article-body h3:before {
  content: url("https://help-center.freee.co.jp/article_icons/article_icon_h3.png");
  padding-right: 6px;
}
.article-body .h3-content {
  padding-left: 24px;
}
.article-body h4 {
  position: relative;
  margin-top: 24px;
  margin-bottom: 16px;
}
.article-body h4 strong {
  font-weight: 600;
}
.article-body h4:before {
  content: url("https://help-center.freee.co.jp/article_icons/article_icon_h4.png");
  padding-right: 9px;
  vertical-align: middle;
}
.article-body ul ul {
  list-style-type: circle; /* 2階層目以降 */
}
.article-body img {
  filter: drop-shadow(0px 2px 7px rgba(0, 0, 0, 0.15));
  border-radius: 6px;
  border: none;
}
.article-body .no-shadow {
  filter: none;
  border-radius: 8px;
}

@media (max-width: 767px) {
  h1 {
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
}
@media (min-width: 768px) {
  h1 {
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
}