<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * Common
 */
 html {
  border: none;
}
body{
  line-height: 1.7;
}
.header-search [type="text"]{
  background-color: #fff; 
}
#contact-us .cmp-title h2{
  font-weight: bold;
}
.breadcrumb {
  background-color: #F5F5F5;
  border-radius: 4px 4px 4px 4px;
  list-style: none outside none;
  margin: 0 0 20px;
  padding: 8px 22px;
}
#contents_wrap div.clearfix {
  clear: left;
}

/* TopLink 20181003è¿½è¨˜ */
#TopLink{
    max-width: 1000px;
    min-width: 1000px;
    margin-right: auto;
    margin-left: auto;
    padding: 5px 0 15px;
}
#TopLink .inner ul {
    border:none;
}
#TopLink .inner ul li:first-child {
    background: url(//www.smbc-card.com/common/faq/imgs/ico_home.png) no-repeat left 3px;
    padding-left: 27px;
    margin: 10px 10px 3px 3px;
}
#TopLink .inner ul li span {
    font-weight: bold;
}

/* TopLink */

#header .hRight{
display:none;
}

.sp-layout #header .hRight{
display:block;
visibility:hidden;
}


/**
 * FAQ List
 */
#contents_wrap h1.hojin_ttl{
  font-size: 24px;
  font-weight: bold;
  text-align:center;
  padding: 60px 0 40px;
}
#contents_wrap ul.category_switch{
  display: flex;
  justify-content: center;
  margin: 0 0 40px;
}
#contents_wrap ul.category_switch li{
  margin: 0 10px;
  width: 100%;
  text-align: center;
}
#contents_wrap ul.category_switch li a{
  display: block;
  width: 100%;
  min-height: 60px;
  line-height: 60px;
  background-color: #0a8664;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  box-sizing: border-box;
}
#contents_wrap ul.category_switch li a:hover{
/*
  background-color: #29a280;
*/
  text-decoration: none;
}
#contents_wrap .category101 ul.category_switch li.link1 a,
#contents_wrap .category100 ul.category_switch li.link2 a{
  opacity: 0.5;
}
#contents_wrap .category101 ul.category_switch li.link1 a:hover,
#contents_wrap .category100 ul.category_switch li.link2 a:hover{
  opacity: 1;
}
#contents_wrap h2.cmn_h2.ttl1{
  display: none;
}
#contents_wrap h2.cmn_h2.ttl2{
  display: none;
}
#contents_wrap .category101 h2.cmn_h2.ttl0,
#contents_wrap .category101 h2.cmn_h2.ttl1{
  display: block;
}
#contents_wrap .category101 h2.cmn_h2.ttl2{
  display: block;
}
#contents_wrap .category100 h2.cmn_h2.ttl1{
  display: block;
}
#contents_wrap .category100 h2.cmn_h2.ttl0,
#contents_wrap .category100 h2.cmn_h2.ttl2{
  display: block;
}

div#category h2 {
  font-size: 130%;
}
div#category,
div#faq,
div#hotcontent {
  margin: 20px 0 20px 20px;
}
div#category-items {
  margin-top: 10px;
  border: 1px solid #EEE;
  border-radius: 4px 4px 4px 4px;
  padding: 10px 10px 6px 10px;
}
div#category-items div.category-item {
  width: 300px;
  height: 24px;
  float: left;
}
div#faq h2 {
  font-size: 130%;
}
div#faq-items,
div#hot-items {
  margin: 10px 0px 20px 0px;
  border: 1px solid #EEE;
  border-radius: 4px 4px 4px 4px;
  padding: 10px 10px 6px 10px;
}
div#faq-items div.faq-item, div#hot-items div.hot-item {
  height: 24px;
}
/*.pagination {
  text-align: center;
  margin-top: 6px;
}
.pagination ul {
  display: inline-block;
  *display: inline;
  margin-bottom: 0;
  margin-left: 0;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  *zoom: 1;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.pagination ul &gt; li {
  display: inline;
}
.pagination ul &gt; li &gt; a,
.pagination ul &gt; li &gt; span {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-left-width: 0;
}
.pagination ul &gt; li &gt; a:hover,
.pagination ul &gt; li &gt; a:focus,
.pagination ul &gt; .active &gt; a,
.pagination ul &gt; .active &gt; span {
  background-color: #f5f5f5;
}
.pagination ul &gt; .active &gt; a,
.pagination ul &gt; .active &gt; span {
  color: #999999;
  cursor: default;
}
.pagination ul &gt; li:first-child &gt; a,
.pagination ul &gt; li:first-child &gt; span {
  border-left-width: 1px;
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
}
.pagination ul &gt; li:last-child &gt; a,
.pagination ul &gt; li:last-child &gt; span {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
}
*/

