/**************************
SUPPORT
**************************/

/* BLOCK, BOX */
.section-box.support-box {
  padding: 0 0 60px;
}
.support-content {
  margin-top: 40px;
}
.support-content .content {
  padding-bottom: 10px;
}

/* ARROW LINK */
.arrow-link-list a {
  position: relative;
  padding-left: 1.5em;
  font-size: 85.71%;
  display: inline-block;
}
.arrow-link-list a:before {
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  left: 0;
  top: 7px;
  display: inline-block;
  border-top: 2px solid #f82faa;
  border-right: 2px solid #f82faa;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
}

.support-box .weakness-link.arrow-link-list a,
.support-box .category-freq-link.arrow-link-list a,
.support-box .freq-faq-link.arrow-link-list a {
  font-weight: normal;
}


.support-content .content a {
  position: relative;
  padding-left: 1.5em;
  font-size: 85.71%;
  word-break: break-word;
}
.support-content .content a:before {
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  left: 0;
  top: 4px;
  display: inline-block;
  border-top: 2px solid #f82faa;
  border-right: 2px solid #f82faa;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
}
.support-content .content a.no-arrow {
  padding-left: 0;
}
.support-content .content a.no-arrow:before {
  content: none;
  display: none;
}


/* TAB LINK*/
.support-category-link {
  text-align: left;
  display: table;
  margin: 5px auto 40px;
  width: 100%;
}
.support-category-link li {
  display: inline-block;
  text-align: center;
  font-weight: bold;
  font-size: 85.71%;
  padding: 2px;
  width: 20%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.support-category-link li a {
  color: #f82faa;
  display: block;
  height: 100%;
  padding: 13px 18px;
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
          border-radius: 3px;
}
.support-category-link li a:before {
  content: none;
  display: none;
}
.support-category-link .current {
  border: 2px solid #fff;
  padding: 13px 18px;
  background: #f4f4f4;
  -webkit-border-radius: 4px;
          border-radius: 4px;
}


  /* SUPPORT SIDENAV
  ************************/
.support-side-nav {
  float: right;
  width: 35%;
}

/* SEARCH BOX*/
.support-search {
  background-color: #f8f8f8;
  padding: 25px;
  margin: 25px 0 0;
}
.support-search .search-ttl {
 font-weight: bold;
 font-size: 124%;
 text-align: center;
}
.support-search .search-subttl {
 font-weight: bold;
 font-size: 116.66%;
 margin: 1em 0.8em 0;
}
.search-select-servicelist {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	padding: 0 0.7em;
}
.search-select-servicelist li {
	margin-right: 2.5em;
	margin-bottom: 5px;
}
.search-select-servicelist li:last-child{margin-right: 0;}

.search-select-servicelist li input[type="checkbox"] {display: none;}

.service-checkbox {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    position: relative;
    width: auto;
	padding-left: 30px;
}
.service-checkbox::before {
    background: #fff;
    border: 1px solid #f82faa;
    content: '';
    display: block;
    height: 16px;
    left: 5px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 16px;
}
.service-checkbox::after {
    border-right: 2px solid #f82faa;
    border-bottom: 2px solid #f82faa;
    content: '';
    display: block;
    height: 10px;
    left: 10px;
    margin-top: -6px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
    width: 6px;
}
input[type=checkbox]:checked + .service-checkbox::after {
    opacity: 1;
}

.search-service-btn {
	display: table;
	margin: 30px auto 0;
	width: 200px;
	text-align: center;
	color: #f82faa;
	border: 1px solid #f82faa;
	background: #fff;
	border-radius: 0;
	padding: 15px 0;
	font-size: 124%;
	
}
.search-service-btn:active, .search-service-btn:focus {
	border: 1px solid #f82faa;
	background: #fff;
	border-radius: 0;	
}
.search-select-box {
  display: block;
  margin-top: 25px;
}
.search-input-box {
  background-color: #fff;
  display: block;
  margin: 25px 0;
}
.search-select-box .customSelect {
  color: #bbb;
}
.search-input-box input.input-txt[type="text"] {
  width: 92%;
  min-width: 200px;
}
.support-side-nav .search-input-box input.input-txt[type="text"] {
  width: 77%;
}

.paid-support-link {
  padding: 25px 0;
}
.paid-support-link li {
  font-size: 85.71%;
}

.paid-support-link li + li {
  margin-top: 1em;
}
.paid-support-link .ttl {
  font-size: 100%;
}
.support-box .paid-support-link a {
  font-size: 116.66%;
  padding-left: 0;
}
.support-box .paid-support-link a:before {
  content: none;
  display: none;
}

.other-link {
  border-top: 1px solid #ccc;
  padding: 25px 0;
}
.other-link .ttl {
  font-weight: bold;
  line-height: 1.6;
}
.other-link ul {
  margin-top: 1em;
}
.other-link li {
  margin-top: 0.5em;
}
.other-link a {
  display: inline-block;
  font-size: 92.85%;
}



/* SUPPORT TOP
************************/
.support-content-link {
  margin-top: 60px;
  display: flex;
  justify-content: center;
	
}
.support-content-link li {
  width: 38%;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 3px;
  background-color: #f8f8f8;
  padding: 15px 20px;
  margin: 0 30px;
}

.support-content-link li a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #333;
}
.support-content-link .content-ttl {
  font-size: 114.28%;
	color: #f82faa;
}
.support-content-link p:not(.content-ttl) {
  margin-top: 1em;
  font-weight: normal;
  font-size: 92.85%;
}

