@charset "UTF-8";
/* ====================================================
   Base styles
   ==================================================== */
*, input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  background-color: #FBFBFB;
}

body {
  color: #262626;
  font-family: "Helvetica Neue Medium", Helvetica, Arial, "游ゴシック", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
  font-size: 14px;
  font-weight: lighter;
  line-height: 1.5;
  margin: 0;
  padding-bottom: 50px;
  background-color: #FBFBFB;
  font-feature-settings : "palt";
}

/* ====================================================
　　言語による表示・非表示切り替え 
   ==================================================== */
[lang='ja'] .show-en {
  display: none;
}
[lang='en-US'] .show-ja{
  display: none;
}

/*
 * Links
 */
a {
  color: #48a1e3;
  text-decoration: none;
  font-family: "Helvetica Neue Medium", Helvetica, Arial, "游ゴシック", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
}

a:hover {
  cursor: pointer;
  text-decoration: underline;
}

/*
 * Images
 */
img {
  max-width: 100%;
  vertical-align: middle;
}

img[width], img[height] {
  max-width: none;
}

figure > img {
  display: block;
}

/*
 * Lists
 */
ul, ol {
  margin: 0;
  padding: 0;
}

/*
 * Headings
 */
h1, h2, h3, h4, h5, h6 {
  color: black;
  /*font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif; */
  font-weight: bold;
}

/*
 * Forms
 */
label {
  display: inline-block;
  font-size: 12px;
  vertical-align: middle;
}

input[type=checkbox] + label {
  display: inline-block;
  margin-left: 5px;
}

input, textarea {
  border: 1px solid #DDDDDD;
  border: 1px solid rgba(0, 0, 0, 0.13);
  padding: 10px;
}

textarea {
  height: 100px;
  padding: 7px 10px;
  resize: vertical;
}

textarea, input[type=text] {
  width: 100%;
}

input::-ms-clear {
  display: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  color: #CCC;
}

:-ms-input-placeholder {
  color: #CCC;
}

::-moz-placeholder {
  color: #CCC;
}

/*
 * Buttons
 */
button, [role=button], [type=button], [type=submit] {
  background: transparent;
  border-radius: 2px;
  border: 1px solid #DDDDDD;
  border: 1px solid rgba(0, 0, 0, 0.13);
  box-shadow: inset 0 -2px #f6f6f6;
  box-shadow: inset 0 -2px rgba(0, 0, 0, 0.03);
  color: #158EC2;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  font-weight: lighter;
  height: 30px;
  line-height: 28px;
  padding: 0 10px;
  position: relative;
  vertical-align: middle;
  white-space: nowrap;
}

a[role=button]:hover {
  text-decoration: none;
}

input[type=submit] {
  background: #444;
  border-color: transparent;
  box-shadow: inset 0 -2px #222;
  color: #FFF;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

input[type=submit][disabled] {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  /* IE 8 */
  opacity: 0.4;
}

/*
 * Tables
 */
table {
  border-collapse: collapse;
  text-align: left;
  width: 100%;
}

td, th {
  border-color: #ECECEC;
  border-color: rgba(0, 0, 0, 0.07);
  border-style: solid;
  padding: 12px;
}

th {
  border-width: 1px 0;
  color: #BBB;
  font-size: 11px;
  font-weight: normal;
  white-space: nowrap;
}

td {
  border-width: 0 0 1px 0;
}


/* ====================================================
   Helper classes
   ==================================================== */
/*
 * Clearfix: contain floats
 */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

/*
 * Column size
 */
.main-column {
  width:100%;
  float: left;
  max-width: 972px;
}
@media screen and (max-width: 900px) {
  .main-column {
    float: none;
    width: auto;
  }
}

.side-column {
  float: right;
  width: 270px;
}
@media screen and (max-width: 900px) {
  .side-column {
    float: none;
    width: auto;
  }
}

/*
 * Visibility
 */
.visibility-internal-icon:before {
  cursor: default;
  content: "\1F512";
  font-family: "entypo";
  margin-right: 5px;
}

.visibility-internal {
  position: relative;
}

.visibility-internal:before,
.visibility-internal:after {
  display: none;
  position: absolute;
}

.visibility-internal:hover:before,
.visibility-internal:hover:after {
  display: block;
}

.visibility-internal:before {
  background: #222;
  background: rgba(0, 0, 0, 0.85);
  border-radius: 4px;
  color: #FFF;
  content: attr(data-title);
  text-transform: none;
  font-family: "Helvetica Neue Medium", Helvetica, Arial, "游ゴシック", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
  left: -10px;
  margin-top: 5px;
  padding: 3px 10px;
  top: 100%;
  white-space: nowrap;
  z-index: 1;
}

.visibility-internal:after {
  border-bottom: 5px solid #222;
  border-bottom: 5px solid rgba(0, 0, 0, 0.85);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  bottom: -5px;
  content: "";
  height: 0;
  left: 50%;
  margin-left: -5px;
  width: 0;
}

/* ====================================================
   Parsed markdown
   ==================================================== */
.markdown {
  word-wrap: break-word;
}

.markdown h1,
.markdown h2,
.markdown h3,
.markdown h4,
.markdown h5,
.markdown h6 {
  padding: 0;
  margin: 0 0 10px 0;
  font-weight: bold;
  line-height: 13px;
  font-size: 13px;
}

.markdown img {
  border: 1px solid #ECECEC;
  border: 1px solid rgba(0, 0, 0, 0.07);
  height: auto;
  max-width: 100%;
  padding: 3px;
  margin-bottom: 10px;
}

.markdown p {
  margin-bottom: 10px;
}

.markdown ul,
.markdown ol {
  list-style-position: inside;
  margin: 0 0 10px 10px;
}

.markdown ul {
  list-style-type: disc;
}

.markdown ol {
  list-style-type: decimal;
}

.markdown li > ul,
.markdown li > ol {
  margin: 0 0 0 10px;
}

.markdown pre {
  background: #f6f6f6;
  background: rgba(0, 0, 0, 0.02);
  border: 1px solid #ECECEC;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre-wrap;
  margin-bottom: 10px;
}

.markdown blockquote {
  border-left: 1px solid #ECECEC;
  border-left: 1px solid rgba(0, 0, 0, 0.07);
  color: #bbb;
  font-style: italic;
  padding-left: 10px;
  margin: 0 0 10px 0;
}

.markdown hr {
  margin-bottom: 10px;
  height: 2px;
  background-color: #ECECEC;
}

/* ====================================================
   Content frame
   ==================================================== */
/*main {
  margin: 0 auto;
  max-width: 1006px;
  padding:0 20px;
}*/

.section-inner{
  margin: 0 auto;
  margin-top: 24px;
  max-width: 972px;
  padding:0 0;
  }

@media screen and (max-width: 1100px) {
.section-inner{
  margin: 0 auto;
  margin-top: 24px;
  max-width: 90％;
  width: 90%;
  padding:0 0px;
  }
}
/* ====================================================
   Header
   ==================================================== */
.header {
  background-image: url(https://materials.8card.net/web/zendesk/rectangle.png);
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center;
  padding:0;
}

.header .header-inner {
  *zoom: 1;
  max-width: 972px;
  margin: 0 auto;
  padding:36px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header .header-inner .logo{
}
.header .logo {
  font-size: 18px;
  font-weight: bold;
}
.header .logo img {
  width: 160px;
  padding-right:16px;
}
.header .logo a {
  color: #fff;
}
.header .logo a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
  opacity: 0.75;
  text-decoration: none;
}

.header-text{
  text-align: center;
}

.header-text h2{
  color: white;
  font-size: 50px;
  margin: 0;
  margin-top: 75px;
  margin-bottom: 20px;
}

.header-text h2.show-en{
  font-size: 40px;
}

.header-search{
/*   float: right !important; */
/*   width: 45%; */
}

.header-search .search {
  position: relative;
  display: table;
  text-align:center;
  margin:0 auto;
}
.header-search .search input {
  height: 60px;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  line-height: 1.6;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.header-search .search:before {
  content: " ";
  display: block;
  position: absolute;
  left: 20px;
  top: 20px;
  width: 20px;
  height: 20px;
  background: url("https://materials.8card.net/web/zendesk/search_icon.png") 0 0 no-repeat;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
}
/* .header-search .search:after {
  display: none;
} */
.header-search .search input[type="search"] {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -webkit-appearance: none;
  border-radius: 2px;
  outline: none;
  background-color: #ffffff !important;
  font-size: 16px;
  color: #000;
  width: 410px;
  padding: 20px 0 20px 56px;
  border-radius: 4px;
  font-weight: bold;
}

input:-webkit-autofill{
  background-color: #fff;
}



@media screen and (max-width: 768px) {
  .header .header-inner {
  *zoom: 1;
  width: 100%;
  max-width: 1006px;
  margin: 0 auto;
  padding:20px 20px;
}
.header .header-inner .logo{
  width:100%;
  margin: 0 auto;
  font-size: 20px;
  text-align:left;
}
.header .logo img {
    width: 140px;
    padding-right: 16px;
}
  .sp{
  display:none;
  }
  
}

.home-page-header {
  background:#fff;
 background-image: url(https://materials.8card.net/web/zendesk/rectangle.png);
 background-repeat: no-repeat;
 background-size: cover;
  background-position: center;
}
  
.home-page-header .home-page-header-inner {
  *zoom: 1;
  width: 100%;
  max-width: 972px;
  margin: 0 auto;
  padding: 20px 0 82px 0;
  display: block;
}
.home-page-header .home-page-header-inner .logo{
/*   padding-bottom:44px; */
  margin:0 auto;
  text-align: left;
}

.home-page-header .header-search .search input[type="search"] {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -webkit-appearance: none;
  border-radius: 2px;
  background-color: #ffffff !important;
  font-size: 16px;
  color: #000;
  width: 630px;
  padding: 20px 0 20px 56px;
  border-radius: 4px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .header-search .search {
    width: 100%;
  }
  .home-page-header .home-page-header-inner {
    *zoom: 1;
    width: 100%;
    margin: 0 auto;
    padding: 56px 20px 40px 20px;
  }
  .home-page-header {
  /*   background:#48a1e3; */
  }
  .header-search .search input[type="search"] {
    -webkit-appearance: none;
      vertical-align: middle;
      -moz-border-radius: 2px;
      -webkit-border-radius: 2px;
      border-radius: 2px;
      background-color: #ffffff !important;
      font-size: 15px;
      color: #a6a6a6;
      width: 100%;
      padding: 12px 0 12px 48px;
  }
   .home-page-header .home-page-header-inner .logo{
    text-align:center;
    padding-bottom:44px;
    margin:0 auto;
  }
  .header-text h2{
    margin-top: 1vw;
    font-size: 5vw;
  }
  .header-text h2.show-en{
    margin-top: 1vw;
    font-size: 5.5vw;
  }
  
  .header-search .search:before {
    display: none;
  }
}

@media screen and (max-width: 480px) {
    .header-text h2{
    margin-top: 1vw;
    font-size: 7vw;
  }
  .home-page-header .header-search .search input[type="search"]{
    width: 100%;
  }
     .home-page-header .home-page-header-inner .logo{
    padding-bottom:10vw;
  }
    .home-page-header .home-page-header-inner {
    *zoom: 1;
    width: 90%;
    margin: 0 auto;
    padding: 10vw 0 15vw 0;
  }
}

/* ====================================================
   footer
   ==================================================== */
#footer {
  text-align: left;
  padding-left: 16px;
  padding-right: 16px;
  margin-top: 100px;
}
#footer .footer-inner {
  max-width: 80%;
  padding: 10px 0 20px 0;
  margin: 0 auto;
  border-top: 1px solid #b1b1b1;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #footer .footer-inner {
  border: none; 
  }
}
@media screen and (max-width: 480px) {
  #footer {
    margin-top: 10vw;
  }
  #footer .footer-inner {
  padding: 20px 0;
  }
}
#footer ul {
  overflow: hidden;
  list-style:none;
}
#footer li {
  float: left;
  margin-right: 24px;
  font-size: 12px;
}
@media screen and (max-width: 480px) {
  #footer li {
    float: none;
    margin: 0 0 10px;
  }
}
#footer p {
  color: #666666;
  margin-top: 5px;
  font-size: 12px;
}

