@charset "UTF-8";
/***** Normalize.css *****/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/*
  $color_1 等の指定は、manifest.jsonの色指定を使いたくない（個別に指定する）から指定しているものと判断してそのまま
*/

/***** Base *****/
* {
  box-sizing: border-box;
}

body {
  background-color: $color_5;
  color: $color_3;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  padding: 0;
}

body > main {
  margin-top: 48px;
}
.gmoGroupHeader {
  position: absolute;
  top: -29px;
}

@media (max-width: 768px) {
.gmoGroupHeader {
    position: relative;
    top: auto;
}
}

@media (min-width: 980px) {
  body > main {
    margin-top: 0;
    min-height: 65vh;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-family: $font_1;
  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: #4c87bb;
  text-decoration: none;
}

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

input,
textarea {
  color: #4d4d4d;
  font-size: 80%;
}
@media (min-width: 980px) {
  input,
  textarea {
    font-size: 106.7%;
  }
}

input {
  max-width: 100%;
  box-sizing: border-box;
  outline: none;
  transition: border .12s ease-in-out;
}

input[type="text"]:focus {
  border: 1px solid #4c87bb;
  box-shadow:0px 0px 8px 0px #4c87bb;
}
input[type="text"]:hover {
  border: 1px solid #4c87bb;
}

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

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url("/hc/assets/dropdown-arrow.svg") 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 $color_1;
}

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 #4c87bb;
  box-shadow:0px 0px 8px 0px #4c87bb;
}
textarea:hover {
  border: 1px solid #4c87bb;
}

.container {
  width: 100%;
  margin: 0;
  padding: 0 20px;
}
@media (min-width: 980px) {
  .container {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0;
    width: 95%;
  }
}

.container-divider {
  border-top: 1px solid #ddd;
  margin-bottom: 20px;
}

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

.error-page {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 5%;
  padding-top: 20px;
  color: #414f5c;
}

@media (min-width: 980px) {
  .error-page {
    padding-top: 50px;
    width: 90%;
  }
}

/*.dropdown-toggle::after {
  color: #8a95a8 !important;
}*/
/***** dropdownに関連してCopenhagenV4から追加 ここから *****/
.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-toggle {
  cursor: pointer;
  background: none;
  border: 0;
  display: inline-block;
  padding: 0;
  text-align: initial;
  vertical-align: middle;
}
.dropdown-toggle:hover {
  text-decoration: none;
}
.dropdown-toggle > * {
  display: inline-block;
}
.dropdown-toggle[aria-expanded=true] + .dropdown-menu {
  display: block;
}

.dropdown-menu {
  background: #fff;
  border: 1px solid #d8dcde;
  border-radius: 3px;
  box-shadow: 0px 20px 30px 0px rgba(23, 73, 77, 0.15);
  display: none;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  left: 0;
  margin-top: 1px;
  min-width: 170px;
  padding: 10px 0;
  position: absolute;
  text-align: left;
  z-index: 1000;
}
[dir=rtl] .dropdown-menu {
  text-align: right;
}
.dropdown-menu [role=separator] {
  border-bottom: 1px solid #e9ebed;
  margin: 4px 0;
}
.dropdown-menu [role=menuitem],
.dropdown-menu [role=menuitemradio] {
  color: #2f3941;
  cursor: pointer;
  display: block;
  padding: 7px 40px 7px 20px;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  text-align: start;
  line-height: inherit;
  width: 100%;
}
[dir=rtl] .dropdown-menu [role=menuitem],
[dir=rtl] .dropdown-menu [role=menuitemradio] {
  padding: 7px 20px 7px 40px;
}
.dropdown-menu [role=menuitem]:hover, .dropdown-menu [role=menuitem]:focus,
.dropdown-menu [role=menuitemradio]:hover,
.dropdown-menu [role=menuitemradio]:focus {
  background: rgba(31, 115, 183, 0.08);
  text-decoration: none;
  color: #2f3941;
}
.dropdown-menu [role=menuitem][aria-selected=true], .dropdown-menu [role=menuitem][aria-checked=true],
.dropdown-menu [role=menuitemradio][aria-selected=true],
.dropdown-menu [role=menuitemradio][aria-checked=true] {
  cursor: default;
}
.dropdown-menu [role=menuitem][aria-selected=true]::after, .dropdown-menu [role=menuitem][aria-checked=true]::after,
.dropdown-menu [role=menuitemradio][aria-selected=true]::after,
.dropdown-menu [role=menuitemradio][aria-checked=true]::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M1 7l3 3 7-7'%3E%3C/path%3E%3C/svg%3E");
  display: inline-block;
  height: 12px;
  margin-left: 10px;
  width: 12px;
}
[dir=rtl] .dropdown-menu [role=menuitem][aria-selected=true]::after, [dir=rtl] .dropdown-menu [role=menuitem][aria-checked=true]::after,
[dir=rtl] .dropdown-menu [role=menuitemradio][aria-selected=true]::after,
[dir=rtl] .dropdown-menu [role=menuitemradio][aria-checked=true]::after {
  margin-left: 0;
  margin-right: 10px;
  float: left;
}
.dropdown-menu [role=menuitem][hidden], .dropdown-menu [role=menuitem][aria-hidden=true],
.dropdown-menu [role=menuitemradio][hidden],
.dropdown-menu [role=menuitemradio][aria-hidden=true] {
  display: none !important;
}

.dropdown-menu-end {
  left: auto;
  right: 0;
}

.dropdown-menu-top {
  bottom: 100%;
  margin-bottom: 1px;
}

[dir=rtl] .dropdown-menu {
  left: auto;
  right: 0;
  text-align: right;
}
[dir=rtl] .dropdown-menu-end {
  left: 0;
  right: auto;
}

.dropdown-chevron-icon {
  vertical-align: middle;
}
/***** dropdownに関連してCopenhagenV4から追加 ここまで*****/

/***** Buttons *****/
.button, [role="button"] {
  border: 1px solid $color_1;
  border-radius: 4px;
  color: $color_1;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  line-height: 2.34;
  margin: 0;
  padding: 0 20px;
  text-align: center;
  transition: background-color .12s ease-in-out, border-color .12s ease-in-out, color .15s ease-in-out;
  user-select: none;
  white-space: nowrap;
  width: 100%;
  -webkit-touch-callout: none;
}

@media (min-width: 980px) {
  .button, [role="button"] {
    width: auto;
  }
}

.button::after, [role="button"]::after {
  color: $color_1;
}

.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: $color_1;
  color: $color_2;
  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: darken($color_1, 20%);
  border-color: darken($color_1, 20%);
}

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

.button-large, input[type="submit"] {
  background-color: #4886bc;
  border: 0;
  border-radius: 4px;
  color: #fff;
  font-size: 86.7%;
  font-weight: 500;
  line-height: 1em;
  min-width: 240px;
  padding: 15px;
  width: 100%;
}

@media (min-width: 980px) {
  .button-large, input[type="submit"] {
    width: auto;
    font-size: 120%;
  }
}

.button-large:hover, .button-large:active, .button-large:focus, input[type="submit"]:hover, input[type="submit"]:active, input[type="submit"]:focus {
  background-color: #3c7cb5;
}

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

.button-secondary {
  color: lighten($color_3, 20%);
  border: 1px solid #ddd;
  background-color: transparent;
}

.button-secondary:hover, .button-secondary:focus, .button-secondary:active {
  color: $color_3;
  border: 1px solid #ddd;
  background-color: darken($color_5, 3%);
}

button#close-btn{
  cursor: pointer;
}
/*新規リクエストの送信ボタン*/
button[type="submit"]{
  background-color: #4886bc;
  border: 0;
  border-radius: 4px;
  color: #fff;
  font-size: 86.7%;
  font-weight: 500;
  line-height: 1em;
  min-width: 240px;
  padding: 15px;
  width: 100%;
}
button[type="submit"]:hover{
  background-color: #3c7cb5;
}

@media (min-width: 980px) {
  button[type="submit"]{
    width: auto;
    font-size: 120%
  }
}

/***** Tables *****/
.table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  table-layout: fixed;
}

@media (min-width: 980px) {
  .table {
    table-layout: auto;
  }
}

.table th,
.table th a {
  color: lighten($color_3, 20%);
  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: 980px) {
  .table tr {
    display: table-row;
  }
}

.table td {
  display: block;
}

@media (min-width: 980px) {
  .table td {
    display: table-cell;
  }
}

@media (min-width: 980px) {
  .table td, .table th {
    padding: 20px 30px;
  }
}

@media (min-width: 980px) {
  .table td, .table th {
    padding: 10px 20px;
    height: 60px;
  }
}

/***** 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 $color_1;
}

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

.form-field input[type="text"]:focus {
  border: 1px solid $color_1;
}

.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 $color_1;
  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: lighten($color_3, 20%);
  font-size: 12px;
  margin: 5px 0;
}

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

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

.form footer a {
  color: lighten($color_3, 20%);
  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;
}

.form .suggestion-list li a:visited {
  color: darken($color_4, 20%);
}

/***** Header *****/
.header {
  width: 100%;
  min-width: 320px;
  height: 48px;
  margin: 0;
  padding: 0;
  position: fixed;
  top: 0;
  z-index: 1000000000;
}
.header.active {
  display: block !important;
}
.header_obi {
  display: none;
}
.header_nav {
    background-color: #8c98a2;
    padding: 10px 0;
}
.header_nav .container {
  display: block;
  padding: 0 12px !important;
}
.header_nav h1 {
  margin: 0;
  color: #fff;
  font-size: 80%;
  font-weight: 500;
  line-height: 1.8em;
  display: inline-block;
}
.header_nav h1 img {
  width: 160px;
  height: 32px;
  margin-right: 10px;
  vertical-align: bottom;
}
.header_nav h1 a {
  color: #fff;
  text-decoration: none;
}
.header_nav .pcnav {
  float: right;
}
.header_nav .pcnav .subnavi {
  display: none;
}
.header_nav .pcnav .mainnavi li.normal,
.header_nav .pcnav .mainnavi li.login {
  display: none;
}
.header_nav .pcnav .mainnavi li.signup a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  background-color: #d45044;
  font-size: 73.3%;
  font-weight: 700;
  line-height: 1em;
  padding: 9px 12px;
  border-radius: 4px;
}
.header_nav #burger {
  display: block;
  width: 28px;
  height: 28px;
  float: right;
  cursor: pointer;
  margin-left: 12px;
  background: url(/hc/theming_assets/01KJARCA7GZ759MSBXGCWM2H0G) left top no-repeat;
  background-size: 56px 28px;
}
.spnav {
  display: none;
  position: absolute;
  top: 48px;
  left: 0;
  width: 100%;
  background-color: #f0f4f5;
  z-index: 1000000000;
}
.spnav .mainnavi a {
  display: block;
  background-color: #fff;
  padding: 18px 20px;
  font-size: 106.7%;
  border-bottom: 1px solid #e0e0e0;
  line-height: 1em;
  color: #414f5c;
  font-weight: 500;
  text-decoration: none;
  position: relative;
}
.spnav .mainnavi a::after {
  content: "\f105";
  font-family: "FontAwesome";
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 1em;
  line-height: 1em;
  font-size: 133.3%;
  color: #a4adb5;
}
.spnav .subnavi {
  padding: 20px 0;
}
.spnav .subnavi a {
  display: block;
  padding: 10px 20px 10px 40px;
  line-height: 1em;
  color: #414f5c;
  font-size: 93.3%;
  font-weight: 400;
  text-decoration: none;
}
.spnav .subnavi ul li {
  background: url(/hc/theming_assets/01KJARC8AHH3F59P9FVNT4JQY5) 20px center no-repeat;
  background-size: 12px 11px;
}
.spnav .navhead {
  padding: 18px 20px 15px 20px;
  border-bottom: 1px solid #e0e0e0;
}
.spnav .navhead p {
  display: block;
  padding-left: 25px;
  background: url(/hc/theming_assets/01KJARC7VE5V6Q11TV4MTJF4WS) left top no-repeat;
  background-size: 17px 17px;
  font-family: 'Roboto';
  font-weight: 700;
  color: #414f5c;
  font-size: 133.3%;
  line-height: 1em;
  letter-spacing: 1px;
  margin: 0 0 18px 0;
}
.spnav .navhead p span {
  font-family: "Noto Sans Japanese";
  font-weight: 400;
  font-size: 50%;
  line-height: 1em;
  letter-spacing: 0;
}
.spnav .navhead ul {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  padding-top: 15px;
  border-top: 1px solid #e0e0e0;
}
.spnav .navhead ul li {
  width: 30%;
}
.spnav .navhead ul li a {
  display: block;
  width: 100%;
  padding: 10px 2px;
  background-color: #3d576e;
  border-radius: 4px;
  text-align: center;
  color: #fff;
  font-size: 86.7%;
  font-weight: 700;
  text-decoration: none;
}
.spnav .navhead a.call {
  display: inline-block;
  border: 1px solid #475561;
  padding: 10px 15px;
  border-radius: 4px;
  font-size: 80%;
  font-weight: 700;
  color: #475561;
  text-align: center;
  text-decoration: none;
  float: right;
}
.spnav .navhead a.signup {
  display: block;
  background-color: #d45044;
  padding: 10px;
  border-radius: 4px;
  font-size: 100%;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin-top: 15px;
  text-decoration: none;
}

