@charset "UTF-8";

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

.clearfix:after {
  content:" ";
  display:block;title-mark-user
  clear:both;
}

.fontcolor-gray {
  color: #ccc;
}

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: 200;
  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: 'Noto Sans Japanese', 'Helvetica Neue',"游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
*/  color: #333;
  font-weight: 100;
  margin-top: 0;
  -webkit-font-smoothing: none;
  -webkit-font-smoothing: subpixel-antialiased; \* Standard *\
  -webkit-font-smoothing: antialiased;
}

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

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

@media (min-width: 700px) {
  h1 {font-size: 46px;}
  h2 {font-size: 30px;}
  h3 {font-size: 24px;}
  h2 .h2_ja {
    border-left: 1px solid #333;
    display: inline-block;
    font-size: 30px;
    line-height: 30px;
    margin-left: 30px;
    padding-left: 30px;
  }
}

a {
  color: #2e86ab;
  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: 200;
  max-width: 100%;
  outline: none;
  transition: border .12s ease-in-out;
}

input:focus {
  border: 1px solid #2e86ab;
}

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

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url("/hc/theming_assets/01HZM2A031Y402K1DBTYRZNZ62") 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 #2e86ab;
}

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 #2e86ab;
}

.container {
  max-width: 960px;
  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;
}

/*FAQ*/
hr.qa_style {
  border-top: 1px dashed rgba(255, 145, 37, 1);
}

/***** Buttons *****/
.button, [role=button] {
  border: 1px solid #2e86ab;
  border-radius: 4px;
  color: #2e86ab;
  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: #2e86ab;
}

.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(255, 145, 37, 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: #be5e00;
  border-color: #be5e00;
}

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

.button-large, input[type=submit] {
  background-color: rgba(255, 145, 37, 1);
  border: 0;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  font-weight: 100;
  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: #be5e00;
}

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

/***** 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: 200;
  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.home {
  text-align:center;

}

table.home td.fff4e5{
  padding: 10px;
  vertical-align: middle;
  font-size:20px;
  background-color: #fff4e5;
}

table.home td.fffbf5{
  padding: 10px;
  vertical-align: middle;
  font-size:20px;
  background-color: #fffbf5;
}


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

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

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

table.type01 td,table.type02 td ,table.type03 td{
  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;
}

table.type03 td.tdpic{
  border: 1px solid #ccc;
  width:450px;
  padding:0;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.32);
}

table.type03 td.tdmemo {
  /*border: solid 1px #555;
  padding: 0.5em 1em;
  margin: 2em 0;
  color: #00BCD4;
  background: #e4fcff;背景色
  box-shadow: 5px 5px 3px rgba(0, 0, 0, 0.32);*/
}

table.type03 td.tdpoint {
  border: solid 1px #ccc;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.32);

}
table.type03 td.tdpoint .box-title {
  border-bottom: 5px solid #f93;
  color: #000;
  font-weight:bold;
  margin: 0;
  display:inline-block;
}

table.type03 td.tdpoint .box-title p {
    margin: 0;
    padding: 0;
}


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

table img {
  margin: 0;
}
/***** Forms *****/
.form {
  max-width: 650px;
}

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

.form-field label {
  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 #2e86ab;
}

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

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

.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 #2e86ab;
  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/01HZM2A0SNCYZQYP8Q2WQFMNQ9") 99% 50% no-repeat;
  background-size: 16px 16px;
}

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

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

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

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

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

.form .suggestion-list li a:visited {
  color: #18475b;
}

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

.header {
  border-top: 4px solid rgba(255, 145, 37, 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: auto;
  padding-right: 10px;
}

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

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

.nav_search {
  display: none;
  margin: 5px 0 10px 0;
  width: 100%;
}

.nav_search_sp {
  display: none;
}

.nav_search_sp i {
  color: #eb6300;
  cursor: pointer;
}

#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: #2e86ab;
  text-decoration: underline;
}

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

.nav-wrapper .icon-menu {
  display: inline-block;
  margin-right: 10px;
  color: #2e86ab;
}

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

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

.nav_info {
  display: table-cell;
  height: 70px;
  vertical-align: middle;
  color: #fff;
  font-size: 14px;
}

.nav_info:hover {
  color: #fff;
  text-decoration: none;
}

.nav_info_btn {
  background: #e0621d;
  padding: 8px 15px;
  border-radius: 5px;
}

.nav_info_btn:hover {
  background: #f17700;

}

@media (min-width: 700px) {
  .header {
    height: 90px;
  }
  .logo {
    height: 90px;
    margin-top: 0;
  }
  .logo a {
    vertical-align: middle;
  }
  .logo img {
    max-height: 48px;
  }
  .logo_text {
    font-size: 20px;
    font-weight: 100;
    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;
}

@media (max-width: 960px) {
  .nav_search {
    display: none;
  }
  .nav_search_sp {
     display: inline-block;
     float: right;
     margin: 31px 22px 0 0;
     font-size: 1.2rem;
  }
}

@media (max-width: 700px) {
  .header {
      height: 61px;
  }
  .nav_search {
    display: none;
  }
  .nav_search_sp {
     display: inline-block;
     float: right;
     margin: 14px 14px 0 0;
     font-size: 1.2rem;
  }
}

@media (max-width: 700px) {
  .header {
      height: 61px;
  }
  .nav_search {
    display: none;
  }
  .nav_search_sp {
     display: inline-block;
     float: right;
     margin: 14px 14px 0 0;
     font-size: 1.2rem;
  }
}

@media (max-width: 576px) {

  .header {
      height: 90px;
  }

  .logo {
    margin-top: 15px;
    display: block;
  }

  .logo img {
    max-height: 25px;
    margin: auto;
    padding-right: 10px;
  }
  .logo_text {
    display: block;
    vertical-align: top;
    font-size: 16px;
    text-align: center;
    margin-top: -4px;
  }
  .nav_search_sp {
     display: inline-block;
     float: right;
     margin: 27px 14px 0 0;
     font-size: 1.2rem;
  }
  .nav_right {
    margin-top: 24px;
  }
}

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

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

.other-info .toggle-menu {
  font-size: 21px;
  color: rgba(255, 145, 37, 1);
}

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

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

@media (max-width: 700px) {
  .other-info {
    display: table-cell;
  }
  .nav_info {
    display: none;
  }
}

.other-info > [role="button"] {
  border: 0;
  color: #2e86ab;
  min-width: 0;
  padding: 0;
  white-space: nowrap;
}

.other-info > [role="button"]:hover {
  color: #2e86ab;
  background-color: transparent;
}

.other-info > [role="button"]:after {
  color: #2e86ab;
  padding-right: 15px;
}

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

header .dropdown-menu {
  line-height: 1em;
  margin-top: -10px;
  font-weight: 200;
  font-size: 16px;
}

.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: #2e86ab;
  min-width: 0;
  padding: 0;
  white-space: nowrap;
}