.feedback-box {
	border: 1px solid #ccc;
	margin: 40px 0;
	padding: 15px 20px;
}
.feedback-ttl {
	font-size: 114.28%;
	text-align: center;
	font-weight: bold;
}
ul.feedback {
  display: flex;
  justify-content: center;
}
ul.feedback li {
	 width: 42%;
	text-align: center;
	margin: 1em;
}
ul.feedback li a{
	display: block;
	padding: 10px 15px;
	font-size: 124.28%;
}
ul.feedback li a.feedback-y {
	background: #f82faa;
	color: #fff;
}
ul.feedback li a.feedback-n {
	border: #f82faa 1px solid;
	color: #f82faa;
}

#modal-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
}
#modal-content {
    width: 40.0em;
    max-width: 90%;
    margin: auto;
    padding: 2.0em 5.0em;
    barder-radius: 10px;
    background: #ffffff;
    z-index: 2;
}
#modal-content p {
    margin-top: 1em;
    text-align: center;
}
#modal-content p:first-child {
    margin-top: 0;
    text-align: left;
}
.button-link {
    color: #f82faa;
}

.in-page-link {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}
.in-page-link li {
  display: block;
  font-size: 114.28%;
  border-bottom: 1px solid #eee;
}
.in-page-link li .small-txt {
  font-size: 87.5%;
}
.in-page-link li + li {
}
.in-page-link li a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0.5em;
  text-align: left;
}
.in-page-link li a:before {
  content: "";
  border-left: 2px solid #f82faa;
  border-bottom: 2px solid #f82faa;
  margin: auto 10px 3px auto;
  width: 6px;
  height: 6px;
  display: inline-block;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
}
.weakness-box {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 42px 0;
  margin-top: 80px;
}
.weakness-box .inner {
  display: table;
  width: 100%;
}
.weakness-box h2,
.weakness-box .weakness-link {
  display: table-cell;
  vertical-align: middle;
}
.weakness-box h2 {
  font-weight: bold;
  font-size: 114.28%;
  width: 52%;
}

.section-box.freq-faq-box {
  margin-bottom: 0;
  padding-bottom: 0;
  padding-top: 100px;
}
.freq-faq-box .section-box {
  padding-top: 75px;
  margin-bottom: 0;
  padding-bottom: 0;
}
.section-box.freq-faq-box .section-box .section-ttl {
  margin-bottom: 1.3em;
}
.section-box.freq-faq-box .section-box .section-ttl .icn {
  margin-right: 8px;
  vertical-align: middle;
}
.section-box.freq-faq-box .section-ttl.top-level {
  text-align: center;
}
.section-box.freq-faq-box .section-ttl.top-level .icn {
  display: block;
  text-align: center;
  margin-bottom: 14px;
}
.section-box.freq-faq-box .section-box .section-ttl .rss-icon {
  float: right;
  vertical-align: middle;
}

.each-category-link {
  width: 45%;
  float: left;
}
.each-category-link li {
  border: 1px solid #f82faa;
  border-radius: 3px;
  text-align: center;
  width: 49%;
  display: inline-block;
  margin-top: 6px;
}
.each-category-link li a {
  color: #f82faa;
  display: block;
  height: 100%;
  padding: 36px 10px;
}