.user-info:first-child {
  margin-left: 0;
}

.user-nav {
  background: #3e3e3e;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  padding: 3px;
  position: absolute;
  right: 0;
  text-align: left;
  top: 20px;
}

/* ====================================================
   User nav links
   ==================================================== */
.user-nav > * {
  display: inline-block;
  font-size: 12px;
  vertical-align: middle;
}

.user-info [role="button"], .login {
  background: #ffffff;
  background: linear-gradient(to bottom, #ffffff 0%, #f4f4f4 50%, #ededed 100%);
  border-bottom-color: #C0C0C0;
  border-radius: 3px;
  box-shadow: inset 0 -1px #DDD;
  color: #444;
  height: auto;
  line-height: 1;
  padding: 4px 10px 4px 4px;
  margin-left: 30px;
}

.user-info [role="button"]:hover, .login:hover {
  border-color: #AAA;
  box-shadow: inset 0 -1px #BBB;
}

.user-info [role="button"]:active, .login:active {
  background: linear-gradient(to bottom, #f5f5f5 0%, #d5d5d5 100%);
}

.user-avatar {
  margin-right: 4px;
  max-height: 20px;
}

.user-avatar, .user-avatar + span {
  display: inline-block;
  vertical-align: middle;
}

.login {
  font-size: 13px;
  padding: 7px 10px 8px;
}

.language-selector {
  margin-left: 20px;
}

.submit-a-request {
  margin-left: 15px;
}

/* ====================================================
   Search
   ==================================================== */
.search-unit {
  background: #FFFFFF;
  padding-top: 10px;
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 40px;
  text-align: center;
}

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

.search:after {
  color: #555;
  content: "\1F50D";
  font-family: "Helvetica Neue Medium", Helvetica, Arial, "游ゴシック", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
  font-size: 30px;
  line-height: 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: 50%;
  z-index: 1;
  display: none;
}

.search input {
  border-color: #3581B8;
  border-radius: 5px;
  border-width: 2px;
  height: 65px;
  font-size: 16px;
  padding: 0 20px;
  width: 940px;
}

.search input[type=submit] {
  display: none;
}

.sub-nav .search {
  display: none;
}

.sub-nav .search-small {
  display: none !important;
}

/* ====================================================
   TOP
   ==================================================== */
.knowledge-base {
  align-items: baseline;
  padding: 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
 .knowledge-base {
   display:inline;
   padding:0;
  }
}

/*
 緊急告知欄
----------------------------*/
#emergency-notice-area {
  max-width: 972px;
  order:1;
  border-radius: 2px;
  border: solid 1px #ff6752;
  margin:0 auto;
  margin-top: 24px;
  padding: 20px 24px 24px;
  box-sizing: border-box;
  display: none;
}

@media screen and (max-width: 972px) {
  #emergency-notice-area {
    margin: 24px 24px 0;
  }
}

.emergency-notice-title {
  font-size: 20px;
  color: #ff6752;
}

.emergency-notice-title-icon {
  vertical-align: middle;
  position: relative;
  top: -0.1em;
}

.emergency-notice-list-content {
  margin-top: 16px;
  font-size: 14px;
  padding-left: 4px;
}


/*
 よくあるご質問
----------------------------*/
.promoted-articles {
  max-width: 972px;
  order:1;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-color: #EDF7FF;
  margin:0 auto;
  margin-top: 24px;
  margin-bottom: 0;
  text-align: center;
  padding: 25px 70px 5px 70px;
  box-sizing: border-box;
  }

.promoted-articles h3 {
  font-size: 20px;
  font-weight: bold;
  color: #48A1E3;
  padding: 0 0 20px 0;
  margin:0;
}