.user-info > [role="button"]:hover {
  color: #2e86ab;
  background-color: transparent;
}

.user-info > [role="button"]:after {
  color: #2e86ab;
  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: #2e86ab;
  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(255, 145, 37, 1);
  position: relative;
}

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

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

.footer_popy img {
  width: 120px;
}

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

.footer_top a {
  color: #333;
}

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

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: 1180px) {
  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: 1180px) {
  footer .footer-wrap {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
  }
  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;
  }

}

@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: 150px;
  display: block;
}

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

@media (min-width: 768px) {
  .footer_btn {
    display: block;
    float: right;
    margin-top: 0;
    padding: 20px;
    width: 33%;
  }
  .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;
}

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

.inquiry_btn {
  background: #eb6300;
  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: #d25800;;
  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: 200;
  font-size: 13px;
  max-width: 450px;
  overflow: hidden;
  text-overflow: ellipsis;
}

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

.breadcrumbs li a:visited {
  color: #2e86ab;
}

/***** 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 *****/

/* 202206 TOP改修時に変更 ここから */
.hero {
  background: linear-gradient(90deg, rgb(229,91,0)20.492226846670395%,rgb(255,206,95) 80.49327609121431%);
  background-position: center;
  background-size: cover;
  display: block;
  height: 250px;
  position: relative;
  width: 100%;
  border-bottom: 1px solid #eee;
  margin-bottom: 4rem;
  top: -4px;
  overflow: hidden;
}

@media (max-width: 560px) {
  .hero {
    height: 200px;
    margin-bottom: 2.5rem;
  }
}

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

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

.hero-inner .mv-popy {
  position: absolute;
  left: -125px;
  bottom: -27px;
  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;
  opacity: .7;
}

/*_::-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-inner .heart {
  position: absolute;
  width: 80px;
  height: auto;
  right: -46px;
  bottom: 30px;
  opacity: .9;
  z-index: 100;
}

/*_::-webkit-full-page-media, _:future, :root .cloud-big  {
    top: -200px;
}
*/
@media (max-width: 960px) {
  .hero-inner .mv-popy {
    display: none;
  }
  .hero-inner .cloud {
    display: none;
  }
  .hero-inner .cloud-big {
    display: none;
  }
  .hero-inner .heart {
    display: none;
  }
  .hero-mask {
    overflow: visible;
  }
}

.hero-box {
  width: 90%;
  position: absolute;
  top: 45%;
  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;
      margin-top: 0;
      color: #fff;
}

.hero-inner .hero-box .cap {
      margin-bottom: 0;
      color: #fff;
}

@media (max-width: 768px) {
  .hero-inner .hero-box .mv-text {
      font-size: 24px;
  }
  .hero-inner .hero-box .cap {
    display: none;
  }
}
@media (max-width: 560px) {
  .hero-inner .hero-box .mv-text {
      font-size: 20px;
  }
}


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

#hide-sb {
/*  padding: .5rem;*/
  height: 0;
  transition: all .3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  background: #eee;
}

#hide-sb.on {
/*  padding: .5rem;*/
  height: 50px;
  visibility: visible;
  opacity: 1;
}

#hide-sb .container {
  padding: .5rem;
}

/*テキスト入力input設定*/
 .hero-inner .hero-box #mv-search #query{
  -webkit-appearance:none;/*SafariやChromeのデフォルトの設定を無効*/
  width: 100%;
  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 0 20px 60px;
  box-shadow: 0 2px rgba(6,0,1,.26);
  border: none;
  background-size: 25px 25px;
  transition: all 0.5s ease-in;
  outline: none;
  cursor: pointer;
  position: relative;
  top: 0px;
  right: 0px;
}

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


/* 202003 TOP改修時に変更 ここまで */

.hero-inner h1 {
    font-size: 1.8rem;
    text-align: center;
    font-weight: bold;
    color: #333;
}

.hero-inner span {
    color: #df620d;
    font-weight: bold;
}

.hero-inner p {
    text-align: center;
    font-size: 1rem;
/*    margin-bottom: 0;*/
}

@media (max-width: 768px) {
    .hero-inner p {
        margin-top: 0;
    }
}

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

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

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

.hero-inner .top-img-people {
  bottom: 0;
  max-width: 100%;
  right: 10%;
  padding-top: 20px;
}

.hero-inner .top-img-title {
  top: 20px;
  left: 20px;
  /*max-width: 100%;*/
  width: 48%;
  z-index: 1;
}