@media (min-width: 980px) {
  .header {
    height: auto;
    position: static;
  }
  .header_obi {
    display: block;
    background-color: #eee;
    padding: 9px 0;
  }
  .header_obi .container {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
  }
  .header_obi .container a {
    display: inline-block;
    height: 20px;
  }
  .header_nav {
    padding: 20px 10px;
  }
  .header_nav .container {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    padding: 0 !important;
  }
  .header_nav h1 {
    font-size: 134%;
    position: relative;
    top: 3px;
  }
  .header_nav h1 img {
    width: 286px;
    height: 47px;
    margin-right: 13px;
  }
  .header_nav .pcnav {
    float: none;
    display: flex;
    flex-flow: column nowrap;
  }
  .header_nav .pcnav .subnavi {
    display: block;
    text-align: right;
    position: relative;
    top: -10px;
  }
  .header_nav .pcnav .subnavi li {
    display: inline-block;
    padding-left: 20px;
    margin-left: 20px;
    background: url(/hc/theming_assets/01KJARC8DJ0TV56Y9V3FK3VWZ6) left center no-repeat;
  }
  .header_nav .pcnav .subnavi li a {
    font-size: 93.3%;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
  }
  .header_nav .pcnav .subnavi li a:hover {
    text-decoration: underline;
  }
  

  .header_nav .pcnav .subnavi .site_change {
    position: relative;
    top: -5px;
  }  
  
  .header_nav .pcnav .subnavi .web_link_flex {
    display:flex;
  }
  .header_nav .pcnav .subnavi .web_link_flex .logo_flex{
  	width: 143px; /*画像サイズ指定*/
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: relative;
    top: -2px;
  }
 
  .header_nav .pcnav .subnavi .web_link_flex .logo_text_flex{
  	width: 88px; /*画像サイズ指定*/
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: relative;
  }
  .header_nav .pcnav .mainnavi {
    display: block;
    text-align: right;
  }
  .header_nav .pcnav .mainnavi li,
  .header_nav .pcnav .mainnavi li.normal,
  .header_nav .pcnav .mainnavi li.login {
    display: inline-block;
  }
  .header_nav .pcnav .mainnavi li.normal a {
    color: #fff;
    text-decoration: none;
    font-size: 106.7%;
    font-weight: 500;
    margin-left: 30px;
  }
  .header_nav .pcnav .mainnavi li.normal a:hover {
    text-decoration: underline;
  }
  .header_nav .pcnav .mainnavi li.login a {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    background-color: #3d576e;
    font-weight: 700;
    line-height: 1em;
    padding: 10px 26px;
    border-radius: 4px;
    margin-left: 40px;
  }
  .header_nav .pcnav .mainnavi li.login a:hover {
    background-color: #374654;
  }
  .header_nav .pcnav .mainnavi li.signup a {
    font-size: 100%;
    padding: 10px 25px;
    margin-left: 7px;
  }
  .header_nav .pcnav .mainnavi li.signup a:hover {
    background-color: #c4483d;
  }
  .header_nav .pcnav .mainnavi li:first-of-type a {
    margin-left: 0;
  }
  .header_nav #burger,
  .spnav {
    display: none;
  }
}



/***** Footer *****/
footer .container {
  position: relative;
  text-align: center;
  padding: 40px 0 10px;
}
footer p {
  font-size: 60.0%;
  font-family: 'Roboto';
  font-weight: 500;
  color: #808080;
  letter-spacing: 1px;
  margin: 0;
}
footer a.pagetop_pc {
  display: none;
}
footer a.pagetop_sp {
  background: url(/hc/theming_assets/01KJARC813GHH8168AK0HXT3C8) left top no-repeat;
  background-size: 92px 48px;
  overflow: hidden;
  text-indent: -9999px;
  display: block;
  width: 46px;
  height: 48px;
  margin: 0 auto 20px auto;
}
footer a.pagetop_sp:hover {
  background-position: -46px 0;
}
footer .footer-language-selector {
  margin: 20px 0 25px 0;
}
footer .footer-language-selector .language-selector {
  border: 1px solid #999;
  padding: 7px 15px;
  line-height: 1em;
  border-radius: 3px;
  font-size: 13px;
}
footer .footer-language-selector .language-selector a {
  color: #999;
}
footer .footer-language-selector .language-selector button {
  color: #999;
}
footer .dropdown-menu {
	z-index: 10000000000;
}
footer .dropdown-menu-end {
  left: 0;
  right: auto;
}
@media (min-width: 980px) {
  footer .container {
    padding: 80px 0 10px;
  }
  footer p {
    font-size: 66.7%;
  }
  footer a.pagetop_pc {
    background: url(/hc/theming_assets/01KJARC814YA77PAH18D7B6AWG) left top no-repeat;
    overflow: hidden;
    text-indent: -9999px;
    display: block;
    width: 65px;
    height: 55px;
    position: absolute;
    top: 0;
    right: 0;
  }
  footer a.pagetop_pc:hover {
    background-position: -65px 0;
  }
  footer a.pagetop_sp {
    display: none;
  }
  footer .footer-language-selector {
  	position: absolute;
  	left: 0;
  	top: 25px;
  	bottom: 0;
  	margin: auto;
	}
  footer .footer-language-selector .language-selector {
  	padding: 5px 10px;
  	font-size: 12px;
	}
}

  footer　div.container {　position: relative;　}
  footer .siteseal { position: static; }
  footer .siteseal ul{ display: flex; justify-content: center;}
  footer .siteseal li { display: inline-block; width: 120px; height: 100px;　}
  footer .siteseal ul.clear:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }


/***** Breadcrumbs *****/
.breadcrumbs {
  display: none;
}
.breadcrumbs li + li::before {
  content: ">";
  margin: 0 4px;
}
@media (min-width: 980px) {
  .breadcrumbs {
    display: block;
    margin: 0 0 0 300px;
    padding: 20px 0 ;
  }
  .breadcrumbs li {
    color: #414f5c;
    display: inline;
    font-weight: 400;
    font-size: 80%;
    line-height: 1em;
  }
  .breadcrumbs li a {
    color: #4886bc;
    text-decoration: none;
  }
  .breadcrumbs li a:hover {
    text-decoration: underline;
  }
}


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

.search input[type="search"] {
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  color: #999;
  height: 40px;
  padding-left: 40px;
  padding-right: 10px;
  -webkit-appearance: none;
  width: 100%;
  font-size: 93.3%;
  font-family: "Noto Sans Japanese";
  font-weight: 300;
  background: url(/hc/theming_assets/01KJARC6REHHB20DMABJRX5DPY) 15px center no-repeat #fff;
  background-size: 17px 17px;
}

@media (min-width: 980px) {
  .search input[type="search"] {
    border-radius: 8px;
    height: 48px;
    padding-left: 50px;
    padding-right: 10px;
    font-size: 120%;
    background: url(/hc/theming_assets/01KJARC6REHHB20DMABJRX5DPY) 15px center no-repeat #fff;
    background-size: 24px 24px;
  }
}
.search input[type="search"]:hover {
  border: 1px solid #4c87bb;
}
.search input[type="search"]:focus {
  border: 1px solid #4c87bb;
  box-shadow:0px 0px 8px 0px #4c87bb;
}
.search input[type="search"]:placeholder-shown {
  color: #b2b2b2;
}
.search input[type="search"]::-webkit-input-placeholder {
  color: #b2b2b2;
}
.search input[type="search"]:-ms-input-placeholder {
  color: #b2b2b2;
}
.search input[type="search"]::-moz-placeholder {
  color: #b2b2b2;
}
[dir="rtl"] .search input[type="search"] {
  padding-right: 40px;
  padding-left: 20px;
}

.search input[type="search"]:focus {
  border: 1px solid $color_1;
  color: #555;
}

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

.page_head .search input[type="search"] {

}
@media (min-width: 980px) {
  .page_head .search input[type="search"] {
    border-radius: 4px;
    font-size: 106.7%;
    height: 40px;
    padding-left: 38px;
    background: url(/hc/theming_assets/01KJARC6REHHB20DMABJRX5DPY) 13px center no-repeat #fff;
    background-size: 16px 16px;
  }
}


/***** Hero component *****/
.hero {
  background-image: url(/hc/theming_assets/01KJARHVYZFSVPT4TZCBM66SYD);
  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;
  margin: 10px 0;
}

@media (min-width: 980px) {
  .page-header {
    align-items: baseline;
    flex-direction: row;
    margin: 0;
  }
}

.page-header .section-subscribe {
  flex-shrink: 0;
  margin-bottom: 10px;
}

@media (min-width: 980px) {
  .page-header .section-subscribe {
    margin-bottom: 0;
  }
}

.page-header h1 {
  flex-grow: 1;
  margin-bottom: 10px;
}

.page-header-description {
  font-style: italic;
  font-weight: 300;
  margin: 0 0 30px 0;
  word-break: break-word;
}

@media (min-width: 980px) {
  .page-header-description {
    flex-basis: 100%;
  }
}

.page-header .icon-lock::before {
  content: "\1F512";
  font-size: 20px;
  position: relative;
  left: -5px;
  vertical-align: baseline;
}

.sub-nav {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 30px;
  min-height: 50px;
  padding-bottom: 15px;
}

@media (min-width: 980px) {
  .sub-nav {
    align-items: baseline;
    flex-direction: row;
  }
}

@media (min-width: 980px) {
  .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: 980px) {
  .blocks-list {
    margin: 0 -15px;
  }
}

.blocks-item {
  border: 1px solid $color_1;
  border-radius: 4px;
  box-sizing: border-box;
  color: $color_1;
  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: 980px) {
  .blocks-item {
    margin: 0 15px 30px;
  }
}

.blocks-item:hover, .blocks-item:focus, .blocks-item:active {
  background-color: $color_1;
}

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

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

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

.blocks-item-internal a {
  color: $color_3;
}

.blocks-item-link {
  color: $color_1;
  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 *****/
#fv {
  background-color: #f0f4f5;
}
#fv .container {
  padding: 30px 20px;
}
#fv .fv_search h2 {
  text-align: center;
  color: #414f5c;
  font-size: 160%;
  font-weight: 400;
  line-height: 1em;
  margin: 0 0 30px 0;
}
#fv .fv_search p {
  font-size: 73.3%;
  font-weight: 300;
  line-height: 1em;
  color: #b2b2b2;
  margin: 10px 0 0 0;
}
#fv .fv_faq h2 {
  font-size: 120%;
  font-weight: 500;
  color: #414f5c;
  margin: 30px 0 0 0;
}
#fv .fv_faq ul li {
  padding-top: 15px;
  position: relative;
}
#fv .fv_faq ul li a {
  display: inline-block;
  color: #4d88bc;
  font-size: 93.3%;
  font-weight: 400;
  line-height: 1.4em;
  padding-left: 15px;
}
#fv .fv_faq ul li a::before {
  content: "\f105";
  font-family: "FontAwesome";
  position: absolute;
  left: 0;
  color: #a4adb5;
  font-size: 133.3%;
}
#fv .fv_faq ul li a:hover,
#fv .fv_faq ul li a:hover::before {
  color: #4d88bc !important;
}
#main {
  padding: 40px 0  10px 0;
}
#main a {
  display: block;
  width: 100%;
  border-top: 1px solid #e0e0e0;
  padding: 16px 25px 16px 0;
  position: relative;
}
#main a:last-of-type {
  /*border-bottom: 1px solid #e0e0e0;*/
}
#main a::after {
  content: "\f105";
  font-family: "FontAwesome";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  color: #a4adb5;
  font-size: 22px;
  line-height: 1em;
  height: 1em;
}

#main a > i {
    display: inline-block;
    width: 40px;
    height: 40px;
    float: left;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}
