@charset "UTF-8";
/*
h2のほう
.sub_title {
    padding-bottom: 0.3em;
    padding-left: 0;
    margin-top: 2em;
    font-size: 2em;
    border-bottom: 3px solid #dddddd;
}

h３のほう
.article_heading {
    margin: 25px 0 18px 0;
    padding: 0.5em;
    line-height: 1.4;
    padding-left: 0;
    color: #006FB9;
    font-size: 1.5em;
}
*/


/***** Base *****/
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
* {
  box-sizing: border-box;
  font-family: 'Noto Sans JP', sans-serif !important;
}

body {
  background-color: #ffffff;
  color: rgba(22, 20, 12, 1);
  font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

/* メールアドレス記載時用 */
span.at_sign::before {content: "@";}
/* 枠線用スタイル */
img.img_border,
.img_border img {border:1px solid #D4D4D4;}

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

h1, h2, h3, h4, h5, h6 {
  font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-weight: 400;
  margin-top: 0;
}

h1 {
  font-size: 32px;
    font-weight: bold;
}
h1.answer{
  font-size: 1.7em;
  line-height: 1.3;
  padding: 0.4em 0;
  padding-left: 2.2em;
  position: relative;
  text-indent: -1.9em;
}
h1.answer::before {
  content: "A.";
  font-size: 1.7em;
  color: #0092d1;
  margin-left: -0.11em;
  padding-right: 0.15em;
}
h1.answer small {
    display: inline;
    font-size: 0.6em;
    font-weight: normal;
}
@media (max-width: 768px) {
  h1 {
    font-size: 1.7em;
  }
  h1.answer,
  h1.answer::before{
    font-size: 1.2em;
    margin-left: 0.15em;
    padding-right: 0.3em;
  }
  h1.answer{
    padding-left: 1.6em;
  }
}

h2 {
  font-size: 18px;
    font-weight: bold;
}
@media (max-width: 768px) {
  h2 {
    font-size: 1.2em;
  }
}
h3 {
  font-size: 18px;
  font-weight: 600;
}
.interview h3 {
 /*color: #018ccf;*/
}
@media (max-width: 768px){
  .interview h3 {
    font-size: 1em;
    line-height: 1.6;
  }
}

h4 {
  font-size: 18px;
  font-weight: bold;
}

a {
  color: rgba(0, 146, 209, 1);
  text-decoration: none;
}

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

a:hover img{
  opacity: 0.7;
}

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

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

input[type="checkbox"]{
  width: auto;
}

input:focus {
  border: 1px solid rgba(0, 146, 209, 1);
}

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

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

select:focus {
  border: 1px solid rgba(0, 146, 209, 1);
}

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

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

textarea:focus {
  border: 1px solid rgba(0, 146, 209, 1);
}

.wysiwyg-font-size-small {
    font-size: 0.8em;
}

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

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

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

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

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

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

.dropdown-toggle::after {
  color: inherit;
}
.youtube_wrap{
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  margin-bottom:2em;
}
.youtube_wrap.sp {
		max-width: 318px;
    width: 100%;
    padding-top: 168.25%;
    margin: 0 auto;
    margin-bottom: 2em;
}
.youtube_wrap iframe{
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.youtube_wrap.timecardform{
  padding-top: 173.25%
}

@media (max-width: 768px) {
  .youtube_wrap.timecardform{
    padding-top: 563.25%
  }
}


.a_blank{
  display: inline-block;
    padding-left: 1.7em;
    text-decoration: underline;
    background:url(/hc/theming_assets/01HZKWD4QPBF3XZ5F0FRG0WM4P) no-repeat 0 0.2em;
    background-size: 1.5em;
  text-indent: 0;
} 
a:hover .a_blank{
    background:url(/hc/theming_assets/01HZKWFH121EA19F39BRD99GK6) no-repeat 0 0.2em;
    background-size: 1.5em;
} 
a.a_pdf{
  display: inline-block;
    padding-left: 1.7em;
    text-decoration: underline;
    background:url(/hc/theming_assets/01HZKWD6ZSN0N6SF7R5BZTQNMR) no-repeat 0 0;
    background-size: 1.3em;
} 



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

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

.button::after, [role="button"]::after {
  color: #595857
}

.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(0, 146, 209, 1);
  color: #ffffff;
  text-decoration: none;
}

.button[aria-selected="true"]:hover, .button[aria-selected="true"]:focus, .button[aria-selected="true"]:active, [role="button"][aria-selected="true"]:hover, [role="button"][aria-selected="true"]:focus, [role="button"][aria-selected="true"]:active {
  background-color: #004b6b;
  border-color: #004b6b;
}

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

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

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

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

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

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

.button-secondary:hover, .button-secondary:focus, .button-secondary:active {
  color: rgba(22, 20, 12, 1);
  border: 1px solid #ddd;
  background-color: #f7f7f7;
}

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

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

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

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

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

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

.table td {
  display: block;
}

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

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

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

.table-terms {
  width: 100%;
  table-layout: fixed;
  border: 1px solid;
}

.table-terms th {
  width: 100%;
  table-layout: fixed;
  border: 1px solid;
}

.table-terms td {
  width: 100%;
  table-layout: fixed;
  border: 1px solid;
  vertical-align: top;
}
  .table_nomal table {
    width:100%;
    table-layout: fixed;
  }
  .table_nomal table th {
    border: solid 1px #d3d3d3;
    text-align: center;
    color:#fff;
    background-color: #0093D2;
}
  .table_nomal table td {
    border: solid 1px #d3d3d3;
    padding:0.5em 1.5%;
}
.table_nomal table td p{
  margin:0;
}
.table_nomal.v_top td{
  vertical-align:top;
}

/***** 障害詳細ページのテーブル *****/
.table_nomal.incident table th{
  padding: 0.7em;
}

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

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

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

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

.form-field input:focus {
  border: 1px solid rgba(0, 146, 209, 1);
}

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

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

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

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

.form-field .nesty-input:focus {
  border: 1px solid rgba(0, 146, 209, 1);
  text-decoration: none;
}

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

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

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

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

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

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

.form footer a {
  color: #585030;
  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: #004b6b;
}

#cs_contact .form_msg{
  font-weight:bold;
  color:#ff5c5c;
}


/***** Header *****/
.header {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 5%;
  position: relative;
  align-items: center;
  display: flex;
  height: 71px;
  justify-content: space-between;
  box-shadow: 0 8px 20px -10px #CCC;
}
@media (min-width: 1160px) {
  .header {
    padding: 0;
    width: 90%;
  }
}

.logo img {
  max-height: 50px;
}

.user-nav {
  display: inline-block;
  position: absolute;
}


@media (min-width: 768px) {
  .user-nav {
    position: relative;
  }
}

.user-nav[aria-expanded="true"] {
  background-color: #fff;
  box-shadow: 0px 0px 0px 0 rgb(0 0 0 / 15%), 0 4px 10px 0 rgb(0 0 0 / 10%);
  border-top: solid 1px #ddd;
  right: 0;
  left: 0;
  top: 55px;
  z-index: 1;
}

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

.nav-wrapper a {
  border: 0;
  color: rgba(0, 146, 209, 1);
  display: none;
  font-size: 14px;
  padding: 0 2em 0 0;
  width: auto;
}

@media (min-width: 768px) {
  .nav-wrapper a {
    display: inline-block;
  }
}

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

.nav-wrapper a:hover, .nav-wrapper a:focus, .nav-wrapper a:active {
  background-color: transparent;
  color: rgba(0, 146, 209, 1);
  text-decoration: underline;
}

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

.nav-wrapper .icon-menu {
  display: inline-block;
  margin-right: 10px;
  color: rgba(0, 146, 209, 1);
  right: 5%;
  position: absolute;
  top: 30%;
}

@media (min-width: 768px) {
  .nav-wrapper .icon-menu {
    display: none;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/***** Footer *****/
.footer {
  border-top: 1px solid #ddd;
  margin-top: 7em;
  padding: 20px 0 10px;
}

.footer a {
  color: #585030;
}

.footer-inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 5%;
  display: flex;
  justify-content: space-between;
}

@media (min-width: 1160px) {
  .footer-inner {
    padding: 0;
    width: 90%;
  }
}

.footer-language-selector {
  color: #585030;
  display: inline-block;
  font-weight: 300;
}

/***** Breadcrumbs *****/
.breadcrumbs {
  margin: 0 1em 1em 0;
  padding: 0;
}
@media (max-width: 768px) {
  .container .sub-nav .breadcrumbs {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    overflow: auto;
    white-space: nowrap;
  }
}


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

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

.breadcrumbs li a:visited {
  color: rgba(0, 146, 209, 1);
}

/***** Search field *****/
.search {
  position: relative;
  margin: 0;
  width: 100%;
}

/* 2020/2/20 野条　TOP変更 */
@media screen and (max-width: 768px){
.search {
  position: relative;
  margin: 0 ;
} }
.search input[type="search"] {
  border: 1px solid #ddd;
  border-radius: 30px;
  box-sizing: border-box;
  color: #999;
  height: 40px;
  padding-left: 40px;
  padding-right: 20px;
  -webkit-appearance: none;
  width: 100%;
}
[dir="rtl"] .search input[type="search"] {
  padding-right: 40px;
  padding-left: 20px;
}
.search input[type="search"]:focus {
  border: 1px solid rgba(0, 146, 209, 1);
  color: #555;
}
.search::before {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  color: #ddd;
  content: "\1F50D";
  font-size: 18px;
  position: absolute;
  left: 15px;
}
[dir="rtl"] .search::before {
  right: 15px;
  left: auto;
}
.search-full input[type="search"] {
  border: 1px solid #fff;
}
.search input[type="search"]:focus::-webkit-input-placeholder {color:transparent;}
.search input[type="search"]:focus::-moz-placeholder {color:transparent;}
.search input[type="search"]:focus::-ms-input-placeholder {color:transparent;}
.search input[type="search"]:focus::placeholder {color:transparent;}

/***** Hero component *****/
.hero {
  background-position: center;
  background-size: cover;
  padding: 0 20px;
  height: 84px;
  padding-top: 10px;
  text-align: center;
  width: 100%;
}

.hero.home {
  height: 190px;
  padding: 0 20px;
}

.hero-inner {
  position: relative;
  top: 43%;
  transform: translateY(-50%);
  margin: 0 auto;
  display: flex;
  width: 100%;
  max-width: 1160px;
}
.home .hero-inner {
  max-width: 1160px;
  display:block;
}
.hero-inner>div {
  width: 360px;
}
.home .hero-inner>div {
  width: auto;
  margin-bottom: 1em;
}
@media (max-width: 768px) {
  .hero-inner>div {
    width: auto;
  margin-bottom: 1em;
  }
}
.page-header {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 10px 0;
}

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

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

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

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

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

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

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

.sub-nav {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 50px;
    margin-top: 1em;
}

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

@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(0, 146, 209, 1);
  border-radius: 4px;
  box-sizing: border-box;
  color: #4B585E;
  margin: 0 0 30px;
  max-width: 100%;
}

@media (min-width: 768px) {
  .blocks-item {
    margin: 0 15px 30px;
  }
}
@media (max-width: 768px) {
  .blocks-item {
    text-align: left;
  }
}


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

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

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

.blocks-item-internal a {
  color: rgba(22, 20, 12, 1);
}

.blocks-item-link {
  color: rgba(0, 146, 209, 1);
  padding: 20px 30px;
}
.blocks-item:first-child .blocks-item-link {
  color: red;
}

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

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

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

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

/***** Homepage *****/

/* 2020/2/20 野条　TOP改善
.section {
  margin-bottom: 40px;
}

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

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

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

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

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

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

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

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

@media (min-width: 1024px) {
  .promoted-articles-item:last-child a {
    border-bottom: 1px solid #ddd;
  }
}

/***** Community section in homepage *****/
.community {
  text-align: center;
}

.community-image {
  min-height: 300px;
  background-image: url(/hc/theming_assets/01HZKWFQGG1W83CRRT4421Q7Q8);
  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: rgba(22, 20, 12, 1);
  display: inline-block;
  width: 100%;
}

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

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

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

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

.recent-activity-item-time, .recent-activity-item-comment {
  color: #585030;
  display: inline-block;
  font-size: 13px;
  font-weight: 300;
}

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

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

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

.recent-activity-item-comment span::before {
  color: rgba(0, 146, 209, 1);
  content: "\1F4AC";
  display: inline-block;
  font-size: 15px;
  padding-right: 3px;
  vertical-align: middle;
}

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

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

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

.category-content {
  flex: 1;
}

/*@media (min-width: 1024px) {*/
  /*.category-content {*/
    /*flex: 0 0 80%;*/
  /*}*/
/*}*/

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

@media (min-width: 768px) {
  .section-tree {
    flex-direction: row;
  }
}

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

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

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

.section-tree-title a {
  color: rgba(22, 20, 12, 1);
}

.section-tree .see-all-articles {
  display: block;
  padding: 15px 0;
}

.article-list {
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
  display: flex;
  flex-wrap:wrap;
}

.article-list-item {
  border-bottom: 1px solid #ddd;
  font-size: 16px;
  padding: 15px 0;
  -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	list-style: none;
	padding-bottom: 20px;
	width: 100%;
}


@media screen and (max-width: 768px){
  .article-list {
	column-count: 1;
  }
}


.article-list-item a {
  color: rgba(22, 20, 12, 1);
}

.icon-star::before {
  color: rgba(0, 146, 209, 1);
  font-size: 18px;
}

/***** Section pages *****/
.section-container {
  display: flex;
  justify-content: flex-end;
}

.section-content {
  flex: 1;
}

@media (min-width: 1024px) {
  .section-content {
    flex: 0 0 80%;
  }
}

.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 75%;
    width: 75%;
  }
}

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

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

.article-header {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
/*   margin-bottom: 40px; */
  margin-top: 20px;
}

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

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

.article-title {
  margin-bottom: 0.2em;
  line-height: 1.2;
}

@media (min-width: 768px) {
  .article-title {
    flex-basis: 100%;
    /* Take entire row */
  }
}

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

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

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

.article-meta {
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
}
.article-body img {
  height: auto;
  max-width: 100%;
}
.article-body p img{
vertical-align: middle;
}

.article-body ul, .article-body ol {
  padding: 0;
  list-style-position: inside;
  margin: 0;
}

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

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

.article-body ul{
  list-style: none;
}
.article-body ul.default_note li{
  text-indent: -1em;
  padding-left: 1em;
      margin-top: 0.5em;
    line-height: 1.4;
}
.article-body ul.default_note li::before{
  content:"・";
}
.default_note_adjust ul.default_note li{
    margin-bottom: 1.3em;
}