/**
 * FAQ Detail
 */
div#detail-content {
  padding-left: 13px;
  margin-right: 13px;
}
h2#question {
  font-size: 130%;
}
div#info {
  margin-top: 4px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}
div#answer {
  margin-top: 10px;
  margin-bottom: 20px;
}
/*div#related {
  margin-top: 25px;
  padding: 13px;
  border: 1px solid #EEE;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}*/
div#feedback {
/*  text-align: center;
  margin-top: 15px;
  background-color: #F5F5F5;
  padding: 10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;*/
}
div#feedback span.good {
  margin-right: 20px;
}
div#feedback span.bad {
}
a.button {
/*  border: 1px solid #616261;
  background-color: #7d7e7d;
  background-image: -webkit-linear-gradient(top, #7d7e7d, #0e0e0e);
  background-image: linear-gradient(to bottom, #7d7e7d, #0e0e0e);
  border-radius: 4px;
  color: #fff;
  line-height: 26px;
  padding: 5px;
  -webkit-transition: none;
  transition: none;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
  text-decoration: none;*/
}
a.button:hover {
/*  border:1px solid #4a4b4a;
  background-color: #646464;
  background-image: -webkit-linear-gradient(top, #646464, #282828);
  background-image: linear-gradient(to bottom, #646464, #282828);*/
}
a.button:active {
/*  background: #041526;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .2);
  color: #fff;
  text-shadow: 0 1px 1px rgba(255, 255, 255, .5);*/
}

/**
 * FAQ Search
 */
div.FaqSearch {
  margin: 20px 0 20px 20px;
}
div#SS_contents &gt; h3 {
  font-size: 125%;
  line-height: 1.5em;
  margin: 20px 0 0;
}
div.SearchCategory {
  margin-top: 3px;
}
div.SearchCategory &gt; label {
    white-space: nowrap;
}
div.SearchCategory input {
    margin-right: 4px;
}

/**
 * FAQ Inquiry
 */
div#SA_InquiryBox * {
    font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
    font-size: 13px;
    vertical-align: baseline;
}
div#SA_InquiryBox &gt; * {
    border: 0 none;
    outline: 0 none;
}
div#SA_InquiryBox h1,
div#SA_InquiryBox h2,
div#SA_InquiryBox h3,
div#SA_InquiryBox h4,
div#SA_InquiryBox h5,
div#SA_InquiryBox h6 {
    font-size: 100%;
    font-weight: normal;
}
div.inquiry_box {
    background: none repeat scroll 0 0 #F2F6FB;
    border: 3px solid #3980D8;
    border-radius: 3px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3);
    display: none;
    line-height: 1.4;
    margin: 0;
    padding: 1px;
    position: absolute;
    text-align: left;
    width: 300px;
    z-index: 100;
}
div.inquiry_box div.box_area {
    background: none repeat scroll 0 0 #F2F6FB;
    padding: 10px;
}
div.inquiry_box div.box_area h3 {
    border-bottom: 1px dotted #9BB2E2;
    font-size: 1.077em;
    line-height: 1em;
    margin-top: 0;
    margin-bottom: 5px;
    padding: 0 0 5px;
}
div.inquiry_box div.box_area p.text {
    font-size: 13px;
    margin-bottom: 10px;
}
div.inquiry_box div.box_area input#SA_subject {
    width: 220px;
}
div.inquiry_box div.box_area textarea#SA_message {
    border: 1px solid #B1BFCD;
    height: 200px;
    padding: 5px;
    resize: vertical;
    width: 270px;
    margin: 0;
}
div.inquiry_box input[type="button"],
div.inquiry_box input[type="submit"],
div.inquiry_box input[type="reset"],
div.inquiry_box input[type="file"],
div.inquiry_box input[type="image"] {
    -webkit-appearance: none;
    border-radius: 0;
}
p.inquiry_button {
    margin: 0;
    text-align: center;
}
p.inquiry_button .submit_button:link {
    color: #3E5AB6;
    text-decoration: none;
}
p.inquiry_button .submit_button {
    border: 1px solid #BCBCBC;
    box-shadow: 0 0 1px 0 rgba(255, 255, 255, 1) inset;
    color: #3E5AB6;
    cursor: pointer;
    line-height: 1;
    padding: 0.3em 0.4em 0.2em;
    text-align: center;
    white-space: nowrap;
}
p.inquiry_button a, input#SA_inquirySubmit {
    background: none repeat scroll 0 0 #EFEFFA;
    display: inline-block;
    margin: 0 5px;
    width: 80px;
}
p.inquiry_label {
    font-size: 85% !important;
    line-height: 1.3em !important;
    margin: 0;
    padding: 0 0 0.5em;
}
br.title-break {
    display: block;
    margin: 10px 0;
}
span.error, span.limit {
    color: #FF0000;
    font-size: 85% !important;
}
span.SALabel {
    font-size: 100% !important;
}
div.inquiry_box span#SALabel_message {
    display: none;
}
/** File Upload **/
input#SA_attach {
    width: 200px;
}
iframe[name='hideFrame'] {
    display: none;
}