.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;
}
.hero-inner .top-img-title {
  top: 30px;
  left: 30px;
  /*max-width: 100%;*/
  width: 50%;
}
.hero .search_box {
  margin: 0 30px;
  max-width: 500px;
  position: absolute;
  top: 30%;
}
.hero .search_box .search input[type="search"] {
  height: 50px;
  font-size: 18px;
}

/* 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 {
  font-size: 2em;
  margin-bottom: 40px;
}

.page-header-description {
  font-weight: 200;
  margin: 0 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;
}

/***** 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(255, 145, 37, 1);
  border-radius: 4px;
  box-sizing: border-box;
  color: #2e86ab;
  display: flex;
  flex: 1 0 200px;
  flex-direction: column;
  justify-content: center;
  margin: 0 0 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(255, 145, 37, 1);
  text-decoration: none;
}

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

.blocks-item-link {
  color: rgba(255, 145, 37, 1);
  padding: 20px 30px;
}

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

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

.blocks-item-description {
  font-weight: 200;
  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;
}

.example li{
  float: left;
  margin-right: 30%;
}

.example li1{
  float: left;
  margin-right: 0px;
  text-align: center;
}

.example li2{
  float: left;
  margin-right: 30%;
  text-align: center;
}

/***** 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: #2e86ab;
  display: block;
  padding: 5px 0;
}

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

/* 202003 TOP改修時に追記 ここから */
.top-menu-area {
  padding: 1rem;
  margin-bottom: 3rem;
}
@media (max-width: 768px) {
  .top-menu-area {
    padding: 0;
  }
}

.top-menu-area-inner h2 {
  padding: 0 20px;
  width: 100%;
  border-left: 5px solid #FF9125;
  margin-bottom: 1.3rem;
  font-size: 1.375rem;
  font-weight: 700;
}

.top-menu-area-inner .bunner-outer {
  display: flex;
  margin-bottom: 2rem;
}

.top-menu-area-inner .bunner-outer li {
  width: 50%;
  border: 1px solid #ccc;
  border-radius: 8px;
}

@media (max-width: 560px) {
  .top-menu-area-inner .bunner-outer {
    display: block;
  }
  .top-menu-area-inner .bunner-outer li {
    width: 100%;
    margin-bottom: 1rem;
  }
}

.top-menu-area-inner .bunner-outer li:nth-child(odd) {
  margin-right: 5px;
}

.top-menu-area-inner .bunner-outer li:nth-child(even) {
  margin-left: 5px;
}

@media (max-width: 560px) {
  .top-menu-area-inner .bunner-outer li:nth-child(odd) {
    margin-right: 0;
  }

.top-menu-area-inner .bunner-outer li:nth-child(even) {
  margin-left: 0;
}
}

.top-menu-area-inner .bunner-outer li img {
  max-width: 100%;
  border-radius: 8px;
}

.event-area {
  padding: 1rem;
}

.event-area-inner {
  max-width: 960px;
  margin: 0 auto 3rem;
}

.event-area h2 {
  padding: 0 20px;
  width: 100%;
  border-left: 5px solid #FF9125;
  margin-bottom: 1.3rem;
  font-size: 1.375rem;
}

.event-area-inner p {
  padding: 0 .5rem;
}

.event-area ul {
  display: flex;
}

.event-area ul li {
  padding: 0 .5rem
}

@media (max-width: 640px) {
  .event-area ul {
     display: block;
  }
  .event-area ul li {
     margin-bottom: .5rem;
  }
}

.event-area ul li a img {
  width: 100%;
}

.link-area {
  padding: 1rem;
  margin-bottom: 3rem;
}

.link-area-inner {
  max-width: 960px;
  margin: 0 auto;
}


.link-area h2 {
  padding: 0 20px;
  width: 100%;
  border-left: 5px solid #FF9125;
  margin-bottom: 1.3rem;
  font-size: 1.375rem;
}

.link-area ul li {
  display: inline-block;
  width: 22%;
  text-align: center;
  border: 1px solid #eb6300;
  margin: .5rem;
  padding: 1rem;
  border-radius: 5px;
  background: ffffff;
}
@media (max-width: 640px) {
  .link-area ul li {
    width: 44%;
    padding: .5rem;
  }
}

.link-area ul li a {
  color: #333;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.about {
  padding: 0 1rem 1rem 1rem;
  margin-bottom: 3rem;
  background: #ffe579;
}

.about .about-inner {
  max-width: 960px;
  margin: 0 auto;
  padding: .6rem;
  max-width: 400px;
}

.about .about-inner p {
  margin: 0;
  text-align: center;
}

.about .about-inner p a {
  font-size: 1.1rem;
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  padding: .5rem;
  background: #FF9125;
  border-radius: 4px;
}

.about .about-inner p a:hover {
  text-decoreation: none;
}

.about .about-inner p a:after {
  content:"\f138";
  font-family: "FontAwesome";
  color: #fff;
  margin-left: .5rem;
  font-size: 1.1rem
}

/* 202003 TOP改修時に追記 ここまで */

.two-pain-outer {
  display: flex;
}

.two-pain-outer .important {
  flex: 3;
  padding-right: 3rem;
  margin-bottom: 3rem;
}

.two-pain-outer .bunner-area {
  flex: 1;
  padding-top: 5rem;
}

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

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

.important_inner {
  display: table;
  width: 100%;
  margin-bottom: 30px;
}

.important h2 {
  /*color: #fff;*/
  /*background: #eb6300;*/
  font-size: 1.375rem;
  float: left;
  margin-bottom: 0;
  padding: 0 20px;
  width: 100%;
  border-left: 5px solid #FF9125;
  margin-bottom: 1.3rem;
  font-weight: 700;
}

.important li span {
  font-size: 16px;
  color: #eb6300;
  border-radius: 4px;
  text-align: center;
  transition: 0.3s;
}

@media (min-width: 960px) {
  .important h2 {
    font-size: 1.375rem;
  }
}