@media (min-width: 980px) {
  #main a > i {
    position: inherit;
  }
}
#main a.category01 > i {
  background: url(/hc/theming_assets/01KJARC66X6VW5CGYRV8080KF9) left top no-repeat;
  background-size: 80px 40px;
}
#main a.category02 > i {
  background: url(/hc/theming_assets/01KJARC68HGKBC2D1SNCYMD86T) left top no-repeat;
  background-size: 80px 40px;
}
#main a.category03 > i {
  background: url(/hc/theming_assets/01KJARC6F1NTJ2NCTZ4871QY87) left top no-repeat;
  background-size: 80px 40px;
}
#main a.category04 > i {
  background: url(/hc/theming_assets/01KJARC6G2SXVS14TBFKADZ07V) left top no-repeat;
  background-size: 80px 40px;
}
#main a.category05 > i {
  background: url(/hc/theming_assets/01KJARC6F450HXAX0XQ7GDJJD4) left top no-repeat;
  background-size: 80px 40px;
}
#main a.category06 > i {
  background: url(/hc/theming_assets/01KJARC20A6Y6QE518MQ88E98Z) left top no-repeat;
  background-size: 80px 40px;
}
#main a.category07 > i {
  background: url(/hc/theming_assets/01KJARC8447CREAS3SA7BQGVN3) left top no-repeat;
  background-size: 80px 40px;
}
#main a.category08 > i {
  background: url(/hc/theming_assets/01KJARC602KP44RPEGRPXK8KPR) left top no-repeat;
  background-size: 80px 40px;
}
#main a.category09 > i {
  background: url(/hc/theming_assets/01KJARC6C1KAS0J1VPMVK4PSNS) left top no-repeat;
  background-size: 80px 40px;
}
#main a.category10 > i {
  background: url(/hc/theming_assets/01KJARC6JGCPRQ95N14VCZ0FZY) left top no-repeat;
  background-size: 80px 40px;
}
#main a.category11 > i {
  background: url(/hc/theming_assets/01KJARC8EPECKVNS2HJ24KZ526) left top no-repeat;
  background-size: 80px 40px;
}
#main a.category12 > i {
  background: url(/hc/theming_assets/01KJARC7XYMNE4FFDBSDWBB4G9) left top no-repeat;
  background-size: 80px 40px;
}
#main a.category13 > i {
  background: url(/hc/theming_assets/01KJARC827WYZNFXD6PG0W7X4X) left top no-repeat;
  background-size: 80px 40px;
}
#main a.category14 > i {
  background: url(/hc/theming_assets/01K1V2TGEKDWFTZZHGHEZHPH5A) left top no-repeat;
  background-size: 80px 40px;
}
#main a.category15 > i {
  background: url(/hc/theming_assets/01KRYYKAHWBGEW0KV3ZG5JX96Q) left top no-repeat;
  background-size: 80px 40px;
}
#main a:hover > i {
  background-position: -40px 0;
}
#main a .cat_title {
  color: #414f5c;
  font-size: 106.7%;
  font-weight: 400;
  line-height: 1em;
  margin: 0 0 0 55px;
}
#main a .cat_txt {
  text-align: left;
  color: #4d4d4d;
  font-size: 73.3%;
  font-weight: 400;
  line-height: 1.6em;
  margin: 8px 0 0 55px;
}
#main a .detail {
  display: none;
}
#main a:hover {
  text-decoration: none;
}
#main a:hover .cat_title {
  color: #4c87bb;
  text-decoration: none;
}
#main a:hover .cat_txt {
  color: #4d4d4d;
  text-decoration: none;
}
#main a:hover .detail {
  color: #4c87bb;
  text-decoration: underline;
}
#cta {
  padding: 25px 0 15px 0;
}
#cta h2 {
  font-size: 120%;
  font-weight: 500;
  color: #414f5c;
}
#cta a.cta_wrap {
  border: 1px solid #e0e0e0;
  background-color: #f7f9fa;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  position: relative;
  padding: 20px 20px 20px 58px;
  text-decoration: none;
  min-height: 72px;
}
#cta a.cta_tel {
  border-bottom: none;
}
#cta a.cta_wrap img {
  position: absolute;
  left: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 32px;
  height: 32px;
}
#cta a.cta_wrap .cta_title {
  color: #414f5c;
  font-size: 93.3%;
  font-weight: 700;
  margin: 0;
  line-height: 1.3em;
}
#cta a.cta_tel .cta_title {
  display: none;
}
#cta a.cta_wrap .cta_telno {
  display: inline-block;
  margin: 0;
  font-family: 'Roboto';
  font-weight: 700;
  font-size: 126.7%;
  color: #414f5c;
  line-height: 1em;
  text-align: center;
  letter-spacing: 0;
  white-space: nowrap;
}
#cta a.cta_wrap .cta_telno span {
  display: block;
  font-family: "Noto Sans Japanese";
  font-weight: 400;
  font-size: 52.6%;
  line-height: 1em;
  margin-top: 4px;
  letter-spacing: 0;
}
#cta a.cta_wrap .cta_mail_pc {
  display: none;
}
#cta a.cta_tel::after {
  content: "電話をかける";
  font-size: 80.0%;
  color: #4c87bb;
  font-weight: 700;
}
#cta a.cta_mail::after {
  content: "\f105";
  font-family: "FontAwesome";
  font-size: 22px;
  color: #a4adb5;
}

@media (min-width: 980px) {
  #fv {
    padding: 0;
    margin: 0;
  }
  #fv .container {
    background: url(/hc/theming_assets/01KJARC6BZYJ29KFFQBHA2B9SJ) left bottom no-repeat;
    padding: 60px;
    min-height: 400px;
  }
  #fv .fv_search {
    float: left;
    width: 54%;
  }
  #fv .fv_search h2 {
    text-align: left;
    font-size: 40px;
    margin: 50px 0 30px 0;
  }
  #fv .fv_search p {
    font-size: 93.3%;
    margin: 15px 0 0 0;
  }
  #fv .fv_faq {
    margin-left: 62%;
  }
  #fv .fv_faq h2 {
    margin: 0 0 10px 0;
  }
  #fv .fv_faq ul li {
    padding-top: 18px;
  }
  #fv .fv_faq ul li a {
    font-size: 106.7%;
    padding-left: 15px;
  }
  #fv .fv_faq ul li a::before {
    font-size: 100%;
  }
  #main {
    padding: 20px 0  10px 0;
  }
  #main .container {
  }
  #main .category-l {
		margin: 2.5em 0 3.5em;
  }
  #main .category-l p {
    font-size: 120%;
  }
  #main .category-l p.category-l-title {
		display: block;
    font-size: 20px;
    text-align: center;
    margin: 0 auto 0.5em;
  }
  #main .category-l div.btn_set {
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
  }
  #main a {
    display: flex;
    align-content: center;
    align-items: center;
    width: 25%;
    min-width: 250px;
    text-align: center;
    padding: 12px 10px;
    border: 1.5px solid #94b3bf;
    border-radius:8px;
    margin:10px;
  }
  #main a:last-of-type {
  }
  #main a::after {
    content: none;
  }
  #main a > i {
    width: 64px;
    height: 64px;
    /*float: none;*/
  }
  #main a.category01 > i {
    background-size: 128px 64px;
  }
  #main a.category02 > i {
    background-size: 128px 64px;
  }
  #main a.category03 > i {
    background-size: 128px 64px;
  }
  #main a.category04 > i {
    background-size: 128px 64px;
  }
  #main a.category05 > i {
    background-size: 128px 64px;
  }
  #main a.category06 > i {
    background-size: 128px 64px;
  }
  #main a.category07 > i {
    background-size: 128px 64px;
  }
  #main a.category08 > i {
    background-size: 128px 64px;
  }
  #main a.category09 > i {
    background-size: 128px 64px;
  }
  #main a.category10 > i {
    background-size: 128px 64px;
  }
  #main a.category11 > i {
    background-size: 128px 64px;
  }
  #main a.category12 > i {
    background-size: 128px 64px;
  }
  #main a.category13 > i {
    background-size: 128px 64px;
  }
  #main a.category14 > i {
    background-size: 128px 64px;
  }
  #main a.category15 > i {
    background-size: 128px 64px;
  }
  #main a .cat_title {
    font-size: 100%;
    line-height: 1.3em;
    margin: 1em auto;
    min-width: 68%;
  }
  #main a:hover > i {
    background-position: -64px 0;
  }
  #main a .cat_txt {
    font-size: 86.7%;
    line-height: 1.8em;
    margin: 1em 0;
  }
  #main a .cat_txt_small {
    font-size: 0.8em;
  }
  #main a .detail {
    text-align: left;
    color: #4c87bb;
    font-size: 86.7%;
    font-weight: 400;
    margin: 0;
    display: block;
  }
  #cta {
    padding: 70px 0 15px 0;
  }
  #cta h2 {
    display: none;
  }
  #cta .container {
    display: flex;
    flex-flow: row nowrap;
  }
  #cta a.cta_wrap {
    width: 50%;
    padding: 32px 32px 32px 80px;
  }
  #cta a.cta_tel {
    border-right: none;
    border-bottom: 1px solid #e0e0e0;
    pointer-events: none;
  }
  #cta a.cta_tel .cta_title {
    display: inline-block;
  }
  #cta a.cta_wrap img {
    left: 23px;
    width: 40px;
    height: 40px;
  }
  #cta a.cta_wrap .cta_title {
    font-size: 120%;
  }
  #cta a.cta_wrap .cta_telno {
    font-size: 173.3%;
    letter-spacing: 1px;
  }
  #cta a.cta_wrap .cta_telno span {
    font-size: 53.8%;
    margin-top: 5px;
  }
  #cta a.cta_wrap .cta_mail_pc {
    display: inline-block;
    background-color: #4c87bb;
    border-radius: 4px;
    padding: 10px 25px;
    color: #fff;
    line-height: 1em;
    font-size: 100%;
    font-weight: 700;
    margin: 0;
    white-space: nowrap;
  }
  #cta a.cta_mail:hover .cta_mail_pc {
    background-color: #3c7cb5;
  }
  #cta a.cta_tel::after {
    content: none;
  }
  #cta a.cta_mail::after {
    content: none;
  }
}

/***** 2nd Pages Format *****/
.page_head {
  background-color: #f0f4f5;
}
.page_head .container {
  position: relative;
  background: url(/hc/theming_assets/01KJARC691XD7D8G7MBGNNAGBF) right bottom no-repeat;
  background-size: 185px 46px;
}
.page_head h2 {
  display: flex;
  align-items: center;
  color: #456380;
  font-weight: 400;
  line-height: 1em;
  padding: 24px 0px;
  font-size: 160%;
  margin: 0;
}
.page_head h2 img {
  margin-right: 12px;
  width: 48px;
  height: 48px;
}
.page_head nav.nav-side {
  display: none;
}
#contents {
  padding: 35px 0 10px 0;
}
#contents .container {
  position: relative;
}
@media (min-width: 980px) {
  .page_head .container {
    background-size: 427px 105px;
  }
  .page_head h2 {
    margin: 0 0 0 300px;
    font-size: 240%;
    height: 64px;
    padding: 0 0 24px 0;
    box-sizing: content-box;
  }
  .page_head h2 img {
    margin-right: 25px;
    width: 64px;
    height: 64px;
  }
  .page_head nav.nav-side {
    display: block;
    width: 260px;
    position: absolute;
    top: 20px;
    left: 0;
    padding: 16px 16px 6px 16px;
    background-color: #fcfcfc;
    box-shadow:0px 0px 4px 0px #ccc;
    border-radius: 4px;
    z-index: 999;
  }
  .page_head nav.nav-side ul {
    margin-top: 10px;
  }
  .page_head nav.nav-side .sidenav {
    display: block;
  }
  .page_head nav.nav-side .sidenav > a {
    display: flex;
    align-items: center;
    padding: 10px 0;
    font-size: 106.7%;
    font-weight: 400;
    color: #414f5c;
    text-decoration: none;
  }
  .page_head nav.nav-side .sidenav a > i {
    margin-right: 15px;
    display: inline-block;
    width: 32px;
    height: 32px;
  }
  .page_head nav.nav-side .sidenav.sidenav01 a > i {
    background: url(/hc/theming_assets/01KJARC9QA8W7VRN3HYZFYTVGR) left top no-repeat;
  }
  .page_head nav.nav-side .sidenav.sidenav02 a > i {
    background: url(/hc/theming_assets/01KJARCA7YH570FMHKCQ5HVJQS) left top no-repeat;
  }
  .page_head nav.nav-side .sidenav.sidenav03 a > i {
    background: url(/hc/theming_assets/01KJARCA7MPEN3TXD6WBY6P10K) left top no-repeat;
  }
  .page_head nav.nav-side .sidenav.sidenav04 a > i {
    background: url(/hc/theming_assets/01KJARCA7SPAEH4TAQEJMG08K6) left top no-repeat;
  }
  .page_head nav.nav-side .sidenav.sidenav05 a > i {
    background: url(/hc/theming_assets/01KJARCA87MKFHJ2M2EXWJ48HK) left top no-repeat;
  }
  .page_head nav.nav-side .sidenav.sidenav06 a > i {
    background: url(/hc/theming_assets/01KJARCA5TXQ5RD4THP8MM0RX6) left top no-repeat;
  }
  .page_head nav.nav-side .sidenav.sidenav07 a > i {
    background: url(/hc/theming_assets/01KJARCA10W8G9QS9Y9W0WVQP6) left top no-repeat;
  }
  .page_head nav.nav-side .sidenav.sidenav08 a > i {
    background: url(/hc/theming_assets/01KJARCA2GEAH1ZJXSA97NJV5W) left top no-repeat;
  }
  .page_head nav.nav-side .sidenav.sidenav09 a > i {
    background: url(/hc/theming_assets/01KJARC9TJKVV20CWCE51B78M3) left top no-repeat;
    min-width: 32px;
  }
  .page_head nav.nav-side .sidenav.sidenav10 a > i {
    background: url(/hc/theming_assets/01KJARCA0T9V6MQ36Z8WQD8AER) left top no-repeat;
  }
  .page_head nav.nav-side .sidenav.sidenav11 a > i {
    background: url(/hc/theming_assets/01KJARCA85H86X5XEF93J6MBJW) left top no-repeat;
  }
  .page_head nav.nav-side .sidenav.sidenav12 a > i {
    background: url(/hc/theming_assets/01KJARC9RBHJMWJA33TZGMZXFD) left top no-repeat;
  }
  .page_head nav.nav-side .sidenav.sidenav13 a > i {
    background: url(/hc/theming_assets/01KJARCA2EYNDKKED9SJXDDW97) left top no-repeat;
  }
  .page_head nav.nav-side .sidenav.sidenav14 a > i {
    background: url(/hc/theming_assets/01K1V2TFHY7P4DMF2T2RMYFC7A) left top no-repeat;
  }
  .page_head nav.nav-side .sidenav.sidenav15 a > i {
    background: url(/hc/theming_assets/01KTWVHW1YSFGYW5189VW7FK4K) left top no-repeat;
  }
  .page_head nav.nav-side .sidenav.current a > i {
    background-position: -32px 0;
  }
  .page_head nav.nav-side .sidenav > a:hover {
    color: #4886bc !important;
    text-decoration: underline;
  }
  .page_head nav.nav-side .sidenav > a:hover i {
    background-position: -32px 0;
  }
  .page_head nav.nav-side .sidenav.current > a {
    font-weight: 700;
    color: #456380;
  }
  .page_head nav.nav-side .subnav {
    display: block;
    padding-bottom: 10px;
  }
  .page_head nav.nav-side .subnav li a {
    display: block;
    padding: 5px 0 5px 47px;
    font-size: 93.3%;
    font-weight: 400;
    color: #414f5c;
  }
  .page_head nav.nav-side .subnav li a:hover {
    color: #4886bc;
    text-decoration: underline;
  }
  .page_head nav.nav-side .home {
    display: block;
  }
  .page_head nav.nav-side .home > a {
    display: block;
    padding: 12px 0;
    border-top: 1px solid #e0e0e0;
    margin-top: 15px;
    font-size: 93.3%;
    font-weight: 400;
    color: #4d4d4d;
    text-decoration: none;
  }
  .page_head nav.nav-side .home > a i {
    display: inline-block;
    background: url(/hc/theming_assets/01KJARCA7WWDC70GQNXQRCP7MK) left top no-repeat;
    margin-right: 7px;
    width: 16px;
    height: 13px;
  }
  .page_head nav.nav-side .home > a:hover {
    color: #4c87bb;
    text-decoration: underline;
  }
  .page_head nav.nav-side .home > a:hover i {
    background-position: -16px 0;
  }
  #contents {
    padding: 40px 0 10px 0;
  }
  #contents .container {
    padding-left: 300px;
  }
}











