/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Bourbon + Neat
2.0 Login
--------------------------------------------------------------*/
/*--------------------------------------------------------------
//1.0 Bourbon + Neat
--------------------------------------------------------------*/
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

/* ---------------------
//2.0 Support page styles
------------------------ */
/* ---------------------
   Common styles for support
------------------------ */
.support-wrap {
  width: 800px;
  margin: 0 auto 20px;
}


.tab-contents {
  margin-bottom: 20px;
  display: none;
}
.tab-contents.default {
  display: block;
}

.table-support {
  width: 800px;
  border-collapse: collapse;
  border-style: hidden;
  outline: #ccc solid 1px;
  margin:auto;
}
.table-support th,
.table-support td {
  border-top: none;
  border-bottom: none;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  padding: 5px;
}
.table-support td {
  border-top: none;
  border-bottom: none;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  padding: 5px 2px;
}
.table-support .genre-row th {
  background-color: #ccd8e2;
  vertical-align: middle;
  text-align: center;
  border-top: 1px solid #fff;
  width: 54px;
  padding: 10px 5px;
}
.table-support .genre-row th:first-child {
  width: auto;
}
.table-support .genre-row th.double {
  width: 101px;
}
.table-support .genre-row img {
  height: 60px;
  width: auto;
}
.table-support .category-row th {
  background-color: #666;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.table-support th {
  text-align: left;
  vertical-align: middle;
  color: #4f4f4f;
  line-height: 1.2;
}
.table-support th .p-id {
  font-size: 14px;
  font-size: 0.875rem;
}
.table-support th .p-name {
  font-size: 10px;
  font-size: 0.625rem;
}
.table-support td {
  text-align: center;
  vertical-align: top;
  height: 45px;
}
.table-support td:before, .table-support td:after {
  content: "";
  display: table;
}
.table-support td:after {
  clear: both;
}
.table-support td a img {
  margin: 5px;
}

/*
.table-support td a {
  float: left;
  width: 48px;
  display: block;
  padding: 2px;
  line-height: 1;
}
.table-support td a img {
  vertical-align: bottom;
}
.table-support td span {
  float: left;
  width: 48px;
  display: block;
  padding: 2px;
  line-height: 20px;
  text-align: center;
  font-size: 10px;
  font-size: 0.625rem;
}
*/
.table-support .odd th, .table-support .odd td {
  background-color: #f5f5f5;
  border-bottom: 1px solid #fff;
}
.table-support .even th, .table-support .even td {
  background-color: #fff;
}

.support-button {
  margin: 40px 0;
  text-align: center;
}
.support-button li {
  display: inline-block;
  border: 1px solid #ccc;
  width: 270px;
  margin: 0 15px;
}
.support-button li a {
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: .1em;
  color: #333;
  line-height: 58px;
  text-align: left;
  padding-left: 20px;
}
.support-button li a:hover {
  opacity: .8;
}
.support-button li a i {
  font-size: 20px;
  font-size: 1.25rem;
  color: #99b2c6;
  margin-right: 15px;
  position: relative;
  top: 2px;
}
.support-button li.btn-pricelist {
  background: url(../../support/images/bg-bt-pricelist.jpg) 168px bottom no-repeat;
}

.support-topics-document-area {
  margin-bottom: 20px;
}
.support-topics-document-area:before, .support-topics-document-area:after {
  content: "";
  display: table;
}
.support-topics-document-area:after {
  clear: both;
}
.support-topics-document-area .topics-area {
  float: left;
  width: 490px;
}
.support-topics-document-area .document-area {
  float: right;
  width: 268px;
}

.topics-title {
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: normal;
  margin-bottom: 10px;
}

.topics-list {
  margin-bottom: 10px;
}
.topics-list li {
  padding: 5px 0;
  border-top: 1px dotted #ccc;
  font-size: 14px;
  font-size: 0.875rem;
}
.topics-list li:before, .topics-list li:after {
  content: "";
  display: table;
}
.topics-list li:after {
  clear: both;
}
.topics-list li:first-child {
  border-top: none;
}
.topics-list .date {
  display: block;
  float: left;
  width: 7em;
}
.topics-list .headline {
  display: block;
  overflow: hidden;
}
.topics-list a {
  color: #333;
}
.topics-list a:hover {
  color: #33658d;
}