.article-body ol.num_list {
  padding-left: 1em;
}
.article-body ol.num_list li {
 text-indent: -1em;
  margin-bottom: 0.5em;
  line-height: 1.4;
}
.article-body ol.num_list li p {
 text-indent: 0;
}
.qa_list{
  margin:0;
  margin-top:2.5em;
}
.qa_list:first-child{
  margin-top:0;
}
.qa_list dt,
.qa_list dd{
  margin:0;
  padding:0;
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.qa_list dt{
  font-weight:bold;
  font-size:1.3em;
  color: #006FB9;
  line-height: 1.4;
}
.qa_list dd p{
  text-indent: 0;
}
@media (max-width: 768px) {
  .qa_list dt{
    font-size:1em;
  }
}
.qa_list dt::before{
  content:"Ｑ. ";
  color:#006FB9;
    font-weight:bold;
}
.qa_list dd::before{
  content:"Ａ. ";
    font-weight:bold;
    font-size:1.3em;
}




/*.article-body a:visited {
  color: #004b6b;
}*/

.article-body code {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 0 5px;
  margin: 0 2px;
}

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

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

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

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

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

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

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

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

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

@media (min-width: 1024px) {
  .article-sidebar {
    border: 0;
    flex: 0 0 25%;
    height: auto;
    width: 25%;
    padding-left: 3%;
  }
}

.article-relatives {
  border-top: 1px solid #ddd;
  display: block;
  flex-direction: column;
  padding: 20px 0;
}

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

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

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

@media (min-width: 768px) {
  .article-relatives > * {
    margin-right: 20px;
  }
}
.article-votes {
  padding: 3em 21%;
  text-align: center;
  background: #e8f6fc;
  width: 100%;
  position: static;
  max-width: 100%;
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 3em;
  border-radius: 5px;
}
.article-votes .article-votes-question {
    font-weight: bold;
    font-size: 1.5em;
  line-height:1.1;
}
.article-votes .article-votes-controls{
  display: flex;
  justify-content:space-between;
  margin-top:0.7em;
}
.article-vote {
    border: 2px solid #0092d1;
    color: #0092d1;
    margin: 0;
    width: 49%;
    padding: 1%;
    box-sizing: border-box;
    background: #fff;
    font-size: 1em;
}

.article-votes .article-vote-label{
    display: block;
    line-height: 1.4;
    margin-top: 0.5em;
    font-weight: normal;
}

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

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

.article-vote:focus, .article-vote:active {
  background-color: transparent;
  color: rgba(0, 146, 209, 1);
}

.article-vote:hover {
  background-color: rgba(0, 146, 209, 1);
}

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

.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 (max-width: 768px) {
  .article-votes {
    padding: 2em 1em;
  }
  .article-votes .article-votes-question {
    font-size: 15px;
  }
}



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

.article-return-to-top a {
  color: rgba(22, 20, 12, 1);
  display: block;
  padding: 20px 0;
}

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

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

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

.article-unsubscribe {
  background-color: rgba(0, 146, 209, 1);
  color: #ffffff;
  text-decoration: none;
}

.article-unsubscribe:hover {
  background-color: #004b6b;
  border-color: #004b6b;
}

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

.sidenav-item {
  border-radius: 4px;
  color: rgba(22, 20, 12, 1);
  display: block;
  font-weight: 300;
  margin-bottom: 10px;
  padding: 10px;
}

.sidenav-item.current-article, .sidenav-item:hover {
  background-color: rgba(0, 146, 209, 1);
  color: #ffffff;
  text-decoration: none;
}

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

.recent-articles li,
.related-articles li {
  margin-bottom: 15px;
}

/***** 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: rgba(22, 20, 12, 1);
  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: #585030;
}

/***** 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: #585030;
  display: block;
  font-size: 23px;
  text-align: center;
  width: 100%;
}

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

.share a:hover::before {
  color: rgba(0, 146, 209, 1);
}

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

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

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

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

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

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

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

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

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

.comment-callout a {
  color: rgba(0, 146, 209, 1);
}

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

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

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

.comment-wrapper {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.comment-wrapper.comment-official {
  border: 1px solid rgba(0, 146, 209, 1);
  padding: 40px 20px 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.comment-container {
  width: 100%;
}

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

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

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

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

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

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

.comment-ccs {
  display: none;
}

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

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

.comment-attachments a {
  color: rgba(0, 146, 209, 1);
}

.comment-body {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
  line-height: 1.6;
}

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

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

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

.comment-body code {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 0 5px;
  margin: 0 2px;
}

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

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

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

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

.vote a {
  outline: none;
}

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

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

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

.vote-up:hover::before,
.vote-down:hover::before {
  color: rgba(0, 146, 209, 1);
}

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

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

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

.vote-voted::before {
  color: rgba(0, 146, 209, 1);
}

.vote-voted:hover::before {
  color: #004b6b;
}

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

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

/***** Community *****/
.community-hero {
  background-image: url(/hc/theming_assets/01HZKWFQ6S74G3J9YKZ1QJ7BQ1);
  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%;
/*   2020/2/21 野条　TOP変更 */
/*   border-radius: 15px; */
  border: solid 10px #EEEEEE;
  margin: 20px 0 20px;
  background-color: #EEEEEE;
}

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

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

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

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

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

.no-posts-with-filter {
  margin-top: 20px;
  margin-bottom: 20px;
}

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

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

.community-follow .dropdown {
  width: 100%;
}

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

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

.community-follow [role="button"]:hover {
  background-color: rgba(0, 146, 209, 1);
}

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

.community-follow [role="button"][aria-selected="true"] {
  background-color: rgba(0, 146, 209, 1);
  color: #ffffff;
}

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

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

.community-follow [role="button"]::after {
  border-left: 1px solid rgba(0, 146, 209, 1);
  content: attr(data-follower-count);
  color: rgba(0, 146, 209, 1);
  display: inline-block;
  font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
  margin-left: 15px;
  padding-left: 10px;
  position: absolute;
  right: 10px;
}

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

[dir="rtl"] .community-follow [role="button"]::after {
  border-left: 0;
  border-right: 1px solid rgba(0, 146, 209, 1);
  margin: 0 10px 0 0;
  padding: 0 10px 0 0;
}

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

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

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

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

.striped-list-title {
  color: rgba(0, 146, 209, 1);
  margin-bottom: 10px;
  margin-right: 5px;
}

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

.striped-list-title:visited {
  color: #004b6b;
}

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .striped-list-number {
    color: rgba(22, 20, 12, 1);
    display: block;
    font-weight: 400;
  }
}

/***** Status labels *****/
/* Styles labels used in posts, articles and requests */
.status-label {
  background-color: #1eb848;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  margin-right: 2px;
  padding: 3px 10px;
  vertical-align: middle;
  white-space: nowrap;
  display: inline-block;
}

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

.status-label-pinned, .status-label-featured, .status-label-official {
  background-color: rgba(0, 146, 209, 1);
}

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

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

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

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

.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: 'Helvetica Neue', Arial, Helvetica, sans-serif;
  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-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: #004b6b;
}

.post-body code {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 0 5px;
  margin: 0 2px;
}

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

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

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

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

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

.post-comment-count .icon-comments {
  color: rgba(0, 146, 209, 1);
  content: "\1F4AC";
  display: inline-block;
  font-size: 18px;
  padding: 5px;
}

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

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

.post-sidebar h5 {
  font-weight: 600;
}

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

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

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

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

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

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

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

.collapsible-nav-list li {
  color: rgba(22, 20, 12, 1);
  line-height: 45px;
  order: 1;
}

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

.collapsible-nav-list li a {
  color: rgba(22, 20, 12, 1);
  display: block;
}

@media (min-width: 768px) {
  .collapsible-nav-list li:hover {
    border-bottom: 4px solid #ddd;
  }
  .collapsible-nav-list li:hover a {
    padding: 15px 0 11px 0;
    text-decoration: none;
  }
}

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

@media (min-width: 768px) {
  .collapsible-nav-list li[aria-selected="true"] {
    border-bottom: 4px solid rgba(0, 146, 209, 1);
    order: 1;
    padding: 15px 0 11px 0;
  }
}

.collapsible-nav-list li[aria-selected="true"] a {
  color: rgba(22, 20, 12, 1);
}

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

@media (min-width: 768px) {
  .collapsible-nav-list li[aria-selected="true"]::after {
    display: none;
  }
}

[dir="rtl"] .collapsible-nav-list li[aria-selected="true"]::after {
  left: 0;
  right: auto;
}

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

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

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

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

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

.collapsible-sidebar[aria-expanded="true"] .collapsible-sidebar-title::after {
  content: "\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;
}

@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(0, 146, 209, 1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.requests-table-toolbar .organization-unsubscribe {
  background-color: rgba(0, 146, 209, 1);
  color: #ffffff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.subscriptions-unsubscribe a:hover {
  background-color: #004b6b;
  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: #585030;
  font-size: 13px;
  font-weight: 300;
}

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

.no-activities {
  color: #585030;
}

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

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

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

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

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

.request-main {
  flex: 1 0 auto;
  order: 1;
}

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

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

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

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

.request-main .comment-form-controls {
  display: block;
}

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

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

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

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

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

.request-main .form-field.comment-ccs > ul[data-hc-focus="true"] {
  border: 1px solid rgba(0, 146, 209, 1);
}

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

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

.request-main .comment-ccs + textarea:focus {
  border-top: 1px solid rgba(0, 146, 209, 1);
}

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

.request-title {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*検索結果
@media (min-width: 1024px) {
  .search-results {
    flex-direction: row;
  }
}
*/
.search-results-column {
  flex: 1;
}

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

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

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

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

.search-result-link{
  font-size: 1.3em;
}
.search-result-description {
  margin-top: 0.3em;
  color: #666;
}

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

.search-result-votes::before, .search-result-meta-count::before {
  color: rgba(0, 146, 209, 1);
}

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

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

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

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

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

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

.search-result .meta-group {
  text-align: left;
  padding: 0;
  margin-top: 0.3em;
}

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

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

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

.pagination * {
  display: inline-block;
}

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

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

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

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

.pagination li:hover:not(.pagination-current) span, .pagination li:hover:not(.pagination-current) a {
  color: rgba(22, 20, 12, 1);
  text-decoration: none;
}

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

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

.pagination-current {
  background-color: rgba(0, 146, 209, 1);
}

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

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

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

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

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

/***** Metadata *****/
.meta-group {
  display: block;
  text-align: right;
  padding:0;
  line-height:1;
  font-size: 12px;
}

.meta-group * {
  display: inline;
}

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

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

.article-attachments .meta-group {
  display: block;
  text-align: right;
  
    display: inline-block;
    padding: 0 0.5em;
    margin-left: 0.5em;
    background: #e9edf2;
    border-radius: 5px;
}


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* User Profiles */
.profile-header {
  padding: 30px 0;
  background-color: #f7f7f7;
}

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

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

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

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

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

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

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

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

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

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

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

.profile-header .options [data-action="edit-profile"] {
  background-color: rgba(0, 146, 209, 1);
  border: 0;
  color: #ffffff;
  line-height: normal;
  padding: 8px 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.profile-private-badge {
  flex-basis: 100%;
  border: solid 1px rgba(0, 146, 209, 1);
  border-radius: 4px;
  color: rgba(0, 146, 209, 1);
  padding: 5px 20px;
  font-size: 12px;
  text-align: center;
}

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

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

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

.profile-section {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .profile-section-sorter .dropdown-toggle::after {
    position: relative;
  }
}

@media (min-width: 768px) {
  .profile-section-sorter {
    flex: 0 1 auto;
    padding-top: 0;
    border-top: 0;
    margin-left: 20px;
  }
  [dir="rtl"] .profile-section-sorter {
    margin-left: 0;
    margin-right: 20px;
  }
}

.profile-contribution {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  padding: 20px 0;
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

.profile-comments .profile-contribution-breadcrumbs {
  margin-left: 30px;
}

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

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

.profile-section .no-activity,
.profile-section .private-activity {
  display: block;
  margin-top: 40px;
  color: #999;
}

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

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

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

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

@media (min-width: 768px) {
  .profile-activity {
    padding-left: 20px;
  }
  [dir="rtl"] .profile-activity {
    padding-right: 20px;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .profile-activity:not(:last-child) {
    border-left: 1px solid #ddd;
  }
  [dir="rtl"] .profile-activity:not(:last-child) {
    border-left: 0;
    border-right: 1px solid #ddd;
  }
}

.profile-activity-header {
  display: flex;
  align-items: center;
  margin-left: 35px;
}

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

@media (min-width: 768px) {
  .profile-activity-header {
    margin-left: 0;
  }
  [dir="rtl"] .profile-activity-header {
    margin-right: 0;
  }
}

.profile-activity-header .user-avatar {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  min-width: 40px;
  align-self: flex-start;
}

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

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

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

.profile-activity-contribution {
  padding: 20px;
  margin-top: 10px;
  border-radius: 8px;
  background-color: #f7f7f7;
}

@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: #ffffff;
  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;
}

/*================================================================================================
PC/SP 共通
================================================================================================*/
.category-container .page-header {
  max-width: 1160px;
  width:100%;
  border-radius: 6px;
  background-color: #fafafa;
  padding: 1.8em 2.5%;
  display: block;
  position: relative;
  margin-bottom:0;
  margin-top: 10px;
}

.category-container .page-header .cat_h1_area_inner{
  padding-left: 4.8em;
}
.category-container .page-header-description {
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  color: #1ea0da;
  margin-bottom: 0;
}
.category-container a.page-header-description {
  display: block !important;
  width: 100%;
  height: 100%;
  padding: 0.7em 1em 0.6em;
  padding-left: 2.2em;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  text-align: left;
  color: #333;
  margin-bottom: 0;
}
@media screen and ( max-width: 768px){
  .category-container a.page-header-description {
    padding-top: 1em;
    padding-bottom: 0.9em;
  }
}

.menu div{
  background: #FBFAFA;
  padding: 1em 1.5em;
  border-radius: 6px;
  margin-bottom: 10px;
  border: 2px solid #E5E5E5;
}
  .category-container .menu{
    width: 250px;
    margin-left: 30px;
  }

  .category-container .menu .page-header-section-list{
    display:inline;
  }
  .category-container .menu .page-header-section-list li{
    width: auto;
    border:none;
    display: block;
    background:none;
    font-size: 15px;
  }
  .category-container .menu .page-header-section-list li::after{
    transform: rotate(45deg);
    left: 0em;
  }

  .category-container .menu h4{
    border-bottom: 2px solid #ddd;
    font-size: 18px;
    padding-bottom: 0.3em;
    padding-left: 0.5em;
    color: #1ea0da;
    margin-bottom: 0.5em;
  }
  .category-container .menu .menu-current-list h4{
    color: #0092D1;
  }
  .category-container .menu a.page-header-description{
    padding-left: 1em;
    font-weight: 400;
  }
@media screen and ( max-width: 768px){
   .category-container .menu{
     width: auto;
    margin: 0;
    }
    .category-container .menu a.page-header-description{
  		font-size:14px;
    }
}
.section_tag{
  margin-top:1em;
}
  .category-container .section_tag .page-header-section-list{
 		 display:block;
  }
  .category-container .section_tag .page-header-section-list li{
    width:auto;
    display:inline-block;
    margin-right: 0.3em;
		margin-bottom: 0.5em;
    border: none;
  }
  .category-container .section_tag a.page-header-description{
    padding-left: 1em;
    background: #e8f6fc;
    color: #1ea0da;
    border-radius: 4px;
  }
  .category-container .section_tag .page-header-section-list li::after{
    content:none;
  }
  .category-container .section_tag .page-header-section-list{
    margin-top:0;
  }

.category-container .page-header-section-list{
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 1.8em;
}
.category-container .page-header-section-list li {
  position: relative;
  width: 32.8%;
  margin-bottom: 0.8%;
  border: 1px solid #ddd;
  border-radius: 4px;
  background: #fff;
}
@media screen and ( max-width: 768px){
  .category-container .page-header-section-list li {
    width: 49.5%;
  }
}
.category-container .page-header-section-list li::after {
  position: absolute;
  content: "";
  top: 38%;
  bottom: 0;
  left: 1em;
  width: 0.4em;
  height: 0.4em;
  border-top: 1px solid #0092D1;
  border-right: 1px solid #0092D1;
  transform: rotate(135deg);
}
@media screen and ( max-width: 768px){
  .category-container .page-header-section-list li::after {
    left: 0.8em;
  }
}
.category-container .page-header-section-list::after{
  content:"";
  display: block;
  width:32.8%;
}
.category-container .section-tree .article-list{
  padding: 0;
  justify-content: space-between;
}

.category-container li.article-list-item {
  border: none;
  padding: 0;
  padding-left: 1.5em;
  margin-bottom: 0.5em;
  position: relative;
  border: none;
  width: 100%;
}
@media screen and ( max-width: 768px){
  .category-container li.article-list-item {
    font-size: 14px;
  }
}
.category-container li.article-list-item a:hover {
  text-decoration: underline;
}
.category-container li.article-list-item::before,
#quick-help .help-a-note li a::before,
a.help-a-note::before{
  position: absolute;
  content: "";
  top: 0.6em;
  bottom: 0;
  left: 0.3em;
  width: 0.4em;
  height: 0.4em;
  border-top: 1px solid #0092D1;
  border-right: 1px solid #0092D1;
  transform: rotate(45deg);
}
.category-container li.article-list-item:last-child {
  margin-bottom: 0px;
}

.category-container a.article-list-link {
  font-stretch: normal;
  line-height: 1;
  color: #333333;
}
.category-container a.article-list-link:hover{
  text-decoration: none;
}
a.see-all-articles {
  color: #1ea0da;
}

 



/*================================================================================================
  category page
  ================================================================================================*/





  .cat-header-360006332671:before{
    background-image: url(/hc/theming_assets/01HZKWD37HJXEVCEGYK3XQCT09);
  }
  .cat-header-203279807:before{
    background-image: url(/hc/theming_assets/01HZKWD4092VH2S17SWTQPHQZR);
  }
  .cat-header-200327008:before{
    background-image: url(/hc/theming_assets/01HZKWD37HJXEVCEGYK3XQCT09);
  }
  .cat-header-115000385767:before{
    background-image: url(/hc/theming_assets/01HZKWD3C78DF7M6W5ZFAZHVG5);
  }
  .cat-header-200331288:before{
    background-image: url(/hc/theming_assets/01HZKWCYZGNMJDT858GAX0KQTH);
  }　
  .cat-header-203279807:before{
    background-image: url(/hc/theming_assets/01HZKWD4092VH2S17SWTQPHQZR);
  }
  .cat-header-200289587:before{
    background: url(/hc/theming_assets/01HZKWD3H7Q0B06SP7KJTN04PJ);
  }
  .cat-header-115000483747:before{
    background-image: url(/hc/theming_assets/01HZKWD3VKJ5FR58YC6KTBCYSS);
  }
  .cat-header-200251857:before{
    background-image: url(/hc/theming_assets/01HZKWD522JP9FFE7FGYF9D0XW);
  }
.cat-header-4417341509017::before{
    background-image: url(/hc/theming_assets/01HZKWD3Q7KTP2P60R1T8T8SAV);
}
  .cat-header-200401518:before{
    background-image: url(/hc/theming_assets/01HZKWCW3BHZRT6BDWNWP3K9P4);
  }
  .cat-header-200324797:before{
    background-image: url(/hc/theming_assets/01HZKWCVNGET99C0JCVWHWW8ES);
  }
  .cat-header-203131228:before{
    background-image: url(/hc/theming_assets/01HZKWCWTPM46GSGVEQ7Q0XWD9);
  }
  .cat-header-202200018:before{
    background-image: url(/hc/theming_assets/01HZKWCXKYYSQ3T1RKX8XFN0C5);
  }
  .cat-header-200306887:before{
    background-image: url(/hc/theming_assets/01HZKWCYBFHZNZVJ8F8KZGME9D);
  }
  .cat-header-115000287272:before{
    background-image: url(/hc/theming_assets/01HZKWD23CE91SQ57CZYK81E3G);
  }
  .cat-header-200229587:before{
     background-image: url(/hc/theming_assets/01HZKWCZ4N83EWTSTDF3DQYAK2);
   }
   .cat-header-203264168:before{
     background-image: url(/hc/theming_assets/01HZKWCXVQSFMGMJN7BY3G4H87);
   }
  .cat-header-115000218051:before{
    background-image: url(/hc/theming_assets/01HZKWCZKDHHFDG9S023S0S8A6);
  }
  .category-container header.page-header::before{
    position: absolute;
    content: "";
    display: block;
    width: 56px;
    height: 56px;
    top: 3.8em;
    left: 3%;
    transform: translateY(-50%);

    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .section-tree h3{
    font-size: 4.266vw;
    line-height: 1.3;
    margin-bottom: 0.8em;
  }
  .section-tree .section {
    flex: none;
    padding-top: 4em;
    padding-bottom: 3.5em;
    border-top: 1px solid #ddd;
  }
  .section-tree .section:first-child {
    padding-top: 0;
    border-top:none;
  }


/*================================================================================================
 beginner_block
================================================================================================*/
#beginner_block{
  margin-bottom:5em;
}
#beginner_block .inner{
  background: #E5F9FA;
  border-radius: 5px;
  padding:1.5em 6%;
  display: flex;
  flex-wrap: wrap;
  justify-content: normal;
  margin-top: 1em;
}
#beginner_block .inner h3{
  margin-bottom: 0;
  width: 300px;
  display: flex;
  flex-wrap: wrap;
  justify-content: normal;
  align-items: center;
  font-weight:bold;
}
#beginner_block .inner.beginner h3{
}
#beginner_block .inner.lock h3{
}
#beginner_block .inner h3:before{
  content: "";
  width: 100px;
  height: 100px;
  display: block;
  border-radius: 100%;
  margin-right:1em;
}
@media screen and (max-width: 768px){
  #beginner_block .inner h3:before{
    width: 56px;
    height: 56px;
    margin-right:0.6em;
    background-size: 24px !important;
  }
}
#beginner_block .inner.beginner h3:before{
  background: url(/hc/theming_assets/01J68P2S677BP7M0CSGJ7150WC) no-repeat 50% 60% #fff;
  background-size: 40px;  
}
#beginner_block .inner.lock h3:before{
  background: url(/hc/theming_assets/01J68P2R70ND84V30YH0E4CWHV) no-repeat 48% 55% #fff;
  background-size: 40px;  
}
#beginner_block .inner ul{
  border-left: 3px solid #fff;
  padding-left: 3em;
}
@media screen and (max-width: 768px){
  #beginner_block .inner ul{
    border: none;
    padding-left: 2em;
   	margin-top: 0.5em;
  }
}
#beginner_block .inner li{
  font-size: 15px;
  line-height: 1.8;
  color: #4B585E;
  list-style-type: disc;
}
#beginner_block .inner a{
  color: #333;
  text-decoration: underline;
}
#beginner_block .inner a:hover{
    text-decoration: none;
}