/***** Promoted articles *****/
.promoted-articles {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

@media (min-width: 980px) {
  .promoted-articles {
    flex-direction: row;
  }
}

.promoted-articles-item {
  flex: 1 0 auto;
}

@media (min-width: 980px) {
  .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: $color_3;
  display: block;
  padding: 15px 0;
}

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

@media (min-width: 980px) {
  .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(/hc/theming_assets/01KJARHWXWWRFM3WBWC4QPC4VX);
  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: $color_3;
  display: inline-block;
  width: 100%;
}

@media (min-width: 980px) {
  .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: 980px) {
  .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: lighten($color_3, 20%);
  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: $color_1;
  content: "\1F4AC";
  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 *****/
.section-tree {
  display: block;
  border-bottom: 1px solid #e0e0e0;
  padding: 30px 0;
}
.section-tree:first-of-type {
  padding-top: 0;
}
.section-tree h3 {
  display: flex;
  align-items: center;
  height: 24px;
  white-space: nowrap;
  color: #414f5c;
  font-size: 120%;
  font-weight: 500;
}
.section-tree h3 img {
  width: 24px;
  height: 24px;
  margin-right: 12px;
}
.section-tree > ul {
  display: block;
}
.section-tree > ul li {
  display: block;
  padding: 6px 0;
}
.section-tree > ul li a {
  font-size: 93.3%;
  font-weight: 400;
  color: #4c87bb;
  line-height: 1.3em;
  display: inline-block;
  padding-left: 15px;
  position: relative;
}
.section-tree > ul li a::before {
  content: "\f105";
  font-family: "FontAwesome";
  position: absolute;
  left: 0;
  color: #a4adb5;
  font-size: 18px;
}
.section-tree > ul li a:hover::before {
  color: #4c87bb !important;
}
.section-tree .see-all-articles {
  width: 100%;
  padding-top: 10px;
  text-align: center;
}
.section-tree .see-all-articles a {
  display: inline-block;
  padding-right: 20px;
  font-size: 86.7%;
  font-weight: 500;
  color: #4c87bb;
  position: relative;
}
.section-tree .see-all-articles a::after {
  content: "\f107";
  font-family: "FontAwesome";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  color: #8a95a8;
  font-size: 22px;
  height: 1em;
  line-height: 1em;
}
.section-tree .see-all-articles a.close-list::after {
  content: "\f106";
}
.section-tree .see-all-articles a:hover::after {
  color: #4c87bb !important;
}
.section-tree .article-list li.overflow {
  display: none;
}
@media (min-width: 980px) {
  .section-tree {
    display: flex;
    padding: 35px 0;
    flex-flow: row wrap;
    justify-content: space-between;
  }
  .section-tree h3 {
    width: 35%;
    height: 40px;
    line-height: 40px;
    font-weight: 400;
  }
  .section-tree h3 img {
    width: 40px;
    height: 40px;
    margin-right: 15px;
  }
  .section-tree > ul {
    width: 65%;
  }
  .section-tree > ul li {
    padding: 8px 0;
  }
  .section-tree > ul li a {
    font-size: 106.7%;
  }
  .section-tree .see-all-articles {
    text-align: right;
  }
  .section-tree .see-all-articles a {
    padding-right: 24px;
    font-size: 106.7%;
  }
  .section-tree .see-all-articles a::after {
    font-size: 24px;
  }
}

.icon-star::before {
  color: $color_1;
  font-size: 18px;
}

/***** Section pages *****/
/*.section-subscribe .dropdown-toggle::after {
  display: none;
}*/

/***** Article *****/
article .page_head {
  background: none;
}
article .page_head .container {
  background: none;
}
article .page_head h2 {
  font-size: 120%;
  padding: 20px 0 10px 0;
  height: auto;
  display: block;
  color: #414f5c;
  line-height: 1.3em;
}
article .page_head .article-meta {
  display: flex;
  margin: 0;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 22px;
  font-size: 73.3%;
  line-height: 1em;
  font-weight: 400;
  color: #4d4d4d;
}
@media (min-width: 980px) {
  article .page_head h2 {
    font-size: 173.3%;
    padding: 30px 0 20px 0;
    line-height: 1.3em;
  }
  article .page_head .article-meta {
    margin: 0 0 0 300px;
    padding-bottom: 22px;
    font-size: 93.3%;
    line-height: 1em;
  }
}

/***** Article body*****/
.article-body {
  color: #4d4d4d;
  /*padding: 0 5px;*/
  line-height: 2em;
}
.article-body img {
  height: auto;
  max-width: 100%;
  font-size: 100%;
  line-height: 1.8em;
}
.article-body a {
  word-break: break-all;
}
article .page_head h2 .icon-lock::before {
  content: "\1F512";
  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: 980px) {
  .article-body {
    padding: 0 25px;
    font-size: 106.7%;
    line-height: 2em;
  }
  .article [role="button"] {
    width: auto;
  }
}


.article-body ul, .article-body ol {
  padding-left: 20px;
  list-style-position: outside;
  margin: 20px 0 20px 20px;
}
[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 {
  margin: 0;
}
.article-body ul {
  list-style-type: disc;
}
.article-body code {
  background: darken($color_5, 3%);
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 0 5px;
  margin: 0 2px;
}
.article-body pre {
  background: darken($color_5, 3%);
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
}
.article-body blockquote {
  border-left: 1px solid #ddd;
  color: lighten($color_3, 20%);
  font-style: italic;
  padding: 0 15px;
}
.article-body > p:last-child {
  margin-bottom: 0;
}
.article-body > p:first-child {
  margin-top: 0;
}
.article-content {
  line-height: 1.6;
  margin: 40px 0;
  word-wrap: break-word;
}

.article-comment-count {
  color: lighten($color_3, 20%);
  font-weight: 300;
}

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

.article-comment-count .icon-comments {
  color: $color_1;
  content: "\1F4AC";
  display: inline-block;
  font-size: 18px;
  padding: 5px;
}


.article-relatives {
  display: flex;
  flex-direction: column;
  padding: 0;
}
.article-relatives > * {
  border-top: 1px solid #e0e0e0;
  padding-top: 35px;
}
.article-relatives > *:first-child {
  padding-bottom: 25px;
}
.article-relatives h3 {
  font-size: 93.3%;
  font-weight: 500;
  color: #414f5c;
  margin-bottom: 20px;
}
.recent-articles li,
.related-articles li {
  font-size: 86.7%;
  font-weight: 400;
  color: #4c87bb;
  margin-bottom: 15px;
}

@media (min-width: 980px) {
  .article-relatives {
    border-top: 1px solid #e0e0e0;
    flex-direction: row;
    padding: 50px 25px 0 25px;
    position: relative;
  }
  .article-relatives > * {
    flex: 1 0 auto;
    margin-right: 0;
    padding: 0 0 0 20px;
    border-top: 0;
    border-left: 1px solid #e0e0e0;
    max-width: 50%;
  }
  .article-relatives > *:first-child {
    padding: 0 20px 0 0;
    border: 0 !important;
  }
  .article-relatives h3 {
    font-size: 120%;
    margin-bottom: 25px;
  }
  .recent-articles li,
  .related-articles li {
    font-size: 93.3%;
    margin-bottom: 15px;
  }
  .recent-articles {
    border: 0;
  }
}

.article-footer {
  display: flex;
  flex-direction: column;
  padding: 30px 0;
  text-align: center;
}
.article-votes {
  display: flex;
  flex-direction: column;
}
.article-votes-question {
  font-size: 73.3%;
  font-weight: 500;
  margin: 0 0 20px 0;
  color: #4d4d4d;
  display: block;
}
.article-vote {
  display: inline-block;
  background-color: #4886bc;
  color: #fff;
  margin: 0 5px;
  padding: 10px;
  line-height: 1em;
  min-width: 72px;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
  font-size: 86.7%;
  font-weight: 500;
  border: 0;
  width: auto;
}
.article-vote:hover {
  text-decoration: none;
  background-color: #3c7cb5;
}
.article-vote.button-primary {
  background-color: #ddd;
}
@media (min-width: 980px) {
  .article-footer {
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    padding: 35px 25px 50px 25px;
  }
  .article-votes {
    flex-direction: row;
    align-items: center;
  }
  .article-votes-question {
    font-size: 93.3%;
    margin: 0 20px 0 0;
    display: inline;
  }
}


.article-more-questions {
  margin: 10px 0 20px;
  text-align: center;
}

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

@media (min-width: 980px) {
  .article-return-to-top {
    display: none;
  }
}

.article-return-to-top a {
  color: $color_3;
  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: $color_1;
  color: $color_2;
  text-decoration: none;
}

.article-unsubscribe:hover {
  background-color: darken($color_1, 20%);
  border-color: darken($color_1, 20%);
}

.sidenav-title {
  font-size: 15px;
  position: relative;
}

.sidenav-item {
  border-radius: 4px;
  color: $color_3;
  display: block;
  font-weight: 300;
  margin-bottom: 10px;
  padding: 10px;
}

.sidenav-item.current-article, .sidenav-item:hover {
  background-color: $color_1;
  color: $color_2;
  text-decoration: none;
}

/***** OLD Blog_Banner *****/
.banner_lp a {
  text-decoration : none;
  display : block;
  margin: 50px auto 30px auto;
  width : 290px;
  height : 46px;
  background: url("/hc/theming_assets/01KJARC63A8H7G5H7SJTZ17PM1") top right/100% no-repeat;
  text-indent: -9999px;
}
.banner_lp a:hover {
  background-position: 0 -47px;
}
@media (min-width: 980px) {
  .banner_lp a {
    width : 566px;
    height : 89px;
    background: url("/hc/theming_assets/01KJARC7HMT987NPS8F9B7G5ST") no-repeat;
    background-size: cover;
  }
  .banner_lp a:hover {
    background-position: 0 -89px;
  }
}
@media (min-width: 1120px) {
  .banner_lp a {
    width : 696px;
    height : 109px;
  }
  .banner_lp a:hover {
    background-position: 0 -109px;
  }
}

/***** NEW Blog_Banner *****/
/***** Banner 「（無料訴求なし）詳細はこちら(https://trustlogin.com/lp/list/)」LP1 ver*****/

.banner_lp1 a {
  text-decoration : none;
  display : block;
  margin: 50px auto 30px auto;
  width : 290px;
  height : 46px;
  background: url("/hc/theming_assets/01KJARC4136S3TJ0WBNDTG0Y0T") top right/100% no-repeat;
  text-indent: -9999px;
}
.banner_lp1 a:hover {
}
@media (min-width: 980px) {
  .banner_lp1 a {
    width : 580px;
    height : 78px;
    background: url("/hc/theming_assets/01KJARC5SF9TYQQP1KZTAGFNRR") no-repeat;
    background-size: cover;
  }
  .banner_lp1 a:hover {
    background-position: 0 -78px;
  }
}
@media (min-width: 1120px) {
  .banner_lp1 a {
    width : 810px;
    height : 109px;
  }
  .banner_lp1 a:hover {
    background-position: 0 -109px;
  }
}
/***** Banner 「詳細はこちら(https://trustlogin.com/lp/list2/)」*****/

.banner_detail a {
  text-decoration : none;
  display : block;
  margin: 50px auto 30px auto;
  width : 290px;
  height : 46px;
  background: url("/hc/theming_assets/01KJARC85A4EMZ0NT2J7ZQHGTS") top right/100% no-repeat;
  text-indent: -9999px;
}
.banner_detail a:hover {
}
@media (min-width: 980px) {
  .banner_detail a {
    width : 580px;
    height : 78px;
    background: url("/hc/theming_assets/01KJARC8A7YS510C4QG9BNZ3QB") no-repeat;
    background-size: cover;
  }
  .banner_detail a:hover {
    background-position: 0 -78px;
  }
}
@media (min-width: 1120px) {
  .banner_detail a {
    width : 810px;
    height : 109px;
  }
  .banner_detail a:hover {
    background-position: 0 -109px;
  }
}
/***** Banner 「資料請求はこちら(https://trustlogin.com/material/)」*****/
.banner_catalog a {
  text-decoration : none;
  display : block;
  margin: 50px auto 30px auto;
  width : 290px;
  height : 46px;
  background: url("/hc/theming_assets/01KJARC90V227B3GBGJKQDRG2Y") top right/100% no-repeat;
  text-indent: -9999px;
}
.banner_catalog a:hover {
}
@media (min-width: 980px) {
  .banner_catalog a {
    width : 580px;
    height : 78px;
    background: url("/hc/theming_assets/01KJARC913N1035C436BEN6T70") no-repeat;
    background-size: cover;
  }
  .banner_catalog a:hover {
    background-position: 0 -78px;
  }
}
@media (min-width: 1120px) {
  .banner_catalog a {
    width : 810px;
    height : 109px;
  }
  .banner_catalog a:hover {
    background-position: 0 -109px;
  }
}

/***** Attachments *****/
.attachments {
  display: block;
  list-style-type: none !important;
  margin: 20px 0!important;
  padding: 15px !important;
  background-color: #f0f4f5;
}
/* Styles attachments inside posts, articles and comments */
.attachments .attachment-item {
  padding-left: 20px;
  position: relative;
  margin-bottom: 10px;
  font-size: 93.3%;
  font-weight: 400;
  font-family: 'Roboto';
  display: flex;
}

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

.attachments .attachment-item::before {
  color: $color_3;
  content: "\1F4CE";
  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: lighten($color_3, 20%);
}

/***** Social share links *****/
.share {
  padding: 0;
  white-space: nowrap;
  margin-top: 30px;
}
.share li {
  margin-right: 5px;
}
.share li, .share a {
  display: inline-block;
}
.share a {
  border-radius: 50%;
  height: 32px;
  line-height: 32px;
  overflow: hidden;
  width: 32px;
  text-indent: -9999px;
  background-size: 32px 32px;
}
.share-twitter {
  background: url(/hc/theming_assets/01KJARC68NHPA4QZ0CV1GPX6W2) left top no-repeat;
}
.share-facebook {
  background: url(/hc/theming_assets/01KJARC693KEDKWFQ1PBVRQ138) left top no-repeat;
}
.share-linkedin {
  background: url(/hc/theming_assets/01KJARC6JFMNJAQ16FWWR1PNF4) left top no-repeat;
}
.share-googleplus {
  background: url(/hc/theming_assets/01KJARC6EWDAMVF3N60DCEVD8P) left top no-repeat;
}

@media (min-width: 980px) {
  .share {
    margin: 0;
  }
  .share a {
    height: 28px;
    line-height: 28px;
    width: 28px;
    background-size: 28px 28px;
  }
  .share-twitter {
    background: url(/hc/theming_assets/01KJARC6EZ5K1MGTTPC8BDY3X6) left top no-repeat;
  }
  .share-facebook {
    background: url(/hc/theming_assets/01KJARC6F564Q3R821Z09FPWNH) left top no-repeat;
  }
  .share-linkedin {
    background: url(/hc/theming_assets/01KJARC290SAPGV4CJCQ1F1965) left top no-repeat;
  }
  .share-googleplus {
    background: url(/hc/theming_assets/01KJARC66SPHPC4SQ6ZNFZMN6B) left top no-repeat;
  }
}


/***** Comments *****/
/* Styles comments inside articles, posts and requests */
.comment {
  border-bottom: 1px solid #e0e0e0;
  padding: 20px 0;
}
.comment-heading {
  display: block;
  margin-bottom: 5px;
  margin-top: 0;
  color: #414f5c;
  font-weight: 500;
  font-size: 93.3%;
  padding-left: 23px;
  background: url(/hc/theming_assets/01KJARC6F8BSADN42733WA55PQ) left center no-repeat;
  background-size: 16px 16px;
}
.comment-overview {
  border-top: 1px solid #e0e0e0;
  padding: 40px 0 5px 0;
}
.comment-overview p {
  margin-top: 0;
}
.comment-callout {
  color: #b2b2b2;
  display: inline-block;
  font-weight: 400;
  font-size: 80%;
  margin-bottom: 0;
}
.comment-callout a {
  color: $color_1;
}
.comment-sorter {
  display: inline-block;
  float: right;
}
.comment-sorter a {
  color: lighten($color_3, 20%);
  font-weight: 300;
  font-size: 13px;
  text-decoration: none;
}
[dir="rtl"] .comment-sorter {
  float: left;
}
.comment-wrapper {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.comment-wrapper.comment-official {
  border: 1px solid $color_1;
  padding: 40px 20px 20px;
}
.comment_login {
  margin-top: 20px;
  font-size: 86.7%;
  font-weight: 400;
  color: #4d4d4d;
}
.comment_login a {
  font-weight: 500;
}
.comment_login span {
  display: block;
}

@media (min-width: 980px) {
  .comment {
    padding: 30px 25px;
  }
  .comment-heading {
    background: url(/hc/theming_assets/01KJARC754KT66MQVMRWFJ6WXG) left center no-repeat;
    padding-left: 25px;
    font-size: 120%;
  }
  .comment-overview {
    padding: 50px 25px 15px 25px;
  }
  .comment-wrapper.comment-official {
    padding-top: 20px;
  }
  .comment-callout {
    font-size: 93.3%;
  }
  .comment_login {
    font-size: 106.7%;
  }
  .comment_login span {
    display: inline;
  }
}

.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: 980px) {
  .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;
  color: #4d4d4d;
  font-size: 73.3%;
  font-weight: 400;
  line-height: 1em;
}
.comment-meta .meta-group {
  display: inline-block;
}
.comment-labels {
  flex-basis: 100%;
}

@media (min-width: 980px) {
  .comment-meta {
    font-size: 93.3%;
  }
  .comment-labels {
    flex-basis: auto;
  }
}

.comment .status-label:not(.status-label-official) {
  margin-top: 10px;
}

@media (min-width: 980px) {
  .comment .status-label:not(.status-label-official) {
    margin-top: 0;
  }
}

.comment-form {
  display: flex;
  padding-top: 10px;
  word-wrap: break-word;
}

.comment-container {
  width: 100%;
}

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

@media (min-width: 980px) {
  [dir="ltr"] .comment-form-controls {
    text-align: right;
  }
}

.comment-form-controls input[type="submit"] {
  margin-top: 15px;
}

@media (min-width: 980px) {
  .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: $color_1;
}

.comment-body {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  font-size: 93.3%;
  color: #4d4d4d;
}
@media (min-width: 980px) {
  .comment-body {
    font-size: 93.3%;
  }
}

.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 {
  margin: 0;
}

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

.comment-body a:visited {
  color: darken($color_4, 20%);
}

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

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

.comment-body blockquote {
  border-left: 1px solid #ddd;
  color: lighten($color_3, 20%);
  font-style: italic;
  padding: 0 15px;
}

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

.comment-container #community_comment_body:placeholder-show {
  color: #b2b2b2;
}
.comment-container #community_comment_body::-webkit-input-placeholder {
  color: #b2b2b2;
}
.comment-container #community_comment_body:-ms-input-placeholder {
  color: #b2b2b2;
}
.comment-container #community_comment_body::-moz-placeholder {
  color: #b2b2b2;
}




