@charset "UTF-8";

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

.clearfix:after {
  content:" ";
  display:block;
  clear:both;
}

body {
  background-color: #fff;
  color: #333;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic",YuGothic,"ヒラギノ角ゴ Pro W1","Hiragino Kaku Gothic Pro W1","メイリオ",Meiryo,Osaka,Helvetica,sans-serif,"Hiragino Kaku Gothic Pro","Yu Gothic","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  -webkit-font-smoothing: none;
  -webkit-font-smoothing: subpixel-antialiased; /* Standard */
  -webkit-font-smoothing: antialiased;
}

@media (min-width: 1024px) {
  body > main {
    min-height: 65vh;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic",YuGothic,"ヒラギノ角ゴ Pro W1","Hiragino Kaku Gothic Pro W1","メイリオ",Meiryo,Osaka,Helvetica,sans-serif,"Hiragino Kaku Gothic Pro","Yu Gothic","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;  font-family: 'Noto Sans Japanese', 'Helvetica Neue',"游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #333;
  font-weight: 200;
  margin-top: 0;
  -webkit-font-smoothing: none;
  -webkit-font-smoothing: subpixel-antialiased; /* Standard */
  -webkit-font-smoothing: antialiased;
}

h1 {font-size: 30px;}
h2 {font-size: 24px;}
h3 {font-size: 2px;}
h4,h5,h6 {font-size: 1rem;}

h2 .h2_ja {
  border-left: 1px solid #333;
  font-size: 24px;
  margin-left: 20px;
  padding-left: 20px;
  vertical-align: middle;
}

@media (min-width: 700px) {
  h1 {font-size: 30px;}
  h2 {font-size: 20px;}
  h3 {font-size: 16px;}

  h2 .h2_ja {
    border-left: 1px solid #333;
    display: inline-block;
    font-size: 20px;
    line-height: 30px;
    margin-left: 30px;
    padding-left: 30px;
  }
}

a {
  color: rgba(102, 118, 179, 1);
  text-decoration: none;
}

a:hover, a:active, a:focus {
  color: #105d86;
  text-decoration: underline;
}

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

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

input:focus {
  border: 1px solid rgba(102, 118, 179, 1);
}

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

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

select:focus {
  border: 1px solid rgba(102, 118, 179, 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 rgba(102, 118, 179, 1);
}

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

@media (min-width: 960px) {
  .container {
    padding: 0;
    width: 90%;
  }
}

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

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

/* common */
.note {
  padding-left: 1em;
  text-indent: -1em;
}
.notes {
  padding-left: 1em;
  text-indent: -1em;
  margin-top: 0;
  margin-bottom: 0;
}

/*h3 配下の始まりを1つ下げるときに使う 2019/10/4 茜*/
.note-h3 {
  padding-left: 1em;
}

/*FAQ*/
hr.qa_style {
  border-top: 1px dashed rgba(238, 142, 161, 1);
}

/***** Buttons *****/
.button, [role=button] {
  border: 1px solid rgba(102, 118, 179, 1);
  border-radius: 4px;
  color: rgba(102, 118, 179, 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: 768px) {
  .button, [role=button] {
    width: auto;
  }
}

.button:after, [role=button]:after {
  color: rgba(102, 118, 179, 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: rgba(238, 142, 161, 1);
  color: #fff;
  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: #e13557;
  border-color: #e13557;
}

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

.button-large, input[type=submit] {
  background-color: rgba(238, 142, 161, 1);
  border: 0;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  font-weight: 200;
  line-height: 2.72;
  min-width: 190px;
  padding: 0 1.9286em;
  width: 100%;
}

@media (min-width: 768px) {
  .button-large, input[type=submit] {
    width: auto;
  }
}

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

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

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

.button-secondary:hover, .button-secondary:focus, .button-secondary:active {
  color: #333;
  border: 1px solid #ddd;
  background-color: #f8f8f8;
}

.button, .split-button button, .section-subscribe button, .article-subscribe button, .community-follow button, .requests-table-toolbar .organization-subscribe button, .options button, .subscriptions-subscribe button, .pagination-next-link, .pagination-prev-link, .pagination-first-link, .pagination-last-link {
  background-color: transparent;
  border: 1px solid #d00034;
  border-radius: 4px;
  color: #d00034;
  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: 768px) {
  .button, .split-button button, .section-subscribe button, .article-subscribe button, .community-follow button, .requests-table-toolbar .organization-subscribe button, .options button, .subscriptions-subscribe button, .pagination-next-link, .pagination-prev-link, .pagination-first-link, .pagination-last-link {
    width: auto;
  }
}

/***** Tables *****/

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

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

.table th,
.table th a {
  color: #666;
  font-size: 13px;
  font-weight: 300;
  text-align: left;
}

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

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

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

.table td {
  display: block;
}

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

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

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

table.type01 ,table.type02 {
  border-collapse: collapse;
  text-align: left;
  line-height: 1.5;
  table-layout: fixed;
}

table.type01 th,table.type02 th {
  background-color: #efefef;
  padding: 10px;
  font-weight: 500;
  vertical-align: top;
}

table.type01 td,table.type02 td {
  background-color: #fff;
  padding: 10px;
  vertical-align: top;
}

table.type01 {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
table.type01 th ,table.type01 td{
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

table.type02 {
  border-top: 1px solid #555;
  border-left: 1px solid #555;
}
table.type02 th ,table.type02 td{
  border-right: 1px solid #555;
  border-bottom: 1px solid #555;
}

.cell-center {
  vertical-align: middle !important;
}
.cell-top {
  vertical-align: top;
}

table img {
  margin: 0 !important;
}

table.type03 {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
table.type03 th ,table.type03 td{
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}


/*table.type04   vertical-align: center*/
table.type04   {
  border-collapse: collapse;
  text-align: left;
  line-height: 1.5;
}

table.type04 th {
  background-color: #efefef;
  padding: 10px;
  font-weight: 500;
  vertical-align: center;
}

table.type04 td {
  background-color: #fff;
  padding: 10px;
  vertical-align: center;
}

table.type04 {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
table.type04 th ,table.type04 td{
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

table.type05 {
  border-collapse: collapse;
  text-align: left;
  line-height: 1.2;
}

table.type05 th , td {
  padding:  5px;
  vertical-align: top;
}

table.type05 {
  border: 1px solid #ccc;
  border-left: 1px solid #ccc;
}





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

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

.form-field label {
  border-left: 4px solid rgba(238, 142, 161, 1);
  font-size: 13px;  font-size: 20px;
  line-height: 20px;
  margin-top: 20px;
  margin-bottom: 5px; margin-bottom: 20px;
  padding-left: 10px;
  display: block;
}

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

.form-field input:focus {
  border: 1px solid rgba(102, 118, 179, 1);
}

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

.form-field input[type="text"]:focus {
  border: 1px solid rgba(102, 118, 179, 1);
}

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

.form-field .nesty-input:focus {
  border: 1px solid rgba(102, 118, 179, 1);
  opacity: 0.8;
  text-decoration: none;
}

.form-field textarea {
  opacity: 0.8;
  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: #666;
  font-size: 14px;
  margin: 5px 0;
}

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

.form footer {
/*  お問い合わせフォームの、送信ボタンの上下の余白が大きすぎたため、調整しました。（2020/9/3 茜）
  margin-top: 40px;
  padding-top: 30px;
  margin-bottom: 80px;
*/
  margin-bottom: 40px;
}

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

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

.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: #3b4878;
}

/***** Header *****/

.header {
  border-top: 4px solid rgba(208, 0, 52, 1);
  border-bottom: 1px solid #ddd;
  width: 100%;
}

.logo {
  float: left;
  display: table;
  margin-top: 10px;
}

.logo a {
  display: table-cell;
}

.logo img {
  max-height: 30px;
  margin-top: 7px;
  padding-right: 10px;
}

.logo_text {
  display: table-cell;
  font-size: 12px;
  vertical-align: middle;
}

.nav_right {
  float: right;
  margin-top: 10px;
}

.nav_search {
  display: inline-block;
  margin: 5px 0 10px 0;
  width: 100%;
}

#user .dropdown-menu {
 margin-top: 10px;
}

.user-nav {
  position: absolute;
  white-space: nowrap;
}

.user-nav[aria-expanded=true] {
  background-color: #fff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15), 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  border: solid 1px #ddd;
  right: 0;
  left: 0;
  top: 71px;
  z-index: 1;
}

.user-nav[aria-expanded=true] > a {
  display: block;
  margin: 20px;
}

.nav-wrapper {
  display: table-cell;
  vertical-align: middle;
}

.nav-wrapper a {
  border: 0;
  color: #333;
  display: none;
  font-size: 16px;
  padding: 0 20px 0 0;
  width: auto;
}

[dir=rtl] .nav-wrapper a {
  padding: 0 0 0 20px;
}

.nav-wrapper a:hover, .nav-wrapper a:focus, .nav-wrapper a:active {
  background-color: transparent;
  color: rgba(102, 118, 179, 1);
  text-decoration: underline;
}

.nav-wrapper a.login {
  display: inline-block;
}

.nav-wrapper .icon-menu {
  display: inline-block;
  margin-right: 10px;
  color: rgba(102, 118, 179, 1);
}

[dir=rtl] .nav-wrapper .icon-menu {
  margin-left: 10px;
  margin-right: 0;
}

.nav-wrapper .search {
  margin-right: 20px;
}

@media (min-width: 960px) {
  .header {
    height: 90px;
  }
  .logo {
    height: 90px;
    margin-top: 0;
  }
  .logo a {
    vertical-align: middle;
  }
  .logo img {
    max-height: 48px;
  }
  .logo_text {
    font-size: 16px;
    font-weight: 400;
    /*padding-top: 12px;*/
  }
  .nav_search {
    display: inline-block;
    float: right;
    margin: 30px 20px 0 0;
    width: 200px;
  }
  .user-nav {
    position: relative;
  }
  .nav-wrapper {
    height: 70px;
    /*line-height: 67px;*/
    padding-right: 20px;
  }
  .nav-wrapper a {
    display: inline-block;
  }
  .nav-wrapper .icon-menu {
    display: none;
  }
}

.dropdown-toggle:after {
  color: inherit;
  content: none;
}

/***** Other info in header *****/

.other-info {
  display: table-cell;
  padding-top: 8px;
  width: 30px;
}

.other-info .toggle-menu {
  font-size: 21px;
  color: rgba(208, 0, 52, 1);
}

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

@media (min-width: 700px) {
  .other-info {
    height: 70px;
    padding-top: 0;
  }
  .other-info .toggle-menu {
    padding: 25px 0;
  }
  .other-info .dropdown-toggle:after {
    display: inline-block;
  }
}

.other-info > [role="button"] {
  border: 0;
  color: rgba(102, 118, 179, 1);
  min-width: 0;
  padding: 0;
  white-space: nowrap;
}

.other-info > [role="button"]:hover {
  color: rgba(102, 118, 179, 1);
  background-color: transparent;
}

.other-info > [role="button"]:after {
  color: rgba(102, 118, 179, 1);
  padding-right: 15px;
}

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

/*追記 20221222*/
#user-dropdown-toggle {
  position: relative;
  cursor: pointer;
}
header .dropdown-menu {
    line-height: 1em;
    margin-top: -10px;
    font-weight: 300;
    font-size: 16px;
    display: none;
}

header .dropdown-menu.show {
    display: block !important;
}

header #other-dropdown {
  display: none;
}

header #user-dropdown.dropdown-menu {
    background: #fff;
    border: 1px solid #d8d8d8;
    border-radius: 3px;
    box-shadow: 0 1px 5px rgb(0 0 0 / 10%);
    display: none;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    min-width: 170px;
    padding: 10px 0;
    position: absolute;
    text-align: left;
    z-index: 1000;
    left: auto;
    right: 0;
    margin-top: 15px;
}

header .dropdown-menu.show {
    display: block !important;
}

header #user-dropdown.dropdown-menu a,header #user-dropdown.dropdown-menu button {
    color: #333;
    font-size: 16px;
    color: #333;
    cursor: pointer;
    display: block;
    padding: 7px 40px 7px 20px;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    line-height: inherit;
    width: auto;
}

header #user-dropdown.dropdown-menu::after {
    content: "";
    display: inline-block;
    position: absolute;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    left: auto;
    top: -6px;
    right: 10px;
}

header #user-dropdown.dropdown-menu::before {
    content: "";
    display: inline-block;
    position: absolute;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #d8d8d8;
    border-left: 7px solid transparent;
    top: -7px;
    left: auto;
    right: 9px;
}

.dropdown-menu [role=separator] {
    border-bottom: 1px solid #d8d8d8;
    color: #969696;
    display: block;
    font-weight: normal;
    font-size: 11px;
    padding: 5px 0;
    margin: 5px 20px 10px 20px;
}
/*追記 20221222*/

.nav_link {
  border: 1px solid #ccc;
  display: block;
  display: inline-block;
  height: 50px;
  margin: 10px;
  color: #333;
  padding: 6px 15px;
  border-radius: 4px;
}

.nav_link:hover {
  text-decoration: none;
  background: #f5f5f5;
}

.nav_link_top {
  display: block;
  text-align: center;
  font-size: 0.9em;
}

.nav_link_bottom {
  display: block;
  text-align: center;
  font-size: 4px;
}

/***** User info in header *****/
.user-info {
  display: inline-block;
}

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

@media (min-width: 700px) {
  .user-info .dropdown-toggle:after {
    display: inline-block;
  }
}

.user-info > [role="button"] {
  border: 0;
  color: rgba(102, 118, 179, 1);
  min-width: 0;
  padding: 0;
  white-space: nowrap;
}

.user-info > [role="button"]:hover {
  color: rgba(102, 118, 179, 1);
  background-color: transparent;
}

.user-info > [role="button"]:after {
  color: rgba(102, 118, 179, 1);
  padding-right: 15px;
}

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

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

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

#user #user-name:hover {
  text-decoration: underline;
}

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

@media (min-width: 768px) {
  #user #other-name {
    display: inline-block;
  }
}

#user #other-name:hover {
  text-decoration: underline;
}

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

@media (min-width: 768px) {
  .user-avatar {
    height: 25px;
    width: 25px;
  }
}

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

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

.avatar .icon-agent::before {
  background-color: rgba(102, 118, 179, 1);
  border: 2px solid #fff;
  border-radius: 50%;
  bottom: -4px;
  color: #2b79a3;
  content: "\1F464";
  font-size: 14px;
  height: 14px;
  line-height: 14px;
  position: absolute;
  right: -2px;
  text-align: center;
  width: 14px;
}

/***** Footer *****/

.footer {
/*  border-top: 3px solid rgba(238, 142, 161, 1);*/
  position: relative;
}

.footer h1 {
  color: #333;
  font-size: 1.2em;
}

.footer_popy {
  display: none;
  margin: 0 auto;
  position: absolute;
  top: -10px;
  width: 120px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.footer_popy img {
  width: 90px;
}

.footer_top {
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #ccc;
}

.footer_top a {
  color: #333;
}

.footer_top_left {
  display: block;
  width: 75%
}

@media (min-width: 768px) {
  .footer_top_left {
    float: left;
  }
}

.footer_btn {
  border-radius: 4px;
  display: block;
  margin-top: 20px;
  width: 100%;
}

.footer_btn span {
  color: #333;
  display: block;
  font-size: 14px;
  font-weight: 300;
  margin-top: 5px;
}

.footer_btn img {
  width: 210px;
  display: block;
}

.footer_btn:hover {
  text-decoration: none;
}

@media (min-width: 768px) {
  .footer_btn {
    display: block;
    float: right;
    margin-top: 0;
    padding: 20px;
    width: 24%;
  }
  .footer_btn img {
    margin: 0 auto;
  }
  .footer_btn span {
    text-align: center;
  }
}

.footer_top li {
  margin-bottom: 5px;
}

@media (min-width: 768px) {
  .footer_top li {
    border-right: 1px solid #333;
    display: inline-block;
    padding-right: 15px;
    margin-right: 15px;
    margin-bottom: 15px;
    line-height: 16px;
  }
  .footer_top li:last-child {
    border-right: none;
  }
}

.footer_btm {
  margin-top: 20px;
}

.footer_btm {
  padding-top: 5px;
  padding-bottom: 5px;
}

.footer_btm .da_logo {
  display: block;
  margin: 0 auto;
  padding: 20px;
  text-align: center;
  width: 200px;
}

.footer_btm a {
  color: #333;
  font-size: 14px;
}

.footer_btm_link {
  display: block;
  text-align: center;
}

.footer_btm ul{
  margin: 10px 0;
}

.footer_btm span {
  color: #333;
  font-size: 12px;
  line-height: 12px;
  margin-bottom: 10px;
  text-align: center;
  display: block;
}

@media (min-width: 768px) {
  .footer_btm li {
    display: inline-block;
    border-right: 1px solid #333;
    padding-right: 10px;
    margin-right: 10px;
    line-height: 12px;
  }
  .footer_btm li:last-child {
    border-right: none;
  }
  .footer_btm span {
  }
}

.footer .key_icon:after {
  color: #ccc;
  content: "\f023";
  font-family: "FontAwesome";
  padding-left: 8px;
}

footer .footer-wrap {
    padding: 40px 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid #666;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

footer .footer-wrap .footer-company .copyright {
    font-size: 11px;
}

@media (max-width: 1425px) {
  footer .footer-wrap .footer-company {
      margin-top: 40px;
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2;
  }

  footer .footer-wrap .footer-company a {
      text-align: center;
  }

  footer .footer-wrap .footer-company ul {
      text-align: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
  }

  footer .footer-wrap .footer-company .copyright {
      text-align: center;
  }
}

@media (min-width: 576px) {
  footer .footer-wrap .footer-company ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
  }
}

@media (max-width: 779px) {
  footer .footer-wrap .footer-company .copyright {
      margin-top: 10px;
  }
}

footer .footer-wrap .footer-company a {
    color: #666;
    font-size: 11px;
}

footer .footer-wrap .footer-company .footer-logo-link {
    display: block;
    margin-bottom: 20px;
}

footer .footer-wrap .footer-company .footer-logo-link img {
    max-width: 170px;
}

@media (max-width: 1425px) {
  footer .footer-wrap {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      
      /*  文字が収まらないのでpadding調整 */
      padding: 40px 45px;
  }
  footer .footer-wrap .footer-products {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
  }
}

@media (min-width: 576px) {
  footer .footer-wrap .footer-products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (min-width: 576px) {
  footer .footer-wrap .footer-products ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
  }
}

@media (min-width: 780px) and (max-width: 991px) {
  footer .footer-wrap .footer-products ul li {
    margin-left: 30px;
  }
}

footer .footer-wrap .footer-products ul li a {
    display: block;
    margin-bottom: 20px;
    max-width: 140px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

@media (min-width: 576px) and (max-width: 779px) {
  footer .footer-wrap .footer-products ul li a {
      margin: 0 20px;
  }
}

@media (min-width: 992px) {
  footer .footer-wrap .footer-products ul li a {
    margin: 0 0 0 60px;
  }
}

footer .footer-wrap .footer-products ul li a img {
    width: 140px;
}

@media (min-width: 576px) {
  footer .footer-wrap .footer-company ul li:not(:last-child)::after {
    content: "|";
    margin-left: 0.4rem;
    margin-right: 0.4rem;
    font-size: 11px;
  }

}

.inquiry {
  bottom: 0;
  right: 20px;
  position: fixed;
  z-index: 1;
}

.inquiry_btn {
  background: rgba(208, 0, 52, 1);
  border-radius: 4px 4px 0 0;
  color: #fff;
  display: block;
  margin-bottom: -1px;
  padding: 7px;
  text-align: center;
  width: 180px;
  transition: 0.5s;
}

.inquiry_btn:hover,.inquiry_btn:active,.inquiry_btn:focus {
  color: #fff;
  background: #b7002e;;
  text-decoration: none;
}

.inquiry_btn:before {
  content: "\f0e0";
  font-family: "FontAwesome";
  margin-right: 10px;
}

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

@media (min-width: 768px) {
  .breadcrumbs {
    margin: 0;
  }
}

.breadcrumbs li {
  color: #666;
  display: inline;
  font-weight: 300;
  font-size: 13px;
  max-width: 450px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.breadcrumbs li + li:before {
  content: ">";
  margin: 0 4px;
}

.breadcrumbs li a:visited {
  color: rgba(102, 118, 179, 1);
}

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

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

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

.search input[type="search"]:focus {
  border: 1px solid #ddd;
  color: #333;
}

.search:before {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  color: #ddd;
  font-family: "FontAwesome" !important;
  content: "\f002";
  font-size: 18px;
  position: absolute;
  left: 15px;
}

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

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

/***** Top page *****/

/*.hero {
  background: url(/hc/theming_assets/01HZKRR6ZFWXGRBSRX22WHFEFR) no-repeat;
  background-position: center;
  background-size: cover;
  display: block;
  height: 199px;
  position: relative;
  width: 100%;
  border-bottom: 1px solid #eee;
}

.hero_sdb {
  background-position: center;
}*/

/*.hero-inner {
  display: block;
  height: 100%;
  margin: 0 auto;
  max-width: 960px;
  position: relative;
  padding-bottom: 20px;
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}
*/

.hero {
  background: linear-gradient(90deg, rgba(152, 156, 203,1) 20.492226846670395%,rgba(188, 231, 248,1) 80.49327609121431%);
  background-position: center;
  background-size: cover;
  display: block;
  height: 330px;
  position: relative;
  width: 100%;
  border-bottom: 1px solid #eee;
  margin-bottom: 25px;
}

.hero-mask {
  width: 100%;
  height: 100%;
  overflow: hidden;
}


.hero.hero_sdb {
 background: linear-gradient(90deg, rgba(236, 142, 160,1) 20.385448916408667%,rgba(252, 238, 193,1) 80.38544891640868%)
}

.hero-inner {
  display: block;
  height: 100%;
  margin: 0 auto;
  max-width: 960px;
  position: relative;
  padding-bottom: 20px;
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

.hero-inner .mv-popy {
  position: absolute;
  left: -211px;
  bottom: -54px;
  z-index: 30;
}

_::-webkit-full-page-media, _:future, :root .mv-popy {
    bottom: -91px;
}

.hero-inner .cloud {
  position: absolute;
  right: -150px;
  top: -145px;
  ]z-index: 20;
}

_::-webkit-full-page-media, _:future, :root .cloud {
    top: -25px;
}


.hero-inner .cloud-big {
  position: absolute;
  left: -500px;
  top: -456px;
  opacity: .3;
  z-index: 10;
}

_::-webkit-full-page-media, _:future, :root .cloud-big  {
    top: -200px;
}


.hero-box {
  width: 90%;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 40;
}

.hero-inner .hero-box .mv-text {
      text-align: center;
      font-size: 30px;
      font-weight: bold
}


.hero-inner .hero-box #mv-search .search input[type="search"] {
      height: 55px;
      font-size: 18px;
}

/*========= 検索窓のためのCSS ===============*/

/*検索窓のエリア*/
 #mv-search {
   z-index: 2;
}

 #mv-search form {
   poaition: relative;
}

 #mv-search form:before {
   display: none;
}