.important ul {
  /*background: #f7ddd8;*/
  width: 100%;
}

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

.important li {
    padding: 20px 0;
    border-bottom: 1px solid #ccc;
    width: 100%;
    display: flex;
    align-items: center;
}

.important li .l-outer {
    display: table;
    vertical-align: middle;
    width: 218px;
}

.important li span.category {
  font-size: 14px;
  padding: 0.4rem 1rem;
  background: #eee;
  border-radius: 30px;
  margin-right: 1rem;
  width: 125px;
  text-align: center;
  display: inline-block;
  color: #333;
}

.important li span.date {
  font-size: 14px;
  padding-right: 1rem;
  width: 90px;
  color: #333;
  display: table-cell;
}

.important li span.article-link {
  flex: 1;
  color: #333;
  text-align: left;
  display: table-cell;
}
/*
@media (max-width: 700px) {
  .important li span.article-link {
      display: block;
      margin-top: 20px;
  }
}*/

.important a {
  color: #333;
}

.important .key_icon:after {
  color: #eb6300;
  content: "\f023";
  font-family: "FontAwesome";
  padding-left: 8px;
  opacity: 0.8;
}

.bunner-area li img {
  max-width: 100%;
}

.support-list-block {
  display: flex;
  width: 100%;
}

.support-list-block .list-box {
  padding: 0 1rem;
  width: 33.3%;
  display: flex;
  justify-content: center;
}

@media (max-width: 560px) {
  .support-list-block .list-box {
    padding: 0;
  }
}

@media (max-width: 960px) {
  .support-list-block .list-box {
    justify-content: left;
  }
}

.support-list-block .list-box:first-child {
  border-right: 1px solid #ccc;
}

.support-list-block .list-box:last-child {
  border-left: 1px solid #ccc;
}

.support-list-block .list-box h3 {
  font-size: 1.3rem;
}

.support-list-block .list-box:nth-child(1) h3:before {
  content:'';
  background-image: url(/hc/theming_assets/01HZM2A8EC7X02JPNSEY224KQT);
  background-size: contain;
  width: 40px;
  height: 40px;
  vertical-align: bottom;
  margin-right: 10px;
  display: inline-block;
}

.support-list-block .list-box:nth-child(2) h3:before {
  content:'';
  background-image: url(/hc/theming_assets/01HZM2A8NT8FSRMV5566JS7MT0);
  background-size: contain;
  width: 40px;
  height: 40px;
  vertical-align: bottom;
  margin-right: 10px;
  display: inline-block;
}

.support-list-block .list-box:nth-child(3) h3:before {
  content:'';
  background-image: url(/hc/theming_assets/01HZM2A8TMF7THDFHE3NPD213C);
  background-size: contain;
  width: 40px;
  height: 40px;
  vertical-align: bottom;
  margin-right: 10px;
  display: inline-block;
}

.support-list-block .list-box ul {
  padding-left: 2rem;
}

.support-list-block .list-box ul li {
  margin-bottom: 5px;
}

.support-list-block .list-box ul li:before {
  color: #FF9125;
  font-family: "FontAwesome";
  content: "\f105";
  margin-right: .8rem;
  text-decoration: none;
}

.support-list-block .list-box ul li a {
  color: #333;
  font-weight: 700;
}

.support-list-block .list-box ul li a.locked:after {
  font-family: "FontAwesome";
  content: "\f023";
  margin-left: .4rem;
  text-decoration: none;
}

.feature-area h2 {
  padding: 0 20px;
  width: 100%;
  border-left: 5px solid #FF9125;
  margin-bottom: 1.3rem;
  font-size: 1.375rem;
  font-weight: 700;
}

.feature-area .feature-block {
  margin-bottom: 3rem;
}

.feature-area .feature-block h3 {
  font-size: 1.1rem;
  font-weight: 700;
}

.feature-area .feature-block ul {
  display: flex;
  flex-wrap: wrap;
}

.feature-area .feature-block ul li {
  width: 33.3%;
  padding: .3rem;
}

@media (max-width: 991px) {
  .feature-area .feature-block ul li {
    width: 50%;
  }
}

@media (max-width: 768px) {
  .two-pain-outer {
    display: block;
    margin-bottom: 3rem;
  }

  .two-pain-outer .bunner-area {
    padding-top: 0;
  }

  .two-pain-outer .bunner-area ul {
    display: flex;
  }

  .two-pain-outer .bunner-area li:nth-child(odd) {
    margin-right: 5px;
  }

  .two-pain-outer .bunner-area li:nth-child(even) {
    margin-left: 5px;
  }

  .two-pain-outer .important {
    padding-right: 0;
  }

  .important li {
    display: block;
  }

  .important li .l-outer {
    margin-bottom: 1rem;
  }

  .support-list-block {
    display: block;
  }

  .support-list-block .list-box {
    width: 100%;
    margin-bottom: 3rem;
    border: none!important;
  }

  .feature-area .feature-block ul {
    display: block;
  }

  .feature-area .feature-block ul li {
    width: 100%;
    padding: 0.3rem 0;
  }
}

.feature-area .feature-block ul li a {
  display: flex;
  background: #f6f7f9;
  padding: .8rem 2.5rem .8rem .8rem;
  font-size: 14px;
  color: #333;
  text-decoration: none;
  border-radius: 5px;
  position: relative;
}

.feature-area .feature-block ul li a:hover {

}

.feature-area .feature-block ul li a .img {
  display: flex;
  align-items: center;
  padding-right:1rem;
}

.feature-area .feature-block ul li a .img img {
  width: 40px;
  height: 40px;
}

.feature-area .feature-block ul li a:after{
  color: #FF9125;
  font-family: "FontAwesome";
  content: "\f105";
  text-decoration: none;
  position: absolute;
  top: calc(50% - 18px);
  right: 1rem;
  font-size: 1.6rem;
}