/***** Vote *****/
.post-actions-wrapper {
  text-align: center;
  padding: 20px 0 0 0;
}
@media (min-width: 980px) {
  .post-actions-wrapper {
    text-align: left;
    padding: 20px 0;
  }
}
/* Used in article comments, post comments and post */
.vote {
  display: inline-block;
  text-align: center;
}
.vote button {
  margin: 0 auto;
  display: inline-block;
  background: url(/hc/theming_assets/01KJARC7XZME0BK01S6MZ4TC47) 20px center no-repeat #4886bc;
  background-size: 13px 13px;
  text-decoration: none;
  padding: 0 20px 0 40px;
  border-radius: 4px;
  line-height: 36px;
  height: 36px;
  color: #fff;
}
.vote button:hover {
  text-decoration: none;
  background-color: #3c7cb5;
  cursor: pointer;
}
.vote-sum {
  color: #4d4d4d;
  display: block;
  margin: 3px 0;
}
[dir="rtl"] .vote-sum {
  direction: ltr;
  unicode-bidi: bidi-override;
}
.vote-up {
  font-size: 0;
  border: 0;
}
.vote-up::before {
  content: "このリクエストに投票する";
  line-height: 36px !important;
  font-family: "Noto Sans Japanese" !important;
  font-weight: 500 !important;
  font-size: 13px !important;
  vertical-align: inherit !important;
}
.vote-down::before {
  content: "\2B07";
}
.vote-voted {
  background-color: #ddd !important;
}
.vote-voted:hover {
  background-color: #ddd !important;
}
@media (min-width: 980px) {
  .vote button {
    background: url(/hc/theming_assets/01KJARC66VB5D8NN4JDBGFRBP7) 20px center no-repeat #4886bc;
    line-height: 40px;
    height: 40px;
  }
  .vote-up::before {
    line-height: 40px !important;
    font-size: 13px !important;
  }
}

.comment-actions-container {
  display: flex;
  align-items: center;
}
.comment-vote.vote button {
  padding: 14px;
  background: url(/hc/theming_assets/01KJARC66VB5D8NN4JDBGFRBP7) center center no-repeat #4886bc;
  border-radius: 50%;
  line-height: 0;
  height: auto;
}
.comment-vote .vote-up::before {
  content: none;
}
.comment-vote .vote-sum {
  font-size: 86.7%;
}








/***** 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: darken($color_5, 3%);
}

.actions .dropdown-toggle::before {
  background-color: transparent;
  border-radius: 50%;
  color: lighten($color_3, 20%);
  content: "\2699";
  display: block;
  font-size: 13px;
  margin: auto;
  padding: 5px;
}

/***** Community *****/
.community-hero {
  background-image: url(/hc/theming_assets/01KJARHWFPAAKTSMZEBVQF37NJ);
  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: 980px) {
  .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 #e0e0e0;
  position: relative;
  font-size: 93.3%;
}
.topic-header .new_request {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #b3c1db;
  border-radius: 4px;
  font-weight: 500;
  color: #4c87bb;
  padding: 10px 30px;
  max-width: 240px;
  margin: 0 auto 30px auto;
}
.topic-header .new_request > i {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  margin-right: 8px;
  background: url(/hc/theming_assets/01KJARC815C713MSAXKKSDV8XR) left top no-repeat;
  background-size: 40px 20px;
}
.topic-header .new_request:hover > i {
  background-position: -20px;
}
.topic-header .dropdown {
  display: inline-block;
  padding: 10px 0;
  color: #414f5c;
  margin-right: 30px;
}
.topic-header .dropdown-toggle::after {
  font-size: 20px;
}
@media (min-width: 980px) {
  .topic-header {
    padding: 10px 20px 20px 20px;
    font-size: 106.7%;
  }
  .topic-header .new_request {
    justify-content: flex-end;
    border: none;
    padding: 0;
    float: right;
    margin: 0;
  }
  .topic-header .new_request > i {
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    margin-right: 12px;
    background: url(/hc/theming_assets/01KJARC8GDV19BWJ8MSX0KMEAJ) left top no-repeat;
  }
  .topic-header .new_request:hover > i {
    background-position: -32px;
  }
  .topic-header .dropdown {
    margin-right: 50px;
    padding: 0;
  }
  .topic-header .dropdown-toggle::after {
    font-size: 24px;
  }
}





.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: 980px) {
  .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: 980px) {
  .community-follow [role="button"] {
    width: auto;
  }
}

.community-follow [role="button"]:hover {
  background-color: $color_1;
}

.community-follow [role="button"]:hover::after, .community-follow [role="button"]:focus::after {
  border-color: $color_2;
  color: $color_2;
}

.community-follow [role="button"][aria-selected="true"] {
  background-color: $color_1;
  color: $color_2;
}

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

.community-follow [role="button"][aria-selected="true"]:hover {
  background-color: darken($color_1, 20%);
  border-color: darken($color_1, 20%);
}

.community-follow [role="button"]::after {
  border-left: 1px solid $color_1;
  content: attr(data-follower-count);
  color: $color_1;
  display: inline-block;
  font-family: $font_1;
  margin-left: 15px;
  padding-left: 10px;
  position: absolute;
  right: 10px;
}

@media (min-width: 980px) {
  .community-follow [role="button"]::after {
    position: static;
  }
}