.promoted-articles h3 img {
  margin-right: 10px;
}
.promoted-articles ul {
  display: flex;
  flex-wrap: wrap;
  text-align: left;
}
.promoted-articles ul li{
  list-style-type:disc;
  font-size:14px;
  list-style: none;
  font-weight: bold;
  margin-bottom: 20px;
  margin-left: 32px;
  display: inline-block;
}
.promoted-articles ul li:before{
  content: "";
  display: inline-block;
  background-image: url(//theme.zdassets.com/theme_assets/135360/4e01cb7e0ea2ed27454551e38cddb2639f61f7da.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 8px;
  height: 12px;
  left: -5px;
  position:relative;
} 
.promoted-articles ul li a{
  font-size: 15px;
  color:#48a1e3;
}
@media screen and (max-width: 972px) {
  .promoted-articles{
    margin: 24px 0 0;
  }
}
@media screen and (max-width: 768px) {
.promoted-articles {
  width:100%;
  margin: 24px 0 0;
  background:#F1F8FD;
  padding:24px 20px 8px 20px;  
}
 .promoted-articles ul{
  padding:0 0 0 0;
}
.promoted-articles ul li{
  list-style-type:none;
}
.promoted-articles li {
  margin-bottom: 32px;
}
}

@media screen and (max-width: 480px) {
  .promoted-articles ul {
  flex-direction: column;
}
}
/*
 ご利用ガイド
----------------------------*/
.section-categories{
  width: 100%;
  order:1;
  margin-bottom: 4px;
}


.section-categories .category-list {
  max-width: 972px;
  margin: 0px auto 0px;
  *zoom: 1;
  list-style:none;
}

@media screen and (max-width: 1300px) {
  .section-categories .category-list {
    max-width: 972px;
    margin: 0 auto;
    *zoom: 1;
    list-style:none;
  }
}

.section-categories .category-list ul{
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  margin: 0 auto;
}
.section-categories .category-list:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
/* .section-categories .category-list li:before {
  content: "＞ ";
  font-size: 16px;
  font-weight: bold;
  top: -3px;
  left: 0;
  position:absolute;
  color:#48a1e3;
} */
.section-categories .category-list li {
  position:relative;
  width: 300px;
  height: 140px;
  border-radius: 10px;
  list-style: none;
  border: 1px solid #48A1E3;
  background-color: white;
  margin-right: 36px;
  margin-bottom: 24px;
}

.section-categories .category-list li:nth-child(3n) {
  margin-right: 0px;
}

.section-categories .category-list li a{
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  height: 100%;
  text-align: left;
}

.section-categories .category-list-title{
  display: flex;
  align-items: center;
  height: 90px;
  text-align: left;
}
.category-list a h3{
  color: #48A1E3;
  font-size: 16px;
  width: 160px;
  display: inline-block;
}

.category-list a p{
  font-size: 12px;
  font-weight: normal;
  padding:0 20px 0 20px;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 12px;
	color: #4A4A4A;
  box-sizing: border-box;
	font-feature-settings : "palt";
}

/* .section-categories .category-list li h3:begfore {
  content: "";
  width: 80px;
  height: 80px;
  display: block;
  position: relative;
} */
/*
.section-categories .category-list li:nth-child(2n-1) {
  float: left;
  clear: both;
}*/
.section-categories .category-list li.lg {
  clear: both;
  *zoom: 1;
  width: 47.5%;
}
.section-categories .category-list li.lg:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

.guide-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  margin: 40px auto 0px;
}

.guide-list li {
  flex-grow: 1;
  height: 140px;
  width: 300px;
  border-radius: 10px;
  list-style: none;
  border: 1px solid #48A1E3;
  background-color: white;
  margin-right: 36px;
  margin-bottom: 24px;
}

.guide-list li:nth-child(2n) {
  margin-right: auto;
}

.guide-list img {
  width: 60px;
  height: 60px;
  margin-top: 24px;
}

.guide-list h3{
  color: #48A1E3;
  font-size: 20px;
  margin: 12px auto;
}

.guide-list a:hover {
  text-decoration: none;
}

@media screen and (max-width: 1060px) {
  .section-categories .category-list li:nth-child(2n+1) {
    margin-right: 36px;
  }
  .section-categories .category-list li:nth-child(2n) {
    margin-right: 0px;
  }
}

@media screen and (max-width: 480px) {
  .section-categories{
    width: 100%;
    padding: 0px;
  }
  .section-categories .category-list ul{
    justify-content: center;
  }
  .section-categories .category-list li {
    float: none !important;
  }
  .section-categories .category-list li:nth-child(2n-1){
    margin: 0;
    margin-bottom: 24px;
  }
  .section-categories .category-list li:nth-child(2n){
    margin: 0;
    margin-bottom: 24px;
  }
  .guide-list li {
    width: 300px;
    margin: 0 auto 24px;
    flex-grow: 0;
  }
}
.category-list a{
  color: #8C8C8C;
  font-size: 14px;
  font-weight: bold;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  align-items: center;
}
.category-list a p{
	font-size: 12px;
}
.section-categories .category-list li a:hover {
/*   color: #ffffff; */
  text-decoration: none;
}

@media screen and (max-width: 480px) {
  .category-list a {
    margin-bottom: 0;
  }
}

.category-list .lg a {
  font-size: 14px;
  padding: 15px 20px;
  text-align: left;
}
@media screen and (max-width: 480px) {
  .category-list .lg a {
    font-size: 15px;
    text-align: left;
  }
}

.category-list_icon{
  display: block;
  width: 56px;
  height: 56px;
  margin-left: 20px;
	margin-right: 13px;
}

/* =============
  問い合わせホーム画面
   =============*/
.request-home .article-body {
    margin-bottom: 0px;
}

.request-home-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  margin: 0px auto 0px;
}

.request-home-list li {
  flex-grow: 1;
  height: 300px;
  width: 300px;
  border-radius: 10px;
  list-style: none;
  border: 1px solid #48A1E3;
  background-color: white;
  margin-right: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px;
}

.request-home-list li:nth-child(2n) {
  margin-right: auto;
}

.request-home-list a:hover{
  text-decoration: none;
}

.request-home-list img {
  width: 80px;
  height: 80px;
}

.request-home-list h3 {
  margin-top: 24px;
  color: #48A1E3;
  font-size: 20px;
}

.request-home-list p {
  font-size: 14px;
  color: #595959;
}

.request-home .show-sp {
  display: none;
}  

@media screen and (max-width: 480px){
  .request-home-list {
    list-style: none;
    display: block;
    text-align: start;
    margin: 40px 4px 0px;
  }

  .request-home-list li {
    margin-right: 0px;
    width: auto;
    height: auto;
    justify-content: start;
    padding: 16px 20px;
  }

  .request-home-list li:nth-child(2n) {
    margin-top: 24px;
  }

  .request-home-list img {
    width: 60px;
    height: 60px;
  }

  .request-home-list h3 {
    display: inline;
    margin: 0 0 0 12px;
    font-size: 16px;
    font-weight: normal;
  }

  .request-home p {
    margin: 16px 0 0;
    font-size: 12px;
  }

  .request-home .hide-sp {
    display: none;
  }

  .request-home .show-sp {
    display: inline;
  }  
}


/* ====================================================
   問い合わせフォーム
   ==================================================== */

.contact-link{
  position:relative;
  width: 100%;
  margin-top: 28px;
}

.contact-link p{
  color: #8C8C8C;
  display: flex;
  justify-content: center;
  font-size: 16px;
  margin: 28px;
}

.contact-link a{
  width: 366px; 
  height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background-color: #6CB3E8;
}

.contact-link a span{
  color: white;
  font-weight: bold;
  font-size: 20px;
}

.contact-link a:hover{
  text-decoration: none;
}

.contact-link .show-sp{
  display: none;
}

@media screen and (max-width: 480px){
  .contact-link{
    margin-top: 0px;
  }

  .contact-link p{
    display: block;
    margin: 32px;
  }

  .contact-link-description {
    text-align: center;
  }

  .contact-link a{
    width: 100%;
  }
  
  .contact-link .show-sp{
  	display: block;
	}
}
/* ====================================================
   Community box
   ==================================================== */
.community {
  background: #FFFFFF;
  border-radius: 5px;
  margin-top: 40px;
  padding: 25px 30px;
}

