/*!
 * Theme Name: Obscu Zendesk Theme
 * Version: 4.0.2
 * Author: Customer Support Theme
 * Website: https://customersupporttheme.com
 * License: You must have a valid license purchased only from customersupporttheme.com in order to legally use the theme for your project.
 * Copyright: © 2016 - 2019 Customer Support Theme
*/

/*==========================================*/
/*   Base Starts
/*==========================================*/

@charset "utf-8";
body {
  background-color: #f9fafb!important;
}
body.helpcenter-enable {
    height: 100%;
    font-family: 'Open Sans', sans-serif;
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}
main {
    flex: 1 0 auto;
}
body img,
body iframe {
    max-width: 100%;
}
body a,
body a:hover,
body a:focus {
    outline: 0;
    text-decoration: none;
    color: rgba(30, 157, 255, 1);
    webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}
.header__wrapper {
  position: relative;
}
.wrap {
  overflow: hidden;
}
p:empty {
    display: none;
}
body ul {
    list-style-type: none;
    padding-left: 0;
    padding-top: 0;
    margin-bottom: 1.7em;
    margin-top: 0em;
}
body ol {
    list-style-type: none;
    padding-left: 0;
    padding-top: 2;
    margin-bottom: 1.7em;
    margin-top: 1.5em;
}
body pre {
    white-space: normal;
}
img {
  max-width: 50%;
  height: atuo;
}
table {
    border-collapse: collapse;
    text-align: left;
    width: 100%;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%; 
}
body th {
    border-width: 1px 0;
    white-space: nowrap;
    width: 5px;
}
body th,
body td {
    padding: 10px;
    border: 1px solid #ddd;
    width: 20px;
}
::-webkit-scrollbar {
    width: 6px;
    height: 5px;
}
::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1);
}
::-webkit-scrollbar-thumb {
    background: rgba(30, 157, 255, 1);
}
.d-sm-none,
.press__inner--br {
  display: block;
}
.d-md-none {
  display: none;
}
.d-lg-none {
  display: none;
}
@media screen and (max-width: 768px){
  .d-sm-none {
    display: none;
  }
  .d-md-none {
    display: block;
  }
}
@media (max-width: 575.98px) {
	.d-lg-none {
		display: block;		
	}
}
@media (max-width: 991.98px) {
  .press__inner--br {
    display: none;
  }
  .d-lg-none  {
		display: block;		
	}
}
@media (min-width: 1200px) {
	.d-lg-none {
		display: none;
	}
}
/*==========================================*/
/*   Base End
/*==========================================*/
/*==========================================*/
/*   Header Startrgba(255, 255, 255, 1)
/*==========================================*/
.container {
  max-width: 1000px!important;
}
.header {
    background-color: rgba(255, 255, 255, 1);
    border-bottom: 5px solid rgba(255, 255, 255, 1);
}
.homepage__header,
.internal__page--header,
.api__page--header,
.miitel__page--header {
  display: none;
}
.header__dropdown {
  margin: 0 0 0 auto;
  position: relative;
}
.header__dropdown__btn {
  background: none;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  border: 2px solid #fff;
  border-radius: 6px;
  padding: 0px 30px;
  text-decoration: none!important;
  height: 32px;
  margin: 3px 0;
  line-height: 30px;
  outline: none;
}
.header__dropdown__btn--sub {
  background: none;
  color: #209CFF;
  display: inline-block;
  font-size: 14px;
  border: 2px solid #209CFF;
  border-radius: 6px;
  padding: 0px 30px;
  text-decoration: none!important;
  height: 32px;
  margin: 3px 0;
  line-height: 30px;
  outline: none;
}
.header__dropdown__btn.is-open::after {
  content: "";
  width: 100%;
  height: 100%;
  cursor: default;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 4;
}
.header__dropdown__btn.is-open + .header__dropdown__body {
  display: block;
  z-index: 5;
}
.header__dropdown__btn--sub.is-open::after {
  content: "";
  width: 100%;
  height: 100%;
  cursor: default;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 4;
}
.header__dropdown__btn--sub.is-open + .header__dropdown__body {
  display: block;
  z-index: 5;
}
.header__dropdown__body {
  display: none;
  width: 125px;
  background: #fff;
  box-shadow: 0 2px 6px 2px rgb(60 64 67 / 15%), 0 1px 2px 0 rgb(60 64 67 / 30%);
  border-radius: 4px;
  overflow: hidden;
  position: absolute;
  top: 35px;
  left: 0;
  padding: 10px 15px;
  text-align: left;
}
.header__dropdown__list {
  margin: 0;
  padding: 0;
}
.header__dropdown__item {
  display: block;
}
.header__dropdown__item a {
  color: #333!important;
  display: block!important;
  border: none!important;
  padding: 2px 5px!important;
  height: auto!important;
  margin: unset!important;
  text-align: l!importanteft;
  line-height: 14px!important;
}
.header__dropdown__item a:hover {
  text-decoration: underline;
}
.header__dropdown__item-link {
  display: block;
  padding: 1em 1.2em;
  font-size: 0.95em;
  text-decoration: none;
  color: #444;
}
.header__dropdown__item-link:hover {
  background: #fbfbfb!important;
}
.hr_gr {
    border-bottom: 1px solid #fff;
}
.nav--wrapper {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.nav--left {
  width: 50%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: start;
}
.nav--left img {
  width: 105px;
}
.nav--right {
  width: 46%;
}
.nav--right .sp-nav__inner--list,
.nav--right .sp-nav__inner--list--sub {
  display: none;
}
ul.nav__inner--list,
ul.nav__sub--list {
  margin: 0;
  display: flex;
  height: 38px;
  float: right;
  position: absolute;
  top: 6px;
/*   top: 73px; */
  right: 40px;
}
ul.nav__inner--list--sub {
  margin: 0;
  display: flex;
  height: 38px;
  float: right;
  position: absolute;
  top: 6px;
  right: 40px;
}
ul.nav__inner--list li,
ul.nav__sub--list li,
ul.nav__inner--list--sub li{
  line-height: 38px;
}
ul.nav__inner--list li:first-child {
	margin-right: 5px;
}
ul.nav__sub--list li:first-child {
	margin-right: 16px;
}
.sp__nav--list {
  display: none;
}
.header-inner {
  padding-top: 10px;
  padding-bottom: 10px;
}
.logo {
  display: block;
}
.logo img {
    max-height: 45px;
}
#user #user-name {
    max-width: 80px;
    max-height: 22px;
}
#user .with-image {
    white-space: nowrap;
}
body .btn,
body .btn a {
    background-color: #757575;
    color: #fff;
    font-size: 0.9em;
}
@media all and (max-width: 767px) {
    .logo {
      display: flex;
    }
    .logo .logo__link {
      width: 50%;
      display: block;
    }
  .hero-image {
/*     	background-image: url('https://miitel.revcomm.co.jp/wp-content/uploads/2020/07/main-visual_sp.jpg')!important; */
    	background-size: cover;
  }
  .navbar-header .navbar-toggle {
        border-color: #fff;
        margin-top: -33px;
/*         position: relative; */
/*         top: -10px; */
      	margin-right: 0px!important;
    }
    .navbar-toggle span {
        background-color: #fff;
    }
    ul.primary-menu-list-wrap li + li:before {
        content: "";
    }
    .header nav.user-nav {
        float: none;
        display: block;
    }
    .main-menu {
        width: 100%;
    }
    body h3 {
        font-size: 18px;
    }
    .header .mobile-user-info {
/*         display: inline-block !important; */
/*         float: right; */
/*         margin-right: 80px; */
/*         margin-top: 3px; */
      	display: block!important;
      	width: 50%;
    }
    .header .mobile-user-info a.login {
        color: #fff;
        position: relative;
        top: 10px;
    }
    #user #user-name {
        display: none;
    }
    .header-inner {
        padding-bottom: 0;
    }
    ul.nav__inner--list li:first-child,
    ul.nav__inner--list li:last-child,
    ul.nav__inner--list--sub li:first-child,
    ul.nav__inner--list--sub li:last-child,
    ul.nav__sub--list li:first-child {
      display: none;
    }
