﻿@charset "utf-8";

.supportFaqList {
  padding-bottom: 20px;
  border-bottom: 1px solid #f3f3f3;
  margin-bottom: 20px;
}
.supportFaqList dt {
  font-weight: bold;
  margin-bottom: 6px;
}
.supportFaqList .highlight {
  background: #fffd92;
}
.supportFaqList .supportFaqBreadcrumb {
  margin-top: 18px;
}
.supportFaqBreadcrumb li {
  display: inline-block;
}
.supportFaqBreadcrumb li + li {
  margin-left: 9px;
}
.supportFaqBreadcrumb li a {
  color: #1072bd;
}
.supportFaqBreadcrumb li a:hover {
  text-decoration: underline;
}
.supportFaqBreadcrumb li::after {
  content: '';
  position: relative;
  top: -1px;
  display: inline-block;
  width: 5px;
  height: 8px;
  margin-left: 9px;
  background: url(https://www.citizenwatch-global.com/common/images/icon_arrow_02.png) no-repeat 0 0;
}
.supportFaqBreadcrumb li:last-child::after {
  display: none;
}

.supportFaqBorderBox {
  padding: 20px;
  border: 1px solid #afafaf;
}
.supportFaqTextArea {
  width: 100%;
  background: #ffffff;
  height: 6em;
  border: 1px solid #b3b3b3;
}

.search_submitButton {
  display: block;
  color: #fff;
  text-align: center;
  cursor: pointer;
  width: 192px;
  margin: 0 auto;
  padding: 15px 0;
  background: #000 url(https://www.citizenwatch-global.com/support/faq/images/icon_submit_01.png) no-repeat 3.5rem center;
}
.faqCategoryBox .column2 .column {
  padding-left: 140px;
}


/*-----------------------------------
keyword_search
-----------------------------------*/
.keyword_search{
  display:table;
  width:100%;
}
.keyword_search .search{
  display:table-cell;
  width:605px;
}
.keyword_search .search .search_input_text{
  width:355px;
}
.keyword_search .keyword{
  display:table-cell;
  background:#f0f0f0;
  border-left:#fff 20px solid;
  padding:20px 40px;
  vertical-align:middle;
}
.keyword_search .keyword ul li{
  display:inline;
  margin-right:20px;
}
.keyword_search .keyword ul li:last-child{
  margin-right:0;
}
.keyword_search .keyword ul li a{
  color:#1072bd;
}
.keyword_search .keyword ul li a:hover{
  text-decoration:underline;
}


/*-----------------------------------
category_list
-----------------------------------*/
.category_list{
  display:table;
  width:100%;
  margin-top:28px;
}
.category_list a{
  color:#1072bd;
}
.category_list a:hover{
  text-decoration:underline;
}
.category_list dl{
  display:table-cell;
  width:33%;
  border-left:#dcdcdc 1px solid;
  box-sizing:border-box;
  padding:5px 0 0 70px;
}
.category_list dl:nth-child(3n-2){
  border:none;
}
.category_list dl dt{
  font-size:1.287rem;
  font-weight:bold;
  margin-bottom:12px;
  letter-spacing:0.1em;
}
.category_list dl dt a{
  background:url(https://www.citizenwatch-global.com/common/images/icon_arrow_02.png) no-repeat 0 0.4em;
  padding-left:15px;
}
.category_list dl dd li{
  margin-bottom:10px;
}
.category_list dl dd li a{
  background:url(https://www.citizenwatch-global.com/common/images/icon_arrow_02.png) no-repeat 0 0.4em;
  padding-left:15px;
}


h1.headingLv1{
  height: auto;
  padding-bottom: 10px;
}
.supportFaqBreadcrumb{
  margin-top: 40px;
}
.supportFaqBreadcrumb + .supportFaqBreadcrumb{
  margin-top: 0;
}


/*-----------------------------------
accordion
-----------------------------------*/
.accordion > li {
  margin-bottom: 1rem;
}
.accordionTrigger > a {
  position: relative;
  font-weight: normal;
  display: block;
  padding: 3.333%;
  background-color: #f6f6f6;
}
.accordionTrigger > a::after {
  position: absolute;
  top: 50%;
  right: 3.333%;
  display: block;
  content: '';
  width: 15px;
  height: 15px;
  margin-top: -12px;
  border-top: 1px solid #888;
  border-right: 1px solid #888;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.accordionTrigger > a:hover {
  text-decoration: none;
}
.active.js-accordionWrap .accordionTrigger > a {
  background-color: #fff;
  border-top: 1px solid #d1d1d1;
}
.active.js-accordionWrap .accordionTrigger > a::after {
  margin-top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.accordion_detail {
  margin: 3.333% 3.333%;
}
.accordion_detail > section + section {
  margin-top: 6%;
}
.accordion_detail_label {
  font-weight: bold;
  margin-bottom: 15px;
  padding-left: 12px;
  border-left: 2px solid #000;
}
.accordion_detail_image {
  text-align: right;
}

.b-bottom{
	border-bottom: 1px solid #ababab;
	
}