/*================================================================================================
 oshirase
================================================================================================*/
.newinfo{
  background: #fafafa;
  border: solid 1px #D0E0E7;
  border-radius: 3px;
  text-align: center;
  margin-top: 3em;
  line-height: 1.6;
  padding: 1em;
}
.newinfo p{
  margin:0;
}
#info.section.info{
  position: relative;
  padding-top: 4em;
  margin: 0 auto;
  max-width: 858px;
  width: 100%;
}
#info.section.info .inner{
  max-width:1160px;
  margin:0 auto;
}
#info.section.info h4{
  position: relative;
  padding: 0 0 0.5em;
  margin: 0;
  color: #4B585E;
  border-bottom: 1px solid #D0E0E7;
  text-align: center;
}
#info.section.info .blocks-table{
  padding: 0;
}
#info.section.info .blocks-table li{
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #1ea0da;
  margin-bottom: 0;
}
#info.section.info .blocks-table li a{
  display: block;
  border-bottom: 1px solid #D0E0E7;
  padding: 1em 1em;
}
@media screen and (max-width: 768px){
  #info.section.info .blocks-table li {
    font-size: 12px;
  }  
  #info.section.info .blocks-table li a{
    text-indent: -9.8em;
    padding-left: 11em;
  }  
}

.categories.blocks h3 {
  background-size: 2.5em;
  background-repeat:no-repeat;
  background-position:left 50%;
  font-size:18px;
  font-weight:bold;
  padding: 1em;
  padding-left: 3em;
}

.categories.blocks h3.icon-01{
  background-image: url(/hc/theming_assets/01J6EKZ1RBDVAPB5BBCZ7GGWMW);
}
.categories.blocks h3.icon-02{
  background-image: url(/hc/theming_assets/01J6EJVXKRHD450188ZEEXR54M);
}
.categories.blocks h3.icon-03{
  background-image: url(/hc/theming_assets/01J6EKZ3EVNRKBRX5WDPM2KYKB);
}
.categories.blocks h3.icon-04{
  background-image: url(/hc/theming_assets/01J6EKZ45XGYTXZGQRQYJHEDR3);
}
.categories.blocks h3.icon-05{
  background-image: url(/hc/theming_assets/01J6EKZ4YWK145ZGTK8GNT23TB);
}
.categories.blocks h3.icon-06{
  background-image: url(/hc/theming_assets/01J6EJW0TSSMA33W1TCKP5WNHB);
}
.categories.blocks h3.icon-07{
  background-image: url(/hc/theming_assets/01J6EKZ6GNQA8KFPG70B5TGF0M);
}
.categories.blocks h3.icon-08{
  background-image: url(/hc/theming_assets/01J6EKZ7FH3V0BF5414E7N01CK);
}
.categories.blocks h3.icon-09{
  background-image: url(/hc/theming_assets/01J6EKZ8D23D5520CT4AHZM4HJ);
}
.categories.blocks h3.icon-10{
  background-image: url(/hc/theming_assets/01J6EKZ9DVGHYMY6V8KMFQZGPY);
}
.categories.blocks h3.icon-11{
  background-image: url(/hc/theming_assets/01J6EJW41219RCGSHJAH7G8MJV);
}
.categories.blocks h3.icon-12{
  background-image: url(/hc/theming_assets/01J6EJW4RQR1Z25GFJTD6Y29P4);
}
.categories.blocks h3.icon-13{
  background-image: url(/hc/theming_assets/01J6EKZBR0NZZVXFE43YGVCS1X);
}
.categories.blocks h3.icon-14{
  background-image: url(/hc/theming_assets/01J6EKZHGWMYEV1V050ARK4JS1);
}
.categories.blocks h3.icon-15{
  background-image: url(/hc/theming_assets/01J6EKZCK1TX315D721PWKVCQZ);
}
.categories.blocks h3.icon-16{
  background-image: url(/hc/theming_assets/01J6EKZGPWGN8QT0Q3VAZBRSKE);
}
.categories.blocks h3.icon-17{
  background-image: url(/hc/theming_assets/01JC5QYV6NQ1KHGW52EBY7D1EQ);
}
.categories.blocks h3.icon-18{
  background-image: url(/hc/theming_assets/01J6EKZEBH353FC3N3BNY95C1G);
}
.categories.blocks h3.icon-19{
  background-image: url(/hc/theming_assets/01J6EKZF4K8HGCBMDGKKETCZYV);
}
.categories.blocks h3.icon-20{
  background-image: url(/hc/theming_assets/01J6EKZFXRJKGTYXVHFZRMKZ92);
}

.categories.blocks h3.blk {
  background-color: #7d7d7d;
}
.section h2 {
  margin-bottom: 50px;
  position: relative;
  font-size: 26px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #454545;
}
.section h2:after {
  content:"";
  display: block;
  width: 50px;
  height: 2px;
  background-color: #1ea0da;
  position: absolute;
  bottom: -19px;
  left: 50%;
  transform: translateX(-50%);
}
.section_other h2{
  text-align:center;
}
.blocks-item_inner_list{
    padding-top: 0;
    margin-top: 1em;
}
.blocks-item_inner_list li{
    font-size: 15px;
    line-height: 1.8;
    color: #4B585E;
    list-style-type: disc;
}
.blocks-item .link_more{
    font-size: 15px;
    text-align: right;
		margin: 0;
}

#info.section.info .blocks-table a{
  color: #4B585E;
}
#info.section.info li:nth-child(n+5){
  display: none;
}
#info.section.info .all-info{
  display: inline-block;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  box-sizing: border-box;
  text-decoration: none;
  color: #1ea0da;
  border: 1px solid #D0E0E7;
  padding: 0.4em;
  position: absolute;
  right: 0;
  bottom: 1.3em;
}
#info.section.info .all-info:hover{
  background: #F8FAFD;
}

.blocks-item {
  width: 32%;
  flex: none;
  border-radius: 3px;
  background-color: #ffffff;
  border: none;
  font-size: 22px;
  line-height: 1;
  border: 1px solid #DCDCDC;
  margin: 0;
  margin-bottom: 1em;
  padding: 1em;
}
@media screen and (max-width: 768px){
  .blocks-item {
    width: 100%;
    margin-bottom: 0.5em;
  }
}
ul.blocks-list {
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  justify-content: space-between;
  margin: 0;
  width: 100%;
}
ul.blocks-list::after{
  content:"";
  display: block;
  width:32%;
}
.foot ul.blocks-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.blocks-item-blank{
  width: 320px;
  height: 0;
  opacity: 0;
  margin-left: 25px;
}

section.section.knowledge-base {
  max-width: 1160px;
  width: 100%;
  margin-top: 2em;
}
a.blocks-item-link {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 22px;
  color: #1ea0da !important;
}
img.block-img {
  width:32.8%
}
@media screen and (max-width: 768px){
  img.block-img {
    width:100%
  }
  a.blocks-item-link {
    overflow: hidden;
    padding: 5%;
  }
  a.blocks-item-link picture {
    display: block;
    float: left;
    width: 23%;
    margin-right: 0.5em;
  }
}

h4.blocks-item-title {
  padding-top: 0.5em;
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.59;
  letter-spacing: 0.05em;
  text-align: center;
  color: #4B585E;
}
@media screen and (max-width: 768px) {
  h4.blocks-item-title {
    text-align: left;
    line-height: 1.4;
    font-size: 3.466vw;
  }
}
/* //////////////////
  TOP　横長バナー
//////////////////// */
.long-banner a{
  background: #F8FAFD;
  display: block;
  border-bottom: 1px solid #D3DFE6;
  text-align: center;
  color: #0092d1;
  padding: 1em;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 18px;
}
.long-banner b{
  text-decoration:underline;
}
.long-banner a:hover {
  text-decoration: none;
  background: #e5f9fa;
}
@media screen and (max-width: 768px){
  .long-banner a{
    font-size: 3.2vw;
  }
}
/* //////////////////
  TOP　よくあるお問合せ
//////////////////// */

#quick-help{
  margin: 2em auto;
  width: 100%;
  max-width: 1160px;
}
#quick-help h4,
.knowledge-base .categories > h4,
#beginner_block h4{
  margin-bottom:0.5em;
  text-align: center;
  color: #4B585E;
}
.knowledge-base .categories > h4{
  margin-bottom: 1.5em;
}
.quick-help_more a{
  display: block;
  width: 300px;
  text-align: center;
  padding: 0.7em 0.5em;
  border-radius: 3px;
  border: solid 1px #D0E0E7;
  margin: 1em auto 0;
}
@media screen and (max-width: 768px) {
  #quick-help h4,
  .knowledge-base .categories > h4,
  #info.section.info h4{
    font-size: 5vw;
  }
}
#quick-help .help-list{
  position: relative;
  margin-top: 0;
  margin-bottom: 0.7em;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px){
  #quick-help .help-list{
  	padding: 0;
  }

  
  
  #quick-help .help-list{
    font-size: 3.466vw;
    margin-bottom: 0;
  }
}
#quick-help .help-q,
#quick-help .help-a-title{
  text-indent: -1.1em;
}
#quick-help a.help-q{
  display: block;
}
#quick-help .help-q{
  position: relative;
  /*padding: 0.8em;
  padding-left: 2em;
  padding-right: 2.3em;*/
  cursor: pointer;
  width: 49%;
  background: #E5F9FA;
  border-radius: 5px;
  margin-top: 0.8em;
}
#quick-help .help-q a{
  padding: 0.8em;
  padding-left: 2.5em;
  padding-right: 2.3em;
  display: block;
  color: #333;
}

@media screen and (max-width: 768px){
  #quick-help .help-q{
    text-indent: -1.1em;
    padding-right: 1.8em;
    width: 100%;
  }
}
#quick-help .help-q.active{
  background: #0092d1;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 768px){
  #quick-help .help-q.active{
    border-radius:0;
  }
}
#quick-help .help-q.right{
  position: absolute;
  right: 0;
}
#quick-help .help-q.right.active{
  position: static;
  right: 0;
}
@media screen and (max-width: 768px){
  #quick-help .help-q.right,
  #quick-help .help-q.right.active{
    position: relative;
  }
}

#quick-help .help-q::after{
  content: "";
  position: absolute;
  top: 40%;
  right: 1em;
  margin: auto;
  vertical-align: middle;
  transition-duration: .5s;
  width: 8px;
  height: 8px;
  border-top: 2px solid #1ea0da;
  border-left: 2px solid #1ea0da;
  transform: rotate(135deg);
}
@media screen and (max-width: 768px){
  #quick-help .help-q::after{
    right: 1em;
  }
}
#quick-help .help-q.active::after{
  transform: rotate(45deg);
  top:1.5em;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
}

#quick-help .help-a{
  margin: 0;
  padding: 0 1.5em 1.5em;
  padding-left: 1.5em;
  background: #f8fafd;
  border-bottom: 1px solid #ddd;
  display: none;
  position: relative;
  width: 1160px;
  border-top: 3px solid #0092d1;
  z-index: 1;
  top: -1px;
}
@media screen and (max-width: 768px){
  #quick-help .help-a{
    padding-right: 1em;
    padding-left: 1em;
  }
}


