body {
　display: block;
  font-size: 14px;
  font-weight: normal;
  font-family: "Hiragino Kaku Gothic Pro;
  color: #666666;
  letter-spacing: normal;
  line-height: 1.3;
}

b {
  font-weight: 500;
}

img { 
  max-width: 100%; 
  height:auto;
}

a,
a:visited,
a:active {
  color: #666666;
  text-decoration: none;
}
a:hover {
  color: #666666;
  text-decoration: underline;
}

/* −−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−
ヘッダー
−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−− */
header {
  margin: 0 auto;
  padding: 20px 20px 15px;
  background: -moz-linear-gradient(top, #0088CF, #003CC8);
  background: -webkit-linear-gradient(top, #0088CF, #003CC8);
  background:#FFFFFF;
}
header #logo {
  float: left;
  padding-top: 8px;
}
header.login #logo {
  padding-top: 0;
}
header.login #logo a {
  color: #ffffff;
}
header nav {
  float: right;
  color: #ffffff;
}
header nav ul {
  margin-bottom: 5px;
}
header nav ul li {
  float: left;
}
header nav ul li a {
  padding-right: 5px;
  padding-left: 5px;
}
header nav ul li a:link {
  color: #19B5AF;;
}
header nav p {
  clear: both;
  font-size: 70%;
  white-space: nowrap;
}

/* −−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−
フッター
−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−− */
footer {
  padding-top: 30px;
  padding-bottom: 35px;
}
footer p, footer address {
  text-align: center;
  font-style: normal;
}
footer nav,
footer > p {
  margin-bottom: 20px;
}

header a, header a:visited, header a:active,
#answer a, #answer a:visited, #answer a:active {
  color: #19B5AF;
  text-decoration: none;
  font-weight: normal;
  text-decoration:underline;
  text-decoration-color:#19B5AF;
}
header a:hover,
footer a:hover,
#answer a:hover {
  color: #00a4aa;
  text-decoration: underline;
}
.AcWidthAuto {
  width:auto;
}

.AcOshirase {
  background-repeat: repeat;
  background-position: 0 0;
  background-image: url(https://stic.y-tickets.jp/y-tickets/pc/common/images/common/backgroundGray.png);
  padding: 3px;
  width: 900px;
  margin: 0 auto 20px;
}
.AcOshirase p {
  padding: 10px;
  text-align: center;
  background-color: #FFFFFF;
}
/* リンク赤 */
a:link.AcPattern1 {
  color: #b10000;
}
a:visited.AcPattern1 {
  color: #b10000;
}
a:hover.AcPattern1 {
  color: #b10000;
}
a:active.AcPattern1 {
  color: #b10000;
}
/*
header{
  padding: 10px 0;
  border-bottom: 1px solid #3f3f3f;
}

header h1 {
  width: 960px;
  margin: 0 auto;
  color: #fff;
  font-weight: normal;
}
header h1 a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  float: left;
  color: #3f3f3f;
  font-weight: bold;
  text-decoration: none;
}
header h1 span {
  padding: 0.7em 0 0 1em;
  font-size: 1rem;
  color: #3f3f3f;
  float: left;
}

footer {
  padding: 10px 0;
  background: #3f3f3f;
}
footer p {
  color: #fff;
  font-size: 0.8rem;
  font-weight: normal;
  text-align: center;
}
*/

.pc {
  display: block;
}
.sp {
  display: none !important;
}

#contentBackground {
  background:#ededed;
}

#contentWrap {
  display: table;
  position: relative;
  width: 960px;
  margin: 0 auto;
  padding: 15px 0 80px;
}
#contentWrap main {
  display: table-cell;
  padding: 20px 20px 20px 40px;
  vertical-align: top;
  background: #fff;
}
#contentWrap nav#sideNav {
  display: table-cell;
  width: 200px;
  padding: 20px;
  vertical-align: top;
  background: #fff;
}

main h2,
#related h3 {
  margin-bottom: 5px;
  padding-bottom: 5px;
  font-size: 12pt;
  font-weight: 600;
  border-bottom: 3px solid #19B5AF;
  color: #19B5AF;
}

header::after,
header h1::after,
#contentWrap::after,
.SearchText::after,
#answer::after {
  content: "";
  clear: both;
  display: block;
}

/**
 * topicpath
 */
