@charset "UTF-8";
#container {
  position: relative;
  overflow-x: hidden !important;
}
/*//////////////////FORM//////////////////*/
.main {
  min-height: 100vh;
  position: relative;
}
#container {
  overflow-x: hidden !important;
}
/*//////////PCサイズ///////////*/
@media screen and (min-width: 481px) {
  .PC {}
  .SP {
    display: none;
    max-width: 0%;
    max-height: 0%;
  }
  .hrline {
    width: calc(100vw / 10 *8);
    height: 0%;
    border-top: 1px solid rgba(86, 86, 86, 0.40);
    margin-right: auto;
    margin-left: auto;
  }
  .e-section {
    width: 85vw;
    max-width: 1280px;
    padding: 7em;
    text-align: justify;
    margin: auto;
  }
  .box {
    width: 80vw;
    margin: 0 auto;
  }
  .ttl {
    font-family: "RyuminPro", serif;
    font-size: 3em;
    font-weight: bold;
    text-align: left;
    line-height: 160%;
    margin: 0 0 2vw 0;
    border-left: 8px solid #005bac;
    padding-left: 0.6em;
    color: #222;
  }
  .ttl span {
    font-size: 80%;
  }
  .txtbox {
    font-size: 1.6em;
    line-height: 2;
    color: #000;
    text-align: left;
    margin-bottom: 2em;
  }
.cap{
  margin: 2em 0;
      font-size: 80%;
  }
  .btnwrap {
    text-align: left;
    margin: 2em 0;
  }
  .btn {
    display: inline-block;
    background: #005bac;
    color: #fff;
    font-size: 2em;
    padding: 0.8em 2em;
    border-radius: 4px;
    text-decoration: none;
    transition: background 0.3s;
    margin: 0 1em 0 0 ;
  }
  .btn:hover {
    background: #003f7f;
  }
  .btn i {
  margin-left: 0.5em;
}
  /* ================== 電子請求書イントロ start ================== */
  .inner {
    width: 100vw;
    padding-top: calc(56.25% / 5);
    margin-bottom: 5%;
    text-align: center;
  }
  .inner .tit {
    letter-spacing: 0.05em;
    font-size: 5rem;
    font-weight: bold;
    color: #2D75B6;
    line-height: 1;
    text-align: center;
    margin-bottom: 3vw;
  }
  .inner .txt {
    font-size: 1.6em;
    color: #231815;
    text-align: center;
    line-height: 2;
  }
  /* 画像中央寄せ・80vw */
  .imgbox {
    width: 85vw;
    margin: 5vw auto 0;
  }
  .imgbox img {
    width: 100%;
    height: auto;
    display: block;
  }
  /* ================== 電子請求書イントロ end ================== */
 /* ================== ご利用の流れ start ================== */
.steps {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: min-content;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 100%;
  max-width: 1280px;
}

.step {
  width: 150px;
  height: 150px;
  border: 2px solid #005bac;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1.5em 1em;
  box-sizing: border-box;
  font-size: 1.3em;
  text-align: center;
  background-color: #fff;
}

.arrow {
  font-size: 2em;
  color: #999;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
}

/* 各テキスト要素 */
.step .role {
  font-size: 1.2em;
  margin-bottom: 0.3em;
  color: #111;
}
.step .text {
  font-weight: bold;
}
.step .note {
  font-size: 0.8em;
  color: #666;
  margin-top: 0.3em;
}
.step .final {
  font-size: 1.4em;
  font-weight: bold;
}
/* ================== ご利用の流れ end ================== */



  /* ================== 取引先コード登録のお願い start ================== */
  .paybox {
    display: flex;
    align-items: center;
    justify-content: left;
    gap: 3vw;
    flex-wrap: wrap;
  }
  .circle {
    width: 150px;
    height: 150px;
    border: 2px solid #005bac;
    border-radius: 5%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2em;
    font-weight: normal;
    color: #222;
    flex-shrink: 0;
  }
  .paylist {
    list-style: none;
    padding: 0;
    font-size: 1.6em;
    line-height: 2;
    color: #000;
    text-align: justify;
    margin: 2vw 0;
  }
  .paylist li strong {
    font-weight: bold;
    width: 5.5em;
    display: inline-block;
  }
  /* ================== 取引先コード登録のお願い end ================== */
  
  
/* ================== マニュアル start ================== */
.extlink {
  display: inline-flex;
  align-items: center;
  font-size: 1.2em;
  margin-top: 0.5em;
  text-decoration: none;
  color: #005bac;
  gap: 0.4em;
  transition: color 0.3s ease;
}

.extlink i {
  background-color: #005bac;
  color: #fff;
  border-radius: 50%;
  padding: 0.3em;
  font-size: 0.8em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.3s ease;
}

.extlink:hover {
  color: #003f7f;
}

.extlink:hover i {
  background-color: #003f7f;
}
/* ================== マニュアル end ================== */

}
/*////////////////////// スマホサイズ ///////////////////////*/
/*////////////////////// スマホサイズ ///////////////////////*/
/*////////////////////// スマホサイズ ///////////////////////*/
/*////////////////////// スマホサイズ ///////////////////////*/
@media screen and (max-width:480px) {
  .hrline {
    width: 100%;
    height: 0%;
    border-top: 1px solid rgba(86, 86, 86, 0.40);
    margin-right: auto;
    margin-left: auto;
	padding-bottom: 10vw;
  }

  .e-section {
    width: 90vw;
    text-align: justify;
    margin: auto;
  }
  .box {
    width: 90vw;
    margin: 0 auto;
	padding: 0 0 15vw 0;
  }
  .ttl {
    font-family: "RyuminPro", serif;
    font-size: 2rem;
    font-weight: bold;
    text-align: left;
    line-height: 160%;
    margin: 0 0 2rem 0;
    border-left: 8px solid #005bac;
    padding-left: 0.6em;
    color: #222;
  }
  .ttl span {
    font-size: 80%;
  }
  .txtbox {
    font-size: 1.6em;
    line-height: 2;
    color: #000;
    text-align: justify;
    margin-bottom: 2em;
  }
.cap{
  margin: 2em 0;
      font-size: 80%;
  }
  .btnwrap {
    text-align: left;
    margin: 2em 0;
  }
  .btn {
    display: inline-block;
    background: #005bac;
    color: #fff;
    font-size: 1.6rem;
    padding: 0.8em 2em;
    border-radius: 4px;
    text-decoration: none;
    transition: background 0.3s;
    margin: 0 1em 0 0 ;
  }
  .btn:hover {
    background: #003f7f;
  }
  .btn i {
  margin-left: 0.5em;
}
  /* ================== 電子請求書イントロ start ================== */

  .inner {
padding: 120px 0 10vw 0;
    width: 90vw;
margin: auto;

  }
  .inner .tit {
    letter-spacing: 0.05em;
    font-size: 3rem;
    font-weight: bold;
    color: #2D75B6;
    line-height: 1;
    text-align: center;
    margin-bottom: 2rem;
  }
  .inner .txt {
    font-size: 1.6rem;
    color: #231815;
    line-height: 2;
	text-align: justify;
  }
  /* 画像中央寄せ・80vw */
  .imgbox {
    width: 90vw;
    margin: 5vw auto 0;
  }
  .imgbox img {
    width: 100%;
    height: auto;
    display: block;
  }
  /* ================== 電子請求書イントロ end ================== */
 /* ================== ご利用の流れ start ================== */
.steps {
  display: grid;
  grid-auto-flow: row; /* 横並びから縦並びへ */
  grid-auto-rows: min-content; /* アイテムの高さに合わせる */
  align-items: start; /* 上寄せ（必要に応じて変更） */
  justify-content: center; /* 中央寄せ */
  margin: 0 auto;
  width: 100%;
  row-gap: 0.5; /* 任意：縦の間隔が必要な場合 */
}

.step {
  width: 85vw;

  border: 2px solid #005bac;
  border-radius: 10vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1.5em 1em;
  box-sizing: border-box;
  font-size: 1.3em;
  text-align: center;
  background-color: #fff;
}

.arrow {
margin: auto;
  font-size: 2em;
  color: #999;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;  transform: rotate(90deg); /* 時計回りに90度回転 */
}

/* 各テキスト要素 */
.step .role {
  font-size: 1.2em;
  margin-bottom: 0.3em;
  color: #111;
}
.step .text {
  font-weight: bold;
}
.step .note {
  font-size: 0.8em;
  color: #666;
  margin-top: 0.3em;
}
.step .final {
  font-size: 1.4em;
  font-weight: bold;
}
/* ================== ご利用の流れ end ================== */



  /* ================== 取引先コード登録のお願い start ================== */
  .paybox {
    display: flex;
    align-items: center;
    justify-content: left;
    gap: 0vw;
    flex-wrap: wrap;
  }
  .circle {
width: 100%;
    border: 2px solid #005bac;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2em;
    font-weight: normal;
    color: #222;
    flex-shrink: 0;
  }
  .paylist {
    list-style: none;
    padding: 0;
    font-size: 1.5rem;
    line-height: 2;
    color: #000;
    text-align: justify;
    margin: 2vw 0;
  }
  .paylist li strong {
    font-weight: bold;
    width: 5.5em;
    display: inline-block;
  }
  /* ================== 取引先コード登録のお願い end ================== */
  
  
/* ================== マニュアル start ================== */
.extlink {
  display: inline-flex;
  align-items: center;
  font-size: 1.6rem;
  margin-top: 0.5em;
  text-decoration: none;
  color: #005bac;
  gap: 0.4em;
  transition: color 0.3s ease;
}

.extlink i {
  background-color: #005bac;
  color: #fff;
  border-radius: 50%;
  padding: 0.3em;
  font-size: 0.8em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.3s ease;
}

.extlink:hover {
  color: #003f7f;
}

.extlink:hover i {
  background-color: #003f7f;
}
/* ================== マニュアル end ================== */

  .PC {
    display: none;
    max-width: 0px;
    max-height: 0%;
  }
  .SP {}

 
}