#quick-help .help-q a::before{
  content:"Q. ";
  color: #0092d1;
  font-weight: bold;
  padding-right: 0.5em;
}
#quick-help .help-q.active::before{
  color: #fff;
}
#quick-help .help-a-title::before{
  content:"A. ";
}
#quick-help .help-q::before,
#quick-help .help-a-title::before{
  font-weight:bold;
  color: #1ea0da;
}
#quick-help .help-a-title{
  position: relative;
  margin: 0;
  margin-bottom: 0.8em;
  padding: 1em 0 1em 1em;
  font-weight: 500;
  color: #4B585E;
  font-size: 18px;
  border-bottom: 2px solid #D3DFE6;

}
@media screen and (max-width: 768px){
  #quick-help .help-a-title::after{
    left:-1em;
  }
}
#quick-help .help-a-note{
  padding:0;
}
#quick-help .help-a-note ul{
}
#quick-help .help-a-note li{
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 0.7em;
}
#quick-help .help-a-note li:first-child{
  margin-top: 0;
}
#quick-help .help-a-note li::before{
  content: "・";
}


#quick-help .help-a-note li a,
a.help-a-note{
  position: relative;
  padding-left: 2.5em;
  display: inline-block;
  line-height:1.4;
}
a.help-a-note{padding-left: 1.5em; text-decoration:underline}
a.help-a-note:hover,
.a_blank:hover{text-decoration:none;}
li a.help-a-note{  padding-left: 2.5em;}
li.l-order__block a.help-a-note{padding-left: 1.5em;}
























  