.category-freq-faq-box {
  width: 48%;
  float: right;
}
.category-freq-faq-box h4 {
  font-weight: bold;
}
.category-freq-link li {
  margin-top: 0.85em;
}
.category-freq-link a {
  display: inline-block;
}
.category-freq-link a:before {
  top: 8px;
}

/* SEARCH RESULT
**************************/
.search-result {
  margin-top: 60px;
}
.result-box h1.section-ttl .sub-txt {
  font-size: 63.15%;
}
.result-found {
  font-size: 128.57%;
}
.result-found .num {
  font-size: 144.44%;
  padding-right: 0.5em;
}
.result-content {
  border-top: 3px solid #eee;
}
.result-page-link {
  border-top: 3px solid #eee;
  margin-top: 30px;
  padding-top: 30px;
  text-align: center;
}
.result-page-link li {
  display: inline-block;
  font-size: 200%;
  line-height: 1.5;
}
.result-page-link li + li {
  margin-left: 20px;
}
.result-page-link li a {
  font-weight: normal;
  display: block;
  width: 58px;
  height: 58px;
  padding: 10px;
}
.result-page-link .current {
  width: 58px;
  height: 58px;
  padding: 10px;
  border: 1px solid #f82faa;
  color: #ccc;
}
.result-page-link .back-link,
.result-page-link .next-link {
  position: relative;
  width: auto;
}
.result-page-link .back-link:before,
.result-page-link .next-link:before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  position: absolute;
}
.result-page-link .back-link:before {
  border-top: 1px solid #f82faa;
  border-left: 1px solid #f82faa;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  margin: auto 0;
}
.result-page-link .next-link:before {
  border-top: 1px solid #f82faa;
  border-right: 1px solid #f82faa;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  margin: auto 0 auto auto;
}
.result-page-link .back-link a {
  padding-left: 75px;
  width: auto;
}
.result-page-link .next-link a {
  padding-right: 75px;
  width: auto;
}

.result-content-link {
  margin-top: 0;
}
.result-content-products {
	margin-top: 2.2em;
	display: flex;
	flex-wrap: wrap;
}
.result-content-products li{
	padding-right: 0.5em;
	font-size: 80%;
	margin-bottom: 2px;
}
.result-content-products li:last-child{padding-right: 0;}
.result-date-update{text-align:right;margin-top: 1em;padding-right: 3px;}
.sort-update {font-weight: bold;}

/* SUPPORT DETAIL
************************/
/* SUPPORT DETAIL ELEMENTS*/
.support-box .content p {
  margin: 1em 0;
}
.support-box h1 {
  font-size: 271.42%;
  font-family: "Noto Sans Japanese";
  line-height: 1.3;
  text-align: left;
}
.support-box .section-ttl {
  text-align: left;
}
.support-box h1.section-ttl {
  text-align: center;
}
.support-box h1.section-ttl .icn {
  display: block;
  text-align: center;
  margin-bottom: 14px;
}
.section-ttl + p {
  text-align: center;
}
.support-content .content h2 {
  font-size: 200%;
  font-family: "Noto Sans Japanese";
  margin: 2.5em 0 1em;
  line-height: 1.3;
}
.support-content .content h2:first-child {
  margin-top: 0;
}
.support-content .content h3 {
  font-weight: bold;
  font-family: "Noto Sans Japanese";
  line-height: 1.3;
  margin: 3em 0 1em;
}
.support-content .content h4 {
  font-weight: bold;
  font-family: "Noto Sans Japanese";
  line-height: 1.3;
  margin: 2em 0 1em;
}
.support-content .content h5 {
  font-weight: bold;
  font-family: "Noto Sans Japanese";
  line-height: 1.3;
  margin: 2em 0 1em;
}
.support-category-link + .support-content .content{
  margin-top: 5px;
  width: 60%;
}
.support-box .content ul li {
  padding-left: 1em;
  text-indent: -1em;
  margin-top: 0.5em;
}
.support-box .content ul li:before {
  content: "・";
  color: #f82faa;
}
.support-box .content .arrow-link-list li {
  content: "";
  padding-left: 0;
  text-indent: 0;
  margin-bottom: 0.9em;
}
.support-content .content .arrow-link-list li a {
  /* top: -0.8em; */
}
.support-box .content .arrow-link-list li:before {
  content: "";
}
.support-content .content .arrow-link-list li a:before {
  top: 8px;
}
.support-content .content a[href$=".pdf"] {
  height: 20px;
  padding-right: 22px;
  padding-bottom: 5px;
  display: inline-block;
}
.support-content .content a[href$=".pdf"]:before {
  top: 6px;
}
.support-content .content a[href$=".pdf"]:after {
  content: url(../../common/images/icon_pdf.png);
  position: absolute;
  right: 0;
  top: 0;
  padding-right: 3px;
}
.arrow-link-list a[href$=".pdf"] {
  padding-right: 22px;
  display: inline-block;
}
.arrow-link-list a[href$=".pdf"]:after {
  content: url(../../common/images/icon_pdf.png);
  position: absolute;
  right: 0;
  top: 4px;
  padding-right: 3px;
}
.support-content .content a.zoom-link {
  background: url(../../common/images/icon_zoom_pink.png) no-repeat left center;
  padding-left: 20px;
}
.support-content .content a.zoom-link:before {
  border: none;
}
.support-box .content ul > li > ul > li {
  font-size: 92.85%;
}