.topics-more {
  font-size: 10px;
  font-size: 0.625rem;
  text-align: right;
}
.topics-more a {
  color: #333;
}
.topics-more a:hover {
  color: #33658d;
}
.topics-more i {
  padding-right: 5px;
  color: #99b2c6;
}

.document-list {
  margin-bottom: 10px;
}
.document-list li {
  padding: 5px 15px;
  border-top: 1px dotted #ccc;
  font-size: 14px;
  font-size: 0.875rem;
  background-color: #f5f5f5;
  position: relative;
}

.document-list li:before, .document-list li:after {
  content: "";
  display: table;
}
.document-list li:after {
  clear: both;
}
.document-list li:first-child {
  border-top: none;
}
.document-list .title {
  display: block;
  width: 12em;
}
.document-list .link {
  display: block;
  position: absolute;
  right: 15px;
  top: 6px;
  font-size: 12px;
  font-size: 0.75rem;
}
.document-list .link a {
  color: #33658d;
  vertical-align: middle;
  font-weight: bold;
  position: relative;
}
.document-list .link a:hover {
  color: #668ba9;
}
.document-list .link i {
  font-size: 24px;
  font-size: 1.5rem;
  margin-right: 10px;
  vertical-align: middle;
  position: relative;
  top: -2px;
}

.document-list .icon_covid {
  color:#38A3E5;
  position:absolute;
  top: 3px;
  width: 19px;
}