/*================================================================================================
ブレイクポイント複数指定
================================================================================================*/
@media screen and ( min-width: 769px){
  .header {
    max-width: none;
    margin: 0 auto;
    padding: 0 0%;
    position: relative;
    align-items: center;
    display: flex;
    height: 50px;
    justify-content: space-between;
    /*position: fixed;*/
    background: #FFF;
    width: 100% !important;
    z-index: 10;
  }
  .login_btn{
    width: 151px;
    height: 24px;
    line-height: 22px;
    border-radius: 4px;
    box-shadow: 2px 2.2px 0 0 #ececec;
    border: solid 1px #0092D1;
    background-color: #ffffff;
    display: block;
    font-size: 10px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: center;
    color: #0092D1;
    text-decoration: none;
    right: 24px;
  }
  .login_btn:hover{
    opacity: .6;
    text-decoration: none;
  }
  .nav-wrapper a:hover, .nav-wrapper a:focus, .nav-wrapper a:active {
    background-color: transparent;
    text-decoration: none;
    opacity: .6;
  }
  .header .inner{
    width: 100%;
    max-width: 1160px;
    margin: 0 auto;
    height: 100%;
    align-items: center;
    display: flex;
    justify-content: space-between;
  }
  .nav-wrapper p,.nav-wrapper a {
    font-size: 13px;
    font-weight: 300;
  }
  .nav-wrapper p {
    display: inline-block;
  }
  .nav-wrapper a.p0 {
    padding: 0;
  }
  .logo{
    display: inline-flex;
    align-items: center;
    line-height: 1;
    font-size: 12px;
  }
  .logo a{
    color: #000;
    text-decoration: none;
  }
  .logo_line{
    margin: 0 18px;
  }
  .hero h1 {
    text-shadow: 0 0 19.9px rgba(22, 98, 132, 0.4);
    font-size: 2.3em;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.5;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff; 
    margin-bottom: 0;
  }
  .hero.home h1 {
    line-height: 1.17;
    text-align: center;
    margin-bottom: 0.67em;
  }  
  .hero h1 span {
    text-shadow: 0 0 19.9px rgba(22, 98, 132, 0.4);
    font-size: 0.5em;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.1;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
  }
  .hero.home h1 span {
    line-height: 1.1;
  }
  .hero{
/*     background: url(/hc/theming_assets/01HZKWD2W45B8XE15P0WKN1CC4); */
        background: linear-gradient(86.06deg, #01BFCE 6.28%, #0197D1 99.84%);
    background-size: 100%;
    background-position: center center;
/*     2020/2/20 野条　TOP改善
    height: 356px;
    margin-bottom: 70px; */
  }
  .search input[type="search"]:focus {
    border: 1px solid #1ea0da;
    color: #555;
  }
  .hero-inner{
    max-width: 1160px;
    width: 100%;
    top: 43%;
  }
  .sp_only_scroll{
    display: none;
  }
  
/*   2020/2/20 野条　TOP変更 */
  .search-full input[type="search"]{
/*     width: 1160px;
    height: 60px; */
  }
  section.categories.blocks {
    /*
    padding: 3em;
    padding-top: 2em;
    margin-top: 2.5em;
    */
  }
  h2 + section.categories.blocks {
    margin-bottom: 50px;
  }

  /*================================================================================================
  categories blocks
  ================================================================================================*/
  /*main{
    padding-top: 71px;
  }*/


  /*================================================================================================
  foot
  ================================================================================================*/
  section.section.foot li.blocks-item-btn {
    width: 49%;
    border-radius: 3px;
    border: solid 1px #D0E0E7;
    background-color: #ffffff;
  }
  section.section.foot li.blocks-item-btn:hover {
    border: solid 1px #1ea0da;
    background-color: #1ea0da;
  }
  section.section.foot li.blocks-item-btn:hover a.blocks-item-link {
    color: #ffffff !important;
  }

  section.section.foot a.blocks-item-link {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #1ea0da;
  }
  section.section.foot a.blocks-item-link.img02:after {
    content: "";
    display: block;
    width: 42px;
    height: 37px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 17px;
/*     background: url(/hc/theming_assets/01HZKWCTNQJFDCX2PPD6WK9TX7); */
    background-position: center center;
    background-size: contain;

  }
  section.section.foot a.blocks-item-link.img03:after {
    content: "";
    display: block;
    width: 57px;
    height: 34px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
/*     background: url(/hc/theming_assets/01HZKWD1GGXCQ3FGC08W9DASAA); */
    background-position: center center;
    background-size: contain;

  }
  section.section.foot a.blocks-item-link.img04:after {
    content: "";
    display: block;
    width: 64px;
    height: 31px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 26px;
/*     background: url(/hc/theming_assets/01HZKWCVH2NMGY39MT8F7XQ1DM); */
    background-position: center center;
    background-size: contain;

  }
  section.section.foot a.blocks-item-link.img01:hover:after {
    content: "";
    display: block;
    width: 38px;
    height: 50px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
/*     background: url(/hc/theming_assets/01HZKWD0EXSMTD3XQZK2GQ1Z6N); */
    background-position: center center;
    background-size: contain;
  }

  section.section.foot a.blocks-item-link.img02:hover:after {
    content: "";
    display: block;
    width: 42px;
    height: 37px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 17px;
/*     background: url(/hc/theming_assets/01HZKWD0KV8T5MJMVXVX1PZ0FV); */
    background-position: center center;
    background-size: contain;

  }
  section.section.foot a.blocks-item-link.img03:hover:after {
    content: "";
    display: block;
    width: 57px;
    height: 34px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
/*     background: url(/hc/theming_assets/01HZKWCTTDN0MEFPFG4KFQ5KHQ); */
    background-position: center center;
    background-size: contain;

  }
  section.section.foot a.blocks-item-link.img04:hover:after {
    content: "";
    display: block;
    width: 64px;
    height: 31px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 26px;
/*     2020/2/21 野条　TOP変更
    background: url(/hc/theming_assets/01HZKWD12QW501SD5QNB6AT27J); */
    background-position: center center;
    background-size: contain;

  }
  /*================================================================================================
  topics
  ================================================================================================*/
  section.section.topics h3 {
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 46px;
    letter-spacing: normal;
    text-align: center;
    color: #333333;
    background: none;
    position: relative;
    height: 46px;
    width: 220px;
/*     2020/2/21 野条　TOP変更
    margin: 0 auto 80px; */
    margin: 0px auto 0px;
  }

  section.section.topics h3:before {
    content: "";
    display: block;
    width: 46px;
    height: 46px;
    position: absolute;
    background: url(/hc/theming_assets/01HZKWCV3ZFYR8MCF31NWSGDAB);
    top: 50%;
    transform: translateY(-50%);
    left: -54px;
  }
  section.section.topics ul.topics-list:before {
    content: "";
    display: block;
    width: 1160px;
    height: 3px;
    position: absolute;
    background: url(/hc/theming_assets/01HZKWCYNAWA19SWE5QTMYRZB5);
    top: -57px;
  }
  section.section.topics ul.topics-list{
    position: relative;
    display: inline-flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  section.section.topics ul.topics-list li{
    position: relative;
    margin: 0 24px;
    width: 320px;
  }

  section.section.topics .blocks-item-link {
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 3.43;
    letter-spacing: normal;
    text-align: left;
    color: #333333 !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  section.section.topics .blocks-item-link:hover {
    opacity: .6;
  }
  section.section.topics ul.topics-list li:before {
    content: "・";
    display: block;
    position: absolute;
    top: 52%;
    transform: translateY(-50%);
    left: -19px;
    color: #1ea0da;
  }
  section.section.topics ul.topics-list li.b-none:before {
    content: none;

  }
  /*================================================================================================
  footer
  ================================================================================================*/
  .footer{
    background-color: #4B585E;
  }
  .footer-box{
    display: inline-flex;
  }
  .shouhyou-link{
    margin-right: 48px;
  }
  .footer a{
    font-size: 15px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff !important;
  }
  .footer a.contact-link{
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff !important;
    position: relative;
  }
  .footer a.shouhyou-link{
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff !important;
    position: relative;
  }
  .footer a.shouhyou-link:after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 48%;
    right: -14px;
    transform: translateY(-50%) ;
    background: url(/hc/theming_assets/01HZKWD0R8AYFPCB09FC1SCRCC);
    -webkit-background-size: cover;
    background-size: cover;

  }
  .footer a.shouhyou-link:hover:after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 48%;
    right: -14px;
    transform: translateY(-50%) ;
    background: url(/hc/theming_assets/01HZKWCWNKTXYPB7Q2VP28WT20);
    -webkit-background-size: cover;
    background-size: cover;

  }
  .footer a.shouhyou-link,.footer a.contact-link {
    text-decoration: none !important;
  }
  .footer a.contact-link:after {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    position: absolute;
    top: 48%;
    right: -14px;
    transform: translateY(-50%) rotate(-45deg);
    border-right: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
  }
  .footer a.contact-link:hover{
    text-decoration: none;
    color: #1ea0da !important;
  }
  .footer a.shouhyou-link:hover{
    text-decoration: none;
    color: #1ea0da !important;
  }
  .footer a.contact-link:hover:after {
    border-right: 1px solid #1ea0da;
    border-bottom: 1px solid #1ea0da;
  }


  .category-container .page-header h1{
    font-size: 30px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    color: #1ea0da;
    margin-bottom: 0.3em;
  }

  .section-tree {
    display: block;
    margin-top: 3em;
  }
  .section-tree h3 {
    background-color: transparent;
    font-size: 27px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.3;
    letter-spacing: normal;
    text-align: left;
    color: #0092D1;
    margin-bottom: 0.6em;

  }



}
@media (min-width: 1160px){
  .container {
    padding: 0;
    width: 100%;
  }
}
@media (max-width: 768px ){
  .logo {
    display: inline-flex;
    align-items: center;
    line-height: 1;
    font-size: 12px;
    margin-right: 10%;
  }
  .blocks-item.mb25 {
    margin-bottom: 25px;
  }


  /*================================================================================================
category page
================================================================================================*/
  .category-content {
    flex: none;
  }

  .category-container {
    display: block;
    width: 100%;
  }

  .cat-header-360001102274:before{
    content: "";
    display: block;
    width: 24.266vw;
    height: 17.6vw;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 5.33vw;
    background: url(/hc/theming_assets/01HZKWCTB8PHHQ732Q75N37C02);
    background-position: center center;
    background-size: contain;
  }
  .cat-header-360001102294:before{
     content: "";
     display: block;
     width: 24.266vw;
     height: 17.6vw;
     position: absolute;
     top: 50%;
     transform: translateY(-50%);
     left: 5.33vw;
     background: url(/hc/theming_assets/01HZKWD1C5NZZ5BBP7D1BCP0GD);
     background-position: center center;
     background-size: contain;
     background-repeat: no-repeat;
   }
  .cat-header-360001102334:before{
    content: "";
    display: block;
    width: 24.266vw;
    height: 17.6vw;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 5.33vw;
    background: url(/hc/theming_assets/01HZKWCZWXXWS42BHJ9BEEHFJ3);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .cat-header-360001102354:before{
    content: "";
    display: block;
    width: 24.266vw;
    height: 17.6vw;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 5.33vw;
    background: url(/hc/theming_assets/01HZKWCXFB65RQBTAWMCJF6SJM);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .cat-header-360001107053:before{
    content: "";
    display: block;
    width: 24.266vw;
    height: 17.6vw;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 5.33vw;
    background: url(/hc/theming_assets/01HZKWCTG33Y4GRPD9S3J11RX8);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
  }.cat-header-360001102254:before{
     content: "";
     display: block;
     width: 24.266vw;
     height: 17.6vw;
     position: absolute;
     top: 50%;
     transform: translateY(-50%);
     left: 5.33vw;
     background: url(/hc/theming_assets/01HZKWCWHAKKE9KASBTYJGSXG7);
     background-position: center center;
     background-size: contain;
     background-repeat: no-repeat;
   }.cat-header-360001106993:before{
      content: "";
      display: block;
      width: 24.266vw;
      height: 17.6vw;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 5.33vw;
      background: url(/hc/theming_assets/01HZKWD0YRXWER5S1BPP4MZYK7);
      background-position: center center;
      background-size: contain;
      background-repeat: no-repeat;
    }.cat-header-360001102394:before{
       content: "";
       display: block;
       width: 24.266vw;
       height: 17.6vw;
       position: absolute;
       top: 50%;
       transform: translateY(-50%);
       left: 5.33vw;
       background: url(/hc/theming_assets/01HZKWD0AS5TGJN9HF1FMH16SD);
       background-position: center center;
       background-size: contain;
       background-repeat: no-repeat;
     }.cat-header-360001112553:before{
        content: "";
        display: block;
        width: 24.266vw;
        height: 17.6vw;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 5.33vw;
        background: url(/hc/theming_assets/01HZKWCVSXNBQFS1F3QQF5Z49D);
        background-position: center center;
        background-size: contain;
        background-repeat: no-repeat;
      }
  .cat-header-360001107834:before{
    content: "";
    display: block;
    width: 24.266vw;
    height: 17.6vw;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 5.33vw;
    background: url(/hc/theming_assets/01HZKWCW8GREH267WH9084J7HW);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
  }.cat-header-360001107033:before{
     content: "";
     display: block;
     width: 24.266vw;
     height: 17.6vw;
     position: absolute;
     top: 50%;
     transform: translateY(-50%);
     left: 5.33vw;
     background: url(/hc/theming_assets/01HZKWD1YCDPQ3JSBHDJG1WQA5);
     background-position: center center;
     background-size: contain;
     background-repeat: no-repeat;
   }.cat-header-360001102414:before{
      content: "";
      display: block;
      width: 24.266vw;
      height: 17.6vw;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 5.33vw;
      background: url(/hc/theming_assets/01HZKWCYBFHZNZVJ8F8KZGME9D);
      background-position: center center;
      background-size: contain;
      background-repeat: no-repeat;
    }.cat-header-360001102454:before{
       content: "";
       display: block;
       width: 24.266vw;
       height: 17.6vw;
       position: absolute;
       top: 50%;
       transform: translateY(-50%);
       left: 5.33vw;
       background: url(/hc/theming_assets/01HZKWD23CE91SQ57CZYK81E3G);
       background-position: center center;
       background-size: contain;
       background-repeat: no-repeat;
     }.cat-header-360001107093:before{
        content: "";
        display: block;
        width: 24.266vw;
        height: 17.6vw;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 5.33vw;
        background: url(/hc/theming_assets/01HZKWCZ4N83EWTSTDF3DQYAK2);
        background-position: center center;
        background-size: contain;
        background-repeat: no-repeat;
      }.cat-header-360001102474:before{
         content: "";
         display: block;
         width: 24.266vw;
         height: 17.6vw;
         position: absolute;
         top: 50%;
         transform: translateY(-50%);
         left: 5.33vw;
         background: url(/hc/theming_assets/01HZKWCXVQSFMGMJN7BY3G4H87);
         background-position: center center;
         background-size: contain;
         background-repeat: no-repeat;
       }
  .cat-header-360001102234:before{
    content: "";
    display: block;
    width: 24.266vw;
    height: 17.6vw;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 5.33vw;
    background: url(/hc/theming_assets/01HZKWCZKDHHFDG9S023S0S8A6);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .category-container .page-header h1{
    font-size: 5.066vw;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    color: #1ea0da;
    margin-bottom: 1.7333vw;
  }
  .category-container .page-header-description {
    font-size: 2.933vw;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.91;
    letter-spacing: normal;
    text-align: left;
    color: #1ea0da;
    margin-bottom: 0;
  }
  .category-container span.page-header-description:last-child {
    display: none !important;
  }
  .section-tree {
    display: block;
  }
  .section-tree h3 {
    color: #1ea0da;
  }
  .category-container .section-tree .section:last-child{
    margin-bottom: 0vw;
  }
  a.see-all-articles {
    color: #1ea0da;
  }
  .section-tree .section {
    flex: none;
  }
  .category-container li.article-list-item:hover {
    border: solid 1px #1ea0da;
  }
  .category-container li.article-list-item:last-child {
    margin-bottom: 0px;
  }

  .category-container a.article-list-link:hover{
    text-decoration: none;
  }
  .cat_h1_area {
    position: static;
    top: 0%;
    transform: none;
  }
}

/*================================================================================================
SP
================================================================================================*/
.sp_only{
  display: none !important;
}
@media screen and ( max-width: 768px){
  .container {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 4vw;
  }
  .header {
    max-width: none;
    margin: 0 auto;
    padding: 0 0%;
    align-items: center;
    display: flex;
    height: auto;
    justify-content: space-between;
    /*position: fixed;*/
    background: #FFF;
    width: 100% !important;
    z-index: 10;
    box-shadow: 0 8px 20px -10px #CCC;
}
  .login_btn{
    width: 46.933vw !important;
    height: 8.4vw;
    line-height: 8.4vw;
    border-radius: 0.53vw;
    box-shadow: 2px 2.2px 0 0 #ececec;
    border: solid 1px #1494cf !important;
    background-color: #ffffff;
    display: block;
    font-size: 3.6vw !important;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: center;
    color: #1ea0da !important;
    text-decoration: none;
    text-align: center;
    position: static;
    padding: 0 !important;
    display: none;
  }
  .nav-wrapper p {
    border: 0;
    display: none;
    font-size: 3.73vw;
    padding: 0 20px 0 0;
    width: auto;
  }
  .nav-wrapper a {
    font-size: 3.73vw;
  }

  .user-nav[aria-expanded="true"] > p {
    display: block;
    margin: 20px;
  }
  .user-nav[aria-expanded="true"] > .sp_only {
    display: block !important;
    margin: 20px;
  }
  .user-nav[aria-expanded="true"] > .mb0 {
    margin-bottom: 0;
  }
  .user-nav[aria-expanded="true"] > .sp_inline{
    display: inline;
    padding: 0;
    margin: 0;
  }
  .user-nav[aria-expanded="true"] > .sp_inline-first{
    display: inline;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }
  .login_btn:hover{
    opacity: .6;
    text-decoration: none;
  }
  .nav-wrapper a:hover, .nav-wrapper a:focus, .nav-wrapper a:active {
    background-color: transparent;
    text-decoration: none;
    opacity: .6;
  }
  .header .inner{
    width: 100%;
    max-width: 1160px;
    margin: 0 auto;
    height: 100%;
    align-items: center;
    display: flex;
    justify-content: start;
    padding: 0 7.2vw;
  }
  .nav-wrapper p,.nav-wrapper a {
    font-size: 3.73vw;
    font-weight: 300;

  }
  .footer-inner {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 5%;
    display: flex;
/*     justify-content: center; */
    flex-wrap: wrap;
  }
  .footer-box{
    margin-top: 6.66vw;
    width: 75vw;
    display: inline-flex;
    justify-content: space-between;
  }
  
  .nav-wrapper a.p0 {
    padding: 0;
  }
  .logo{
    display: inline-flex;
    align-items: center;
    line-height: 1;
    font-size: 12px;
    margin: 0;
  }
  .logo img {
    max-height: 40px;
}
  .logo a{
    color: #000;
    text-decoration: none;
  }
  .logo_a{
    width: 32.33vw;
  }
  .logo a:hover{
    opacity: .6;
  }
  .logo_line{
    margin: 0 4vw;
  }
  /*main{
    padding-top: 55px;
  }*/
  .hero h1 {
    text-shadow: 0 0 15.5px rgba(48, 109, 143, 0.8);
    font-size: 6.933vw;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.5;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    margin-bottom: 0;
  }
  .hero.home h1 {
    line-height: 1.2;
  }
  .hero h1 span {
    text-shadow: 0 0 19.9px rgba(22, 98, 132, 0.8);
    font-size: 4.2vw;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.85;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
  }
  .hero.home h1 span {
    font-size: 3.466vw;
  }
  .hero{
    background: linear-gradient(86.06deg, #01BFCE 6.28%, #0197D1 99.84%);
    background-position: center center;
    height: auto;
    padding:1em;
  }
  .hero.home{
    height: auto;
    padding:1em;
  }
  .hero-inner{
    position: static;
    transform: none;
    display: block;
  }
  .sp_only_scroll{
    font-size: 4vw;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 1.5px;
    text-align: left;
    color: #ffffff;
    position: absolute;
    top: 46.3333vw;
    left: 50%;
    transform: translateX(-50%);
  }
  .sp_only_scroll:hover, .sp_only_scroll:active, .sp_only_scroll:focus {
    text-decoration: none !important;
  }
  .sp_only_scroll:after {
    content: "";
    display: block;
    width: 2.4vw;
    height: 2.4vw;
    position: absolute;
    bottom: -3.6666vw;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    border-right: 1px solid #FFF;
    border-bottom: 1px solid #FFF;

  }
  .search-full input[type="search"]{
    width: 100%;
    height: 12vw;
    font-size: 3.2vw;
    padding: 0 0 0 10.4vw;
    background: #fff;
  }

  /*================================================================================================
  categories blocks
  ================================================================================================*/
  section.categories.blocks {
    padding: 1.5em 3vw;
    border-radius: 0.13vw;
    background-color: #fafafa;
    margin-bottom: 9vw;
    margin-top: 30px;
  }
  h2 + section.categories.blocks {
    margin-bottom: 8vw; 
  }
  .categories.blocks h3.blk {
    background-color: #7d7d7d;
  }
  .categories.blocks h3{
    font-size: 5vw;
  }

  #not-signed .blocks-item:nth-child(2){
    margin-bottom: 0;
  }
  .section h2 {
    margin-bottom:  8vw;
    position: relative;
    font-size: 5.06vw;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    color: #454545;
  }
  .section h2:after {
    content:"";
    display: block;
    width: 8vw;
    height: 2px;
    background-color: #1ea0da;
    position: absolute;
    bottom: -4vw;
    left: 50%;
    transform: translateX(-50%);
  }

  .blocks-item:last-child {
    margin-bottom: 0 !important;
  }

  .blocks-item-blank{
    width: 74.66vw;
    height: 0;
    opacity: 0;
  }

  section.section.knowledge-base {
    width: 100%;
  }
  /*================================================================================================
  foot
  ================================================================================================*/

  section.section.foot li.blocks-item-btn {
    width: 43.33vw;
    border-radius: 0.4vw;
    border: solid 1px #dcdcdc;
    background-color: #ffffff;
    margin-bottom: 4vw;
  }
  section.section.foot li.blocks-item-btn:nth-child(n+3) {
    margin-bottom: 0vw;
  }
  section.section.foot li.blocks-item-btn:hover a.blocks-item-link {
    font-size: 3.2vw;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.29;
    letter-spacing: normal;
    text-align: center;
    box-sizing: border-box;
    position: relative;
  }

  section.section.foot a.blocks-item-link {
    font-size: 3.2vw;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.29;
    letter-spacing: normal;
    text-align: center;
    box-sizing: border-box;
    position: relative;
    color: #1ea0da;
/*     padding-left: 10.66vw; */
  }
  section.section.foot a.blocks-item-link.img01:after {
    content: "";
    display: block;
    width: 5.2vw;
    height: 6.8vw;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 5.2vw;
/*     background: url(/hc/theming_assets/01HZKWCVC9KTW89T5G400EHQC7); */
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
  }

  section.section.foot a.blocks-item-link.img02:after {
    content: "";
    display: block;
    width: 5.6vw;
    height: 4.93vw;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 5.6vw;
/*     background: url(/hc/theming_assets/01HZKWCX40P7HF126R51R4E3J1); */
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;

  }
  section.section.foot a.blocks-item-link.img03:after {
    content: "";
    display: block;
    width: 7.6vw;
    height: 4.533vw;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 4vw;
/*     background: url(/hc/theming_assets/01HZKWCZENFXBM54EKFDKYT7W4); */
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;

  }

  /*================================================================================================
  topics
  ================================================================================================*/
  section.section.topics h3 {
    font-size: 3.733vw;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 10.4vw;
    letter-spacing: normal;
    text-align: left;
    color: #333333;
    background: none;
    position: relative;
    height: 10.4vw;
    width: 50vw;
/*     2020/2/21 野条　TOP変更
    margin: 0 auto 8vw 29.4vw; */
    margin: 0 auto 0 29.4vw;
  }

  section.section.topics h3:before {
    content: "";
    display: block;
    width: 10.4vw;
    height: 10.4vw;
    position: absolute;
    background: url(/hc/theming_assets/01HZKWD06E65V85NVJVH7EJ7YR);
    top: 50%;
    transform: translateY(-50%);
    left: -13.3vw;
    background-size: cover;
  }
  section.section.topics ul.topics-list{
    position: relative;
    display: block;
    justify-content: center;
    flex-wrap: wrap;
  }
  section.section.topics ul.topics-list li{
    position: relative;
    margin: 0;
    width: 100%;
    box-sizing: border-box;
    padding-left: 4vw;
  }

  section.section.topics .blocks-item-link {
    font-size: 3.444vw;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.62;
    letter-spacing: normal;
    text-align: left;
    color: #333333 !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  section.section.topics ul.topics-list li:before {
    content: "・";
    display: block;
    position: absolute;
    top: 52%;
    transform: translateY(-50%);
    left: -0.5vw;
    color: #1ea0da;
  }
  section.section.topics ul.topics-list li.b-none:before {
    content: none;

  }
  
/*   2020/2/21 野条　TOP変更
  section.section.topics{
    margin-bottom: 0;
  } */
  
  /*================================================================================================
  footer
  ================================================================================================*/
  .footer{
    background-color: #4B585E;
    margin-top: 16vw;
    padding: 8vw 0;
  }
  
/*   2020/2/21 野条　TOP変更 */
  @media screen and (max-width: 768px){
    .footer{
      border-top: 1px solid #ddd;
      margin-top: 20px;
      padding: 20px 0 10px;

    }
  }

  
  .footer a{
    font-size: 3.2vw;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff !important;
  }
  .footer a.contact-link{
    font-size: 3.4vw;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff !important;
    position: relative;
  }
  .footer a.contact-link:after {
    content: '';
    display: block;
    width: 1.6vw;
    height: 1.6vw;
    position: absolute;
    top: 50%;
    right: -2.6vw;
    transform: translateY(-50%) rotate(-45deg);
    border-right: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
  }
  .footer a.shouhyou-link{
    font-size: 3.4vw;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff !important;
/*         2020/2/21 野条　TOP変更
    position: relative; */
  }


  /*================================================================================================
  category page
  ================================================================================================*/
  .category-content {
    flex: none;
  }
  .cat_h1_area {
    /*position: absolute;*/
    /*top: 50%;*/
    /*transform: translateY(-50%);*/
    /*width: 56%;*/
  }
  .category-container {
    display: block;
    width: 100%;
  }

  .category-container .page-header h1{
    font-size: 5.066vw;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    color: #1ea0da;
    margin-bottom:0.7333vw;
  }
  .category-container .page-header-description {
    font-size: 2.933vw;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.91;
    letter-spacing: normal;
    text-align: left;
    color: #1ea0da;
    margin-bottom: 0;
  }
  .category-container span.page-header-description:last-child {
    display: none !important;
  }
  .section-tree {
    display: block;
    margin-top: 2em;
  }

  .category-container .section-tree .section:last-child{
    margin-bottom: 0vw;
  }
  a.see-all-articles {
    color: #1ea0da;
  }
  .section-tree .section {
    flex: none;
    padding-top: 2em;
    padding-bottom: 2em;
  }
  .category-container li.article-list-item:hover {
    border: solid 1px #1ea0da;
  }
  .category-container li.article-list-item:last-child {
    margin-bottom: 0px;
  }

  .category-container a.article-list-link:hover{
    text-decoration: none;
  }


}/*sp*/

span.icon-star {
  display: none !important;
}

/* 以下、野条追加分 */

/* 野条　目次入れ子 */
.mokuji-waku {
  border: 2px solid #e6e6e6; 
  padding: 1.5em 5em;
  max-width: 610px;
  margin: 1em auto;
  border-radius: 6px;
}

.mokuji-waku ol {
  counter-reset: section;
  margin-top: 1em;
}

.mokuji-waku li {
  list-style: none;
  text-indent: -1em;
  margin-left:1em;
  margin-bottom: 1em;
}
.mokuji-waku li ol li{
  margin-bottom: 0;
  text-indent: -2em;
  margin-left: 2em;
}

.mokuji-waku ol>li:before {
    content : counters(section, '-') '. ';
    counter-increment : section;
}
.mokuji-waku-title{
  text-align:center;
  font-weight:bold;
  font-size: 1.5em;
  margin: 0;
  letter-spacing: 0.1em;
}

.interview .mokuji-waku{
  border: 3px solid #0092D1;
}
.interview .mokuji-waku ol,
.interview .mokuji-waku li span{
   font-weight:bold;
}

@media screen and (max-width: 768px){
  .mokuji-waku {
    padding: 1em;
    padding-left: 1.5em;
    margin-left: 2px;
   }

}

/* 事前準備　野条　2019/12/12 */

.article-body .preparation{
  border: 2px solid #87ceeb;
  border-radius: 5px;
  background-color: #f0f8ff;
  padding: 1em 1.5em;
  margin-bottom: 1em;
  margin-top: 1em;  
}
.article-body .preparation p {
    margin: 0; 
    padding: 0;
}
.article-body .preparation h4{
  margin-bottom:0;
}
.article-body .preparation .wysiwyg-font-size-large{
	display: block;
	margin-bottom: 0.5em;
}

/* 説明　野条　2019/12/20 */
.gray-box {
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #2c2c2f;
    background: #EEEEEE;
}
.gray-box p {
    margin: 0; 
    padding: 0;
    text-align: center;
}



#doukon{
  margin-top: -70px;
  padding-top: 70px;
}

#toritsuke{
  margin-top: -70px;
  padding-top: 70px;
}

#supe-sa-{
  margin-top: -70px;
  padding-top: 70px;
}

#nfc{
  margin-top: -70px;
  padding-top: 70px;
}

#door{
  margin-top: -70px;
  padding-top: 70px;
}

#app{
  margin-top: -70px;
  padding-top: 70px;
}

#remote{
  margin-top: -70px;
  padding-top: 70px;
}

#next{
  margin-top: -70px;
  padding-top: 70px;
}


/* #douteki_yusen{
  margin-top: -70px;
  padding-top: 70px;
}

#douteki_musen{
  margin-top: -70px;
  padding-top: 70px;
}

#kotei_yusen{
  margin-top: -70px;
  padding-top: 70px;
}

#kotei_ip{
  margin-top: -70px;
  padding-top: 70px;
} */

/* スマホ画面対応テーブル（自動調整） */
.nojo_table {
	width:100%;
/*   border: 1px solid ; */
  border-collapse: collapse;
}