.feature-area .feature-block ul li a .txt h4 {
  font-weight: 700;
  margin-bottom: .5rem;
}

.feature-area .feature-block ul li a .txt p {
  margin: 0;
  font-size: .8rem;
}
/***** Community section in homepage *****/

.community {
  text-align: center;
}

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

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

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

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

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

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

.recent-activity-item-parent, .recent-activity-item-link {
  margin: 6px 0;
  color: #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: 200;
}

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

.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: #2e86ab;
  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(255, 145, 37, 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(255, 145, 37, 1);
  font-family: "FontAwesome";
  content: "\f105";
  padding-right: 5px;
}

.icon-star:before {
  color: #2e86ab;
  font-size: 18px;
}

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

.article-promoted:after {
  content: "NEW";
  border: 1px solid #db4242;
  padding: 4px 5px;
  margin-left: 5px;
  font-size: 0.6em;
  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-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  border-radius: 0px;
  /*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(255, 145, 37, 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: 20px;
  margin-top: 20px;
}

.article-header h1 {
  font-size:2em;
}

@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(255, 145, 37, 1);
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 30px;
  margin-top: 40px;
  padding-left: 10px;
}

.article-body h3 {
  border-left: 7px double rgba(255, 145, 37, 1);
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 20px;
  margin-top: 20px;
  padding-left: 10px;
}

.article-body h4 {
  font-weight: 700;
  margin-top: 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: 0;
}

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

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

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

.article-body ul {
  text-indent: -6px;
}

.article-body ul li {
  line-height: 1.7;
  margin-bottom: 10px;
}

.article-body ul li:before {
  content: '';
  width: 6px;
  height: 6px;
  display: inline-block;
  border-radius: 100%;
  background: rgba(255, 145, 37, 1);
  position: relative;
  left: -15px;
  top: -3px;
}

.article-body li {
  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-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: #2e86ab;
}

.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(255, 145, 37, 1);
  color: rgba(255, 145, 37, 1);
  font-size: 18px;
  padding: 5px 15px 5px 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(255, 145, 37, 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(255, 145, 37, 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(255, 145, 37, 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(255, 145, 37, 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: 200;
}

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

.article-comment-count .icon-comments {
  color: #2e86ab;
  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;
  }
}

.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(255, 145, 37, 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 #2e86ab;
  color: #2e86ab;
  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: #2e86ab;
}

.article-vote:hover {
  background-color: #2e86ab;
  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: 200;
  padding: 10px 0;
}

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

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

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

.article-sidebar-item {
  border-radius: 4px;
  display: block;
  float: right;
  font-size: 12px;
  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(255, 145, 37, 1);
  font-family: "FontAwesome";
  content: "\f105";
  padding-right: 5px;
}

.important_message {
  background: #ffaa6c;
  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: #2e86ab;
}

.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: 200;
  font-size: 13px;
  margin-bottom: 0;
}

.comment-callout a {
  color: #2e86ab;
}

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

.comment-sorter a {
  color: #666;
  font-weight: 200;
  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 #2e86ab;
  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: 200;
  font-size: 13px;
}

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

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

.comment-body {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  font-family: 'Noto Sans Japanese', 'Helvetica Neue',"游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "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: #18475b;
}

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

/***** 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: #2e86ab;
}

.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 .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/01HZM2AFR0V1GE46B8NW73C2KN);
  margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

.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: #2e86ab;
  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 #2e86ab;
  content: attr(data-follower-count);
  color: #2e86ab;
  display: inline-block;
  font-family: 'Noto Sans Japanese', 'Helvetica Neue',"游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "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 #2e86ab;
  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: #2e86ab;
  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: #2e86ab;
}

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

.striped-list-count {
  color: #666;
  font-weight: 200;
  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: 200;
  text-align: center;
}

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

/***** 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: #2e86ab;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.post-content {
  font-family: 'Noto Sans Japanese', 'Helvetica Neue',"游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "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: 200;
  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: #18475b;
}

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

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

.post-comment-count .icon-comments {
  color: #2e86ab;
  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(255, 145, 37, 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(255, 145, 37, 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: #2e86ab;
  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(255, 145, 37, 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: #ffab58;
  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: 200;
}

@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 label{
  display: block;
}

.request-main .comment-ccs li:first-child > label {
  padding-top: 5px;
}

.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 #2e86ab;
}

.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 #2e86ab;
}

.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: 200;
  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: 500;
}

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

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



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

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

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

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

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

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

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

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

.search-result-votes::before, .search-result-meta-count::before {
  color: #2e86ab;
}

[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 {
  display: inline-block;
  margin: 0 5px;
}

/***** Pagination *****/
.pagination {
  margin-bottom: 80px;
  text-align: center;
}

.pagination * {
  display: inline-block;
}

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

@media (min-width: 768px) {
  .pagination li {
    height: 35px;
    width: 35px;
  }
}

[dir=rtl] .pagination li {
  float: right;
}

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

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

.pagination li:active span {
  text-decoration: none;
}

.pagination a, .pagination span {
  font-size: 20px;
  color: #666;
  padding: 4px 12px;
}

@media (min-width: 768px) {
  .pagination a, .pagination span {
    font-size: 20px;
    padding: 2px 12px;
  }
}

.pagination-current {
  background-color: rgba(255, 145, 37, 1);
}

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

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

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

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

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

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

.meta-group * {
  display: inline;
}

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

.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,
.attachments .attachment-item:before,
.actions .dropdown-toggle:before,
.collapsible-nav-list li[aria-selected=true]::after,
.collapsible-sidebar-title:after {
  font-family: "copenhagen-icons";
  font-style: normal;
  speak: none;
  line-height: 1em;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  color: #ff7e00;
}
[class^="icon-"]:before,
[class*=" icon-"]:before,
.icon,
.article-vote:before,
.share a:before,
.vote-up:before,
.vote-down:before,
.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;
  color: #2e86ab;
}