@media screen and (max-width: 40em) {
  .support-wrap {
    width: auto;
    margin: 0 20px;
  }

  .support-pdf-area {
    display: none;
  }

  .support-pdf-area-sp {
    text-align: left;
    margin-bottom: 10px;
    padding-left: 5px;
  }

  .support-pdf li {
    margin-left: 0;
    margin-right: 1.5em;
  }

  .support-section-title {
    font-size: 13px;
    font-size: 0.8125rem;
    margin: 0 -20px 15px;
    color: #333;
    background-color: #ebebeb;
    padding: 9px 20px;
  }

  .omp-area {
    padding: 10px;
    margin-bottom: 30px;
  }
  .omp-area .title-omp img {
    width: auto;
  }
  .omp-area .text {
    float: none;
    width: 100%;
  }
  .omp-area .img {
    float: none;
    width: auto;
    text-align: center;
    padding-top: 10px;
  }

  .tab-support {
    display: block;
    padding: 0;
    margin-bottom: 14px;
  }
  .tab-support:before, .tab-support:after {
    content: "";
    display: table;
  }
  .tab-support:after {
    clear: both;
  }
  .tab-support > li {
    font-size: 10px;
    font-size: 0.625rem;
    display: block;
    border-left: none;
    padding: 5px 2px 18px;
    float: left;
    margin-right: 1.6%;
    margin-bottom: 1.6%;
    width: 23.8%;
  }
  .tab-support > li:nth-child(4n) {
    margin-right: 0;
  }
  .tab-support > li i {
    font-size: 10px;
    font-size: 0.625rem;
  }

  .tab-contents {
    width: 100%;
    overflow: scroll;
    overflow-y: hidden;
  }

  .sp-wrap {
    width: 802px;
    padding-left: 1px;
  }

  .support-button {
    margin: 20px 0;
  }
  .support-button li {
    display: block;
    width: 100%;
    margin: 0 0 10px;
  }
  .support-button li.btn-pricelist {
    background: url(../../support/images/bg-bt-pricelist-sp.jpg) 88% bottom no-repeat;
    background-size: contain;
  }

  .support-topics-document-area {
    padding: 0;
    margin-bottom: 0;
  }
  .support-topics-document-area .topics-area {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  .support-topics-document-area .document-area {
    float: none;
    width: 100%;
  }

  .document-list li {
    padding: 5px 20px;
  }
  .document-list .title {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .document-list .link {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .document-list .link i {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.support-pdf-area-sp {
  display: none;
}

/* manuals.css
------------------------ */
.manuals-wrap {
  max-width: 910px;
  margin: 0 auto 20px;
}
.tab-area {
  display: flex;
  justify-content: space-between;
  max-width:800px;
  margin:3rem auto 1rem;
}
.tab-area li {
  width:32%;
}
.tab-area a {
  color:#fff;
  display: flex;
  justify-content:center;
  align-items: center;
  align-content: center;
  line-height: 1;
  max-width:100%;
  height:30px;
  padding:0 0.5rem 0 1.5rem;
  position:relative;
}
.tab-area a {
  background-color: #999;
}
.tab-area li.current a,
.tab-area a:hover {
  background-color: #33658d;
}
.tab-area a:hover {
  background-color: #4c799c;
}
.tab-area li a::before {
  font-family: 'icomoon';
  content: "\e902";
  font-size: 12px;
  display: block;
  position: absolute;
  top: 9px;
  left: 10px;
}
.td-flex {
  display: flex;
  flex-wrap:wrap;
}
.td-flex a {
  background-color: #33658d;
  padding:3px;
  color:#fff;
  font-size:12px;
  margin:5px;
  width:40px;
}
.table-support th {
  padding-left:1em;
  padding-right:1em;
  background-color: #fff;
  text-align: left;
}
.table-support tr:nth-child(odd):not(.category-row) th {
  background-color: #EFEFEF;
}
.table-support td {
  padding-left:2rem;
  padding-right:2rem;
}
.table-support tr:nth-child(odd) td {
  background-color: #EFEFEF;
}
.manuals-btn {
  max-width:192px;
  margin:2rem auto;
}
.manuals-btn.previous-ver {
  max-width: 240px;
}
.manuals-btn a {
  color:#515050;
  border:1px solid #515050;
  border-radius: 10em;
  padding:0.5rem 1.5rem;
  width:100%;
  height:30px;
  display:flex;
  justify-content: center;
  align-items: center;
}
.manuals-btn a i {
  padding-left: 10px;
  color: #99b2c6;
  transform: scaleX(-1);
}
.icon-arrow-right:before {
  content: "\e901";
}
.pdf-menu {
  display: flex;
  flex-wrap:wrap;
  margin:0 -1%;
}
.pdf-menu li {
  width:31.333%;
  margin:0 1% 1rem;
}
.pdf-menu a {
  color:#4f4f4f;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  line-height: 1.2;
  width:100%;
  height:65px;
  padding-left:3.3rem;
  background-color: #f5f5f5;
  position: relative;
}
.pdf-menu a:before {
  font-family: 'icomoon' !important;
  content: "\e912";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  margin: auto;
  font-size: 1.5rem;
  color: #33658d;
  width: 1.5rem;
  height: 1.5rem;
}
.pdf-menu .pdf-main {
  font-size:14px;
  width:100%;
}
.pdf-menu .pdf-sub {
  font-size:10px;
  width:100%;
}
.pdf-menu li.nolink a {
  cursor: default;
}
.pdf-menu li.nolink a:before {
  color: #999;
}

.pdf-menu2 {
  display: block;
  margin:0 -1%;
}
.pdf-menu2 li {
  width:48%;
  margin:0 1% 1rem 0;
	display: inline-block;
}
.pdf-menu2 a {
  color:#4f4f4f;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  line-height: 1.2;
  width:100%;
  height:65px;
  padding-left:3.3rem;
  background-color: #f5f5f5;
  position: relative;
}
.pdf-menu2 a:before {
  font-family: 'icomoon' !important;
  content: "\e912";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  margin: auto;
  font-size: 1.5rem;
  color: #33658d;
  width: 1.5rem;
  height: 1.5rem;
}
.pdf-menu2 .pdf-main {
  font-size:14px;
  width:100%;
}
.pdf-menu2 .pdf-sub {
  font-size:10px;
  width:100%;
}
.pdf-menu2 li.nolink a {
  cursor: default;
}
.pdf-menu2 li.nolink a:before {
  color: #999;
}
.manual-category-title {
	width:800px;
	margin:auto;
	margin-top:20px;
	font-size:120%;
}

@media screen and (max-width: 40em) {
  .guide-wrap {
    padding-left:20px;
    padding-right:20px;
  }
  .manuals-wrap {
    padding-left:20px;
    padding-right:20px;
  }
  .tab-area {
		display: block;
    margin:2rem auto 1.5rem;
  }
.tab-area li {
  width:100%;
	margin-bottom: 5px;
}
  .tab-area li a::before {
    left:8px;
  }
  .pdf-menu li {
    width: 100%;
  }
  .pdf-menu a:before {
    left:10px;
  }
  .pdf-menu a {
    padding:  0 0.5rem 0 2.6rem;
  }
  .pdf-menu2 li {
    width: 100%;
  }
  .pdf-menu2 a:before {
    left:10px;
  }
  .pdf-menu2 a {
    padding:  0 0.5rem 0 2.6rem;
  }
}