.nojo_table th{
  width: 20%;
  border: 1px solid ;
  border-collapse: collapse;
  text-align: center;
}

.nojo_table td {
	width: 80%;
  border: 1px solid ;
  border-collapse: collapse;
}

/* スマホ画面対応テーブル（スクロール） */
.scroll{
overflow: auto;
white-space: normal;
}
.scroll::-webkit-scrollbar{
 height: 5px;
}
.scroll::-webkit-scrollbar-track{
 background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {
 background: #BCBCBC;
}

/* 2020/3/9 野条　QRコード */
.table_qr {
	width:100%;
  border: none;
  margin: 30px 0 50px;
  text-align: center;
  table-layout: fixed;
}

.table_qr th{
  border: none;
}

.table_qr td {
  border: none;
}

/* 2020/3/9 寺川 ドアセンサー表 */
.table_wk {
	width:100%;
  border: solid 2px black;
  text-align: center;
}

.table_wk th{
  width:50%;
  border: solid 2px black;
}

.table_wk td {
  width:50%;
  border: solid 2px black;
  vertical-align: top;
}

/* 2020/3/10 野条　KP_ledランプ */
/* .table_kp-led {
	width:85%;
  border: solid 1px lightgray;
  margin: 30px auto 30px;
  text-align: center;
  table-layout: fixed;
}

.table_kp-led th{
  width: 100%;
  border: solid 1px lightgray;
  text-align: center;
  color: white;
  background-color: #0092D1;
}

.table_kp-led td {
  width: 100%;
  border: dashed 1px lightgray;
	text-align: center;
}

.table_kp-led tr:nth-child(2n+1) td {
  background-color: #f5fffa;
} */


/* 2020/10/19 野条　KP_ledランプ */
.table_kp-led {
	width:100%;
  margin: 0.5em auto;
  text-align: center;
/*   table-layout: fixed; */
}


.table_kp-led th{
  width: 100%;
  border: solid 1px lightgray;
  text-align: center;
  color: white;
  background-color: #0093D2;
}

.table_kp-led td {
  width: 100%;
  border: solid 1px lightgray;
  text-align: left;
  padding: 0.3em 0.5em;
}



/* 2020/3/10 野条　KP_ledランプ,text-align leftVer */
.table_left {
/* 	width:85%;
  border: solid 1px lightgray; */
  margin: 30px auto 30px;
  text-align: left;
  table-layout: fixed;
}

.table_left th{
  width: 100%;
  border: solid 1px lightgray;
  text-align: center;
  color: white;
  background-color: #0092D1;
}

.table_left td {
  width: 100%;
  border: dashed 1px lightgray;
	text-align: left;
  padding: 10px;
}

/* .table_left tr:nth-child(2n+1) td {
  background-color: #f5fffa;
} */

/* 2020/3/30 野条 鍵権限 */
.table_key {
	width:100%;
  text-align: center;
}

.table_key th{
  width: 33%;
  border: solid 1px black;
  text-align: center;
  color: white;
  background-color: #0092D1;
}

.table_key td {
  width: 33%;
  border: solid 1px;
	text-align: center;
}


/* ガイドライン（手順） */
/* p {
  margin: 0;
}

li {
  list-style: none;
}

div {
  display: block;
} */

.article-body ul li.l-order__block {
  padding-left: 60px;
  padding-bottom: 50px;
  position: relative;
  list-style: none;
  text-indent: 0;
}

@media screen and (max-width: 768px){
  .article-body ul li.l-order__block {
    padding-left: 46px;
  }
}


.article-body ul li.l-order__block::before {
    content: '';
    width: 4px;
    height: 100%;
    display: inline-block;
    background: #e6e6e6;
    position: absolute;
    left: 14px;
    top: 0;
  z-index: -1;
}
.article-body ul li.l-order__block:last-child::before {
  content: none;
}


.l-media::after {
    content: "";
    display: block;
    clear: both;
}



.l-order__heading {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  text-align: center;
  color: #FFF;
  background: #0092D1;
  border-radius: 16px;
  width: 32px;
  height: 32px;
  font-size: 18px;
  line-height: 32px;
  margin: 0
}

.l-media.flex{
 display:flex;
 gap: 10px;
}

.l-media .l-media__col-main{
  width: calc(100% / 20 * 10 - 40px / 2);
  }

.l-media .l-media__col-sub{
  width: calc(100% / 20 * 10 - 40px / 2); }

.l-media > .l-media__col-main{
  float: left;
  }

.l-media .l-media__col-main + .l-media__col-sub{
  float: right;
  }

.l-media > .l-media__col-sub{
  float: left; }

.l-media .l-media__col-sub + .l-media__col-main{
  float: right; }
.l-media .l-media__col-sub + .l-media__col-main.sp-btm{
  float: left; }

 @media screen and (max-width: 767px) {
     .l-media.flex {
        flex-flow: column;
     }
    .l-media .l-media__col-main,
    .l-media .l-media__col-sub{
      width: 100%;
      margin: 0;
     }
}

   

/* 野条タブ設定 */

<style type="text/css">
   /* ▼タブ機能の掲載領域の装飾(※必須ではありません) */
   .tabbox { margin: 0px; padding: 1em; background-color: #f8f8ff; }

   /* ▼タブ機能を制御するラジオボタン(非表示にする) */
   .tabbox input { display: none; }

   /* ▼タブ(共通装飾＋非選択状態の装飾) */
   .tab {
      display: inline-block;
      border-width: 1px 1px 1px 1px;
      border-style: solid;
/*       border-color: black; */
      border-radius: 0.75em 0.75em 0.75em 0.75em;
      padding: 0.75em 1em;
      color: #428bca;
      background-color: white;
      font-weight: bold;
     	box-shadow: 2px 2px 4px gray;
     margin-left: 15px;
   }

   /* ▼タブにマウスポインタが載った際の装飾 */
   .tab:hover {
      background-color: skyblue;
      color: white;
      cursor: pointer;
   }

   /* ▼チェックが入っているラジオボタンの隣にあるタブの装飾(＝選択状態のタブ) */
   input:checked + .tab {
      color: white;
      background-color: #2aa7d4;
      position: relative;
      z-index: 5;
   }

   /* ▼タブの中身(共通装飾＋非選択状態の装飾) */
   .tabcontent {
      display: none;
      /* border: 1px solid black; */
      margin-top: -1px;
      padding: 1em;
      position: relative;
      z-index: 0;
/*       background-color: #2aa7d4; */
   }

   /* ▼チェックが入っているラジオボタンに対応するタブの中身を表示する */
   #tabcheck1:checked ~ #tabcontent1 { display: block; }
   #tabcheck2:checked ~ #tabcontent2 { display: block; }
   #tabcheck3:checked ~ #tabcontent3 { display: block; }



/* 2020/1/21 野条　タブ切り替えVer2 */


.cp_tab *, .cp_tab *:before, .cp_tab *:after {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_tab {
	margin: 1em auto;
  width: 100%;
}
.cp_tab > input[type='radio'] {
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	outline: none;
	background: none;
	-webkit-appearance: none;
	        appearance: none;
	display: none;
}
.cp_tab .cp_tabpanel {
	display: none;
}
.cp_tab > input:first-child:checked ~ .cp_tabpanels > .cp_tabpanel:first-child,
.cp_tab > input:nth-child(3):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(2),
.cp_tab > input:nth-child(5):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(3),
.cp_tab > input:nth-child(7):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(4),
.cp_tab > input:nth-child(9):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(5),
.cp_tab > input:nth-child(11):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(6) {
	display: block;
}
.cp_tab > label {
	position: relative;
	display: inline-block;
	padding: 15px;
	cursor: pointer;
	border: 1px solid #cccccc;
	border-bottom: 0;
  background-color: white;
  color: #cccccc;
/*   width: 100%/3; */
}
.cp_tab > label:hover,
.cp_tab > input:focus + label {
	color: #cccccc;
  background-color: white;
  font-weight: bold;
}
.cp_tab > input:checked + label {
/* 	margin-bottom: -2px; */
	border-color: #cccccc;
/* 	border-bottom: 1px solid #ffffff;背景色と同じ */
	border-radius: 0;
  border-width: 2px;
  border-style: solid;
  background-color: #cccccc;
  color: white;
  font-weight: bold;
}
.cp_tab .cp_tabpanel {
	padding: 0.5em 1em;
	border-top: 2px solid #cccccc;
}
@media (max-width: 480px) {
	.cp_tab {
		width: 100%;
		font-size: 0.8em;
	}
	.cp_tab label {
		padding: 0.5em;
	}
}


/* 2020/1/24 野条　タブ切り替えver3 */
.tab-wrap {
  display: flex;
  flex-wrap: wrap;
  margin:20px 0;
}
.tab-wrap:after {
  content: '';
  width: 100%;
  height: 3px;
  background: #0092D1;
  display: block;
  order: -1;
}
.tab-label {
  color: White;
      background-repeat: no-repeat;
  background-color: #68737d;
  font-weight: bold;
  text-shadow: 0 -1px 0 rgba(0,0,0,.2);
  white-space: nowrap;
  text-align: center;
  padding: 10px .5em;
  order: -1;
  position: relative;
  z-index: 1;
  cursor: pointer;
  border-radius: 5px 5px 0 0;
  flex: 1;
  margin: 0 1%;
}
.tab-label:not(:last-of-type) {
  margin-right: 1px;
}
.tab-content {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
/* アクティブなタブ */
.tab-switch:checked+.tab-label {
  background-color: #0092D1;
}
.tab-switch:checked+.tab-label+.tab-content {
  height: auto;
  overflow: auto;
  padding: 15px;
  opacity: 1;
  transition: .5s opacity;
  box-shadow: 0 0 3px rgba(0,0,0,.2);
}

.tab-label.pro,
.tab-label.ctl{
text-align: left;
    padding: 1.7em 1em;
    padding-left: 106px;
    font-size: 1.6em;
    background-position: 14px 50%;
    background-size: 80px;
}
.tab-label.pro {
  background-image:url(/hc/theming_assets/01HZKWD86E5CJDQ4SC1Y2PM0C1);
}
.tab-label.ctl {
  background-image:url(/hc/theming_assets/01HZKWD7K0W2YX2FQ5GN6CH8WA);
}
@media screen and (max-width: 768px){
  .tab-label.pro,
  .tab-label.ctl{
    padding: 1.5em 0.5em;
    padding-left: 50px;
    font-size: 12px;
    background-position: 5px 50%;
    background-size: 37px;
  }
}

/* ラジオボタン非表示 */
.tab-switch {
  display: none;
}

/* 2020/9/16 藤井　タブ切り替えver3 */
.tab-wrap2 {
  display: flex;
  flex-wrap: wrap;
  margin:20px 0;
}
.tab-wrap2:after {
  content: '';
  width: 100%;
  height: 3px;
  background: #0092D1;
  display: block;
  order: -1;
}
.tab-label2 {
  color: White;
  background: LightGray;
  font-weight: bold;
  text-shadow: 0 -1px 0 rgba(0,0,0,.2);
  white-space: nowrap;
  text-align: center;
  padding: 10px .5em;
  order: -1;
  position: relative;
  z-index: 1;
  cursor: pointer;
  border-radius: 5px 5px 0 0;
  flex: 1;
}
.tab-label2:not(:last-of-type) {
  margin-right: 1px;
}
.tab-content2 {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
/* アクティブなタブ */
.tab-switch2:checked+.tab-label2 {
  background: #0092D1;
}
.tab-switch2:checked+.tab-label2+.tab-content2 {
  height: auto;
  overflow: auto;
  padding: 15px;
  opacity: 1;
  transition: .5s opacity;
  box-shadow: 0 0 3px rgba(0,0,0,.2);
}
/* ラジオボタン非表示 */
.tab-switch2 {
  display: none;
}


/* 2020/10/9 野条　タブ切り替えver3 */
.tab-wrap3 {
  display: flex;
  flex-wrap: wrap;
  margin:20px 0;
}
.tab-wrap3:after {
  content: '';
  width: 100%;
  height: 3px;
  background: #0092D1;
  display: block;
  order: -1;
}
.tab-label3 {
  color: White;
  background: LightGray;
  font-weight: bold;
  text-shadow: 0 -1px 0 rgba(0,0,0,.2);
  white-space: nowrap;
  text-align: center;
  padding: 10px .5em;
  order: -1;
  position: relative;
  z-index: 1;
  cursor: pointer;
  border-radius: 5px 5px 0 0;
  flex: 1;
}
.tab-label3:not(:last-of-type) {
  margin-right: 1px;
}
.tab-content3 {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
/* アクティブなタブ */
.tab-switch3:checked+.tab-label3 {
  background: #0092D1;
}
.tab-switch3:checked+.tab-label3+.tab-content3 {
  height: auto;
  overflow: auto;
  padding: 15px;
  opacity: 1;
  transition: .5s opacity;
  box-shadow: 0 0 3px rgba(0,0,0,.2);
}
/* ラジオボタン非表示 */
.tab-switch3 {
  display: none;
}


/*   20200204寺川アコーディオン */
.cp_actab {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
	color: #FFFFFF;
}
.cp_actab input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.cp_actab label {
	font-weight: bold;
	line-height: 3;
	position: relative;
	display: block;
	padding: 0 0 0 1em;
	cursor: pointer;
	margin: 0 0 1px 0;
	background: #1ea0da;
  color: white;
}
.cp_actab .cp_actab-content {
	overflow: hidden;
	max-height: 0;
	-webkit-transition: max-height 0.35s;
	transition: max-height 0.35s;
	color: #555555;
	background: #EBEDF4;
}
.cp_actab .cp_actab-content p {
	margin: 1em;
}
/* :checked */
.cp_actab input:checked ~ .cp_actab-content {
	max-height: 20em;
}
/* Icon */
.cp_actab label::after {
	line-height: 3;
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 3em;
	height: 3em;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
	text-align: center;
}
.cp_actab input[type=checkbox] + label::after {
	content: '+';
}
.cp_actab input[type=checkbox]:checked + label::after {
	transform: rotate(315deg);
}


/*20200205寺川吹き出し*/
h1.fukidashi {
  position: relative;
  padding: .5em .75em;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 6px;
}
h1.fukidashi::before,
h1.fukidashi::after {
  position: absolute;
  top: 100%;
  left: 30px;
  content: '';
  height: 0;
  width: 0;
  border: 10px solid transparent;
}
h1.fukidashi::before {
  border-top: 15px solid #ccc;
}
h1.fukidashi::after {
  margin-top: -2px;
  border-top: 15px solid #fff;
}

/* 野条アコーディオン */
input[name=navinput]{
  display: none;
}
.listnav01:hover,
.listnav02:hover{
  color: #999;
}
.listnav01:after,
.listnav02:after{
  content: "　▼";
  color: #1ba0da;
}
#nav01:checked ~ .title .listnav01:after,
#nav02:checked ~ .title .listnav02:after{
  content: "　▲";
}
.box{
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: 0.5s;
  padding: 0 10px;
}
#nav01:checked ~ .box01,
#nav02:checked ~ .box02{
  height: auto;
  opacity: 1;
  background: #eee;
  padding: 10px;
  border-radius: 15px;
}

.float-left{
  float: left;
}

/* 2020/3/18 野条　Box */
.general_box {
    padding: 0.5em 1em;
    margin: 2em 0;
  	border: solid 1px #ddd;
    color: #2c2c2f;
    background: #f7f7f7;  
}

/* 2020/4/23　野条　見出し */
.article_heading{
  margin: 25px 0 18px 0;
  padding: 0.5em;
  border-left: solid 5px #006FB9;
  line-height: 1.4;
}

.article_heading.cse {
    margin: 25px 0 1em 0;
    padding: 0.5em;
    line-height: 1.4;
    padding:0;
    padding-left: 0;
    color: #008CCF;
    font-size: 1.5em;
  border-left:none;
}

/* 2020/4/23　野条　表（2:3） */
.table_monitorling {
  margin: 20px 0 20px 0;
  table-layout:auto;
	width:100%;
  text-align: left;
}

.table_monitorling th{
  border: solid 1px black;
  text-align: center;
  color: white;
  background-color: #0092D1;
}

.table_monitorling td {
  border: solid 1px;
	text-align: left;
}

/* 2020/4/27 野条　カレンダー */

.calendar{
  margin: 30px 20px 30px 0;
  border: solid 1px #ccc ;
  text-align: center;
}

.calendar th{
  border: solid 1px #ccc ;
  width: 30px;
}

.calendar td{
  border: solid 1px #ccc ;
  width: 30px;
}


.cellTableHead{
  background: #efefef;
}

.cellSunday{
 background: #ECC6C7; 
}

.cellSaturday {
    background: #BDE2E8;
}

.cellHoliday {
    background: #ECC6C7;
}

.other-monthes {
  color: lightgray ;
}

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

.boxContainer{
  display: flex;
  width: 100%;
}

/* 点滅 */
.blinking{
	-webkit-animation:blink 0.5s ease-in-out infinite alternate;
    -moz-animation:blink 0.5s ease-in-out infinite alternate;
    animation:blink 0.5s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}

/* 2020/5/15　野条　蛍光ペン */

.line_yellow_futo {
background: linear-gradient(transparent 50%, #ffff66 0%);
}


/*2020/6/11 寺川　オレンジボックス */
.orange_box{
  padding: 10px;
  margin: 20px;
  border: none;
  border-radius: 5px;
  color: white;
  background-color: #f4a460;
}

.box_attention {
  border: 2px solid #ff9d9d;
  margin-bottom: 1em;
  margin-top: 1em;
  background: #fff5f4;
  padding: 1em 1.5em;
  border-radius: 5px;
}
.box_attention p {
    margin: 0; 
    padding: 0;
}
.box_attention h4{
  margin-bottom:0;
}

.margin_2em {
    margin: 2em;
}

.margin_3em {
    margin: 3em;
}


/* 2020/7/30 野条　required */

/* input:required {
  background: #FFEFEF ;
}

select:required {
  background: #FFEFEF ;
}

textarea:required {
  background: #FFEFEF ;
} */

/* 入力エラーのスタイル */
input[type=text]:required,
input[type=email]:required,
input[type=email]:invalid,
select:required,
textarea:required {
	color: #630015;
	border-color: #FFEFEF;
	background-color: #FFEFEF;
}

/* 入力値が正常な時のスタイル */
input[type=text]:valid,
input[type=email]:valid,
select:valid,
textarea:valid {
	color: #333;
	border-color: #ccc;
	background: #fff ;
}

.sub_title {
  padding: 0.5em;
  background: #E9EDF3;
  border-left: solid 5px #4B585E;
  margin-top: 6em;
}
.sub_title.cse {
  padding:0;
  background: none;
    padding-bottom: 0.3em;
    padding-left: 0.5em;
    font-size: 2em;
    border-bottom: 3px solid #dddddd;
  border-left: none;
    margin-top: 2em;
}


.interview .sub_title {
  background: none;
  font-size: 24px;
  margin: 4em 0 1.5em;
}
@media (max-width: 768px){
  .interview .sub_title {
    font-size: 1.2em;
    line-height: 1.6;
  }
}

.source_code {
    position: relative;
    margin: 2em 10%;
    padding: 25px 10px 7px;
  background: #f2f2f2;
/*     border: solid 2px #FFC107; */
}
.source_code .source_code_title {
    position: absolute;
    display: inline-block;
    top: -2px;
    left: -2px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 17px;
    background: #FFC107;
    color: #ffffff;
    font-weight: bold;
}
.source_code p {
    margin: 0; 
    padding: 0;
}
.box_supplement {
    position: relative;
    margin: 2em 0;
    padding: 0 1.5em 1.5em;
  background: #f2f2f2;
}
.box_supplement.border {
  background: none;
  border: 2px solid #0092D1;
  border-radius: 5px;
}
@media (max-width: 768px) {
	.box_supplement {
    padding-left: 1.5em;
    padding-right: 1.5em;
	}
}

.box_supplement .box_supplement_title {
    display: block;
    top: 0;
    left: 0;
    padding: 0.5em 1em 0.45em;
    margin-left: -1.5em;
    margin-right: -1.5em;
    margin-bottom: 1em;
    line-height: 1.2;
    font-size: 1em;
    background: #0092D1;
    color: #ffffff;
    font-weight: bold;
    letter-spacing: 0.03em;
}
@media (max-width: 768px) {
  .box_supplement .box_supplement_title {
        font-size: 1em;
  }
}
.box_supplement p {
    margin: 0; 
    padding: 0;
}

/* 藤井 2020/10/10 補足文 */

.description {
    position: relative;
    margin: 2em 0%;
    padding: 3.5em 1.5em 1.5em 3em;
   /* background: #e4f3f9;*/
    background: #f8fafd;
    border: 5px solid #e9f7fd;
}

.box_description {
    position: absolute;
    display: inline-block;
    top: -2px;
    left: -2px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 17px;
    background: #0092D1;
    color: #ffffff;
    font-weight: bold;
}

.box_description p {
    margin: 0; 
    padding: 0;
}

.article_meta_wrap{
  display: flex;
  justify-content: space-between;
}
.print_button_wrap{
  margin: 0;
}
.print_button {
  font-weight: bold;
  color: #0092d1;
  background-color: #fff;
  border: 1px solid #0092d1;
  border-radius: 5px;
  padding: 0.2em 1em;
  font-size: 12px;
}
@media (max-width: 768px) {
  .print_button_wrap{
    display:none;
  }
}
/* 2020/11/24 野条　h4 */
.sub_heading {
  border-left: 3px solid #0092D1;
  padding-left: 13px;
  margin-left: 5px;
  font-size: 18px;
}

/* 2020/11/24 藤井　カテゴリーボタン */

.category_button {
  font-weight: 450;
  color: #0092d1;
  background-color: #fff;"
  border: 2px solid;
  border-color: #0092d1;
  border-radius: 20px;
  padding: 3px 1em;
}

/* 2020/11/25 野条 対象機器、権限 */

.label_icon{
  flex-flow: row nowrap;
  align-items: center;
  margin-left: 5px;
  border: 1px solid #ccc;
  border-radius: 15px;
  padding: 5px 10px;
  color: #999;
  font-size: 11px;
}



.oneArea {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  max-width: 1024px;
  margin: 1em auto;
  padding: 0 10px;
}
.oneArea .onebox {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 20px;
}
.oneArea .twobox {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  flex-direction: row-reverse;
  margin-top: 20px;
}
.oneArea .onebox .imgArea {
  width: 16%;
  position: relative;
}
.oneArea .twobox .imgArea {
  width: 16%;
  position: relative;
}
.oneArea .onebox .imgArea img {
  width: 100%;
  max-width: 130px;
  position: absolute;
  top: 0;
  left: 0;
  padding-right: 30px;
}
.oneArea .twobox .imgArea img {
  width: 100%;
  max-width: 130px;
  position: absolute;
  top: 0;
  right: 0;
  padding-left: 30px;
}
.oneArea .onebox .fukiArea {
  width: 67%;
}
.oneArea .onebox .fukidasi {
  width: 100%;
  position: relative;
  padding: 15px;
  background-color: #f2f3f7;
  font-size: 16px;
  color: #231815;
  border-radius: 12px;
  box-sizing: border-box;
}
.oneArea .onebox .fukidasi::before {
  content: '';
  position: absolute;
  display: block;
  top: 22px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 30px 15px 0;
  border-color: transparent #f2f3f7 transparent transparent;
  left: -20px;
}


.oneArea .twobox .fukiArea {
  width: 67%;
}
.oneArea .twobox .fukidasi {
  width: 100%;
  position: relative;
  padding: 15px;
  background-color: #fde5e5;
  font-size: 16px;
  color: #231815;
  border-radius: 12px;
  box-sizing: border-box;
}
.oneArea .twobox .fukidasi::before {
  content: '';
  position: absolute;
  display: block;
  top: 22px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 30px 15px 0;
  border-color: transparent #fde5e5 transparent transparent;
  right: -20px;
  transform: rotate(180deg);
}

@media screen and (max-width: 1024px) {
  .oneArea .onebox .imgArea img {
/*     max-width: 70%; */
  }
  .oneArea .onebox .fukidasi {
    padding: 15px;
    font-size: 14px;
  }
  .oneArea .onebox .fukidasi::before {
    top: 8px;
  }
  .oneArea .twobox .imgArea img {
/*     max-width: 70%; */
  }
  .oneArea .twobox .fukidasi {
    padding: 15px;
    font-size: 14px;
  }
  .oneArea .twobox .fukidasi::before {
    top: 8px;
  }  
}
@media screen and (max-width: 420px) {
  .oneArea {
    margin: 30px auto;
  }
  .oneArea .onebox {
    margin: 30px 0;
  }  
  .oneArea .twobox {
    margin: 15px 0;
  }
  .oneArea .onebox .imgArea {
    width: 33%;
    height: 70px;
  }
  .oneArea .onebox .fukidasi {
    padding: 10px 15px;
    font-size: 12px;
  }
  .oneArea .twobox .imgArea {
    width: 33%;
    height: 70px;
  }
  .oneArea .twobox .fukidasi {
    padding: 10px 15px;
    font-size: 12px;
  }  
}

@media screen and (max-width: 420px) {
  .video_frame{
    width: 100%;
  }
}

.movie_responsive {
position: relative;
height: 0;
padding: 30px 0 56.25%;
overflow: hidden;
}

.movie_responsive iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/* お知らせ　赤枠 */
.note{
    text-align: center;
    border: 1px solid #FF5757;
    margin-bottom: 1em;
    margin-top: 1em;
    background: #ffebe9;
}
.note p{
    margin: 0.7em;
    font-size: 1em;
    letter-spacing: 0.05em;
}

/* 初期導入ガイド */
ul.anchor_list{
  display: flex;
  flex-wrap: wrap;
  align-items: normal;
  justify-content: space-between;
  font-size:14px;
}
ul.anchor_list li{
flex-basis: calc((100% - 20px) / 2);
    max-width: calc((100% - 20px) / 2);
    margin-top: 20px;
  background: #D9F6F8;
    border-radius:5px;
}
.anchor_button,
ul.anchor_list li{
  position: relative;
  font-size:14px;
}
ul.anchor_list a,
.anchor_button a{
  display: block;
  background: #D9F6F8;
  color: #595857;
  font-weight: bold;
  padding: 1em;
  padding-left: 3em;
  font-size: 1.2em;
  border-radius:5px;
}
.anchor_button a{
  padding-left: 1em;
}
ul.anchor_list li::before,
p.anchor_button::before{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 1em;
  margin: auto 0;
  line-height: 2;
  display: block;
  font-weight: bold;
  background: #ffff;
  width: 2em;
  height: 2em;
  border-radius: 100%;
  text-align: center;
}

ul.anchor_list li:hover::after,
p.anchor_button:hover::after{
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 19px solid transparent;
  border-left: 19px solid transparent;
  border-top: 12px solid #00C1CD;
  border-bottom: 0;
  margin: 0 auto;
  left: 0;
  right: 0;
}


ul.anchor_list .anchor_list01::before{
  content:"1";
}
ul.anchor_list .anchor_list02::before{
  content:"2";
}
ul.anchor_list .anchor_list03::before{
  content:"3";
}
ul.anchor_list .anchor_list04::before{
  content:"4";
}
p.anchor_list05{
  text-align:center;
}
p.anchor_list05::before{
  content:none;
}

@media screen and (max-width: 768px){
  ul.anchor_list{
    display:block;
  }
  ul.anchor_list li{
    max-width:100%;
  }
}

#intro p a {text-decoration: underline;}
#intro p a:hover {text-decoration: none;}
#intro .main_img{
    background: linear-gradient(86.06deg, #01BFCE 6.28%, #0197D1 99.84%);
    padding-left:15%;
}
#intro .main_img p{
    background: url(https://photosynthinc.zendesk.com/hc/article_attachments/4412758606617/header-img.png) no-repeat 0 50%;
    background-size: contain;
    font-size: 44px;
    line-height: 1.2;
    font-weight: bold;
    color: #fff;
    padding: 0.1em 0 0.5em;
    padding-left: 214px;
    margin: 0.5em 0;
    display: inline-block;
}
#intro .main_img small{
    font-size: 0.6em;
}

#intro .column.split4 li{
  text-align: center;
  line-height: 1;
  font-weight: bold;
}
#intro .column.split4 li img{
  border-radius: 9px;
  margin-bottom: 0.5em;
}
#intro .column.split4 li p {
  margin: 0; 
  font-weight:bold;
  margin-bottom: 0.3em;
}
#intro .column.split2{
    width: 70%;
    margin: 0 auto;
}
#intro .caution_block{
    background: #e5f9fa;
    padding: 1em;
    border-radius: 5px;
    margin-top: 3em;
}
#intro .caution_block .inner{
    margin: 0 auto;
    width: 100%;
    max-width: 652px;
}
#intro .caution_block .caution_text{
    font-weight: bold;
    line-height: 1.5;
    margin-left: 2em;
    padding-left: 4em;
    background: url(https://photosynthinc.zendesk.com/hc/article_attachments/4412758547865/caution_icon.png) no-repeat;
    background-size: contain;
    font-size: 1.15em;
}
#intro .caution_block .note_list{
    font-size: 12px;
    list-style: none;
    border-top: 2px solid #fff;
    padding: 0 0 0 1em;
    padding-top: 1em;
}
#intro .caution_block .note_list li{
    text-indent: -1em;
    padding-left: 1em;
}
#intro .accordion{
    background-color: #FFF !important;
    -webkit-box-shadow:0 2px 8px rgba(15,24,34,.08),0 2px 2px rgba(0,31,45,.08);
    box-shadow:0 2px 8px rgba(15,24,34,.08),0 2px 2px rgba(0,31,45,.08);
}
#intro .accordion dd{
    margin: 0;
    padding-top: 3em;
    padding: 3em;
    border-top: 2px solid #f5f5f5;
    display: none;
}
#intro .accordion dt h2{
    color: #0092d1;
    font-size: 1.7em;margin: 0;
}
#intro .accordion dt p{
    margin: 0;
}
#intro .accordion.intro_0 dt div{
    background: url(https://photosynthinc.zendesk.com/hc/article_attachments/4412771098393/intro_1.png) no-repeat;
    background-size: 88px;

}
#intro .accordion.intro_1 dt div{
    background: url(https://photosynthinc.zendesk.com/hc/article_attachments/4412758547097/intro_6.png) no-repeat;
    background-size: 88px;
}
#intro .accordion.intro_2 dt div{
    background: url(https://photosynthinc.zendesk.com/hc/article_attachments/4412771098137/intro_7.png) no-repeat;
    background-size: 88px;
}
#intro .accordion dt div{
    padding: 0;
    padding-left: 7.5em;
    min-height:88px;
}
#intro .accordion dt{
    padding: 3em;
    position: relative;
  cursor:pointer;
}
#intro .accordion dt:hover{
    background: #fafafa;
}
#intro .accordion dt::after{
    content: "";
  position: absolute;
  top: auto;
  bottom: 13%;
  right: 0;
  left: 0;
  margin: auto;
  vertical-align: middle;
  transition-duration: .5s;
  width: 18px;
  height: 18px;
  border-top: 2px solid #ddd;
  border-left: 2px solid #ddd;
  transform: rotate(-135deg);
}
#intro .accordion dt.active::after{
  transform: rotate(45deg);
  bottom: 10%;
}