.support-box .category,
.support-box .date {
  font-family: "Noto Sans Japanese";
  font-size: 85.71%;
  font-weight: bold;
  margin: 0.5em 0;
}
.support-box .date {
  margin-bottom: 80px;
  font-size: 114.28%;
  text-align: right;
}
.support-box .note {
  font-size: 85.71%;
  padding-left: 1em;
  text-indent: -1em;
  margin: 0;
}
.support-box .small-txt {
  font-size: 85.71%;
  margin: 0;
}

/* SUPPORT DETAIL TABLE*/
.support-box table {
  border-bottom: 1px solid #ddd;
}
.support-box table tr {
  border-top: 1px solid #ddd;
}
.support-box table th {
  font-size: 103.57%;
  font-weight: bold;
  padding: 20px 0 20px 15px;
  text-align: left;
}
.support-box table td {
  padding: 20px 0 20px 15px;
}

/* CORRESPONDENCE TABLE */
.support-box table.correspondenceTable th {
  width: 15%;
}
.support-box table.correspondenceTable th:last-of-type {
  width: 55%;
}

/* TABLE */
.support-box table th,
.support-box table td {
  border: 1px solid #ddd;
  padding-right: 5px;
  padding-left: 10px;
}

/* PRE */
.support-content .content pre {
  background-color: #f8f8f8;
  padding: 10px 15px;
  overflow-x: auto;
}
.support-content .content pre + pre {
  margin-top: 1em;
}

/* DL */
.support-content .content dl {
  margin: 1em 0 1em 1em;
}
.support-content .content dl dt {
  font-weight: bold;
}
.support-content .content dl dd {
  margin-left: 1em;
}


/* INDEX Q&A */
.support-content .content .index-ttl {
  margin-bottom: 1.7em;
  font-size: 118%;
  font-weight: bold;
}
.index-faq {
  padding-top: 12px;
}
.index-faq .ttl {
  border-bottom: 3px solid #eee;
  font-size: 190%;
  margin-bottom: 25px;
}
.index-faq .ttl .rss-icon {
  float: right;
  vertical-align: middle;
}
.index-faq .ttl .rss-icon img {
  vertical-align: middle;
}
.index-faq-link li {
  margin-top: 1.8em;
}
.index-faq-link a {
  display: inline-block;
  font-size: 92.85%;
}
.index-faq-link a:before {
  top: 8px;
}

/* FREQ Q&A */
.freq-faq {
  border-top: 3px solid #eee;
  padding-top: 30px;
}
.freq-faq .ttl {
  font-weight: bold;
}
.freq-faq-link li {
  margin-top: 1em;
}
.freq-faq-link a,
.support-content .content .freq-faq-link a {
  display: inline-block;
  font-size: 92.85%;
}
.freq-faq-link a:before,
.other-link a:before {
  top: 8px;
}

/* MORE SUPPORT */
.more-support {
  border-top: 1px solid #ddd;
  padding-top: 60px;
  margin-top: 150px;
}
.more-support .ttl {
  font-family: "Noto Sans Japanese";
  font-size: 40px;
  text-align: center;
  line-height: 1;

}
// .more-support ul  {
//   margin-top: 30px;
//   text-align: center;
// }
// .more-support ul li {
//   display: inline-block;
// }
// .more-support ul li+li {
//   margin-left: 55px;
// }