[dir="rtl"] .community-follow [role="button"]::after {
  border-left: 0;
  border-right: 1px solid $color_1;
  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 #e0e0e0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px 0;
  position: relative;
}
.striped-list-item:hover {
  background-color: #fafbfc;
  text-decoration: none;
}
.striped-list-info {
  flex: 2;
}
.striped-list-title {
  color: #4c87bb;
  font-weight: 500;
  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: 10px 0 0 0;
  border: 0;
  padding-left: 0;
  font-size: 73.3%;
}
.striped-list .meta-group .meta-data {
  display: inline-block;
  line-height: 1em;
}
.striped-list .meta-group .meta-data:first-of-type {
  border-right: 1px solid #b2b2b2;
  color: #4d4d4d;
  padding-right: 1em;
  margin-right: 1em;
}
.striped-list .meta-group .meta-data:not(:last-child)::after {
  content: none;
}
.striped-list-count {
  color: #4d4d4d;
  font-weight: 400;
  font-size: 73.3%;
  display: flex;
  flex: 1;
  justify-content: space-around;
  position: absolute;
  bottom: 20px;
  right: 0;
}
.striped-list-count-item:last-child::after {
  display: none;
}
.striped-list-number {
  display: inline-block;
  padding-left: 15px;
  color: #4d4d4d;
  font-weight: 400;
  padding-left: 25px;
  margin-left: 25px;
  line-height: 14px;
}
.striped-list-number.vote_sum {
  background: url(/hc/theming_assets/01KJARC8Y3JJHEXB90N9ZFBMDN) left top no-repeat;
  background-size: 14px;
}
.striped-list-number.comment_count{
  background: url(/hc/theming_assets/01KJARC68ZQM1ZXT3HX0D60TR4) left top no-repeat;
  background-size: 14px;
}
@media (min-width: 980px) {
  .striped-list-item {
    align-items: center;
    flex-direction: row;
    padding: 20px;
  }
  .striped-list-title {
    font-size: 106.7%;
  }
  .striped-list .meta-group {
    margin: 10px 0 5px 0;
    border: 0;
    padding-left: 0;
    font-size: 80%;
  }
  .striped-list-count {
    display: flex;
    flex: 1;
    justify-content: flex-end;
    font-size: 80%;
    position: static;
  }
  .striped-list-number {
    padding-left: 30px;
    margin-left: 30px;
    line-height: 18px;
  }
  .striped-list-number.vote_sum {
    background: url(/hc/theming_assets/01KJARC90SQJZXV6NQ9NH8JWAS) left top no-repeat;
  }
  .striped-list-number.comment_count{
    background: url(/hc/theming_assets/01KJARC7YM8PMRVN7RJ2PYTQW6) left top no-repeat;
  }
}


/***** 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: $color_1;
}

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

@media (min-width: 980px) {
  .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: lighten($color_3, 20%);
}

.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 {
  text-transform: lowercase;
}

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

@media (min-width: 980px) {
  .post {
    flex: 1 0 70%;
    max-width: 70%;
  }
}

.post-container {
  display: flex;
  flex-direction: column;
}

@media (min-width: 980px) {
  .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: 980px) {
  .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: 980px) {
  .post-title {
    margin-bottom: 0;
    padding-right: 10px;
  }
}

.post-title h1 {
  display: inline;
  vertical-align: middle;
}

@media (min-width: 980px) {
  .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: $font_2;
  line-height: 1.6;
  word-break: break-word;
}

.post-info-container {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

.post-info {
  flex: 1;
}

@media (min-width: 980px) {
  .post-info {
    padding-right: 20px;
  }
}

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

.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 {
  margin: 0;
}

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

.post-body a:visited {
  color: darken($color_4, 20%);
}

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

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

.post-body blockquote {
  border-left: 1px solid #ddd;
  color: lighten($color_3, 20%);
  font-style: italic;
  padding: 0 15px;
}

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

.post-comment-count {
  color: lighten($color_3, 20%);
  font-weight: 300;
}

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

.post-comment-count .icon-comments {
  color: $color_1;
  content: "\1F4AC";
  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: 980px) {
  .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: 980px) {
  .post-sidebar h5 {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
  }
}

.post-comments {
}

@media (min-width: 980px) {
  .post-comments {
    padding: 0 25px;
  }
}

/* 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: 980px) {
  .collapsible-nav {
    border: 0;
    height: auto;
    flex-direction: row;
    max-height: none;
  }
}

.collapsible-nav-list {
  display: flex;
  flex-direction: column;
}

@media (min-width: 980px) {
  .collapsible-nav-list {
    flex-direction: row;
  }
}

.collapsible-nav-list li {
  color: $color_3;
  line-height: 45px;
  order: 1;
}

@media (min-width: 980px) {
  .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: $color_3;
  display: block;
}

@media (min-width: 980px) {
  .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: 980px) {
  .collapsible-nav-list li[aria-selected="true"] {
    border-bottom: 4px solid $color_1;
    order: 1;
    padding: 15px 0 11px 0;
  }
}

.collapsible-nav-list li[aria-selected="true"] a {
  color: $color_3;
}

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

@media (min-width: 980px) {
  .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: "\2715";
}

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

@media (min-width: 980px) {
  .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: "\2715";
}

@media (min-width: 980px) {
  .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: "\25BE";
  position: absolute;
  right: 10px;
}

@media (min-width: 980px) {
  .collapsible-sidebar-title::after {
    display: none;
  }
}

[dir="rtl"] .collapsible-sidebar-title::after {
  left: 10px;
  right: auto;
}

/***** My activities *****/
.my-activities-nav {
  background-color: darken($color_5, 5%);
  border: 0;
  margin-bottom: 20px;
}

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

@media (min-width: 980px) {
  .my-activities-sub-nav li:hover {
    border-bottom: 4px solid #ddd;
  }
}

.my-activities-sub-nav li[aria-selected="true"] {
  border-color: $color_1;
}

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

@media (min-width: 980px) {
  .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: 980px) {
  .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: 980px) {
  .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: 980px) {
  .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: 980px) {
  .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: 980px) {
  .requests-table-toolbar .request-table-filter {
    width: auto;
  }
}

.requests-table-toolbar .request-filter {
  display: block;
}

@media (min-width: 980px) {
  .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: 980px) {
  .requests-table-toolbar .request-filter-label {
    margin-top: 0;
  }
}

.requests-table-toolbar select {
  max-height: 40px;
  margin-bottom: 30px;
  width: 100%;
}

@media (min-width: 980px) {
  .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: 980px) {
  .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: $color_1;
  color: $color_2;
}

.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: 980px) {
  .requests .requests-table-meta {
    display: none;
  }
}

.requests .requests-table thead {
  display: none;
}

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

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

@media (min-width: 980px) {
  .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 button {
  background-color: #fff;
  color:#4c87bb;
  border: none;
  display: inline-block;
  font-size: 12px;
  line-height: 2.34;
  padding: 0 20px;
  text-align: center;
  width: 100%;
  cursor: pointer;
}

@media (min-width: 980px) {
  .subscriptions-unsubscribe button {
    width: auto;
  }
}

.subscriptions-unsubscribe button:hover {
  /*background-color: darken($color_1, 20%);*/
  text-decoration: none;
}

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

@media (min-width: 980px) {
  .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: lighten($color_3, 20%);
  font-size: 13px;
  font-weight: 300;
}

@media (min-width: 980px) {
  .contributions-table td:last-child {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
  }
}

.no-activities {
  color: lighten($color_3, 20%);
}

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

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

.request-container .comment-container {
  min-width: 0;
}

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

@media (min-width: 980px) {
  .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: 980px) {
  .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: lighten($color_3, 20%);
  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 $color_1;
}

.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 $color_1;
}

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

.request-title {
  width: 100%;
}

@media (min-width: 980px) {
  .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: 980px) {
  .request-sidebar {
    background-color: darken($color_5, 3%);
    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: 980px) {
  .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: lighten($color_3, 20%);
  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;
}

/***** Pagination *****/
/* Paginationは、CopenhagenV4の内容に置換 */
/* ButtonからPagination関連部分のみコピー ここから */
.pagination-next-link, .pagination-prev-link, .pagination-first-link, .pagination-last-link {
  background-color: transparent;
  border: 1px solid #0072EF;
  border-radius: 4px;
  color: #0072EF;
  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) {
  .pagination-next-link, .pagination-prev-link, .pagination-first-link, .pagination-last-link {
    width: auto;
  }
}
.pagination-next-link:visited, .pagination-prev-link:visited, .pagination-first-link:visited, .pagination-last-link:visited {
  color: #0072EF;
}
.pagination-next-link:hover, .pagination-prev-link:hover, .pagination-first-link:hover, .pagination-last-link:hover.pagination-next-link:active, .pagination-prev-link:active, .pagination-first-link:active, .pagination-last-link:active.pagination-next-link:focus, .pagination-prev-link:focus, .pagination-first-link:focus, .pagination-last-link:focus, .button-primary.pagination-next-link, .button-primary.pagination-prev-link, .button-primary.pagination-first-link, .button-primary.pagination-last-link {
  background-color: #0072EF;
  color: #FFFFFF;
  text-decoration: none;
}
.button-primary.pagination-next-link:hover, .button-primary.pagination-prev-link:hover, .button-primary.pagination-first-link:hover, .button-primary.pagination-last-link:hover, .button-primary.pagination-next-link:focus, .button-primary.pagination-prev-link:focus, .button-primary.pagination-first-link:focus, .button-primary.pagination-last-link:focus, .button-primary.pagination-next-link:active, .button-primary.pagination-prev-link:active, .button-primary.pagination-first-link:active, .button-primary.pagination-last-link:active {
  background-color: #004189;
  border-color: #004189;
}
[data-disabled].pagination-next-link, [data-disabled].pagination-prev-link, [data-disabled].pagination-first-link, [data-disabled].pagination-last-link {
  cursor: default;
}
/* ButtonからPagination関連部分のみコピー ここまで */
/* Pagination部分置換 ここから */
.pagination {
  margin: 20px 0;
  text-align: center;
}
.pagination-next, .pagination-prev, .pagination-first, .pagination-last {
  display: inline-block;
}
.pagination-first-link, .pagination-last-link {
  padding: 0 10px;
}
.pagination-first-text, .pagination-last-text {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}
.pagination-next-link {
  padding-right: 10px;
}
.pagination-next-text {
  margin-right: 10px;
}
[dir=rtl] .pagination-next-link {
  padding-left: 10px;
}
[dir=rtl] .pagination-next-text {
  margin-left: 10px;
}
.pagination-prev-link {
  padding-left: 10px;
}
.pagination-prev-text {
  margin-left: 10px;
}
[dir=rtl] .pagination-prev-link {
  padding-right: 10px;
}
[dir=rtl] .pagination-prev-text {
  margin-right: 10px;
}
/* Pagination部分置換 ここまで */

/***** Metadata *****/
.meta-group {
  display: block;
  border-left: 1px solid #b2b2b2;
  margin-left: 1em;
  padding-left: 1em;
  font-size: 93.3%;
  font-weight: 400;
  color: #b2b2b2;
}

.meta-group * {
  display: inline;
}

.meta-data {

}

.meta-data:not(:last-child)::after {
  content: "\00B7";
  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;
}

.icon-lock::before {
  content: "\1F512";
}

.icon-star::before {
  content: "\2605";
}

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

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

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

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

.icon-agent::before {
  content: "\1F464";
}

.icon-close::before {
  content: "\2715";
}

.icon-arrow-up::before {
  content: "\2B06";
}

.icon-arrow-down::before {
  content: "\2B07";
}

.icon-attachments::before {
  content: "\1F4CE";
}

.icon-comments::before {
  content: "\1F4AC";
}

.icon-search::before {
  content: "\1F50D";
}

.icon-vote::before {
  content: "\1F44D";
}

.icon-handle::before {
  content: "\25BE";
}

.icon-check::before {
  content: "\2713";
}

.icon-gear::before {
  content: "\2699";
}

.icon-menu::before {
  content: "\2630";
}

.icon-article::before {
  content: "\1F4C4";
}

.icon-post::before {
  content: "\1F4D4";
}

.icon-notification-alert::before {
  content: "\26A0";
}

.icon-notification-error::before {
  content: "\00D7";
}

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

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

/* User Profiles */
.profile-header {
  padding: 30px 0;
  background-color: darken($color_5, 3%);
}

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

@media (min-width: 980px) {
  .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: 980px) {
  .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: $color_1;
  border: 0;
  color: $color_2;
  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: lighten($color_3, 20%);
  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: 980px) {
  .profile-stats-activity {
    border-top: 0;
    flex-direction: row;
  }
}

@media (min-width: 980px) {
  .profile-stats-activity .stat {
    flex-direction: column;
  }
}

.profile-stats-activity .stat:first-child {
  margin-top: 10px;
}

@media (min-width: 980px) {
  .profile-stats-activity .stat:first-child {
    margin-top: 0;
  }
}

@media (min-width: 980px) {
  .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: 980px) {
  .profile-stats-activity .stat-label {
    flex: 0 1 auto;
  }
}

.profile-stats-counters {
  border-bottom: solid 1px #ddd;
}

@media (min-width: 980px) {
  .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: 980px) {
  .profile-stats-counters {
    flex: 0 0 270px;
    margin-left: 60px;
  }
  [dir="rtl"] .profile-stats-counters {
    margin-right: 60px;
    margin-left: 0;
  }
}

@media (min-width: 980px) {
  .profile-stats-counters .stat {
    flex-direction: column;
  }
}

@media (min-width: 980px) {
  .profile-stats-counters .stat {
    flex-direction: row;
  }
}

@media (min-width: 980px) {
  .profile-stats-counters .stat:not(:last-child) {
    margin-bottom: 15px;
  }
}

@media (min-width: 980px) {
  .profile-stats-counters .stat-label {
    flex: 0 1 auto;
  }
}

@media (min-width: 980px) {
  .profile-stats-counters .stat-label {
    flex: 0 0 100px;
  }
}

.profile-private-badge {
  flex-basis: 100%;
  border: solid 1px $color_1;
  border-radius: 4px;
  color: $color_1;
  padding: 5px 20px;
  font-size: 12px;
  text-align: center;
}

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

@media (min-width: 980px) {
  .profile-private-badge {
    flex-basis: auto;
  }
}

.profile-nav {
  background-color: darken($color_5, 5%);
  border: 0;
  margin-bottom: 37px;
}

.profile-section {
  width: 100%;
}

@media (min-width: 980px) {
  .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: lighten($color_3, 20%);
  font-weight: 300;
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (min-width: 980px) {
  .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: 980px) {
  .profile-section-sorter .dropdown-toggle::after {
    position: relative;
  }
}

@media (min-width: 980px) {
  .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: 980px) {
  .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: 980px) {
  .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: 980px) {
  .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: "\1f512";
  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: 980px) {
  .profile-activity {
    padding-left: 20px;
  }
  [dir="rtl"] .profile-activity {
    padding-right: 20px;
    padding-left: 0;
  }
}

@media (min-width: 980px) {
  .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: 980px) {
  .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: darken($color_5, 3%);
}

@media (min-width: 980px) {
  .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: $color_5;
  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: 980px) {
  .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: "\1f4c4";
}

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

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

/***** Search results *****/
main.search .page_head {
  background-color: #fff;
}
main.search .page_head .container {
  background: none;
}
main.search .breadcrumbs {
  margin: 0;
  padding-top: 10px;
}
main.search #contents .container {
  text-align: center;
}
main.search form.search input {
  max-width: 100%;
  width: 640px;
}
main.search .page-header-description {
  font-style: normal;
  margin-top: 30px;
  color: #4d4d4d;
  font-size: 93.3%;
  font-weight: 500;
}
.search-results {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}
.search-results > div {
  display: inline-block;
}
main.search .search-no-results {
  font-size: 93.3%;
  font-weight: 400;
  color: #4d4d4d;
}
.no-results-back {
  display: inline-block;
  padding: 12px 0;
  margin-top: 15px;
  font-size: 93.3%;
  font-weight: 400;
  color: #4d4d4d;
  text-decoration: none;
  margin-top: 50px;
}
.no-results-back > i {
  display: inline-block;
  background: url(/hc/theming_assets/01KJARCA7WWDC70GQNXQRCP7MK) left top no-repeat;
  margin-right: 7px;
  width: 16px;
  height: 13px;
}
.no-results-back:hover {
  color: #4c87bb;
  text-decoration: underline;
}
.no-results-back:hover i {
  background-position: -16px;
}
@media (min-width: 980px) {
  main.search #contents .container {
    padding-left: 0;
  }
  main.search .page-header-description {
    font-size: 106.7%;
  }
  main.search .search-no-results {
    font-size: 106.7%;
  }
  .search-results {
    flex-direction: row;
  }
}
.search-results-column {
  flex: 1;
  text-align: left;
}
.search-results-subheading {
  margin-top: 40px;
  margin-bottom: 10px;
  color: #414f5c;
  font-size: 120%;
  font-weight: 500;
}
.search-result-link {
  display: inline-block;
  font-size: 106.7%;
  font-weight: 500;
  color: #4c87bb;
}
.search-result-link:hover {
  text-decoration: underline !important;
}
.result-title {
  display: block;
  margin: 0 0 15px 0;
}
main.search .notfound {
  display: block;
  border-top: 2px solid #e0e0e0;
  padding: 20px 5px;
  font-size: 73.3%;
  color: #4d4d4d;
  font-weight: 400;
}
.search-results-list {
  margin-bottom: 25px;
}
.search-results-list > li {
  border-bottom: 1px solid #e0e0e0;
}
.search-results-list > li:first-child {
  border-top: 2px solid #e0e0e0;
}
.search-result-description {
  display: block;
  margin-top: 12px;
  font-size: 73.3%;
  font-weight: 400;
  color: #4d4d4d;
}
.search-results-column .meta-group {
  border: 0;
  display: block;
  width: 100%;
  margin: 0;
  position: relative;
  padding-left: 0;
}
.search-results-column .meta-group > li {
  display: block;
}
.search-result-breadcrumbs {
  padding: 12px 0 !important;
  display: block;
}
.search-result-breadcrumbs li {
  color: #4c87bb !important;
  font-size: 73.3%;
}
.search-results-column .meta-group .meta-data {
  font-size: 73.3%;
  font-weight: 400;
  color: #4d4d4d;
}
.search-results-column .meta-group .meta-data::after {
  content: none;
}
.search-results-column .meta-group .meta-data time {
  color: #b2b2b2;
}
.search-results-list > li a {
  display: flex;
  flex-direction: column;
  padding: 20px 5px;
}
.search-results-list > li.search-result * {
  text-decoration: none;
}
@media (min-width: 980px) {
  .search-result-link {
    font-size: 120%;
  }
  .search-result-description {
    margin-top: 15px;
    font-size: 93.3%;
  }
  .search-results-column {
    flex: 0 0 45%;
  }
  .search-results-subheading {
    margin-top: 60px;
    font-size: 160%;
  }
  main.search .notfound {
    padding: 25px;
    font-size: 93.3%;
  }
  .search-results-column .meta-group {
    width: 25%;
    padding-left: 50px;
    margin: 0;
  }
  .search-results-list > li a {
    flex-direction: row;
    justify-content: space-between;
    padding: 25px;
  }
  .search-results-list > li a:hover {
    background-color: #fafbfc;
  }
  .search-results-list li.search-result a > div {
    width: 75%;
  }
  .search-result-breadcrumbs {
    padding-bottom: 15px;
    padding-top: 0 !important;
  }
  .search-result-breadcrumbs li {
    font-size: 80%;
  }
  .search-results-column .meta-group .meta-data {
    font-size: 80%;
  }
}
.search-result-meta-count-group {
  position: absolute;
  display: inline-block;
  bottom: 0;
  right: 0;
}
.search-result-votes, .search-result-meta-count {
  color: #4d4d4d;
  display: inline-block;
  font-size: 66.7%;
  font-weight: 400;
  padding-left: 20px;
  height: 14px;
  line-height: 14px;
}
.search-result-votes {
  background: url(/hc/theming_assets/01KJARC8Y3JJHEXB90N9ZFBMDN) left center no-repeat;
  background-size: 14px 14px;
}
.search-result-meta-count {
  background: url(/hc/theming_assets/01KJARC68ZQM1ZXT3HX0D60TR4) left center no-repeat;
  background-size: 14px 14px;
}
.search-result-votes::before, .search-result-meta-count::before {
  content: none !important;
}

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