/*テキスト入力input設定*/
 .hero-inner .hero-box #mv-search #query{
  -webkit-appearance:none;/*SafariやChromeのデフォルトの設定を無効*/
  width: 60px;
  height: 60px;
  background:#fff url("https://coco-factory.jp/ugokuweb/wp-content/themes/ugokuweb/data/7-2-3/img/icon_search.svg") no-repeat 17px center;
  padding: 20px;
  border: none;
  background-size: 25px 25px;
  transition: all 0.5s ease-in;
  outline: none;
  cursor: pointer;
  position: relative;
  top: 0px;
  right: 10px;
}

 .hero-inner .hero-box #mv-search #query:after {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    color: #ddd;
    font-family: "FontAwesome" !important;
    content: "\f002";
    font-size: 18px;
    position: absolute;
    left: 15px;
}

 .hero-inner .hero-box #mv-search #query.onload {
  width: 100%;
  padding: 20px 0 20px 60px;
  box-shadow: 0 2px rgba(6,0,1,.26);
}

.top-important-info {
  margin-bottom: 30px
}

.top-important-info .inner {
  border: 2px solid rgba(238, 142, 161, 1);
  padding: 20px;
  display: flex;
}

.top-important-info .inner .title {
  padding: 20px;
  margin-right: 20px;
  margin-bottom: 0;
  font-weight: bold;
  display: flex;
  align-items: center
}

.top-important-info .inner .info {
  display: flex;
  align-items: center
}

/*言葉のヒント 20221207*/
.top-word-tips-lists h2 {
  font-size: 24px;
  margin: 0;
  font-weight: bold;
  position: relative;/*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  padding-left: 50px;
  transition: all .5s ease;
}

.top-word-tips-lists h2::before,
.top-word-tips-lists h2::after {
  position: absolute;
  content:'';
  width: 15px;
  height: 2px;
  background-color: #333;
  transition: all .5s ease;
}

.top-word-tips-lists h2::before{
  top:48%;
  left: 15px;
  transform: rotate(0deg);
}
.top-word-tips-lists h2::after{
  top:48%;
  left: 15px;
  transform: rotate(90deg);
}

.top-word-tips-lists h2.close::before{
  transform: rotate(45deg);
}

.top-word-tips-lists h2.close::after{
  transform: rotate(-45deg);
}

.top-word-tips-lists .tips-group-wrap {
  /*  display: none;*/
    border: 1px solid rgba(208, 0, 52, 1);
    padding: 1.5rem;
    border-radius: 5px;
    background-color: rgba(rgba(238, 142, 161, 1), 0.5);
    box-shadow: 0 2px 10px 0 #dee2e9;
  }

.top-word-tips-lists .tips-group-wrap .tips-group {
  padding: 2rem 1rem 0 3rem;
  display: none;
}

.top-word-tips-lists .tips-group-wrap .tips-group .list-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: .5rem;
}

.top-word-tips-lists .tips-group-wrap .tips-group .list-item .title {
  font-weight: bold;
  min-width: 100px;
  text-align: center;
  padding: 3px 15px;
  background: #f1f1f1;
  border-radius: 0.25rem;
  margin: 0 1.5rem 0.2rem 0;
}

.top-word-tips-lists .tips-group-wrap .tips-group .list-item .words .word {
  padding: .5rem;
  border: 1px solid #ccc;
  border-radius: 0.25rem;
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  margin: 0 .2rem .2rem 0;
  padding: 3px 15px;
  background: #fff;
}
.top-word-tips-lists .tips-group-wrap .tips-group .list-item .words .word:hover {
  text-decoration: none;
}

@media (max-width: 768px) {
  .top-word-tips-lists .tips-group-wrap .tips-group {
    padding: 2rem 1rem 1rem 1rem;
  }
}
@media (max-width: 400px) {
  .top-word-tips-lists .tips-group-wrap .tips-group .list-item .title {
    width: 100%;
    margin-bottom: .5rem
  }
  .top-word-tips-lists .tips-group-wrap .tips-group .list-item {
    flex-direction: column;
    margin-bottom: 1rem;
    align-items: flex-start;
  }
  .top-word-tips-lists .tips-group-wrap .tips-group .list-item .words {

  }
  .top-word-tips-lists .tips-group-wrap {
    padding: 1rem 0.5rem;
  }
}
/*言葉のヒントここまで 20221207*/

/*よくある質問 20221207*/
.top-faq-lists {
  margin-bottom: 40px;

}

.top-faq-lists ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.top-faq-lists ul li {
  width: 50%;
  padding: 0.3rem;
  min-height: 84px;
}

.top-faq-lists ul li a {
    background: #f6f7f9;
    padding: 0.8rem 2.5rem 0.8rem 0.8rem;
    font-size: 16px;
    color: #333;
    text-decoration: none;
    border-radius: 5px;
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    transition: all .3s ease-in;
}

.top-faq-lists ul li.new a:before {
    content: "NEW";
    border: 1px solid #db4242;
    padding: 0px 3px;
    font-size: .5rem;
    background: #db4242;
    color: #fff;
    border-radius: 3px;
    position: absolute;
    top: -6px;
    left: 5px;
}

.top-faq-lists ul li a:after {
    color: rgba(208, 0, 52, 1);
    font-family: "FontAwesome";
    content: "\f105";
    text-decoration: none;
    position: absolute;
    top: calc(50% - 18px);
    right: 1rem;
    font-size: 1.6rem;
    transition: all .3s ease-in;
}

.top-faq-lists ul li a:hover:after {
    right: .8rem;
}

.top-faq-lists ul li a:hover {
    color: rgba(208, 0, 52, 1);
    transition: all .3s ease-in;
}

@media (max-width: 991px) {
  .top-faq-lists ul li {
    width: 50%;
  }
}

@media (max-width: 768px) {
  .top-faq-lists ul li {
    width: 100%;
    padding: 0.3rem 0;
  }
}
/*よくある質問ここまで 20221207*/

.top-search-lists {
  margin-bottom: 80px;
}

/*.top-search-lists .container {
  display: flex;
}

.top-search-lists .features-box, .top-search-lists .top-keyword-box {
  width: 50%;
}*/
h2.ttl-left-border {
    border-left: 5px solid rgba(208, 0, 52, 1);
    font-size: 24px;
    line-height: 28px;
    margin-top: 40px;
    margin-bottom: 30px;
    padding-left: 10px;
    font-weight: bold;
}

.top-search-lists li {
  width: 48%;
  display: inline-block;
  color: rgba(208, 0, 52, 1);
  font-size: 19px;
}

.top-search-lists li:before {
  color: rgba(208, 0, 52, 1);
  font-family: "FontAwesome";
  content: "\f105";
  padding-right: 5px;
}

.top-search-lists li a {
  color: rgba(208, 0, 52, 1);
}

.top-menu-first, .top-menu-secound {
  margin-bottom: 80px;
}

.top-menu-first ul, .top-menu-secound ul {
  display: flex;
}

.top-menu-first li, .top-menu-secound li {
  width: 33.3%;
  text-align: center;
  padding: 30px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}