.community h4 {
  color: #262626;
  float: right;
  font-size: 13px;
  margin: 0;
}

.community h4 a {
  font-weight: normal;
  font-size: 11px;
}

.trending-questions {
  margin-bottom: 40px;
}

.trending-questions h2 {
  border-bottom: 1px solid #e6e6e6;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  color: #262626;
  font-weight: normal;
  font-size: inherit;
  margin: 0 0 15px 0;
  padding-bottom: 20px;
  text-transform: uppercase;
}

.trending-questions:last-child {
  margin-bottom: 0;
}

.trending-question-list {
  margin-bottom: 15px;
}

.trending-question-list li {
  display: inline-block;
  font-size: 13px;
  padding: 10px 25px 0 0;
  width: 49.5%;
}

.knowledge-page-header {
  margin-bottom: 0px;
  padding: 20px 0;
}

.knowledge-page-header p {
  color: #595959;
  font-size: 14px;
  margin: 0;
}

.knowledge-page-header h1 {
 font-size: 22px;
 margin: 0;
 margin-top: 30px;
 display: block;
 color: #48A1E3;
}

.knowledge-page-header.article-header h1 {
  border-bottom: 1px solid #48A1E3;
 padding-bottom: 10px;
 display: block;
 color: #48A1E3;
}

.knowledge-page-header time {
/*   display: none; */
  margin-top: 5px;
  display: flex;
  justify-content: flex-end;
}

.section {
  display: inline-block;
  width: 100%;
  padding: 0 20px 0 0;
  vertical-align: top;
  margin-bottom: 60px;
}

.section h3{
  border-bottom: 1px solid #48A1E3;
  padding-bottom: 8px;
  display: block;
}

.section h3 {
  color: inherit;
  font-size: 16px;
  color: #48A1E3;
}
.section .article-list{
/*   display: flex;
  flex-wrap: wrap; */
}

.section .article-list li {
  font-size: 16px;
  margin-top: 15px;
  margin-bottom: 15px;
  list-style:none;
/*   width: 50%; */
/*   display: inline-block; */
}
.section .article-list li:last-child {
  margin-bottom: 30px;
}

.section .article-list li:before{
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(//theme.zdassets.com/theme_assets/135360/46f9b4ec5fb9687e9203ed2dc3ebf9b137deda45.png);
  background-size: contain;
  background-repeat: no-repeat;
  font-weight: bold;
  left: -3px;
  position:relative;
  color:#48a1e3;
} 

.section .article-list li a{
  color: #595959;
}

a.see-all-articles {
  text-decoration: underline;
  color: #000000;
  color: #000000;
  padding-top: 10px;
  margin-top: 10px;
}

/* カテゴリページのサブセクション用 */
.subsection {
  display: inline-block;
  width: 100%;
  padding: 0 20px 0 0;
  vertical-align: top;
  margin-left: 30px;
}

#section-tree-root, .section-branch {
  display: none;
}


@media screen and (max-width: 768px) {
  .section {
    margin-bottom: 8vw;
  }

  .knowledge-page-header h1 {
    font-size: 24px;
  }
}
/* ====================================================
   Promoted tooltip
   ==================================================== */
.article-promoted span {
  cursor: default;
  font-family: "Helvetica Neue Medium", Helvetica, Arial, "游ゴシック", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
  margin-right: 5px;
  position: relative;
  color: #3581B8;
}

.article-promoted span:before,
.article-promoted span:after {
  display: none;
  position: absolute;
}

.article-promoted span:hover:before,
.article-promoted span:hover:after {
  display: block;
}

.article-promoted span:before {
  background: #222;
  background: rgba(0, 0, 0, 0.85);
  border-radius: 4px;
  color: #FFF;
  content: 'よくあるご質問';
  font-family: "Helvetica Neue Medium", Helvetica, Arial, "游ゴシック", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
  left: -10px;
  margin-top: 5px;
  padding: 3px 10px;
  top: 100%;
  white-space: nowrap;
  z-index: 1;
}

.article-promoted span:after {
  border-bottom: 5px solid #222;
  border-bottom: 5px solid rgba(0, 0, 0, 0.85);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  bottom: -5px;
  content: "";
  height: 0;
  left: 50%;
  margin-left: -5px;
  width: 0;
}





/* ====================================================
   Breadcrumbs
   ==================================================== */

.breadcrumbs{
  padding-top:40px;
}

.breadcrumbs li {
  display: inline-block;
  white-space: nowrap;
  color: #595959;
  margin-left: 10px;
}

.breadcrumbs li:first-child {
  margin-left: 0;
}

.breadcrumbs li + li:before {
  color: #158EC2;
  content: ">";
  font-size: 20px;
}

.breadcrumbs li:last-child a{
  color: #595959;
}

@media screen and (max-width: 768px) {
.breadcrumbs{
  padding-top:20px;
}

}

/* ====================================================
   Article
   ==================================================== */
article .knowledge-page-header{
  padding-bottom: 0;
}

.article-column {
  width: 100%;
}

.article-relations{
  margin-bottom: 80px;
}
.article-relations .related-articles h3{
    font-size: 16px;
    color: #595959;
    border-bottom: 1px solid #595959;
    padding-bottom: 8px;
    display: block;
}

.article-relations .related-articles ul li {
  font-size: 16px;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 4px;
  list-style:none;
}