/**
 * Inquiry
 */
div.inquiry_table {
    display: table;
    border-collapse: collapse;
    margin: 0 auto;
}
div.inquiry_table div.row {
    display: table-row;
}
div.inquiry_table div.row &gt; div {
    display: table-cell;
    margin: 15px;
    padding: 15px;
    border: 1px solid;
    background-color: #FFF;
}
div.button_table {
    display: table;
    border-collapse: collapse;
    margin: 0 auto;
}
div.button_table div.row {
    display: table-row;
}
div.button_table div.row &gt; div {
    display: table-cell;
    margin: 15px;
    padding: 15px;
    border: 0 none;
    background-color: #FFF;
}
p.inquiryEntry span.SAInqLabel {
    vertical-align: top;
}
input#SA_subject {
    width: 220px;
}
textarea#SA_message {
    border: 1px solid #B1BFCD;
    height: 200px;
    padding: 5px;
    resize: vertical;
    width: 270px;
    margin: 0;
}
p.inquiryEntry, p.inquiryButton {
    text-align: center;
}
input#SA_InquiryBackButton {
    background: none repeat scroll 0 0 #EFEFFA;
    display: inline-block;
    margin: 0 5px;
    width: 100px;
}

/*20150408*/
div.search_result_section dt em,
div.search_result_section dd em {
    color: #960202;
    font-weight: bold;
}
div.faq_section ul li {
    background: url("/custom/smcc/imgs/ico_arrow_blue_right.png") no-repeat scroll left 3px #fff;
    padding: 0 0 0 16px;
}


/*/custom/smcc/css/style.cssã‚’ä¸Šæ›¸ã*/
.faq_section ul {
    width: auto;
    float: none;
    padding: 10px 20px 0;
}
/*/custom/smcc/css/style.cssã‚’ä¸Šæ›¸ã*/

div.search_result_section div#SS_notFound {
    margin: 20px;
    padding-top: 35px;
}