#topicpath {
  clear: both;
  width: 960px;
  margin: 0 auto;
  padding-top: 15px;
  padding-left: 15px;
  font-size: 12pt;
  color: #19B5AF;
  font-weight: 600;
  zoom: 1;
}
#topicpath ul li {
  display: inline-block;
  position: realtive;
}
#topicpath ul li::after {
  content: " > ";
}
#topicpath ul li:last-child::after {
  content: "";
}
#topicpath ul li em {
  font-style: normal;
}

.backButton {
  clear: both;
  position: relative;
}
.backButton a {
  display: inline-block;
  position: absolute;
  bottom: 15px;
  left: 2%;
  box-sizing: border-box;
  height: 50px;
  background: #3f3f3f;
  padding: 12px 20px 15px;
  border-radius: 30px;
  color: #fff;
}

/**
 * page top button
 */
#pageTopButton {
  clear: both;
  position: fixed;
  bottom: 50px;
  right: 2%;
}
#pageTopButton a {
  display: block;
  position: relative;
  z-index: 999;
  border-radius: 30px;
  width: 50px;
  height: 50px;
  background: #19B5AF;
  text-decoration: none;
  text-align: center;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
#pageTopButton a::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 20px;
  width: 20px;
  height: 20px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}


/**
 * side category list
 */
#sideNav h2 {
  padding-bottom: 10px;
  font-size: 12pt;
  font-weight: 600;
  color: #19B5AF;
}
ul.SA_CategoryList li {
  position: relative;
  padding: 0 0 10px 20px;
}
ul.SA_CategoryList li::before {
  position: absolute;
  content: "";
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  left: 0;
  top: 0.1rem;
  border: 1px solid #19B5AF;
}
ul.SA_CategoryList li::after {
  position: absolute;
  content: "";
  left: 4px;
  top: 7px;
  width: 4px;
  height: 4px;
  border-top: 1px solid #0084cb;
  border-right: 1px solid #0084cb;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
ul.SA_CategoryList li.SA_CategoryItem.active a {
  font-weight: normal;
  color: #3f3f3f;
}
ul.SA_CategoryList li.SA_CategoryItem ul.SA_CategoryList {
  margin-top: 7px;
}
ul.SA_CategoryList li.SA_CategoryItem.active ul.SA_CategoryList {
  display: block !important;
  visibility: visible;
}
ul.SA_CategoryList li.SA_CategoryItem.active ul.SA_CategoryList li.SA_CategoryItem a {
  font-weight: normal;
  color: #333;
}
ul.SA_CategoryList li.SA_CategoryItem ul.SA_CategoryList li {
  padding: 0 0 10px 10px;
}
ul.SA_CategoryList li.SA_CategoryItem ul.SA_CategoryList li::before {
  content: "-";
  width: auto;
  height: auto;
  left: 0;
  top: 0;
  color: #3f3f3f;
  border: 0;
}
ul.SA_CategoryList li.SA_CategoryItem ul.SA_CategoryList li::after {
  content: "";
  border: 0;
}



/**
 * Form
 */
#SS_form,#SS_form_s {
  margin-bottom: 40px;
  padding: 15px;
  border-radius: 10px;
  background: #ededed;
}

#SS_form_s {
    display: flex;
    width:auto;
    justify-content: left; /*左右中央揃え*/
    align-items: center;     /*上下中央揃え*/
}

.FaqSearch {
  padding-bottom: 15px;
}
.SearchText {
  padding-bottom: 10px;
}
.SearchCategory label {
  display: inline-block;
  padding: 0 1.4rem 7px 0;
  word-break: break-all;
  color:#666666;
}
.SearchCategory label input {
  margin-right: 4px;
}
.SearchText input {
  border: 1px solid #ccc;
}
#SS_form input[type="text"] ,
#SS_form_s input[type="text"]{
  width: 460px;
  height: 40px;
  margin-right: 3px;
  padding: 5px;
  border-radius: 2px;
  float: left;
    background: #FFF;
}
#SS_form input[type="submit"] ,
#SS_form_s input[type="submit"]{
  width: 4rem;
  height: 40px;
  border-radius: 2px;
  background: #19B5AF;
  float: left;
  color: #FFFFFF;
}


/**
 * Keyword ranking
 */
main .FaqSearch + h2 {
  margin-bottom: 0;
  padding-bottom: 5px;
  border: 0;
  font-size: 1rem;
  font-weight: normal;
}
ul#SA_SearchRank li {
  display: inline-block;
  padding-bottom: 8px;
  word-break: keep-all;
  white-space: nowrap;
}
ul#SA_SearchRank li a,
ul#SA_SearchRank li a:visited,
ul#SA_SearchRank li a:active,
ul#SA_SearchRank li a:hover  {
  display: block;
  margin-right: 4px;
  padding: 2px 10px 4px;
  background: #19B5AF;
  color: #fff;
  text-decoration: none;
  border-radius: 2px;
}


