@charset "UTF-8";

/* //////////////////////////////////////////////////
[FAQページ]
////////////////////////////////////////////////// */
.pc-none {
  display: none;
}

.sp-none {
  display: block;
}

#globalHeader {
  position: absolute;
}

#container {
  padding-top: 100px;
}

.header-sp {
  display: none;
}

.faq-wrap p {
  margin-bottom: 0;
}

.faq-wrap .main-visual {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 960px;
  height: 200px;
  text-align: center;
  color: #fff;
  text-shadow: 0px 0px 8px #939393;
  background-image: url(/ui/others/pc/images/faq/main_bg_pc.jpg);
}

.faq-wrap .main-title {
  width: 100%;
  font-size: 32px;
}

.faq-wrap .main-description {
  font-size: 14px;
}

.main-contents {
  display: flex;
  margin-top: 20px;
  justify-content: space-between;
}

/* side-menu */
.side-menu {
  align-self: flex-start;
  width: 200px;
  border: 1px solid #d5d5d5;
  border-radius: 5px 5px 0 0;
}

.side-title {
  background: #f1f1f1;
  font-size: 14px;
  font-weight: bold;
  padding: 6px 10px 4px;
  border-radius: 5px 5px 0 0;
}

.side-sub-title {
  padding: 12px 10px;
  font-size: 14px;
  font-weight: bold;
  color: #463820;
  border-top: 1px solid #d5d5d5;
  background: url(/ui/utility/common/svg/iconI_iconI_toggle_plus.svg) #fff no-repeat;
  cursor: pointer;
  background-position: 174px center;
  background-size: 16px;
}

.side-sub-title.is-open {
  background: url(/ui/utility/common/svg/iconI_iconI_toggle_minus.svg) #fff no-repeat;
  background-position: 174px center;
  background-size: 16px;
}

.sideToggleList {
  display: none;
  border-top: 1px solid #d5d5d5;
}

.side-toggle-item a {
  display: block;
  margin-left: 12px;
  padding: 12px 0px 12px 22px;
  font-size: 14px;
  color: #463820;
  text-decoration: none;
  line-height: 1.3;
}

.side-toggle-item+.side-toggle-item a {
  /* margin-left: 12px; */
  border-top: 1px solid #d5d5d5;
}

.icon01 {
  background-image: url(/ui/utility/common/svg/iconI_house_beige.svg);
  background-repeat: no-repeat;
  background-position: 2px center;
  background-size: 16px;
}

.icon02 {
  background-image: url(/ui/utility/common/svg/iconI_balloon_beige.svg);
  background-repeat: no-repeat;
  background-position: 2px center;
  background-size: 16px;
}

.icon03 {
  background-image: url(/ui/utility/common/svg/iconI_cash_beige.svg);
  background-repeat: no-repeat;
  background-position: 2px center;
  background-size: 16px;
}

.icon04 {
  background-image: url(/ui/utility/common/svg/iconI_pc_beige.svg);
  background-repeat: no-repeat;
  background-position: 2px center;
  background-size: 16px;
}

.icon05 {
  background-image: url(/ui/utility/common/svg/iconI_corporation_beige.svg);
  background-repeat: no-repeat;
  background-position: 2px center;
  background-size: 16px;
}

.icon06 {
  background-image: url(/ui/utility/common/svg/iconI_letter_beige.svg);
  background-repeat: no-repeat;
  background-position: 2px center;
  background-size: 16px;
}

/* FAQ Contents */
.faq-contents {
  padding: 20px;
  width: 740px;
  background-color: #f9f9f9;
  box-sizing: border-box;
  color: #463820;
}

.faq-contents .category-title {
  padding-bottom: 10px;
  font-size: 20px;
  border-bottom: 1px solid #cccccc;
}

.faq-box+.faq-box {
  margin-top: 40px;
}

.faq-box-in {
  margin-top: 20px;
}