[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: "\1F44D";
}

.search-result-meta-count::before {
  content: "\1F4AC";
}

@media (min-width: 980px) {
  .search-result-votes, .search-result-meta-count {
    font-size: 80.0%;
    padding-left: 25px;
    height: 18px;
    line-height: 18px;
  }
  .search-result-votes {
    background: url(/hc/theming_assets/01KJARC90SQJZXV6NQ9NH8JWAS) left center no-repeat;
    background-size: 18px 18px;
  }
  .search-result-meta-count {
    background: url(/hc/theming_assets/01KJARC7YM8PMRVN7RJ2PYTQW6) left center no-repeat;
    background-size: 18px 18px;
  }
}



/***** Blog Page *****/
.blogentry-list li a {
  border-bottom: 1px solid #e0e0e0;
  padding: 20px 5px;
  display: flex;
  flex-direction: column;
  color: #4d4d4d;
  font-size: 73.3%;
}
.blogentry-list li a div {
  display: block;
  margin-top: 10px;
}
.blogentry-list li a div > span {
  display: inline;
  color: #4c87bb;
  font-size: 136.4%;
}
.blogentry-list li a:hover {
  text-decoration: none;
  background-color: #fafbfc;
}
.blogentry-list li a div > span:hover {
  text-decoration: underline;
}
@media (min-width: 980px) {
  main.blogtop .page_head h2 {
    padding: 30px 0;
  }
  .blog .page_head nav.nav-side .sidenav {
    font-weight: 700;
    color: #456380;
    display: flex;
    align-items: center;
    padding: 10px 0;
    font-size: 106.7%;
  }
  .blog .page_head nav.nav-side .sidenav i {
    margin-right: 15px;
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url(/hc/theming_assets/01KJARCA5TXQ5RD4THP8MM0RX6) left top no-repeat;
  }
  .blog .page_head nav.nav-side .subnav .current a {
    font-weight: 700;
    font-size: 106.7%;
  }
  .blog .article-footer {
    justify-content: flex-end;
  }
  .blogentry-list li a {
    padding: 20px 25px;
    font-size: 106.7%;
    flex-direction: row;
    justify-content: space-between;
  }
  .blogentry-list li a div {
    display: block;
    width: 70%;
    margin-top: 0;
  }
  .blogentry-list li a div > span {
    display: inline;
    color: #4c87bb;
    font-size: 100%;
  }
  .blogentry-list li a:hover {
    text-decoration: none;
    background-color: #fafbfc;
  }
  .blogentry-list li a div > span:hover {
    text-decoration: underline;
  }
}












/***** img Zoom *****/
.img_zoom {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 20px 0;
}
.img_zoom a {
  display: inline-block;
  line-height: 1em;
  position: relative;
  padding-left: 20px;
  font-size: 86.7%;
  font-weight: 500;
}
.img_zoom em {
  display: inline-block;
  background: url(/hc/theming_assets/01KJARC356Y7P6E513GFBGV22T) left center no-repeat;
  background-size: 32px 16px;
  width: 16px;
  height: 16px;
  text-indent: -9999px;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: -1px;
}
@media (min-width: 980px) {
  .img_zoom {
  }
  .img_zoom a {
    font-size: 106.7%;
    padding-left: 30px;
  }
  .img_zoom em {
    background: url(/hc/theming_assets/01KJARC3XS08GCF7ET5JD7215W) left center no-repeat;
    width: 24px;
    height: 24px;
    left: 0;
    top: -3px;
  }
  .img_zoom a:hover em {
    background-position: -24px;
  }
}

/***** lightbox *****/

html.lb-disable-scrolling {
  overflow: hidden;
  /* Position fixed required for iOS. Just putting overflow: hidden; on the body is not enough. */
  position: fixed;
  height: 100vh;
  width: 100vw;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;

  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;

  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(/hc/theming_assets/01KJARC7YYNFTMCY9E4VP010BE) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(/hc/theming_assets/01KJARC695SP271R3AE3NN1F4Q) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(/hc/theming_assets/01KJARC6BNM6T9BH35A28ANDAC) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(/hc/theming_assets/01KJARC6RBM1F1MXQMM34R5Z59) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* Tips design */
.article-body table, tr, td, th {
    border: solid 1px #808080;
    padding: 6px;
    line-height: 1em;
}
.article-body h2 {
    font-size: 20px;
    font-weight: 500;
    background: #f5f6f7;
    padding: 10px 20px;
    margin-left: -20px;
    margin-right: -20px;
}
.article-body h3 {
    font-size: 18px;
    font-weight: 500;
    border-bottom: solid 2px #e0e0e0;
}
.article-body img#excl_mark {
    margin-bottom: -5px;
}