.article-body #intro ul li.l-order__block{
    padding-left: 0;
    border-bottom: 2px dashed #f5f5f5;
    margin-bottom: 3em;
}
.article-body #intro ul li.l-order__block:last-child{
    border-bottom: none;
    margin-bottom: 0;
}
.article-body #intro ul li.l-order__block h3{
    padding-left: 2em;
    color: #0092d1;
    font-size: 1.4em;
    line-height: 1.5;
}
.article-body #intro ul li.l-order__block::before{
    content: none;
}
#intro .p-left{
    padding-left: 2em;
}
.btn_link{
    position: relative;
    display: inline-block;
    background: linear-gradient(86.06deg, #01BFCE 6.28%, #0197D1 99.84%);
    color: #fff !important;
    font-weight: bold;
    padding: 0.5em 1em;
    border-radius: 5px;
    padding-right: 2.5em;
}
#intro .btn_link:hover{
    text-decoration: none;
    opacity: 0.8;
}
.btn_link::after{
    position: absolute;
  content: "";
  top: 38%;
  bottom: 0;
  right: 1em;
  width: 0.4em;
  height: 0.4em;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
#intro .arrow{
    position: relative;
    padding-top: 5em;
    
}
#intro .arrow::before{
    position: absolute;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 1.8em 3em 0 3em;
    border-color: #b2def1 transparent transparent transparent;
    top: 8%;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.attention_2.toggle{
  margin-top:1em;
  margin-bottom: 1em;
  padding: 0 2% 1rem;
  background: #e5f8fa;
}