/*20150410 Qï¼†Aã«å¯¾ã™ã‚‹è©•ä¾¡*/
div#feedback span.feedback_2,
div#feedback span.feedback_3,
div#feedback span.feedback_4,
div#feedback span.feedback_5 {
    width: 146px;
    border: 1px solid #e5e5e5;
    float: left;
}
div#feedback span.feedback_2 a,
div#feedback span.feedback_3 a,
div#feedback span.feedback_4 a,
div#feedback span.feedback_5 a {
    display: block;
    font-size: 12px;
    min-height: 40px;
    padding: 60px 5px 5px;
    text-align: center;
    color: #073e65;
}
div#feedback span.feedback_2 a {
    background: url("/custom/smcc/imgs/ico_evaluation_01.png") no-repeat scroll 50% 10px #ffffff;
}
div#feedback span.feedback_3 a {
    background: url("/custom/smcc/imgs/ico_evaluation_02.png") no-repeat scroll 50% 10px #ffffff;
}
div#feedback span.feedback_4 a {
    background: url("/custom/smcc/imgs/ico_evaluation_03.png") no-repeat scroll 50% 10px #ffffff;
}
div#feedback span.feedback_5 a {
    background: url("/custom/smcc/imgs/ico_evaluation_04.png") no-repeat scroll 50% 10px #ffffff;
}
div#feedback span.feedback_2 {
    margin: 0;
}
div#feedback span.feedback_3,
div#feedback span.feedback_4,
div#feedback span.feedback_5 {
    margin: 0 0 0 19px;
}
div#feedback span.feedback_2 a:hover,
div#feedback span.feedback_3 a:hover,
div#feedback span.feedback_4 a:hover,
div#feedback span.feedback_5 a:hover {
    color: #fc8e1f;
    text-decoration: none;
}
div#feedback span.feedback_2 a:hover {
    background: url("/custom/smcc/imgs/ico_evaluation_01_on.png") no-repeat scroll 50% 10px #ffffff;
}
div#feedback span.feedback_3 a:hover {
    background: url("/custom/smcc/imgs/ico_evaluation_02_on.png") no-repeat scroll 50% 10px #ffffff;
}
div#feedback span.feedback_4 a:hover {
    background: url("/custom/smcc/imgs/ico_evaluation_03_on.png") no-repeat scroll 50% 10px #ffffff;
}
div#feedback span.feedback_5 a:hover {
    background: url("/custom/smcc/imgs/ico_evaluation_04_on.png") no-repeat scroll 50% 10px #ffffff;
}

/*20150116*/
p.feedback_label {
    color: #004a3c;
    text-align: center;
    float: none !important;
    padding-bottom: 7px;
    padding-top: 2px;
}
#article .evaluation_section #feedback {
    /*background: none repeat scroll 0 0 #f7f7f7 !important;*/
    /*border-bottom: 1px solid #d4d4d4 !important;*/
    /*border-top: 1px solid #d4d4d4 !important;*/
    /*padding: 7px 20px 10px;*/
}
#article .pagenation_section .nav_area ul li.previous {
    background: url("/custom/smcc/imgs/ico_arrow_blue_left.png") no-repeat scroll left 45% rgba(0, 0, 0, 0);
    padding-left: 15px;
    padding-right: 26px;
}

/*20150430 category.id */
div.trouble_section ul li#sales {
    border-bottom: medium none;
    border-right: 1px solid #dddddd;
}

/*20150508 {listCategory(id='parent')} */
div#article ul.SA_CategoryList{
    background-color: #f7f7f7;
    border-top: 1px solid #dddddd;
    margin: 20px 0 0;
    padding: 10px 10px 0;
    clear: both;
    content: "";
    display: block;
    overflow: hidden;    
}
div#article li.SA_CategoryItem{
    float: left;
    margin: 0 10px 10px 0;
}
div#article li.SA_CategoryItem a {
    color: #ffffff;
    display: block;
    font-weight: bold;
    background-color: #aaaaaa;
    padding: 7px 10px 5px;
}
div#article li.SA_CategoryItem a:hover,
div#article li.SA_CategoryItem.active a {
    background-color: #004a3c;
    text-decoration: none;
}

/*20150514 æ–°ã‚«ãƒ†ã‚´ãƒª*/
div.card_section .line02 span.line02 {
    width: 140px;
}
div.service_section .line02 span.line02 {
    width: 177px;
}


/*20150527 accordion menu*/
#r_nav ul.cate_nav li div {
    background-color: #999999;
    color: #ffffff;
    display: block;
    font-size: 114.3%;
    font-weight: bold;
    padding: 14px 15px 9px;
}
#r_nav ul.cate_nav li div:hover, #r_nav ul.cate_nav li div.active {
    background-color: #004a3c;
    color: #ffffff;
    text-decoration: none;
}

/*20150602 é–¢é€£ã™ã‚‹è³ªå•*/