/*********************************************************
									ハンバーガーメニュー
*********************************************************/
  .wrap {
    position: relative;
  }
  .sp__nav--list {
/*     display: block; */
  }
  .nav--right {
    width: 40%;
    position: relative;
  }
  ul.nav__inner--list, ul.nav__sub--list {
    float: left;
  }
  .header__menu--btn {
    display : block;
    position: absolute;
    z-index : 3;
    right : -4px;
    top   : 0px;
    width : 38px;
    height: 38px;
    cursor: pointer;
    text-align: center;
  }
  .header__menu--btn span {
    display : block;
    position: absolute;
    width   : 28px;
    height  : 2px ;
    left    : 8px;
    background : #FFF;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition   : 0.3s ease-in-out;
    transition        : 0.3s ease-in-out;
  }
  .header__menu--btn span:nth-child(1) {
    top: 10px;
  }
  .header__menu--btn span:nth-child(2) {
    top: 18px;
  }
  .header__menu--btn span:nth-child(3) {
    top: 27px;
  }
  /* ナビ開いてる時のボタン */
  .header__menu--btn.active span:nth-child(1) {
    top : 18px;
    left: 8px;
    background :#fff;
    -webkit-transform: rotate(-45deg);
    -moz-transform   : rotate(-45deg);
    transform        : rotate(-45deg);
  }
  .header__menu--btn.active span:nth-child(2),
  .header__menu--btn.active span:nth-child(3) {
    top: 18px;
    background :#fff;
    -webkit-transform: rotate(45deg);
    -moz-transform   : rotate(45deg);
    transform        : rotate(45deg);
  }
  .header__menu--sub {
    display : block;
    position: absolute;
    z-index : 3;
    right : -4px;
    top   : 0px;
    width : 38px;
    height: 38px;
    cursor: pointer;
    text-align: center;
  }
  .header__menu--sub span {
    display : block;
    position: absolute;
    width   : 28px;
    height  : 2px ;
    left    : 8px;
    background : #AAB2BD;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition   : 0.3s ease-in-out;
    transition        : 0.3s ease-in-out;
  }
  .header__menu--sub span:nth-child(1) {
    top: 10px;
  }
  .header__menu--sub span:nth-child(2) {
    top: 18px;
  }
  .header__menu--sub span:nth-child(3) {
    top: 27px;
  }
  /* ナビ開いてる時のボタン */
  .header__menu--sub.active span:nth-child(1) {
    top : 18px;
    left: 8px;
    background : #AAB2BD;
    -webkit-transform: rotate(-45deg);
    -moz-transform   : rotate(-45deg);
    transform        : rotate(-45deg);
  }
  .header__menu--sub.active span:nth-child(2),
  .header__menu--sub.active span:nth-child(3) {
    top: 18px;
    background :#AAB2BD;
    -webkit-transform: rotate(45deg);
    -moz-transform   : rotate(45deg);
    transform        : rotate(45deg);
  }
  nav.sp__nav--list {
    position: absolute;
/*     z-index : -1; */
    top  : 58px;
    left : 0;
/*     color: #fff; */
/*     background: rgba(0,0,0,0.7); */
    background: #FFF;
    text-align: left;
    font-weight: bold;
    width: 100%;
    height: 0%;
    opacity: 0;
    transition: opacity .6s ease, visibility .6s ease;
    padding: 0 15px;
  }
  nav.sp__nav--list ul {
    margin: 0 auto;
    padding: 0;
    width: 100%;
  }
  nav.sp__nav--list ul li {
    list-style-type: none;
    padding: 4px 0;
    width: 100%;
    transition: .4s all;
    border-bottom: 1px solid #AAB2BD;
  }
  nav.sp__nav--list ul li:last-child {
/*     padding-bottom: 0; */
  }
  nav.sp__nav--list ul li:hover{
/*     background :#ddd; */
  }
  nav.sp__nav--list ul li a {
    display: block;
    color: #000;
    padding: 1em 0;
    text-decoration :none;
  }
  /* このクラスを、jQueryで付与・削除する */
  nav.sp__nav--list.active {
    opacity: 100;
    z-index : 1;
    height: 100%;
    display: block;
  }
  .nav--right .sp-nav__inner--list {
    margin: 0;
    display: flex;
    height: 38px;
    float: right;
    position: absolute;
    top: 3px;
    right: 0px;
  }
  .nav--right .sp-nav__inner--list li a {
		color: #FFF;
  }
  .nav--right .sp-nav__inner--list--sub {
    margin: 0;
    display: flex;
    height: 38px;
    float: right;
    position: absolute;
    top: 3px;
    right: 0px;
  }
  .nav--right .sp-nav__inner--list--sub li a {
		color: #209CFF;
  }
}
body .btn:hover,
body .btn:focus,
.btn:after {
    color: #fff;
}
header {
  border-bottom: none!important;
}
header .nav>li>a:focus,
header .nav>li>a:hover {
    background: transparent;
}
ul.primary-menu-list-wrap > li > a,
ul.nav__inner--list li a {
  color: #FFF;
/*   font-weight: bold; */
  display: inline-block;
  font-size: 14px;
/*   border: 2px solid #fff; */
  border-radius: 6px;
  padding: 0px 30px;
  text-decoration: none!important;
  height: 32px;
  margin: 3px 0;
  line-height: 30px;
}
ul.nav__inner--list--sub li a {
  color: #209CFF;
  display: inline-block;
  font-size: 14px;
  border-radius: 6px;
  padding: 0px 30px;
  text-decoration: none!important;
  height: 32px;
  margin: 3px 0;
  line-height: 30px;
}
ul.nav__inner--list li a:hover,
ul.nav__inner--list--sub li a:hover,
ul.nav__inner--list li div button:hover {
	opacity: .8;
  /*   color: #209CFF;
  font-weight: bold;
  display: inline-block;
  font-size: 14px;
  border: 2px solid #fff;
  border-radius: 6px;
  padding: 0px 30px;
  background: #FFF;
  text-decoration: none!important;
  height: 32px;
  margin: 3px 0;
  line-height: 30px; */
/*   color: #209CFF;
  font-weight: bold;
  display: inline-block;
  font-size: 1.6rem;
  border: 2px solid #fff;
  border-radius: 8px;
  padding: 0px 30px;
  background: #FFF;
  text-decoration: none!important; */
}
ul.nav__inner--list li div button.header__dropdown__btn--sub:hover {
  color: #209CFF;
  display: inline-block;
  font-size: 14px;
  border: 2px solid #209CFF!important;
  border-radius: 6px;
  padding: 0px 30px;
  background: #FFF;
  text-decoration: none!important;
  height: 32px;
  margin: 3px 0;
  line-height: 30px;
}
ul.nav__sub--list li a {
  color: #209CFF;
/*   	font-weight: bold; */
  display: inline-block;
  text-decoration: none;
  padding: 0px 12px;
}
.hero-unit {
    background-color: rgba(255, 255, 255, 1);
}
.hero-image {
    background-image: url(/hc/theming_assets/01HZM8BVRB3RB73R3F0X939E0Y);
    background-size: cover;
  	background-position: center;
}
.hero-gradiant {
    background-image: linear-gradient(-150deg, #50D393 0%, #00b4b3 97%);
}
.mv__wrapper {
  padding: 30px 0 60px;
}
/***** Note *****/ .callout {
      background-color: #f4f8fc; border: 1px solid #7db4e6; padding: 10px; margin-top: 15px; margin-bottom: 15px;
}

.display__none {
  display: none!important;
}

@media all and (max-width: 767px) {
  ul.nav__inner--list li a {
      color: #fff;
      /* font-weight: bold; */
      display: inline-block;
      font-size: 1.4rem;
      border: 1px solid #fff;
      border-radius: 8px;
      padding: 0px 12px;
  }
}
/*==========================================*/
/*   Header End
/*==========================================*/
/*==========================================*/
/*   Home Start Welcome to our Supportの部分
/*==========================================*/
ul.nav__inner--list li a:hover,
ul.nav__sub--list li a:hover,
.press__wrapper a:hover,
.qa__inner--more a:hover,
.more__articles--link a:hover,
ul.category__sub--list li a:hover,
ul.section__sub--list li a:hover,
.article__footer--left ul li a:hover,
.article__footer--right ul li a:hover,
ul.article__side--list li a:hover,
ul.article__contents--list li a:hover,
a.search__result--link:hover,
.search__result--breadcrumbs li a:hover,
.search__result--breadcrumbs li:last-child a:hover,
ol.breadcrumbs li a:hover {
  text-decoration: underline;
}
.categories__wrapper a div:hover,
.func__item--list li a:hover,
.internal__item--list li a:hover,
.category__item--list li a:hover,
.section__item--list li a:hover,
.signed-in__inner a div:hover {
  box-shadow: 3px 3px 10px rgba(170,178,189,0.5);
}
h1.help-center-name {
    font-size: 2.8em;
    color: #fff;
    font-weight: 600;
}
@media all and (max-width: 767px) {
    .article-sidebar {
        margin-top: 25px;
    }
    body h1 {
        font-size: 25px;
    }
    h1.help-center-name {
        font-size: 2em;
    }
}
.hero-unit > .container {
    padding: 10px 0;
}
.help-center-details {
    margin: 16px auto 25px;
    max-width: 450px;
    color: #fff;
    font-size: 1.2em;
    font-weight: 100;
}
.hc_search {
    padding: 0 10px;
}
@media all and (min-width: 767px) {
    .hc_search {
        padding: 0;
    }
}
.hero-unit form {
    margin: 20px auto;
    max-width: 450px;
    position: relative;
    vertical-align: middle;
    width: 100%;
}
.search input[type="search"] {
  background-color: #FFF;
  border: 1px solid #e6e6e6;
  border-radius: 50px;
  height: 50px;
  padding: 10px 15px 10px 55px;
  width: 100%;
  outline: none;
}
.submit-a-request {
  font-size: 14px;
  color: green;
}
form.search input[type="submit"] {
    border: medium none;
    height: 50px;
    overflow: hidden;
    position: absolute;
  	left: 10px
    top: 1px;
    vertical-align: middle;
  	background: transparent;
    padding: 0 24px;
    color: #2D2F4E;
}
.category__inner--title,
.search__inner--title {
  font-size: 32px;
  font-weight: bold;
}
.article__title {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.4;
}
.press__inner--title,
.section__sub--title {
  font-size: 1.8rem;
  font-weight: bold;
}
.category__sub--title {
  font-size: 24px;
  font-weight: bold;
}
.qa__inner--title,
.func__inner--title,
.internal__inner--title,
.mv__inner--title,
.signed-in__title {
  font-size: 24px;
  font-weight: bold;
}
.press__wrapper {
  background-color: #fff;
  padding: 32px 0 20px;
}
.press__inner--left {
  width: 15%;
}
.press__inner--right {
  width: 80%;
  margin-left: 5%;
}
.press__link {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  margin-top: 0.8rem;
}
ul.press__list:nth-child(n+2) {
	display: none; 
}
ul.press__list li {
  display: flex;
}
ul.press__list li:first-child {
  margin-bottom: 1.7rem;
}
ul.press__list li:nth-child(n+3) {
  display: none;
}
ul.press__list li a {
  font-size: 1.6rem;
  font-weight: bold;
  color: #2D2F4E;
  display: block;
  width: 87%;
}
.press__date {
  color: #AAB2BD;
  display: block;
  width: 13%;
}
.categories__inner {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: space-between;
}
.categories__inner a {
  width: 32%;
  margin-right: 1%;
  flex-grow: 1;
}
.cat__list--item {
  padding: 2.7rem 0;
  background: #FFF;
  border-radius: 8px;
  border: 1px solid #E6E9ED;
}
.cat__list--icon {
  font-size: 3.6rem;
}
.cat__list--icon02 {
  margin: 3px 0 4px;
  font-size: 3.8rem;
}
.cat__list--desc {
  font-weight: bold;
  font-size: 1.6rem;
  color: #2D2F4E;
  margin: 0;
  padding: 0;
}
.qa__inner {
  border-radius: 8px;
  background: #FFF;
  border: 1px solid #E6E9ED;
  padding: 0px!important;
  margin-top: 2.2rem;
}
ul.qa__list li {
  width: 33.33333333%;
  border-bottom: none;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  float: left;
}
ul.qa__list li a {
  border: none;
  color: #AAB2BD;
  text-decoration: none;
	border-bottom: solid 1px #E6E9ED;
  margin-right: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  min-height: 60px;
}
ul.qa__list li a:hover,
ul.qa__list li.active a:hover {
  color: #209CFF;
  background: transparent;
  text-decoration: none;
	border-bottom: solid 2px #209CFF;
  border-top: none!important;
  border-left: none!important;
  border-right: none!important;
  text-decoration: none;
}
ul.qa__list li.active a {
  color: #209CFF;
  background: transparent;
  border-bottom: solid 2px #209CFF;
  border-top: none!important;
  border-left: none!important;
  border-right: none!important;
  text-decoration: none;
}
.qa__item {
  padding: 32px;
}
ul.qa__inner--list {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}
ul.qa__inner--list li {
  width: 49%;
  padding: 0 0 24px;
  margin: 0 0 24px;
  line-height: 2.8rem;
  border-bottom: 1px solid #E6E9ED;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: space-between;
}
ul.qa__inner--list li a {
  color: #2D2F4E;
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: none;
  width: 88%;
  display: block;
}
ul.qa__inner--list li a:hover {
  text-decoration: underline;
}
span.qa__list--arrow {
  display: block;
  width: 10%;
  text-align: center;
}
.qa__inner--more {
  margin: 0;
}
.func__inner {
  margin-top: 2.2rem;
}
.func__wrapper ul.func__item--list {
  margin: 0;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
ul.func__item--list li {
  width: 24%;
  margin-right: 1%;
  background: #FFF;
  border: 1px solid #E6E9ED;
  border-radius: 8px;
}
ul.func__item--list li:nth-child(4n) {
  margin-right: 0;
}
ul.func__item--list li:nth-child(n+5) {
  margin-top: 1%;
}
.func__item--list li a {
  display: block;
  width: 100%;
  padding: 1.6rem 2.2rem;
}
.func__item {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: space-between;
}
span.func__item--icon {
    display: block;
    width: 10%;
}
span.func__item--desc {
    color: #2D2F4E;
    font-weight: bold;
    display: block;
    width: 85%;
    text-align: center;
}
.api__func--list span.func__item--desc {
    color: #2D2F4E;
    font-weight: bold;
    display: block;
    width: 100%!important;
    text-align: center;
}
.internal__inner {
  margin-top: 2.2rem;
}
.internal__wrapper ul.internal__item--list {
  margin: 0;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
ul.internal__item--list li {
  width: 24%;
  margin-right: 1%;
  background: #FFF;
  border: 1px solid #E6E9ED;
  border-radius: 8px;
}
ul.internal__item--list li:nth-child(4n) {
  margin-right: 0;
}
ul.internal__item--list li:nth-child(n+5) {
  margin-top: 1%;
}
.internal__item--list li a {
  display: flex;
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  padding: 1.6rem 2.2rem;
}
.internal__item {

}
span.internal__item--icon {
    display: block;
    width: 30%;
}
span.internal__item--desc {
    color: #2D2F4E;
    font-weight: bold;
    display: block;
    text-align: center;
}
.category__inner {
  margin-top: 2.2rem;
}
.category__wrapper ul.category__item--list {
  margin: 0;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
ul.category__item--list li {
  width: 32.5%;
  margin-right: 1%;
  background: #FFF;
  border: 1px solid #E6E9ED;
  border-radius: 8px;
}
ul.category__item--list li:nth-child(3n) {
  margin-right: 0;
}
ul.category__item--list li:nth-child(n+4) {
  margin-top: 1%;
}
.category__item--list li a {
  padding: 1.6rem 2.2rem;
  display: -webkit-flex;
  display: flex;
}
.category__item {
  flex-wrap: wrap;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: space-between;
  width: 100%;
}
span.category__item--desc {
  color: #2D2F4E;
  font-weight: bold;
  display: block;
  text-align: center;
  width: 94%;
}
span.category__link--arrow {
  width: 5%;
  color: #2D2F4E;
}
.category__sub--inner {
  background: #fff;
  border: 1px solid #E6E9ED;
  border-radius: 8px;
  padding: 32px;
  margin-top: 2.2rem;
}
ul.category__sub--list {
  margin: 0;
}
ul.category__sub--list li,
.article__footer--left ul li,
.article__footer--right ul li,
ul.article__side--list li {
  line-height: 1.4;
  margin-bottom: 24px;
}
ul.category__sub--list li:last-child,
.article__footer--left ul li:last-child,
.article__footer--right ul li:last-child,
ul.article__side--list li:last-child {
  margin-bottom: 0;
}
ul.category__sub--list li a,
.article__footer--left ul li a,
.article__footer--right ul li a,
ul.article__side--list li a {
	color: #2D2F4E;
  font-weight: bold;
}
.more__articles--link {
  margin-top: 1.7em;
}
.section__sub--inner {
  background: #fff;
  border: 1px solid #E6E9ED;
  border-radius: 8px;
  padding: 32px;
  margin-top: 2.2rem;
}
ul.section__sub--list {
  margin: 0;
}
ul.section__sub--list li {
  line-height: 1.8rem;
  margin-bottom: 24px;
}
ul.section__sub--list li:last-child {
  margin-bottom: 0;
}
ul.section__sub--list li a {
	color: #2D2F4E;
  font-weight: bold;
}
.article__date--created {
  color: #AAB2BD;
}
ul.article__label--list {
  margin: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: flex-start;
}
ul.article__label--list li {
  background: #FFF;
  border: 1px solid #E6E9ED;
  border-radius: 15px;
  color: #AAB2BD;
  padding: 5px 10px;
  font-size: 1.2rem;
  margin-right: 5px;
}
ul.article__label--list li.article__label--specific {
  border: 1px solid #3BE0CC!important;
  color: #3BE0CC!important;
}
ul.article__label--list li:last-child {
  margin-right: 0px;
}
.article__body {
  line-height: 2.7rem;
  font-size: 16px;
}
.article__body h3 {
  color: #2D2F4E;
  font-size: 2.4rem;
  font-weight: bold;
  border-bottom: 2px solid #209CFF;
  padding: 1.7rem 0;
  margin: 2.4rem 0;
  line-height: 1.4;
}
.article__body h4 {
  color: #2D2F4E;
  font-size: 2.0rem;
  font-weight: bold;
  padding: 1.2rem 0;
  margin: 2.0rem 0;
  line-height: 1.4;
}
.article__body h5 {
  color: #2D2F4E;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 1.0rem 0;
  margin: 1.8rem 0;
  line-height: 1.4;
}
.article__body ul {
	margin: 1.6rem 0;
/*   word-break: break-all; */
  word-break: normal;
  word-wrap: break-word;
}
.article__body ul li {
  list-style-type: none;
  position: relative;
  padding-left: 1.6em;
}
.article__body ul li:before {
  border-radius: 50%;
  width: 7px;
  height: 7px;
  display: block;
  position: absolute;
  left: 0;
  top: 0.6em;
  content: "";
  background: #209CFF;
}
.article__body ul li ul li {
  padding-left: 40px!important;
}
.article__body ul li ul li:before {
  border-radius: 50%;
  width: 7px;
  height: 7px;
  display: block;
  position: absolute;
  left: 12px;
  top: 0.6em;
  content: "";
  background: #FFF;
  border: 1px solid #209CFF;
}
.article__body ul li ul li ul li {
  padding-left: 40px!important;
}
.article__body ul li ul li ul li:before {
  border-radius: 0%;
  width: 7px;
  height: 7px;
  display: block;
  position: absolute;
  left: 12px;
  top: 0.6em;
  content: "";
  background: #209CFF;
}
.article__body ol {
    list-style-type: decimal!important;
    margin-left: 18px;
}
.article__body a {
  color: #209CFF;
  text-decoration: none;
}
.article__body a:hover {
  color: #209CFF;
  text-decoration: underline;
}
.article__vote--wrapper {
  background: #fff;
  border: 1px solid #E6E9ED;
  border-radius: 8px;
  padding: 17px;
  margin: 30px 0 35px;
  height: 80px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: space-around;
}
p.article__vote--q {
  margin: 1.1rem 0;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 2.2rem;
}
.article__vote--message {
  margin: 1.1rem 0;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 2.2rem;
}
.article__vote--area {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  height: 32px;
}
.article__vote {
  background: transparent;
  border: 1px solid #209CFF;
  color: #209CFF;
  min-width: 100px;
  padding: 5px;
  display: block;
  font-weight: bold;
  border-radius: 8px;
  text-align: center;
  margin: 0 0.5rem;
}
.article__vote:hover {
  background: #209CFF;
  border: 1px solid #209CFF;
  color: #FFF;
}
.article__vote:before {
  content: attr(title);
}
.article__footer--wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.article__footer--left,
.article__footer--right {
  width: 49%;
}
h2.recent-articles-title,
h2.related-articles-title,
h3.recent-articles-title,
h3.related-articles-title,
.article__side--title {
    font-size: 1.8rem;
    font-weight: bold;
}
h2.recent-articles-title,
h2.related-articles-title,
h3.recent-articles-title,
h3.related-articles-title,
h3.article__side--title {
  margin-bottom: 21px;
}
.article__footer--left ul,
.article__footer--right ul,
ul.article__side--list {
  background: #FFF;
  border-radius: 8px;
  border: 1px solid #eee;
  padding: 24px;
  margin-bottom: 2.2rem;
}
li.more__articles--link a {
    font-size: 1.4rem;
    font-weight: normal!important;
    color: #209CFF!important;
}
.article__contents {
  padding: 32px;
  background: #FFF;
  border: 1px solid #E6E9ED;
  border-radius: 8px;
  margin: 24px 0;
}
.article__contents--title {
  font-size: 1.8rem;
  font-weight: bold;
}
div.article__contents ul.article__contents--list {
	margin: 1.6rem 0 0;
}
div.article__contents ul.article__contents--list ul {
  margin: 1rem 0;
}
div.article__contents ul.article__contents--list li {
  list-style-type: none;
/*   position: unset; */
  position: relative;
  padding-left: 0;
}
div.article__contents ul.article__contents--list li a {
  color: #209CFF;
}
div.article__contents ul.article__contents--list li:before {
  content: "・";
  color: #209CFF;
  font-weight: bold;
  border-radius: unset;
  width: 0;
  height: 0;
  display: inline;
  position: unset;
  left: 0;
  top: 0;
  background: unset;
}
.article__body ul.article__contents--list li ul.article__contents--list li:before {
/*     border: unset!important; */
  border-radius: 50%;
  width: 5px;
  height: 5px;
  display: inline-block;
  position: absolute;
  left: 30px;
  top: 0.7em;
  content: "";
  background: #FFF;
  border: 1px solid #209CFF;
}
div.sec__blue--border {
  border: 2px solid #209CFF;
  background: #FFF;
  border-radius: 10px;
  padding: 32px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: flex-start;
  margin: 24px 0;
}
div.sec__blue--exborder {
  border: 2px solid #209CFF;
  background: #FFF;
  border-radius: 10px;
  padding: 32px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: normal;
  align-items: normal;
  -webkit-justify-content: center;
  justify-content: flex-start;
  margin: 24px 0;
}
div.sec__blue--border div.sec__icon,
div.sec__green--border div.sec__icon,
div.sec__blue--exborder div.sec__icon,
div.sec__green--exborder div.sec__icon {
  margin-right: 24px;
}
div.sec__blue--border div.sec__text,
div.sec__green--border div.sec__text,
div.sec__blue--exborder div.sec__text,
div.sec__green--exborder div.sec__text {
	width: auto;
  max-width: 100%;
}
div.sec__blue--border div.sec__icon span,
div.sec__blue--exborder div.sec__icon span {
  color: #209CFF;
  display: block;
}
div.sec__green--border {
  border: 2px solid #3BE0CC;
  background: #FFF;
  border-radius: 10px;
  padding: 32px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: flex-start;
  margin: 24px 0;
}
div.sec__green--exborder {
  border: 2px solid #3BE0CC;
  background: #FFF;
  border-radius: 10px;
  padding: 32px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: normal;
  align-items: normal;
  -webkit-justify-content: center;
  justify-content: flex-start;
  margin: 24px 0;
}
div.sec__green--border div.sec__icon span,
div.sec__green--exborder div.sec__icon span {
  color: #3BE0CC;
  display: block;
}
.circle__info--border {
	border: 1px solid #3BE0CC;
  border-radius: 4px;
	padding: 18px 24px;
	background: #FFF;
  margin: 24px 0;
}
.circle__info--ttl {
	font-size: 18px!important;
  margin: 0!important;
  padding: 0!important;
}
.circle__info--ttl span {
	color: #3BE0CC;
}
.circle__info--list {
	margin: 1.6rem 0 0!important;
	color: #333;
	font-size: 16px;
	line-height: 27px;
}
.circle__info--list li {
  padding-left: 1.8em!important;
}
.circle__info--list li:before {
  width: 5px!important;
  height: 5px!important;
  left: 7px!important;
  top: 0.7em!important;
  background: #333!important;
}
.sec__note--border {
  border: 1px solid #209CFF;
  border-radius: 4px;
  padding: 18px 24px;
  background: #FFF;
  margin: 24px 0;
}
.sec__note--ttl {
  font-size: 18px!important;
  margin: 0!important;
  padding: 0!important;
}
.sec__note--ttl span,
.sec__note--list li span {
  color: #209CFF;
}
.sec__note--list {
  margin: 1.6rem 0 0!important;
  color: #333;
  font-size: 16px;
  line-height: 27px;
}
.sec__note--list li,
.sec__imp--list li {
  padding-left: 1.6em!important;
  text-indent: -0.8em!important;
}
.sec__note--list li:before,
.sec__imp--list li:before {
  content: unset!important;
/*   top: 0!important;
  content: "\f00c"!important;
  color: #209CFF!important;
  font-family: FontAwesome!important;
  font-weight: 400!important;
  background: unset!important; */
}
.sec__imp--border {
  border: 1px solid #3BE0CC;
  border-radius: 4px;
  padding: 18px 24px;
  background: #FFF;
  margin: 24px 0;
}
.sec__imp--ttl {
  font-size: 18px!important;
  margin: 0!important;
  padding: 0!important;
}
.sec__imp--ttl span,
.sec__imp--list li span {
  color: #3BE0CC;
}
.sec__imp--list {
  margin: 1.6rem 0 0!important;
  color: #333;
  font-size: 16px;
  line-height: 27px;
}
.sec__imp--list li:before {
/*   top: 0!important;
  content: "\f00c"!important;
  color: #3BE0CC!important;
  font-family: FontAwesome!important;
  font-weight: 400!important;
  background: unset!important; */
}
.key-color-01 {
	color: #209CFF;
}
.code__wrapper {
  color: #333;
  background: #f5f5f5;
  border: 1px solid #ccc;
  word-break: break-all;
  word-wrap: break-word;
  padding: 5%;
  border-radius: 4px;
}
.code__wrapper li {
	padding-left: unset!important;
}
.code__wrapper li:before {
	content: unset!important;
}
.nav__col--3,
.nav__col--2 {
  border-radius: 8px;
  background: #FFF;
  border: 1px solid #E6E9ED;
  padding: 0px!important;
  margin: 2.2rem 0;
}
.nav__col--3 ul.nav__list,
.nav__col--2 ul.nav__list {
  margin: 0;
}
.nav__col--3 ul.nav__list li {
  width: 33.33333333%;
  background: transparent;
  border-bottom: none;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  float: left;
  padding-left: 0;
}
.nav__col--2 ul.nav__list li {
  width: 50%;
  background: transparent;
  border-bottom: none;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  float: left;
  padding-left: 0;
}
.nav__col--3 ul.nav__list li:before {
    border-radius: 0;
    width: 0;
    height: 0;
    display: block;
    position: unset;
    left: 0;
    top: 0;
    content: "";
    background: unset;
}
.nav__col--2 ul.nav__list li:before {
    border-radius: 0;
    width: 0;
    height: 0;
    display: block;
    position: unset;
    left: 0;
    top: 0;
    content: "";
    background: unset;
}
.nav__col--3 ul.nav__list a {
  border: none;
  color: #AAB2BD;
  text-decoration: none;
	border-bottom: solid 1px #E6E9ED;
  margin-right: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  cursor: pointer;
  height: 60px;
}
.nav__col--2 ul.nav__list a {
  border: none;
  color: #AAB2BD;
  text-decoration: none;
	border-bottom: solid 1px #E6E9ED;
  margin-right: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  cursor: pointer;
  height: 60px;
}
.nav__col--3 ul.nav__list li.active a {
    background: trasparent;
    color: #209CFF;
    border-bottom: solid 2px #209CFF;
    border-top: none!important;
    border-left: none!important;
    border-right: none!important;
    text-decoration: none;
}
.nav__col--2 ul.nav__list li.active a {
    background: transparent;
    color: #209CFF;
    border-bottom: solid 2px #209CFF;
    border-top: none!important;
    border-left: none!important;
    border-right: none!important;
    text-decoration: none;
}
.nav__col--3 ul.nav__list a:hover,
.nav__col--3 ul.nav__list.active a:hover {
  color: #209CFF;
  background: transparent;
  text-decoration: none;
	border-bottom: solid 2px #209CFF;
  border-top: none!important;
  border-left: none!important;
  border-right: none!important;
  text-decoration: none;
}
.nav__col--2 ul.nav__list a:hover,
.nav__col--2 ul.nav__list.active a:hover {
  color: #209CFF;
  background: transparent;
  text-decoration: none;
	border-bottom: solid 2px #209CFF;
  border-top: none!important;
  border-left: none!important;
  border-right: none!important;
  text-decoration: none;
}
.nav__col--3 ul.nav__list.active a {
  background: #FFF;
  color: #209CFF;
  border-bottom: solid 2px #209CFF;
  border-top: none!important;
  border-left: none!important;
  border-right: none!important;
  text-decoration: none;
}
.nav__col--2 ul.nav__list.active a {
  background: transparent;
  color: #209CFF;
  border-bottom: solid 2px #209CFF;
  border-top: none!important;
  border-left: none!important;
  border-right: none!important;
  text-decoration: none;
}
.nav__item {
  padding: 1.7em;
}
span.article__num {
  width: 20px;
  height: 20px;
  background: #FF475D;
  display: inline-block;
  line-height: 2.1rem;
  text-align: center;
  margin-right: 12px;
  color: #FFF;
  font-size: 14px;
}
span.article__num_blue {
  width: 20px;
  height: 20px;
  background: #209CFF;
  display: inline-block;
  line-height: 2.1rem;
  text-align: center;
  margin-right: 12px;
  color: #FFF;
  font-size: 14px;
}
ol.code__ol {
  border-top: 1px dotted #2D2F4E;
  border-bottom: 1px dotted #2D2F4E;
  padding: 1.7rem 0;
}
table.article__table {
  margin: 2.2rem 0;
  table-layout: auto;
  word-break: normal;
  word-wrap: break-word;
}
table.article__table tbody tr th, table.article__table tbody tr td {
  border: 1px solid #E6E9ED;
  white-space: unset;
}
table.article__table tbody tr th {
	background: #F5F7FA;
	font-size: 14px;
	text-align: center;
}
table.article__table tbody tr td {
	background: #FFF;
}

div.fix__table--wraper {
  width: 100%;
  height: 100%;
  overflow: auto;
  margin: 2.2rem 0;
}
table.sticky__table {
  width: 980px;
  table-layout: fixed;
  word-break: normal;
  word-wrap: break-word;
}
table.sticky__table th,
table.sticky__table td {
  border: 1px solid #E6E9ED;
  white-space: unset;
  vertical-align: middle;
}
table.sticky__table th {
	background: #F5F7FA;
	font-size: 14px;
	text-align: center;
}
table.sticky__table td {
	background: #FFF;
}
table.sticky__table .col__fix {
  position: sticky;
  left: 0;
}
table.sticky__table .col__fix:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.search__result--inner {
  background: #FFF;
  padding: 32px;
  border: 1px solid #E6E9ED;
  border-radius: 8px;
}
p.search__result--count {
  margin: 22px 0 24px;
}
ul.search__result--list {
  margin: 0;
}
.search__result--list li {
  border-bottom: 1px solid #E6E9ED;
  margin-bottom: 24px;
}
.search__result--list li:last-child {
  border-bottom: none;
  margin-bottom: none;
} 
a.search__result--link {
  font-size: 21px;
  font-weight: bold;
  display: block;
  margin-bottom: 0.8rem;
}
ol.search__result--breadcrumbs {
  margin: 0;
  padding: 0!important;
}
.search__result--breadcrumbs li {
  margin: 0;
  border: none;
}
.search__result--breadcrumbs li a,
.search__result--breadcrumbs li:last-child a {
  color: #AAB2BD!important;
}
span.search__result--desc {
  display: block;
  margin: 12px 0 24px;
  line-height: 2.2rem;
}
.categories__wrapper,
.qa__wrapper,
.func__wrapper,
.internal__wrapper {
  padding: 40px 0px 0px;
}
.movie__wrapper {
  padding: 40px 0px 10px;
}
.nav__container {
  padding: 10px 0;
  margin: 0 60px;
}
@media all and (max-width: 767px) {
  .nav__container {
    padding: 10px 0;
    margin: 0;
  }
  h1.help-center-name {
    font-size: 34px;
  }
  .press__wrapper {
    padding: 32px 9px 12px;
  }
  .press__inner--title {
    font-size: 21px;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  ul.press__list li:first-child {
    margin-bottom: 24px;
  }
  .categories__wrapper,
  .qa__wrapper,
  .func__wrapper,
  .internal__wrapper {
    padding: 40px 9px 0px!important;
  }
  .category__wrapper,
  .category__sub--wrapper,
  section.section__sub--wrapper,
  section.article__wrapper {
    padding-right: 9px!important;
    padding-left: 9px!important;
  }
  .press__link {
    display: inline;
    margin-top: 0;
    float: right;
  }
  .categories__wrapper .row {
    margin: 0 auto!important;
  }
  .cat__list--item {
    padding: 10px 0 16px;
    background: #FFF;
    border-radius: 8px;
    border: 1px solid #E6E9ED;
    height: 114px!important;
    display: grid;
    justify-content: space-around;
    align-items: center;
  }
  .cat__list--icon {
    font-size: 32px;
    margin: 0;
    padding: 0;
  }
  .cat__item--2nd {
    margin: 0 10px;
  }
  ul.press__list {
    margin: 1.7em 0 1.2em;
  }
  ul.press__list li:first-child,
  ul.press__list li:nth-child(2)  {
    display: block;
  }
  ul.press__list li a {
    width: 100%!important;
  }
  .press__date {
    margin-bottom: 0.8rem;
    width: 100%!important;
  }
  ul.qa__inner--list {
    display: flex;
  }
  ul.qa__inner--list li {
    width: 100%;
  }
  ul.qa__list li a {
    height: 82px!important
  }
  .func__item--list li a {
    padding: 1.6rem 2.2rem;
    display: flex;
    justify-content: center;
    align-items: center;;
  }
  .func__item {
    display: block;
  }
  ul.func__item--list li {
    width: 49%;
    margin-right: 2%;
  }
  ul.func__item--list li:nth-child(2n) {
    margin-right: 0;
  }
  ul.func__item--list li:nth-child(n+3) {
    margin-top: 2%;
  }
  span.func__item--icon {
    width: 24px;
    height: 24px;
    margin: 0 auto;
    font-size: 18px;
    text-align: center;
  }
  span.func__item--desc {
    width: 100%;
    text-align: center;
    margin-top: 8px;
  }
  i.far.fa-mobile {
    font-size: 26px!important;
  }
  ul.internal__item--list li {
    width: 49%;
    margin-right: 1%;
  }
  ul.internal__item--list li:nth-child(2n) {
    margin-right: 0;
  }
  ul.internal__item--list li:nth-child(n+3) {
    margin-top: 1%;
  }
  ul.category__item--list li {
    width: 49%;
    margin-right: 2%;
  }
  ul.category__item--list li:nth-child(2n) {
    margin-right: 0;
  }
  ul.category__item--list li:nth-child(n+3) {
    margin-top: 2%;
  }
  ul.category__item--list li:nth-child(3n) {
    margin-right: unset!important;
  }
  ul.category__item--list li:nth-child(3) {
    margin-right: 2%!important;
  }
  .category__item--list li a {
    width: 100%;
    padding: 1.6rem 2.2rem;
    display: flex;
    display: -webkit-flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .category__item {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  ol.breadcrumbs {
    padding: 15px 5px 6px!important;
  }
  .breadcrumb__serach {
    padding: 0 15px 22px!important;
  }
  .category__sub--inner {
    padding: 32px 24px;
  }
  .article__title {
    margin-top: 0;
  }
  .article__vote--wrapper {
    display: block;
    margin-bottom: 50px;
    height: unset;
    padding: 32px;
  }
  p.article__vote--q {
    margin: 0 0 16px;
    text-align: center;
  }
  .article__vote--message {
    text-align: center;
  }
  .article__vote--area {
    justify-content: space-evenly;
  }
  .article__footer--wrapper {
    display: block;
  }
  .article__footer--left,
  .article__footer--right {
    width: 100%;
  }
  .article__footer--left ul,
  .article__footer--right ul,
  ul.article__side--list {
    padding: 32px 24px;
  }
  h2.recent-articles-title,
  h2.related-articles-title,
  h3.recent-articles-title,
  h3.related-articles-title,
  h3.article__side--title {
    margin-bottom: 24px;
    margin-top: 50px;
  }
  .search__result--inner {
    padding: 32px 24px;
  }
  .article__contents,
  div.sec__blue--border,
  div.sec__green--border {
    padding: 24px;
  }
  div.sec__blue--border div.sec__icon,
  div.sec__green--border div.sec__icon {
    width: 18%;
  }
  div.sec__blue--border div.sec__text,
  div.sec__green--border div.sec__text {
    width: auto;
    max-width: 100%;
  }
}
@media (max-width: 991.98px) {
  .press__link {
    display: inline;
    margin-top: 0!important;
    float: right;
  }
  ul.press__list {
      margin: 1.7em 0 1.2em!important;
  }
}


ul.category-list,
ul.quick-article-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
ul.category-list li,
.quick-article-block > section {
    display: flex;
    flex: 1 0 270px;
    justify-content: center;
    background: #fff;
    margin: 15px;
}
ul.category-list li > a {
    padding: 20px;
    width: 100%;
}
.quick-article-block > section {
    padding: 20px;
}
ul.category-list li {
    border: 1px solid #d2d3d3;
}
ul.category-list li:hover,
ul.category-list li:focus {
    border-color: rgba(30, 157, 255, 1);
}
.quick-article-block > section {
    background: rgba(238, 243, 246, 1);
    justify-content: flex-start;
    display: block;
}
ul.category-list li h3 {
    font-size: 1.3em;
    font-weight: 600;
    color: #5f5f5f;
    margin-top: 0;
    margin-bottom: 0;
    display: inline-block;
    vertical-align: middle;
    line-height: 1.4;
}
ul.category-list li span {
    display: inline-block;
    margin-bottom: 5px;
    vertical-align: middle;
}
ul.category-list li span i {
    font-size: 2.5em;
    color: rgba(30, 157, 255, 1);
    vertical-align: sub;
    margin-right: 5px;
}
ul.category-list li p {
    color: #959595;
}
.padding {
  padding: 40px 0;
}
.padding__sm {
  padding: 10px 0;
}
.heading-main {
    font-size: 1.6em;
    color: #595959;
}
.question-controls,
.answer-controls {
    float: right;
}
.question-controls a,
.answer-controls a {
    font-size: 12px;
}
.home-category-blocks {
    background: rgba(238, 243, 246, 1);
}
.quick-article-block ul > li a:before {
    content: "\f0f6";
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
    color: rgba(30, 157, 255, 1);
}
.recent-activity-item-time,
.recent-activity-item-comment {
    display: inline-block;
}
.quick-article-block .recent-activity-item-comment > span {
    font-weight: 800;
    color: rgba(30, 157, 255, 1);
    display: none;
}
.quick-article-block a.recent-activity-item-parent {
    display: none;
}
.recent-activity ul li > a.recent-activity-item-parent:before {
    content: "\f0e5";
}
.recent-activity-item-link {
    color: rgba(30, 157, 255, 1);
    font-weight: 600;
    display: block;
}
.quick-article-block ul > li a,
.article-sidebar ul li a,
.searchbox-suggestions ul li a {
    color: #454545;
}
.quick-article-block ul > li {
    position: relative;
    padding: 5px 0 5px 20px;
}
.quick-article-block h3,
.quick-article-block h2 {
    font-size: 1.3em;
    margin-top: 0;
    font-weight: 600;
}
.language-selector .dropdown-toggle:after {
    color: #fff;
}
.article-sidebar section:first-child h3 {
    margin-top: 0;
}
.article-sidebar h3 {
    font-size: 1.3em;
    font-weight: 600;
}
/*==========================================*/
/*   Movie Start
/*==========================================*/
.movie__list--wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 2.2rem;
  margin-bottom: 0;
}
.mv__inner--title {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: start;
  justify-content: start;
}
.mv__inner--title a,
.qa__inner--title a {
  display: inline;
  font-size: 1.4rem;
  font-weight: normal;
  margin-left: 24px;
}
.mv__inner--title a:hover {
  text-decoration: underline;
}
.movie__list--item {
  width: 23.3%;
}
.movie__item--img {
  background: #FFF;
  border-radius: 8px;
  border: 1px solid #E6E9ED;
  overflow: hidden;
  margin-bottom: 10px;
}
.movie__item--img a {
  display: block;
}
.movie__item--img a img {
  width: 100%;
  height: auto;
}
.movie__item--img a img:hover {
  opacity: 0.8;
}
.movie__item--title {
  font-size: 1.2rem;
  font-weight: normal;
/*   color: #2D2F4E; */
  text-align: center;
  margin: 0;
}
.sp__only {
  display: none;
}
@media all and (max-width: 767px) {
  .movie__list--wrapper {
    margin-top: 2.2rem;
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: unset;
  }
  .movie__list--item {
    width: 49%;
  }
  .movie__list--wrapper li.movie__list--item:nth-of-type(-n+2) {
		margin-bottom: 20px;
  }
  .sp__only {
    display: block;
  }
}
/*==========================================*/
/*   Movie Ends
/*==========================================*/
/*==========================================*/
/*   Home Ends
/*==========================================*/
/*==========================================*/
/*   Breadcrumb Start
/*==========================================*/

section.breadcrumb {
    padding: inherit;
    background-color: transparent;
/*     border-bottom: 1px solid #ddd; */
}
ol.breadcrumbs {
    padding: 15px 5px;
}
ol.breadcrumbs li:first-child a:before {
/*     content: "\f015";
    padding-right: 3px;
    font-family: 'FontAwesome'; */
}
.breadcrumbs > li,
.pagination li {
    display: inline-block;
}
.breadcrumbs li + li:before {
    content: "\f105";
    font-family: 'FontAwesome';
    padding: 0 5px;
/*     color: rgba(30, 157, 255, 1); */
}
.breadcrumbs > li a {
    color: #757575;
}
.breadcrumbs > li:last-child a {
    color: #757575;
}
.breadcrumb__serach {
  padding: 22px 0;
}
/*==========================================*/
/*   Breadcrumb End
/*==========================================*/
/*==========================================*/
/*   Footer Start
/*==========================================*/

footer.hc_footer {
/*     background-color: rgba(30, 157, 255, 1); */
  background: #f9fafb;
  margin-top: 5.2rem;
  color: #AAB2BD;
}
.hc_footer div.container {
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 1px solid #333;
  padding: 34px 0;
}
footer.hc_footer div p {
  margin: 0;
}
footer.hc_footer div p a,
.footer__menu--item a {
  color: #AAB2BD!important;
  text-decoration: none;
}
.footer__menu--item a:nth-child(-n+2) {
  color: #333!important;
  text-decoration: none;
}
footer.hc_footer div p a:hover,
.footer__menu--item a:hover {
  text-decoration: underline;
  color: #AAB2BD!important;
}

.hc_footer h3 {
    font-size: 1.2em;
    font-weight: 600;
}
.footer_legal {
    padding-top: 5px;
    padding-bottom: 40px;
}
.hc_footer h3,
.hc_footer ul li a,
.hc_footer a:hover {
    color: #ffffff;
}
.hc_footer a:hover {
    text-decoration: underline;
}
.footer-legal {
    background-color: rgba(30, 157, 255, 1);
    padding: 15px 0;
}
.footer_legal li {
    padding: 4px 0;
}
.footer-legal p {
    margin-bottom: 0;
}
.footer-legal a {
    color: #fff;
}
.hc_footer h3:after {
    content: "";
    background: #fff;
    height: 2px;
    display: block;
    margin-top: 10px;
    max-width: 50px;
}
.language-selector a.dropdown-toggle {
    border: 2px solid #fff;
    padding: 6px 12px;
    border-radius: 4px;
}
.social li i {
    font-size: 2em;
}
.hc_footer .social {
    margin-bottom: 10px;
}
.footer__left,
.footer__right {
  width: 50%;
}
.footer__left ul.footer__menu--list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
}
ul.footer__menu--list li {
  margin-right: 15px;
}
li.dropdown__item a {
  color: #555!important;
}
.footer__right p {
  text-align: right;
}

.dropdown {
  margin: 0 0 0 auto;
  position: relative;
}
.dropdown__btn {
  display: block;
  width: auto;
  padding: 0.2em;
  background: none;
  border: 0;
  outline: none;
}
.dropdown__btn.is-open::after {
  content: "";
  width: 100%;
  height: 100%;
  cursor: default;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 4;
}
.dropdown__btn.is-open + .dropdown__body {
  display: block;
  z-index: 5;
}
.dropdown__body {
  display: none;
  width: 125px;
  background: #fff;
  box-shadow: 0 2px 6px 2px rgb(60 64 67 / 15%), 0 1px 2px 0 rgb(60 64 67 / 30%);
  border-radius: 4px;
  overflow: hidden;
  position: absolute;
  top: -45px;
  left: 0;
  padding: 10px 15px;
  text-align: left;
}
.dropdown__list {
  margin: 0;
  padding: 0;
}
.dropdown__item {
  display: block;
}
.dropdown__item-link {
  display: block;
  padding: 1em 1.2em;
  font-size: 0.95em;
  text-decoration: none;
  color: #444;
}
.dropdown__item-link:hover {
  background: #fbfbfb;
}
@media all and (max-width: 480px) {
  .hc_footer div.container {
    display: block;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #333;
    padding: 34px 0;
  }
  .footer__left,
  .footer__right {
    width: 100%;
  }
  .footer__left ul.footer__menu--list {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
  }
  ul.footer__menu--list li {
    margin-right: 0px;
    margin-bottom: 10px;
  }
  ul.footer__menu--list li:nth-child(-n+2) {
    margin-right: 15px;
  }
  .footer__right p {
    text-align: center;
  }
}

/*==========================================*/
/*   Footer End
/*==========================================*/
/*==========================================*/
/*   Categort , Secction , Article Starts
/*==========================================*/

h2.hc_title:after {
    display: block;
    content: "";
    height: 2px;
    width: 70px;
    background: rgba(30, 157, 255, 1);
    margin: 10px 3px;
    position: relative;
}
.section-with-article-block {
    background: #f6f6f6;
    border: 1px solid #f6f6f6;
    padding: 20px;
    margin: 15px 0;
}
#user img {
    width: 17px;
    border-radius: 100%;
}
.btn.dropdown-toggle:after {
    color: #fff;
}
.section-template .hc_title {
    display: table-cell;
    width: 100%;
}
.section-template .hc-subscribe {
    display: table-cell;
}
ul.article-list > li,
.article-sidebar section > ul > li,
.searchbox-suggestions ul li {
    padding: 5px 22px;
    position: relative;
    font-size: 1.1em;
    line-height: 2;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
    .article-sidebar section > ul > li {
        font-size: 1em
    }
    body h3 {
        font-size: 18px;
    }
}
.article-sidebar section > ul > li {
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 1.4;
}
.searchbox-suggestions ul li {
    padding-left: 20px;
}
ul.article-list > li:before,
.article-sidebar section > ul > li:before,
.searchbox-suggestions ul li a:before {
    content: "\f0f6";
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
    color: rgba(30, 157, 255, 1);
}
.article-sidebar section > ul > li:before {
    margin-top: 2px;
}
.description,
ul.article-list > li a {
    color: #959595;
}
.section-tree h3 {/*セクションページのセクションタイトル*/
    margin-top: 0;
    font-size: 1.3em;
    font-weight: 600;
}
.category_view .hc_title,
.section-template .hc_title {/*セクションページのタイトル*/
    font-size: 1.3em;
    font-weight: 600;
}
.section-tree h3 a {
    color: #333;
}
.section-tree .section {
    display: inline-block;
    float: none;
    margin: -2px;
    vertical-align: top;
}
li.article-promoted span {
    color: #ffca4c;
}
a.see-all-articles {
    margin-top: 10px;
    display: block;
    background: rgba(30, 157, 255, 1);
}
.comment-form-controls {
    text-align: right;
    margin-top: 10px;
}
.body-color {
    background-color: #EEF3F6;
    padding: 1px 15px;
}
.article__bg {
    background-color: rgba(255, 255, 255, 1);
    padding: 1px 20px;
    box-shadow: 2px 3px 14px 0px #e6e4e482;
}
.hero-unit.body-color {
    margin-bottom: 40px;
}
ul.attachments li:first-child {
    padding-top: 25px;
}
.accordion-toggle {
    overflow: hidden;
    display: inline-block;
}
.comment-body,
.answer-text,
.question-body p {
    word-wrap: break-word;
    word-break: break-word;
}
.article-voting {
    background: #fff;
    border: 1px solid #ddd;
    padding: 20px;
    margin-top: 20px;
}
.article-vote {
    display: inline-block;
}
.article-sidebar section > ul {
    padding-left: 0;
}
.article-user-info img {
    width: 50px;
    width: 50px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 100%;
    margin-bottom: 5px;
    margin-right: 10px;
}
.article-user-info {
    padding-bottom: 10px;
    margin-top: 10px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}
a.article-subscribe,
a.article-unsubscribe,
a.question-unsubscribe,
a.question-subscribe {
    float: right;
    background: #757575;
    color: #fff !important;
    padding: 6px 10px;
    border-radius: 4px;
}
.article-user-info a {
    color: #000;
    text-transform: uppercase;
}
span.created-date {
    font-weight: 600;
    padding-left: 3px;
}
section.article-comments.users-comment {
    padding: 20px 0;
}
.article-comments > h2 {
    font-size: 1.6em;
    margin-bottom: 20px;
    font-weight: 600;
}
.search-result-votes {
    background: rgba(30, 157, 255, 1);
    border-radius: 2px;
    color: #ffffff;
    display: inline-block;
    line-height: 1;
    margin-left: 5px;
    padding: 4px 5px;
    position: relative;
    top: -2px;
}
.dropdown-menu[aria-expanded=true] {
    left: auto;
    right: 0;
    bottom: inherit;
}
.dm.dropdown-menu[aria-expanded=true],
.dm .dropdown-menu[aria-expanded=true] {
    left: inherit;
    right: inherit;
}
.search-result-votes:before {
    content: "\1F44D";
    font-family: "entypo";
    margin-right: 3px;
}
ul.attachment-list li:before,
ul.attachments li:before {
    content: "\1F4CE";
    font-family: entypo;
    margin-right: 2px;
}
.article-body ul,
.comment-body ul,
.answer-text ul,
.question-text ul {
    list-style-type: disc;
    padding-left: 20px;
}
.article-body ol,
.comment-body ol,
.answer-text ol,
.question-text ol {
    list-style-type: decimal;
    padding-left: 20px;
}
.article-body img {
    border: 1px solid #efefef;
    padding: 4px;
}
.article-body img.noborder {
    border: none;
}
.article-body {
    font-size: 1.1em;
    line-height: 1.6;
}
.article-head {/*各記事ページのタイトル*/
    font-size: 1.7em;
    font-weight: 600;
  	padding: 0.25em 0.5em;/*上下 左右の余白*/
    color: #494949;/*文字色*/
    background: transparent;/*背景透明に*/
    border-left: solid 5px #7db4e6;/*左線*/ 
}
#user {
    color: #fff;
    display: inline-block;
    padding: 12px 0;
}
#user .with-image:after {
    color: #fff;
}
.comment-actions {
    float: right;
}
.comment-actions .dropdown-toggle:before,
.community-post .dropdown-toggle:before {
    content: "\2699";
    font-size: 11px;
    font-family: "entypo";
    color: rgba(30, 157, 255, 1);
}
.community-post .question-controls .dropdown-toggle:before {
    padding-right: 5px;
}
nav.pagination {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
nav.pagination ul li {
  margin-right: 5px;
}
nav.pagination ul li:last-child {
  margin-right: 0;
}
nav.pagination ul li a {
  background: transparent;
  display: block;
  color: #333;
  border-radius: 100%;
  height: 30px;
/*   width: 30px; */
  width: 53px;
  line-height: 30px;
  text-align: center;
}
nav.pagination ul li.pagination-current {
	display: inline-block;
  background: #209CFF;
  color: #FFF;
  border-radius: 100%;
  height: 30px;
/*   width: 30px; */
  width: 53px;
  line-height: 30px;
  text-align: center;
}
nav.pagination ul li a {
}
nav.pagination ul li:hover,
nav.pagination ul li a:hover {
  background: #209CFF;
  color: #FFF;
  border-radius: 100%;
}

nav.pagination ul li:hover nav.pagination ul li.pagination-current {
    background: rgba(30, 157, 255, 1);
}
nav.pagination ul li a nav.pagination li:hover a,
nav.pagination ul li.pagination-current span {
    color: #FFF;
}
ul.topic-list {
    padding-left: 0;
}
.clearfix.container > h1 {
    padding: 0px 0px 15px 0px;
}
.request-page label {
    padding: 20px 0 10px 0px;
}
.article-comments-inner .pagination ul {
    padding-left: 0;
    margin-bottom: 30px;
}
.article-comments-inner .pagination ul li a {
    color: #fff !important;
}
.visibility-internal-icon:before {
    content: "\1F512";
    display: inline-block;
    text-align: center;
}
/***** CSS Modifications for Category Images *****/
.categories .category-icon {
  display: flex;
  align-items: center;
}

.category-icon img, .category-page-images, .section-page-images {
  margin-right: 20px;
  width: 32px;
  height: 32px;
}

/*==========================================*/
/*   Categort , Secction , Article Ends
/*==========================================*/
/*==========================================*/
/*   Countribution starts
/*==========================================*/

main .general-list ul li.active {
    background-color: rgba(30, 157, 255, 1);
}
.my-activities-header {
    margin-bottom: 25px;
}
.my-activities-nav {
    margin-bottom: 10px;
    display: inline-block;
}
element.style {
    float: right;
    margin-right: 80px;
}
.nav li,
.nav-bordered li,
.nav-spaced li {
    display: inline-block;
}
@media all and (max-width: 480px) {
    .general-list li,
    #quick-search {
        width: 100%;
        margin-bottom: 2px;
    }
    .my-activities-nav {
        display: block;
    }
    .my-activities-following-header {
        margin-bottom: 10px;
    }
    .request-table-toolbar .request-table-filters {
        display: block;
        text-align: left;
        margin-top: 8px;
    }
    .logo img {
        max-height: 40px;
    }
    ul.category-list li, .quick-article-block > section {
        margin: 5px;
    }
    .hero-unit {
        padding: 0 10px;
    }
}
.my-activities-sub-nav {
    margin-bottom: 15px;
}
.nav-bordered li + li {} .searchbox-suggestions {
    border: 1px solid #efefef;
    min-height: 50px;
    padding: 10px 10px 0px 10px;
    border-radius: 3px;
    background: #fff;
}
.my-activities-table > p {
    padding: 15px 0;
}
.my-activities-table thead th {
    background: rgba(30, 157, 255, 1);
    color: #fff;
}
.my-activities-table tbody tr:nth-child(2n+1) {
    background: #EEF3F6;
}

/*==========================================*/
/*   Countribution end
/*==========================================*/

.request-table-toolbar {
    background: none repeat scroll 0 0 #f9f9f9;
    display: table;
    padding: 8px;
    width: 100%;
}
.request-table-toolbar input {
    border: 1px solid #ABA6A6;
}
.requests-search {
    border-radius: 20px;
    outline: medium none;
    padding: 6px 15px;
}
.request-table-filters {
    display: table-cell;
    text-align: right;
}
.request-table-filters label::before {
    content: " ";
    display: inline-block;
    width: 25px;
}
.request-filter {
    padding: 6px;
    border-radius: 40px;
    outline: 0;
}
/*==========================================*/
/*   Request Start
/*==========================================*/

.clearfix::before,
.clearfix::after {
    content: " ";
    display: table;
}
.clearfix::before,
.clearfix::after {
    content: "";
    display: table;
    line-height: 0;
}
.clearfix::after {
    clear: both;
}
.main-column {
    width: 100%;
    float: left;
}
.main-column > p {
    margin-top: 20px;
}
.comment-list {
    margin-bottom: 25px;
    padding-left: 0;
}
.comment-list > *:first-child {
    border-top: 1px solid #ddd;
}
.comment,
.comment-form {
    display: table;
    table-layout: fixed;
    width: 100%;
}
.comment-list > * {
    border-bottom: 1px solid #ddd;
    padding: 15px 0;
}
.comment-avatar {
    position: relative;
    width: 55px;
}
.comment > *,
.comment-form > * {
    display: table-cell;
    vertical-align: top;
}
.comment-avatar img {
    height: 38px;
    width: 38px;
    border-radius: 100%;
}
.comment > *,
.comment-form > * {
    display: table-cell;
    vertical-align: top;
}
.comment-published,
.comment-pending,
.comment-official {
    float: right;
    font-size: 11px;
}
.request-details {
    background: #f6f6f6;
    border: 1px solid #eeeeee;
    border-radius: 3px;
    font-size: 12px;
    margin: 0 0 15px;
    padding: 15px 20px;
}
.request-details dd {
    margin: 2px 0 0;
    word-wrap: break-word;
}
.request-details dt ~ dt {
    margin-top: 15px;
}
span.request-status {
    background: rgba(30, 157, 255, 1);
    color: #fff;
    padding: 2px 10px;
    border-radius: 30px;
}
.req-page button,
.req-page [role="button"],
.req-page [type="button"],
.req-page [type="submit"],
.req-page #user .dropdown-toggle {
    background: linear-gradient(to bottom, #ffffff 0%, #f4f4f4 50%, #ededed 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 3px;
}
.req-page button,
.req-page [role="button"],
.req-page [type="button"],
.req-page [type="submit"] {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid rgba(0, 0, 0, 0.17);
    border-radius: 2px;
    box-shadow: 0 -2px rgba(0, 0, 0, 0.03) inset;
    color: #252525;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
    height: 33px;
    line-height: 31px;
    padding: 0 10px;
    position: relative;
    transition: opacity 300ms ease 0s;
    vertical-align: middle;
    white-space: nowrap;
}
.comment,
.comment-form {
    display: table;
    table-layout: fixed;
    width: 100%;
}
.comment,
.comment-form {
    padding-bottom: 15px;
    position: relative;
}
.comment-form textarea {
    border: 1px solid #ddd;
    width: 100%;
    padding: 10px;
}
.comment-attachments {
    border: 1px solid #dddddd;
    margin-top: -1px;
    padding: 10px;
}
.upload-dropzone {
    background: #fff;
    border: 2px dashed #ddd;
}
.upload-dropzone span::before {
    content: "";
    font-family: "entypo";
    font-size: 30px;
}
section.form-column {
    width: 100%;
}
.form {
    background: #f5f5f5;
    padding: 25px 30px;
}
.rq_title {
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 25px;
}
body textarea,
input[type="text"] {
    width: 100%;
    border-color: #ddd;
}
textarea {
    min-height: 100px;
}
.form footer {
    padding-top: 30px;
    text-align: right;
}
.form-field {
    margin-top: 10px;
}
a.nesty-input {
    min-height: 35px;
    line-height: 35px;
}
a.nesty-input:hover,
a.nesty-input:focus {
    color: #333;
}
section.main-column h1 {
    font-size: 1.8em;
}
h1.request-page {
    margin-top: 0;
}
/*==========================================*/
/*   Request End
/*==========================================*/
/*==========================================*/
/*   Search Result Starts
/*==========================================*/

.search-results-subheading {
    font-size: 1.3em;
    padding: 16px 14px;
    background-color: #f5f5f5;
    font-weight: 600;
}
.search-results-list,
.support-resources ul {
    padding: 0;
}
.search-result {
    border-bottom: 1px solid #ececec;
    padding: 20px 10px;
}
.search-results-list li:last-child {
    border-bottom: 0;
}
.search-result-link,
.search-result-link:hover {
    color: #444444;
    font-size: 1.2em;
    font-weight: 400;
}
.search-result-meta {
    padding-top: 10px;
    font-size: 0.9em;
    color: #dcd9d9;
}
.search-result-description {
    padding: 10px 50px 0 0;
    color: #959595;
}
.search-result-description em {
    background: #efefef;
    color: #333;
}
.articles .glyphicon {
    padding-left: 4px;
}
/*==========================================*/
/*   Search Result Ends
/*==========================================*/
/*==========================================*/
/*   Community Starts
/*==========================================*/

.post-to-community a::before {
    content: "✎";
    font-family: "entypo";
    font-size: 14px;
    margin-right: 10px;
    vertical-align: middle;
}
.page-header > * {
    display: table-cell;
    vertical-align: middle;
}
.page-header > *:first-child,
.topic-filters,
h3.question-heading {
    width: 100%;
}
.topic-header,
.question-header {
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
.topic-filters > * {
    margin-right: 20px;
}
.topic-header > *,
.question-header > * {
    display: table-cell;
    vertical-align: middle;
}
.topic-header .topic-meta,
.question-header .question-meta {
    padding: 0 15px;
    white-space: nowrap;
}
.post-actions .dropdown-toggle:before {
    margin-right: 5px;
}
.comment-avatar-agent:after,
.question-avatar-agent::after,
.answer-avatar-agent::after {
    background-color: transparent;
    background-image: url("/hc/assets/agent-marker.png");
    background-image: url("/hc/assets/agent-marker.svg");
    background-repeat: no-repeat;
    background-size: 15px;
    content: " ";
    height: 15px;
    left: 30px;
    position: absolute;
    top: 20px;
    width: 15px;
}
.question-meta,
.answer-meta,
.topic-meta {
    color: #cccccc;
    font-size: 11px;
}
.question,
.answer {
    border-bottom: 1px solid #eeeeee;
    padding: 20px 0;
    position: relative;
}
.question-topic-list {
    margin: 0px 0 25px;
}
.question-topic-list li {
    display: inline-block;
    /*margin: 10px 10px 0 0;*/
}
.question-topic-list a {
    background: #ddd;
    border-radius: 5px;
    color: #444;
    display: inline-block;
    font-size: 11px;
    padding: 7px 15px;
}
.vote {
    display: table-cell;
    margin-left: 15px;
    margin-right: 10px;
    min-width: 95px;
    vertical-align: top;
    text-align: center;
}
.vote-sum {
    min-width: 60px;
    text-align: center;
    min-height: 35px;
    width: 92%;
}
.vote-sum,
.vote-controls {
    display: inline-block;
    vertical-align: middle;
}
.vote-controls {
    border-radius: 5px;
}
.community-post .vote-controls a {
    padding: 10px;
}
.article-vote-controls {
    display: inline-block;
}
.article-voting ul.share {
    float: right;
    margin-top: -5px;
}
.article-vote-controls a {
    color: #333;
    padding: 4px 6px;
    border-radius: 3px;
}
.article-vote-controls a.article-vote-up.article-voted {
    color: #78A300;
}
.article-vote-controls a.article-vote-down.article-voted {
    color: #dd4a3a;
}
.article-vote-controls a:hover {
    color: rgba(30, 157, 255, 1);
}
a.article-vote-up.article-voted {
    color: #78A300;
}
a.article-vote-down.article-voted {
    color: #DD4A3A;
}
a.article-vote-up:before,
.vote-up::before {
    content: "\1f44d";
    font-family: "entypo";
}
a.article-vote-down:before,
.vote-down::before {
    content: "\1f44e";
    font-family: "entypo";
}
.vote-controls:hover a {
    background: none repeat scroll 0 0 #ffffff;
    border-color: #a6a6a6;
    color: #bbbbbb;
}
.question-avatar,
.answer-avatar {
    display: table-cell;
    margin-right: 10px;
    min-width: 50px;
    position: relative;
    vertical-align: top;
}
.question-avatar img,
.answer-avatar img {
    max-height: 38px;
    max-width: 38px;
    border-radius: 100%;
}
.question-body,
.answer-body,
.answer-official-body {
    display: table-cell;
    vertical-align: top;
    width: 100%;
}
.question-title,
.topic-title {
    font-size: 18px;
    margin-top: 0;
}
.question-title > a,
.topic-title > a {
    color: #333;
}
.markdown {
    line-height: 1.7;
    word-wrap: break-word;
}
.question-body .question-meta,
.answer-body .answer-meta,
.answer-official-body .answer-meta {
    float: left;
}
.topic-meta span + span::before,
.question-meta span + span::before,
.answer-meta span + span::before {
    content: "•";
    font-size: 10px;
    margin: 0 10px;
}
.answer-form {
    margin: 30px 0 0 95px;
}
.answer-form-controls {
    margin-top: 10px;
    text-align: right;
}
.answer-form-controls .pull-left {
    float: left;
}
.answer-form-controls input[type="submit"] {
    margin-left: 15px;
}
ul.share {
    display: inline;
}
.topic-meta span + span::before,
.question-meta span + span::before,
.answer-meta span + span::before {
    content: "•";
    font-size: 10px;
    margin: 0 10px;
}
.question-share,
.answer-share {
    position: relative;
}
.share-label {
    cursor: pointer;
}
.share-label + .share::before {
    border-bottom: 7px solid #cccccc;
    border-left: 7px solid rgba(0, 0, 0, 0);
    border-right: 7px solid rgba(0, 0, 0, 0);
    margin-left: -6px;
    top: -7px;
}
.share-label + .share::before,
.share-label + .share::after {
    content: "";
    display: inline-block;
    left: 50%;
    position: absolute;
}
.share-label + .share::after {
    border-bottom: 6px solid #ffffff;
    border-left: 6px solid rgba(0, 0, 0, 0);
    border-right: 6px solid rgba(0, 0, 0, 0);
    margin-left: -5px;
    top: -6px;
}
.share-label + .share::before,
.share-label + .share::after {
    content: "";
    display: inline-block;
    left: 50%;
    position: absolute;
}
.share-label[aria-selected="false"] + .share {
    display: none;
}
.share-label + .share {
    background: none repeat scroll 0 0 #ffffff;
    border: 1px solid #dddddd;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
    left: 50%;
    line-height: 70px;
    margin: 10px 0 0 -75px;
    position: absolute;
    text-align: center;
    top: 100%;
    white-space: nowrap;
    width: 175px;
    z-index: 1;
    padding: 0;
}
.share li,
.share a {
    display: inline-block;
}
.share a::before {
    border-radius: 2px;
    color: #ffffff;
    display: inline-block;
    font-family: "entypo";
    text-align: center;
    width: 100%;
}
.share-facebook::before {
    content: "";
    background: #3b5998;
}
.share-twitter::before {
    content: "";
    background: #00ACED;
}
.share-linkedin::before {
    content: "";
    background: #007BB6;
}
.share-googleplus::before {
    content: "";
    background: #DD4A3A;
}
.share a {
    height: 30px;
    line-height: 29px;
    overflow: hidden;
    vertical-align: middle;
    width: 30px;
}
.share li,
.share a {
    display: inline-block;
}
input[type="checkbox"] + label {
    display: inline-block;
    margin-left: 5px;
}
lable {
    font-size: 12px;
}
.community-sub-nav {
    position: relative;
    width: 100%;
}
.topic-list .topic {
    display: inline-block;
    padding: 20px 30px 20px 0;
    vertical-align: top;
    float: none;
    margin: -3px;
}
.question-meta,
.answer-meta,
.topic-meta {
    color: #cccccc;
    font-size: 11px;
}
.community-post .question-meta,
.community-post .answer-meta {
    margin-top: 10px;
}
#new_question {
    padding: 30px 10px;
}
#new_question input {
    margin-bottom: 2px;
}
#new_question textarea {
    border-color: #efefef;
    margin-bottom: 15px;
}
h2.request-heading {
    font-size: 1.7em;
    text-transform: capitalize;
}
section.related-questions {
    background: rgba(239, 239, 239, 0.25);
    padding: 10px 2px 27px 25px;
    line-height: 1.8em;
}
section.related-questions ul,
.community-sub-nav ul,
ul.question-list {
    padding-left: 0;
}
textarea#answer_body {
    height: 100px;
    padding: 12px;
    border: 1px solid #efefef;
}
.error-page a {
    display: inline-block;
    margin-top: 15px;
}
.tag {
    font-size: 6em;
    font-weight: 800;
    color: rgba(30, 157, 255, 1);
    text-shadow: 2px 1px #d6d6d6;
    font-family: cursive;
}
.form-column > h1,
h1.search-results-heading {
    color: #757575;
    margin-top: 10px;
    padding-bottom: 15px;
}
.community-nav > ul,
.community-sub-nav > ul {
    border-bottom: 1px solid #ddd;
    padding: 0px 0 20px 0;
}
.community-sub-nav > ul.inner-navigation {
    margin-left: 0;
}
form#new_question .form-field input,
form#new_question .form-field textarea {
    border: 1px solid #ddd;
    margin-bottom: 5px;
    min-height: 35px;
}
form#new_question .form-field input,
.form-field input {
    border: 1px solid #ddd;
    margin-bottom: 5px;
    min-height: 35px;
    border-radius: 3px;
    padding: 0 10px;
}
.form .form-field input[type=checkbox] {
    float: left;
    min-height: auto;
    margin-right: 5px;
}
textarea#question_details,
#request_description {
    min-height: 120px;
    border: 1px solid #ddd;
    padding: 10px;
}
.form-field.required > label:after {
    content: "*";
    color: red;
    margin-left: 2px;
}
.form label {
    font-weight: inherit;
}
body .community-header {
    margin-top: 10px;
    border-color: #ddd;
}
/*==========================================*/
/*   Community Ends
/*==========================================*/
/*==========================================*/
/*   User Profiles Start
/*==========================================*/