.attention_2.toggle h4:hover{
  text-decoration:underline;
}
.attention_2.toggle h4{
  position:relative;
  font-size: 2em;
  margin: 0;
  padding: 0.5em;
      padding-bottom: 0;
  padding-right: 1.5em;
      cursor: pointer;
}
.attention_2.toggle h4::after{
    content: "";
    position: absolute;
    top: auto;
    bottom: 25%;
    right: 7px;
    margin: auto;
    vertical-align: middle;
    transition-duration: .5s;
    width: 18px;
    height: 18px;
    border-top: 3px solid #0092d1;
    border-left: 3px solid #0092d1;
    transform: rotate(-135deg);
}
.attention_2.toggle h4.active::after{
    bottom: 11%;
    transform: rotate(45deg);
}
.attention_2.toggle h3{
  color: #0092d1;
}
.attention_2.toggle h4::before{
  content: "？";
  display: inline-block;
  background: #fff;
  width: 47px;
  height: 47px;
  text-align: center;
  border-radius: 100px;
  font-size: 36px;
  margin-right: 0.2em;
}
.attention_2.toggle ul.content_list{
display: none;
background: #fff;
padding: 1.3em 3%;
      margin-top: 1em;
}

@media screen and (max-width: 768px){
  .attention_2.toggle h4::before{
  width: 28px;
      height: 28px;
      font-size: 22px;
  }
  .attention_2.toggle h4 {
      font-size: 1.2em !important;
        padding-left: 0;
  }
  .attention_2.toggle ul.content_list{
    padding: 1.3em 5%;
    margin-top: 0.5em;
  }
  .attention_2.toggle{
    padding-bottom: 0.5em;
  }
  .attention_2.toggle h4::after{
    bottom: 27%;
    width: 10px;
    height: 10px;
  }
}

.article-body ul.app_code{
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
}
.article-body ul.app_code li{
    list-style: none;
    width: 45%;
}
.article-body ul.app_code a{
    display: block;
    cursor: pointer;
}
.article-body ul.app_code a:hover img{
    opacity: 0.7;
}
div.attention_2{
    position: relative;
    padding: 1.5rem 2rem 2.5rem;
    background: linear-gradient(135deg, #e5f8fa 0 100%), repeating-linear-gradient(45deg, #e4f8fa 0px 3px, transparent 3px 6px);
    background-repeat: no-repeat;
    background-size: calc(100% - 0.5rem) calc(100% - 0.5rem);
    background-position: 0 0, 0.5rem 0.5rem;
}
div.attention_2 h4{
    margin: 0.5em auto 0.2em;
    font-size: 1.6em;
    color: #0092d1;
    line-height: 1.28;
    letter-spacing: 0.05em;
    padding-bottom: 0.3em;
}

div.attention_2 p{
  margin:0;
}
@media (max-width: 768px) {
  div.attention_2 h4{
    font-size: 1.2em !important;
  }
  div.attention_2{
    padding: 1rem 1.5rem 2rem;
  }
div.attention_2 h4 br{
  display:none;
}
div.attention_2 p br{
  display:none;
}
  
  
    #intro .main_img{
        padding-left: 3%;
    }
    #intro .main_img p{
        font-size: 20px;
        padding-left: 30%;
    }
    #intro .caution_block .caution_text{
        padding-left: 43px;
        margin-top: 0.2em;
        background-size: 36px;
        font-size: 1em;
        margin-left:0;
    }
    #intro .caution_block .caution_text br{
        display: none;
    }
    #intro .caution_block .note_list{
        padding: 0.5em;
        font-size: 10px;
    }
    #intro .accordion dt{
        padding:5%;
        padding-bottom: 2.5em;
    }
    #intro .accordion.intro_0 dt div{
        background-size:48px;
    }
    #intro .accordion.intro_1 dt div{
        background-size:48px;
    }
    #intro .accordion.intro_2 dt div{
        background-size:48px;
    }
    #intro .accordion dt div{
        padding-left:56px;
    }
    #intro .accordion dt h2{
        font-size:1.2em;
        line-height: 1.3;
        min-height: 2em;
        padding-top: 0.35em;
    }
    #intro .accordion dt p{
        margin-left: -55px;
        margin-top: 1em;
    }
    #intro .accordion dd{
        padding: 1em;
    }
    #intro .article-body ul li.l-order__block{
    padding-bottom: 1.5em;
    margin-bottom: 1.5em;
    }
    #intro .article-body ul li.l-order__block h3{
     font-size: 1.2em;
    line-height: 1.3;
    margin-bottom:0;
    }
    #intro .p-left{
        padding-left: 0.5em;
    }
    #intro .arrow{
        padding-top: 2em;
        margin-top:1em;
    }
    #intro .arrow::before{
        top:0;
    }
    #intro .accordion dt::after{
        width: 12px;
        height: 12px;
        bottom: 8%;
    }
    #intro .accordion dt.active::after{
        bottom: 6%;
    }
}

/* 問い合わせページ */
.ff-form-main{
  max-width: 870px !important;
  padding:0 !important;
}

hr{
    height: 2px;
    background-color: #ddd;
    border: none;
}

.helplink_inquiry{
  /*background: #e5f9fa;*/
  padding: 2em 5% 1.5em;
  /* border-radius: 5px; */
}
.helplink_inquiry .inner{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.helplink_inquiry h3{
  color: #4090CC;
  background: url(/hc/theming_assets/01HZKWD3H7Q0B06SP7KJTN04PJ) no-repeat left/contain;
    padding: 0.3em 0;
    padding-left: 2.4em;
    line-height: 1.3;
}
.helplink_inquiry h3 a.inquiry_link{
    color: #4090CC;
}
.helplink_inquiry ul{
    flex-basis: calc((100% - 20px) / 2);
    max-width: calc((100% - 20px) / 2);
}
.helplink_inquiry ul.default_note li{
  margin-bottom: 0.8em;
}
.helplink_inquiry .default_note li a{
    color: #333;
}

@media (max-width: 768px) {
  .helplink_inquiry .inner{
    display: block;
  }
  .helplink_inquiry ul{
    width:100%;
    max-width:100%;
  }
  .helplink_inquiry .sp_none{
    display:none;
  }
  .helplink_inquiry h3{
    background-size:2em;
  }
}


/* 記事内のページ　分岐用アンカー */
ul.anchor_list.col1{
    display: block;
    position: relative;
    margin-top: 0;
    margin-bottom: 0.7em;
}
ul.anchor_list.col1 li{
   max-width:100%;
  margin-top: 0.8em;
}
ul.anchor_list.col1 li a{
   max-width:100%;
  padding: 0.7em;
      padding-left: 3em;
}
ul.anchor_list.col1 li::after{
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    border-top: 10px solid #00C1CD;
    border-bottom: 0;
    margin: 0 auto;
    top: 45%;
    left: 1em;
}
ul.anchor_list.col1 li:hover::after{
  right: auto;
}
ul.anchor_list.col1.level1 li::after{
    border-top-color: #fff;
}
ul.anchor_list.col1.level1 a{
    background: #00C1CD;
  color:#fff;
}
ul.anchor_list.col1.level3 li{
  border:2px solid #00C1CD;
}
ul.anchor_list.col1.level3 a{
    background: #fff;
}

/* タイムカードCSVダウンロード機能 */
.bg_text h2{
  font-size: 1.8em;
  margin-bottom: 0;
}
.bg_text.timecard_before{
    background: url(https://theme.zdassets.com/theme_assets/687870/82e92beacdc32604278646532217aaaa175afd64.jpg) no-repeat left;
    padding: 4em 0;
    padding-left: 13em;
    background-size: 150px;
    max-width: 558px;
    margin: 0 auto;
    margin-left: 13%;
}
.bg_text.timecard_after{
    background: url(https://theme.zdassets.com/theme_assets/687870/5fbc003a1d19e0c978e0636b38960f2bb2675406.jpg) no-repeat left;
    padding: 4em 0;
    padding-left: 11em;
    background-size: 150px;
    max-width: 670px;
    margin: 0 auto;
    margin-left: 17%;
}

.column.split3.timecard li{
  text-align: center;
}
.column.split3.timecard strong{
  color: #0092D1;
  font-size: 1.6em;
}
.column.split3.timecard p{
  font-size: 16px;
  line-height: 1.7;
  text-align: left;
}


.icon_text.timecard_icon1{
  background: url(https://theme.zdassets.com/theme_assets/687870/cd70a48b1b393c9b262ed00bb5f7e5a7e16c2f8b.jpg) no-repeat left 50%;
    background-size: 120px;
}
.icon_text.timecard_icon2{
  background: url(https://theme.zdassets.com/theme_assets/687870/8aee2adb8dec8f42e203e4803087d99399a9dc0e.jpg) no-repeat left 50%;
    background-size: 120px;
}
.icon_text.timecard_icon3{
  background: url(https://theme.zdassets.com/theme_assets/687870/52c45df4cd3c76f7c136ec3671d9ec8351bef5ab.jpg) no-repeat left 13%;
    background-size: 120px;
}
.icon_text{
    padding: 1.5em 0;
    padding-left: 8em;
    max-width: 670px;
    margin: 0 auto;
}
p.icon_text{
  font-size: 1.2em;
}
.icon_text em{
  color: #0092D1;
  font-size:1.34em;
  font-weight: bold;
  font-style: unset;
  line-height: 1.3;
}

@media screen and (max-width: 768px){
  .bg_text h2 {
    font-size: 20px;
  }
  .bg_text.timecard_before {
    padding: 26px 0;
    padding-left: 6em;
    background-size: 80px;
    margin-left: 0;
    margin-top: 2em;
  } 
.bg_text.timecard_after {
    padding: 0 0;
    padding-left: 6em;
    background-size: 80px;
    margin-left: 0;
    margin-top: 2em;
}  
  .bg_text h2 br{
    display:none;
  }
  .column.split3.timecard{
    display:block;
  }
  .column.split3.timecard li{
    display: block;
    text-align: left;
    width: auto;
    margin-top: 1.5em;
    padding-left: 1em;
    line-height: 1.4;
    border-left: 3px solid #0092D1;
  }

  .column.split3.timecard strong{
    font-size:18px;
    display: inline-block;
  }
  .column.split3.timecard li:first-child strong{
    max-width: 14em;
  }
  .column.split3.timecard li:first-child + li strong{
    max-width: 10em;
  }
  .column.split3.timecard li:first-child + li +li strong{
    max-width: 13em;
  }
  .column.split3.timecard strong br{
    display:none;
  }
  .column.split3.timecard p{
    font-size:1em;
    margin: 0;
  }
  .icon_text.timecard_icon1,
  .icon_text.timecard_icon2,
  .icon_text.timecard_icon3{
      background-size: 64px;
  }  
  p.icon_text {
    font-size: 1em;
  }
  p.icon_text br{
    display:none;
  }
  
  .icon_text{
    padding: 0;
    padding-left: 5em;
    max-width: 670px;
    margin: 1.5em auto;
  }
	.icon_text em {
    font-size: 18px;
	}
}



@media print{
  header,
  footer,
  nav,
  .article-sidebar,
  .article-votes,
  .article-relatives,
  .meta-group,
  #navbar-container,
  .print_button{
    display:none !important;
  }
  header.article-header,
  dl.accordion dd{
    display:block !important;
  }
}

.tag{
    display: inline-block;
    padding: 0 1em;
    border-radius: 2px;
    font-weight: bold;
    letter-spacing: 0.1em;
}
.tag.active{
    background: #ed7c7c;
    color: #fff;
}
.tag.inactive{
    background: #d3d3d3;
    color: #838383;
}

.notice_block{
  position: relative;
  border: 3px solid #00C1CD;
  border-radius: 5px;
}
.notice_block .inner{
  display: flex;
}
@media (max-width: 768px) {
  .notice_block .inner{
    display: block;
  }
}
.notice_block .title1{
  position: relative;
  background: #00C1CD;
  margin: 0;
  color: #fff;
  font-weight: bold;
  line-height: 1.4;
  padding: 1em 0.7em;
  margin-right: 45px;
}
@media (max-width: 768px) {
  .notice_block .title1{
margin-right: 0;
    padding: 0.5em;
  }
  .notice_block .title1 br{
    display:none;
        letter-spacing: 0.05em;
  }
}
.notice_block .title1::after{
  position: absolute;
  content: "";
  display: block;
  background: url(https://theme.zdassets.com/theme_assets/687870/e97538e2b8db63fbeb132df1d5f4ae3e3900c3a9.png) no-repeat right 0;
  background-size: 45px 100%;
  right: -20px;
  width: 43px;
  height: 100%;
  top: 0;
  z-index: -1;
}
@media (max-width: 768px) {
  .notice_block .title1::after{
    display:none;
  }
}
.notice_block .text{
  margin: 0;
  padding-top: 0.8em;
  padding-right: 180px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .notice_block .text{
    padding:1em;
  }
}
.notice_block .btn_link{
  font-size: 0.9em;
  line-height: 1.2;
  position: absolute;
  right: 34px;
  top: 20%;
}
@media (max-width: 768px) {
.notice_block .btn_link{
position: relative;
    margin: 1em auto;
    margin-top: 0;
    display: block;
    text-align: center;
    top: auto;
    right: auto;
    width: 160px;
  }
}


.summary{
    background: #f4f4f4;
    border-radius: 5px;
    padding: 3.5em 10% 0;
}
.summary li.summary_border span{
  font-weight:bold;
  color: #fff;
}
.summary li.summary_border{
  padding-left: 70px;
  padding-bottom: 2.5em;
  position: relative;
  list-style: none;
  text-indent: 0;
}
.summary li.summary_border::before {
    content: '';
    width: 10px;
    height: 100%;
    display: inline-block;
    background: #fff;
    position: absolute;
    left: 30px;
    top: 0;
}
.summary li.summary_border:last-child::before {
  content: none;
}

.summary li.summary_border dl dt {
    background-color: #8e879b;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.summary li.summary_border dl{
  margin-top:0;
  margin-bottom:0;
}
.summary li.summary_border dd{
  margin-left:3%;
}
.summary li.summary_border .default_note li:first-child{
  margin-top:0;
}
.summary li.summary_border.problem dt{
  background-color:#9ea1ad;
}
.summary li.summary_border.solution dt {
    background-color: #ffffff;
    border: 3px solid #00C1CD;
}
.summary li.summary_border.solution span{
  color:#00C1CD;
}
.summary li.summary_border.effect dt{
  background-color:#00C1CD;
}

.contactBlock{
  text-align: center;
  background: #ffffff;
  padding: 1em;
  padding-bottom: 1.5em;
  margin-top: 5em;
  margin-bottom: 2em;
  border-radius: 3px;
  border: 2px solid #ddd;
  font-weight: bold;
}
.contactBlock a{
  background: #0092d1;
  color: #fff;
  font-weight: bold;
  display: block;
  width: 240px;
  margin: 0 auto;
  padding: 1em;
  border-radius: 5px;
  line-height: 1.4;
}
.completion{
	background: #e8f6fc;
  padding: 1em;
}

#dvFastForms .btnDiv input{
 margin-left: 0;
}


/*///////////
    汎用 
////////////*/
/* テキスト */
.text_c{ text-align: center;}
.text_r{ text-align: right;}
small{display:inline-block; line-height: 1.4; font-size: 0.8em;}

/* カラム */
.column{ display: flex; justify-content: space-between;}
.column.split4 li{ width:calc(93%/4); }
.column.split3 li{ width:calc(93%/3); }
.column.split2 li{ width:calc(93%/2); }


/* マージン */
.mt0{margin-top:0 !important;}

/* パディング */
.pt0{padding-top:0 !important;}