div#article div#related {
    border-top: 5px solid #004a3c;
    margin: 40px 0 0;
    border-bottom: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    padding: 0 0 18px;
}
div#article div#related h3 {
    background: #f7f7f7 none repeat scroll 0 0;
    border-bottom: 1px solid #dddddd;
    font-size: 114.3%;
    font-weight: bold;
    padding: 12px 15px 11px;
}
div#article div#related ul li {
    background: rgba(0, 0, 0, 0) url("/custom/smcc/imgs/ico_arrow_blue_right.png") no-repeat scroll 20px 2px;
    margin: 18px 0 0;
    padding: 0 19px 0 36px;
}

/**
 * for table(20150612)
 */
div.article_inner td {
  border-width: 1px;
  border-style: solid;
}

.isg_adbtm_keyli {
  margin-top: 0;
  font-size: 95% !important;
}
.isg_adbtm_keyword_sp {
  display: none;
}
.category_table_div {
  padding-bottom: 20px;
}
.category_table {
  border: none;
  border-collapse: separate;
  border-spacing: 10px 5px;
  margin: auto;
  width: 100%;
  table-layout: fixed;
}
.category_table td {
  border: 2px solid #ddd;
}
.table_sp {
  display: none;
}
/* éŠ˜æŸ„æ¤œç´¢ */
.brand_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 20px;
}
.brand_card {
  margin: auto 10px;
  padding: 15px;
  height: 210px;
  align-items: center;
  display: flex;
  justify-content: center;
  background-color: #f7f7f7;
  border-radius: 10px;
}
.brand_card_name {
  text-align: center;
}
.brand_category500 &gt; .brand_corp{
  background-color: #dddddd;
}
.brand_category510 &gt; .brand_business{
  background-color: #dddddd;
}
.brand_category520 &gt; .brand_owners{
  background-color: #dddddd;
}
.brand_category401 &gt; .brand_corp{
  background-color: #dddddd;
}
.brand_category402 &gt; .brand_business{
  background-color: #dddddd;
}
.brand_category403 &gt; .brand_owners{
  background-color: #dddddd;
}
.brand_category411 &gt; .brand_corp{
  background-color: #dddddd;
}
.brand_category412 &gt; .brand_business{
  background-color: #dddddd;
}
.brand_category413 &gt; .brand_owners{
  background-color: #dddddd;
}
.brand_category421 &gt; .brand_corp{
  background-color: #dddddd;
}
.brand_category422 &gt; .brand_business{
  background-color: #dddddd;
}
.brand_category423 &gt; .brand_owners{
  background-color: #dddddd;
}
.brand_category431 &gt; .brand_corp{
  background-color: #dddddd;
}
.brand_category432 &gt; .brand_business{
  background-color: #dddddd;
}
.brand_category433 &gt; .brand_owners{
  background-color: #dddddd;
}
.brand_category441 &gt; .brand_corp{
  background-color: #dddddd;
}
.brand_category442 &gt; .brand_business{
  background-color: #dddddd;
}
.brand_category443 &gt; .brand_owners{
  background-color: #dddddd;
}
.brand_category451 &gt; .brand_corp{
  background-color: #dddddd;
}
.brand_category452 &gt; .brand_business{
  background-color: #dddddd;
}
.brand_category453 &gt; .brand_owners{
  background-color: #dddddd;
}
.brand_category461 &gt; .brand_corp{
  background-color: #dddddd;
}
.brand_category462 &gt; .brand_business{
  background-color: #dddddd;
}
.brand_category463 &gt; .brand_owners{
  background-color: #dddddd;
}
.brand_category472 &gt; .brand_business{
  background-color: #dddddd;
}
.brand_category473 &gt; .brand_owners{
  background-color: #dddddd;
}
.brand_category481 &gt; .brand_corp{
  background-color: #dddddd;
}
.brand_category491 &gt; .brand_corp{
  background-color: #dddddd;
}
.brand_category492 &gt; .brand_business{
  background-color: #dddddd;
}
.brand_category493 &gt; .brand_owners{
  background-color: #dddddd;
}

@media (max-width: 640px) {
  .isg_adbtm_keyword_sp {
    display: block;
    padding: 0 15px 15px 0;
  }
  .table_sp {
    display: block;
  }
  .table_pc {
    display: none;
  }
  .brand_card {
    margin: 10px auto;
    width: 75%;
  }
}
@media (min-width: 768px) {
  .brand_card {
    width: 28%;
  }
  .br_sp{
    display: none;
  }
}</pre></body></html>