.search_area .search:before {
  font-size: 1.5em;
  padding: 0 15px;
}
.search_area .search input[type="search"] {
  padding-left: 80px;
}

.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: #2e86ab;
  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: 200;
  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 #2e86ab;
  border-radius: 4px;
  color: #2e86ab;
  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: 200;
  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: 200;
  margin: 0;
}

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


/***** FAQ Blocks *****/

.top-faq {
  padding-top: 80px;
  padding-bottom: 40px;
  background-position-y: -1px;
}

.sdb.top-faq {
}



.top-faq h2, .top-information h2 {
  font-size: 40px;
  text-align: center;
}

.top-faq h2:after, .top-information h2:after {
    position: absolute;
    content: '';
    width: 40px;
    height: 3px;
    left: 50%;
    margin: 18px 0 0 -20px;
    display: block;
    background: #f69600;
}

.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(255, 145, 37, 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: #ff8916;
}

.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(255, 145, 37, 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: #ff9125;
  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: #ff8916;
}

.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: #ff9125;
  padding: 30px 0;
}

.top-search .search {
  width: 100%;
}
.top-search h2 {
  text-align: center;
  color: #fff;
}

.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%;
    padding-bottom: 20px;
  }
  .top-search .search {
    width: 550px;
    display: inline-block;
  }
  .top-search .search input[type="search"] {
    height: 60px;
    font-size: 20px;
  }
  .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: 60px;
  padding-bottom: 40px;
  background-position-y: -1px;
}

.top-information h2 {
  font-size: 40px;
  margin-bottom: 60px;
}

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

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

/* Categories Button */

.top-categories-btn-area .container {
  max-width: 600px;

}

.top-categories-btn-area {
  padding: 0 0 40px 0;
}

.top-categories-btn-area a {
  color: rgba(255, 145, 37, 1);
}

.top-categories-btn-area .top-btn {
  border: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #fff;
  display: inline-block;
  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-categories-btn-area .top-btn:last-child {
  margin-bottom: 0;
}

.top-categories-btn-area .top-info-btn-text {
  display: block;
  float: left;
  font-size: 24px;
  margin: 0 auto;
  text-align: center;
  /*width: 90%; */
  width: 100%;
}
  @media (min-width: 640px) {
    .top-categories-btn-area .top-btn {
      width: 45%;
      margin-top: 10px;
      margin-bottom: 40px;
    }
    .top-categories-btn-area .top-btn:last-child {
      margin-right: 0;
    }
    .top-categories-btn-area .btn_mr {
      display: inline-block;
      margin-right: 10%;
    }

    .top-categories-btn-area .btn_ml {
      display: inline-block;
      margin-right: 28%;
      margin-left: 28%;
    }

    .top-categories-btn-area a {
      padding: 10px 20px 10px 20px;
    }
  }

  .top-categories-btn-area .top-btn:hover *,
  .top-categories-btn-area .top-btn:focus *,
  .top-categories-btn-area .top-btn:active * {
    color: #fff;
  }

    .top-categories-btn-area .top-btn:hover {
      color: #fff;
      background: #f17700;
    }
  .top-categories-btn-area .key_icon:after {
    font-family: "FontAwesome";
    content: "\f023";
    color: #ffc48b;
    padding-left: 15px;
  }
  .top-categories-btn-area .icon-faq,.top-categories-btn-area .icon-info  {
    margin-bottom: 20px;
    margin-top: 15px;
  }
    .top-categories-btn-area .icon-faq:before,  .top-categories-btn-area .icon-info:before {
    font-family: "FontAwesome";
    color: #ffc48b;
    display: block;
    font-size: 60px;
    margin-bottom: 15px;
    }
  .top-categories-btn-area .icon-faq:before {
    content: "\f128";
  }
  .top-categories-btn-area .icon-info:before {
    content: "\f129";
  }

/* Information Button */

.top-info-btn-area {
  background: #ff9125;
  padding: 30px 0;
}

.top-info-btn-area a {
  color: #555;
}

.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(255, 145, 37, 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: #f17700;
  }

  .top-info-btn-area .key_icon:after {
    font-family: "FontAwesome";
    content: "\f023";
    color: #ffc48b;
    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: #a4714f;
}

.top-pickup-btn-area .pickup-support:hover {
  background: #82593e;
}

.top-pickup-btn-area .pickup-module {
  background: #aacc03;
}

.top-pickup-btn-area .pickup-module:hover {
  background: #809a02;
}

.top-pickup-btn-area .pickup-doc {
  background: #eb6300;
}

.top-pickup-btn-area .pickup-doc:hover {
  background: #b84e00;
}

.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: 200;
  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: #eb6300;  border-bottom-color: #eb6300;}
.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%;
}

.memo-wrap {
  border-left: 4px solid #eee;
  padding-left: 20px;
  margin-bottom: 80px;
}

.text-right {
  text-align: right;
}

/*アイコン 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 #eb6300;
}
.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;
}

/*アイコン 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 {
}

/*リクエスト詳細*/
#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;}


/* 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(255, 145, 37, 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-btn-area {
  background-position-y: -1px;
  border-top: 10px solid rgba(255, 145, 37, 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;
  }
}

/* parts */

.point-gray,.point-yellow,.point-red,.point-blue,.point-green,.point-purple {
  border-radius: 4px;
  padding: 20px;
  margin-top : 20px;
  margin-bottom: 20px;
}
.point-slim {
  padding: 8px 20px; 
  margin-top: 10px;
  margin-bottom: 10px;
}

