@charset "UTF-8";
/*====================================================================
faq index
====================================================================*/
html {
  scroll-padding-top: 70px;
  scroll-behavior: smooth;
}
/*------------------------------
Selesforce修正用
------------------------------*/
body main.faqIndex {
  display: grid;
  letter-spacing: initial;
}
body main.faqIndex .AImomo__search-keyword li {
  margin: 0 8px 12px;
}
body main.faqIndex .d-caution-box a{
  display: flex;
  align-items: center;
}
body main.faqIndex .d-caution-box a span{
  margin-left: 1rem;
}
body main.faqIndex .d-caution-box a img{
  vertical-align: middle;
}
body main.faqIndex .ttl__sfContents .ttl__btnArea-order01 p,
body main.faqIndex .ttl__sfContents .ttl__btnArea-order03 p {
  margin-top: 0;
}
body main.faqIndex .ttl__sfContents .ttl__btnArea .ttl__btnArea-AImomo p {
  margin-top: 0;
}
@media (min-width: 768px) {
  body main.faqIndex .d-main main {
    min-width: auto;
  }
}
@media (max-width: 949px) {
  body main.faqIndex .d-main {
    width: 100%;
  }
}
@media screen and (max-width:767px) {
  body main.faqIndex .d-main .ttl__txt {
    width: 100%;
    position: relative;
  }
  body main.faqIndex .d-main .contact .ttl__txt {
    left: 0;
  }
  body main.faqIndex .d-caution-box p a{
    display: flex;
  }
}
/*------------------------------
レイアウト
------------------------------*/
.containerFaq {
  padding-bottom: 82px;
}
/*------------------------------
タイトル周り
------------------------------*/
main.faqIndex {
  row-gap: 24px;
}
.faqIndex .ttl {
  grid-row: 1 / 4;
}
.faqIndex .breadcrumbs {
  grid-row: 1 / 2;
}
.faqIndex .faqTtl {
  grid-row: 2 / 3;
}
.faqIndex .contents {
  grid-row: 3 / 4;
}
.faqIndex .ttl__btnArea-item.ttl__btnArea-order01.btnGreen {
  margin-top: 0;
}
.faqIndex .ttl__txt {
  padding: 24px 24px 24px 0;
  justify-content: start;
}
@media (min-width: 768px) {
  main.faqIndex {
    row-gap: 24px;
  }
}
@media screen and (max-width:767px) {
  main.faqIndex {
    row-gap: 0;
  }
  .faqIndex .ttl {
    grid-row: auto;
  }
  .faqIndex .ttl__txt {
    padding: 16px;
  }
  .faqIndex .ttl__txt .ttl__txt-h1 {
    text-align: left;
  }
}
/*------------------------------
テキスト
------------------------------*/
.faqIndex__lead, .btnCol1 .faqIndex__lead {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 16px;
  text-align: left;
}