/**
 * top category list
 */
#category ul li {
  display: inline-block;
  position: relative;
  padding: 0 20px 8px 0;
  word-break: keep-all;
}
#category ul li::after {
  content: "/";
  position: absolute;
  right: 5px;
  top: 0;
}
#category ul li:last-child::after {
  content: "";
}


/**
 * Hot contents, faq list, related
 */
#hot-items,
#faq-items,
#important_list,
#related {
  margin-bottom: 35px;
}
#hot-items .hot-item,
#faq-items .faq-item,
#important_items .important_item,
#faq ul.SA_FaqList li,
ul.related_item li {
  position: relative;
  padding: 15px 0 10px 15px;
  vertical-align: middle;
  border-bottom: 1px solid #dedede;
}
#hot-items .hot-item::before,
#faq-items .faq-item::before,
#important_items .important_item::before,
#faq ul.SA_FaqList li::before,
ul.related_item li::before {
  position: absolute;
  content: "";
  left: 0;
  top: 1.3rem;
  width: 6px;
  height: 6px;
  border-top: 2px solid #19B5AF;
  border-right: 2px solid #19B5AF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#related {
  clear: both;
  padding: 15px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

/**
 * pagination
 */
.pagination {
  clear: both;
  padding: 10px 0 0;
}
.pagination ul {
  display: table;
}
.pagination ul li {
  display: table-cell;
  text-align: center;
}
.pagination ul li span,
.pagination ul li a {
  display: block;
  width: 2em;
  margin: 3px;
  padding: 5px;
}
.pagination ul li.previous a,
.pagination ul li.next a {
  width: 4em;
}
.pagination ul li a:hover,
.pagination ul li.active span {
  border-bottom: 2px solid #3f3f3f;
  text-decoration: none;
}


/**
 * FAQ detail
 */
#answer {
  clear: both;
  padding-bottom: 50px;
}
#answer ol {
  margin-left: 1em;
}
#answer p,
#answer ul li,
#answer ol li {
  padding-bottom: 20px;
}
#info {
  clear: both;
  padding-top: 20px;
  text-align: right;
}
#info span {
  display: block;
  font-size: 0.8rem;
}

/* default 
#feedback {
  clear: both;
  background: #ededed;
  padding: 20px 0;
  border-radius: 2px;
  text-align: center;
}
#feedback span {
  display: inline-block;
  margin: 0 10px;
}
#feedback span a {
  display: block;
  width: 12em;
  padding: 10px;
  background: #19B5AF;
  border-radius: 2px;
  text-align: center;
  color: #fff;
}
*/

#feedback {
  clear: both;
  background: none;
  padding: 20px;
  border-radius: 0;
  text-align: center;
}
#feedback span {
  text-align: center;
  display: inline-block;
  margin: 0 10px 0 0;
}
#feedback span a {
  display: block;
    width:100%;
    height:100%;
    text-decoration: none;
    background:#F7F7F7;
    text-align:center;
    border:2px solid #B7B7B7;
    color:#666666;
  padding: 10px;
  border-radius: 10px;
  text-align: center;
box-shadow:0px 2px 2px 0px #DEDEDE ;
}

#feedback span a:hover {
    background:#555;
    color:#F7F7F7;
    margin-left:0px;
    margin-top:0px;
    border:2px solid #555;
    box-shadow:0px 2px 2px 0px #DEDEDE ;
}



/**
 * FAQ Inquiry
 */
