/**********************
 * 
 * 共通
 * 
 **********************/
body {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  color: #333646;
}


#content {
  width: 992px;
  min-height: 2233px;
  margin: 0 auto;
  padding: 32px 16px;
  font-family: "Noto Sans JP", sans-serif;
}

.pc-only {
  display: block;
}
.sp-only {
  display: none;
}
/* 文字色 */
.txt_red {
  color: #ff0000;
}
/* 文字太さ */
.txt_bold {
  font-weight: 600;
}
/* 文字大きさ */
.txt_small {
  font-size: 0.8rem;
}

.highlight {
  background-image: linear-gradient(0deg, #ffff0080 0.5em, transparent 0.5em);
}

/* ページタイトル */
#content h1 {
  margin: 40px 0 30px;
  padding-bottom: 14px;
  border-bottom: 2px solid;
  border-image-source: linear-gradient(90deg, #0168C0 0%, #3189C9 96.61%);
  border-image-slice: 100;
  font-size: 24px;
}
#content h1 span {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 2px;
}
/* 見出し */
#content h2 {
  display: flex;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 16px;
  padding-left: 10px;
  border-left: 4px solid;
  border-image-source: linear-gradient(180deg, #015BAC 0%, #69AEE3 100%);
  font-size: 20px;
}
#content h2 span {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 2px;
  color: #000000;
}
/* 見出し2 */
#content h3 {
  margin-top: 25px;
  margin-bottom: 13px;
  padding: 10px;
  background: #E6EDF8;
  font-size: 16px;
}
#content h3 span {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 2px;
  color: #224c8b;
}
/* 見出し3 */
#content h4 {
  margin: 0;
  margin-bottom: 13px;
  padding: 0;
  font-size: 16px;
}
#content h4 span {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 2px;
  color: #224c8b;
}


/**********************
 * 
 * LP
 * 
 **********************/
.lp #content {
}
.lp #content .block {
  padding-bottom: 80px;
}
.lp #content h1 {
  margin: 40px 0 20px;
}
/* 言語選択 */
.lp #language {
  display: flex;
  justify-content: start;
  align-items: stretch;
  width: 100%;
  padding-bottom: 22px;
  border-bottom: 2px solid;
  border-image-source: linear-gradient(90deg, #0168C0 0%, #3189C9 96.61%);
  border-image-slice: 100;
}
.lp #language .language_title {
  display: flex;
  justify-content: start;
  align-items: center;
  margin-right: 10px;
  font-size: 16px;
}
.lp #language .language_title img {
  width: 20px;
  height: 20px;
}
.lp #language .block {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
  padding: 0;
}
.lp #language .block a.btn {
  display: flex;
  justify-content: start;
  align-items: center;
  width: 110px;
  margin-right: 10px;
  padding: 5px;
  border-radius: 15px;
  box-shadow: 0 1px 1px #fff inset, 0 1px 5px #aaa;
  text-decoration: none;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 2px;
  color: #000000;
}
.lp #language .block a.btn:hover {
  opacity: 0.7;
}
.lp #language .block a.btn img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  border: 1px solid #000000;
  border-radius: 50%;
}