.top-menu-first li:first-child, .top-menu-secound li:first-child {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.top-menu-first li:not(:first-child), .top-menu-secound li:not(:first-child) {
  border-right: 1px solid #ccc;
}

.top-menu-first li a, .top-menu-secound li a {
  position: relative;
  color: #333;
}

.top-menu-first li a:hover, .top-menu-secound li a:hover {
  color: rgba(208, 0, 52, 1);
}

.top-menu-secound li a:after {
  color: rgba(238, 142, 161, 1);
  font-family: "FontAwesome";
  content: "\f105";
  padding-right: 5px;
  position: absolute;
  top: 10px;
  right: -40px;
  font-size: 20px;
}

.top-menu-secound li a.lock:after,
.top-menu-secound li a.blank:after {
  right: -50px;
}

.top-menu-secound a.lock:before {
  /*color: rgba(238, 142, 161, 1);*/
  font-family: "FontAwesome";
  content: "\f023";
  padding-right: 5px;
  position: absolute;
  top: 10px;
  right: -30px;
  font-size: 18px;
}

.top-menu-secound a.blank:before {
  /*color: rgba(238, 142, 161, 1);*/
  font-family: "FontAwesome";
  content: "\f08e";
  padding-right: 5px;
  position: absolute;
  top: 10px;
  right: -33px;
  font-size: 18px;
}

.top-menu-tiles {
  margin-bottom: 80px;
}

.top-menu-tiles ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.top-menu-tiles li {
  list-style: none;
  text-align: center;
  padding: 1rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.top-menu-tiles li:first-child {
  padding-left: 0;
}
.top-menu-tiles li:last-child {
  padding-right: 0;
}

.top-menu-tiles li a {
  display: block;
  padding: 1.5rem;
  color: #333;
  background: $white;
  border: 2px solid #eee;
  transition:all .5s;
}

.top-menu-tiles li a:hover {
  border: 2px solid rgba(238, 142, 161, 1);
  transition:all .5s;
}

.top-menu-tiles li a:hover h3, .top-menu-tiles li a:hover p.text {
  color: rgba(208, 0, 52, 1);
  transition:all .5s;
}

.top-menu-tiles h3, .top-menu-tiles p.text {
  margin: 0;
  font-size: 18px;
}

.top-menu-tiles h3 {
  position: relative;
}

.top-menu-tiles h3 i {
  margin-left: 10px
}

.top-menu-tiles h3.lock-ico-middle i {
  position: absolute;
  bottom: -10px;
  right: 40px;
}

.top-menu-tiles p.text.vis-hide {
  visibility: hidden;
}

.top-menu-tiles .img-outer {
  width: 60%;
  margin: 0 auto 10px;
  height: 120px;
  transition:all .5s;
}
.top-menu-tiles .img-outer.img01 {
  background: url(/hc/theming_assets/01HZKRQX16P1CXG9KP0WNCYWT8) center top no-repeat;
}
.top-menu-tiles .img-outer.img02 {
  background: url(/hc/theming_assets/01HZKRR5B53XGDV4WG3WMXG7K8) center top no-repeat;
}
.top-menu-tiles .img-outer.img03 {
  background: url(/hc/theming_assets/01HZKRR1SKDPWPGSQXMJEY1JEJ) center top no-repeat;
}
.top-menu-tiles .img-outer.img04 {
  background: url(/hc/theming_assets/01HZKRR547FEAKZTZKH8CDCS6K) center top no-repeat;
}

.top-menu-tiles li a:hover .img-outer.img01 {
  background: url(/hc/theming_assets/01HZKRQTE85KTHXE5FPDA1TMXB) center top no-repeat;
}
.top-menu-tiles li a:hover .img-outer.img02 {
  background: url(/hc/theming_assets/01HZKRR64NEW3FRRFAKBKHCPKH) center top no-repeat;
}
.top-menu-tiles li a:hover .img-outer.img03 {
  background: url(/hc/theming_assets/01HZKRR502ZC35KXE09MWSSDNF) center top no-repeat;
}
.top-menu-tiles li a:hover .img-outer.img04 {
  background: url(/hc/theming_assets/01HZKRR2DJEKJGA1CSX034RVTC) center top no-repeat;
}

/*.top-news-info {
    margin-bottom: 80px
}*/

.top-news-info ul li {
  padding: 1.5rem 0;
  border-bottom: 1px solid #ccc;
}

.top-news-info ul li a {
  color: #333;
}

.top-news-info ul li a:hover {
  color: rgba(208, 0, 52, 1);
}

.top-news-info ul li .date {
    font-size: 16px;
    margin-right: 1rem;
}

.top-news-info ul li .category {
    font-size: 14px;
    padding: .7rem 1.7rem;
    background: #eee;
    border-radius: 30px;
    margin-right: 1rem;
}

@keyframes fadeIn {
  0% {opacity: 0}
  100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
  0% {opacity: 0}
  100% {opacity: 1}
}

.hero-inner img {
  display: block;
  max-height: 100%;
  position: absolute;
}

.hero-inner .top-img-people {
  bottom: 0;
  right: 0;
  max-width: 100%;
  z-index: 99;
}

.hero-inner .top-img-title {
  position: absolute;
  top: calc(50% - 35px);
  left: 20px;
  /*max-width: 100%;*/
  width: 48%;
  z-index: 1;
  font-size: 1.5rem;
}

.hero_sdb .hero-inner .top-img-title {
  position: absolute;
  top: calc(50% - 35px);
  left: 20px;
  /*max-width: 100%;*/
  width: 48%;
  z-index: 1;
  font-size: 1.5rem;
}

.hero-inner .for-pc {
  display:block;
}

.hero-inner .for-sp {
  display:none;
}

.hero-location {
  color: #fff;
  font-size: 12px;
  bottom: 0;
  right: 0;
  padding: 1px 10px;
  position: absolute;
  -moz-text-shadow:1px 1px 1px #000;
  -webkit-text-shadow:1px 1px 1px #000;
  text-shadow:1px 1px 1px #000;
}
.mv-under-bnr {
    text-align: center;
    position: relative;
    max-width: 800px;
    margin: -40px auto 30px;
    z-index:99999;
}
.mv-under-bnr img {
    width: 100%
}
.for-sp {
  display: none;
}

@media (min-width: 700px) and (max-width: 1080px) {
  .hero , .hero_sdb {
    /*background-size: inherit;*/
    /*height: 370px;*/
  }
  .hero-inner .top-img-title {
/*    top: 30px;
    left: 30px;*/
    /*max-width: 100%;*/
    width: 65%;
  }
  .hero-inner .top-img-people {
    max-width: 40%;
  }
  .hero_sdb .hero-inner .top-img-title {
    left: auto;
    right: 30px;
  }
  .hero_sdb .hero-inner .top-img-title {
    left: auto;
    right: 30px;
  }
  .top-menu-tiles li:first-child {
    padding-left: 1rem;
  }
  .top-menu-tiles li:last-child {
    padding-right: 1rem;
  }

  .top-menu-tiles li {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 500px) and (max-width: 699px) {
  .hero , .hero_sdb {
    height: 199px;
  }
  .hero-inner .top-img-people {
    max-width: 40%;
  }
  .hero {
    background: url(/hc/theming_assets/01HZKRQZBC3AERV8X3P8GC0M9C) no-repeat;
  }
   .hero-inner .top-img-title {
    width: 71%;
  }
  .hero-inner .for-pc {
    display:none;
  }
  .hero-inner .for-sp {
    display: block;
  }
  .hero-inner .mv-popy,.hero-inner .cloud,.hero-inner .cloud-big  {
    display: none;
  }

  .top-menu-tiles li {
    padding-left: 0;
    padding-right: 0;
  }
   .top-menu-tiles li {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .top-search-lists .container {
    display: block;
  }
  .top-search-lists .features-box, .top-search-lists .top-keyword-box {
    width: 100%;
  }
  .top-menu-first ul, .top-menu-secound ul {
    display: block;
  }

  .top-menu-first li, .top-menu-secound li {
    width: 100%;
    text-align: center;
    padding: 30px 16px;
    display: block;
  }
  .top-menu-first li:first-child, .top-menu-secound li:first-child {
    border-left: none;
    border-right: none;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }

  .top-menu-first li:not(:first-child), .top-menu-secound li:not(:first-child) {
    border-bottom: 1px solid #ccc;
    border-right: none;
  }

  .top-menu-first li a, .top-menu-secound li a {
    position: relative;
    color: #333;
  }
  .for-pc {
    display:none;
  }
  .for-sp {
    display: block;
  }
  .mv-under-bnr {
    margin: 0 auto 30px;
    z-index: 99999;
  }
}

@media (max-width: 500px) {
  .hero , .hero_sdb {
    height: 230px;
  }
  .hero {
    background: url(/hc/theming_assets/01HZKRQZBC3AERV8X3P8GC0M9C) no-repeat;
    background-size: cover;
  }
  .hero-inner .top-img-people {
    max-width: 43%;
  }
   .hero-inner .top-img-title {
    width: 71%;
  }
  .hero-inner .for-pc {
    display:none;
  }
  .hero-inner .for-sp {
    display: block;
  }
  .hero-inner .mv-popy,.hero-inner .cloud,.hero-inner .cloud-big  {
    display: none;
  }
  .top-search-lists li {
    width: 100%;
  }
  .top-menu-tiles li {
    padding-left: 0;
    padding-right: 0;
  }
  .top-menu-tiles li {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .top-news-info ul li .title {
    display: block;
    margin-top: 15px;
  }
  .top-search-lists .container {
    display: block;
  }
   .top-search-lists .features-box, .top-search-lists .top-keyword-box {
    width: 100%;
  }
  .top-menu-first ul, .top-menu-secound ul {
    display: block;
  }

  .top-menu-first li, .top-menu-secound li {
    width: 100%;
    text-align: center;
    padding: 30px 16px;
    display: block;
  }

  .top-menu-first li:first-child, .top-menu-secound li:first-child {
    border-left: none;
    border-right: none;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }

  .top-menu-first li:not(:first-child), .top-menu-secound li:not(:first-child) {
    border-bottom: 1px solid #ccc;
    border-right: none;
  }
  .footer_btn img {
    width: 150px;
    display: block;
  }
  .top-search-lists, .top-menu-first, .top-menu-secound,.top-menu-tiles, .top-news-info {
    margin-bottom: 40px;
  }
  .footer_top {
    padding-top: 0;
  }
  .top-important-info .inner {
    display: block;
  }
  .top-important-info .inner .title,.top-important-info .inner .info  {
    display: block;
  }
  .top-important-info .inner .title {
    text-align: center;
  }
}
@media (max-width: 400px) {
  .hero , .hero_sdb {
    height: 230px;
  }
  .hero {
    background: url(/hc/theming_assets/01HZKRR3VV4CWBBYKFT7HBBG5B) no-repeat;
    background-size: cover;
  }
  .hero-inner .top-img-people {
    max-width: 43%;
  }
   .hero-inner .top-img-title {
    width: 71%;
  }
  .hero-inner .for-pc {
    display:none;
  }
  .hero-inner .for-sp {
    display: block;
  }
  .hero-inner .mv-popy,.hero-inner .cloud,.hero-inner .cloud-big  {
    display: none;
  }
  .top-search-lists .container {
    display: block;
  }
   .top-search-lists .features-box, .top-search-lists .top-keyword-box {
    width: 100%;
  }
  .top-menu-first ul, .top-menu-secound ul {
    display: block;
  }

  .top-menu-first li, .top-menu-secound li {
    width: 100%;
    text-align: center;
    padding: 30px 16px;
    display: block;
  }
  .top-menu-first li:first-child, .top-menu-secound li:first-child {
    border-left: none;
    border-right: none;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }

  .top-menu-first li:not(:first-child), .top-menu-secound li:not(:first-child) {
    border-bottom: 1px solid #ccc;
    border-right: none;
  }
  .footer_btn img {
    width: 150px;
    display: block;
  }
  .for-pc {
    display:none;
  }
  .for-sp {
    display: block;
  }
  .mv-under-bnr {
    margin: 0 auto 30px;
  }
}
@media (min-width: 1080px) {
  .hero , .hero_sdb {
    background-size: inherit;
    /**  height: 500px;  TOPページリニューアルのため、9/20に変更  **/
    /*height: 150px;*/
  }
  .hero-inner .top-img-people {
    max-width: 100%;
  }
  .hero-inner .top-img-title {
/*    top: 60px;*/
    left: 10px;
    /*max-width: 100%;*/
    width: 55%;
  }
  .hero_sdb .hero-inner .top-img-title {
    left: auto;
    right: 0px;
  }
  .hero-location {
    font-size: 14px;
  }
}

/* Page Header*/

.page-header {
  margin: 10px 0;
}

@media (min-width: 768px) {
  .page-header {
    margin: 0;
  }
}

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

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

.page-header h1 {
  margin-bottom: 40px;
}

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

.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: 20px;
  min-height: 50px;
  padding-bottom: 15px;
}

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

@media (min-width: 768px) {
  .sub-nav input[type="search"] {
    min-width: 300px;
  }
}

.sub-nav input[type="search"]:after {
  font-size: 15px;
}

/* 検索結果画面のheader改修 */
.page-header.search-result-header {
  display: flex;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.page-header.search-result-header h1 {
  margin: 0 0 20px;
}

.page-header.search-result-header .annotation {
  font-size: .85rem;
}


@media screen and (max-width:480px) {
  .page-header.search-result-header {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
}

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

@media (min-width: 768px) {
  .blocks-list {
    margin: 0 15px;
  }
}

.blocks-item {
  border: 1px solid rgba(238, 142, 161, 1);
  border-radius: 4px;
  box-sizing: border-box;
  color: rgba(238, 142, 161, 1);
  display: flex;
  flex: 1 0 150px;
  flex-direction: column;
  justify-content: center;
  margin: 0 0 30px;
  max-width: 100%;
  text-align: center;
}
.blocks-item-no-border {
/*  border: 1px solid rgba(102, 118, 179, 1);  */  /* INSUITE色にするため、color_3から_4に変更 */
  border: 1px;
  border-radius: 4px;
  box-sizing: border-box;
  color: rgba(238, 142, 161, 1);
  display: flex;
  /* flex: 1 0 200px; */
  flex: 1 0 150px;
  flex-direction: column;
  justify-content: center;
  margin: 0 15px 30px;
  max-width: 100%;
  text-align: center;
}

@media (min-width: 445px) {
  .blocks-item {
    margin: 0 15px 30px;
  }
}

.blocks-item:hover, .blocks-item:focus, .blocks-item:active {
  background-color: rgba(238, 142, 161, 1);
  text-decoration: none;
}

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

.blocks-item-link {
  color: rgba(238, 142, 161, 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;
  font-weight: 500;
}

.blocks-item-title-key {
  margin-bottom: 0;
  font-weight: 500;
}
.blocks-item-title-key:after {
  color: #ccc;
  content: "\f023";
  font-family: "FontAwesome";
  padding-left: 8px;
}

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

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

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

@media (min-width: 768px) {
  .section {
    /* margin-bottom: 60px; */
  }
}

.section h2 {
  margin-bottom: 10px;
}

/***** Promoted articles *****/

.promoted {
  padding: 20px 0;
}

.promoted h3 {
  margin-bottom: 10px;
}

.promoted-articles-item:nth-child(3n) {
  padding-right: 0;
}

.promoted-articles-item a {
  color: rgba(102, 118, 179, 1);
  display: block;
  padding: 5px 0;
}

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

/***** Important articles *****/

.important {
  /*background: url("https://smartdb.support-dreamarts.com/hc/theme_assets/1043403/200329028/important_bg.png") repeat-y #f7ddd8;
  box-shadow: 1px 0px 5px 3px rgba(170,170,170,0.1);
  margin-top: -6px;*/
  margin: 30px auto 30px;
}

.important .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}

.important_inner {
  display: table;
  width: 100%
}

.important h2 {
  color: rgba(208, 0, 52, 1);
  background: #f9d9e0;
  font-size: 20px;
  font-weight: 500;
  display: table-cell;
  float: left;
  margin-bottom: 0;
  padding: 10px 20px;
  vertical-align: middle;
  width: 100%;
}

.important li span {
  font-size: 14px;
  color: rgba(208, 0, 52, 1);
  border-radius: 4px;
  padding: 1px 5px 2px 5px;
  text-align: center;
  transition: 0.3s;
}

@media (min-width: 960px) {
  .important h2 {
    float: none;
    font-size: 20px;
    text-align: center;
    width: 270px;
  }
}

@media (max-width: 960px) {
  .important .container {
    padding: 0 5%;
  }
}

.important ul {
  background: #fdf0f2;
  display: table-cell;
  float: left;
  padding: 20px 30px;
  vertical-align: middle;
  width: 100%;
  /* border: 1px solid rgba(208, 0, 52, 1); */
}

@media (min-width: 960px) {
  .important ul {
    width: 100%;
  }
}

.important li {
  padding-top: 5px;
  padding-left: 20px;
  text-indent: -23px;
}

.important ul li:before {
  content: "\f06a";
  color: rgba(208, 0, 52, 1);
  font-family: "FontAwesome";
  padding-right: 5px;
}

.important a {
  color: #333;
}

.important .key_icon:after {
  color: rgba(208, 0, 52, 1);
  content: "\f023";
  font-family: "FontAwesome";
  padding-left: 8px;
  opacity: 0.8;
}

/***** Community section in homepage *****/

.community {
  text-align: center;
}

.community-image {
  min-height: 300px;
  background-image: url(/hc/theming_assets/01HZKRR7B43SPRN5TKDEHGAM85);
  background-position: center;
  background-repeat: no-repeat;
  max-width: 100%;
}

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

.post-to-community .button, .article-info [type=button], .form [type=submit], .post-comments [type=submit] {
  border: 1px solid rgba(102, 118, 179, 1);
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  line-height: 2.34;
  margin: 30px 0 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;
  margin-bottom: 80px;
  background: rgba(238, 142, 161, 1);
  border: none;
  color: #fff;
}

@media (min-width: 768px) {
  .post-to-community .button, .article-info [type=button], .form [type=submit], .post-comments [type=submit] {
    width: auto;
  }
}

/***** 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: #333;
  display: inline-block;
  width: 100%;
}

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

.recent-activity-item-link {
  font-size: 14px;
  font-weight: 300;
}

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

@media (min-width: 768px) {
  .recent-activity-item-meta {
    margin: 0;
    float: right;
  }
  [dir=rtl] .recent-activity-item-meta {
    float: left;
  }
}

.recent-activity-item-time, .recent-activity-item-comment {
  color: #666;
  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: rgba(102, 118, 179, 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 *****/
.category-container {
  display: block;
}

.category-content {
  margin-bottom: 60px;
}

@media (min-width: 1024px) {
  .category-content {
  }
}

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

.section-tree h3 {
  font-size: 25px;
  padding-bottom: 15px;
}

.section-tree h3 a {
  padding-bottom: 0;
}

.section-tree h3 a:hover,.section-tree h3 a:focus,.section-tree h3 a:active {
  text-decoration: none;
  border-bottom: 1px solid #333;
}

@media (min-width: 768px) {
  .section-tree {
    flex-direction: row;
  }
  .section-tree h3 {
    font-size: 30px;
    padding-bottom: 15px;
  }
}

.section-tree .section {
  flex: initial;
}

@media (min-width: 768px) {
  .section-tree .section {
    flex: 0 0 45%;
    /* Two columns for tablet and desktop. Leaving 5% separation between columns */
  }
}

.article-list {
  margin-bottom: 20px;
}

.section-tree .icon-lock:before {
  vertical-align: baseline;
}

.section-tree-title {
  margin-bottom: 0;
}

.section-tree-title:before {
  color: rgba(238, 142, 161, 1);
  font-family: "FontAwesome";
  content: "\f0da";
  padding-right: 5px;
  text-decoration: none;
}

.section-tree-title a {
  color: #333;
  padding-bottom: 10px;
}

.section-tree .see-all-articles {
  border-radius: 4px;
  display: block;
  float: right;
  font-size: 14px;
  padding: 6px 0;
  text-align: center;
}

.section-tree .see-all-articles:before {
  font-family: "FontAwesome";
  content: "\f101";
}

.section-tree .see-all-articles:hover:before {
  text-decoration: none;
}

.article-list .article-list-item {
  padding: 10px 0 10px 20px;
  text-indent: -16px;
}

.article-list .article-list-item:before {
  color: rgba(238, 142, 161, 1);
  font-family: "FontAwesome";
  content: "\f105";
  padding-right: 5px;
}

.icon-star:before {
  color: rgba(102, 118, 179, 1);
  font-size: 18px;
}

/*「推奨する」をチェックした時に表示される「☆」を非表示にし、NEWアイコンを付ける*/
.icon-star {
  display: none;
}

.article-promoted:after {
  content: "NEW";
  border: 1px solid #db4242;
  padding: 0px 5px;
  margin-left: 5px;
  font-size: 0.8em;
  color: #db4242;
  border-radius: 3px;
}

.category-container .faq-nav, .section-container .faq-nav {
  background: #fff;
  display: block;
  margin-bottom: 40px;
  width: 100%;
}

.category-container .faq-nav a, .section-container .faq-nav a  {
  color: #333;
}

.category-container .faq-nav ul, .section-container .faq-nav ul {
  border: 1px solid #eee;
  border-radius: 4px;
  box-shadow: 0px 2px 3px 0px rgba(170,170,170,0.1);
  display: inline-block;
  padding: 15px 20px;
  vertical-align: middle;
  width: inherit;
}

.category-container .faq-nav li {
  float: left;
  width: 100%;
  padding: 5px 0px;
}

.category-container .faq-nav li:before {
  color: rgba(238, 142, 161, 1);
  font-family: "FontAwesome";
  content: "\f0da";
  padding-right: 5px;
}

@media (min-width: 768px) {
  .category-container .faq-nav li {
    width: 20%;
  }
}

/***** Section pages *****/
.section-container {
  margin-bottom: 80px;
}

.section-subscribe .dropdown-toggle:after {
  display: none;
}

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

@media (min-width: 1024px) {
  .article {
    flex: 1 0 66%;
    max-width: 80%;
    min-width: 700px;
    margin-right: 40px;
  }
}

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

@media (min-width: 1024px) {
  .article-container {
    flex-direction: row;
  }
}

.article-header {
  margin-bottom: 40px;
  margin-top: 20px;
}

@media (min-width: 768px) {
  .article-header {
    margin-top: 0;
  }
}

.article-author {
  margin-bottom: 10px;
}

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

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

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

.article-info {
  max-width: 100%;
}

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

.article-body h2 {
  border-left: 4px solid rgba(238, 142, 161, 1);
  font-size: 24px;
  line-height: 28px;
  margin-top: 40px;
  margin-bottom: 30px;
  padding-left: 10px;
}

.article-body h3 {
  border-left: 7px double rgba(238, 142, 161, 1);
  font-size: 20px;
  line-height: 24px;
  margin-top: 30px;
  margin-bottom: 20px;
  padding-left: 10px;
}

.article-body h4 {
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: 20px;
}

.article-body .article-time {
  color: #aaa;
  font-size: 14px;
  text-align: right;
}

.article-body .article-time time{
  display: block;
  margin-right: 10px;
}

.article-body .article-time + h2 {
  margin-top: 20px;
}

@media (min-width: 768px) {
  .article-body .article-time time{
    display: inline-block;
  }
}

.article-body img {
  height: auto;
  max-width: 100%;
  /* margin: 20px 0; */
  margin: 5px 0;  /*画像の上下の幅を小さくしたくて変更。2020/1/28 茜*/
}

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

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

/*:not(.page_link_list) 追記　2018/11/12 茜*/
.article-body ul:not(.page_link_list) {
  text-indent: -6px;
}

/*:not(.page_link_item) 追記　2018/11/12 茜*/
.article-body ul li:not(.page_link_item) {
  line-height: 1.7;
  margin-bottom: 10px;
}

/*:not(.page_link_list) 追記　2018/11/12 茜*/
.article-body ul:not(.page_link_list) li:before {
  content: '';
  width: 6px;
  height: 6px;
  display: inline-block;
  border-radius: 100%;
  background: rgba(238, 142, 161, 1);
  position: relative;
  left: -15px;
  top: -3px;
}

/*:not(.page_link_item) 追記　2018/11/12 茜*/
.article-body li:not(.page_link_item) {
  line-height: 1.7;
  margin-bottom: 10px;
}

.article-body ul.list-style01 li:before {
  background: #333;
}

.article-body ol.list-num-style01>li,.article-body ol.list-num-style02>li {
   list-style-type: none;
   text-indent: -1.3em;
   }

.article-body ol.list-num-style01 li:before,.article-body ol.list-num-style02 li:before {
    padding-right: 5px;
}


.article-body ol.list-num-style00>{
   list-style-type: none;
}

/*番号つきリスト まる番号*/
.article-body ol.list-num-style01>li:first-child:before {content: "\2460";}/*1*/
.article-body ol.list-num-style01>li:first-child+li:before {content: "\2461";}/*2*/
.article-body ol.list-num-style01>li:first-child+li+li:before {content: "\2462";}/*3*/
.article-body ol.list-num-style01>li:first-child+li+li+li:before {content: "\2463";}/*4*/
.article-body ol.list-num-style01>li:first-child+li+li+li+li:before {content: "\2464";}/*5*/
.article-body ol.list-num-style01>li:first-child+li+li+li+li+li:before {content: "\2465";}/*6*/
.article-body ol.list-num-style01>li:first-child+li+li+li+li+li+li:before {content: "\2466";}/*7*/
.article-body ol.list-num-style01>li:first-child+li+li+li+li+li+li+li:before {content: "\2467";}/*8*/
.article-body ol.list-num-style01>li:first-child+li+li+li+li+li+li+li+li:before {content: "\2468";}/*9*/
.article-body ol.list-num-style01>li:first-child+li+li+li+li+li+li+li+li+li:before {content: "\2469";}/*10*/
.article-body ol.list-num-style01>li:first-child+li+li+li+li+li+li+li+li+li+li:before {content: "\246A";}/*11*/
.article-body ol.list-num-style01>li:first-child+li+li+li+li+li+li+li+li+li+li+li:before {content: "\246B";}/*12*/
.article-body ol.list-num-style01>li:first-child+li+li+li+li+li+li+li+li+li+li+li+li:before {content: "\246C";}/*13*/
.article-body ol.list-num-style01>li:first-child+li+li+li+li+li+li+li+li+li+li+li+li+li:before {content: "\246D";}/*14*/
.article-body ol.list-num-style01>li:first-child+li+li+li+li+li+li+li+li+li+li+li+li+li+li:before {content: "\246E";}/*15*/
.article-body ol.list-num-style01>li:first-child+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li:before {content: "\246F";}/*16*/
.article-body ol.list-num-style01>li:first-child+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li:before {content: "\2470";}/*17*/
.article-body ol.list-num-style01>li:first-child+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li:before {content: "\2471";}/*18*/
.article-body ol.list-num-style01>li:first-child+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li:before {content: "\2472";}/*19*/
.article-body ol.list-num-style01>li:first-child+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li:before {content: "\2473";}/*20*/
/*番号つきリスト かっこ番号*/
.article-body ol.list-num-style02>li:first-child:before {content: "\2474  ";}/*1*/
.article-body ol.list-num-style02>li:first-child+li:before {content: "\2475";}/*2*/
.article-body ol.list-num-style02>li:first-child+li+li:before {content: "\2476";}/*3*/
.article-body ol.list-num-style02>li:first-child+li+li+li:before {content: "\2477";}/*4*/
.article-body ol.list-num-style02>li:first-child+li+li+li+li:before {content: "\2478";}/*5*/
.article-body ol.list-num-style02>li:first-child+li+li+li+li+li:before {content: "\2479";}/*6*/
.article-body ol.list-num-style02>li:first-child+li+li+li+li+li+li:before {content: "\247A";}/*7*/
.article-body ol.list-num-style02>li:first-child+li+li+li+li+li+li+li:before {content: "\247B";}/*8*/
.article-body ol.list-num-style02>li:first-child+li+li+li+li+li+li+li+li:before {content: "\247C";}/*9*/
.article-body ol.list-num-style02>li:first-child+li+li+li+li+li+li+li+li+li:before {content: "\247D";}/*10*/
.article-body ol.list-num-style02>li:first-child+li+li+li+li+li+li+li+li+li+li:before {content: "\247E";}/*11*/
.article-body ol.list-num-style02>li:first-child+li+li+li+li+li+li+li+li+li+li+li:before {content: "\247F";}/*12*/
.article-body ol.list-num-style02>li:first-child+li+li+li+li+li+li+li+li+li+li+li+li:before {content: "\2480";}/*13*/
.article-body ol.list-num-style02>li:first-child+li+li+li+li+li+li+li+li+li+li+li+li+li:before {content: "\2481";}/*14*/
.article-body ol.list-num-style02>li:first-child+li+li+li+li+li+li+li+li+li+li+li+li+li+li:before {content: "\2482";}/*15*/
.article-body ol.list-num-style02>li:first-child+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li:before {content: "\2483";}/*16*/
.article-body ol.list-num-style02>li:first-child+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li:before {content: "\2484";}/*17*/
.article-body ol.list-num-style02>li:first-child+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li:before {content: "\2485";}/*18*/
.article-body ol.list-num-style02>li:first-child+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li:before {content: "\2486";}/*19*/
.article-body ol.list-num-style02>li:first-child+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li:before {content: "\2487";}/*20*/

/* Article */
.article-body a:visited {
  color: rgba(102, 118, 179, 1);
}

.article-body table {
  margin: 20px 0;
}

.article-body pre {
  background: #f8f8f8;
  border: 1px solid #ddd;
  border-radius: 3px;
  font-size: 14px;
  margin-top: 10px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre-wrap;
}

.article-body .pre-title {
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.article-body blockquote {
  border-left: 1px solid #ddd;
  color: #666;
  padding: 0 15px;
}

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

.font-small {
  font-size: 14px;
}

.article-body .icon-btm {
  margin-bottom: -15px;
}

.article td {
  vertical-align: top;
}

.article-content {
  line-height: 1.8;
  margin: 40px 0 80px 0;
  word-wrap: break-word;
}

.article-content .link-btn,.article-content .link-btn-form {
  background: #fff;
  border-radius: 4px;
  border: 2px solid rgba(238, 142, 161, 1);
  color: rgba(238, 142, 161, 1);
  font-size: 18px;
  padding: 5px 15px 5px 15px;
  margin: 5px 15px 30px 30px
  display: inline-block;
  text-align: left;
  text-decoration: none;
  text-indent: -15px;
  /*-webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;*/
  transition: 0.3s;
}

.article-content .link-btn:before,.article-content .link-btn-form:before {
  font-family: "FontAwesome";
  color: rgba(238, 142, 161, 1);
  padding-right: 12px;
}

.article-content .link-btn:hover, .article-content .link-btn-form:hover{
  opacity: 0.7;
}

.article-content .link-btn:hover,.article-content .link-btn:active,.article-content .link-btn:visited,.article-content .link-btn:link,
.article-content .link-btn-form:hover,.article-content .link-btn-form:active,.article-content .link-btn-form:visited,.article-content .link-btn-form:link {
  color: rgba(238, 142, 161, 1);
}

.article-content .link-btn:before {
  content: "\f105";
}

.article-content .link-btn-form:before {
  content: "\f003";
}

.article-unsubscribe ,.article-subscribe {
  margin-bottom: 80px;
  background: rgba(238, 142, 161, 1);
  border: none;
  color: #fff;
}

.article-unsubscribe:hover ,.article-subscribe:hover,
.article-unsubscribe:active ,.article-subscribe:active,
.article-unsubscribe:focus ,.article-subscribe:focus {
  background: rgba(238, 142, 161, 1);
  border: none;
  color: #fff;
}

.article-footer {
  align-items: center;
  padding-bottom: 20px;
}

.article-comments {
  margin-bottom: 80px;
}

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

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

.article-comment-count .icon-comments {
  color: rgba(102, 118, 179, 1);
  content: "\1F4AC";
  display: inline-block;
  font-size: 18px;
  padding: 5px;
}

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

@media (min-width: 1024px) {
  .article-sidebar {
    border: 0;
    height: auto;
    /* オントレ一覧でサイドメニューがコンテンツに被るため、幅の指定 2018/11/6 茜 */
    width: 300px;
  }
}

.article-relatives {
  margin-bottom: 60px;
  padding: 20px 0;
}

.article-relatives li {
  padding: 10px 0 10px 20px;
  text-indent: -16px;
}

.article-relatives li:before {
  color: rgba(238, 142, 161, 1);
  font-family: "FontAwesome";
  content: "\f105";
  padding-right: 5px;
}

@media (min-width: 1024px) {
  .article-relatives {
    border-top: 1px solid #ddd;
  }
}

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

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

@media (min-width: 768px) {
  .article-relatives > * {
  }
}

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

.article-vote {
  background: transparent;
  border: 1px solid rgba(102, 118, 179, 1);
  color: rgba(102, 118, 179, 1);
  margin: 10px 5px;
  min-width: 90px;
  width: auto;
  transition: 0.5s;
}

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

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

.article-vote:focus, .article-vote:active {
  background-color: transparent;
  color: rgba(102, 118, 179, 1);
}

.article-vote:hover {
  background-color: rgba(102, 118, 179, 1);
  color: #fff;
}

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

.article-vote-up::before {
  content: "\2713";
}

.article-vote-down::before {
  content: "\2715";
}

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

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

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

.article-return-to-top a {
  color: #333;
  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;
}
.sidenav-title {
  font-size: 18px;
  position: relative;
}

.sidenav-item {
  border-radius: 4px;
  font-size: 14px;
  font-weight: 300;
  padding: 10px 0;
}

.collapsible-sidebar-toggle {
  position: absolute;
  top: calc(45px / 2);
  transform: translateY(-50%);
  right: 0;
  padding: 0;
  border: 0;
  background: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
}

@media (min-width: 1024px) {
.collapsible-sidebar-toggle {
    display: none;
}
}

.article-sidebar ul {
  margin-bottom: 30px;
}

.article-sidebar li {
  padding: 10px 0 10px 20px;
  text-indent: -16px;
}

.article-sidebar li:before {
  color: rgba(238, 142, 161, 1);
  font-family: "FontAwesome";
  content: "\f105";
  padding-right: 5px;
}

.article-sidebar-item {
  border-radius: 4px;
  display: block;
  float: right;
  font-size: 16px;
  padding: 6px 0;
  text-align: center;
  width: 100px;
}

.article-sidebar-item:before {
  font-family: "FontAwesome";
  content: "\f101";
  padding-right: 5px;
}

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

.recent-articles {
  float: left;
  margin-bottom: 30px;
}

.recent-articles, .related-articles {
  width: 100%;
}

@media (min-width: 960px) {
  .recent-articles, .related-articles {
    width: 50%;
    display: inline-block;
  }
}

.recent-articles h3,
.related-articles h3 {
  margin: 20px 0;
}

.recent-articles li,
.related-articles li {
  padding: 10px 20px;
  text-indent: -11px;
}

.recent-articles li:before,
.related-articles li:before {
  color: rgba(238, 142, 161, 1);
  font-family: "FontAwesome";
  content: "\f105";
  padding-right: 5px;
}

.important_message {
  background: #ff517c;
  border-radius: 4px;
  padding: 10px 20px;
  width: 100%;
}

.important_message p {
  margin: 0;
}

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

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

.attachments .attachment-item:before {
  color: #333;
  content: "\1F4CE";
  font-size: 15px;
  left: 0;
  position: absolute;
  top: 5px;
}

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

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

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

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

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

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

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

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

.share a:hover:before {
  color: rgba(102, 118, 179, 1);
}

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

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

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

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

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

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

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

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

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

.comment-callout a {
  color: rgba(102, 118, 179, 1);
}

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

.comment-sorter a {
  color: #666;
  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 rgba(102, 118, 179, 1);
  padding: 40px 20px 20px;
}

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

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

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

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

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

.comment-avatar {
  margin-right: 10px;
}

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

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

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

@media (min-width: 768px) {
  .comment-labels {
    flex-basis: auto;
  }
}

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

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

.comment-published {
  color: #666;
  display: block;
  font-weight: 300;
  font-size: 13px;
}

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

.comment-container {
  width: 100%;
}

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

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

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

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

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

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

.comment-ccs {
  display: none;
}

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

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

.comment-attachments a {
  color: rgba(102, 118, 179, 1);
}

.comment-body {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic",YuGothic,"ヒラギノ角ゴ Pro W1","Hiragino Kaku Gothic Pro W1","メイリオ",Meiryo,Osaka,Helvetica,sans-serif,"Hiragino Kaku Gothic Pro","Yu Gothic","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  -webkit-font-smoothing: none;
  -webkit-font-smoothing: subpixel-antialiased; /* Standard */
  -webkit-font-smoothing: antialiased;
  line-height: 1.6;
}

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

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

.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: #3b4878;
}

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

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

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

#request_collaborators_ {
  width: 200px;
}

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

.vote a {
  outline: none;
}

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

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

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

.vote-up:hover:before,
.vote-down:hover:before {
  color: rgba(102, 118, 179, 1);
}

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

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

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

/***** 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 button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  min-height: 35px;
  min-width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.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: #f8f8f8;
}

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

/***** Community *****/
.community-hero {
  background-image: url(/hc/theming_assets/01HZKRR75ACARKEPVR9P5WJWGT);
  margin-bottom: 10px;
}

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

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

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

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

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

@media (min-width: 768px) {
  .post-to-community {
    margin: 0;
  }
}

/* Community topics grid */
.topics {
  max-width: none;
  width: 100%;
}

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

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

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

.topics-item-internal a {
  color: #333;
}

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

@media (min-width: 768px) {
  .topic-header {
    padding-bottom: 10px;
  }
}

.topic-header .dropdown {
  display: block;
  border-top: 1px solid #ddd;
  padding: 10px 0;
}

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

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

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

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

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

.community-follow [role="button"]:hover {
  background-color: rgba(102, 118, 179, 1);
}

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

.community-follow [role="button"][aria-selected=true] {
  background-color: rgba(102, 118, 179, 1);
  color: #2b79a3;
}

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

.community-follow [role="button"][aria-selected=true]:hover {
  background-color: #fff;
  border-color: #fff;
}

.community-follow [role="button"]:after {
  border-left: 1px solid rgba(102, 118, 179, 1);
  content: attr(data-follower-count);
  color: rgba(102, 118, 179, 1);
  display: inline-block;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic",YuGothic,"ヒラギノ角ゴ Pro W1","Hiragino Kaku Gothic Pro W1","メイリオ",Meiryo,Osaka,Helvetica,sans-serif,"Hiragino Kaku Gothic Pro","Yu Gothic","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  -webkit-font-smoothing: none;
  -webkit-font-smoothing: subpixel-antialiased; /* Standard */
  -webkit-font-smoothing: antialiased;
  margin-left: 15px;
  padding-left: 10px;
  position: absolute;
  right: 10px;
}

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

[dir=rtl] .community-follow [role="button"]:after {
  border-left: 0;
  border-right: 1px solid rgba(102, 118, 179, 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 #ddd;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px 0;
}

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

.striped-list-info {
  flex: 2;
}

.striped-list-title {
  color: rgba(102, 118, 179, 1);
  margin-bottom: 10px;
  margin-right: 5px;
}

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

.striped-list-title:visited {
  color: rgba(102, 118, 179, 1);
}

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

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

@media (min-width: 768px) {
  .striped-list-count {
    display: flex;
    flex: 1;
    justify-content: space-around;
  }
}

.striped-list-count-item:after {
  content: "·";
  display: inline-block;
  padding: 0 5px;
}

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

.striped-list-count-item:last-child:after {
  display: none;
}

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

@media (min-width: 768px) {
  .striped-list-number {
    color: #333;
    display: block;
    font-weight: 200;
  }
}

/***** 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: rgba(102, 118, 179, 1);
}

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

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

[dir=rtl] .status-label-official {
  left: 30px;
  right: auto;
}

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

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

/***** Vote *****/
/* Used in article comments, post comments and post */
.vote {
  display: flex;
  flex-direction: column;
  text-align: center;
}

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

.vote-sum {
  color: lighten($text_color, 20%);
  display: block;
  margin: 3px 0;
  text-align: center;
}

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

.vote-up svg {
  transform: scale(1, -1);
}

.vote-up:hover,
.vote-down:hover {
  color: $brand_color;
}

.vote-up, .vote-down {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  color: lighten($text_color, 20%);
  cursor: pointer;
  min-height: 35px;
  min-width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vote-voted {
  color: $brand_color;
}

.vote-voted:hover {
  color: darken($brand_color, 20%);
}

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

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

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

@media (min-width: 1024px) {
  .post-container {
    flex-direction: row;
  }
}

.post-header {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 10px;
}

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

.post-header .status-label {
  vertical-align: super;
}

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

@media (min-width: 768px) {
  .post-title {
    margin-bottom: 0;
    padding-right: 10px;
  }
}

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

@media (min-width: 768px) {
  .post-title h1 {
    margin-right: 5px;
  }
}

.post-author {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}

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

.post-content {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic",YuGothic,"ヒラギノ角ゴ Pro W1","Hiragino Kaku Gothic Pro W1","メイリオ",Meiryo,Osaka,Helvetica,sans-serif,"Hiragino Kaku Gothic Pro","Yu Gothic","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  -webkit-font-smoothing: none;
  -webkit-font-smoothing: subpixel-antialiased; /* Standard */
  -webkit-font-smoothing: antialiased;
  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: 1024px) {
  .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-published {
  color: #666;
  font-weight: 300;
  font-size: 13px;
}

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

.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: #3b4878;
}

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

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

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

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

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

.post-comment-count .icon-comments {
  color: rgba(102, 118, 179, 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: 1024px) {
  .post-sidebar {
    border: 0;
    flex: 1 0 30%;
    padding: 0 0 0 50px;
    text-align: initial;
  }
  [dir=rtl] .post-sidebar {
    padding: 0 50px 0 0;
  }
}

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

.post-comments {
  margin-bottom: 20px;
}

@media (min-width: 1024px) {
  .post-comments {
    margin-bottom: 0;
  }
}

/* Navigation element that collapses on mobile */
.collapsible-nav {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  flex-direction: column;
  max-height: 45px;
  overflow: hidden;
  font-size: 14px;
}

.collapsible-nav-list {
  display: flex;
  flex-direction: column;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 5%;
}

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

.collapsible-nav-list li a {
  color: #333;
  display: block;
}

.collapsible-nav-list li[aria-selected=true] {
  order: 0;
  position: relative;
}

.collapsible-nav-list li[aria-selected=true] a {
  color: #333;
}

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

@media (min-width: 700px) {
  .collapsible-nav-list li[aria-selected=true]::after {
    display: none;
  }
  .collapsible-nav {
    border: 0;
    height: auto;
    flex-direction: row;
    max-height: none;
    overflow: inherit;
  }
  .collapsible-nav-list {
    flex-direction: row;
    padding: 0;
    width: 90%;
  }
  .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: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] {
    border-bottom: 4px solid rgba(238, 142, 161, 1);
    order: 1;
    padding: 15px 0 11px 0;
  }
}

[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 30px;
  position: relative;
}

@media (min-width: 1024px) {
  .collapsible-sidebar {
    max-height: none;
    padding: 0;
  }
}

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

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

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

.collapsible-sidebar-title {
  margin-top: 0;
}

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

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

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

/***** My activities *****/
.my-activities-nav {
  background-color: #f2f2f2;
  border: 0;
  margin-bottom: 20px;
}

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

.my-activities-header {
  margin-top: 40px;
}

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

.my-activities-sub-nav li[aria-selected=true] {
  border-color: rgba(238, 142, 161, 1);
}

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

.my-activities-following-header .dropdown {
  background: #f2f2f2;
  border-radius: 4px;
  font-size: 14px;
  padding: 3px 20px;
}

.my-activities-following-header .dropdown .dropdown-toggle {
  vertical-align: inherit;
}

.my-activities-following-header .dropdown .dropdown-toggle:after {
  content: "\f107";
  font-family: "FontAwesome";
  padding-left: 8px;
}


.my-activities-table  {
 margin-bottom: 100px;
}

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

.my-activities-table thead {
  display: none;
}

@media (min-width: 768px) {
  .my-activities-table thead {
    display: table-header-group;
  }
}

.my-activities-table th:first-child,
.my-activities-table td:first-child {
  padding-left: 0;
}

@media (min-width: 1024px) {
  .my-activities-table th:first-child,
  .my-activities-table td:first-child {
    width: 580px;
  }
}

.my-activities-table th:last-child,
.my-activities-table td:last-child {
  padding-right: 0;
}

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

@media (min-width: 768px) {
  .my-activities-table td:not(:first-child) {
    display: table-cell;
  }
}

/* Requests table */
.requests-search {
  width: 100%;
}

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

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

.requests-table-toolbar .search {
  flex: 1;
  width: 100%;
}

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

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

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

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

.requests-table-toolbar .request-filter-label {
  font-size: 13px;
  margin-top: 30px;
}

@media (min-width: 768px) {
  .requests-table-toolbar .request-filter-label {
    margin-top: 0;
  }
}

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

@media (min-width: 768px) {
  .requests-table-toolbar select {
    margin-bottom: 0;
    max-width: 300px;
    width: auto;
  }
}

.requests-table-toolbar .organization-subscribe,
.requests-table-toolbar .organization-unsubscribe {
  line-height: 40px;
  max-height: 40px;
  padding: 0 20px;
}

@media (min-width: 768px) {
  .requests-table-toolbar .organization-subscribe,
  .requests-table-toolbar .organization-unsubscribe {
    margin-left: 10px;
  }
  [dir=rtl] .requests-table-toolbar .organization-subscribe, [dir=rtl]
  .requests-table-toolbar .organization-unsubscribe {
    margin: 0 10px 0 0;
  }
}

.requests-table-toolbar .organization-unsubscribe {
  background-color: rgba(102, 118, 179, 1);
  color: #fff;
}

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

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

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

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

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

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

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

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

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

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

.requests .requests-table .requests-link {
  position: relative;
}

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

/* Following table */
.subscriptions-unsubscribe a {
  background: rgba(238, 142, 161, 1);
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  line-height: 2.34;
  padding: 0 20px;
  text-align: center;
  width: 150px;
}

@media (min-width: 768px) {
  .subscriptions-unsubscribe a {
    width: auto;
    min-width: 150px;
  }
}

.subscriptions-unsubscribe a:hover {
  background-color: #f5bac6;
  text-decoration: none;
}

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

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

.subscriptions-table td:first-child {
  display: flex;
  align-items: center;
}

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

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

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

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

.no-activities {
  color: #666;
  margin-bottom: 100px;
}

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

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

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

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

@media (min-width: 1024px) {
  .request-breadcrumbs {
    margin-bottom: 60px;
  }
}

.request-main {
/*  flex: 1;*/
  order: 1;
}

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

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

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

@media (min-width: 1024px) {
  .request-main {
    flex: 0 0 67%;
    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: #666;
  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 rgba(102, 118, 179, 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 rgba(102, 118, 179, 1);
}

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

.request-title {
  width: 100%;
}

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

.request-sidebar {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  flex: 1 0 auto;
  order: 0;
}

@media (min-width: 1024px) {
  .request-sidebar {
    background-color: #f8f8f8;
    border: 0;
    font-size: 13px;
    flex: 0 0 28%;
    padding: 0 20px;
  }
}

.request-sidebar h5 {
  font-size: 15px;
  position: relative;
}

@media (min-width: 1024px) {
  .request-sidebar h5 {
    display: none;
  }
}

.request-details {
  border-bottom: 1px solid #ddd;
  font-size: 0;
  margin: 0;
  padding-bottom: 20px;
}

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

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

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

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

.request-details dt {
  color: #666;
  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;
}

/***** Search results *****/

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

.search-results em {
  font-style: normal;
  font-weight: bold;
}

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

.search-results-box {
  margin: 0 auto 80px auto;
  width: 70%;
}

.search-results-column {
  /*flex: 1;*/
  flex: 1;
}

@media (min-width: 1024px) {
  .search-results-column {
      /*flex: 0 0 45%;*/
      flex: 0 0 75%;
      transform: translateY(-100px);
  }
}

@media (max-width: 1200px) {
  .search-results-column {
      /*flex: 0 0 45%;*/
      flex: 0 0 70%;
  }
}

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

@media (min-width: 1024px) {
  .search-results-sidebar {
      border: 0;
      flex: 0 0 20%;
      height: auto;
  }
}

.search-results-sidebar .sidenav-item {
  border-radius: 4px;
  padding: 10px 36px;
  margin-bottom: 4px;
  color: $text_color;
  display: block;
}

.search-results-sidebar .sidenav-item:hover,
.search-results-sidebar .sidenav-item.current {
  background-color: #e9ebed;
  text-decoration: none;
}

.search-results-sidebar .sidenav-subitem {
  unicode-bidi: embed;
}

.search-results-sidebar .collapsible-sidebar {
/*   margin-bottom: 30px; */
}

.search-results-sidebar .collapsible-sidebar[aria-expanded="false"] .multibrand-filter-list {
  display: none;
}

.search-results-sidebar .collapsible-sidebar[aria-expanded="false"] .multibrand-filter-list.show {
  display: block;
}

@media (min-width: 1024px) {
  .search-results-sidebar .collapsible-sidebar[aria-expanded="false"] .multibrand-filter-list {
      display: block;
  }
}

.search-results-sidebar .multibrand-filter-list--collapsed li:nth-child(1n + 6) {
  display: none;
}

.search-results-sidebar .multibrand-filter-list .doc-count {
  color: #666;
}

.search-results-sidebar .see-all-filters {
  background: none;
  border: none;
  cursor: pointer;
  display: block;
  padding: 10px;
  color: $link_color;
}

.search-results-sidebar .see-all-filters[aria-hidden="true"] {
  display: none;
}

.search-results-sidebar .see-all-filters:hover {
  text-decoration: underline;
}

.search-results-sidebar .see-all-filters::after {
  content: ' \2304';
  font-weight: bold;
}

.search-results-subheading {
  font-size: 18px;
  font-weight: 600;
}

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

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

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

.search-results-list>li h2 {
  margin-bottom: 0;
}

.search-result-title {
  font-size: 16px;
}

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

.search-result-description {
  margin-top: 15px;
  word-break: break-word;
}

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

.search-result-votes::before,
.search-result-meta-count::before {
  color: rgba(102, 118, 179, 1);
}

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

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

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

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

.search-result-votes::before {
  content: "\1F44D";
}

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

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

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

.search-result-breadcrumbs li:last-child:after {
  content: "·";
  display: inline-block;
  margin: 0 5px;
}

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

.search-result-breadcrumbs li:last-child:after {
  display: inline-block;
  margin: 0 5px;
}

/***** Pagination *****/
.pagination {
  margin: 20px 0 60px;
  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-next-link, .pagination-prev-link, .pagination-first-link, .pagination-last-link {
    background-color: transparent;
    border: 1px solid #17494D;
    border-radius: 4px;
    color: #17494D;
    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;
}

.pagination a:hover {
  /* background: #d00034;
  color: #fff; */
  text-decoration: none;
}

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

.meta-group * {
  display: inline;
}

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

.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;
  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: #f8f8f8;
  margin-bottom: 80px;
}

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

@media (min-width: 768px) {
  .profile-header .container {
    flex-wrap: nowrap;
  }
}


.profile-header .profile-info {
  flex-basis: 100%;
  display: flex;
  flex-wrap: wrap;
  min-width: 0;
}

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .profile-header .options {
    flex-wrap: nowrap;
    flex-basis: auto;
    margin-top: 0;
    margin-left: 10px;
  }
  [dir=rtl] .profile-header .options {
    margin-left: 0;
    margin-right: 10px;
  }
  .profile-header .options :not(:last-child) {
    margin-bottom: 0;
    margin-right: 10px;
  }
  [dir=rtl] .profile-header .options :not(:last-child) {
    margin-left: 10px;
    margin-right: 0;
  }
}

.profile-header .options [data-action="edit-profile"] {
  background-color: rgba(102, 118, 179, 1);
  border: 0;
  color: #fff;
  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: #666;
  font-weight: 300;
  flex: 0 0 100px;
  margin-right: 10px;
}

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

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

@media (min-width: 768px) {
  .profile-stats-activity {
    border-top: 0;
    flex-direction: row;
  }
}

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

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

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

@media (min-width: 768px) {
  .profile-stats-activity .stat:not(:last-child) {
    margin-right: 40px;
  }
  [dir=rtl] .profile-stats-activity .stat:not(:last-child) {
    margin-left: 40px;
    margin-right: 0;
  }
}

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

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

@media (min-width: 768px) {
  .profile-stats-counters {
    flex: 0 0 200px;
    border-bottom: 0;
    margin-left: 40px;
  }
  [dir=rtl] .profile-stats-counters {
    margin-left: 0;
    margin-right: 40px;
  }
}

@media (min-width: 1024px) {
  .profile-stats-counters {
    flex: 0 0 270px;
    margin-left: 60px;
  }
  [dir=rtl] .profile-stats-counters {
    margin-right: 60px;
    margin-left: 0;
  }
}

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

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

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

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

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

.profile-private-badge {
  flex-basis: 100%;
  border: solid 1px rgba(102, 118, 179, 1);
  border-radius: 4px;
  color: rgba(102, 118, 179, 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: 768px) {
  .profile-private-badge {
    flex-basis: auto;
  }
}

.profile-nav {
  background-color: #f2f2f2;
  border: 0;
  margin-bottom: 37px;
}

.profile-section {
  width: 100%;
}

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

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

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

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

@media (min-width: 768px) {
  .profile-section-description {
    flex: 1 0 50%;
    padding-bottom: 0;
  }
}

.profile-section-sorter {
  flex-basis: 100%;
  border-top: solid 1px #eee;
  font-size: 13px;
}

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

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

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

@media (min-width: 768px) {
  .profile-section-sorter .dropdown-toggle::after {
    position: relative;
  }
}

@media (min-width: 768px) {
  .profile-section-sorter {
    flex: 0 1 auto;
    padding-top: 0;
    border-top: 0;
    margin-left: 20px;
  }
  [dir=rtl] .profile-section-sorter {
    margin-left: 0;
    margin-right: 20px;
  }
}

.profile-contribution {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  padding: 20px 0;
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

.profile-comments .profile-contribution-breadcrumbs {
  margin-left: 30px;
}

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

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

.profile-section .no-activity,
.profile-section .private-activity {
  display: block;
  margin-top: 40px;
  color: #999;
}

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

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

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

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

@media (min-width: 768px) {
  .profile-activity {
    padding-left: 20px;
  }
  [dir=rtl] .profile-activity {
    padding-right: 20px;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .profile-activity:not(:last-child) {
    border-left: 1px solid #ddd;
  }
  [dir=rtl] .profile-activity:not(:last-child) {
    border-left: 0;
    border-right: 1px solid #ddd;
  }
}

.profile-activity-header {
  display: flex;
  align-items: center;
  margin-left: 35px;
}

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

@media (min-width: 768px) {
  .profile-activity-header {
    margin-left: 0;
  }
  [dir=rtl] .profile-activity-header {
    margin-right: 0;
  }
}

.profile-activity-header .user-avatar {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  min-width: 40px;
  align-self: flex-start;
}

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

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

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

.profile-activity-contribution {
  padding: 20px;
  margin-top: 10px;
  border-radius: 8px;
  background-color: #f8f8f8;
}

@media (min-width: 768px) {
  .profile-activity-contribution {
    margin-top: 0;
    margin-left: 50px;
  }
  [dir=rtl] .profile-activity-contribution {
    margin-left: 0;
    margin-right: 50px;
  }
}

.profile-activity:before {
  position: absolute;
  left: 0;
  width: 28px;
  border-radius: 50%;
  content: "";
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-color: #fff;
  background-position: 50% 50%;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  color: #ccc;
  font-family: "copenhagen-icons";
}

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

@media (min-width: 768px) {
  .profile-activity:before {
    left: -14px;
  }
  [dir=rtl] .profile-activity:before {
    right: -14px;
  }
}

.profile-articles > .profile-contribution::before,
.profile-activity-list > li[class$="-article"]:before {
  content: "\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;
}

/* custom */
/*hide role-specific div html*/
div.login_cont, div.logout_cont {
  display: none;
}

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

.top-blocks-list i{
  font-size: 3em;
  text-align: center;
  display: block;
  padding-bottom: 20px;
}

@media (min-width: 768px) {
  .top-blocks-list {
    margin: 0 -15px;
  }
}

.top-blocks-list-btm {
  margin-bottom: 30px;
}

.top-blocks-item {
  border: 1px solid #333;
  border-radius: 4px;
  box-sizing: border-box;
  color: #333;
  display: flex;
  flex: 1 0 350px;
  flex-direction: column;
  margin: 0 0 30px;
  max-width: 600px;
}

@media (min-width: 768px) {
  .top-blocks-item {
    margin: 0 15px;
    flex: 1 0 220px;
    /*-webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;*/
    transition: 0.5s;
  }
  .top-blocks-item a {
    /*-webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;*/
    transition: 0.3s;
  }
}

.top-blocks-item:hover, .top-blocks-item:focus, .top-blocks-item:active {
  opacity: 0.6;
}

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

.top-blocks-item-link {
  color: #333;
  padding: 20px 30px;
}

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

.top-blocks-item-title {
  margin-bottom: 0;
  text-align: center;
  font-weight: 600;
}

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

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


/***** FAQ Blocks *****/

.top-faq {
  padding-top: 20px;
  padding-bottom: 20px;
  /* background: url("/hc/theme_assets/1043403/200329028/top_bg.png") no-repeat #fdfdfd; */
  background-position-y: -1px;
}

.sdb.top-faq {
  /* background: url("/hc/theme_assets/1043403/200329008/top_bg.png") no-repeat #fdfdfd; */
}



.top-faq h2 {
  font-size: 30px;
}

.top-faq h3 {
  margin-bottom: 10px;
  margin-top: 20px;
}

@media (min-width: 1070px) {
  .top-faq {
    /* padding-bottom: 80px; */
  }
}

.faq-list {
  background: #fff;
  /* border: 1px solid #eee; */
  border-radius: 4px;
  box-shadow: 0px 2px 3px 0px rgba(170,170,170,0.1);
}

.faq-list dl {
  margin: 0;
}

.faq-list dt {
  padding: 13px 20px;
}

@media (min-width: 1070px) {
  .faq-list dt {
    float: left;
    height: 56px;
  }
  .faq-list dt:last-child {
    border-bottom: none;
  }
}

.faq-list dd {
  border-bottom: 1px solid #e5e5e5;
  margin: 0;
  padding: 0 20px 20px 20px;
}

.faq-list dd a {
  color: #333;
}

.faq-list dd:last-child {
  border-bottom: none;
}

@media (min-width: 1070px) {
  .faq-list dd {
    height: 56px;
    line-height: 56px;
  }
}

.faq-list .faq-list-icon {
  font-size: 14px;
  color: #fff;
  border-radius: 4px;
  background: rgba(238, 142, 161, 1);
  padding: 4px 10px;
  display: inline-block;
  width: 130px;
  text-align: center;
  /*-webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;*/
  transition: 0.3s;
}


.faq-list .faq-list-icon:hover {
  background: #ec8196;
}

.faq-section-link {
  background: #fff;
  display: block;
  width: 100%;
}

.faq-section-link ul a {
  color: #333;
}

.faq-section-link ul {
  border: 1px solid #eee;
  border-radius: 4px;
  box-shadow: 0px 2px 3px 0px rgba(170,170,170,0.1);
  display:inline-block;
  padding: 15px 20px;
  vertical-align: middle;
  width: inherit;
}

.faq-section-link li i {
  color: rgba(238, 142, 161, 1);
  float: left;
  line-height: 24px;
  padding-right: 10px;
}

.faq-section-link li {
  float: left;
  width: 100%;
  padding: 5px 0px;
}

.faq_space {
  display: none;
}

@media (min-width: 768px) {
  .faq-section-link {
    display: table;
  }
  .faq-section-link ul {
    display: table-cell;
  }
  .faq_space {
    display: table-cell;
    padding: 15px;
    width: 30px;
  }
}

.faq-btn-wrap {
  color: #fff;
  text-decoration: none;
}

.faq-btn-wrap:hover,.faq-btn-wrap:active,.faq-btn-wrap:focus {
  color: #fff;
  text-decoration: none;
}

.faq-btn {
  background: rgba(238, 142, 161, 1);
  border: none;
  border-radius: 4px;
  box-shadow: 1px 0px 5px 3px rgba(170,170,170,0.1);
  margin-top: 20px;
  padding: 17px;
  width: 100%;
  /*-webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;*/
  transition: 0.3s;

}

.faq-btn:hover {
  background: #ec8196;
}

.faq-btn i {
  text-align: center;
  margin-top: 5px;
}

.faq-btn-top {
  display: inline-block;
  font-size: 1.2em;
}

.faq-btn-btm {
  display: inline-block;
}

@media (min-width: 768px) {
  .faq-section-link li {
    width: 25%;
  }
  .faq-btn-wrap {
    display: block;
    width: 100px;
  }
  .faq-btn {
    display: table-cell;
    height: 100px;
    margin-top: 0;
    padding: 17px;
    width: 100px;
  }
  .faq-btn-top {
    display: block;
    font-size: 1.2em;
  }
  .faq-btn-btm {
    display: block;
    font-size: 0.8em;
  }
}

.update {
  text-align: right;
}

/* Search */

.top-search {
  background: rgba(238, 142, 161, 1);
  padding: 30px 0;
}

.top-search .search {
  width: 100%;
}

.search_area {
  display: table;
  width: 100%;
}
.search_box {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 90%;
}

.search_popy,.search_light {
  display: none;
}

.search_line {
  display: none;
}

@media (min-width: 960px) {
  .search_box {
    width: 70%;
  }
  .top-search .search {
    width: 550px;
    display: inline-block;
  }
  .top-search .search input[type="search"] {
    height: 42px;
  }
  .search_popy {
    display: table-cell;
    text-align: right;
    vertical-align: middle;
    width: 15%;
  }

  .search_light {
    display: table-cell;
    vertical-align: middle;
    width: 15%;
  }

  .search_line {
    display: inline-block;
    margin-top: 15px;
    margin: 0 auto;
    max-width: 100%;
  }
}

/* Information Article */

.top-information {
  padding-top: 20px;
  padding-bottom: 20px;
  /* background: url("/hc/theme_assets/1043403/200329028/top_bg.png") no-repeat #fdfdfd;  */
  background-position-y: -1px;
}

.top-information h2 {
  font-size: 30px;
}

.sdb.top-information {
  /* background: url("/hc/theme_assets/1043403/200329008/top_bg.png") no-repeat #fdfdfd;  */
}

.info-list {
  width: 100%;
}

.info-list li {
  border-bottom: 1px solid #e5e5e5;
  display: table;
  /* padding: 10px 0;  */
  width: 100%;
}

.info-list-date {
  display: inline-block;
  padding: 15px 0;
  width: 100px;
}

.info-list-icon {
  display: inline-block;
  margin-left: 0;
  padding: 15px 0;
  width: 140px;
}

.info-icon {
  font-size: 14px;
  color: #fff;
  border-radius: 4px;
  background: rgba(238, 142, 161, 1);
  display: inline-block;
  padding: 4px 10px;
  width: 130px;
  text-align: center;
  /*-webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;*/
  transition: 0.3s;
}

.info-list .info-list-icon a:hover {
  text-decoration: none;
}

.info-list .info-icon:hover {
  background: #ec8196;
}

.info-list .info-title {
  border-bottom: 1px solid #e5e5e5;
  display: block;
  margin: 0;
}

.info-list .info-title a {
  color: #333;
}

.info-list .info-title:last-child {
  border-bottom: none;
}


@media (min-width: 768px) {
  .info-list-icon {
    display: table-cell;
    padding-right: 30px;
  }
  .info-list-date {
    display: table-cell;
  }
  .info-list .info-title {
    display: table-cell;
  }
}

.top-information .key_icon:after {
  content: "\f023";
  font-family: "FontAwesome";
  padding-left: 8px;
  opacity: 0.2;
}

/* Information Button */

.top-info-btn-area {
  background: rgba(238, 142, 161, 1);
  padding: 30px 0;
}

.top-info-btn-area a {
  color: #e7627c;
}

.top-info-btn-area .top-btn {
  border: none;
  border-radius: 4px;
  background: #fff;
  display: inline;
  float: left;
  margin-bottom: 20px;
  position: relative;
  width: 100%;
  /*-webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;*/
  transition: 0.3s;
}

.top-info-btn-area .top-btn:last-child {
  margin-bottom: 0;
}

.top-info-btn-area .top-info-btn-text {
  display: block;
  float: left;
  margin: 0 auto;
  text-align: center;
  width: 95%;
}

/*.top-info-btn-area a:after {
  content: "\F138";
  font-family: "FontAwesome" !important;
  right: 15px;
  position: absolute;
  }*/

  @media (min-width: 768px) {
    .top-info-btn-area .top-btn {
      width: 49%;
      margin-top: 10px;
      margin-bottom: 10px;
    }
    .top-info-btn-area .top-btn:last-child {
      margin-right: 0;
    }
    .top-info-btn-area .top-btn:hover {
      color: rgba(238, 142, 161, 1);
    }
    .top-info-btn-area .btn_mr {
      margin-right: 2%;
    }
  }

  .top-info-btn-area a {
    font-size: 16px;
    padding: 10px 20px 10px 20px;
  }

  @media (min-width: 940px) {
    .top-info-btn-area a {
      font-size: 18px;

    }
  }

  .top-info-btn-area .top-btn:hover *,
  .top-info-btn-area .top-btn:focus *,
  .top-info-btn-area .top-btn:active * {
    color: #e7627c;
  }

  .top-info-btn-area .key_icon:after {
    font-family: "FontAwesome";
    content: "\f023";
    color: #fbe7eb;
    padding-left: 15px;
  }

  /* Pickup Contents */

  .top-pickup-btn-area {
    padding-bottom: 80px;
    padding-top: 80px;
    background: url("/hc/theme_assets/1043403/200329028/bg-gray.png") no-repeat #fdfdfd;
    background-position-y: -1px;
  }

  .top-pickup-btn-area a {
    color: #fff;
    text-decoration: none;
  }

  .top-pickup-btn-area .top-btn {
    border: none;
    border-radius: 4px;
    background: #fff;
    display: table;
    float: left;
    margin-bottom: 20px;
    padding: 20px 15px;
    position: relative;
    width: 100%;
  /*-webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;*/
  transition: 0.3s;
}

.top-pickup-btn-area .top-btn:last-child {
  margin-bottom: 0;
}

.top-pickup-btn-area .top-pickup-btn-text {
  display: table-cell;
  font-size: 18px;
  padding-left: 20px;
  vertical-align: middle;
}

@media (min-width: 960px) {
  .top-pickup-btn-area .top-pickup-btn-text {
    line-height: 25px;
  }
}

.top-pickup-btn-area .top-btn:hover,
.top-pickup-btn-area .top-btn:active {
  color: #fff;
}

@media (min-width: 960px) {
  .top-pickup-btn-area .top-btn {
    margin-right: 2%;
    margin-bottom: 0;
    min-height: 95px;
    padding: 20px;
    width: 32%;
  }
  .top-pickup-btn-area .top-btn:last-child {
    margin-right: 0;
  }
}

.top-btn {
  /*-webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;*/
  transition: 0.3s;
}

.top-pickup-btn-area .pickup-support {
  background: rgba(208, 0, 52, 1);
}

.top-pickup-btn-area .pickup-support:hover {
  background: #9d0027;
}

.top-pickup-btn-area .pickup-module {
  background: rgba(255, 244, 92, 1);
}

.top-pickup-btn-area .pickup-module:hover {
  background: #fff129;
}

.top-pickup-btn-area .pickup-doc {
  background: rgba(208, 0, 52, 1);
}

.top-pickup-btn-area .pickup-doc:hover {
  background: #9d0027;
}

.top-pickup-btn-area i {
  border: 2px solid #fff;
  border-radius: 40px;
  display: table-cell;
  font-size: 20px;
  height: 50px;
  text-align: center;
  vertical-align: middle;
  width: 50px;
}

.no-br {
  display: none;
}
@media (min-width: 960px) {
  .top-pickup-btn-area i {
    border-radius: 40px;
    font-size: 22px;
    height: 55px;
    text-align: center;
    vertical-align: middle;
    width: 55px;
  }
}

@media (min-width: 960px) {
  .no-br {
    display: inline;
  }
  .top-pickup-btn .top-pickup-btn-text {
    display: table-cell;
  }
}

.top-pickup-btn-area .key_icon:after {
  font-family: "FontAwesome";
  content: "\f023";
  padding-left: 5px;
  opacity: 0.5;
}

/* サポート環境表*/
/* .mod_table
-----------------------------------------*/
.mod_table table{
  border-right: solid 1px #9c9c9c;
  margin: 0;
}

.mod_table1-1,
.mod_table2-1,
.mod_table1-1_100,
.mod_table1-1_200,
.mod_table1-1_300,
.mod_table2-1_185,
.mod_table2-1_200,
.mod_table2-1_300 {
  background-color:  #f2f2f2;
  border-radius:  4px;
  width:  700px;
}

.mod_table1-1 table,
.mod_table2-1 table,
.mod_table1-1_100 table,
.mod_table1-1_200 table,
.mod_table1-1_300 table,
.mod_table2-1_185 table,
.mod_table2-1_200 table,
.mod_table2-1_300 table
{
  width: 1000px;
  background: #FFF;
  margin: 0;
}

.mod_table table th,
.mod_table table td,
.mod_table1-1 table th,
.mod_table1-1 table td,
.mod_table2-1 table th,
.mod_table2-1 table td,
.mod_table1-1_100 table th,
.mod_table1-1_100 table td,
.mod_table1-1_200 table th,
.mod_table1-1_200 table td,
.mod_table1-1_300 table th,
.mod_table1-1_300 table td,
.mod_table2-1_185 table th,
.mod_table2-1_185 table td,
.mod_table2-1_200 table th,
.mod_table2-1_200 table td,
.mod_table2-1_300 table th,
.mod_table2-1_300 table td
{
  border-bottom: solid 1px #9c9c9c;
  border-left: solid 1px #9c9c9c;
  padding: 10px 5px;
}
.mod_table table th,
.mod_table1-1 table th,
.mod_table2-1 table th,
.mod_table1-1_100 table th,
.mod_table1-1_200 table th,
.mod_table1-1_300 table th,
.mod_table2-1_185 table th,
.mod_table2-1_200 table th,
.mod_table2-1_300 table th {
  background: #808080;
  color:  #fff;
  font-weight: 300;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}
.mod_table table th.coltitle,
.mod_table1-1 table th.coltitle,
.mod_table2-1 table th.coltitle,
.mod_table1-1_100 table th.coltitle,
.mod_table1-1_200 table th.coltitle,
.mod_table1-1_300 table th.coltitle,
.mod_table2-1_185 table th.coltitle,
.mod_table2-1_200 table th.coltitle,
.mod_table2-1_300 table th.coltitle{
  background: #666;
  color: #FFF;
}
.mod_table table td,
.mod_table1-1 table td,
.mod_table2-1 table td,
.mod_table1-1_100 table td,
.mod_table1-1_200 table td,
.mod_table1-1_300 table td,
.mod_table2-1_185 table td,
.mod_table2-1_200 table td,
.mod_table2-1_300 table td {
  text-align: center;
}
/*  */
.mod_table table td.hover,
.mod_table table th.hover,
.mod_table1-1 table td.hover,
.mod_table1-1 table th.hover,
.mod_table2-1 table td.hover,
.mod_table2-1 table th.hover,
.mod_table1-1_100 table td.hover,
.mod_table1-1_200 table td.hover,
.mod_table1-1_100 table th.hover,
.mod_table1-1_200 table th.hover,
.mod_table1-1_300 table td.hover,
.mod_table1-1_300 table th.hover,
.mod_table2-1_185 table td.hover,
.mod_table2-1_185 table th.hover,
.mod_table2-1_200 table td.hover,
.mod_table2-1_200 table th.hover,
.mod_table2-1_300 table td.hover,
.mod_table2-1_300 table th.hover {
  background-color: #FFFEB5;
}

.mod_table table tr:nth-child(even) td,
.mod_table1-1 table tr:nth-child(even) td,
.mod_table2-1 table tr:nth-child(even) td,
.mod_table1-1_100 table tr:nth-child(even) td,
.mod_table1-1_200 table tr:nth-child(even) td,
.mod_table1-1_300 table tr:nth-child(even) td,
.mod_table2-1_185 table tr:nth-child(even) td,
.mod_table2-1_200 table tr:nth-child(even) td,
.mod_table2-1_300 table tr:nth-child(even) td {
  background-color: #fff;
}

.mod_table table tr:nth-child(odd) td,
.mod_table1-1 table tr:nth-child(odd) td,
.mod_table2-1 table tr:nth-child(odd) td,
.mod_table1-1_100 table tr:nth-child(odd) td,
.mod_table1-1_200 table tr:nth-child(odd) td,
.mod_table1-1_300 table tr:nth-child(odd) td,
.mod_table2-1_185 table tr:nth-child(odd) td,
.mod_table2-1_200 table tr:nth-child(odd) td,
.mod_table2-1_300 table tr:nth-child(odd) td {
  background-color: #f6f6f6;
}

.mod_table .no-break,
.mod_table1-1 .no-break,
.mod_table2-1 .no-break,
.mod_table1-1_100 .no-break,
.mod_table1-1_200 .no-break,
.mod_table1-1_300 .no-break,
.mod_table2-1_185 .no-break,
.mod_table2-1_200 .no-break,
.mod_table2-1_300 .no-break {
  white-space: nowrap;
}


.scroll_table {
  width: 100%;
  overflow: scroll;
}

.scroll_table {
  background-color: #f2f2f2;
  border-radius: 4px;
  width: 100%;
}
.scroll_table table{
  width:100%;
  background:#FFF;
}
.scroll_table table th,.scroll_table  td{
  border-bottom:solid 1px #7f7f7f;
  border-left:solid 1px #7f7f7f;
  padding:10px;
}
.scroll_table table th{
  background:#f8f8f8;
  color:#000;
  font-weight:normal;
  text-align:center;
  vertical-align:middle;
  white-space:nowrap;
}
.scroll_table table th.coltitle{
  background:#666;
  color:#FFF;
}
.scroll_table table td{
  text-align:center;
}
/*  */
.scroll_table table td.hover,
.scroll_table table th.hover {
  background-color:#FFFEB5;
}

/* 逆引きバインダ */

/* before */

.ico-answer-sec1,.ico-answer-sec2,.ico-answer-sec3,
.ico-answer-sec4,.ico-answer-sec5,.ico-answer-sec6,
.ico-answer-sec7,.ico-answer-gray {
  border-top: 2px dotted #ccc;
  border-bottom: 2px dotted #ccc;
  padding: 20px 0 15px;
}

.ico-answer-sec1 {  border-top-color: rgba(208, 0, 52, 1);  border-bottom-color: rgba(208, 0, 52, 1);}
.ico-answer-sec1:before { background:url(/hc/theme_assets/1043403/200290828/answer01.png); }
.ico-answer-sec2 {  border-top-color: #e3bb7b;  border-bottom-color: #e3bb7b;}
.ico-answer-sec2:before { background:url(/hc/theme_assets/1043403/200290828/answer02.png); }
.ico-answer-sec3 {  border-top-color: #c1d17b;  border-bottom-color: #c1d17b;}
.ico-answer-sec3:before { background:url(/hc/theme_assets/1043403/200290828/answer03.png); }
.ico-answer-sec4 {  border-top-color: #69b790;  border-bottom-color: #69b790;}
.ico-answer-sec4:before { background:url(/hc/theme_assets/1043403/200290828/answer04.png); }
.ico-answer-sec5 {  border-top-color: #88b2ca;  border-bottom-color: #88b2ca;}
.ico-answer-sec5:before { background:url(/hc/theme_assets/1043403/200290828/answer05.png); }
.ico-answer-sec6 {  border-top-color: #9ea0c3;  border-bottom-color: #9ea0c3;}
.ico-answer-sec6:before { background:url(/hc/theme_assets/1043403/200290828/answer06.png); }
.ico-answer-sec7 {  border-top-color: #883f6e;  border-bottom-color: #883f6e;}
.ico-answer-sec7:before { background:url(/hc/theme_assets/1043403/200290828/answer07.png); }
.ico-answer-gray {  border-top-color: #883f6e;  border-bottom-color: #883f6e;}
.ico-answer-gray:before { background:url(/hc/theme_assets/1043403/200290828/answer08.png); }

.ico-answer-sec1:before,.ico-answer-sec2:before,.ico-answer-sec3:before,
.ico-answer-sec4:before,.ico-answer-sec5:before,.ico-answer-sec6:before,
.ico-answer-sec7:before,.ico-answer-gray:before {
  content: "";
  margin-right: 10px;
  display:inline-block;
  width: 28px;
  height: 35px;
  background-size:contain;
  vertical-align:middle;
  position: relative;
  top: -3px;
}

.rounded-step-sec1,.rounded-step-sec2,.rounded-step-sec3,
.rounded-step-sec4,.rounded-step-sec5,.rounded-step-sec6,
.rounded-step-sec7,.rounded-step-gray {
  padding: 5px;
  color: #ffffff;
  width: 145px;
  text-align: center;
  font-weight:bold;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  background: #ccc;
}
.rounded-step-sec1 { background: #b4304b;}
.rounded-step-sec2 { background: #db9d39;}
.rounded-step-sec3 { background: #8ab442;}
.rounded-step-sec4 { background: #148d56;}
.rounded-step-sec5 { background: #2b79a3;}
.rounded-step-sec6 { background: #676c99;}
.rounded-step-sec7 { background: #b76ca1;}
.rounded-step-gray { background: #626060;}

.rounded-ver-sec1,.rounded-ver-sec2,.rounded-ver-sec3,
.rounded-ver-sec4,.rounded-ver-sec5,.rounded-ver-sec6,
.rounded-ver-sec7,.rounded-ver-gray {
  padding: 5px 10px;
  color: #ffffff;
  width: 60px;
  margin: 0 5px;
  box-sizing:border-box;
  text-align: center;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
}
.rounded-ver-sec1 { background: #b4304b;}
.rounded-ver-sec2 { background: #db9d39;}
.rounded-ver-sec3 { background: #8ab442;}
.rounded-ver-sec4 { background: #148d56;}
.rounded-ver-sec5 { background: #2b79a3;}
.rounded-ver-sec6 { background: #676c99;}
.rounded-ver-sec7 { background: #b76ca1;}
.rounded-ver-gray { background: #626060;}


/* after */

.rounded-ver-sec,.rounded-ver-gray {
  padding: 1px 10px;
  color: #ffffff;
  width: 60px;
  margin: 0 5px;
  box-sizing:border-box;
  text-align: center;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
}

.answer-sec {
  border-top-style: dotted;
  border-top-width: 2px;
  border-bottom-style: dotted;
  border-bottom-width: 2px;
  margin-bottom: 60px;
  position: relative;
}

.answer-sec p {
  display: inline-block;
  margin-left: 50px;
}

.ico-answer {
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-size: 20px;
  line-height: 30px;
  margin-top: 15px;
  margin-right: 20px;
  padding: 0px 9px;
  position: absolute;
  width: 30px;
}

.onepoint-wrap {
  border-radius: 4px;
  padding: 10px 20px;
  margin-bottom: 80px;
}

.onepoint {
  max-width: 100%;
}

.onepoint img {
  margin-top: 0;
}

.memo-wrap {
  border-left: 4px solid #eee;
  padding-left: 20px;
  margin-bottom: 20px;
}

.text-right {
  text-align: right;
}

.dialogue-img {
  padding-right: 20px;
}

.dialogue-gray,.dialogue-yellow,.dialogue-red,.dialogue-blue,.dialogue-green,.dialogue-purple,,.dialogue-ramune,
.dialogue-gray-bg,.dialogue-yellow-bg,.dialogue-red-bg,.dialogue-blue-bg,.dialogue-green-bg,.dialogue-purple-bg,.dialogue-ramune-bg {
  padding: 20px;
  vertical-align: middle !important;
  border-radius: 8px;
}

.dialogue-gray { border: 2px solid #ccc;}
.dialogue-yellow { border: 2px solid #ebc88f;}
.dialogue-red { border: 2px solid #ecbabe;}
.dialogue-blue { border: 2px solid #88c1df;}
.dialogue-green { border: 2px solid #cee1ae;}
.dialogue-purple { border: 2px solid #c3c5d6;}
.dialogue-ramune { border: 2px solid #dfebed;}

.dialogue-gray-bg {
  box-shadow: 3px 3px #ddd;
  background: #eee;
}

.dialogue-yellow-bg {
  box-shadow: 3px 3px #f6e8d0;
  background: #faf2e6;
}

.dialogue-red-bg {
  box-shadow: 3px 3px #efc6c9;
  background: #f7e2e4;
}

.dialogue-blue-bg {
  box-shadow: 3px 3px #b0d6ea;
  background: #d8ebf5;
}

.dialogue-green-bg {
  box-shadow: 3px 3px #d9e8c0;
  background: #e5efd3;
}

.dialogue-purple-bg {
  box-shadow: 3px 3px #d2d3e1;
  background: #e1e2eb;
}

.dialogue-ramune-bg {
  box-shadow: 3px 3px #eff5f6;
  background: #fff;
}


/*吹き出し 左側*/

.dialogue-left {
  display: table;
  width:700px;
  margin-bottom:30px;
  border-spacing: 0px 8px;
}

.dialogue-left-img {
  display: table-cell;
  min-width: 90px;
  padding-right: 30px;
  vertical-align: middle;
}

.dialogue-left-img img {
  margin: 0;
}

.dialogue-left-gray { border: 2px solid #ccc;}
.dialogue-left-yellow { border: 2px solid #ebc88f;}
.dialogue-left-red { border: 2px solid #ecbabe;}
.dialogue-left-blue { border: 2px solid #88c1df;}
.dialogue-left-green { border: 2px solid #cee1ae;}
.dialogue-left-purple { border: 2px solid #c3c5d6;}
.dialogue-left-ramune { border: 2px solid #dfebed;}


.dialogue-left-gray:after {
  border-style: solid;
  border-width: 10px 20px 10px 0;
  border-color: transparent #ccc transparent transparent;
}
.dialogue-left-yellow:after {
  border-style: solid;
  border-width: 10px 20px 10px 0;
  border-color: transparent #ebc88f transparent transparent;
}
.dialogue-left-red:after {
  border-style: solid;
  border-width: 10px 20px 10px 0;
  border-color: transparent #ecbabe transparent transparent;
}
.dialogue-left-blue:after {
  border-style: solid;
  border-width: 10px 20px 10px 0;
  border-color: transparent #88c1df transparent transparent;
}
.dialogue-left-green:after {
  border-style: solid;
  border-width: 10px 20px 10px 0;
  border-color: transparent #cee1ae transparent transparent;
}
.dialogue-left-purple:after {
  border-style: solid;
  border-width: 10px 20px 10px 0;
  border-color: transparent #c3c5d6 transparent transparent;
}
.dialogue-left-ramune:after {
  border-style: solid;
  border-width: 10px 20px 10px 0;
  border-color: transparent #dfebed transparent transparent;
}

.dialogue-left-gray, .dialogue-left-yellow, .dialogue-left-red, .dialogue-left-blue, .dialogue-left-green, .dialogue-left-purple, .dialogue-left-ramune {
  position: relative;
  width: 800px;
  display: table-cell;
  padding: 10px 20px;
  vertical-align: middle;
  z-index: 0;
}

.dialogue-left-gray:after, .dialogue-left-yellow:after, .dialogue-left-red:after, .dialogue-left-blue:after, .dialogue-left-green:after, .dialogue-left-purple:after, .dialogue-left-ramune:after {
  content: "";
  position: absolute;
  top: 50%; left: -20px;
  margin-top: -10px;
  display: block;
  width: 0px;
  height: 0px;
  z-index: -1;
}

/*吹き出し 右側*/

.dialogue-right {
  display: table;
  width:700px;
  margin-bottom:30px;
  border-spacing: 0px 8px;
}

.dialogue-right-img {
  display: table-cell;
  min-width: 90px;
  padding-left: 30px;
  vertical-align: middle;
}

.dialogue-right-img img {
  margin: 0;
}

.dialogue-right-gray { border: 2px solid #ccc;}
.dialogue-right-yellow { border: 2px solid #ebc88f;}
.dialogue-right-red { border: 2px solid #ecbabe;}
.dialogue-right-blue { border: 2px solid #88c1df;}
.dialogue-right-green { border: 2px solid #cee1ae;}
.dialogue-right-purple { border: 2px solid #c3c5d6;}
.dialogue-right-ramune { border: 2px solid #dfebed;}

.dialogue-right-gray:after {
  border-style: solid;
  border-width: 10px 0 10px 20px;
  border-color: transparent transparent transparent #ccc;
}
.dialogue-right-yellow:after {
  border-style: solid;
  border-width: 10px 0 10px 20px;
  border-color: transparent transparent transparent #ebc88f;
}
.dialogue-right-red:after {
  border-style: solid;
  border-width: 10px 0 10px 20px;
  border-color: transparent transparent transparent #ecbabe;
}
.dialogue-right-blue:after {
  border-style: solid;
  border-width: 10px 0 10px 20px;
  border-color: transparent transparent transparent #88c1df;
}
.dialogue-right-green:after {
  border-style: solid;
  border-width: 10px 0 10px 20px;
  border-color: transparent transparent transparent #cee1ae;
}
.dialogue-right-purple:after {
  border-style: solid;
  border-width: 10px 0 10px 20px;
  border-color: transparent transparent transparent #c3c5d6;
}
.dialogue-right-ramune:after {
  border-style: solid;
  border-width: 10px 0 10px 20px;
  border-color: transparent transparent transparent #c3c5d6;
}

.dialogue-right-gray, .dialogue-right-yellow, .dialogue-right-red, .dialogue-right-blue, .dialogue-right-green, .dialogue-right-purple, .dialogue-right-ramune {
  position: relative;
  width: 800px;
  display: table-cell;
  padding: 10px 20px;
  vertical-align: middle;
  z-index: 0;
}

.dialogue-right-gray:after, .dialogue-right-yellow:after, .dialogue-right-red:after, .dialogue-right-blue:after, .dialogue-right-green:after, .dialogue-right-purple:after, .dialogue-right-ramune:after {
  content: "";
  position: absolute;
  top: 50%; right: -20px;
  margin-top: -10px;
  display: block;
  width: 0px;
  height: 0px;
  z-index: -1;
}


.dialogue-right-gray2 { border: 2px solid #ccc;}
.dialogue-right-yellow2 { border: 2px solid #ebc88f;}
.dialogue-right-red2 { border: 2px solid #ecbabe;}
.dialogue-right-blue2 { border: 2px solid #88c1df;}
.dialogue-right-green2 { border: 2px solid #cee1ae;}
.dialogue-right-purple2 { border: 2px solid #c3c5d6;}

.dialogue-right-gray2:after {
  border-style: solid;
  border-width: 10px 0 10px 20px;
  border-color: transparent transparent transparent #ccc;
}
.dialogue-right-yellow2:after {
  border-style: solid;
  border-width: 10px 0 10px 20px;
  border-color: transparent transparent transparent #ebc88f;
}
.dialogue-right-red2:after {
  border-style: solid;
  border-width: 10px 0 10px 20px;
  border-color: transparent transparent transparent #ecbabe;
}
.dialogue-right-blue2:after {
  border-style: solid;
  border-width: 10px 0 10px 20px;
  border-color: transparent transparent transparent #88c1df;
}
.dialogue-right-green2:after {
  border-style: solid;
  border-width: 10px 0 10px 20px;
  border-color: transparent transparent transparent #cee1ae;
}.dialogue-right-purple2:after {
  border-style: solid;
  border-width: 10px 0 10px 20px;
  border-color: transparent transparent transparent #c3c5d6;
}
.dialogue-right-gray2, .dialogue-right-yellow2, .dialogue-right-red2, .dialogue-right-blue2, .dialogue-right-green2, .dialogue-right-purple2 {
  position: relative;
  width: auto;
  display: table-cell;
  padding: 10px 20px;
  vertical-align: middle;
  z-index: 0;
}

.dialogue-right-gray2:after, .dialogue-right-yellow2:after, .dialogue-right-red2:after, .dialogue-right-blue2:after, .dialogue-right-green2:after, .dialogue-right-purple2:after {
  content: "";
  position: absolute;
  top: 50%; right: -20px;
  margin-top: -10px;
  display: block;
  width: 0px;
  height: 0px;
  z-index: -1;
}


/*アイコン iseらく楽*/
/* 8ab442 fff */
.ise-ico-square {
  background: #8ab442;
  border-radius: 4px;
  color: #fff;
  padding: 4px 8px 1px 8px;
  font-size: 14px;
  font-weight: 400;
  font-family: Meiryo;
  line-height: 40px;
}

.ise-ico-circle {
  background: #8ab442;
  border-radius: 20px;
  color: #fff;
  padding: 2px 7px 0 7px;
  font-size: 14px;
  font-weight: 400;
  font-family: Meiryo;
  line-height: 40px;
}

/*アイコン 1章*/
/* b4304b db7e86 fbf1f2 */
.sec_01 h2, .sec_01 h3 {
  color: #b4304b;
  border-color: #b4304b;
}
.sec_01 .answer-sec {
  border-color: #b4304b;
}
.sec_01 .ico-answer {
  background: #b4304b;
}
.sec_01 .ex-title {
  border-left-color: #b4304b;
  color: #b4304b;
}
.sec_01 .step {
  color: #b4304b;
  border-color: #b4304b;
}
.sec_01 .rounded-ver-sec {
  background: #b4304b;
}
.sec_01 .ver-cap-sec {
  color: #b4304b;
  margin: 0 5px;
}
.sec_01 .onepoint {
  border-bottom: 2px dotted rgba(208, 0, 52, 1);
}
.sec_01 .onepoint-wrap {
  background: #fbf1f2;
}


/*アイコン 2章*/
/* db9d39 e3bb7b f9f3ea */
.sec_02 h2, .sec_02 h3 {
  color: #db9d39;
  border-color: #db9d39;
}
.sec_02 .answer-sec {
  border-color: #e3bb7b;
}
.sec_02 .ico-answer {
  background:#db9d39;
}
.sec_02 .ex-title {
  border-left-color: #db9d39;
  color: #db9d39;
}
.sec_02 .step {
  color: #db9d39;
  border-color: #db9d39;
}
.sec_02 .rounded-ver-sec {
  background: #db9d39;
}
.sec_02 .ver-cap-sec {
  color: #db9d39;
  margin: 0 5px;
}
.sec_02 .onepoint {
  border-bottom: 2px dotted #e3bb7b;
}
.sec_02 .onepoint-wrap {
  background: #f9f3ea;
}

/*アイコン 3章*/
/* 8ab442 c1d17b f6f8eb */
.sec_03 h2, .sec_03 h3 {
  color: #8ab442;
  border-color: #8ab442;
}
.sec_03 .answer-sec {
  border-color: #c1d17b;
}
.sec_03 .ico-answer {
  background:#8ab442;
}
.sec_03 .ex-title {
  border-left-color: #8ab442;
  color: #8ab442;
}
.sec_03 .step {
  color: #8ab442;
  border-color: #8ab442;
}
.sec_03 .rounded-ver-sec {
  background: #8ab442;
}
.sec_03 .ver-cap-sec {
  color: #8ab442;
  margin: 0 5px;
}
.sec_03 .onepoint {
  border-bottom: 2px dotted #c1d17b;
}
.sec_03 .onepoint-wrap {
  background: #f6f8eb;
}

/*アイコン 4章*/
/* 148d56 69b790 ecfaf3 */
.sec_04 h2, .sec_04 h3 {
  color: #148d56;
  border-color: #148d56;
}
.sec_04 .answer-sec {
  border-color: #69b790;
}
.sec_04 .ico-answer {
  background:#148d56;
}
.sec_04 .ex-title {
  border-left-color: #148d56;
  color: #148d56;
}
.sec_04 .step {
  color: #148d56;
  border-color: #148d56;
}
.sec_04 .rounded-ver-sec {
  background: #148d56;
}
.sec_04 .ver-cap-sec {
  color: #148d56;
  margin: 0 5px;
}
.sec_04 .onepoint {
  border-bottom: 2px dotted #69b790;
}
.sec_04 .onepoint-wrap {
  background: #ecfaf3;
}

/*アイコン 5章*/
/* 2b79a3 88b2ca edf8fe */
.sec_05 h2, .sec_05 h3 {
  color: #2b79a3;
  border-color: #2b79a3;
}
.sec_05 .answer-sec {
  border-color: #88b2ca;
}
.sec_05 .ico-answer {
  background:#2b79a3;
}
.sec_05 .ex-title {
  border-left-color: #2b79a3;
  color: #2b79a3;
}
.sec_05 .step {
  color: #2b79a3;
  border-color: #2b79a3;
}
.sec_05 .rounded-ver-sec {
  background: #2b79a3;
}
.sec_05 .ver-cap-sec {
  color: #2b79a3;
  margin: 0 5px;
}
.sec_05 .onepoint {
  border-bottom: 2px dotted #88b2ca;
}
.sec_05 .onepoint-wrap {
  background: #edf8fe;
}

/*アイコン 6章*/
/* 676c99 9ea0c3 edeef9 */
.sec_06 h2, .sec_06 h3 {
  color: #676c99;
  border-color: #676c99;
}
.sec_06 .answer-sec {
  border-color: #9ea0c3;
}
.sec_06 .ico-answer {
  background: #676c99;
}
.sec_06 .ex-title {
  border-left-color: #676c99;
  color: #676c99;
}
.sec_06 .step {
  color: #676c99;
  border-color: #676c99;
}
.sec_06 .rounded-ver-sec {
  background: #676c99;
}
.sec_06 .ver-cap-sec {
  color: #676c99;
  margin: 0 5px;
}
.sec_06 .onepoint {
  border-bottom: 2px dotted #9ea0c3;
}
.sec_06 .onepoint-wrap {
  background: #edeef9;
}

/*アイコン 7章*/
/* b76ca1 883f6e fbecf7 */
.sec_07 h2, .sec_07 h3 {
  color: #b76ca1;
  border-color: #b76ca1;
}
.sec_07 .answer-sec {
  border-color: #883f6e;
}
.sec_07 .ico-answer {
  background:#b76ca1;
}
.sec_07 .ex-title {
  border-left-color: #b76ca1;
  color: #b76ca1;
}
.sec_07 .step {
  color: #b76ca1;
  border-color: #b76ca1;
}
.sec_07 .rounded-ver-sec {
  background: #b76ca1;
}
.sec_07 .ver-cap-sec {
  color: #b76ca1;
  margin: 0 5px;
}
.sec_07 .onepoint {
  border-bottom: 2px dotted #883f6e;
}
.sec_07 .onepoint-wrap {
  background: #fbecf7;
}

/*アイコン 8章*/
/* b76ca1 883f6e fbecf7 */
.sec_08 h2, .sec_08 h3 {
  color: #db7e86;
  border-color: #db7e86;
}
.sec_08 .answer-sec {
  border-color: #edbec2;
}
.sec_08 .ico-answer {
  background:#db7e86;
}
.sec_08 .ex-title {
  border-left-color: #db7e86;
  color: #db7e86;
}
.sec_08 .step {
  color: #db7e86;
  border-color: #db7e86;
}
.sec_08 .rounded-ver-sec {
  background: #db7e86;
}
.sec_08 .ver-cap-sec {
  color: #db7e86;
  margin: 0 5px;
}
.sec_08 .onepoint {
  border-bottom: 2px dotted #883f6e;
}
.sec_08 .onepoint-wrap {
  background: #fbecf7;
}

/*アイコン gray*/
/* 626060 626060 f9f9f9 */
.sec_gray h2, .sec_gray h3 {
  color: #626060;
  border-color: #626060;
}
.sec_gray .answer-sec {
  border-color: #626060;
}
.sec_gray .ico-answer {
  background:#626060;
}
.sec_gray .ex-title {
  border-left-color: #626060;
  color: #626060;
}
.sec_gray .step {
  color: #626060;
  border-color: #626060;
}
.sec_gray .rounded-ver-gray {
  background: #626060;
}
.sec_gray .ver-cap-sec {
  color: #626060;
  margin: 0 5px;
}
.sec_gray .onepoint {
  border-bottom: 2px dotted #626060;
}
.sec_gray .onepoint-wrap {
  background: #f9f9f9;
}

/* 便利帳 */

.benri-ico-square {
  background: #883f6e;
  border-radius: 4px;
  color: #fff;
  padding: 4px 8px 1px 8px;
  font-size: 14px;
  font-weight: 400;
  font-family: Meiryo;
  line-height: 40px;
}

.benri-ico-circle {
  background: #883f6e;
  border-radius: 20px;
  color: #fff;
  padding: 2px 7px 0 7px;
  font-size: 14px;
  font-weight: 400;
  font-family: Meiryo;
  line-height: 40px;
}


/** new request **/
.ise-new-request, .sdb-new-request {
  padding-top: 60px;
  padding-bottom: 80px;
}
.ise-new-request, .sdb-new-request h1 {
  margin-bottom: 60px;
}
.ise-new-request {
  /* background: url("/hc/theme_assets/1043403/200329028/top_bg.png") no-repeat #fdfdfd;*/
}
.sdb-new-request {
  /*background: url("/hc/theming_assets/01HZKRQVBJJXTTGB00X2HFZS1R") no-repeat #fdfdfd;*/
}

/*リクエスト詳細*/
#fileUploder {
  margin-top: 50px;
  position: relative;
}

#fileUploder  .file_button {
  display: inline-block;
  overflow: hidden;
  position: relative;
  padding: .5em;
  border: 1px solid #eeeeee;
  background-color: #78a300;
  border-color: #78a300 transparent #6b9100;
  border-radius: 4px;
  font-size: 12px;
  font-weight: normal;
  color: #ffffff;
}

#fileUploder  .file_button input[type="file"] {
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
  font-size: 100px;
  cursor: pointer;
}

#fileUploder  .file_button_sdb {
  display: inline-block;
  overflow: hidden;
  position: relative;
  padding: .5em;
  border: 1px solid #eeeeee;
  background-color: #2B79A4;
  border-color: #2B79A4 transparent #25698e;
  border-radius: 4px;
  font-size: 12px;
  font-weight: normal;
  color: #ffffff;
}

#fileUploder  .file_button_sdb input[type="file"] {
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
  font-size: 100px;
  cursor: pointer;
}

#fileUploder  .reload_button {
  display: inline-block;
  overflow: hidden;
  position: absolute;
  right: 5px;
  top: 12px;
  font-size: 20px;
  font-weight: normal;
  color: #666666;
}

#fileUploder  .reload_button input[type="button"] {
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  position: absolute;
  right: 2px;
  top: 0;
  margin: 0;
  font-size: 100px;
  cursor: pointer;
}

#fileUploder .reload_button .refresh:before {
  content: "更新";
  font-size: 16px;
}

#fileUploder .reload_button .refresh:after {
  content: "\f021";
  font-family: "FontAwesome";
  font-size: 16px;
}

#fileUploder #fileReload {
  background: #cccccc;
}

#fileUploder .table_header {
  width: 100%;
  border: 1px solid #ddd;
}

#fileSelectArea {
  margin: 5px 0;
  padding: 0;
}

#fileList {
  max-height: 266px;
  box-sizing: border-box;
  overflow: auto;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 100px;
}

#fileList.over {
  border: 5px dashed #aaa;
}

#fileList table {
  width: 100%;
  font-size: 12px;
}

#fileList table tr {
  border-bottom: 1px solid #ccc;
}

#fileList table tr.header {
  background-color: #eee;
}

#fileUploder th {
  background-color:#cccccc;
  border: 1px solid #999999;
  padding: 5px 10px;
  font-size: 12px;
  color: #666666;
  font-weight: normal;
}

#loading {
    display: none;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    color: white;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    line-height: 200px;
}
.stripe-tbl tr:nth-child(even) td {
    background-color: #efefef;
}

.stripe-tbl th, .stripe-tbl td {
    border: 1px solid #ddd;
    padding: 5px 10px;
}
.spinner {
  position: absolute;
  z-index: 1;
  top: 30%;
  left: 45%;
  width: 100%;
  height: 100%;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}

.spinner > div {
  background-color: #8ab442;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.spinner_sdb {
  position: absolute;
  z-index: 1;
  top: 30%;
  left: 45%;
  width: 100%;
  height: 100%;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}

.spinner_sdb > div {
  background-color: #2B79A4;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner_sdb .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner_sdb .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner_sdb .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner_sdb .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.smartsync_ico_check {
  margin-bottom: 30px;
}

.smartsync_ico_check dt {
  font-size: 24px;
  padding-left: 10px;
  position: relative;
}

.smartsync_ico_check dt p {
    display: inline-block;
    margin: 0 0 0 25px;
}

.smartsync_ico_check dt p:before {
  font-family: "FontAwesome";
  content: "\f0a9";
  padding-left: 5px;
  color: #7fa53e;
  margin-right: 5px;
  font-size: 1.5rem;
  display: inline-block;
  margin-right: 20px;
  position: absolute;
  width: 30px;
  left: 0;
}

.smartsync_q {
  margin-bottom: 30px;
}

.smartsync_q dt {
  position: relative;
  margin-bottom: 15px;

}

.smartsync_q dt p{
  margin: 0;
  padding-left: 50px;
}

.smartsync_q dt p:before{
  content: url("//p6.zdassets.com/hc/theme_assets/1043403/200329028/ico-question.gif");
  display: inline-block;
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  transform: scale(0.6);
  position: absolute;
  top: -15px;
  left: -20px;
}

.smartsync_q dd {
  position: relative;
  margin-left: 0;
}

.smartsync_q dd p{
  margin: 0;
  padding-left: 50px;
}

.smartsync_q dd p:before{
  content: url("//p6.zdassets.com/hc/theme_assets/1043403/200329028/ico-answer.gif");
  display: inline-block;
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  transform: scale(0.6);
  position: absolute;
  top: -15px;
  left: -20px;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% {
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}

.smartsync_form:before {
  content: "\f0e0";
  font-family: "FontAwesome";
  margin-right: 10px;
}

/* アイコン */
.rounded-icon-gray,.rounded-icon-yellow,.rounded-icon-red,.rounded-icon-blue,.rounded-icon-green,.rounded-icon-purple {
  padding: 1px 10px 3px 10px;
  color: #ffffff;
  margin: 0 5px;
  box-sizing:border-box;
  text-align: center;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
}
.rounded-icon-gray { background: #626060;}
.rounded-icon-yellow { background: #db9d39;}
.rounded-icon-red { background: #db7e86;}
.rounded-icon-blue { background: #2b79a3;}
.rounded-icon-green { background: #8ab442;}
.rounded-icon-purple { background: #676c99;}

.rounded-frame-icon-gray,.rounded-frame-icon-yellow,.rounded-frame-icon-red,.rounded-frame-icon-blue,.rounded-frame-icon-green,.rounded-frame-icon-purple {
  padding: 1px 10px 3px 10px;
  margin: 0 5px;
  box-sizing:border-box;
  text-align: center;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
}
.rounded-frame-icon-gray { border: 1px solid #626060; color: #626060;}
.rounded-frame-icon-yellow { border: 1px solid #db9d39; color: #db9d39;}
.rounded-frame-icon-red { border: 1px solid #db7e86; color: #db7e86;}
.rounded-frame-icon-blue { border: 1px solid #2b79a3; color: #2b79a3;}
.rounded-frame-icon-green { border: 1px solid #8ab442; color: #8ab442;}
.rounded-frame-icon-purple { border: 1px solid #676c99; color: #676c99;}

.icon-angle:before {
    content: "\f101";
    font-family: "FontAwesome";
    margin-right: 10px;
    font-size: 1.3rem;
    display: inline-block;
    margin-bottom: 5px;
    line-height: 1rem;
}

/* Useful Contents */
.useful-btn-area-1, .useful-btn-area-2, .useful-btn-area-3 {
  background: url("/hc/theme_assets/1043403/200322408/useful_bg.png") repeat;
  background: url("//p6.zdassets.com/hc/theme_assets/1158601/200395328/useful_bg.png") repeat;
  background-position-y: -1px;
  border-top: 10px solid rgba(238, 142, 161, 1);
  padding-bottom: 80px;
  padding-top: 60px;
}
.useful-btn-area-1 h1, .useful-btn-area-2 h1,.useful-btn-area-3 h1 {
  font-size: 30px;
  text-align: center;
  margin-bottom: 60px;
}
.useful-btn-area-1 a, .useful-btn-area-2 a, .useful-btn-area-3 a {
  display: block;
  margin: 0 auto 20px auto;
  width: 100%;
}
.useful-btn-area-1 a img,.useful-btn-area-2 a img,.useful-btn-area-3 a img {
  width: 100%;
}

@media (min-width: 800px) {
  .useful-btn-area-head{
    background-size: contain;
    min-height: 127px;
  }
  .useful-btn-area-3 .useful-btn-area-head {
    background: url("/hc/theme_assets/1043403/200322408/useful_head.png") no-repeat center bottom;
    background: url("//p6.zdassets.com/hc/theme_assets/1158601/200395328/useful_head.png") no-repeat center bottom;
    background-size: contain;
    min-height: 127px;
  }
  .useful-btn-area-1 h1, .useful-btn-area-2 h1,.useful-btn-area-3 h1 {
    background: url("/hc/theme_assets/1043403/200322408/useful_title_line.png") no-repeat center bottom;
    background: url("//p6.zdassets.com/hc/theme_assets/1158601/200395328/useful_title_line.png") no-repeat center bottom;
    font-size: 40px;
    margin-bottom: 0;
  }
  .useful-btn-area-1 a, .useful-btn-area-2 a, .useful-btn-area-3 a {
    display: block;
  }
  .useful-btn-area-1 a {
    text-align: center;
    width: 75%;
  }
  .useful-btn-area-2 a {
    display: inline-block;
    margin-right: 1%;
    width: 49%;
  }
  .useful-btn-area-3 a {
    display: inline-block;
    margin-right: 1.5%;
    width: 32%;
  }
  .useful-btn-area-2 a:last-child, .useful-btn-area-3 a:last-child{
    margin-right: 0;
  }
}
@media screen and (min-width:600px) and ( max-width:800px) {
  .useful-btn-area-3 a {
    margin-right: 1%;
  }
}


/* Option Contents */
.option-top-area {
  /* border-top: 1px solid rgba(238, 142, 161, 1); */
  border-bottom: 0px solid rgba(238, 142, 161, 1);
  /* TOPページのバナー同士の余白をそろえるため、上下の余白を 20pxに。ISEサイトも同様。2019/4/23 茜 */
  padding-top: 20px;
  padding-bottom: 20px;
}

.option-top-area2 {
  border-bottom: 0px solid rgba(238, 142, 161, 1);
  border-bottom: 0px solid rgba(238, 142, 161, 1);
  padding-top: 10px;
  padding-bottom: 30px;
}

.option-top-area .container:nth-child(2) {
  margin-top: 20px;
}


.option-top-img {
  margin: 0 auto;
  width: 75%;
  display:block;
}

.option-top2-img {
  margin: 0 auto;
  width: 85%;
  display:block;
}

.option-top-img-half {
  margin: 0 auto;
  width: 37.4%;
  display:inline-block;
  border-style: 0;
}

@media (max-width: 600px) {
  .option-top-img-half {
    margin: 0 auto;
    width: 100%;
    display:inline-block;
  }
}

.option-top-img-third {
  margin: 0 20px auto auto;
  width: 30%;
  display:inline-block;
}

.option-btn-area {
  background-position-y: -1px;
  border-top: 10px solid rgba(238, 142, 161, 1);
  padding-bottom: 1px;
  padding-top: 60px;
}
.option-btn-area h1 {
  font-size: 40px;
  text-align: center;
  margin-bottom: 60px;
}
.option-btn-area a {
  display: block;
  margin: 0 auto 80px auto;
  width: 100%;
}
.option-btn-area a img {
  width: 100%;
}

  .ss-btn-area .option-btn-img-left,.ss-btn-area .option-btn-img-right {
    display: none;
  }
@media (min-width: 600px) {
  .option-btn-area-head {
    background-size: contain;
    min-height: 170px;
  }
  .option-btn-area h2 {
    font-size: 40px;
    text-align: center;
    margin-bottom: 0;
  }
  .option-btn-area-head-caption {
    display: block;
    font-size: 24px;
    margin-bottom: 10px;
    text-align: center;
  }
  .option-btn-area a {
    display: block;
    text-align: center;
    width: 75%;
    margin-bottom: 80px;
  }
  .option-btn-area a img {
    width: 100%;
  }
  .option-btn-area a:last-child {
    margin-right: 0;
  }
  .ss-btn-area{
    position:relative;
    width:100%;
  }
  .ss-btn-area .option-btn-img-left,.ss-btn-area .option-btn-img-right{
    bottom: -81px;
    display: block;
    position: absolute;
    width:20%;
  }
  .ss-btn-area .option-btn-img-left {
    left: 0;
  }
  .ss-btn-area .option-btn-img-right {
    right: 0;
  }
}

/* バナーサイズ */
.banner-100 {
    display: block;
    margin: 0 auto;
    width: 100%;
}
.banner-75 {
    display: block;
    margin: 0 auto;
    width: 75%;
}
.banner-50 {
    display: block;
    margin: 0 auto;
    width: 50%;
}
@media (max-width: 600px) {
    .banner-100, .banner-75, .banner-50 {
        width: 100%;
    }
}
.banner-100 img, .banner-75 img, .banner-50 img {
    width: 100%;
}

/* parts */

.point-gray,.point-yellow,.point-red,.point-blue,.point-green,.point-purple,.point-ramune {
  border-radius: 4px;
  width:700px;
  padding: 20px;
/* padding: 20px 20px 0px 20px;  らく楽 ワンポイントアドバイスの枠で下の余白が大きすぎたため調整しようと思ったけど、他の箇所に影響が出るっぽい*/
  margin-top : 40px;
  margin-bottom: 40px;
}
.point-gray h3,.point-yellow h3,.point-red h3,.point-blue h3,.point-green h3,.point-purple h3,.point-ramune h3 {

  border-style: dotted;
  border-width: 2px;
  font-size: 20px;
  border-left: none;
  border-top: none;
  border-right: none;
  margin-bottom: 20px;
  margin-top: 0;
  padding-bottom: 10px;
}
.point-gray ul li:before ,.point-yellow ul li:before ,.point-red ul li:before ,.point-blue ul li:before ,.point-green ul li:before ,.point-purple ul li:before,.point-ramune ul li:before {
  background: #555;
}
.point-gray { background: #e5e7e7;}
.point-yellow { background: #f7f0e1;}
.point-red { background: #f7eced;}
.point-blue { background: #ddebf1;}
.point-green { background: #ebf4e3;}
.point-purple { background: #e6e9f0;}
.point-ramune { background: #deeaeb;}
.point-gray h3 { border-bottom-color: #626060; color:#626060;}
.point-yellow h3 { border-bottom-color: #db9d39; color:#db9d39;}
.point-red h3 { border-bottom-color: #db7e86; color:#db7e86;}
.point-blue h3 { border-bottom-color: #2b79a3; color:#2b79a3;}
.point-green h3 { border-bottom-color: #8ab442; color:#8ab442;}
.point-purple h3 { border-bottom-color: #676c99; color:#676c99;}
.point-ramune h3 { border-bottom-color: #7eafb5; color:#7eafb5;}

h3.title-note:before {
  content: "\f071";
  font-family: "FontAwesome";
  padding-right: 10px;
}
h3.title-check:before {
  content: "\f046";
  font-family: "FontAwesome";
  padding-right: 10px;
}
h3.title-mark:before {
  content: "\f138";
  font-family: "FontAwesome";
  padding-right: 10px;
}
/*エラーページ*/

.error-page {
  margin-top: 60px;
  margin-bottom: 100px;
}

@media (min-width: 960px) {
  .error-page {
    padding: 0;
    width: 90%;
  }
}

.zip{
  text-align:right;
}

.ise_event_text {
  background: #d7e7f0;
}

.sdb_event_text {
  background: #d7e7f0;
}

.ise_event_text p,.sdb_event_text p {
    margin: 0 auto;
    padding: 14px 0;
}

@media (min-width: 600px) {
  .ise_event_text p,.sdb_event_text p{
    text-align: center;
  }
}

.ise_event_img  img,.sdb_event_img  img {
    width: 80%;
    display: block;
    margin: 0 auto;
    padding-bottom: 2rem;
}

.workstyle_change_box1,.workstyle_change_box2 {
  position: relative;
}

.workstyle_change_box1 .profile {
  position: absolute;
  bottom: -15px;
  right: -15px;
  padding: .5rem 1rem;
  background: #8bb640;
  color: #fff;
  font-size: 1.3rem;
}

.workstyle_change_box2 .profile {
  position: absolute;
  bottom: -15px;
  left: -15px;
  padding: .5rem 1rem;
  background: #8bb640;
  color: #fff;
  font-size: 1.3rem;
}

.workstyle_change_box1 .profile .profile_inner,
.workstyle_change_box2 .profile .profile_inner  {
  font-size: .9rem;
}

.study_qa {
  margin-bottom: 30px;
}

.study_qa dt {
  position: relative;
  margin-bottom: 15px;

}

.study_qa dt p{
  margin: 0;
  padding-left: 50px;
}

.study_qa dt p:before{
  content: url("//p6.zdassets.com/hc/theme_assets/1043403/200329028/ico-question.gif");
  display: inline-block;
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  transform: scale(0.6);
  position: absolute;
  top: -15px;
  left: -20px;
}

.study_qa dd {
  position: relative;
  margin-left: 0;
}

.study_qa dd {
  margin: 0;
  padding-left: 50px;
}

.study_qa dd:before{
  content: url("//p6.zdassets.com/hc/theme_assets/1043403/200329028/ico-answer.gif");
  display: inline-block;
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  transform: scale(0.6);
  position: absolute;
  top: -15px;
  left: -20px;
}

.gray-back-list {
  background: #edf8fe;
  padding: 10px 30px 1px !important;
  margin: 10px 0 !important;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

.study_inquiry_btn {
  font-size: 14px;
  color: #fff;
  border-radius: 4px;
  background: rgba(208, 0, 52, 1);
  display: inline-block;
  padding: 10px;
  width: 250px;
  text-align: center;
  transition: 0.3s;
}

.study_inquiry_btn:before {
    content: "\f0e0";
    font-family: "FontAwesome";
    margin-right: 10px;
}

.doclist {
  margin: 20 px;
  border-bottom: solid 1px #d1d1d5;
}

/* Video tag download link hidden */
video::-webkit-media-controls-enclosure {
    overflow:hidden;
}
video::-webkit-media-controls-panel {
    width: calc(100% + 30px);
}


/* 検索結果しぼりこみ用 */
.search_submenu {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.search_submenu p {
  font-size: 12px;
}

.search_r_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    list-style: none;
    padding: 0;
    max-width: 1000px;
}
  
.search_r_item {
    border: 1px solid rgba(102, 118, 179, 1);
    border-radius: 4px;
    color: rgba(102, 118, 179, 1);
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 5px;
    min-height: 50px;
    width: 18%;
    text-align: center;
}
  
@media screen and (max-width:768px) {
    .search_r_item {
        width: 30%;
    }
}
  
  
  @media screen and (max-width:445px) {
      .search_r_item {
          width: 45%;
      }
  }
  
.search_r_item.active {
    background-color: rgba(102, 118, 179, 1);
}
.search_r_item.active .search_r_title {
    color: #ffffff;
    font-weight: bold;
}

.search_r_item:hover, .search_r_item:focus, .search_r_item:active {
  background-color: rgba(102, 118, 179, 1);
  text-decoration: none;
}

.search_r_item:hover *, .search_r_item:focus *, .search_r_item:active * {
  color: #fff;
  text-decoration: none;
}

.search_r_link {
    color: rgba(102, 118, 179, 1);
    padding: 0px 10px;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.search_r_title {
    margin-bottom: 0;
    font-size: 12px;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.search_r_description {
  font-weight: 300;
  margin: 0;
}

.search_r_description:not(:empty) {
  margin-top: 10px;
}

/* 検索結果用ボタン */
.search_result_btn {
    display: inline-block;
    padding: 0.3em 1em;
    text-decoration: none;
    color: rgba(102, 118, 179, 1);
    border: solid 1px rgba(102, 118, 179, 1);
    border-radius: 3px;
    transition: .4s;
}
.search_result_btn:hover {
    background: rgba(102, 118, 179, 1);
    color: white;
}

/***** menu用 *****/
.top-menu {
  padding-top: 10px;
  padding-bottom: 10px;
/*  background: url("/hc/theme_assets/1043403/200329028/top_bg.png") no-repeat #fdfdfd; */
  background-position-y: -1px;
}

.top-menu h2 {
  /* font-size: 40px; */
  font-size: 30px;
}


/***** 画像ぼーん *****/
.resize{
    width:296px;
    display:block;
    padding:1em;
    /* border:1px solid #ccc; */
    box-sizing:border-box;
    transition: all 1s ease-in-out;
}
.resize:focus{
    height:auto;
    width:70%;
    transition: all 1s ease-in-out;
    outline:none;
}

/* オントレ用 */
.ontra-tr {
  line-height: 15px;
  font-size: 12px;
  font-weight: 300;
}
.ontra-tr td {
  padding: 0px 10px 0px 10px;
}

.ontra-tag {
  line-height: 15px;
  font-size: 10px;
  font-weight: 300;
}
.ontra-tag td {
  padding: 5px 10px 2px 10px;
}
/* オントレ用ボタン1 */
.ontra-tag-square_btn {
    display: inline-block;
    padding: 0.3em 1em;
    text-decoration: none;
    color: #67c5ff;
    border: solid 2px #67c5ff;
    border-radius: 3px;
    transition: .4s;
}
.ontra-tag-square_btn:hover {
    background: #67c5ff;
    color: white;
}


/* ページ内ジャンプのボタン *//*用語一覧とか、コンテンツって何があるの？のページで使用 */
/* ボタンにリストの中黒（・）がつくので、「:not(.page_link_list)」の追記必要
　　.article-body ul:not(.page_link_list) li:before {　
　
　 ボタン内の文字がずれるので、「:not(.page_link_list)」の追記必要。なぜか3箇所。
　　.article-body ul:not(.page_link_list)
　　.article-body li:not(.page_link_item)
　　.article-body ul li:not(.page_link_item)

*/
.page_link_submenu {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.page_link_submenu p {
  font-size: 12px;
}

.page_link_submenu ul {
  margin: 10px 0 0 0;
}

.page_link_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 0;
  list-style: none;
}

.page_link_item {
  border: 1px solid rgba(238, 142, 161, 1);
  border-radius: 4px;
  box-sizing: border-box;
  color: rgba(238, 142, 161, 1);
  display: flex;
  /* flex: 1 0 200px; */
  flex: 1 0 50px;
  flex-direction: column;
  justify-content: center;
  /* margin: 0 0 30px; */
  margin: 10px 0 0 10px;
  max-width: 100%;
  text-align: center;
  height: 40px;
  line-height: 1;
}

@media (min-width: 445px) {
  .page_link_item {
    margin: 0 5px 10px;
  }
}

.page_link_item:hover, .page_link_item:focus, .page_link_item:active {
  background-color: rgba(238, 142, 161, 1);
  text-decoration: none;
}

.page_link_item:hover *, .page_link_item:focus *, .page_link_item:active * {
  color: #fff;
  text-decoration: none;
}

.page_link_link {
  color: rgba(238, 142, 161, 1);
  /* padding: 10px 20px;  */ /* IEで見た目がずれるため */
  padding: 0px 10px;

}

.page_link_title {
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 300;
  font-size: 12px;
  margin-top: 0;
}

.page_link_description {
  font-weight: 300;
  margin: 0;
}

.page_link_description:not(:empty) {
  margin-top: 10px;
}

.page_link_btn {
    display: inline-block;
    padding: 0.3em 1em;
    text-decoration: none;
    color: rgba(238, 142, 161, 1);
    border: solid 1px rgba(238, 142, 161, 1);
    border-radius: 3px;
    transition: .4s;
}
.page_link_btn:hover {
    background: rgba(238, 142, 161, 1);
    color: white;
}

.page_link-no-border {
  flex: 1 0 50px;
  margin: 0 5px 10px;
}

.link-item-wrap {
    display: flex;
    width: 100%;
    justify-content: center;
    margin: 30px 0px;
}

.link-item {
    border-radius: 4px;
    border: 1px solid #ccc;
    margin: 0 20px;
    padding: 20px;
    transition: 0.3s;
}

.link-item:hover {
  border: 1px solid #aaa;
  background: #f8f8f8;
}

.link-item img {
    width: 100%;
}

.link-item .title {
    font-weight: bold;
    text-align: center;
}

.link-item p {
    margin: 0;
}

 /* 用語集  */
.glossary .page_link_item{
    height: 60px;
    padding:0 5px;
}
.glossary .page_link_title{
    font-size: 14px;
}


@media screen and (max-width:480px) {
  .link-item-wrap {
    display: grid;
  }
  .link-item {
    margin-bottom: 20px;
  }
}

.w-10p {width: 10%;}
.w-20p {width: 20%;}
.w-30p {width: 30%;}
.w-40p {width: 40%;}
.w-50p {width: 50%;}
.w-60p {width: 60%;}
.w-70p {width: 70%;}
.w-80p {width: 80%;}
.w-90p {width: 90%;}
.w-100p {width: 100%;}
.w-100 {width: 100px;}
.w-150 {width: 150px;}
.w-200 {width: 200px;}
.w-250 {width: 250px;}
.w-300 {width: 300px;}
.w-350 {width: 350px;}
.w-400 {width: 400px;}
.mx-auto {margin: 0 auto;}

/* ページ内ジャンプのボタン 終わり*/

/* downloadアイコン表示用 シモジ*/
.download{
line-height:17px;
}
.download img{
vertical-align:middle;
margin: 2px 3px 5px ;
}
/* downloadアイコン表示用 終わり*/


/*  ★★★★機能比較ページの絞り込みのため追加　ここから（2019/8/16 茜）★★★★  */
/* 対象ページ：https://smartdb.support-dreamarts.com/hc/ja/articles/360032647312 */
.search-box_label {
    font-weight: bold;
}
.is-hide {
    display: none;
}
.search-box {
  line-height: 3;  /* ボタンとボタンの上下のすきま　茜メモ */
}

/* 改行したとき、文の始まりとタグの終わりが合うように */
li.function-indent {
padding-left:6em;
text-indent:-6em;
}

/* CSOからの依頼で、タイトルに機能追加の分類を追加。そのタグの始まり位置を調整 */
li.function-indent > strong {
  margin-left: 10px;
}
/* CSOからの依頼で、タイトルに機能追加の分類を追加。そのタグの色や大きさの指定 */
.rounded-frame-icon-red-small,.rounded-frame-icon-blue-small,.rounded-frame-icon-green-small,.rounded-frame-icon-yellow-small {
  padding: 2px 10px 3px 10px;
  margin: 0 3px;
  box-sizing:border-box;
  text-align: center;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  font-size: 14px;
}
.rounded-frame-icon-red-small { border: 1px solid #db7e86; color: #db7e86;}
.rounded-frame-icon-blue-small { border: 1px solid #2b79a3; color: #2b79a3;}
.rounded-frame-icon-green-small { border: 1px solid #8ab442; color: #8ab442;}
.rounded-frame-icon-yellow-small { border: 1px solid #db9d39; color: #db9d39;}


/*  ★★★★機能比較ページの絞り込みのため追加　ここまで（2019/8/16 茜）★★★★  */

/*  どっからこの機能入った？バインダ機能のアイコン nkmr */
.article-body .list_item .icon{
  margin:0;
}


/* ★★★★チェックボックス（スイッチ）。ここから（2019/8/20 茜）★★★★ */
/* 参考：https://copypet.jp/774/ */
/* 対象ページ：https://smartdb.support-dreamarts.com/hc/ja/articles/360032647312 */
.cp_ipcheck {
  width: 100%;
  margin: 2em auto;
  text-align: left;
}
.cp_ipcheck input {
  display: none;
}
.cp_ipcheck label {
  position: relative;
  /* display: block; */
  padding: 15px 0;
  padding-right: 35px;
  cursor: pointer;
  margin-right: 20px;  /* ボタンの横すきま　茜メモ */
}
.cp_ipcheck input[type='checkbox'] {
  position: absolute;
  visibility: hidden !important;
}
.cp_ipcheck input[type='checkbox'] + label:before,
.cp_ipcheck input[type='checkbox'] + label:after {
  position: absolute;
  top: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: -7.5px;
  content: '';
}
.cp_ipcheck input[type='checkbox'] + label:before {
  right: 0;
  width: 30px;
  height: 15px;
  border: 1px solid #e4e3e1;
  border-radius: 15px;
  background: #ffffff;
}
.cp_ipcheck input[type='checkbox'] + label:after {
  right: 15px;
  width: 15px;
  height: 15px;
  -webkit-transition: all 200ms ease-out;
          transition: all 200ms ease-out;
  border-radius: 50%;
  background: #bdbdbd;
}
.cp_ipcheck input[type='checkbox']:checked + label:after {
  right: 0;
  background: #da3c41;
}

/* ★★★★チェックボックス（スイッチ）。ここまで（2019/8/20 茜）★★★★ */







/* 画像の横に説明文 2019/8/23 茜 */
.yoshi-img,
.yoshi-text{
  display:inline-block;
  vertical-align:middle;
}
/* 画像の横に説明文 おわり 2019/8/23 茜 */

/* 申し込みボタン 用 シモジ*/

a.cp_btn {
  display: block;
  width: 230px;
  padding: 0.5em;
  text-align: center;
  text-decoration: none;
  color: #224b8f;
  border: 2px solid #224b8f;
  border-radius: 3px;
  transition: .4s;
}
a.cp_btn:hover {
  background: #224b8f;
  color: #fff;
}

.inline-block_smj {
    display: inline-block;      /* インラインブロック要素にする */
    padding:  20px;             /* 余白指定 */
    height: 100px;              /* 高さ指定 */
}
/* 申し込みボタン用終わり シモジ*/


/* アコーディオン 仲村 ↓↓↓*/
.aco-menu label {
    display: block;
    margin: 0 0 4px 0;
    padding : 15px;
    line-height: 1;
    color :#fff;
    background : #418ece;
    cursor :pointer;
}

.aco-menu input {
    display: none;
}

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

.aco-menu li {
    height: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

#menu_bar01:checked ~ #links01 li,
#menu_bar02:checked ~ #links02 li,
#menu_bar03:checked ~ #links03 li,
#menu_bar04:checked ~ #links04 li,
#menu_bar05:checked ~ #links05 li{
    height: auto;
    opacity: 1;
}

.aco01{
  width: 100%;
  table-layout: initial;
  /*border-collapse: separate;*/
}

.aco01 th{
  padding: 10px;
}

 .aco01 td{
   border: 1px solid #000;
   padding: 10px 10px 10px 15px;
   font-size: 15px;
}

.aco02{
  width: 100%;
  table-layout:  fixed;
  /*border-collapse: separate;*/
}

.aco02 th{
  padding: 10px;
}

 .aco02 td{
   border: 1px solid #000;
   padding: 10px 10px 10px 15px;
   font-size: 15px;
}

/* アコーディオンB */
.cp_actab {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 auto 10px;
  color: #fff;
}

.cp_actab input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.cp_actab label {
  font-weight: bold;
  line-height: 3;
  position: relative;
  display: block;
  padding: 0 0 0 2em;
  cursor: pointer;
  margin: 0 0 1px 0;
  background: #418ece;
}

.cp_actab .cp_actab-content {
overflow: hidden;
max-height: 0;
-webkit-transition: max-height 0.5s;
transition: max-height 0.5s;
color: #333333;
}

.cp_actab .cp_actab-content p {
margin: 1em;
font-size: 14px;
}

.cp_actab p{
margin-bottom:0px;
}

/* :checked */
.cp_actab input:checked ~ .cp_actab-content {
max-height: 150em;
}

/*チェックのアイコン（↓）*/
.cp_actab label:after{
  color: #fff;
  font-family:"FontAwesome";
  content:" \f078";
  position: absolute;
  top: 0;
  left: 0;
  width: 2em;
  height: 3em;
  margin-left: 10px;
}

/*チェックのアイコン（↑）*/
.cp_actab input:checked ~ label::after {
  color: #fff;
  font-family:"FontAwesome";
  content:" \f077";
}

/* アコーディオン 仲村 ↑↑↑*/

/* 検索のコツtable_20190917 仲村 ↓↓↓*/
.st-01{
  max-width: 700px;
  width: 100%;
  table-layout:  fixed;
}

.st-01 td{
   border: 1px solid #000;
   padding: 10px 10px 10px 15px;
   font-size: 15px;
}
/*  検索のコツtable_20190917 仲村 ↑↑↑*/

/* 性能ガイドライン20190918 仲村 ↓↓↓*/
.event-code{
    background-color: rgba(246, 250, 251, 0.5);
    max-width: 700px;
    width: 100%;
    font-size: small;
    padding: 10px;
}
/* 性能ガイドライン20190918 仲村 ↑↑↑*/

/*  QSSの表Table 仲村 2019/9/4  ↓↓↓  */
/*
.tn-col6{
  width:100%;
  table-layout: fixed;
  border: none !important;
  border-collapse: separate;
  border-spacing: 4px 4px;
}

.tn-col6 td, .tn-col6 th{
  border: 1px solid #ccc;
}

.tn-col6 th{
  border-radius: 0.3em;
  background-color: #8ab442;
}

.step{
  border: 1px solid #ffffff !important;
  background-color: #ffffff !important;
}

.steps{
  background-color: #fff7e2;
}

.trb{
  border-radius: 0.3em;
  background-color: #2b79a3;
  background-size: 30px 30px;
  margin: 0 auto;
  background-position: 0 0, 15px 15px;
  color: #FFFFFF;
  font-size: 16px;
  text-align: center;
}
*/
/*  QSSの表Table 仲村 2019/9/4  ↑↑↑  */

/*  QSSの表Table 仲村のを編集しました 2019/9/25  ↓↓↓  */

.tn-col6{
  width:100%;
  table-layout: fixed;
  border: none !important;
  border-collapse: separate;
  border-spacing: 1px;
}

.tn-col6 td, .tn-col6 th{
  border: 1px solid #FFFFFF;
}

.tn-col6 th{
  background-color: #2B79A3;
  background-position: 0 0, 15px 15px;
  color: #FFFFFF;
  padding: 10px 0;
}

.step{
  border: 1px solid #FFFFFF !important;
  background-color: #FFFFFF !important;
}

.steps{
  background-color: #FBFFF1;
}

.qss-links{
  background-color: #ECE8EF
}

.trb{
  border-radius: 0.3em;
  background-color: #B4C5E4;
  background-size: 30px 30px;
  margin: 0 auto;
  background-position: 0 0, 15px 15px;
  color: #FFFFFF;
  font-size: 16px;
}

/*  QSSの表Table 仲村 2019/9/4  ↑↑↑  */




/* 改行したとき、文の始まりとタグの終わりが合うように 善平*/
p.function-indent2 {
padding-left:2em;
text-indent:-2em;
}

p.function-indent1 {
padding-left:1em;
text-indent:-1em;
}
/* 改行したとき、文の始まりとタグの終わりが合うように 善平　おわり*/

/* 　360036528952　確認ポイント　　仲村　ここから　*/
.active3{
  padding-left: 10px;
}
/* 　360036528952　確認ポイント　　仲村　ここまで　*/


/* ★★★★FAQや検索結果のページに表示する検索ボックス ここから（2019/12/17 茜）★★★★ */
.search_box .okomari {
  margin-bottom: 40px;
}

/* ★★★★FAQや検索結果のページに表示する検索ボックス ここまで（2019/12/17 茜）★★★★ */


/* 　SmartDB自習室　　仲村　ここから　*/
.t-right{
  margin-left:330px;
}
/* 　SmartDB自習室　　仲村　ここまで　*/

/* 　イベントハンドラ　アコーディオン　　仲村　ここから　*/
.ac-box{
width: auto;
margin: 30px auto 5px;
}

.ac-box label{
max-width: 385px;
font-size: 16px;
font-weight: bold;
text-align: center;
background: #f05689;
margin: auto;
line-height: 50px;
position: relative;
display: block;
height: 50px;
border-radius: 8px;
cursor: pointer;
color: #fff;
transition: all 0.5s;
}

.ac-box label:hover{
background: rgba( 240, 86, 137, 0.55 );
-webkit-transition: all .3s;
transition: all .3s;
}

.ac-box input{
display: none;
}

.ac-box label:after{
color: #fff;
font-family:"FontAwesome";
content:" \f078";
}

.ac-box input:checked ~ label::after {
color: #fff;
font-family:"FontAwesome";
content:" \f077";
}

.ac-box div{
height: 0px;
padding: 0px;
overflow: hidden;
opacity: 0;
transition: 0.5s;
}

.ac-box input:checked ~ div{
height: auto;
padding: 5px;
background: #eaeaea;
opacity: 1;
}

.ac-box div ul li{
color: #777;
line-height: 23px;
font-size: 14px;
padding: 20px;
text-align: justify;
}
.ac-small ul li{
margin-bottom: 0px;
}

.site-discription {
    background: #f5d4d8;
    padding-bottom: 8px;
}
.site-discription p {
    display: inline-block;
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 5px;
    text-align: center;
    width: 100%;
}
.site-discription p a {
    text-decoration: underline;
}

.red-h2 {
    color: #d00237;
    font-size: 24px;
    font-weight: 500;
}
.red-h2 .fa {
    padding-right: 10px;
}

/* 　イベントハンドラ　アコーディオン　　仲村　ここまで　*/


/* 　外部リンク用アイコン　*/
.article-body a[target="_blank"]::after {
        content: "\f08e";
        font-family: "FontAwesome";
        margin-left: 5px;
}

/* 2023/01/23 トップページiframeテスト */

#iframeBlock{
    height:100%;
}
.iframeBody{
    height:100%;
}
.iframeBody iframe{
    border:none;
    width:100%;
    height:515px;
    padding:0;
    margin:0;
}
/* 2024/04/09 畠中追記（バージョンアップノウハウ） */
.top-menu-tiles .row2 li {
  list-style: none;
  text-align: center;
  padding: 1rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 50%;
  max-width: 50%;
}
.top-menu-tiles .img-outer.img05 {
  background: url(/hc/theming_assets/01HZKRR6DEN7BZ19XSD6MK3JS4) center top no-repeat;
}

.top-menu-tiles li a:hover .img-outer.img05 {
  background: url(/hc/theming_assets/01HZKRR6HT3CNXZVJY3960CTRA) center top no-repeat;
}

/* 2024/06/26 下地追記（bannerしたのボタン） */

.button-red {
    background-color: #d00034; /* 背景色 */
    color: white; /* 文字色 */
    font-weight: bold;  /* 太字 */
    padding: 6px 30px; /* パディング */
    text-align: center; /* 文字のアライメント */
    text-decoration: none; /* 文字装飾 */
    display: inline-block; /* ボタンの表示方法 */
    font-family: Arial, sans-serif; /* フォント */
    margin: 12px 2px 4px 2px; /* 外側の余白 */
    cursor: pointer; /* カーソル */
    border: none; /* ボーダーなし */
    border-radius: 4px; /* 15pxの角丸 */
    transition:all .3s ease-in-out;
}

.button-red:hover {
    background-color: #ed4e76;
}
.bnr-area {
    text-align: center;
    max-width: 600px;
    margin: 0 auto 2rem auto;
}
.bnr-area img {
  display: block;
  max-width: 600px;
  margin: 0 auto;
  transition:all .3s ease-in-out;
}
.bnr-area img:hover {
  opacity: .8;
}
.bnr-area-text-top {
  font-weight: bold;
  margin-bottom: .6rem;
}


