<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * Common
 */
.breadcrumb {
  background-color: #F5F5F5;
  border-radius: 4px 4px 4px 4px;
  list-style: none outside none;
  margin: 0 0 20px;
  padding: 8px 22px;
}
/* TopLink 20181011è¿½è¨˜ */
#TopLink{
    max-width: 1000px;
    min-width: 1000px;
    margin-right: auto;
    margin-left: auto;
    padding: 15px 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;
}
#TopLink .inner ul li span {
    font-weight: bold;
}
/* TopLink 20181011è¿½è¨˜ */
div.clearfix {
/* left; */
}
/**
 * FAQ List
 */
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;
}
*/
.keyword_area{
  margin: 0;
  padding: 0 5px 0 10px;
}
/*.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 * {
    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#SA_InquiryBox h3.inquiry_title{
  background-color:#f7f7f7;
  font-size:16px;
  border:1px solid #dddddd;
}
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_label {
    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 {
}
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("//www.smbc-card.com/common/faq/imgs/icon_arrow_blue_right_s.png") no-repeat scroll left 3px #fff;
    padding: 0 0 0 16px;
}
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: 15px 20px 20px;
}
#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{
    margin: 0;
    padding: 0 0 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{
    vertical-align: middle;
}
#r_nav ul.cate_nav .frequent .active a{
    display: block;
    margin-top: -25px;
    height: 45px;
    padding-top: 25px;
    padding-left: 22px;
    width: 240px;
    margin-left: -15px;
}
#r_nav ul.cate_nav li div {
    color: #004a3c;
    display: block;
    font-size: 114.3%;
    font-weight: bold;
    padding: 25px 15px 0px 57px;
    border-top: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    height: 45px;
}
#r_nav ul.cate_nav li div.pa_few{
    padding: 14px 15px 14px 57px;
}
#r_nav ul.cate_nav li:last-child div{
    border-bottom: 2px solid #dddddd;
}
#r_nav ul.cate_nav li:last-child ul{
    border-bottom: 2px solid #dddddd;
}
#r_nav ul.cate_nav li div:hover{
    text-decoration: none;
    cursor: pointer;
}

#r_nav ul.cate_nav li div ul{
     background-color: #004a3c;
     color: #fff;
}
/*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 h3::before {
    border-left: none;
}


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;
}
/* faq_telnumber(20180329) */
.txtStrong{
  font-weight: bold !important;
}
.faq-inquiryWrapArea a {
  color: #073e65;
}
.faq-inquiryWrapArea a:hover {
  color: #5299cb;
}
.faq-blankLink {
  position: relative !important;
  display: inline-block;
  text-indent: 0em;
}
.faq-blankLink:before {
  display: inline-block;
  position: relative;
  top: 2px;
  left: 5px;
  content: "";
  width: 10px;
  height: 8px;
  border: #FFF solid 1px;
  background-color: #0C1E89;
}
.faq-blankLink:after {
  display: inline-block;
  position: relative;
  top: -1px;
  left: -10px;
  content: "";
  width: 10px;
  height: 8px;
  border: #FFF solid 1px;
  background-color: #0C1E89;
}
a:hover .faq-blankLink:before {
  opacity: 0.8;
  background-color: #717CB5 \9;
}
a:hover .faq-blankLink:after {
  opacity: 0.8;
  background-color: #717CB5 \9;
}
.faq-inquiryWrapArea .arrowlink{
  margin-top: 10px;
  margin-bottom: 10px;
}
.faq-inquiryWrapArea .arrowlink &gt; li {
  display: block;
  position: relative;
  padding-left: 15px;
  margin-bottom: 5px;
  background: url("//www.smbc-card.com/static/responsive/img/mem/common_pict_img_linkArrow02.png") no-repeat;
  background-position: 0px 3px;
}
.faq-inquiryWrapArea .arrowlink &gt; li::before {
  content: '';
}
.faq-inquiryWrapArea ul.faq-note {
  padding-left: 15px;
  color: #666;
}
.faq-inquiryWrapArea ul.faq-note li {
  position: relative;
  display: block;
  padding: 0 0 0 5px;
  font-size: 86%;
  margin-bottom: 5px;
  line-height: 1.2;
  text-indent: -1em;
}
.faq-inquiryWrapArea ul.faq-note li.number-note {
  padding: 0 0 0 2em;
  text-indent: -2em;
}
.faq-inquiryWrapArea ul.faq-note li.number-note:before {
  left: -1.2em;
}
.faq-inquiryWrapArea ul.faq-note li.number-note span.number {
  position: relative;
  top: 0;
  left: -1.1em;
}
.faq-inquiryWrapArea ul li:last-child {
  margin-bottom: 0 !important;
}
.faq-inquiryWrapArea ul li:nth-last-child(1) ul{
  margin-bottom: 0 !important;
}
.faq-inquiryWrapArea ul.faq-note li:before {
  position: relative;
  top: 0;
  left: -0.5em;
  content: "â€»";
}
.faq-inquiryWrapArea p{
  margin-bottom: 10px;
}
.faq-inquiryWrapArea ul.faq-note li span.faq-noteImp {
  color: #D40C0C;
}
.faq-inquiryWrapArea ul.faq-note li.faq-noteImp {
  color: #D40C0C;
}
.faq-inquiryWrapArea ul.faq-note li.faq-noteImp:before {
  content: "â€»";
  color: #D40C0C;
}
.faq-inquiryWrapArea ul.faq-note li.markImp:before {
  color: #D40C0C;
}
.faq-inquiryWrapArea ul.faq-note li .smallArrowLink li {
  padding-left: 30px !important;
  font-size: 14px;
}
.faq-inquiryWrapArea ul.faq-note li .smallArrowLink li:before {
  content: "";
}
.faq-inquiryWrapArea ul.faq-note.fsNormal {
  padding-left: 1.5em;
  color: inherit;
}
.faq-inquiryWrapArea ul.faq-note.fsNormal li {
  font-size: 100% !important;
}
.faq-inquiryWrapArea ul.faq-note.fsNormal li:before {
  position: relative;
  top: 0;
  left: -0.8em;
  content: "â€»";
}
.faq-inquiryWrapArea ul.faq-note.fsNormal li.markImp:before {
  color: #D40C0C;
}
.faq-inquiryWrapArea ul.faq-note.fsNormal li .smallArrowLink li {
  padding-left: 15px !important;
}
.faq-inquiryWrapArea ul.faq-note.fsNormal li .faq-inquiryWrapArea ul.faq-note li {
  font-size: 86% !important;
}
.lineType02{
  border-style: none;
  border-bottom: 1px dotted #999999;
  margin: 20px 0;
}
.faq-inquiryWrapArea {
  border: 1px solid #dddddd;
  padding: 15px;
  margin: 20px 0;
  width: 100%;
  font-size: 14px;
  line-height: 1.3 !important;
  box-sizing: border-box;
  display: table;
}
.faq-inquiryWrapArea .faq-guideTitle{
  font-weight: bold;
  margin-bottom: 5px !important;
}
.faq-inquiryWrapArea li{
  margin-top: 0;
}
.faq-inquiryWrapArea .inquiryColWrap {
  display: table;
  width: 100%;
}
.faq-inquiryIcon {
  margin-bottom: 10px;
  background: url("//www.smbc-card.com/common/faq/imgs/ico_tel.png") no-repeat;
  padding-left: 35px;
  padding-bottom: 10px;
  line-height: 1.3 !important;
  padding-top: 2px;
  vertical-align: middle;
  border-bottom: 1px solid #dddddd;
  font-size: 108%;
  font-weight: bold;
  display: block !important;
}
.faq-inquiryWrapArea .faq-inquiryWrap li.faq-inquiryName,
.faq-inquiryWrapArea .faq-inquiryWrap li.faq-inquiryPhone {
  margin-bottom: 5px;
}
.faq-inquiryWrapArea .faq-inquiryWrap li.faq-inquiryName {
  color: #005135;
  font-weight: bold;
}
.faq-inquiryWrapArea .faq-inquiryWrap li.faq-inquiryName.d-card {
  color: #cc0033;
}
.faq-inquiryWrapArea .faq-inquiryWrap li.faq-inquiryPhone span {
  font-size: 135%;
}
.faq-inquiryWrap li.faq-inquiryHours span:first-child:after {
  content: "ï¼";
}
.faq-inquiryWrap li.text_01a,
.faq-inquiryWrap li.text_01b {
  margin-top: 10px;
  margin-bottom: 5px;
}
.faq-inquiryWrapArea .faq-inquiryWrap.col1 {
  padding: 5px;
}
.faq-inquiryWrapArea .faq-inquiryWrap.col2Left,
.faq-inquiryWrapArea .faq-inquiryWrap.col2Right {
  width: 50%;
  display: table-cell;
}
.faq-inquiryWrapArea .faq-inquiryWrap.col2Left {
  border-right: 1px dotted #999999;
  padding: 5px 10px 5px 5px;
}
.faq-inquiryWrapArea .faq-inquiryWrap.col2Right {
  padding: 5px 5px 5px 10px;
}
.faq-inquiryWrapArea .faq-note {
  margin-top: 5px !important;
  margin-bottom: 10px !important;
}
.faq-inquiryWrapArea .faq-inquiryPhone + li .faq-note,
.faq-inquiryWrapArea .faq-reception_wrap + li .faq-note,
.faq-inquiryWrapArea .link + li .faq-note {
  margin-top: 0 !important;
  margin-bottom: 10px !important;
}
.faq-inquiryWrapArea ul li:nth-last-child(1) .faq-inquiryWrapArea ul {
  margin-bottom: 0 !important;
}
div .faq-inquiryWrapArea ul:first-child{
  margin-top: 0 !important;
}
.faq-reception_wrap {
  display: table;
  width: 100%;
  margin-bottom: 5px;
}
.faq-reception_wrap .faq-reception_comment {
  display: table-cell;
  width: 56px;
}
.faq-reception_wrap .faq-title {
  display: table-cell;
  width: 56px;
}
.faq-reception_wrap .faq-slash {
  display: table-cell;
  padding-left: 5px;
  padding-right: 5px;
  width: 15px;
  box-sizing: content-box !important;
}
.faq-reception_wrap .faq-reception_hours,
.faq-reception_wrap .faq-reception_mail,
.faq-reception_wrap .faq-reception_comment {
  display: table-cell;
}
.faq-reception_wrap .faq-reception_hours{
  box-sizing: content-box;
}
.faq-inquiryWrapArea .faq-column2 {
  display: table;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  table-layout: fixed;
  margin-bottom:0;
  border: 0;
}