/* 目次 */
.lp ul.toc {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-left: 50px;
}
.lp ul.toc li {
  margin-bottom: 10px;
}
.lp ul.toc li a {
  display: flex;
  justify-content: start;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  color: #0266a4;
}
.lp ul.toc li a:after {
  content: "";
  width: 20px;
  height: 20px;
  margin-left: 5px;
  background-image: url(/sal_frt/images/FTS013901_jump_to_element.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

/* KV */
img.kv_img {
  width: 100%;
  height: auto;
}

/* フロー */
.flow_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flow {
  margin: 0;
  padding-left: 0;
  overflow: hidden;
}
.flow > li {
  list-style-type: none;
  padding: 0 0 1.3em 2.3em;
  margin: 0;
  position: relative;
}
.flow > li .icon::before {
  content: "";
  display: block;
  width: 12px;
  border-top: solid 3px #000000;
  position: absolute;
  top: 10px;
  left: 12px;
}
.flow > li::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #000000;
  border-radius: 50%;
  position: absolute;
  top: 7px;
  left: 0;
}
.flow > li:not(:last-child)::after {
  content: "";
  display: block;
  height: 100%;
  border-left: solid 5px #bbb;
  position: absolute;
  top: 20px;
  left: 3px;
}
.flow > li dl::after {
  content: "";
  width: 100%;
  display: block;
  border-bottom: solid 3px #000000;
  position: absolute;
  bottom: 22px;
  left: 21px;
}
.flow > li dl::before {
  content: "";
  height: calc(100% - 35px);
  display: block;
  border-left: solid 3px #000000;
  position: absolute;
  top: 10px;
  left: 21px;
}
.flow > li dl dt {
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.flow > li dl dd {
  margin-left: 0;
  margin-bottom: 20px;
}
.flow > li .icon {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.flow > li .icon .circle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
  padding: 30px;
  background: #fff350;
  border-radius: 50%;
  color: #000000;
}
.flow > li .icon .circle .step {
  display: block;
  padding-bottom: 10px;
  background-image: linear-gradient(to right, #333 80%, transparent 80%);
  background-size: 4px 8px;
  background-repeat: repeat-x;
  background-position: left bottom;
  text-align: center;
  font-size: 1.3rem;
}
.flow > li .icon .circle .num {
  display: block;
  text-align: center;
  font-size: 2rem;
}
.flow > li .icon img {
  width: 150px;
  height: 125px;
  margin-left: 30px;
}
.outer_link {
  display: flex;
  align-items: center;
  margin-top: 20px;
  text-align: left;
}
.outer_link img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
.outer_link a {
  position: relative;
    display: flex;
    align-items: center;
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: underline;
  color: #0266a4;
}
.outer_link a:after {
  content: "";
  position: absolute;
  right: -26px;
  background-image: url(/sal_frt/images/FTS013901_outer_link.png);
  background-size: cover;
  width: 20px;
  height: 20px;
}

/* コンテンツ */
.lp .item {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.7;
  letter-spacing: 2px;
}
.lp .item ol {
  margin: 10px 0;
  padding-left: 20px;
}
.lp .item ol li {
  list-style: none;
  margin: 6px 0;
  padding-left: 1.3em;
  text-indent: -1.3em;
  line-height: 1.6;
}
.lp .sec02 img {
  width: 100%;
}

/* Q&A */
.qa-1 {
  margin-bottom: 7px;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
}

.qa-1 summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 1em 2em 1em 3em;
  color: #333646;
  font-weight: 600;
  cursor: pointer;
}

.qa-1 summary::before,
.qa-1 p::before {
  position: absolute;
  left: 1em;
  font-weight: 600;
  font-size: 1.3em;
}

.qa-1 summary::before {
  color: #224c8b;
  content: "Q";
}

.qa-1 summary::after {
  transform: translateY(-25%) rotate(45deg);
  width: 8px;
  height: 7px;
  margin-left: 10px;
  border-bottom: 3px solid #333646b3;
  border-right: 3px solid #333646b3;
  content: '';
  transition: transform .5s;
}

.qa-1[open] summary::after {
  transform: rotate(225deg);
}

.qa-1 p {
  position: relative;
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: .3em 3em 1.5em;
  color: #333646;
  transition: transform .5s, opacity .5s;
}

.qa-1[open] p {
  transform: none;
  opacity: 1;
}

.qa-1 p::before {
  color: #ff8d8d;
  line-height: 1.2;
  content: "A";
}
.link {
  margin-bottom: 30px;
  text-align: center;
}
.link a {
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
  color: #0266a4;
}


/**********************
 * 
 * TB 768px以下
 * 
 **********************/
@media (max-width: 1000px) {
   html,body {
     overflow-x: hidden;
   }

  /********************0**
   * 
   * 共通
   * 
   **********************/
  #content {
    width: 100%;
    max-width: 100%;
    display: table-cell;
  }

  /**********************
   * 
   * Language
   * 
   **********************/
  .language #content .block a.btn {
    width: 40%;
  }
  /**********************
   * 
   * LP
   * 
   **********************/
  /* 言語選択 */
  .lp #language {
    display: block;
    padding-bottom: 20px;
  }
  .lp #language .language_title {
    margin-bottom: 14px;
  }
  .lp #language .block {
    width: 100%;
  }
  .lp #language .block a.btn {
    width: calc(100% / 3 - 15px);
    margin-bottom: 8px;
    margin-right: 5px;
    padding: 5px;
    font-size: 10px;
  }
  
}


/**********************
 * 
 * SP 500px以下
 * 
 **********************/
@media (max-width: 500px) {
   html,body {
     overflow-x: hidden;
   }
  /********************0**
   * 
   * 共通
   * 
   **********************/
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }

  #content {
    display: table-cell;
    width: 100%;
    max-width: 100%;
    padding: 32px 12px;
  }
  /* ページタイトル */
  #content h1 {
    justify-content: center !important;
  }
  #content h1 span {
    display: block;
    font-size: 21px;
    letter-spacing: normal;
    text-align: center;
  }

  /**********************
   * 
   * LP
   * 
   **********************/
  /* 見出し */
  #content h2 span {
    display: block;
    font-size: 19px;
  }
  /* 見出し2 */
  #content h3 span {
    display: block;
    font-size: 16px;
  }
  /* 見出し3 */
  #content h4 span {
    display: block;
    font-size: 16px;
  }
  /* 目次 */
  .lp ul.toc {
    padding: 0;
  }
  .lp ul.toc li {
    margin-bottom: 20px;
  }
  .lp ul.toc li a {
    font-size: 16px;
  }
  /* フロー */
  .flow > li {
    padding: 0 0 1.3em 1.7em;
  }
  .flow > li .icon {
    justify-content: space-evenly;
  }
  .flow > li .icon::before {
    left: 5px;
  }
  .flow > li dl::before {
    left: 15px;
  }
  .flow > li dl::after {
    left: 15px;
  }
  .flow > li dl dt {
    font-size: 16px;
    line-height: 1.8;
  }
  .flow > li dl dd {
    margin-bottom: 30px;
    font-size: 15px;
    line-height: 1.8;
  }
  .flow > li .icon img {
    margin-left: 20px;
  }
  #content h3 {
    margin-top: 45px;
  }
  .lp .item {
    line-height: 2;
    margin-bottom: 40px;
  }
  .lp .item ol {
    padding-left: 0;
  }
  .lp .item ol li {
    margin: 10px 0;
  }
  .outer_link a {
    display: flex;
    align-items: center;
    font-size: 14px;
  }
}

/**********************
 * 
 * SP 375px以下
 * 
 **********************/
@media (max-width: 375px) {
}