.more-support .arrow-link-list {
  text-align: left;
  display: table;
  margin: 40px auto 40px;
  width: 100%;
}
.more-support .arrow-link-list li {
  display: inline-block;
  text-align: center;
  font-weight: bold;
  font-size: 85.71%;
  padding: 2px;
  width: 20%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.more-support .arrow-link-list li a {
  color: #f82faa;
  display: block;
  height: 100%;
  padding: 13px 18px;
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
          border-radius: 3px;
}
.more-support .arrow-link-list li a:before {
  content: none;
  display: none;
}


.support-content ol {
  counter-reset: list-count;
}
.support-content ol li {
  padding-left: 1.5em;
  text-indent: -1.5em;
  margin-top: 0.5em;
}
.support-content ol li:before {
  color: #f82faa;
  counter-increment: list-count;
  width: 1.5em;
  display: block;
  float: left;
  content: counter(list-count) ".";
}
.support-content .content .up-date {
  margin-top: 4em;
  margin-bottom: 0;
}

/* SECURITY
************************/
.support-box.security .content {
  width: 100%;
  float: none;
}
.support-box.security .weakness-list {
  margin-top: 2.5em;
}
.support-box.security .content .weakness-list a {
  top: 0;
  font-size: 92.85%;
}

.support-box.security .section-box {
  padding: 40px 0;
}



/* PAID MENU
************************/
.paidmenu-box .section-ttl {
  margin-bottom: 5px;
}
.paidmenu-box p {
  font-weight: bold;
}

.paidmenu-box .flow-ttl {
  font-size: 116.66%;
  margin-top: 100px;
  font-weight: normal;
  text-align: center;
}
/*  flow-ttl-step-list  */
.paidmenu-box .flow-ttl-step-list {
  margin: 30px 0 60px;
  width: 100%;
  display: table;
}
.paidmenu-box .flow-ttl-step-list li {
  display: table-cell;
  width: 25%;
  padding: 0 40px;
  text-align: left;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  text-align: justify;
  background: url(../../common/images/bg_form_step.png) no-repeat right center;
  background-position: right 10px;
  font-size: 13px;
}
.paidmenu-box .flow-ttl-step-list li:last-child {
    background-image: none;
}

.paidmenu-box .flow-ttl-step-list .step-num {
    display: block;
    font-size: 271.42%;
    line-height: 1.1;
    margin: 0 auto 5px;
    border-bottom: 2px solid transparent;
    font-weight: 100;
    font-family: "Noto Sans Japanese";
    color: #333;
    text-align: center;
}
/*------------------------------------ media */
@media screen and ( max-width: 780px ){
  .paidmenu-box .flow-ttl-step-list {
    margin: 20px 0 40px;
    width: 100%;
    display: block;
    border-top: 1px solid #eee;
  }
  .paidmenu-box .flow-ttl-step-list li {
    display: block;
    width: 100%;
    padding: 20px 20px;
    text-align: center;
    background: none;
    font-size: 13px;
    border-bottom: 1px solid #eee;
  }
  .paidmenu-box .flow-ttl-step-list li:last-child {
      background-image: none;
  }

  .paidmenu-box .flow-ttl-step-list .step-num {
      display: block;
      font-size: 271.42%;
      line-height: 1.1;
      margin: 0 auto 5px;
      border-bottom: 2px solid transparent;
      font-weight: 100;
      font-family: "Noto Sans Japanese";
      color: #333;
      text-align: center;
  }
}

.download-box {
  padding: 65px 0px;
}

.download-box .common-table {
  margin: 10px 0;
  border-bottom: #ddd solid 3px;
}
.download-box .common-table thead {
  font-size: 80%;
}
.download-box .common-table thead tr {
  border-top: none;
  border-bottom: #ddd solid 3px;
}
.download-box .common-table thead th {
  padding: 25px 0px 15px 15px;
}
.download-box .common-table tbody th {
  width: 47%;
}
.download-box .common-table tbody th.col-2 {
  width: 78%;
}
.download-box .common-table tbody td {
  width: auto;
}
.download-box .common-table a img {
  margin-right: 1em;
  vertical-align: middle;
}

.module-box {
  padding-top: 5px;
  padding-bottom: 65px;
}
.module-box .section-ttl {
  margin-bottom: 35px;
}
.module-box .col2-wrapper {
  display: table;
  width: 100%;
}
.module-box .col2-box {
  display: table-cell;
  width: 70%;
  vertical-align: top;
}
.module-box .col2-box:nth-child(2n) {
  display: table-cell;
  width: 30%;
  padding-left: 48px;
}
.module-box .border-box {
  width: 100%;
  margin: 10px 0 15px;
  line-height: 2;
  text-align: center;
}
.module-box .border-box a {
  display: block;
  padding: 22px 10px;
  border: #f82faa solid 1px;
}

.inquiry-box {
  padding-top: 5px;
  margin-bottom: 0;
}
.inquiry-box .section-ttl {
  margin-bottom: 35px;
}
.inquiry-box .col4-box {
  width: 25%;
  margin: 20px 27px 0px 0px;
  float: left;
  text-align: center;
}
.inquiry-box .col4-box a {
  display: block;
  padding: 35px 10px;
  border: #ddd solid 1px;
  border-radius: 4px;
}



/* PAID SUPORT
************************/
.paidsupport-box {
  padding-top: 95px;
  padding-bottom: 65px;
}
.paidsupport-box .section-ttl {
  margin-bottom: 40px;
}
.paidsupport-box .section-sub-ttl {
  font-size: 70%;
}
.paidsupport-box .common-list li {
  line-height: 1.6;
}
.paidsupport-box .common-table {
  margin-top: 32px;
}
.paidsupport-box .common-table caption {
  padding: 5px 0;
  text-align: left;
}
.paidsupport-box .common-table th,
.paidsupport-box .common-table td {
  padding: 17px 0px 17px 15px;
}
.paidsupport-box .common-table th {
  width: 24%;
}
.paidsupport-box .common-table td:nth-child(2) {
  width: 25%;
}
.paidsupport-box .common-table td:nth-child(3) {
  width: 51%;
}

.caution-box {
  padding-top: 10px;
  padding-bottom: 45px;
}
.caution-box .section-ttl {
  margin-bottom: 40px;
}
.caution-box p {
  margin: 1em 0;
}

.support-inquiry-box {
  padding-top: 10px;
  padding-bottom: 0;
  margin-bottom: 0;
}
.support-inquiry-box .section-ttl {
  margin-bottom: 40px;
}
.support-inquiry-box p {
  margin: 1em 0;
}
.support-inquiry-box .arrow-link-list li {
  line-height: 2.7;
}
.support-inquiry-box .arrow-link-list a:before {
  top: 14px;
}
.support-inquiry-box .arrow-link-list li img {
  vertical-align: middle;
}



/* SUPORT CLAUSE
************************/
.clause-box {
  padding-top: 95px;
  padding-bottom: 45px;
}
.clause-box.lastChild {
  margin-bottom: 0;
  padding-bottom: 0;
}
.clause-box + .clause-box {
  padding-top: 30px;
}
.clause-box .inner + .inner {
  margin-top: 2em;
}
.clause-box .section-ttl {
  margin-bottom: 1em;
}
.clause-box .h3-ttl {
  margin: 1em 0;
}
.clause-box p {
  margin: 1em 0;
}
.clause-box .clause-list {
  padding-left: 1em;
  text-indent: -1em;
}
.clause-box .clause-num-list {
  padding-left: 1.5em;
  text-indent: -1.5em;
}

/* SUPPORT SUBSTIUTE
************************/
.section-box.support-box.support-substitute {
	margin-top: 50px;
}
.support-substitute h1 {
	text-align: center;
	margin-bottom: 40px;
}
.support-substitute p {
	text-align: center;
}
.support-substitute .link-btn a {
	width: 50%;
	padding: 30px 10px;
	margin-top: 40px;
}


/**************************************
MEDIA QUERY SP
***************************************/
@media only screen and (max-width: 1024px) {
  .section-box.news-box {
    padding-top: 65px;
  }
  .section-box.news-list {
    padding: 0;
    margin-top: 20px;
  }
  h1.section-ttl + .section-box.news-list {
    margin-top: 25px;
  }
  .section-box.support-box,
  .section-box.support-box .inner  {
    padding-top: 0;
  }
  .section-box.support-box {
	  margin-top: 0;
  }
  .support-box .content,
  .support-box .support-side-nav {
    float: none;
    width: 100%;
  }
  .support-category-link + .support-content .content{
    width: 100%;
  }


  /* TAB LINK*/
  .support-category-link {
    display: block;
  }
  .support-category-link li {
    display: block;
    float: left;
    width: 50%;
  }
  .support-category-link li a {
    padding: 15px 12px;
  }
  .support-category-link .current {
    padding: 15px 12px;
  }

  /* SUPPORT SIDENAV*/
  .support-side-nav {
    margin-top: 30px;
  }
  .search-input-box input.input-txt[type="text"] {
    min-width: 90%;
  }
  .search-input-box {
    position: relative;
  }
  .search-input-box .search-btn {
    position: absolute;
    right: 0;
    top: 0;
    height: 54px;
  }

  /* NEWS TABLE*/
  .news-list-table {
    margin-top: 10px;
  }
  .news-list-table th,
  .news-list-table td {
    display: block;
    float: left;
  }
  .news-list-table .date,
  .news-list-table .category {
    width: auto;
  }
  .news-list-table .date {
    padding: 11px 10px;
  }
  .news-list-table .category {
    padding: 6px 10px;
  }
  .news-list-table .link {
    width: 100%;
    clear: both;
    padding: 0 10px 20px;
  }
  .news-list-table tr:last-of-type .link {
    padding-bottom: 0;
  }


  /* SUPPORT TOP
  ************************/
  .section-box.freq-faq-box .section-box .section-ttl .rss-icon {
    margin-top: 1em;
  }
   .support-content-link {
    margin-top: 30px;
	flex-direction: column;
	padding: 0 1em;
  }
  .support-content-link li {
    display: block;
    clear: both;
	  width: 100%;
	  margin: 0;
  }
  .support-content-link li + li {
    margin-top: 2em;
  }
.support-search {
    padding: 25px 15px;
}
.support-search .search-subttl {
 margin: 1em 0 0;
}
.feedback-box {
	border: 1px solid #ccc;
	margin: 30px 0;
	padding: 15px 20px;
}

ul.feedback {
  flex-direction: column;
}
ul.feedback li {
	width: 100%;
	text-align: center;
	margin: 15px 0 0;
}
.search-select-servicelist {
	flex-wrap: wrap;
	flex-direction: column;
	padding: 0;
}
.search-select-servicelist li {
	margin-right: 0;
}
  .in-page-link {
    margin-top: 2em;
	margin-bottom: 30px;
  }
  .in-page-link li {
    font-size: 100%;
	font-size: 12px;
  }
  .in-page-link li + li {
    margin-left: 0;
  }
  .in-page-link li a {
    padding: 1em 0.5em;
  }
  .weakness-box h2,
  .weakness-box .weakness-link {
    display: block;
    width: 100%;

  }

  .section-box.support-box .weakness-box .inner {
    display: block;
    padding-top: 0;
    width: auto;
  }

  .section-box.freq-faq-box {
	padding-top: 0;
  }
  .freq-faq-box .section-box {
	  padding-top: 0;
  }
  .each-category-link,
  .category-freq-faq-box {
    width: 100%;
  }
  .category-freq-faq-box {
    margin-top: 40px;
  }

  .each-category-link li a {
    padding: 20px 5px;
  }

  .section-box.freq-faq-box .section-box .section-ttl {
	  overflow: hidden;
  }
  .section-box.freq-faq-box .section-box .section-ttl .icn {
	  display: block;
	  float: left;
	  margin-top: -10px;
  }




  /* SEARCH RESULT
  ************************/
  .search-result {
    margin-top: 30px;
  }
  .result-found {
  font-size: 100%;
  }
  .result-page-link li {
    font-size: 128.57%;
    width: 9%;
    height: auto;
    line-height: 1.2;
  }
  .result-page-link li a {
    height: auto;
    width: auto;
    padding: 10px 2%;
  }
  .result-page-link .current {
    width: 9%;
    height: auto;
    padding: 10px 2%;
  }
  .result-page-link li + li {
   margin: 0 2%;
  }
  .result-page-link .back-link a {
  padding-left: 40%;
  }
  .result-page-link .next-link a {
  padding-right: 40%;
  }
  .result-page-link .back-link:before,
  .result-page-link .next-link:before {
    width: 15px;
    height: 15px;
  }

  /* SUPPORT DETAIL
  ************************/
  /* SUPPORT DETAIL ELEMENTS*/
  .support-box h1,
  .support-box .section-ttl {
    font-size: 157.14%;
  }
  .support-box h2,
  .support-content .content h2 {
    font-size: 128.57%;
    margin-bottom: 0.5em;
  }
  .support-content .content h2:first-child {
    margin-top: 2.5em;
  }
  .support-box h3 {
    margin-top:2em;
  }
  .section-box.support-box .inner {
    padding-top: 50px;
  }
  .support-box .date {
    margin-bottom: 20px;
  }

  /* FREQ Q&A */
  .freq-faq {
    margin-top: 30px;
  }

  /* SUPPORT DETAIL TABLE*/
  .support-box div.scroll {
    height: 100%;
    width: 100%;
    overflow-x: auto;
  }
  .support-box div.scroll::-webkit-scrollbar {
    width: 10px;
    background: #efefef;
  }
  .support-box div.scroll::-webkit-scrollbar:horizontal {
    height: 10px;
    background: #efefef;
  }
  .support-box div.scroll::-webkit-scrollbar-thumb {
    background: #bbbbbb;
  }
  .support-box div.scroll::-webkit-scrollbar-thumb:horizontal {
    background: #bbbbbb;
  }
  .support-box table {
    /*min-width: 1024px;*/
	overflow: scroll;
	width: 100%;
  }
  .support-box table th,
  .support-box table td {
    display: table-cell;
    float: none;
    width: auto;
	line-height: 1.4;
	font-size: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
/*
    display: block;
    float: left;
    clear: both;
    width: 100%;
*/
  }
  .support-box table th {
    padding-bottom: 0;
  }
  .support-box table td {
    padding-top: 10px;
    -webkit-text-size-adjust: 100%;
  }

  /* CORRESPONDENCE TABLE */
  .support-box table.correspondenceTable th,
  .support-box table.correspondenceTable th:last-of-type {
/*
    width: 100%;
*/
  }

  /*MORE SUPPORT */
  .more-support {
    margin-top: 70px;
  }
  .more-support .ttl {
    font-family: "Noto Sans Japanese";
    font-size: 171.42%;
  }
  .more-support .arrow-link-list li {
    width: 50% !important;
  }

  /* SECURITY
  ************************/
  .support-box.security .weakness-list {
    margin-top: 2.5em;
  }
  .support-box.security h2.section-ttl {
    margin-top: 0;
  }
  .support-box.security .section-box {
    padding: 20px 0;
  }


  /* PAID MENU
  ************************/
  .download-box {
    padding: 30px 0;
  }
  .download-box .common-table thead th {
    padding: 5px 15px;
  }
  .module-box {
    padding-bottom: 30px;
  }
  .module-box .col2-wrapper {
    display: block;
  }
  .module-box .col2-box {
    display: block;
    width: 100%;
  }
  .module-box .col2-box:nth-child(2n) {
    display: block;
    width: 100%;
    margin-top: 30px;
    padding-left: 0;
  }
  .inquiry-box {
    padding-bottom: 30px;
  }
  .inquiry-box .col4-box {
    width: 100%;
    float: none;
  }
  .inquiry-box .col4-box a {
    padding: 20px 10px;
  }


  /* PAID SUPORT
  ************************/
  .paidsupport-box {
    padding: 0;
  }
  .caution-box {
    padding-bottom: 30px;
  }
  .support-inquiry-box {
    padding-bottom: 0;
  }
  .paidsupport-box .common-table th,
  .paidsupport-box .common-table td:nth-child(2),
  .paidsupport-box .common-table td:nth-child(3) {
  /*
    width: 100%;
    padding: 5px 0px 5px 15px;
    line-height: 1.5;
  */
  }


  /* SUPORT CLAUSE
  ************************/
  .clause-box {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .clause-box + .clause-box {
    padding-top: 15px;
  }
  .section-box.support-box .inner {
    padding-top: 20px;
  }
  .clause-box .inner + .inner {
    margin-top: 1em;
  }


/* SUPPORT SUBSTIUTE
************************/
	.support-substitute {
		margin: 0 !important;
	}
	.support-substitute h1 {
		margin: 0px 0 30px;
	}
	.support-substitute p {
		text-align: left;
	}
	.support-substitute .link-btn a {
		width: 100%;
		padding: 15px 10px;
		margin-top: 40px;
	}


}