.profile-contribution .comment-link {
    margin-right: 5px;
}
.profile-header {
    padding: 30px 0;
    background-color: #f8f8f8;
}
.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;
}
.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;
    border-radius: 100%;
}
.profile-header .basic-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1 1 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;
}
.profile-header .options:not(:last-child) {
    margin-bottom: 10px;
}
@media (min-width: 768px) {
    .profile-header .options {
        flex-wrap: nowrap;
        flex-basis: auto;
        margin-top: 0;
    }
    .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 .description {
    margin: 15px 0;
    flex-basis: 100%;
    word-break: break-all;
    word-break: break-word;
}
.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 {
    font-weight: 800;
    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(30, 157, 255, 1);
    border-radius: 4px;
    color: rgba(30, 157, 255, 1);
    padding: 5px 20px;
    font-size: 12px;
    text-align: center;
}
.profile-private-badge::after {
    content: "\1f512";
    margin-left: 5px;
    font-family: "copenhagen-icons";
    font-style: normal;
    font-size: 12px;
    font-weight: normal;
    vertical-align: middle;
}
@media (min-width: 768px) {
    .profile-private-badge {
        flex-basis: auto;
    }
}
.profile-nav {
    background-color: #f2f2f2;
    border: 0;
    margin-bottom: 20px;
    padding: 20px 0;
}
.profile-section {
    width: 100%;
}
.profile-section-header {
    display: flex;
    flex-wrap: wrap;
}
.profile-section-title {
    flex-basis: 100%;
    margin-bottom: 0;
    margin-top: 0;
}
.profile-section-description {
    flex-basis: 100%;
    padding: 10px 0;
    font-weight: 800;
    font-size: 13px;
}
@media (min-width: 768px) {
    .profile-section-description {
        flex: 1 0 auto;
        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;
    }
}
.profile-contribution {
    padding: 20px 0;
    word-wrap: break-word;
    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: 0;
    color: #999;
}
.profile-section .no-activity {
    margin-top: 20px;
}
.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;
    border-radius: 100%;
}
[dir=rtl] .profile-activity-header .user-avatar {
    margin-left: 10px;
    margin-right: 0;
}
.profile-activity-description {
    margin: 0;
}
.profile-activity-description span:first-child {
    font-weight: 600;
    display: block;
}
@media (min-width: 768px) {
    .profile-activity-description span:first-child {
        display: inline;
    }
}
.profile-activity-contribution {
    padding: 20px;
    margin-top: 10px;
    border-radius: 8px;
    background-color: #f8f8f8;
}
@media (min-width: 768px) {
    .profile-activity-contribution {
        margin-top: 0;
        margin-left: 50px;
    }
    [dir=rtl] .profile-activity-contribution {
        margin-left: 0;
        margin-right: 50px;
    }
}
.profile-activity:before {
    position: absolute;
    left: 0;
    width: 28px;
    border-radius: 50%;
    content: "";
    background-size: 14px 14px;
    background-repeat: no-repeat;
    background-color: #fff;
    background-position: 50% 50%;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    color: #ccc;
    font-family: "copenhagen-icons";
}
[dir=rtl] .profile-activity:before {
    right: 0;
}
@media (min-width: 768px) {
    .profile-activity:before {
        left: -14px;
    }
    [dir=rtl] .profile-activity:before {
        right: -14px;
    }
}
.profile-articles > .profile-contribution::before,
.profile-activity-list > li[class$="-article"]:before {
    content: "\1f4c4";
}
.profile-posts > .profile-contribution::before,
.profile-activity-list > li[class$="-post"]:before {
    content: "\1f4d4";
}
.profile-comments > .profile-contribution::before,
.profile-activity-list > li[class$="-comment"]:before {
    content: "\1f4ac";
    line-height: 35px;
}
.collapsible-nav-list {
    display: inline;
    flex-direction: column;
    padding: 0;
}
@media (min-width: 768px) {
    .collapsible-nav-list {
        flex-direction: row;
    }
}
.collapsible-nav-list li[aria-selected=true] {
    order: 0;
    position: relative;
}
.collapsible-nav-list li {
    line-height: normal;
    margin-right: 30px;
    display: inline-block;
}
.meta-group {
    display: flex;
    flex-wrap: wrap;
}
/*==========================================*/
/*   User Profiles Ends
/*==========================================*/
/*.fa {
    display:inline-block;
  font: normal normal normal 14px/1 FontAwesome;
}
.fa-gratipay::before{
    content: '\f0f4';
}
/*==========================================*/
/*   Signed in Starts
/*==========================================*/
.signed-in__inner {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin-top: 104px;
}
.signed-in__new-user,
.signed-in__existing-user {
  width: 50%;
  padding: 22px;
}
.signed-in__new-user {
  border-right: 1px solid #333;
}
.signed-in__description a {
  margin: 0!important;
  display: inline!important;
}
.signed-in__new-user a,
.signed-in__existing-user a {
  max-width: 300px;
  height: auto;
  display: block;
  margin: 68px auto;
}
/*==========================================*/
/*   Signed in Ends
/*==========================================*/
/*==========================================*/
/*   Case Starts
/*==========================================*/
.case__wrapper {
  padding: 40px 0px 10px;
}
.case__inner--title {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: start;
  justify-content: start;
}
.case__inner--title {
  font-size: 24px;
  font-weight: bold;
}
.case__inner--title a {
  display: inline;
  font-size: 1.4rem;
  font-weight: normal;
  margin-left: 24px;
}
.case__list--wrapper {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 2.2rem;
  margin-bottom: 0;
}
.case__list--item {
  width: 23.3%;
}
.case__list--item:nth-child(n+5) {
  margin-top: 55px;
}
.case__item--img {
  background: #FFF;
  border-radius: 8px;
  border: 1px solid #E6E9ED;
  overflow: hidden;
  margin-bottom: 10px;
}
.case__item--img a {
  display: block;
}
.case__item--img a:hover {
  opacity: .8;
}
.case__item--img a img {
  width: 100%;
  height: auto;
}
.case__item--title {
  font-size: 1.2rem;
  font-weight: normal;
  text-align: center;
  margin: 0;
}

.case__your-company--wrapper {
  padding: 1.5% 3% 3%;
  background: #FFF;
  border-radius: 8px;
  border: 1px solid #E6E9ED;
}
ul.case__your-company--list {
  margin: 0;
  padding: 0;
}
ul.case__your-company--list li {
  border-bottom: 1px solid #E6E9ED;
  padding: 12px 24px 12px 0;
  line-height: 1.4;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
ul.case__your-company--list li a:after {
  content: "\f105";
  font-family: 'FontAwesome';
  padding: 0 5px;
  position: absolute;
  right: 0;
  font-size: 18px;
  line-height: 1.2;
}
ul.case__your-company--list li a {
  color: #2D2F4E;
  font-weight: bold;
  transition: all 0.5s;
  display: block;
  width: 100%;
}
ul.case__your-company--list li a:hover {
  opacity: 0.8;
}
.case__more-article .more__articles--link {
    margin: 20px 0 0;
}

@media all and (max-width: 767px) {
  .case__list--item {
    width: 49%;
  }
  .case__list--item:nth-child(n+3) {
    margin-top: 20px;
  }
}
/*==========================================*/
/*   Case Ends
/*==========================================*/