/* keywordrank_section(20180719) */
@media (min-width: 641px) {
#sp_keyword{
    display:none;
}
}

/* rwd_faq_telnumber(20180329) */
@media (max-width: 640px) {
  .faq-inquiryWrapArea {
    margin-bottom: 10px;
    box-sizing: border-box !important;
  }
  .faq-inquiryWrapArea .faq-inquiryWrap .faq-inquiryIcon,
  .faq-inquiryWrapArea .faq-inquiryWrap li.faq-inquiryName,
  .faq-inquiryWrapArea .faq-inquiryWrap li.text_01a,
  .faq-inquiryWrapArea .faq-inquiryWrap li.text_01b {
    text-align: left;
  }
  .faq-inquiryWrapArea .faq-inquiryWrap li.faq-inquiryPhone span {
    font-size: 100%;
    text-align: center;
  }
  .faq-inquiryWrapArea .faq-inquiryWrap .faq-inquiryPhoneSpBtn{
    font-size: 100%;
  }
  .faq-inquiryWrapArea .faq-inquiryWrap li.faq-inquiryPhone .faq-inquiryPhoneSpBtn span{
    font-size: 135%;
  }
  .faq-inquiryWrapArea .faq-inquiryWrap .faq-inquiryPhoneSpBtn {
    display: block;
    border: 2px solid #ededed;
    background: #ffffff;
    /* Old browsers */
    background: -moz-linear-gradient(top, white 0%, lightgray 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, lightgray));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, white 0%, lightgray 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, white 0%, lightgray 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, white 0%, lightgray 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, white 0%, lightgray 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#d3d3d3',GradientType=0 );
    /* IE6-9 */
    color: #081b88;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    padding: 10px 0;
    margin: 10px 0;
    width: 100%;
    box-sizing: border-box !important;
    text-decoration: none !important;
  }
  .faq-inquiryWrapArea .faq-inquiryWrap .faq-inquiryPhoneSpBtn a{
    text-decoration: none;
  }
  .faq-inquiryWrapArea .faq-inquiryWrap .faq-inquiryHours span {
    display: block;
    text-align: left;
    margin-bottom: 5px;
  }
  .faq-inquiryWrapArea .faq-inquiryWrap .faq-inquiryHours span:FIRST-CHILD {
    font-weight: bold;
  }
  .faq-inquiryWrap li.faq-inquiryHours span:FIRST-CHILD:AFTER {
    content: "";
    word-wrap: normal;
  }
  .faq-inquiryWrapArea .faq-inquiryWrap.col2Left,
  .faq-inquiryWrapArea .faq-inquiryWrap.col2Right {
    display: block;
    padding: 5px;
    width: 100%;
    box-sizing: border-box !important;
  }
  .faq-inquiryWrapArea .faq-inquiryWrap.col2Left {
    border-right: none;
  }
  .faq-inquiryWrapArea .faq-inquiryPhone + li .note,
  .faq-inquiryWrapArea .faq-reception_wrap + li .note,
  .faq-inquiryWrapArea .link + li .note {
    margin-top: 5 !important;
  }
  .faq-reception_wrap {
    display: block;
  }
  .faq-reception_wrap .faq-title {
    display: block;
    font-weight: bold;
    padding-bottom: 5px;
  }
  .faq-reception_wrap .faq-title span {
    letter-spacing: 0 !important;
  }
  .faq-reception_wrap .faq-slash {
    display: none;
  }
  .faq-reception_wrap .faq-reception_hours,
  .faq-reception_wrap .faq-reception_mail,
  .faq-reception_wrap .faq-reception_comment {
    display: block;
  }
}

/* TEST faq_detail_btn_flat(20190808) */
.faq_detail_btn_flat {
  position: relative;
  display: inline-block;
  padding: 0.25em 0.5em;
  text-decoration: none;
  color: #ffffff;
  background: #ffffff;/*è‰²*/
  border: solid 1px #dddddd;/*ç·šè‰²*/
  border-radius: 4px;
  box-shadow: inset 0 2px 0 #e2e2e2;
}

.btn-square-little-rich:active {
  /*æŠ¼ã—ãŸã¨ã*/
  border: solid 1px #dddddd;
  background: #ffffff;
  box-shadow: none;
  text-shadow: none;
}

@media only screen and (max-width: 640px) {
  #wrapper #header {
    position: relative;
    height: 60px;
    width: 100%;
}
}

</pre></body></html>