.point-gray h3,.point-yellow h3,.point-red h3,.point-blue h3,.point-green h3,.point-purple 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  {
  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-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;}

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;
}
h3.title-pen:before {
  content: "\f044";
  font-family: "FontAwesome";
  padding-right: 10px;
}
h3.title-light:before {
  content: "\f0eb";
  font-family: "FontAwesome";
  padding-right: 10px;
}
h3.title-mark-youtube:before {
  content: "\f167";
  font-family: "FontAwesome";
  padding-right: 10px;
}
h4.title-mark-check:before {
  content: "\f00c";
  font-family: "FontAwesome";
  padding-right: 10px;
}
.title-mark-user:before {
  content: "\f007";
  font-family: "FontAwesome";
  padding-right: 10px;
}
.title-mark-cog:before {
  content: "\f013";
  font-family: "FontAwesome";
  padding-right: 10px;
}
.title-mark-hand-point-right:before {
  content: "\f0a4";
  font-family: "FontAwesome";
  padding-right: 10px;
}

.manual-header {
  display: flex;
  width: 100%;
}

.manual-header .list-box {
  padding: 0 1rem;
  width: 33.3%;
  display: flex;
}

@media (max-width: 560px) {
  .manual-header .list-box {
    padding: 0;
  }
}

@media (max-width: 960px) {
  .manual-header .list-box {
    justify-content: left;
  }
}

.manual-header .list-box h3 {
  font-size: 1.3rem;
}

.manual-header .list-box ul {
  margin-left: 0;
}

.content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.point-left {
  position: relative;
}
.point-right {
/*
  position: absolute;
  right: 15px;
  top: 0;
*/
}
.point-right img {
  max-width: none;
}
.point-title {
  width: 140px;
}
.point-value {
  flex: 1;
}
.dictionary {
  display: flex;
  justify-content: space-between;
  align-items: start;
}

/*エラーページ*/

.error-page {
  margin-top: 60px;
  margin-bottom: 100px;
}

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

/* 稼働率ページ */
.availabilityInfo td {
    border: 1px solid #ccc;
    text-align: center;
    width: 140px;
}
.availabilityInfo thead {
  color: white;
  background-color: #999;
}

/* 履歴テーブル */
.historyInfo td {
    border: 1px solid #ccc;
    text-align: left;
    width: 140px;
    padding: 0 5px;
}
.historyInfo thead {
  color: white;
  background-color: #999;
}

/* 機能ガイド用 */

.dialogue-img {
  padding-right: 20px;
}