.faq-contents .sub-title {
  padding: 2px 0 0px 26px;
  font-size: 17px;
}

.sub-title.icon {
  background-size: 20px;
}

.faq-list {
  margin-top: 10px;
}

.faq-box-in+.faq-box-in {
  padding-top: 10px;
}

.faq-item {
  background-color: #fff;
  border: 1px solid #d5d5d5;
  border-radius: 5px;
}

.faq-item+.faq-item {
  margin-top: 10px;
}

.faq-q {
  position: relative;
  padding: 15px 36px 13px 34px;
  font-size: 15px;
  background: url(/ui/utility/common/svg/iconI_iconI_toggle_plus.svg) #fff no-repeat;
  cursor: pointer;
  border-radius: 5px;
  background-position: right 17px center;
  background-size: 16px;
}

.faq-q:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -9px;
  width: 20px;
  height: 20px;
  background-image: url(/ui/utility/common/svg/iconI_q_beige.svg);
  background-repeat: no-repeat;
  background-position: 2px center;
  background-size: 17px;
}

.faq-q small {
  margin-left: 5px;
  font-size: 12px;
  font-weight: bold;
}

.faq-a {
  display: none;
  position: relative;
  margin: 0 12px;
  padding: 13px 2px 15px;
  font-size: 14px;
  border-top: 1px solid #d5d5d5;
  line-height: 1.8;
}

.faq-a .ttl {
  font-weight: bold;
}

.faq-a p+.ttl {
  margin-top: 15px;
}

.faq-a p {
  padding-left: 20px;
}

.faq-a p+p {
  margin-top: 10px;
}

.faq-a .ttl+p {
  margin-top: 5px;
}

.faq-a p a {
  color: #1f7aee;
}

.faq-a:before {
  content: "";
  position: absolute;
  left: -1px;
  top: 15px;
  width: 20px;
  height: 20px;
  background-image: url(/ui/utility/common/svg/iconI_a_beige.svg);
  background-repeat: no-repeat;
  background-position: 2px center;
  background-size: 17px;
}

.faq-q.is-open {
  background: url(/ui/utility/common/svg/iconI_iconI_toggle_minus.svg) #fff no-repeat;
  background-position: right 17px center;
  background-size: 16px;
}

.faq-link {
  color: #1f7aee;
  text-decoration: underline;
  cursor: pointer;
}

.faq-link:hover {
  text-decoration: none;
}

.text-highlight {
  font-weight: bold;
}

.quote {
  display: block;
  padding: 10px 12px;
  background-color: #F4F4F4;
  border-radius: 3px;
  margin: 10px 0;
}

/* Footer */
.breadCrumbsBox {
  display: none;
}

#footer_operator {
  display: none;
}

#footer_migration {
  display: none;
}

#share {
  display: none;
}

#footer {
  display: none;
}