/*20190426 add*/
		.header .blogSPhead { display:none; }
		.header.cat-blog .blogSPhead { display:block; }
    .header + .spnav .navhead ul { flex-flow:row wrap; }
    .noBlog { display:block; }
    .forBlog { display:none; }

		.spnav.spblognav {display: none;position: fixed;top: 48px;left: 0;width: 100%;background-color: #f0f4f5;z-index: 1000000000;}

		.header.cat-blog { width:100%;padding:0; background:rgba(255,255,255,1) !important;}
		.header.cat-blog::after { content:''; display:table; clear:both; height:0; }
		.header.cat-blog .header_nav { padding:10px 0 5px; background:transparent; }
		.header.cat-blog .title { display:none; }
		.header.cat-blog h1.blogTitle { float:left; width:50% !important; }
    .header.cat-blog h1.blogTitle small.text { display:block; position:relative; top:0; margin-top:-2px; color:#000 !important; font-size:8px; line-height:1.4; }
    .header.cat-blog h1.blogTitle small.text br { display:none; }
    .header.cat-blog h1.blogTitle img { width:95.0% !important; height:auto !important; }

    .header.cat-blog .links { position:relative; top:6px; float:left; width:20%; text-align:right; }
    .header.cat-blog .links li { display:inline-block; margin-left:5px; color:; white-space:nowrap; }
    .header.cat-blog .links li svg { display:inline-block; width:auto; height:24px; }

    .header.cat-blog .links li:nth-child(1) svg { fill:#315096; transition:0.4s; }
    .header.cat-blog .links li:nth-child(2) svg { fill:#55acee; transition:0.4s; }
    .header.cat-blog .links li:nth-child(1) a:hover svg { opacity:0.75; transition:0.4s; }
    .header.cat-blog .links li:nth-child(2) a:hover svg { opacity:0.75; transition:0.4s; }

    .header.cat-blog + .spnav .navhead ul { flex-flow:column wrap; }
    .header.cat-blog + .spnav .noBlog { display:none; }
    .header.cat-blog + .spnav .forBlog { display:block; width:100%; }
		.header.cat-blog + .spnav .normal.forBlog a { margin-bottom:10px; font-size:1.0rem; background:#e65649; }

    .header + .spnav.cat-blog .navhead ul { flex-flow:column wrap; }
    .header + .spnav.cat-blog .noBlog { display:none; }
		.header + .spnav.cat-blog .forBlog { display:block; width:100%; }
		.header + .spnav.cat-blog .normal.forBlog a { margin-bottom:10px; font-size:1.0rem; background:#e65649; }

    .blogHeader { position:relative; z-index:500; height:auto; padding:0 10px 10px 0;width:100%; }
    .blogHeader::after { content:''; display:table; clear:both; height:0; }
    .blogHeader.fixed { position:fixed; top:0; left:0; background:rgba(255,255,255,1); }
    .blogHeader h1 { float:left;  }
    .blogHeader h1, h1 a { display:block; color:inherit !important; text-align:left; }
    .blogHeader h1 small.text { display:block; position:relative; top:0; margin-top:3px; font-size:8px; line-height:1.4; }
    .blogHeader h1 small.text br { display:none; }
    .blogHeader h1 img { width: 210px;height:auto !important; }
    .blogHeader .header_nav .blogBurger { display:block; position:fixed; top:10px; right:10px; z-index:2000; width:36px; height:36px; background:rgba(0,0,0,0.4); background-image:none; }
		
    .blogHeader .header_nav .blogBurger::before { content:''; display:block; position:absolute; top:50%; left:50%; width:14px; height:1px; background:#fff; box-shadow:0 5px 0 0 rgba(255,255,255,1.0), 0 -5px 0 0 rgba(255,255,255,1.0); transform:translate(-50%,-50%); }
    .blogHeader .header_nav .blogBurger.active::before { box-shadow:none; transform:translate(-50%,-50%) rotate(45deg); }
    .blogHeader .header_nav .blogBurger.active::after { content:''; display:block; position:absolute; top:50%; left:50%; width:14px; height:1px; background:#fff; transform:translate(-50%,-50%) rotate(-45deg); }
    .blogHeader .subnavi { display:none !important; }
    .blogHeader .subnavi.active { display:block; }
    .blogHeader .subnavi { margin-bottom:10px !important; }
    .blogHeader .subnavi .request { background:none !important; }
    .blogHeader .subnavi .request a { color:inherit !important;  }
    .blogHeader .subnavi .request a i { margin-right:4px !important;  }
    .blogHeader .subnavi .searching { padding:0 !important; background:none !important; }
    .blogHeader .subnavi .searching input[type='search'] { width:200px !important; height:30px !important; padding-left:34px !important; border-radius:3px !important; font-size:14px !important; background-size:14px 14px !important; }
    .blogHeader .subnavi .searching {  }
    .blogHeader .pcnav { float:left !important; }
    .blogHeader .header_nav { background:transparent !important; }
    .blogHeader .header_nav .links { position:relative; top:-6px; text-align:right; }
    .blogHeader .header_nav .links li { display:inline-block; margin-left:5px; color:; white-space:nowrap; }
    .blogHeader .header_nav .links li a { display:inline !important; position:relative; top:12px; }
    .blogHeader .header_nav .links li svg { fill:; transition:0.2s; }
    .blogHeader .header_nav .links li a img { width:auto; height:1.8rem; transition:0.2s; }
    .blogHeader .header_nav .links li a:hover img { /*filter:grayscale(100%) brightness(3000%);*/ opacity:0.75; transition:0.4s; }
    .blogHeader .header_nav .links li:nth-child(1) { display:none; margin-right:20px; }
 .blogHeader .header_nav .links li:nth-child(2) { display:none; margin-right:20px; }
    .blogHeader .header_nav .links li:nth-child(3) svg { fill:#315096; transition:0.4s; }
    .blogHeader .header_nav .links li:nth-child(4) svg { fill:#55acee; transition:0.4s; }
    .blogHeader .header_nav .links li:nth-child(3) a:hover svg { opacity:0.75; transition:0.4s; }
    .blogHeader .header_nav .links li:nth-child(4) a:hover svg { opacity:0.75; transition:0.4s; }
    .blogHeader .footNav { margin-bottom:10px; font-size:13px; }
    .blogHeader .subnavi .search {  }
    .cat-blog .spnav, .spnav.cat-blog { top:62px; }
     .cat-blog main[role='main'],
			main[role='main'].cat-blog{ position:relative; top:0; margin-top:0; }
@media (min-width:769px) and (max-width:1024px){
  .blogHeader .header_nav .blogBurger { top:44px; }
  .blogHeader.fixed .header_nav .blogBurger { top:14px; }
   .cat-blog .spnav, .spnav.cat-blog { top:112px;}
  .blogHeader .header_nav h1 img { width:auto !important; height:48px !important; } 

}
@media (min-width:768px) and (max-width:768px){
   .cat-blog .spnav, .spnav.cat-blog { top:82px; }
  .blogHeader .header_nav h1 img { width:auto !important; height:48px !important; } 
}


@media (min-width:1024px){
    .blogHeader { min-width:1024px; height:auto; padding:inherit; }
    .blogHeader.fixed { position:relative; background:transparent; }
    .blogHeader h1, h1 a { display:inline; float:none; color:inherit !important; text-align:left; }
    .blogHeader h1 small.text { display:inline-block; position:relative; top:-12px; margin-top:0; font-size:50%; line-height:1.4; }
    .blogHeader h1 small.text br { display:inline; }
    .blogHeader h1 img { width:auto !important; height:48px !important; }
    .blogHeader .header_nav .blogBurger { display:none; }
    .blogHeader .subnavi { display:block !important; margin-bottom:10px !important; }
    .blogHeader .subnavi .request { background:none !important; }
    .blogHeader .subnavi .request a { color:inherit !important;  }
    .blogHeader .subnavi .request a i { margin-right:4px !important;  }
    .blogHeader .subnavi .searching { padding:0 !important; background:none !important; }
    .blogHeader .subnavi .searching input[type='search'] { width:200px !important; height:30px !important; padding-left:34px !important; border-radius:3px !important; font-size:14px !important; background-size:14px 14px !important; }
    .blogHeader .subnavi .searching {  }
    .blogHeader .pcnav { float:right; }
    .blogHeader .header_nav { background:#fff !important; }
    .blogHeader .header_nav .links { position:relative; top:-6px; text-align:right; }
    .blogHeader .header_nav .links li { display:inline-block; margin-left:10px; color:; white-space:nowrap; }
    .blogHeader .header_nav .links li a { display:inline !important; position:relative; top:12px; }
    .blogHeader .header_nav .links li svg { fill:; transition:0.2s; }
    .blogHeader .header_nav .links li a img { width:auto; height:1.8rem; transition:0.2s; }
    .blogHeader .header_nav .links li a:hover img { /*filter:grayscale(100%) brightness(3000%);*/ opacity:0.75; transition:0.4s; }
    .blogHeader .header_nav .links li:nth-child(1) { display:inline-block; position: relative; top:10px; left:16%; min-width:100px; margin-right:20px; padding-left: 20px;margin-left: 20px;background: url(/hc/theming_assets/01KNK82E973S0G50A9ZEXT8RWJ) left center no-repeat; height: 14px;}
    .blogHeader .header_nav .links li:nth-child(2) { display:inline-block; position: relative; top:10px; min-width:100px; margin-right:20px; padding-left: 20px;margin-left: 20px;background: url(/hc/theming_assets/01KNK82E973S0G50A9ZEXT8RWJ) left center no-repeat; height: 14px;}
    .blogHeader .header_nav .links li:nth-child(1) a { position:relative; top:-3px; right: -2%; color:#000;}
    .blogHeader .header_nav .links li:nth-child(2) a { position:relative; top:-3px; right: 22%; color:#000;}
    .blogHeader .header_nav .links li:nth-child(3) svg { fill:#315096; transition:0.4s; }
    .blogHeader .header_nav .links li:nth-child(4) svg { fill:#55acee; transition:0.4s; }
    .blogHeader .header_nav .links li:nth-child(3) a:hover svg { display:inline-block; opacity:0.75; transition:0.4s; }
    .blogHeader .header_nav .links li:nth-child(4) a:hover svg { display:inline-block; opacity:0.75; transition:0.4s; }
    .blogHeader .footNav { margin-bottom:10px; font-size:1.0em; }
    .blogHeader .subnavi .search {  }
}
@media (min-width:320px) and (max-width:768px){
		iframe {max-width: 100%;}
}

/* START 記事個別CSS　https://support.trustlogin.com/hc/ja/articles/360000668322 */
.table_360000668322 th.th1 {width: 14%; color:#fff ;background-color:#3a82af;}
.table_360000668322 th.th2 {width: 14%; color:#fff ;background-color:#3a82af;}
.table_360000668322 th.th3 {width: 36%; color:#fff ;background-color:#881e20;}
.table_360000668322 th.th4 {width: 36%; color:#fff ;background-color:#984117;}
.table_360000668322 th.th1_2 {background-color:#f3faff;}
.table_360000668322 a {word-break: break-all;}
.article-body table.table_360000668322 tr,
.article-body table.table_360000668322 td,
.article-body table.table_360000668322 th
{line-height:1.5em;}
/* END 記事個別CSS　https://support.trustlogin.com/hc/ja/articles/360000668322 */

/* START 記事個別CSS　https://support.trustlogin.com/hc/ja/articles/900000155223 */
.table_900000155223 th {background-color:#fff2cc;}
.table_900000155223 .table_tr {background-color:#ffd966;}
.table_900000155223  {margin-left:auto; margin-right:auto;}
/*.table_900000155223, .table_900000155223 tr, .table_900000155223 td, .table_900000155223 th {width: -webkit-fill-available;}*/
/* END 記事個別CSS　https://support.trustlogin.com/hc/ja/articles/900000155223 */

/* START 記事個別CSS　https://support.trustlogin.com/hc/ja/articles/360008122593 */
tr.blue-background360008122593 {background: #007bbb;}
/* END 記事個別CSS　https://support.trustlogin.com/hc/ja/articles/360008122593 */

/* START アプリリクエスト　コメント追加 */
.app_request_comment {
		font-size: 0.5em;
    line-height: 1.6em;
    padding-left: 1em;
}
/* END アプリリクエスト　コメント追加 */

/* START 記事個別CSS　https://support.trustlogin.com/hc/ja/articles/4409702618137 */
.table_csv_4409702618137 p.p1 {
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
/* END 記事個別CSS　https://support.trustlogin.com/hc/ja/articles/4409702618137 */

/* START 記事個別CSS　https://support.trustlogin.com/hc/ja/articles/6922075366809 */
.table_6922075366809 p, .table_6922075366809 ul {
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
/* END 記事個別CSS　https://support.trustlogin.com/hc/ja/articles/6922075366809 */

/* START ーSecurity　Footer and Sitesealsー */
.side_seal_wrap ul.site_seal {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 0 auto;
    max-width: 1040px;
    padding-left: 20px;
    padding-top: 20px;
}
.side_seal_wrap ul.site_seal li {
    padding-right: 10px;
}
.side_seal_wrap ul.site_seal li:nth-child(3) {
    padding-right: 0px;
}
.gmoGroupSecurity {
    margin-bottom: 40px;
}
.col-12 .side_seal_wrap {
    padding-top: 1em;
    padding-bottom: 2em;
}
.col-12 .side_seal_wrap span {
    float: none!important;
    padding-right: 0em;
}
#ss_gmo_globalsign_secured_site_seal {
    display: inline-block;
}
#csi_siteseal_tag {
display: inline-block;
    width: 100px;
    height: 50px;
}

#brs_siteseal_tag {
    width: 100px;
    height: 50px;
    display: inline-block;
}

p.copyright {
		top: -5em;
    position:relative;
}
footer div.my-3 div.col-12 {
    padding-left: 10px;
    text-align: center;
}
.footer_sns {
    padding-bottom: 20px;
}
.footer_sns ul.clear {
    display: flex;
    flex-direction: row;
    padding-left: 20px;
}
div.footer_sns {
    display: flex;
    flex-direction: row;
    margin: 0 auto;
    max-width: 1040px;
    padding-left: 20px;
    padding-top: 20px;
  }
  div.footer_sns img {
    vertical-align: middle;
    width: auto;
    height: 20px;
  }
  div.footer_sns img.corp_logo{
	height: 30px;
  }
.footer_sns ul.clear li{
	padding-right: 10px;
}
.footer_sns ul.clear li a img {
    margin-top: 5px;
}
@media only screen and (max-width: 768px) {
	div.footer_sns {
		display: block;
		padding-left: 0px;
		padding-top: 20px;
	}
	.sns_menu {
		width: min-content;
		margin: 0 auto;
	}
	.footer_sns ul.clear {
		padding-left: 30px;
		padding-top: 20px;
	}
}
/* END ーSecurity　Footer and Sitesealsー */

/* START ▼ ーSaaS Management Bannerー */
#saas_mng_home {
  	max-width: 1160px;
    margin: 0 auto -3em;
    padding: 0;
    width: 95%;
}
#saas_mng_home a {
    transition: .3s ease-in-out;
}
#saas_mng_home a:hover {
  filter: brightness(1.05);
  transform: scale(1.02);
}
img.saas_banner_home {
    display: block;
    width: 230px;
    position: relative;
    bottom: 1px;
    right: 20px;
}
img.saas_banner_side {
		display: block;
    width: 230px;
    position: relative;
    top: 1px;
    right: 21px;
    transition: .3s ease-in-out;
}
img.saas_banner_side:hover {
  filter: brightness(1.05);
  transform: scale(1.02);
}
img.saas_banner_footer {
  display: none;
}
#contents {
    min-height: 71em;
}
@media only screen and (max-width: 979px) {
img.saas_banner_home, img.saas_banner_side, #floating-banner {
  	display: none;
}
img.saas_banner_footer {
    display: block;
    width: 230px;
    position: relative;
    top: -41px;
    padding-bottom: 12px;
    margin: 5px auto;
  }
  #contents {
    min-height: 140px;
}
}
/* END ▲ ーSaaS Management Bannerー */