#SA_InquiryBox h3 {
  border-bottom: 1px dotted #3f3f3f;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 0.8rem;
}
.inquiry_box {
  display: none;
  position: absolute;
  width: 80%;
  margin: 0;
  padding: 20px;
  background: #fff;
  border: 6px solid #3f3f3f;
  border-radius: 2px;
  line-height: 1.4;
  text-align: left;
  z-index: 100;
}
.inquiry_box .SALabel {
  display: block;
  padding-bottom: 8px;
}
.inquiry_box input[type="text"] {
  width: 100%;
  box-sizing: border-box;
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 2px;
}
.inquiry_box textarea {
  height: 160px;
  padding: 5px;
  width: 100%;
  margin: 15px 0 0;
  border-radius: 2px;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
p.inquiry_label {
  margin: 0;
  padding: 0 0 1em;
  font-size: 0.8rem;
  line-height: 1.6;
}
.inquiry_button {
  text-align: center;
}
.inquiry_button input,
.inquiry_button a {
  display: inline-block;
  width: 6rem;
  height: 40px;
  border-radius: 2px;
}
.inquiry_button input {
  background: #3f3f3f;
  border: 1px solid #3f3f3f;
  color: #fff;
  -webkit-appearance: none;
}
.inquiry_button a {
  margin-left: 20px;
  background: #eee;
  border: 1px solid #ccc;
  line-height: 38px;
}
span.error,
span.limit {
  color: #ff0000;
}
.inquiry_box span#SALabel_message {
  display: none;
}
iframe[name='hideFrame'] {
  display: none;
}

/* Icon */
.SA_Icon {
 background: #3f3f3f; 
 color: #fff;
 border-radius: 3px;
 padding: 3px;
 margin-left: 5px;
 display: inline-block;
 font-size: 12px;
}

/**
 * Search Result
 */
#Navigation {
  clear: both;
  padding-bottom: 10px;
}

.sa_sort {
  padding-left: 10px;
  padding-bottom: 40px;
  text-align: right;
}
.sa_sort a{
  text-decoration: underline;
}

.result_col {
  padding-bottom: 20px;
}
.result_col a {
  display: block;
  padding: 10px;
  text-decoration: none;
  transition: background-color 0.3s linear;
  -webkit-transition: background-color 0.3s linear;
}
.result_col a:hover {
  display: block;
  background: #e2efff;
  border-radius: 2px;
}
.result_col dl dt {
  margin-bottom: 10px;
  padding-bottom: 8px;
  border-bottom: 1px solid #3f3f3f;
  font-weight: bold;
  color: #19B5AF;
}
.result_col dl dd {
  font-size: 0.9rem;
  line-height: 1.6;
}
.result_col em.SA_Search_Highlight {
  font-style: normal;
  font-weight: 500;
  background: #ffffc6;
}
.result_col .ss_url {
  color: #009933;
}


@media (max-width: 767px) {
  header {
    width: auto;
    position: relative;
  }
  header #sp {
    position: absolute;
    right: 0;
    top: 0;
  }
  #topicpath {
    width: 100%;
    margin: 0;
    padding: 15px 0 10px;
  }
  #topicpath ul {
    padding: 0 10px;
  }
  #contentWrap {
    display: block;
    width: 100%;
    margin: 0;
    padding: 5px 0 20px;
  }
  #contentWrap main {
    display: block;
    width: 100%;
    margin: 0 -10px 0 0;
    padding: 10px;
  }
  #contentWrap nav#sideNav {
    clear: both;
    display: block;
    width: 100%;
    margin: 20px -10px 0 0;
    padding: 10px;
  }
  #sideNav h2 {
    font-size: 12pt;
  }
  #SS_form input[type="text"],
  #SS_form_s input[type="text"]{
    width: 85%;
  }
#SS_form input[type="text"] ,
#SS_form_s input[type="text"]{
  width: 200px;
  height: 40px;
  margin-right: 3px;
  padding: 5px;
  border-radius: 2px;
  float: left;
    background: #FFF;
}
#SS_form input[type="submit"] ,
#SS_form_s input[type="submit"]{
  width: 4rem;
  height: 40px;
  border-radius: 2px;
  background: #19B5AF;
  float: left;
  color: #FFFFFF;
}

  #feedback span {
    font-size:90%;
    display: inline-block;
    margin: 0 8px;
    width:42%;
  }
  #feedback span.good {
    margin: 0 4px 20px;
  }
  #feedback span a {
    width:100%;
    padding: 15px 0px;
  }
  .inquiry_box {
    width: 90%;
  }
  .inquiry_box textarea {
    height: 120px;
  }
  .AcOshirase {
    width: 96%;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}

.btn-flat-border {
  display: inline-block;
  padding: 0.5em 1em;
  color: #19B5AF;
  background: #ffffff;
  border: solid 2px #19B5AF;
  border-radius: 5px;
  transition: .4s;
}

.inquiry-border {
  display: inline-block;
  padding: 1em 2em;
  color: #000000;
  background: #e3f1ff;
  border: solid 2px #e3f1ff;
  transition: .4s;
}

img.border {
    border: 1px solid #c6c4c4;
    width: 200px;
    display: block;
    margin: auto;
}