.article-relations .related-articles ul li:before{
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(//theme.zdassets.com/theme_assets/135360/46f9b4ec5fb9687e9203ed2dc3ebf9b137deda45.png);
  background-size: contain;
  background-repeat: no-repeat;
  font-weight: bold;
  left: -3px;
  position:relative;
  color:#48a1e3;
} 

.article-relations .related-articles ul li a{
  color: #595959;
}


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

/*
 * Body
 */
.article-body {
  line-height: 1.7;
  font-size: 14px;
  word-wrap: break-word;
  margin-bottom: 80px;
}

.article-body img {
  border: 1px solid #ECECEC;
  border: 1px solid rgba(0, 0, 0, 0.07);
  height: auto;
  max-width: 100%;
  padding: 3px;
}

.article-body pre {
  background: #f6f6f6;
  background: rgba(0, 0, 0, 0.02);
  border: 1px solid #ECECEC;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
}

.article-body blockquote {
  border-left: 1px solid #ECECEC;
  border-left: 1px solid rgba(0, 0, 0, 0.07);
  color: #bbb;
  font-style: italic;
  margin: 20px 0;
  padding-left: 20px;
}

.article-body table {
  table-layout: fixed;
}

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

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

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

.article-body ol {
  list-style-type: decimal;
}

.article-body li {
  margin-left: 20px;
}

.article-body h2 {
  background-color: #EDF7FF;
color: #595959;
margin-bottom: 30px;
padding: 5px 5px 5px 15px;
  margin-top: 30px;
  display: block;
}

.article-body h3  {
font-size: 18px;
margin-bottom: 20px;
  margin-top: 1.5em;;
color: #595959;
padding: 0 0.7em;
background: transparent;
border-left: solid 5px #6CB3E8;
  box-sizing: border-box;
}

.article-body h4  {
color: #595959;
}

.article-body h4.p1 {
  font-weight: normal;
  font-size: 16px;
  position: relative;
  padding: 0;
  list-style-type: none;
  margin-top: 0;
  margin-bottom: 20px;
  display: block;
}

.article-body h4.p1 a {
       padding: 0 0.5em 0 0.5em;
    line-height: 2;
    vertical-align: middle;
    color: #48A1E3;
/*   font-weight: bold; */
}

.article-body h4.p1 a::before {
       display:inline-block;
  position: relative;
    vertical-align: middle;
    content:'';
    margin-right: 10px;
    width:0.3em;
    height: 0.3em;
    background: #48A1E3;
    border-radius: 50%;
  top: -1px;
}

/*記事内タブ*/
.article-body .article-buttonArea{
  margin-bottom: 20px;
}

.article-body .article-buttonArea a{
  display: inline-block;
	padding: 4px 32px;
	color: white;
	margin-right: 20px;
	border-radius: 6px;
  text-decoration: none;
  box-sizing: border-box;
}

.article-body .article-buttonArea a:nth-child(6n-5){
  border: 1px solid #62B2F0;
  color: #62B2F0;
}

.article-body .article-buttonArea a:nth-child(6n-4){
  border: 1px solid #F6C772;
  color: #F6B239;
}

.article-body .article-buttonArea a:nth-child(6n-3){
  border: 1px solid #90BB16;
  color: #90BB16;
}

.article-body .article-buttonArea a:nth-child(6n-2){
  border: 1px solid #F37E7E;
  color: #F37E7E;
}

.article-body .article-buttonArea a:nth-child(6n-1){
  border: 1px solid #7EA2F3;
  color: #7EA2F3;
}

.article-body .article-buttonArea a:nth-child(6n){
  border: 1px solid #BD7EF3;
  color: #BD7EF3;
}

.article-body .article-buttonArea .active:nth-child(6n-5){
  background: #6CB3E8;
  color: white;
  border: 1px solid rgba(0, 0, 0, 0);
}

.article-body .article-buttonArea .active:nth-child(6n-4){
  background: #F6C772;
  color: white;
  border: none;
  border: 1px solid rgba(0, 0, 0, 0);
}

.article-body .article-buttonArea .active:nth-child(6n-3){
  background: #B3D05F;
  color: white;
  border: none;
  border: 1px solid rgba(0, 0, 0, 0);
}

.article-body .article-buttonArea .active:nth-child(6n-2){
  background: #F4A2A2;
  color: white;
  border: none;
  border: 1px solid rgba(0, 0, 0, 0);
}

.article-body .article-buttonArea .active:nth-child(6n-1){
  background: #A9C0F5;
  color: white;
  border: none;
  border: 1px solid rgba(0, 0, 0, 0);
}

.article-body .article-buttonArea .active:nth-child(6n){
  background: #DBBCF6;
  color: white;
  border: none;
  border: 1px solid rgba(0, 0, 0, 0);
}

.article-body .article-descArea .desc:nth-child(6n-5){
  border-left: 6px solid #62B2F0;
  background: #F1F6F9;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 1px;
  padding-bottom: 10px;
  display: none;
}

.article-body .article-descArea .desc:nth-child(6n-4){
  border-left: 6px solid #F6B239;
  background: #FAF7F1;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 1px;
  padding-bottom: 10px;
  display: none;
}

.article-body .article-descArea .desc:nth-child(6n-3){
  border-left: 6px solid #90BB16;
  background: #F6F8F0;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 1px;
  padding-bottom: 10px;
  display: none;
}

.article-body .article-descArea .desc:nth-child(6n-2){
  border-left: 6px solid #F37E7E;
  background: #FAF2F2;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 1px;
  padding-bottom: 10px;
  display: none;
}

.article-body .article-descArea .desc:nth-child(6n-1){
  border-left: 6px solid #7EA2F3;
  background: #F2F4FA;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 1px;
  padding-bottom: 10px;
  display: none;
}

.article-body .article-descArea .desc:nth-child(6n){
  border-left: 6px solid #DBBCF6;
  background: #F8F6FA;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 1px;
  padding-bottom: 10px;
  display: none;
}

.article-body .article-descArea .desc.active:nth-child(6n-5){
  display: block;
}

.article-body .article-descArea .desc.active:nth-child(6n-4){
  display: block;
}

.article-body .article-descArea .desc.active:nth-child(6n-3){
  display: block;
}

.article-body .article-descArea .desc.active:nth-child(6n-2){
  display: block;
}

.article-body .article-descArea .desc.active:nth-child(6n-1){
  display: block;
}

.article-body .article-descArea .desc.active:nth-child(6n){
  display: block;
}


.article-body .accordion-list dd active{
  display: block;
}

@media screen and (max-width: 800px) {
  .article-body .article-buttonArea a{
    margin: 2vw;
  }
}

@media screen and (max-width: 480px) {
  .article-body .article-buttonArea{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  
  .article-body .article-buttonArea a{
    margin: 2vw;
  }
}


/*お問い合わせ記事ページ*/

.article-body .contact-list{
  width: 100%;
  margin:0 0 100px;
  display: flex;
  justify-content: space-between;
}

.article-body .contact-list .contact-item .comtact-listBox{
  padding: 36px 0;
}

.article-body .contact-list .contact-item{
  background-color: #FFF;
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0;
  width: 32%;
}
.article-body .contact-list .contact-item ol{
  margin: 36px 0;
}

.article-body .contact-list .contact-item ol li{
  margin: 0;
  list-style: none;
}

.article-body .contact-list .contact-item .img{
  margin: 0 auto;
  width: 45%;
  height: auto;
}

.article-body .contact-list .contact-item .img img{
  border: none !important;
 
}

.article-body .contact-list .contact-item .h2 h2{
  text-align: center;
  background: none;
}

.article-body .contact-list .contact-item .text{
  width: 85%;
  margin: 0 auto 30px;
}

.form-link{
  position:relative;
  width: 100%; 
  text-align: center;
  margin-bottom: 40px;
}

.form-link p{
  color: #595959;
}

.form-link a{
  position:relative;
  display: inline-block;
  width: 400px; 
  text-align: center;
  color: white;
  font-weight: bold;
  border-radius: 10px;
  background-color: #6CB3E8;
  padding: 22px;
  font-size: 20px;
}
.form-link a:hover{
  text-decoration: none;
}

.article-body .contact-list .contact-item .form-link{
  margin-top: auto;
}

.article-body .contact-list .contact-item .form-link a{
  margin: 0 auto;
  padding: 20px;
  width: 85%;
}

.article-body .show-sp{
  display: none;
}

@media screen and (max-width: 480px) {
  .article-body .contact-list{
  display: block;
}

.article-body .contact-list .contact-item{
  display: block;
  padding-bottom: 10px;
  margin: 0 0 30px;
  width: 100%;
}
  
 .article-body .show-sp{
  display: inline-block;
}
}

/*非表示*/
.disp-none{
  display: none;
}

.mb20px{
  display: block;
  margin-bottom: 20px;
}










/*
 * Footer
 */
.article-footer {
  border-color: #ECECEC;
  border-color: rgba(0, 0, 0, 0.07);
  border-style: solid;
  border-width: 1px 0;
  margin: 30px 0;
  padding: 20px 0;
}

.article-footer .article-vote {
  float: left;
}

.article-footer .share {
  float: right;
  margin-top: 2px;
}

/*
 * Inline votes
 */
.article-vote {
  position: relative;
  text-align :center;
  background-color: #F1F8FD;
  border-radius: 10px;
  padding: 30px 0 30px 0;
  font-size: 16px;
  color: #48A1E3;
  margin-bottom: 70px;
}

.article-vote-controls {
  display: flex;
  justify-content: center;
  margin-bottom :14px; 
}

.article-vote-count {
  display: block;
  width: 100%;
  color: #8C8C8C;
  text-align :center;
  margin: 0 auto;
  top: 0;
  white-space: nowrap;
}

/*
 * Vote icons
 */
.article-vote-up, .article-vote-down {
  color: inherit;
  font-family: "Helvetica Neue Medium", Helvetica, Arial, "游ゴシック", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
}

/* .article-vote-up:before {
  content: "\1f44d";
}

.article-vote-down:before {
  content: "\1f44e";
} */

.article-vote-yes, .article-vote-no{
  position:relative;
  display: block;
  background-color: #fff;
  width: 160px;
  height: 37px;
  border: 1px solid #48A1E3;
  border-radius: 10px;
  margin: 12px 8px 12px 8px;
  text-align: center;
}

.article-vote-yes-ja:before{
  position:relative;
  top: 3px;
  content: "はい";
  font-size: 17px;
  color: #48A1E3;
}

.article-vote-no-ja:before{
  position:relative;
  top: 3px;
  content: "いいえ";
  font-size: 17px;
  color: #48A1E3;
}

.article-vote-yes-en:before{
  position:relative;
  top: 3px;
  content: "Yes";
  font-size: 17px;
  color: #48A1E3;
}

.article-vote-no-en:before{
  position:relative;
  top: 3px;
  content: "No";
  font-size: 17px;
  color: #48A1E3;
}



@media screen and (max-width: 480px) {
  .article-vote-yes, .article-vote-no{
    width: 40%;
    height: 37px;
    margin: 1.5vw;
  }
  .article-vote-yes:before{
    font-size: 4vw;
  }

  .article-vote-no:before{
    font-size: 4vw;
  }
}

.article-footer a, .article-footer a:before {
  background: #cccccc;
  box-shadow: none;
  border: 0;
  border-radius: 50%;
  color: #FFF;
  height: 30px;
  line-height: 30px;
}

/*
 * Vote icons
 */
.article-vote-up, .article-vote-down {
  color: inherit;
  font-family: "Helvetica Neue Medium", Helvetica, Arial, "游ゴシック", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
}

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

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

.article-comments {
  margin-top: 50px;
}

.article-comments h2 {
  font-size: 14px;
}

/* ====================================================
   Social share links
   ==================================================== */
.share li {
  display: inline-block;
}

.share a {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  vertical-align: middle;
  width: 30px;
}

.share a:before {
  display: inline-block;
  color: #FFF;
  font-family: "Helvetica Neue Medium", Helvetica, Arial, "游ゴシック", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
  text-align: center;
  width: 100%;
}

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

.share-twitter:before {
  background: #00ACED;
  content: "\F309";
}

.share-facebook:before {
  background: #3B5998;
  content: "\F30C";
}

.share-linkedin:before {
  background: #4875B4;
  content: "\F318";
}

.share-googleplus:before {
  background: #CD3C2A;
  content: "\F30F";
}

.share-label {
  cursor: pointer;
}

.share-label + .share {
  background: #FFF;
  border: 1px solid #DDDDDD;
  border: 1px solid rgba(0, 0, 0, 0.17);
  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;
}

.share-label + .share:before, .share-label + .share:after {
  content: "";
  display: inline-block;
  left: 50%;
  position: absolute;
}

.share-label + .share:before {
  top: -7px;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #CCC;
  border-left: 7px solid transparent;
  margin-left: -6px;
}

.share-label + .share:after {
  top: -6px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #FFF;
  border-left: 6px solid transparent;
  margin-left: -5px;
}

.share-label[aria-selected="true"] {
  color: #111;
}

.share-label[aria-selected="true"] + .share {
  display: block;
}

.share-label[aria-selected="false"] + .share {
  display: none;
}

/* ====================================================
   Attachments/Screencasts
   ==================================================== */
.attachment-list, .screencast-list {
  font-size: 11px;
}

.attachment-list span, .screencast-list span {
  color: #bbb;
}

.comment .attachment-list, .comment .screencast-list {
  margin-top: 25px;
}

.comment .attachment-list li, .comment .screencast-list li {
  margin-bottom: 10px;
}

.comment .attachment-list li:before, .comment .screencast-list li:before {
  background: #f6f6f6;
  border-radius: 3px;
  color: #bbb;
  font-family: "Helvetica Neue Medium", Helvetica, Arial, "游ゴシック", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
  margin-right: 5px;
  padding: 5px;
}

.comment .attachment-list li:before {
  content: "\1F4CE";
}

.comment .screencast-list li:before {
  content: "\1F4BB";
}

/* ====================================================
   Comments - Used in the Article page and Request page
   ==================================================== */
.comment, .comment-form {
  border-top: 1px solid #ECECEC;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
  font-size: 14px;
  line-height: 1.3;
  min-height: 100px;
  padding: 20px 0;
  position: relative;
}

.comment-container {
  margin-left: 90px;
}

.comment-avatar {
  position: absolute;
  display: inline-block;
}

.comment-avatar img {
  border: 0;
  border-radius: 3px;
  max-width: 70px;
  max-height: 70px;
}

.comment-avatar-agent:after {
  background-color: transparent;
  background-image: url("//theme.zdassets.com/theme_assets/135360/823f3892f5e99cb9eda4a864e6089407e4553d9b.png");
  background-image: url("//theme.zdassets.com/theme_assets/135360/b7b159357f6a1f0630bade7816c85d4c27c808a2.svg");
  background-repeat: no-repeat;
  background-size: 14px;
  position: absolute;
  width: 15px;
  height: 15px;
  bottom: -5px;
  right: -3px;
  content: " ";
}

.comment-author {
  display: inline-block;
  font-size: 12px;
  margin: 0 0 15px 0;
}

.comment-published, .comment-edit, .comment-delete, .comment-mark-as-spam {
  float: right;
  font-size: 11px;
  margin-right: 12px;
  margin-left: 12px;
}

.comment-published {
  color: #bbb;
  font-weight: lighter;
}

.comment-edit:before, .comment-delete:before, .comment-mark-as-spam:before {
  color: #CCC;
  content: "\2022";
  font-size: 10px;
  margin-left: -14px;
  pointer-events: none;
  position: absolute;
}

.comment-body {
  font-weight: lighter;
  line-height: 1.7;
  word-wrap: break-word;
}

.comment-body p:first-child {
  margin-top: 0px;
}

.comment-form textarea {
  border-radius: 2px 2px 0 0;
  border-width: 1px;
}

.comment-attachments {
  border-color: #DDDDDD;
  border-color: rgba(0, 0, 0, 0.13);
  border-style: solid;
  border-radius: 0 0 2px 2px;
  border-width: 0 1px 1px;
  padding: 10px;
}

.comment-form {
  padding-top: 30px;
}

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

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

.comment-mark-as-solved {
  float: left;
  margin-top: 5px;
}

.comment-screencasts {
  float: left;
  margin-top: 5px;
  margin-right: 25px;
}

.comment-list + .pagination {
  border-top: 1px solid #ECECEC;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}

.pending-comments-list {
  list-style: none;
}

.pending-moderation-comment-badge {
  border-style: solid;
  border-width: 1px;
  border-color: #c7aa2b;
  color: #c7aa2b;
  padding: 3px 5px;
  margin-top: 10px;
  font-size: 12px;
}

/* ==========================================================================
   Pagination
   ========================================================================== */
.pagination {
  line-height: 0;
  padding: 20px 0;
  text-align: center;
}

.pagination ul {
  display: inline-block;
  list-style: none;
}

.pagination li {
  float: left;
  border: 1px solid #ECECEC;
  border: 1px solid rgba(0, 0, 0, 0.07);
}

.pagination li + li {
  border-left: none;
}

.pagination a, .pagination span {
  display: inline-block;
  line-height: 20px;
  font-size: 12px;
  padding: 5px 12px;
}

.pagination-current {
  background-color: #f6f6f6;
  background-color: rgba(0, 0, 0, 0.03);
  color: #AAA;
}

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

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

/* ====================================================
   My activities
   ==================================================== */
.my-activities-header .breadcrumbs li:first-child,
.my-activities-header .breadcrumbs li:before {
  display: none;
}

.my-activities-header {
  font-size: 20px;
  font-weight: bold;
  padding: 25px 0;
}

.my-activities-nav {
  border-top: 1px solid #ECECEC;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
  margin-bottom: 55px;
  padding: 25px 0;
}

.my-activities-nav li {
  padding-right: 30px;
}

.my-activities-sub-nav li {
  padding-right: 15px;
}

.my-activities-nav li, .my-activities-sub-nav li {
  display: inline-block;
  font-weight: bold;
}

.my-activities-nav li a, .my-activities-sub-nav li a {
  font-weight: normal;
}

.my-activities-nav li + li {
  border-left: 1px solid #ECECEC;
  border-left: 1px solid rgba(0, 0, 0, 0.07);
  padding-left: 30px;
}

.my-activities-sub-nav li + li {
  padding-left: 15px;
}

.my-activities-sub-nav {
  padding: 15px 0;
  position: relative;
}

.request-table-toolbar {
  background-color: #FAFAFA;
  padding: 8px;
  text-align: right;
  height: 45px;
}

.request-table-toolbar .requests-search {
  border-radius: 15px;
  float: left;
  height: 27px;
  outline: none;
  padding: 0 15px;
  width: 250px;
}

.request-filter-label {
  padding: 5px 8px;
  float: right;
}

.my-activities-table a {
  clear: both;
}

.my-activities-table a {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.my-requests th:first-child + th + th, .my-requests td:first-child + td + td {
  display: none;
}

.request-table a {
  max-width: 550px;
}

.following-table a {
  max-width: 390px;
}

.contribution-table a {
  max-width: 250px;
}

.request-table td:nth-child(1) {
  width: 5%;
}

.request-table td:nth-child(2) {
  width: 65%;
}

.request-table td:nth-child(3) {
  width: 15%;
}

.request-table td:nth-child(4) {
  width: 15%;
}

.following-table td:nth-child(1) {
  width: 45%;
}

.following-table td:nth-child(2) {
  width: 15%;
}

.following-table td:nth-child(3) {
  width: 30%;
}

.following-table td:nth-child(4) {
  width: 10%;
}

/* ====================================================
   Requests
   ==================================================== */
.request-follow-up {
  text-align: right;
}

.follow-up-hint {
  display: inline-block;
  float: right;
  font-size: 13px;
  margin-top: 13px;
}

.request-details {
  background: #f6f6f6;
  background: rgba(0, 0, 0, 0.02);
  border: 1px solid #ECECEC;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 3px;
  margin: 30px 0 30px;
  padding: 15px 20px;
}

.request-details li + li {
  margin-top: 10px;
}

.request-header {
  font-weight: lighter;
  font-size: 1.7em;
  margin: 1em 0;
}

.request-id {
  color: #bbb;
  display: block;
  font-size: 13px;
}

.request-details {
  font-size: 12px;
}

.request-details dt ~ dt {
  font-weight: bold;
  margin-top: 15px;
}

.request-details dd {
  margin: 2px 0 0;
  word-wrap: break-word;
}

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

.request-details dd li {
  list-style-type: disc;
  list-style-position: inside;
  margin: 0;
}

.request-details .nested-field-tag:before {
  content: " > ";
}

.request-details .nested-field-tag:first-child:before {
  content: "";
}

.request-status {
  color: #FFF;
  border-radius: 3px;
  display: inline-block;
  font-size: 11px;
  font-weight: normal;
  letter-spacing: 1px;
  padding: 2px 5px;
  white-space: nowrap;
}

.request-open {
  background: #59BBE0;
}

.request-answered {
  background: #F5CA00;
}

.request-solved {
  background: #828282;
}

/* ====================================================
   Search results
   ==================================================== */
body.community-enabled .search-results-column {
  float: left;
  width: 100%;
}
@media screen and (max-width: 900px) {
  body.community-enabled .search-results-column {
    float: none;
    width: auto;
  }
}

body.community-enabled .search-results-column ~ .search-results-column {
  margin-left: 40px;
}
@media screen and (max-width: 900px) {
  body.community-enabled .search-results-column ~ .search-results-column {
    margin-left: 0;
  }
}

.search-results-subheading {
  display: none;
  border-bottom: 1px solid #ECECEC;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  padding-bottom: 10px;
  margin-bottom: 0;
}

.search-results-subheading-link {
  font-size: 13px;
  font-weight: normal;
  margin-left: 5px;
}

.search-result {
  list-style: none;
  margin: 0;
  padding: 20px 0;
}

.search-result + .search-result {
  border-top: 1px solid #ECECEC;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}

.search-results-list {
  margin: 0;
}

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

.search-result-description {
  padding-top: 16px;
}

.search-result-meta {
  display: none;
}

.search-result-meta-name,
.search-result-meta-time,
.search-result-meta-count {
  font-size: 12px;
  color: #bbb;
}

.search-result-meta-time:before,
.search-result-meta-count:before {
  display: inline-block;
  padding-right: 5px;
  content: '\2022';
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.search-result-votes {
  background: #A8D119;
  border-radius: 2px;
  color: #FFF;
  display: none;
  line-height: 1;
  margin-left: 5px;
  padding: 4px 5px;
  position: relative;
  top: -2px;
}

.search-result-votes:before {
  content: "\1F44D";
  font-family: "Helvetica Neue Medium", Helvetica, Arial, "游ゴシック", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
  margin-right: 3px;
}

.search-results + .pagination {
  border-top: 1px solid #ECECEC;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}

/* ====================================================
   Forms
   ==================================================== */
.form {
  background: #f6f6f6;
  background: rgba(0, 0, 0, 0.02);
  border: 1px solid #ECECEC;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 3px;
  overflow: hidden;
  padding: 40px 55px;
}

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

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

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

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

.form-field textarea, .form-field input {
  box-shadow: inset 0 1px #E3E3E3;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.11);
}

.form-field p {
  color: #595959;
  font-size: 11px;
}
.form-field.text.required.request_description{
	margin-top: 25px;
}
.form-field.string.optional.request_custom_fields_20707728 p {
  color: #bebebe;
}

.form-field input[type=number], .form-field input.datepicker {
  width: 150px;
}

.form form + form,
.searchbox {
  margin-top: 25px;
}

.searchbox-suggestions {
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  border: solid 1px #ccc;
  padding: 10px 20px;
}

.searchbox-suggestions li {
  padding: 5px 0;
}

[data-loading="true"] input,
[data-loading="true"] textarea {
  background: transparent url("//theme.zdassets.com/theme_assets/135360/6aae8ce36967837f706ac36deff4b753e43977a4.gif") 99% 50% no-repeat;
  background-size: 16px 16px;
}

.form footer {
  border-top: 1px solid #ECECEC;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
  margin-top: 40px;
  padding-top: 25px;
  text-align: right;
}

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

/* ====================================================
   Error pages
   ==================================================== */
.error-page {
  margin: 0 auto;
  max-width: 500px;
  padding-top: 5%;
}

.error-page h1 {
  font-size: 32px;
  margin-bottom: 0;
}

.error-page h2 {
  font-size: 16px;
  margin-bottom: 5px;
}

.error-page > a {
  display: block;
  margin-top: 25px;
}

/* ====================================================
   Community
   ==================================================== */
/*
 * Heading
 */
.community-heading {
  float: left;
  font-size: 18px;
  font-weight: bold;
  margin: 0;
}

/*
 * Nav
 */
.community-nav {
  border-bottom: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
  margin-bottom: 55px;
  margin-top: 20px;
  padding: 25px 0;
}

.community-nav li {
  display: inline-block;
  font-weight: bold;
  padding-right: 30px;
}

.community-nav li a {
  font-weight: normal;
}

.community-nav li + li {
  border-left: 1px solid #ECECEC;
  border-left: 1px solid rgba(0, 0, 0, 0.07);
  padding-left: 30px;
}

.community-nav li:last-child {
  border: 0;
  float: right;
  margin: 0;
  padding: 0;
  position: relative;
  top: -5px;
}

.community-nav li:last-child a {
  color: #158EC2;
}

.community-nav li:last-child a:before {
  content: "\270E";
  font-family: "Helvetica Neue Medium", Helvetica, Arial, "游ゴシック", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
  font-size: 14px;
  margin-right: 10px;
  vertical-align: middle;
}

/*
 * Sub nav
 */
.community-sub-nav {
  border-bottom: 1px solid #ECECEC;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  padding: 15px 0;
  position: relative;
  width: 800px;
}

.community-sub-nav li {
  display: inline-block;
  font-weight: bold;
  padding-right: 15px;
}

.community-sub-nav li a {
  font-weight: normal;
}

.community-sub-nav li + li {
  padding-left: 15px;
}

.community-sub-nav .topic-add {
  position: absolute;
  right: 0;
  top: 10px;
}

/*
 * Topics/questions/answers
 */
.topic {
  display: inline-block;
  width: 49.5%;
  padding: 20px 30px 20px 0;
  vertical-align: top;
}

.topic-header, .question-header {
  border-bottom: 1px solid #ECECEC;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  display: table;
  padding-bottom: 10px;
}

.topic-header > *, .question-header > * {
  display: table-cell;
  vertical-align: middle;
}

.topic-header .topic-meta, .question-header .question-meta {
  padding: 0 15px;
  white-space: nowrap;
}

.topic-heading, .question-heading, .answer-list-heading {
  font-weight: bold;
  font-size: 13px;
  width: 100%;
}

.topic-heading {
  font-size: 18px;
}

.topic-questions {
  margin-top: 45px;
}

.topic-description {
  word-break: break-word;
}

.question, .answer {
  border-bottom: 1px solid #ECECEC;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  padding: 20px 0;
  position: relative;
}

.question-form .nesty-input {
  max-width: none;
}

.question-avatar, .answer-avatar {
  display: table-cell;
  margin-right: 10px;
  min-width: 50px;
  position: relative;
  vertical-align: top;
}

.question-avatar-agent:after, .answer-avatar-agent:after {
  background-color: transparent;
  background-image: url("//theme.zdassets.com/theme_assets/135360/823f3892f5e99cb9eda4a864e6089407e4553d9b.png");
  background-image: url("//theme.zdassets.com/theme_assets/135360/b7b159357f6a1f0630bade7816c85d4c27c808a2.svg");
  background-repeat: no-repeat;
  background-size: 14px;
  position: absolute;
  width: 15px;
  height: 15px;
  left: 30px;
  top: 30px;
  content: " ";
}

.question-avatar img, .answer-avatar img {
  border-radius: 3px;
  max-height: 38px;
  max-width: 38px;
}

.question-body, .answer-body, .answer-official-body {
  display: table-cell;
  vertical-align: top;
  width: 100%;
}

.question-body .answer-official-body {
  vertical-align: top;
  width: 100%;
}

.question-body p, .answer-body p, .answer-official-body p {
  margin: 0 0 5px;
}

.question-body .question-meta, .answer-body .answer-meta, .answer-official-body .answer-meta {
  float: left;
}

.question .answer {
  border: none;
  padding-bottom: 0;
}

.question-topic-list {
  margin: -20px 0 30px;
}

.question-topic-list li {
  display: inline-block;
  margin: 10px 10px 0 0;
}

.question-topic-list a {
  background: #f6f6f6;
  background: rgba(0, 0, 0, 0.02);
  border-radius: 5px;
  color: #C5C5C5;
  display: inline-block;
  font-size: 11px;
  padding: 7px 15px;
}

.question-title, .topic-title {
  margin: -3px 0 5px;
  font-size: 15px;
}

.question-title a, .topic-title a {
  font-weight: lighter;
}

.question-meta, .answer-meta, .topic-meta {
  color: #C5C5C5;
  font-size: 11px;
}

.topic-meta span + span:before, .question-meta span + span:before, .answer-meta span + span:before {
  content: "\2022";
  font-size: 10px;
  margin: 0 10px;
}

.answer-form {
  margin: 30px 0 0 95px;
}

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

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

.answer-form-controls .pull-left {
  float: left;
}

.answer-official-heading {
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 20px;
  border-bottom: 0px;
}

.answer-list-heading {
  border-bottom: 1px solid #ECECEC;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  margin-top: 30px;
  padding-bottom: 20px;
}

.pending-moderation-answer-badge {
  clear: both;
  border-style: solid;
  border-width: 1px;
  border-color: #c7aa2b;
  color: #c7aa2b;
  padding: 3px 5px;
  float: left;
  margin-top: 10px;
  font-size: 12px;
}

.question-share, .answer-share {
  position: relative;
}

.related-questions-header {
  border-bottom: 1px solid #ECECEC;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

.related-questions-heading {
  margin-top: 3px;
}

.related-questions li {
  margin-top: 10px;
  margin-bottom: 10px;
}

/*
 * Vote
 */
.vote {
  display: table-cell;
  margin-left: 15px;
  margin-right: 10px;
  min-width: 95px;
  vertical-align: top;
}

.vote-sum, .vote-controls {
  display: inline-block;
  vertical-align: middle;
}

.vote-sum {
  font-size: 15px;
  font-weight: bold;
  min-width: 60px;
  padding-left: 10px;
  text-align: center;
}

.vote-controls {
  border-radius: 5px;
}

.vote-controls a {
  background: #FFF;
  border-color: #f6f6f6;
  box-shadow: none;
  color: #BBB;
  display: block;
  font-family: "Helvetica Neue Medium", Helvetica, Arial, "游ゴシック", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
  font-size: 13px;
  height: 18px;
  line-height: 18px;
  padding: 0 6px;
}

.vote-up {
  border-radius: 5px 5px 0 0;
}

.vote-down {
  border-radius: 0 0 5px 5px;
  border-top: 0;
}

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

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

.vote-controls:hover {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}

.vote-controls:hover a {
  background: #FFF;
  border-color: #A6A6A6;
  color: #BBB;
}

.vote-controls a:hover, .vote-controls [aria-selected=true] {
  background: #f6f6f6;
  color: #333;
}

.vote-controls a:active {
  background: #CCC;
  color: #111;
}

/*
 * Accept
 */
.answer-accept {
  color: #BBB;
  font-size: 15px;
  max-width: 15px;
  overflow: hidden;
  padding-top: 7px;
  position: absolute;
  white-space: nowrap;
}

.answer-accept:hover {
  text-decoration: none;
}

.answer-accept:before {
  content: "\2713";
  font-family: "Helvetica Neue Medium", Helvetica, Arial, "游ゴシック", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
  margin-right: 5px;
}

.answer-accepted .answer-accept, .answer-accepted .vote-sum {
  color: green;
}

/*
 * Admin controls
 */
.topic-controls, .question-controls, .answer-controls {
  float: right;
  font-size: 11px;
}

.topic-edit, .question-delete, .question-mark-as-spam, .answer-delete, .answer-mark-as-spam {
  margin-left: 25px;
}

.topic-edit:before, .question-delete:before, .question-mark-as-spam:before, .answer-delete:before, .answer-mark-as-spam:before {
  color: #CCC;
  content: "\2022";
  font-size: 10px;
  margin-left: -16px;
  pointer-events: none;
  padding-right: 10px;
  display: inline-block;
}

/* ====================================================
   Chat
   ==================================================== */
.chat {
  background: #f6f6f6;
  border: 1px solid #E0E0E0;
  border-bottom: 0;
  border-radius: 5px 5px 0 0;
  bottom: 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  font-size: 13px;
  line-height: 35px;
  padding: 0 15px;
  position: fixed;
  right: 85px;
  -webkit-transition: bottom .5s ease-in, color .5s ease-in;
  -moz-transition: bottom .5s ease-in, color .5s ease-in;
  -ms-transition: bottom .5s ease-in, color .5s ease-in;
  -o-transition: bottom .5s ease-in, color .5s ease-in;
  transition: bottom .5s ease-in, color .5s ease-in;
}

.chat:before {
  content: "\E720";
  font-family: "Helvetica Neue Medium", Helvetica, Arial, "游ゴシック", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
  font-size: 16px;
  margin-right: 10px;
  vertical-align: middle;
}

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

.chat-available {
  bottom: 0;
}

.chat-unavailable {
  color: gray;
  cursor: default !important;
  bottom: -50px;
}

/* ====================================================
   テスト
   ==================================================== */

.article-div{
  width: 500px;
  
  border:1px solid red;
}

.section-tree-with-article {
  display: none;
}

.tooltip {
  text-decoration-line: underline;
  text-decoration-style: dotted;
}

.tooltip sub {
  display: none;
}
.tooltip::after {
  content: "";
  position: fixed;
}

#tooltip-popup {
  background-color: rgba(0, 0, 0, .5);
  border-radius: 3px;
  color: #fff;
  display: block;
  padding: 5px;
  position: fixed;
  text-align: center;
  white-space: nowrap;
  z-index: 999;
}

/* ====================================================
   言語設定
   ==================================================== */

[lang='ja'] .section-categories .category-list ul.show-en {
  display: none;
}
[lang='en-US'] .section-categories .category-list ul.show-ja{
  display: none;
}

[lang='ja'] .contact-link.show-en {
  display: none;
}
[lang='en-US'] .contact-link.show-ja{
  display: none;
}

[lang='ja'] .article-vote-controls.show-en {
  display: none;
}

[lang='en-US'] .article-vote-controls.show-ja{
  display: none;
}