.dialogue-gray,.dialogue-yellow,.dialogue-red,.dialogue-blue,.dialogue-green,.dialogue-purple,
.dialogue-gray-bg,.dialogue-yellow-bg,.dialogue-red-bg,.dialogue-blue-bg,.dialogue-green-bg,.dialogue-purple-bg {
  padding: 0px 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-gray-bg { box-shadow: 3px 3px #ddd;background: #eee;}
.dialogue-yellow-bg { box-shadow: 3px 3px lighten(#db9d39, 35%);background: lighten(#db9d39, 40%);}
.dialogue-red-bg { box-shadow: 3px 3px lighten(#db7e86, 18%);background: lighten(#db7e86, 25%);}
.dialogue-blue-bg { box-shadow: 3px 3px lighten(#2b79a3, 40%);background: lighten(#2b79a3, 50%);}
.dialogue-green-bg { box-shadow: 3px 3px lighten(#8ab442, 35%);background: lighten(#8ab442, 40%);}
.dialogue-purple-bg { box-shadow: 3px 3px lighten(#676c99, 35%);background: lighten(#676c99, 40%);}

.dialogue-left {
  display: table;
}

.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-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-gray, .dialogue-left-yellow, .dialogue-left-red, .dialogue-left-blue, .dialogue-left-green, .dialogue-left-purple {
  position: relative;
  display: table-cell;
  padding:0px  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 {
  content: "";
  position: absolute;
  top: 50%; left: -20px;
  margin-top: -10px;
  display: block;
  width: 0px;
  height: 0px;
  z-index: -1;
}

/* 2017秋バージョンCSSテスト中 */


.h3-w-img {
  font-size: 24px;
  color: #ff9125;

}

.h3-w-img img {
  vertical-align: middle;
  height: 64px;
  padding: 0 8px 0 0;
}

/* 2018春バージョンから画像上下padding調整

td.dialogue-yellow-bg img {
  margin-top: 0px !important;
}

td.dialogue-blue-bg img {
  margin-top: 0px !important;
}

td.dialogue-red-bg img {
  margin-top: 0px !important;
}

table img {
  margin-top: 0px;
  margin-bottom: 0px;
}

*/
.tag {
  background:#2b79a3;
  color:#ffffff;
  word-break:break-all;
  border-radius:4px;
  padding:1px 10px;
  margin:0 5px;
  width:60px;
  box-sizing:border-box;
  text-align:center;
  white-space:nowrap;
}

.template-tag {
  background:#fcdba9;
  color:#ffffff;
  border: solid #fcdba9;
  word-break:break-all;
  border-radius:4px;
  padding:1px 10px;
  margin:0 90px 0 5px;
  width:60px;
  box-sizing:border-box;
  text-align:center;
  white-space:nowrap;
}

.function-tag {
  background:#88cb7f;
  color:#ffffff;
  word-break:break-all;
  border-radius:4px;
  padding:1px 10px;
  margin:0 5px;
  width:60px;
  box-sizing:border-box;
  text-align:center;
  white-space:nowrap;
}

.word-tag {
  background:#eae5e3;
  color:#0d0015;
  word-break:break-all;
  border-radius:4px;
  padding:1px 10px;
  margin:0 5px;
  width:60px;
  box-sizing:border-box;
  text-align:center;
  white-space:nowrap;
}

.impacted-release-tag {
  background:#e71348;
  color:#ffffff;
  word-break:break-all;
  border-radius:4px;
  padding:1px 10px;
  margin:0 0;
  width:60px;
  box-sizing:border-box;
  text-align:center;
  white-space:nowrap;
}

.table-template {
/*  width:700px;
  text-align:center;
  vertical-align:top;
  table-layout: fixed;
*/

}
/*
.maru{
    display: inline-block;
    width: 11px;
    height: 11px;
    border-radius: 22px;
    background-color: #e82a2a;
    color: #fff;
    text-align: center;
    line-height: 22px;
    margin: 0px 0px 15px 1px;*/

/*2022.4 バナー用に追加*/
.banner-area ul {
  display: flex;
}

.banner-area ul li {
  padding: 0 .5rem
}

.banner-area ul li:before {
  background: white;
}

@media (max-width: 640px) {
  .banner-area ul {
     display: block;
  }
  .banner-area ul li {
     margin-bottom: .5rem;
  }
}

.banner-area ul li a img {
  width: 80%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/*2022.4 バナー用に追加*/

/*2022.4 まるわかり用に追加*/
.article-area {
  padding: 0.5rem;
  margin-bottom: 3rem;
}

.article-area-inner {
  max-width: 960px;
  margin: 0 auto;
}

.article-area-inner .box-outer {
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 640px) {
  .article-area-inner .box-outer {
     display: block;
  }
}
/*
.article-area-inner h2 {
  padding: 0 20px;
  width: 100%;
  border-left: 5px solid #FF9125;
  margin-bottom: 1.3rem;
  font-size: 1.375rem;
}
*/
.article-area-inner .box {
  width: 33%;
  padding: 0 .5rem;
}

.article-area-inner .box .box-inner {
  border: 1px solid #eee;
}

.article-area-inner .box .box-inner .box-high {
  text-align: center;
  background: #fcfbf2;
  padding: 2rem 1rem;
}

.article-area-inner .box .box-inner .box-high h3 {
  margin: 0;
}

.article-area-inner .box .box-inner .box-low {
  padding: 1rem;
  min-height: 130px;
}

.article-area-inner .box .box-inner .box-low ul {
  padding-left: 0px;
  margin: 0 0 0 16px;
}
/*
.article-body ul li:before {
  background: none;
}
*/
@media (max-width: 640px) {
  .article-area-inner .box-outer {
     display: block;
  }
  .article-area-inner .box {
    width: 100%;
    margin-bottom: 1rem
  }
  .article-area-inner .box .box-inner .box-low {
    min-height: auto;
  }
}

.spec-area-inner h2 {
   margin-top: 30px;
   margin-bottom: 20px;
}


/*2022.4 まるわかり用に追加*/

.mark-lock:before {
  content: "\f023";
  font-family: "FontAwesome";
  padding-left: 10px;
}

.map-area {
  padding: 1rem;
  margin-bottom: 3rem;
}

.map-area-inner {
  max-width: 960px;
  margin: 0 auto;
}


.map-area h2 {
  padding: 0 20px;
  width: 100%;
  border-left: 5px solid #FF9125;
  margin-bottom: 1.3rem;
  font-size: 1.375rem;
}

.map-area ul li {
  display: inline-block;
  width: 30%;
  text-align: center;
  border: 1px solid #eb6300;
  margin: .5rem;
  padding: 1rem;
  border-radius: 5px;
  background: ffffff;
}
@media (max-width: 640px) {
  .map-area ul li {
    width: 44%;
    padding: .5rem;
  }
}

.map-area ul li a {
  color: #333;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.map-area ul li:before {
  background: none;
}

.map-area ul li div {
  text-align: left;
}

h2.title-mark-func {
  border-left: none;
  padding-left: 0px;
}
h2.title-mark-func:before {
  content: "\f00c";
  font-family: "FontAwesome";
  padding-right: 10px;
  font-weight: 400;
  color: #ff9125;
}

h2.title-mark-sean {
  border-left: none;
  padding-left: 0px;
}
h2.title-mark-sean:before {
  content: "\f0c0";
  font-family: "FontAwesome";
  padding-right: 10px;
  font-weight: 400;
  color: #ff9125;
}

h2.title-mark-use {
  border-left: none;
  padding-left: 0px;
}
h2.title-mark-use:before {
  content: "\f013";
  font-family: "FontAwesome";
  padding-right: 10px;
  font-weight: 400;
  color: #ff9125;
}
h2.title-mark-relation {
  border-left: none;
  padding-left: 0px;
}
h2.title-mark-relation:before {
  content: "\f20e";
  font-family: "FontAwesome";
  padding-right: 10px;
  font-weight: 400;
  color: #ff9125;
}

h2.title-mark-link {
  border-left: none;
  padding-left: 0px;
}
h2.title-mark-link:before {
  content: "\f0c1";
  font-family: "FontAwesome";
  padding-right: 10px;
  font-weight: 400;
  color: #ff9125;
}

/* 2022.9.20 FAQ BeforeAfter記事用 */
.before_after_outer {
  display: flex;
  padding: 0 !important;
  margin: 0 !important;
}
.before_after_outer li {
  width: 50%;
}
.before_after_outer li:nth-child(odd) {
  margin-right: 5px;
}
.before_after_outer li:nth-child(even) {
  margin-left: 5px;
}
.before_after_outer li:before {
  content: none !important;
}

@media (max-width: 560px) {
  .before_after_outer {
    display: block;
  }
  .before_after_outer li {
    width: 100%;
  }
}
/* 2022.9.20 FAQ BeforeAfter記事用 */

/* ２０２３．５．１７ リリース記事用 */
.simple-frame {
  border: 1px solid #eee;
  padding: 4px;
}
/* ２０２３．５．１７ リリース記事用 */