.bold {
  font-weight: bold;
}
@media screen and (max-width:767px) {
  .faqIndex__lead, .btnCol1 .faqIndex__lead {
    font-size: 1.6rem;
    text-align: left;
  }
}
.contents .number .faqIndex__lead, .btnCol1 .faqIndex__lead {
  font-size: 1.6rem;
}
@media screen and (max-width:767px) {
  .contents .number .faqIndex__lead, .btnCol1 .faqIndex__lead {
    font-size: 1.4rem;
  }
}
/*------------------------------
ボタン
------------------------------*/
.containerFaq .btnTxtGray {
  text-align: left;
}
/*------------------------------
リスト
------------------------------*/
/*番号付きテキスト*/
.contents .number {
  font-size: 1.6rem;
  padding-left: 2rem;
}
.contents .number__txt {
  list-style-type: decimal;
  margin-bottom: 12px;
}
/*丸括弧番号付きテキスト*/
.contents .numberParentheses {
  padding-left: 3rem;
  text-align: left;
}
.contents .numberParentheses li {
  list-style-type: none;
  counter-increment: cnt;
  position: relative;
  margin-bottom: 0;
  font-size: 1.6rem;
}
.contents .numberParentheses li::before {
  content: "("counter(cnt) ")";
  display: inline-block;
  margin-left: -2.5em;
  width: 2.5em;
  text-align: right;
  position: absolute;
  top: 0;
  left: -5px;
}
@media screen and (max-width:767px) {
  .contents .numberParentheses li {
    font-size: 1.4rem;
  }
}
/*------------------------------
ログインボタンエリア
------------------------------*/
.loginBtnArea {
  margin-top: 24px;
  text-align: left;
}
.loginBtnArea .btnArrow {
  padding: 16px 0;
  margin: 0 0 auto 0;
  max-width: 240px;
}
.loginBtnArea .btnArrow a {
  padding: 12px 0;
  text-align: center;
  margin: 0 auto;
  position: relative;
  display: block;
  font-size: 1.6rem;
  min-height: auto;
}
.loginBtnArea .faqIndex__lead {
  margin-bottom: 0;
}
@media screen and (max-width:767px) {
  .loginBtnArea .btnArrow {
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
  }
}
/*------------------------------
アンケート
------------------------------*/
.faqValuation {
  padding: 24px;
  border-radius: 16px;
}
.faqValuation__inner .faqValuation__btnArea {
  display: grid;
  grid-template-columns: minmax(auto, 240px) minmax(auto, 240px);
  gap: 16px;
  justify-content: center;
}
.faqValuation__inner {
  background: #fff;
  border-radius: 16px;
  padding: 24px;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.16));
  transform: translateZ(0);
  min-height: 180px;
  width: 100%;
  display: flex;
  align-items: center;
}
.faqValuation__inner p {
  margin-bottom: 16px;
  font-weight: bold;
}
.faqValuation__ttl {
  font-size: 1.6rem;
}
.faqValuation__lead {
  font-size: 1.6rem;
}
.faqValuation__firstBox {
  width: 100%;
}
.faqValuation__secondBox {
  display: none;
  width: 100%;
}
.faqValuation__btnArea a, .faqValuation__btnArea .faqValuation__btnArea-btn {
  padding: 16px;
}
.faqValuation__btnArea .faqValuation__btnArea-btn {
  cursor: pointer;
}
@media screen and (max-width:767px) {
  .faqValuation {
    background: none;
    position: relative;
    padding: 20px 0;
  }
  .faqValuation::after {
    position: absolute;
    content: "";
    background: rgb(103, 165, 16);
    background: -webkit-linear-gradient(left, rgba(103, 165, 16, 1) 0%, rgba(73, 134, 31, 1) 100%);
    background: -o-linear-gradient(left, rgba(103, 165, 16, 1) 0%, rgba(73, 134, 31, 1) 100%);
    background: linear-gradient(to right, rgba(103, 165, 16, 1) 0%, rgba(73, 134, 31, 1) 100%);
    width: calc(100% + 32px);
    height: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    top: 0;
    z-index: -1;
  }
}
/*------------------------------
AIモモボタン
------------------------------*/
.IndexAImomo {
  padding: 0;
  text-align: left;
}
.IndexAImomo .IndexAImomo__btn {
  display: inline-block;
  margin: 0 0 auto 0;
}
.IndexAImomo .IndexAImomo__btn a {
  position: relative;
  width: 100%;
  border-radius: 50px;
  margin: 0 auto;
  padding: 12px 20px 12px 50px!important;
  display: block;
  font-size: 1.6rem;
  min-height: auto;
}
.IndexAImomo .IndexAImomo__btn a::before {
  content: "";
  position: absolute;
  background: url("../img/img_momo_faq.png"), #fff;
  background-size: contain;
  border-radius: 50px;
  filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.16));
  width: 30px;
  height: 30px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  left: 8px;
}
@media screen and (max-width:767px) {
  .IndexAImomo .IndexAImomo__btn {
    display: block;
    margin: 0 auto;
    max-width: 100%;
  }
}
/*------------------------------
表
------------------------------*/
.table, .table2, .table p, .table2 p {
  width: 100%;
  font-size: 1.6rem;
  border-collapse: collapse;
  border-spacing: 0;
}
.table a, .table2 a {
  padding: 0;
  min-height: 0;
  font-size: 1.6rem;
}
.flowTable {
  position: relative;
}
.flowTable::after {
  content: "";
  position: absolute;
  display: inline-block;
  bottom: -4rem;
  left: 50%;
  border: 22px solid transparent;
  border-top: 8px solid #b9c9d9;
  transform: translate(-50%, 0);
}
.table .btnTxtTable {
  display: inline;
}
.btnTxtTable.btnArrowGreenTable a, .btnTxtTable a {
  color: #6D6D6D;
  font-weight: bold;
  text-decoration: underline;
  display: inline;
  border: none;
}
@media (hover: hover) {
  .table .btnTxtTable a:hover, .btnTxtTable.btnArrowGreenTable a:hover {
    text-decoration: none;
    opacity: 1;
  }
}
.btnArrowGreenTable {
  display: inline;
  vertical-align: middle;
}
.btnTxtTable.btnArrowGreenTable::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 6px;
  margin-left: 5px;
  background: left center / contain no-repeat url(../img/icon_14.svg);
  margin-bottom: 4px;
}
.btnExternalLinkTable .btnExternalLink__img {
  display: inline-flex;
  padding-left: 0.2rem;
  align-items: center;
  justify-content: center;
  align-content: center;
}
.btnExternalLinkTable img {
  width: 12px;
  height: 12px;
}
.table th, .table td, .table2 th, .table2 td {
  padding: 9px;
  text-align: left;
  vertical-align: top;
  border: 1px solid #b9c9d9;
  line-height: 1.6;
}
.table th, .table2 th {
  background-color: #eceff1;
  font-weight: bold;
  font-size: 1.6rem;
}
.table thead th, .table2 thead th {
  text-align: center;
  vertical-align: middle;
}
.table tbody td, .table2 tbody td {
  vertical-align: middle;
}
.th20, .td20, .tabl2_th20 th {
  width: 20%;
}
.th30, .td30, .tabl2_th30 th {
  width: 30%;
}
.th40, .td40, .tabl2_th40 th {
  width: 40%;
}
.th50, .td50, .tabl2_th50 th {
  width: 50%;
}
.th60, .td60, .tabl2_th60 th {
  width: 60%;
}
.th70, .td70, .tabl2_th70 th {
  width: 70%;
}
.th80, .td80, .tabl2_th80 th {
  width: 80%;
}
/*------------------------------
dl
------------------------------*/
.contents .faqList {
  margin-top: 16px;
  text-align: left;
}
.contents .faqList li {
  margin-bottom: 0;
  font-size: 1.6rem;
}
.faqList dl {
  padding: 0;
  border-bottom: none;
  flex-wrap: wrap;
  font-size: 1.6rem;
  text-align: left;
}
.faqList dt {
  float: left;
}
@media screen and (max-width:767px) {
  .contents .faqList li, .btnAccordionGray .btnLine li .faqList li {
    margin-bottom: 8px;
    font-size: 1.4rem;
  }
  .faqList li:last-child {
    margin-bottom: 0;
  }
  .faqList dl {
    font-size: 1.4rem;
  }
}
/*------------------------------
画像
------------------------------*/
.imgWrap {
  margin-top: 16px;
  text-align: left;
}
.imgWrap.mt0 {
  margin-top: 0;
}
.imgBorder {
  border: #999999 solid 1px;
}
@media (hover: hover) {
  .imgLink a:hover {
    opacity: 0.6;
    transition: .2s;
  }
}
.btnCol1 .imgLink a {
  padding: 0;
}
/*------------------------------
アコーディオン
------------------------------*/
.btnAccordionCol1__inner.--open,
.btnAccordionCol2__inner.--open {
  display: block;
}
/*====================================================================
ページオリジナル
====================================================================*/
/*------------------------------
よくあるご質問
------------------------------*/
.faqFlexbox {
  display: flex;
  gap: 30px;
}
.faqFlexbox__item:first-child {
  position: relative;
}
.faqFlexbox__item:first-child::after {
  position: absolute;
  content: "";
  border-right: 1px dashed #ababab;
  height: 100%;
  right: -15px;
  top: 0;
}
.bgLightGreen .faqIndex__lead {
  margin-bottom: 8px;
}
@media screen and (max-width:767px) {
  .faqFlexbox {
    display: block;
  }
  .faqFlexbox__item .faqIndex__lead {
    margin-bottom: 16px;
  }
  .faqFlexbox__item:first-child {
    margin-bottom: 30px;
  }
  .faqFlexbox__item:first-child::after {
    border-bottom: 1px dashed #ababab;
    height: 1px;
    width: 100%;
    right: 0;
    bottom: -15px;
    top: auto;
  }
}
/*------------------------------
請求明細書 / 領収書 / 退会証明書を発行してほしい
------------------------------*/
td.narrow__space {
  text-align: center;
  padding: 6px;
}
th.narrow__space {
  white-space: nowrap;
}
.narrow__lead, .btnCol1 .narrow__lead {
  margin-bottom: 0;
}
.contents .invoiceList {
  margin: 16px 18px 0 18px;
  font-size: 1.6rem;
}
.contents .invoiceList {
  text-align: left;
}
.invoiceList li {
  margin-bottom: 8px;
  list-style-type: decimal;
}
.invoiceList li:last-child {
  margin-bottom: 0;
}
.invoiceList dl {
  display: flex;
  padding: 0;
  border-bottom: none;
  flex-wrap: wrap;
  text-align: left;
}
.invoice__attention {
  padding: 0;
}
.invoice__bgLightGreen li .note {
  margin-top: 8px;
}
@media screen and (max-width:767px) {
  .contents .invoiceList {
    margin: 16px 16px 0 16px;
    font-size: 1.4rem;
  }
}
/*------------------------------
退会手続き後の流れ
------------------------------*/
.taikai .btnCol1__ttl_ico {
  margin-right: 10px;
  padding: 2px 10px;
  align-items: center;
  text-align: center;
  border-radius: 50px;
  color: #fff;
}
.taikai .loginBtnArea {
  margin-top: 0;
}
/*　ラインボタン打ち消し　*/
.taikai .btnAccordionCol1__inner .loginBtnArea .btnGreen a,
.taikai .btnAccordionCol2__inner .loginBtnArea .btnGreen a {
  border-radius: 50px;
  border: none;
}
.taikaiLine {
  padding: 20px 24px;
  border-radius: 16px;
  border: 1px solid #E0E0E0;
  background: #fff;
}
.btnExternalLink-rightBox-icon {
  width: 32px;
  height: 32px;
  margin-left: 10px;
  text-align: center;
  align-items: center;
  border-radius: 50%;
}
.btnExternalLink-rightBox-icon img {
  height: 16px;
  width: 16px;
}
.taikai__lead {
  margin-bottom: 16px;
  font-size: 2.1rem;
  font-weight: bold;
  text-align: left;
}
.taikai__box h3 {
  margin-bottom: 16px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: left;
  text-indent: -2.8rem;
  padding-left: 2.5rem;
}
.taikai__box .btnCol1__ttl_ico {
  margin-right: 5px;
  padding: 2px 9px;
  height: auto;
}
.btnCol1__ttl_icoStep {
  text-indent: -7.7rem;
  padding-left: 7.5rem;
}
.taikai__col2 {
  display: flex;
  gap: 24px;
}
.taikai__col2 .taikai__box {
  width: 50%;
  display: flex;
  flex-direction: column;
  padding: 30px;
  border-radius: 16px;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.16));
  transform: translateZ(0);
  background: #fff;
}
.taikai__box .btnCol1__rightBox {
  width: 7em;
}
.taikai__box > p {
  flex-grow: 1;
}
.taikaiAttention {
  padding-bottom: 82px;
}
.btnAccordionbtnWhite {
  color: #1d1c1d;
  width: 100%;
  border-radius: 16px;
  background: #fff;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.16));
  transform: translateZ(0);
  display: inline-block;
}
@media screen and (max-width:767px) {
  .taikai__lead {
    font-size: 1.8rem;
  }
  .taikai__col2 {
    display: block;
  }
  .taikai__col2 .taikai__box {
    width: 100%;
    margin-bottom: 24px;
    padding: 20px;
  }
  .taikai__box .btnCol1__rightBox {
    width: 4.5em;
  }
  .taikai__box .btnCol1__ttl_ico {
    padding: 1px 8px;
  }
  .btnCol1__ttl_icoStep {
    text-indent: -7.0rem;
    padding-left: 7.0rem;
  }
}
/*------------------------------
So-net Webメールのよくあるご質問
------------------------------*/
.mailFaq__lead, .btnCol1 .mailfaq__lead {
  margin-bottom: 8px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: left;
}
.btnArrowGreen .btnExternalLinkSmall a::after {
  display: none;
}
.mailFaq .faqList {
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .mailFaq__lead, .btnCol1 .mailFaq__lead {
    font-size: 1.4rem;
    text-align: left;
  }
  .mailFaq .faqList li {
    margin-bottom: 0;
  }
  .mailFaq dl {
    display: flex;
  }
}
/*------------------------------
So-net 光 電話のよくあるご質問
------------------------------*/
.telFaq__lead, .btnCol1 .telfaq__lead {
  margin-bottom: 8px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .telFaq__lead, .btnCol1 .telFaq__lead {
    font-size: 1.4rem;
    text-align: left;
  }
}
/*------------------------------
オプションサービスを解約したい
------------------------------*/
.option__narrowList li {
  margin-bottom: 8px;
}
.option__narrowList li:last-child {
  margin-bottom: 0;
}