/*  SP用CSS記述 */
@media screen and (max-width: 760px) {
  body {
    min-width: auto;
  }

  .pc-none {
    display: block;
  }

  .sp-none {
    display: none;
  }

  #container {
    padding-top: 0;
  }

  .header-pc {
    display: none;
  }

  .header-sp {
    display: block;
    border-top: 4px #ff9300 solid;
    overflow: hidden;
    z-index: 1;
    background-color: #FFF;
    display: table;
    width: 100%;
    padding: 2px 0;
    border-bottom: 1px solid #d5d5d5;
  }

  .header-sp #logo {
    display: table-cell;
    vertical-align: middle;
    width: 100px;
    padding: 2px 0 2px 7px;
  }

  .header-sp #logo a {
    position: relative;
    display: block;
    height: 33px;
  }

  .header-sp #logo img {
    position: absolute;
    top: -26px;
    left: -4px;
    width: 85px;
  }

  .header-sp .headerCopy {
    font-size: 12px;
    text-align: right;
    display: table-cell;
    vertical-align: middle;
    padding-right: 7px;
  }

  .breadcrumbs {
    display: none;
  }

  #container {
    width: 100%;
  }

  #contents {
    width: 100%;
  }

  /* Main Visual */
  .faq-wrap .main-visual {
    width: 100%;
    height: 80px;
    background-image: url(/ui/others/sp/images/faq/main_bg_sp.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
  }

  .faq-wrap .main-title {
    font-size: 20px;
  }

  .faq-wrap .main-description {
    font-size: 12px;
  }

  /* Contents */
  .main-contents {
    display: block;
    margin-top: 0;
  }

  /* Menu */
  .side-menu {
    width: 100%;
    border-radius: 0;
    border: 0;
  }

  .side-list {
    border-top: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
  }

  .side-title {
    position: relative;
    padding: 10px 10px 9px;
    background-color: #f8f8f8;
    font-size: 16px;
  }

  .side-title::before {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -8px;
    width: 6px;
    height: 16px;
    background-color: #ff9300;
  }

  .side-title span {
    padding-left: 12px;
  }

  .side-sub-title {
    padding: 12px 10px 11px;
    font-size: 15px;
    background-position: right 10px center;
  }

  .side-sub-title.is-open {
    background-position: right 10px center;
  }

  .side-toggle-item a {
    position: relative;
    margin: 0 10px;
  }

  .side-toggle-item a:after {
    content: "";
    float: right;
    vertical-align: bottom;
    position: absolute;
    right: 1px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background: url(/ui/utility/common/svg/iconAS_arrow_down_lightbrown.svg) 2px center / 14px no-repeat;
  }

  .side-toggle-item+.side-toggle-item a {
    border-top: 1px dashed #d5d5d5;
  }

  /* FAQ */
  .faq-contents {
    width: 100%;
    padding: 25px 10px;
    background-color: #F4F4F4;
  }

  .faq-box+.faq-box {
    margin-top: 35px;
  }

  .faq-box .faq-box-in {
    margin-top: 12px;
  }

  .faq-contents .category-title {
    position: relative;
    font-size: 17px;
    border-bottom: 0;
    padding: 0;
  }

  .category-title span {
    padding-left: 12px;
  }

  .faq-contents .category-title::before {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -10px;
    width: 6px;
    height: 16px;
    background-color: #ff9300;
  }

  .faq-contents .sub-title {
    font-size: 15px;
  }

  .faq-item {
    border-radius: 8px;
  }

  .faq-q {
    padding: 15px 30px 13px 28px;
    font-size: 14px;
    border-radius: 8px;
    background-position: right 10px center;
    line-height: 1.3;
  }

  .faq-q:before {
    left: 6px;
  }

  .faq-q.is-open {
    background-position: right 10px center;
  }

  .faq-a {
    margin: 0 10px;
    font-size: 13px;
    padding: 12px 0px 15px;
  }

  .faq-a:before {
    left: -3px;
    top: 12px;
  }

  /* Footer */
  .breadCrumbsBox {
    display: block;
    width: 100%;
    height: 21px;
    margin: 0 auto 20px;
    text-align: left;
    position: relative;
    clear: both;
    background-color: #FFF;
  }

  .breadCrumbsBox .breadCrumbsInner {
    margin: 0;
    border-bottom: 1px solid #d5d5d5;
    height: 40px;
    overflow: hidden;
    position: relative;
    text-align: left;
    background: #fff;
  }

  .breadCrumbsBox .breadCrumbsInner ol {
    overflow: hidden;
    display: table;
    background: #fff;
  }

  .breadCrumbsBox .breadCrumbsInner ol li {
    text-align: center;
    margin-left: -5px;
    display: table-cell;
    line-height: 30px;
    background: #fff;
    padding-left: 0;
    font-size: 12px;
  }

  .breadCrumbsBox .breadCrumbsInner ol li:last-child span {
    white-space: nowrap;
    font-size: 0.7rem;
    font-weight: bold;
    color: #000;
    margin-left: 24px;
    margin-right: 12px;
    padding: 2px 6px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: none;
  }

  .breadCrumbsBox .breadCrumbsInner ol li a.breadCrumbs {
    white-space: nowrap;
    line-height: 40px;
    font-size: 0.7rem;
    display: block;
    padding: 0 11px 0 23px;
    min-width: 1.2em;
    color: #333;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background: #fff;
  }

  .breadCrumbsBox .breadCrumbsInner ol li a.breadCrumbs::before,
  .breadCrumbsBox .breadCrumbsInner ol li a.breadCrumbs::after {
    display: block;
    margin-left: auto;
    margin-right: -16px;
    height: 20px;
    width: 12px;
    content: " ";
    border-right: 1px solid #d5d5d5;
    background: #fff;
  }

  .breadCrumbsBox .breadCrumbsInner ol li a.breadCrumbs::before {
    float: right;
    margin-top: -1px;
    -webkit-transform: skew(35deg);
    -moz-transform: skew(35deg);
  }

  .breadCrumbsBox .breadCrumbsInner ol li a.breadCrumbs::after {
    position: relative;
    margin-top: -21px;
    -webkit-transform: skew(-35deg);
    -moz-transform: skew(-35deg);
  }

  #footer_operator {
    display: block;
    background-color: #F4F4F4;
    border-top: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
    height: 55px;
    padding: 10px;
  }

  #footer_operator ul li a {
    line-height: 50px;
    text-align: center;
    float: left;
    box-sizing: border-box;
    background-repeat: no-repeat;
    -webkit-background-size: 16px;
    -o-background-size: 16px;
    background-size: 16px;
    text-decoration: none;
    color: #505050;
    display: block;
    background-color: #FFF;
    -webkit-box-shadow: 0px 2px 0px 0px rgb(213 213 213);
    -moz-box-shadow: 0px 2px 0px 0px rgba(213, 213, 213, 1);
    box-shadow: 0px 2px 0px 0px rgb(213 213 213);
  }
  #footer_operator ul li a:active,
  #footer_operator ul li a:hover{
    background-color: #F4F4F4;
  }
  #footer_operator ul li:first-child a {
    border: 1px solid #c0c0c0;
    width: 35%;
    background-image: url(/ui/utility/common/svg/iconAS_arrow_goleft_brown.svg);
    background-position: 12% center;
    -webkit-border-radius: 5px 0px 0px 5px;
    border-radius: 5px 0px 0px 5px;
  }

  #footer_operator ul li:nth-child(2) a {
    border-right: 1px solid #c0c0c0;
    border-top: 1px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0;
    width: 65%;
    background-image: url(/ui/utility/common/svg/iconAS_arrow_goup_brown.svg);
    background-position: 94% center;
    -webkit-border-radius: 0px 5px 5px 0px;
    border-radius: 0px 5px 5px 0px;
  }

  #footer_migration {
    display: block;
  }

  #footer_migration .beginner a {
    font-weight: bold;
    padding-left: 46px;
    position: relative;
  }

  #footer_migration .beginner a::before {
    content: "";
    width: 20px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 18px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(/ui/utility/common/svg/iconI_beginner.svg) center /20px no-repeat;
  }

  nav#footer_migration ul li a {
    position: relative;
    padding-right: 20px;
    display: block;
    font-size: 0.9rem;
    text-decoration: none;
    color: #756447;
    background-color: #F4F0EA;
    line-height: 50px;
    height: 50px;
    padding-left: 18px;
    border-bottom: 1px solid #cec6b9;
    text-align: left;
  }

  #footer_migration ul li a:after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 16px;
    content: "";
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: url(/ui/utility/common/svg/iconAP_arrow_right_white.svg) #756447 4px center / 12px no-repeat;
  }

  #share {
    display: block;
    padding: 10px 0;
    background: #d3cdc6;
    background: -moz-linear-gradient(top, #d3cdc6 1%, #ece7e0 14%, #f8f5f0 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #d3cdc6), color-stop(14%, #ece7e0), color-stop(100%, #f8f5f0));
    background: -webkit-linear-gradient(top, #d3cdc6 1%, #ece7e0 14%, #f8f5f0 100%);
    background: -o-linear-gradient(top, #d3cdc6 1%, #ece7e0 14%, #f8f5f0 100%);
    background: -ms-linear-gradient(top, #d3cdc6 1%, #ece7e0 14%, #f8f5f0 100%);
    background: linear-gradient(to bottom, #d3cdc6 1%, #ece7e0 14%, #f8f5f0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d3cdc6', endColorstr='#f8f5f0', GradientType=0);
  }

  #shareLink {
    margin: 5px 0 0 0;
    text-align: center;
  }

  #shareLink dt {
    display: inline-block;
    vertical-align: middle;
  }

  #shareLink dd {
    display: inline-block;
    vertical-align: middle;
    height: 20px;
    overflow: hidden;
    width: 20px;
    margin: 0 10px 0 0;
    border-radius: 2px 2px 2px 2px;
  }

  #shareLink dd a {
    background-image: url(/ui/utility/sp/images/png/icon_footer.png);
    background-repeat: no-repeat;
    background-size: 20px;
    /* box-shadow: 0 -1px 0 rgb(0 0 0 / 55%) inset; */
    display: block;
    font-size: 22px;
    text-indent: -500px;
  }

  #shareLink dd.twitter a {
    background-position: 0 0;
  }

  #shareLink dd.facebook a {
    background-position: 0px -22px;
  }

  #shareLink dd.htb a {
    background-position: 0px -44px;
  }

  #shareLink dd.line a {
    background-position: 0px -66px;
  }

  #shareLink dd.mail a {
    background-position: 0px -88px;
    background-color: #CCC;
  }

  #footer {
    display: block;
    background: none repeat scroll 0 0 #FFF;
    font-size: 13px;
  }

  #footer ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 10px 40px;
  }

  #footer ul li {
    text-align: center;
    padding: 0 8px;
    margin: 4px 0;
  }

  #footer ul li a {
    text-decoration: none;
    color: #1B1B1B;
  }

  address {
    background: url(/ui/utility/sp/images/png/copyrightBg.png) repeat-x;
    background-size: 3px auto;
    height: 42px;
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    font-size: 10px;
    line-height: 42px;
    font-weight: bold;
    text-align: center;
    text-shadow: -1px -1px 0 rgb(0 0 0 / 30%);
    font-style: normal;
  }

  #globalFooter {
    display: none;
  }

}

/* 385px以下の端末 */
@media screen and (max-width: 385px) {
  .faq-wrap .main-visual {
    height: auto;
    min-height: 80px;
    background-size: cover;
    line-height: 1.3;
  }

  .faq-wrap .main-title {
    font-size: 18px;
  }

  .faq-wrap .main-description {
    margin: 0 10px;
    font-size: 11px;
  }
}

/* tablet */
.tabletUser #container {
  width: 100%;
  padding: 100px 10px 0;
  box-sizing: border-box;
}

.tabletUser #contents {
  width: 100%;
}

.tabletUser .faq-wrap .main-visual {
  width: 100%;
  height: 170px;
}

.tabletUser #globalHeader #header {
  min-width: auto;
}

.tabletUser #globalHeader .wrapper {
  width: auto;
  float: left;
  margin-left: 10px;
}

.tabletUser #globalHeader #globalNavi {
  width: auto;
}

.tabletUser .main-contents {
  margin-top: 10px;
}

.tabletUser .faq-contents {
  width: 70%;
  flex-grow: 1;
  margin-left: 10px;
}

.tabletUser #gblfCorp {
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
}