@charset "UTF-8";
@-ms-viewport {
  width: device-width;
}
/*--------------------------------------------------------------------------
CSS　カスタム設定(style.css)ver.1 2022.10.05
--------------------------------------------------------------------------*/
/*■■■■■■ 基本設定 ■■■■■■■*/
/*イエロー*/
/*ブルー*/
/*レッド*/
/*濃い青みのグレー*/
/*少し濃いイエロー*/
/*薄いブルー*/
/*■■■■■■ loading ■■■■■■■*/
#loading {
  width: 100vw;
  height: 100vh;
  -webkit-transition: all 1s;
  transition: all 1s;
  background-color: #1A4D8F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  top: 0;
  left: 0;
  z-index: 9999;
}
#loading img {
  width: 80px;
  margin: auto;
}

.loaded {
  opacity: 0;
  visibility: hidden;
}

.loading-box {
  margin: auto;
  width: 200px;
  text-align: center;
}

.flashing {
  margin: 0 0 10px;
}
.flashing img {
  width: 120px;
  heifht: auto;
}

.animation-box {
  width: 400px;
  height: 1px;
  background: #F94C43;
  -webkit-animation-name: loadbar-animation;
          animation-name: loadbar-animation;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@-webkit-keyframes loadbar-animation {
  from {
    width: 0;
  }
  to {
    width: 200px;
  }
}

@keyframes loadbar-animation {
  from {
    width: 0;
  }
  to {
    width: 200px;
  }
}
/*■■■■■■ fadein ■■■■■■■*/
.fade-in {
  opacity: 0;
  -webkit-transition-duration: 1000ms;
          transition-duration: 1000ms;
}

.fade-in {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, transform 1s ease-out;
  transition: opacity 1s ease-out, transform 1s ease-out, -webkit-transform 1s ease-out;
}

.fade-in.show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.fade-in-up {
  -webkit-transform: translate(0, 60px);
          transform: translate(0, 60px);
}

.fade-in-down {
  -webkit-transform: translate(0, -60px);
          transform: translate(0, -60px);
}

.fade-in-left {
  -webkit-transform: translate(-60px, 0);
          transform: translate(-60px, 0);
}

.fade-in-right {
  -webkit-transform: translate(60px, 0);
          transform: translate(60px, 0);
}

.scroll-in {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

/*■■■■■■ 主要タグ設定 ■■■■■■■*/
a:link, a:visited {
  color: #1A4D8F;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

a:hover, a:active {
  color: #F94C43;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

p.justify {
  text-align: justify;
}

/*■■■■■■ 汎用設定 ■■■■■■■*/
.bg-ami {
  background-color: #EAF3FB;
}

.bg-base {
  background-color: #6099e2;
  width: 100%;
  padding: 40px 0;
}

.bg-white {
  padding: 0 16px 16px;
  background-color: #FFF;
}

.spacer {
  display: block;
  width: 100%;
  height: 40px;
}

/*■■■■■■■ MAIN IMG ■■■■■■*/
.header-img-block_s {
  width: 100%;
  height: 0;
  margin: 0;
  padding: 28.125% 0 0 0;
  position: relative;
}

/*■■■■■■ CONTENTS MAIN ■■■■■■■*/
.main-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100vh; /* ビューポート全体の高さ */
  background: url(../images/main-image.jpg) bottom -40px center no-repeat;
  background-size: cover;
}

/*サブページ用ヘッダー*/
.main-container_sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 320px; /* ビューポート全体の高さ */
  background: url(../images/main-image.jpg) bottom -40px center no-repeat;
  background-size: cover;
}

/*//サブページ用ヘッダー*/
.main-title-box {
  margin: 100px 0 0 0;
}

.main-title {
  background-color: #1A4D8F;
  color: #FFF;
  font-size: 3.6rem;
  font-weight: 700;
  height: 90px;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 15px;
}

.head-img-logo {
  width: 52px;
  height: auto;
}

.main-catch-copy {
  margin: 0;
  padding: 0 10px;
  font-size: 2.4rem;
  font-weight: 700;
  background-color: #FAD643;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 40px;
  position: relative;
  border-radius: 0 0 2px 2px;
  bottom: -15px;
}

.main-catch-copy:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  left: -29px;
  border-style: solid;
  border-width: 20px 15px;
  border-color: #FAD643 #FAD643 transparent transparent;
}

.main-catch-copy:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  right: 0;
  right: -29px;
  border-style: solid;
  border-width: 20px 15px;
  border-color: #FAD643 transparent transparent #FAD643;
}

.main-menu-block {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; /* 余ったスペースを埋める */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/*■フェードインアニメーション用■*/
.main-title {
  position: relative;
  z-index: 1;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.5s ease-out 0.3s, -webkit-transform 0.5s ease-out 0.3s;
  transition: opacity 0.5s ease-out 0.3s, -webkit-transform 0.5s ease-out 0.3s;
  transition: opacity 0.5s ease-out 0.3s, transform 0.5s ease-out 0.3s;
  transition: opacity 0.5s ease-out 0.3s, transform 0.5s ease-out 0.3s, -webkit-transform 0.5s ease-out 0.3s;
}
.main-title.is-show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.main-catch-copy {
  position: relative;
  z-index: 2;
  opacity: 0;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
  -webkit-transition: opacity 0.5s ease-out 0.8s, -webkit-transform 0.5s ease-out 0.8s;
  transition: opacity 0.5s ease-out 0.8s, -webkit-transform 0.5s ease-out 0.8s;
  transition: opacity 0.5s ease-out 0.8s, transform 0.5s ease-out 0.8s;
  transition: opacity 0.5s ease-out 0.8s, transform 0.5s ease-out 0.8s, -webkit-transform 0.5s ease-out 0.8s;
}
.main-catch-copy.is-show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.top-menu {
  opacity: 0;
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
  -webkit-transition: opacity 0.5s ease-out 1.3s, -webkit-transform 0.5s ease-out 1.3s;
  transition: opacity 0.5s ease-out 1.3s, -webkit-transform 0.5s ease-out 1.3s;
  transition: opacity 0.5s ease-out 1.3s, transform 0.5s ease-out 1.3s;
  transition: opacity 0.5s ease-out 1.3s, transform 0.5s ease-out 1.3s, -webkit-transform 0.5s ease-out 1.3s;
}
.top-menu.is-show {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.top-menu li {
  margin: 0 0 20px;
  padding: 0;
}
.top-menu li a {
  padding: 10px 30px;
  display: block;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  color: #454545;
  font-size: 2rem;
  font-weight: 700;
  border-radius: 30px;
  position: relative;
  border: 3px solid #1A4D8F;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  -webkit-transition: -webkit-box-shadow 0.2s ease;
  transition: -webkit-box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease, -webkit-box-shadow 0.2s ease;
}
.top-menu li a:hover {
  background: rgb(255, 255, 255);
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  color: #333;
}
.top-menu li a:link:before {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  background: url(../images/icon-check.png) center center no-repeat;
  background-size: cover;
  position: absolute;
  left: 5px;
  top: -15px;
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.top-menu li a:hover:before {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  background: url(../images/icon-check.png) center center no-repeat;
  background-size: cover;
  position: absolute;
  left: 5px;
  top: -15px;
  opacity: 1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.mokuji {
  padding: 10px 60px;
  display: inline-block;
  background-color: #1A4D8F;
  color: #FAD643;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 700;
  border-radius: 30px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/*■■■■■■ 汎用 ■■■■■■■*/
.contents-block {
  margin: 50px 0;
  padding: 0;
}

.contents-in-block {
  margin: 0;
  padding: 50px 0;
}

.text-title {
  margin: 0 auto;
  padding: 10px 0 10px 140px;
  font-size: 4rem;
  color: #1A4D8F;
  font-weight: 700;
  position: relative;
  display: inline-block;
}

.text-title:before {
  content: "";
  width: 120px;
  height: 90px;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/common/icon-title-books.png) center center no-repeat;
  background-size: cover;
}

.text-read {
  font-size: 2rem;
  line-height: 1.8;
  font-weight: 400;
}

/*■■■■■■ ＃1　なせ電子書籍なのか ■■■■■■■*/
.catch-title {
  margin: 0 0 30px;
  font-size: 3.2rem;
  font-weight: 700;
  color: #1A4D8F;
}
.catch-title span {
  border-bottom: 4px solid #F94C43;
}

.cercle-in-text {
  margin: 40px auto;
  padding: 30px 60px;
  display: inline-block;
  background-color: #FAD643;
  border-radius: 50%;
}
.cercle-in-text p {
  font-size: 2.2rem;
  font-weight: 700;
}

.point-title {
  margin: 0;
  padding: 10px;
  text-align: center;
  background-color: #1A4D8F;
  color: #FAD643;
  font-size: 3.4rem;
  font-weight: 700;
  position: relative;
}

.point-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #FAD643;
  color: #1A4D8F;
  font-size: 6rem;
  line-height: 1;
  width: 116px;
  height: 116px;
  border-radius: 58px;
  position: absolute;
  left: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.point-icon small {
  font-size: 1.4rem;
  font-weight: 700;
}

.point-title_s {
  margin: 0;
  padding: 10px;
  text-align: center;
  width: 100%;
  background-color: #1A4D8F;
  color: #FAD643;
  font-size: 2.2rem;
  font-weight: 700;
  position: relative;
}
.point-title_s p {
  text-align: left;
  padding-left: 100px;
}

.point-icon_s {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #FAD643;
  color: #1A4D8F;
  font-size: 4rem;
  line-height: 1;
  width: 76px;
  height: 76px;
  border-radius: 58px;
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.point-icon_s small {
  font-size: 1.4rem;
  font-weight: 700;
}

.sub-title {
  padding: 5px;
  font-size: 2rem;
  font-weight: 500;
  background-color: #FAD643;
  border-radius: 4px;
}

.sub-title2 {
  padding: 5px;
  background-color: #fff;
  border-radius: 4px;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
.sub-title2 span {
  color: #F94C43;
}

.text-caption {
  font-size: 1.4rem;
  font-weight: 400;
}

.flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/*■■■■■■ 特にKindle出版が注目されている理由 ■■■■■■■*/
.text-mid-title {
  padding: 5px;
  background-color: #1A4D8F;
  color: #FAD643;
  font-size: 2.2rem;
  font-weight: 700;
  border-radius: 4px;
}

.platform {
  border-spacing: 5px;
  display: table;
  width: 100%;
}
.platform thead th {
  padding: 10px;
  background-color: #6A7E94;
  text-align: center;
  color: #FFF;
  font-size: 2rem;
}
.platform thead td {
  padding: 10px;
  background-color: #A6B3C0;
  text-align: center;
  color: #FFF;
  font-size: 2rem;
  font-weight: 700;
}
.platform tbody th {
  padding: 10px;
  background-color: #1A4D8F;
  color: #FFF;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  font-family: Arial;
}
.platform tbody td {
  padding: 10px 0 10px 4%;
  background-color: #EAF3FB;
  font-weight: 700;
}
.platform tbody td p {
  text-align: left;
  font-size: 1.8rem;
  font-weight: 700;
}
.platform tbody td p strong {
  font-size: 2.6rem;
  font-family: Arial;
}
.platform tbody td p small {
  margin: 0 0 0 15px;
  font-size: 1.6rem;
  font-weight: 400;
}
.platform th, .platform td {
  vertical-align: middle;
}

/*■■■■■■ 電子書籍出版までの流れ ■■■■■■■*/
.step-flex-box {
  margin: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 60px 0;
}

.step-card {
  padding: 0;
  border: 3px solid #1A4D8F;
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 18px;
  background-color: #EAF3FB;
}

.step-img-box {
  margin: 20px auto 0;
  padding: 0;
  width: 220px;
  height: 220px;
  border-radius: 110px;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 800;
  color: #FFF;
  background-color: #1A4D8F;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.step-img-box img {
  margin: -10px auto 5px;
  width: 130px;
  height: auto;
}

.step-card:after {
  content: "";
  margin-top: -15px;
  width: 0;
  height: 0;
  position: absolute;
  left: -15px;
  top: 130px;
  border-style: solid;
  border-width: 16px 24px;
  border-color: transparent transparent transparent #F94C43;
}

.step-flex-box > div:first-child .step-card::after {
  display: none;
}

.step-title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #FAD643;
}

.step-text {
  padding: 20px;
  text-align: left;
}

.step-card-fin {
  padding: 10px;
  border: 3px solid #1A4D8F;
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 18px;
  background-color: #EAF3FB;
}
.step-card-fin p {
  font-size: 2.4rem;
  color: #1A4D8F;
}

.step-card-fin:after {
  content: "";
  margin-right: -16px;
  width: 0;
  height: 0;
  position: absolute;
  right: 50%;
  top: -16px;
  border-style: solid;
  border-width: 24px 16px;
  border-color: #F94C43 transparent transparent transparent;
}

/*■■■■■■ 課題問題点 ■■■■■■■*/
.problem-table {
  margin: 20px 0;
  border-spacing: 0 15px;
}
.problem-table th, .problem-table td {
  vertical-align: middle;
}
.problem-table th {
  padding: 10px 20px;
  background-color: #EAF3FB;
  border: 1px solid #1A4D8F;
  text-align: center;
  white-space: nowrap;
  font-size: 2rem;
  font-weight: 700;
}
.problem-table td {
  padding: 0 0 0 20px;
}

/*■■■■■■ 電子書籍出版代行会社を選ぶ際のポイント ■■■■■■■*/
.title-bar {
  margin: 30px 0 0 0;
  border: 1px solid #1A4D8F;
  border-collapse: collapse;
  display: table;
  width: 100%;
}
.title-bar th, .title-bar td {
  vertical-align: middle;
}
.title-bar th {
  padding: 5px 20px;
  background-color: #1A4D8F;
  color: #FAD643;
  width: 200px;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
}
.title-bar td {
  padding: 0 0 0 20px;
  text-align: left;
  font-size: 1.8rem;
  font-weight: 500;
  background-color: #EAF3FB;
}

.service-list {
  margin: 0;
}
.service-list li {
  padding: 0 0 0 10px;
}
.service-list li:before {
  margin-right: 4px;
  content: "● ";
  color: #1A4D8F;
}

.border-box {
  padding: 0 30px 30px;
  border: 1px solid #333;
}

.pickup-border-box {
  padding: 20px 30px;
  border: 2px dotted #1A4D8F;
  border-radius: 18px;
}

.pickup-title {
  padding: 0;
  font-size: 2rem;
  font-weight: 700;
  color: #1A4D8F;
  display: block;
  position: relative;
}

.pickup-title:before {
  margin: 0 10px 0 0;
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("../images/icon-pickup.png") center center no-repeat;
  background-size: cover;
}

/*■■■■■■ 電子書籍出版代行サービス会社一覧 ■■■■■■■*/
/* おススメ3選タイトル*/
.recommend-title-catch {
  padding: 5px 30px;
  display: inline-block;
  background-color: #1A4D8F;
  color: #FAD643;
  font-size: 2rem;
  font-weight: 700;
  border-radius: 8px;
  border: 2px solid #FFF;
  position: relative;
  top: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}

.recommend-title-catch:before {
  content: "";
  margin-left: -10px;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  bottom: -30px;
  border-style: solid;
  border-width: 15px 10px;
  border-color: #1A4D8F transparent transparent transparent;
  z-index: 3;
}

.recommend-title-catch:after {
  content: "";
  margin-left: -13px;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  bottom: -36px;
  border-style: solid;
  border-width: 18px 13px;
  border-color: #FFF transparent transparent transparent;
  z-index: 2;
}

.recommend-sub-titile {
  padding: 18px 30px;
  background-color: #FAD643;
  color: #222;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 15px;
  -webkit-transform: translateX(-150%);
          transform: translateX(-150%);
  font-size: 1.8rem;
  font-weight: 500;
}

.recommend-sub-titile:after {
  content: "";
  margin-left: -13px;
  width: 0;
  height: 0;
  position: absolute;
  left: 60%;
  bottom: -25px;
  border-style: solid;
  border-width: 18px 13px;
  border-color: #FAD643 #FAD643 transparent transparent;
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
}

.recommend-title-box {
  margin: 100px 0 0 0;
  padding: 20px 0 0;
  background-color: #1A4D8F;
  position: relative;
  text-align: center;
}

.recommend-title {
  font-size: 4.6rem;
  color: #FFF;
  font-weight: 500;
}
.recommend-title strong {
  font-size: 12rem;
  font-weight: 700;
  color: #FAD643;
  font-family: Arial;
  line-height: 1;
}
.recommend-title span {
  font-size: 6rem;
}

/*おススメ3選個別サービス別*/
.recommend-flex-block {
  margin: 0 auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.recommend-card {
  margin: 0 auto 0;
  padding: 0 0 30px;
  background-color: #FFF;
  border: 2px solid #1A4D8F;
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  height: 100%;
}

.recommend-title-catch-s {
  padding: 0 0 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 50px;
  background-color: #1A4D8F;
  color: #FAD643;
  font-size: 1.5rem;
  font-weight: 700;
  position: relative;
}
.recommend-title-catch-s strong {
  margin: auto;
}
.recommend-title-catch-s span {
  margin: 0 auto auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  font-size: 2.4rem;
  line-height: 1;
  font-family: Arial;
  font-weight: bold;
  background-color: #FAD643;
  color: #1A4D8F;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  left: 0;
  top: 0;
}
.recommend-title-catch-s span small {
  font-size: 0.8rem;
}

/*.recommend-title-catch-s:before{
    content: "";
    margin-left:-10px;
    width: 0;
    height: 0;
    position:absolute;
    left:50%;
    bottom:-30px;
    border-style: solid;
    border-width: 15px 10px ;
    border-color: $subColor transparent transparent transparent;
    z-index:3;
}*/
.site-logo-box {
  margin: 0 20px;
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.site-logo-box img {
  width: 280px;
  height: auto;
}

.site-title {
  margin: 5px 20px;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}
.site-title span {
  padding: 5px;
}

.recommend-card-link {
  font-size: 1.4rem;
  font-family: Arial;
  font-weight: 500;
}

.recommendo-card-copy {
  margin: 20px 0;
  padding: 15px 20px;
  background-color: #1A4D8F;
  font-size: 1.8rem;
  line-height: 1.8;
  color: #FFF;
  font-weight: 700;
}
.recommendo-card-copy span {
  border-bottom: 3px solid #FAD643;
}

.recommend-text {
  padding: 0 20px;
  text-align: left;
}

.recommend-card-in-box {
  margin: 20px 20px 0;
}

.recommend-service-list {
  display: table;
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #1A4D8F;
}
.recommend-service-list th {
  padding: 5px;
  background-color: #1A4D8F;
  text-align: center;
  font-size: 1.4rem;
  color: #FFF;
  font-weight: 700;
}
.recommend-service-list td {
  background-color: #EAF3FB;
}

.service-list-s {
  margin: 10px 0;
}
.service-list-s li {
  padding: 0 0 0 10px;
  text-align: left;
  font-size: 1.4rem;
}
.service-list-s li:before {
  margin-right: 4px;
  content: "● ";
  color: #1A4D8F;
}

.recommend-price {
  margin: 20px 0;
  display: table;
  width: 100%;
}
.recommend-price th {
  padding: 5px;
  background-color: #1A4D8F;
  text-align: center;
  color: #FFF;
  font-size: 1.4rem;
  font-weight: 700;
}

.recommend-card .more-btn {
  margin: auto auto 0;
  padding: 10px 40px;
  display: inline-block;
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
  border-radius: 12px;
  white-space: nowrap;
  background-color: #FAD643;
  color: #222;
  font-size: 1.7rem;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}
.recommend-card .more-btn:hover, .recommend-card .more-btn:active {
  background-color: #F94C43;
  color: #FFF;
}

/* おススメ5選タイトル*/
.recommend-title-catch-sub {
  padding: 5px 30px;
  display: inline-block;
  background-color: #61768D;
  color: #F8CE00;
  font-size: 2rem;
  font-weight: 700;
  border-radius: 8px;
  border: 2px solid #FFF;
  position: relative;
  top: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}

.recommend-title-catch-sub:before {
  content: "";
  margin-left: -10px;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  bottom: -30px;
  border-style: solid;
  border-width: 15px 10px;
  border-color: #61768D transparent transparent transparent;
  z-index: 3;
}

.recommend-title-catch-sub:after {
  content: "";
  margin-left: -13px;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  bottom: -36px;
  border-style: solid;
  border-width: 18px 13px;
  border-color: #FFF transparent transparent transparent;
  z-index: 2;
}

.recommend-sub-titile-sub {
  padding: 18px 30px;
  background-color: #F8CE00;
  color: #222;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 15px;
  -webkit-transform: translateX(-170%);
          transform: translateX(-170%);
  font-size: 1.6rem;
  font-weight: 500;
}

.recommend-sub-titile-sub:after {
  content: "";
  margin-left: -13px;
  width: 0;
  height: 0;
  position: absolute;
  left: 60%;
  bottom: -25px;
  border-style: solid;
  border-width: 18px 13px;
  border-color: #F8CE00 #F8CE00 transparent transparent;
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
}

.recommend-title-box-sub {
  margin: 100px 0 0 0;
  padding: 20px 0 0;
  background-color: #61768D;
  position: relative;
  text-align: center;
}

.recommend-title-sub {
  font-size: 4.6rem;
  color: #FFF;
  font-weight: 500;
}
.recommend-title-sub strong {
  font-size: 12rem;
  font-weight: 700;
  color: #F8CE00;
  font-family: Arial;
  line-height: 1;
}
.recommend-title-sub span {
  font-size: 6rem;
}

/*リーズナブルなおススメ5選*/
.recommend-card-sub {
  margin: 0;
  padding: 0 0 30px;
  background-color: #FFF;
  border: 2px solid #61768D;
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  height: 100%;
}

.recommend-title-catch-sub-s {
  padding: 0 0 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 50px;
  background-color: #61768D;
  color: #F8CE00;
  font-size: 1.5rem;
  font-weight: 700;
}
.recommend-title-catch-sub-s span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  font-size: 2.4rem;
  line-height: 1;
  font-family: Arial;
  font-weight: bold;
  background-color: #F8CE00;
  color: #1A4D8F;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
}
.recommend-title-catch-sub-s span small {
  font-size: 0.8rem;
}

.recommend-title-catch-sub-s:before {
  content: "";
  margin-left: -10px;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  bottom: -30px;
  border-style: solid;
  border-width: 15px 10px;
  border-color: #61768D transparent transparent transparent;
  z-index: 3;
}

.recommend-card-link {
  font-size: 1.4rem;
  font-family: Arial;
  font-weight: 500;
}

.recommendo-card-copy-sub {
  margin: 20px 0;
  padding: 15px 20px;
  background-color: #61768D;
  font-size: 1.8rem;
  line-height: 1.8;
  color: #FFF;
  font-weight: 700;
}
.recommendo-card-copy-sub span {
  border-bottom: 2px solid #F8CE00;
}

.recommend-service-list-sub {
  display: table;
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #61768D;
}
.recommend-service-list-sub th {
  padding: 5px;
  background-color: #61768D;
  text-align: center;
  font-size: 1.4rem;
  color: #FFF;
  font-weight: 700;
}
.recommend-service-list-sub td {
  background-color: #EAF3FB;
}

.service-list-sub-s {
  margin: 10px 0;
}
.service-list-sub-s li {
  padding: 0 0 0 10px;
  text-align: left;
  font-size: 1.4rem;
}
.service-list-sub-s li:before {
  margin-right: 4px;
  content: "● ";
  color: #F94C43;
}

.recommend-price-sub {
  margin: 20px 0;
  display: table;
  width: 100%;
}
.recommend-price-sub th {
  padding: 5px;
  background-color: #61768D;
  text-align: center;
  color: #FFF;
  font-size: 1.4rem;
  font-weight: 700;
}

.recommend-card-sub .more-btn-sub {
  margin: auto auto 0;
  padding: 10px 40px;
  display: inline-block;
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
  border-radius: 12px;
  white-space: nowrap;
  background-color: #F5A623;
  color: #222;
  font-size: 1.7rem;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}
.recommend-card-sub .more-btn-sub:hover, .recommend-card-sub .more-btn-sub:active {
  background-color: #F94C43;
}

/*■■■■■■　SWIPER　■■■■■■*/
.swiper-container {
  margin-inline: auto;
  width: 100%;
  position: relative;
}

.swiper .swiper-slide {
  margin: 0;
  height: auto;
}

.swiper .select-3-box {
  height: 100%;
  background-color: #FF0000;
}

.swiper .select-5-box {
  height: 100%;
  background-color: #FF0000;
}

/*矢印*/
.swiper-button-prev,
.swiper-button-next {
  width: 54px; /* ボタンの幅 */
  height: 54px; /* ボタンの高さ */
  background-size: 54px 54px; /* 表示したいサイズ */
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  margin-top: 0;
}

.swiper-button-prev {
  left: -60px;
}

.swiper-button-next {
  right: -60px;
}

/* 次ページボタンのスタイル */
.swiper-button-next, .swiper-button-prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 27px;
  background-color: #1A4D8F;
}

.swiper-button-next:before {
  content: "";
  margin-right: 5px;
  display: block;
  width: 14px;
  height: 14px;
  border-width: 0 3px 3px 0;
  border-color: #FFF;
  border-style: solid;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* 前ページボタンのスタイル */
.swiper-button-prev:before {
  content: "";
  margin-left: 5px;
  display: block;
  width: 14px;
  height: 14px;
  border-width: 3px 0 0 3px;
  border-color: #FFF;
  border-style: solid;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.swiper-button-prev:after,
.swiper-button-next:after {
  display: none;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}

/*ページネーション*/
.swiper-pagination-bullets {
  position: static;
  margin-top: 16px;
}

.swiper-pagination-bullet {
  background-color: #1A4D8F;
}

/*■■■■■■ メールフォーム ■■■■■■■*/
.mfp_rows {
  clear: both;
}

.mfp_rows:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

.mfp_rows input[type=text],
.mfp_rows input[type=email],
.mfp_rows input[type=tel],
.mfp_rows input[type=number],
.mfp_rows input[type=date],
.mfp_rows input[type=file],
.mfp_rows select,
.mfp_rows button,
form#mailformpro .mfp_rows label {
  width: 100%;
  min-width: 100%;
  word-break: break-all;
  white-space: normal;
}

.mfp_rows textarea {
  width: 100%;
  min-width: 100%;
}

.mfp_rows .mfp_col1, .mfp_rows .mfp_col2, .mfp_rows .mfp_col3, .mfp_rows .mfp_col4, .mfp_rows .mfp_col5, .mfp_rows .mfp_col6, .mfp_rows .mfp_col7, .mfp_rows .mfp_col8, .mfp_rows .mfp_col9, .mfp_rows .mfp_col10, .mfp_rows .mfp_col25 {
  float: left;
  padding: 0 1.5%;
}

.mfp_rows .mfp_col1 {
  width: 10%;
}

.mfp_rows .mfp_col2 {
  width: 20%;
}

.mfp_rows .mfp_col3 {
  width: 30%;
}

.mfp_rows .mfp_col4 {
  width: 40%;
}

.mfp_rows .mfp_col5 {
  width: 50%;
}

.mfp_rows .mfp_col6 {
  width: 60%;
}

.mfp_rows .mfp_col7 {
  width: 70%;
}

.mfp_rows .mfp_col8 {
  width: 80%;
}

.mfp_rows .mfp_col9 {
  width: 90%;
}

.mfp_rows .mfp_col10 {
  width: 100%;
}

.mfp_rows .mfp_col25 {
  width: 25%;
}

/*■■■■■■ ススメ個別紹介ページ ■■■■■■■*/
.bred-thumbs-block {
  margin: 0;
  padding: 16px;
}

.bread-thumbs li {
  padding: 0 15px;
  display: inline-block;
  border-right: 1px solid #222;
  font-size: 1.4rem;
  line-height: 1;
}
.bread-thumbs li a {
  font-weight: 500;
}
.bread-thumbs li:last-child {
  border: 0;
}

.rec--main-title {
  border-top: 1px solid #222;
  border-bottom: 1px solid #222;
  padding: 4px 60px;
  font-size: 1.8rem;
  font-weight: 700;
}

.rec--main-logo-box {
  height: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.rec--ol-list {
  margin: 20px auto;
  counter-reset: listnum; /* カウンターをリセット */
  list-style: none; /* 標準のスタイルは消す */
}
.rec--ol-list li {
  padding: 5px 10px;
  text-align: left;
  font-size: 1.8rem;
  color: #1A4D8F;
  font-weight: 700;
}
.rec--ol-list li::before {
  counter-increment: listnum; /* counter-resetと同じ文字列 */
  content: counter(listnum); /* カウントした数に応じて番号を表示 */
  content: counter(listnum) "."; /* 半角スペースを入れて""の中にピリオドを追加 */
  padding-right: 15px;
}

.no-title {
  margin: 40px 0 16px;
  font-size: 2.4rem;
  font-weight: 700;
  color: #1A4D8F;
  background-color: #EAF3FB;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 0 15px;
}
.no-title span {
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  color: #FAD643;
  background-color: #1A4D8F;
}

.voice-block {
  margin: 32px 0 32px;
  padding: 24px;
  border: 2px dotted #1A4D8F;
  border-radius: 16px;
}

.voice-user {
  display: inline-block;
  padding: 6px 20px;
  background-color: #1A4D8F;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  border-radius: 12px;
}

.voice-title {
  margin: 16px 0 0;
  font-size: 2rem;
  font-weight: 700;
  color: #1A4D8F;
}

.voice-text {
  margin: 16px 0 0;
  font-size: 1.6rem;
}

.service-list-table {
  margin: 24px 0 16px;
  display: table;
  width: 100%;
  border-collapse: collapse;
}
.service-list-table th, .service-list-table td {
  padding: 5px 15px;
  border: 1px solid #1A4D8F;
}
.service-list-table thead th {
  padding: 5px 0;
  background-color: #1A4D8F;
  color: #FFF;
  text-align: center;
}
.service-list-table thead td {
  background-color: #DCE4EE;
  font-weight: 500;
}
.service-list-table tbody th {
  padding: 5px 0;
  background-color: #EAF3FB;
  color: #1A4D8F;
  text-align: center;
}
.service-list-table tbody td {
  font-size: 1.6rem;
  font-weight: 500;
}
.service-list-table tbody td:last-child {
  font-size: 1.4rem;
  font-weight: 400;
}

/*===============================
■■　スマホ用　■■
===============================*/
/*------------(XS)------------*/
@media (min-width: 320px) and (max-width: 566px) {
  /*■■■■■■ メインイメージ（XS） ■■■■■■■*/
  .main-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100vh; /* ビューポート全体の高さ */
    background: url(../images/main-image_sp.jpg) bottom center no-repeat;
    background-size: cover;
  }
  .main-title {
    font-size: 2.4rem;
    line-height: 1.4;
    height: 100px;
    border-radius: 12px;
    text-align: left;
  }
  .head-img-logo {
    width: 44px;
    height: auto;
  }
  .main-catch-copy {
    font-size: 1.6rem;
    height: 30px;
    bottom: -10px;
  }
  .main-catch-copy:before {
    left: -23px;
    border-width: 15px 12px;
  }
  .main-catch-copy:after {
    right: -23px;
    border-width: 15px 12px;
  }
  .main-menu-block {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; /* 余ったスペースを埋める */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .top-menu {
    margin: 30px auto auto;
  }
  .top-menu li {
    margin: 0 0 15px;
  }
  .top-menu li a {
    padding: 8px 20px;
    background: rgba(255, 255, 255, 0.9);
    color: #454545;
    font-size: 1.6rem;
    font-weight: 700;
    border-radius: 30px;
    position: relative;
    border: 3px solid #1A4D8F;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    -webkit-transition: -webkit-box-shadow 0.2s ease;
    transition: -webkit-box-shadow 0.2s ease;
    transition: box-shadow 0.2s ease;
    transition: box-shadow 0.2s ease, -webkit-box-shadow 0.2s ease;
  }
  .top-menu li a:hover {
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    background: rgb(255, 255, 255);
    color: #333;
  }
  .top-menu li a:link:before {
    content: "";
    display: block;
    width: 35px;
    height: 35px;
    background: url(../images/icon-check.png) center center no-repeat;
    background-size: cover;
    position: absolute;
    left: 5px;
    top: -5px;
    opacity: 1;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .top-menu li a:hover:before {
    content: "";
    display: block;
    width: 35px;
    height: 35px;
    background: url(../images/icon-check.png) center center no-repeat;
    background-size: cover;
    position: absolute;
    left: 5px;
    top: -5px;
    opacity: 1;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .mokuji {
    padding: 8px 50px;
    display: inline-block;
    background-color: #1A4D8F;
    color: #FAD643;
    font-size: 1.6rem;
    line-height: 1;
    font-weight: 700;
    border-radius: 30px;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }
  /*共通*/
  .text-title {
    margin: -40px auto 0;
    padding: 10px 0;
    font-size: 2.8rem;
    color: #1A4D8F;
    font-weight: 700;
    position: relative;
    display: inline-block;
  }
  .text-title br {
    line-height: 0;
  }
  .text-title:before {
    display: block;
    content: "";
    width: 120px;
    height: 90px;
    position: relative;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background: url(../images/common/icon-title-books.png) center center no-repeat;
    background-size: cover;
  }
  .text-read {
    font-size: 1.8rem;
    line-height: 1.8;
    font-weight: 400;
    text-align: left;
  }
  /*■■■■■■ ＃1　なせ電子書籍なのか(XS) ■■■■■■■*/
  .catch-title {
    font-size: 2.2rem;
  }
  .cercle-in-text {
    padding: 30px 20px;
  }
  .cercle-in-text p {
    font-size: 1.8rem;
  }
  .point-title {
    font-size: 2.2rem;
  }
  .point-title p {
    text-align: left;
    padding-left: 100px;
  }
  .point-icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: #FAD643;
    color: #1A4D8F;
    font-size: 4rem;
    line-height: 1;
    width: 76px;
    height: 76px;
    border-radius: 58px;
    position: absolute;
    left: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .point-icon small {
    font-size: 1.4rem;
    font-weight: 700;
  }
  .point-img {
    max-width: 240px;
  }
  .sub-title {
    padding: 5px;
    font-size: 2rem;
    font-weight: 500;
    background-color: #FAD643;
    border-radius: 4px;
  }
  .sub-title2 {
    padding: 5px;
    background-color: #fff;
    border-radius: 4px;
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
  }
  .sub-title2 span {
    color: #F94C43;
  }
  .text-caption {
    font-size: 1.4rem;
    font-weight: 400;
  }
  /*■■■■■■ 特にKindle出版が注目されている理由(XS) ■■■■■■■*/
  .text-mid-title {
    padding: 10px;
    font-size: 2rem;
  }
  .platform {
    border-spacing: 0 10px;
  }
  .platform thead th {
    font-size: 1.8rem;
    display: block;
    width: 100%;
  }
  .platform thead td {
    font-size: 1.8rem;
    display: block;
    width: 100%;
  }
  .platform tbody th {
    padding: 10px;
    font-size: 2.4rem;
    display: block;
    width: 100%;
  }
  .platform tbody td {
    display: block;
    width: 100%;
  }
  .platform tbody td p {
    text-align: left;
    font-size: 1.6rem;
    font-weight: 700;
  }
  .platform tbody td p strong {
    font-size: 2.6rem;
    font-family: Arial;
  }
  .platform tbody td p small {
    margin: 0 0 0 15px;
    font-size: 1.4rem;
    font-weight: 400;
  }
  .platform th, .platform td {
    vertical-align: middle;
  }
  /*■■■■■■ 電子書籍出版までの流れ(XS) ■■■■■■■*/
  .step-flex-box {
    margin: 40px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 40px 0;
  }
  .step-card {
    padding: 0;
    border: 3px solid #1A4D8F;
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 18px;
    background-color: #EAF3FB;
  }
  .step-card:after {
    content: "";
    margin-top: -15px;
    margin-left: -16px;
    width: 0;
    height: 0;
    position: absolute;
    left: 50%;
    top: 0;
    border-style: solid;
    border-width: 24px 16px;
    border-color: #F94C43 transparent transparent transparent;
  }
  /*■■■■■■ 課題問題点(XS) ■■■■■■■*/
  .problem-table th {
    display: block;
    width: 100%;
  }
  .problem-table td {
    padding: 10px 10px 20px;
    display: block;
    width: 100%;
  }
  /*■■■■■■ 電子書籍出版代行会社を選ぶ際のポイント(XS) ■■■■■■■*/
  .title-bar {
    margin: 30px 0 10px 0;
    border: 1px solid #1A4D8F;
    border-collapse: collapse;
    display: table;
    width: 100%;
  }
  .title-bar th, .title-bar td {
    vertical-align: middle;
  }
  .title-bar th {
    padding: 5px 20px;
    background-color: #1A4D8F;
    color: #FAD643;
    width: 200px;
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
    display: block;
    width: 100%;
  }
  .title-bar td {
    padding: 10px 15px;
    text-align: left;
    font-size: 1.6rem;
    font-weight: 500;
    background-color: #EAF3FB;
    display: block;
    width: 100%;
  }
  .service-list {
    margin: 0;
  }
  .service-list li {
    padding: 0;
    font-size: 1.5rem;
    text-indent: -1.5em;
    padding-left: 1.5em;
  }
  /*■■■■■■ 電子書籍出版代行サービス会社一覧(XS) ■■■■■■■*/
  /* おススメ3選タイトル*/
  .recommend-sub-titile {
    padding: 18px 20px;
    background-color: #FAD643;
    color: #222;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 15px;
    -webkit-transform: translateX(15px);
            transform: translateX(15px);
    font-size: 1.8rem;
    font-weight: 500;
  }
  .recommend-title-box {
    padding: 50px 0 0;
    background-color: #1A4D8F;
    position: relative;
    text-align: center;
  }
  .recommend-title {
    font-size: 4.6rem;
    color: #FFF;
    font-weight: 500;
  }
  .recommend-title strong {
    font-size: 12rem;
    font-weight: 700;
    color: #FAD643;
    font-family: Arial;
    line-height: 1;
  }
  .recommend-title span {
    font-size: 6rem;
  }
  /* おススメ5選タイトル*/
  .recommend-sub-titile-sub {
    padding: 18px 20px;
    background-color: #F8CE00;
    color: #222;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 15px;
    -webkit-transform: translateX(15px);
            transform: translateX(15px);
    font-size: 1.6rem;
    font-weight: 500;
  }
  .recommend-sub-titile-sub:after {
    content: "";
    margin-left: -13px;
    width: 0;
    height: 0;
    position: absolute;
    left: 60%;
    bottom: -25px;
    border-style: solid;
    border-width: 18px 13px;
    border-color: #F8CE00 #F8CE00 transparent transparent;
    -webkit-transform: rotate(-20deg);
            transform: rotate(-20deg);
  }
  .recommend-title-box-sub {
    padding: 60px 0 0;
    background-color: #61768D;
    position: relative;
    text-align: center;
  }
  .recommend-title-sub {
    font-size: 4.6rem;
    color: #FFF;
    font-weight: 500;
  }
  .recommend-title-sub strong {
    font-size: 12rem;
    font-weight: 700;
    color: #F8CE00;
    font-family: Arial;
    line-height: 1;
  }
  .recommend-title-sub span {
    font-size: 6rem;
  }
  .flex-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .flex-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  /*swiper(XS)*/
  .swiper-button-prev {
    left: 10px;
    top: 103%;
  }
  .swiper-button-next {
    right: 10px;
    top: 103%;
  }
} /*xs*/
/*------------(SM)------------*/
@media (min-width: 567px) and (max-width: 767px) {
  /*■■■■■■ メインイメージ（SM） ■■■■■■■*/
  .main-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100vh; /* ビューポート全体の高さ */
    background: url(../images/main-image_sp.jpg) bottom center no-repeat;
    background-size: cover;
  }
  .main-title {
    font-size: 2.4rem;
    line-height: 1.4;
    height: 90px;
    border-radius: 12px;
  }
  .head-img-logo {
    width: 44px;
    height: auto;
  }
  .main-catch-copy {
    font-size: 1.8rem;
    height: 30px;
    bottom: -10px;
  }
  .main-catch-copy:before {
    left: -23px;
    border-width: 15px 12px;
  }
  .main-catch-copy:after {
    right: -23px;
    border-width: 15px 12px;
  }
  .main-menu-block {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; /* 余ったスペースを埋める */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .top-menu {
    margin: 30px auto auto;
  }
  .top-menu li {
    margin: 0 0 15px;
  }
  .top-menu li a {
    padding: 8px 20px;
    background: rgba(255, 255, 255, 0.9);
    color: #454545;
    font-size: 1.8rem;
    font-weight: 700;
    border-radius: 30px;
    position: relative;
    border: 3px solid #1A4D8F;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    -webkit-transition: -webkit-box-shadow 0.2s ease;
    transition: -webkit-box-shadow 0.2s ease;
    transition: box-shadow 0.2s ease;
    transition: box-shadow 0.2s ease, -webkit-box-shadow 0.2s ease;
  }
  .top-menu li a:hover {
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    background: rgb(255, 255, 255);
    color: #333;
  }
  .top-menu li a:link:before {
    content: "";
    display: block;
    width: 35px;
    height: 35px;
    background: url(../images/icon-check.png) center center no-repeat;
    background-size: cover;
    position: absolute;
    left: 5px;
    top: -5px;
    opacity: 1;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .top-menu li a:hover:before {
    content: "";
    display: block;
    width: 35px;
    height: 35px;
    background: url(../images/icon-check.png) center center no-repeat;
    background-size: cover;
    position: absolute;
    left: 5px;
    top: -5px;
    opacity: 1;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .mokuji {
    padding: 8px 50px;
    display: inline-block;
    background-color: #1A4D8F;
    color: #FAD643;
    font-size: 1.8rem;
    line-height: 1;
    font-weight: 700;
    border-radius: 30px;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }
  /*共通*/
  .text-title {
    margin: -40px auto 0;
    padding: 10px 0;
    font-size: 2.8rem;
    color: #1A4D8F;
    font-weight: 700;
    position: relative;
    display: inline-block;
  }
  .text-title br {
    line-height: 0;
  }
  .text-title:before {
    display: block;
    content: "";
    width: 120px;
    height: 90px;
    position: relative;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background: url(../images/common/icon-title-books.png) center center no-repeat;
    background-size: cover;
  }
  .text-read {
    font-size: 1.8rem;
    line-height: 1.8;
    font-weight: 400;
    text-align: left;
  }
  /*■■■■■■ ＃1　なせ電子書籍なのか(SM) ■■■■■■■*/
  .catch-title {
    font-size: 2.8rem;
  }
  .cercle-in-text {
    padding: 30px 40px;
  }
  .cercle-in-text p {
    font-size: 1.8rem;
  }
  .point-title {
    font-size: 2.2rem;
  }
  .point-title p {
    text-align: left;
    padding-left: 100px;
  }
  .point-icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: #FAD643;
    color: #1A4D8F;
    font-size: 4rem;
    line-height: 1;
    width: 76px;
    height: 76px;
    border-radius: 58px;
    position: absolute;
    left: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .point-icon small {
    font-size: 1.4rem;
    font-weight: 700;
  }
  .sub-title {
    padding: 5px;
    font-size: 2rem;
    font-weight: 500;
    background-color: #FAD643;
    border-radius: 4px;
  }
  .sub-title2 {
    padding: 5px;
    background-color: #fff;
    border-radius: 4px;
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
  }
  .sub-title2 span {
    color: #F94C43;
  }
  .text-caption {
    font-size: 1.4rem;
    font-weight: 400;
  }
  /*■■■■■■ 特にKindle出版が注目されている理由(SM) ■■■■■■■*/
  .text-mid-title {
    padding: 10px;
    font-size: 2rem;
  }
  .platform {
    border-spacing: 0 10px;
  }
  .platform thead th {
    font-size: 1.8rem;
    display: block;
    width: 100%;
  }
  .platform thead td {
    font-size: 1.8rem;
    display: block;
    width: 100%;
  }
  .platform tbody th {
    padding: 10px;
    font-size: 2.4rem;
    display: block;
    width: 100%;
  }
  .platform tbody td {
    display: block;
    width: 100%;
  }
  .platform tbody td p {
    text-align: left;
    font-size: 1.6rem;
    font-weight: 700;
  }
  .platform tbody td p strong {
    font-size: 2.6rem;
    font-family: Arial;
  }
  .platform tbody td p small {
    margin: 0 0 0 15px;
    font-size: 1.4rem;
    font-weight: 400;
  }
  .platform th, .platform td {
    vertical-align: middle;
  }
  /*■■■■■■ 電子書籍出版までの流れ(SM) ■■■■■■■*/
  .step-flex-box {
    margin: 40px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 40px 0;
  }
  .step-card {
    padding: 0;
    border: 3px solid #1A4D8F;
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 18px;
    background-color: #EAF3FB;
  }
  .step-card:after {
    content: "";
    margin-top: 110px;
    margin-right: -16px;
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    right: 0;
    border-style: solid;
    border-width: 16px 24px;
    border-color: transparent transparent transparent #F94C43;
  }
  /*■■■■■■ 電子書籍出版代行会社を選ぶ際のポイント(SM) ■■■■■■■*/
  .title-bar {
    margin: 30px 0 10px 0;
    border: 1px solid #1A4D8F;
    border-collapse: collapse;
    display: table;
    width: 100%;
  }
  .title-bar th, .title-bar td {
    vertical-align: middle;
  }
  .title-bar th {
    padding: 5px 20px;
    background-color: #1A4D8F;
    color: #FAD643;
    width: 200px;
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
    display: block;
    width: 100%;
  }
  .title-bar td {
    padding: 10px 15px;
    text-align: left;
    font-size: 1.6rem;
    font-weight: 500;
    background-color: #EAF3FB;
    display: block;
    width: 100%;
  }
  .service-list {
    margin: 0;
  }
  .service-list li {
    padding: 0;
    font-size: 1.5rem;
    text-indent: -1.5em;
    padding-left: 1.5em;
  }
  /*■■■■■■ 電子書籍出版代行サービス会社一覧(SM) ■■■■■■■*/
  /* おススメ3選タイトル*/
  .recommend-sub-titile {
    padding: 18px 20px;
    background-color: #FAD643;
    color: #222;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 15px;
    -webkit-transform: translateX(15px);
            transform: translateX(15px);
    font-size: 1.8rem;
    font-weight: 500;
  }
  .recommend-title-box {
    padding: 50px 0 0;
    background-color: #1A4D8F;
    position: relative;
    text-align: center;
  }
  .recommend-title {
    font-size: 4.6rem;
    color: #FFF;
    font-weight: 500;
  }
  .recommend-title strong {
    font-size: 12rem;
    font-weight: 700;
    color: #FAD643;
    font-family: Arial;
    line-height: 1;
  }
  .recommend-title span {
    font-size: 6rem;
  }
  /* おススメ5選タイトル*/
  .recommend-sub-titile-sub {
    padding: 18px 20px;
    background-color: #F8CE00;
    color: #222;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 15px;
    -webkit-transform: translateX(15px);
            transform: translateX(15px);
    font-size: 1.6rem;
    font-weight: 500;
  }
  .recommend-sub-titile-sub:after {
    content: "";
    margin-left: -13px;
    width: 0;
    height: 0;
    position: absolute;
    left: 60%;
    bottom: -25px;
    border-style: solid;
    border-width: 18px 13px;
    border-color: #F8CE00 #F8CE00 transparent transparent;
    -webkit-transform: rotate(-20deg);
            transform: rotate(-20deg);
  }
  .recommend-title-box-sub {
    padding: 60px 0 0;
    background-color: #61768D;
    position: relative;
    text-align: center;
  }
  .recommend-title-sub {
    font-size: 4.6rem;
    color: #FFF;
    font-weight: 500;
  }
  .recommend-title-sub strong {
    font-size: 12rem;
    font-weight: 700;
    color: #F8CE00;
    font-family: Arial;
    line-height: 1;
  }
  .recommend-title-sub span {
    font-size: 6rem;
  }
  /*swiper(SM)*/
  .swiper-button-prev {
    left: 10px;
    top: 103%;
  }
  .swiper-button-next {
    right: 10px;
    top: 103%;
  }
} /*SM*/
/*------------(MD)------------*/
@media (min-width: 768px) and (max-width: 1023px) {
  /*■■■■■■ メインイメージ（MD） ■■■■■■■*/
  .main-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100vh; /* ビューポート全体の高さ */
    background: url(../images/main-image_tab.jpg) bottom center no-repeat;
    background-size: cover;
  }
  .main-title {
    font-size: 3.2rem;
    line-height: 1.4;
    height: 90px;
    border-radius: 12px;
  }
  .head-img-logo {
    width: 44px;
    height: auto;
  }
  .main-catch-copy {
    font-size: 2rem;
    height: 40px;
    bottom: -10px;
  }
  .main-catch-copy:before {
    left: -31px;
    border-width: 20px 16px;
  }
  .main-catch-copy:after {
    right: -31px;
    border-width: 20px 16px;
  }
  .main-menu-block {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; /* 余ったスペースを埋める */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .top-menu {
    margin: 30px auto auto;
  }
  .top-menu li {
    margin: 0 0 15px;
  }
  .top-menu li a {
    padding: 8px 20px;
    background: rgba(255, 255, 255, 0.9);
    color: #454545;
    font-size: 2rem;
    font-weight: 700;
    border-radius: 30px;
    position: relative;
    border: 3px solid #1A4D8F;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    -webkit-transition: -webkit-box-shadow 0.2s ease;
    transition: -webkit-box-shadow 0.2s ease;
    transition: box-shadow 0.2s ease;
    transition: box-shadow 0.2s ease, -webkit-box-shadow 0.2s ease;
  }
  .top-menu li a:hover {
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    background: rgb(255, 255, 255);
    color: #333;
  }
  .top-menu li a:link:before {
    content: "";
    display: block;
    width: 45px;
    height: 45px;
    background: url(../images/icon-check.png) center center no-repeat;
    background-size: cover;
    position: absolute;
    left: 5px;
    top: -5px;
    opacity: 1;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .top-menu li a:hover:before {
    content: "";
    display: block;
    width: 45px;
    height: 45px;
    background: url(../images/icon-check.png) center center no-repeat;
    background-size: cover;
    position: absolute;
    left: 5px;
    top: -5px;
    opacity: 1;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .mokuji {
    padding: 8px 50px;
    display: inline-block;
    background-color: #1A4D8F;
    color: #FAD643;
    font-size: 2rem;
    line-height: 1;
    font-weight: 700;
    border-radius: 30px;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }
  /*共通*/
  .text-title {
    margin: -40px auto 0;
    padding: 10px 0;
    font-size: 2.8rem;
    color: #1A4D8F;
    font-weight: 700;
    position: relative;
    display: inline-block;
  }
  .text-title br {
    line-height: 0;
  }
  .text-title:before {
    display: block;
    content: "";
    width: 120px;
    height: 90px;
    position: relative;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background: url(../images/common/icon-title-books.png) center center no-repeat;
    background-size: cover;
  }
  .text-read {
    font-size: 1.8rem;
    line-height: 1.8;
    font-weight: 400;
    text-align: left;
  }
  /*■■■■■■ ＃1　なせ電子書籍なのか(MD) ■■■■■■■*/
  .catch-title {
    font-size: 3.2rem;
  }
  .cercle-in-text {
    padding: 30px 40px;
  }
  .cercle-in-text p {
    font-size: 1.8rem;
  }
  .point-title {
    font-size: 2.2rem;
  }
  .point-title p {
    text-align: left;
    padding-left: 100px;
  }
  .point-icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: #FAD643;
    color: #1A4D8F;
    font-size: 4rem;
    line-height: 1;
    width: 76px;
    height: 76px;
    border-radius: 58px;
    position: absolute;
    left: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .point-icon small {
    font-size: 1.4rem;
    font-weight: 700;
  }
  .sub-title {
    padding: 5px;
    font-size: 2rem;
    font-weight: 500;
    background-color: #FAD643;
    border-radius: 4px;
  }
  .sub-title2 {
    padding: 5px;
    background-color: #fff;
    border-radius: 4px;
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
  }
  .sub-title2 span {
    color: #F94C43;
  }
  .text-caption {
    font-size: 1.4rem;
    font-weight: 400;
  }
  /*■■■■■■ 特にKindle出版が注目されている理由(SM) ■■■■■■■*/
  .text-mid-title {
    padding: 10px;
    font-size: 2rem;
  }
  .platform {
    border-spacing: 5px 10px;
  }
  .platform thead th {
    font-size: 1.6rem;
  }
  .platform thead td {
    font-size: 1.6rem;
  }
  .platform tbody th {
    padding: 10px;
    font-size: 2rem;
  }
  .platform tbody td {
    padding: 10px 20px;
  }
  .platform tbody td p {
    text-align: left;
    font-size: 1.4rem;
    font-weight: 700;
  }
  .platform tbody td p strong {
    font-size: 2.4rem;
    font-family: Arial;
  }
  .platform tbody td p small {
    margin: 0 0 0 15px;
    font-size: 1.4rem;
    font-weight: 400;
  }
  .platform th, .platform td {
    vertical-align: middle;
  }
  /*■■■■■■ 電子書籍出版代行会社を選ぶ際のポイント(XS) ■■■■■■■*/
  .service-list {
    margin: 0;
  }
  .service-list li {
    padding: 0;
    font-size: 1.6rem;
    text-indent: -1.6em;
    padding-left: 1.6em;
  }
  /*swiper(MD)*/
  .swiper-button-prev {
    left: 10px;
    top: 103%;
  }
  .swiper-button-next {
    right: 10px;
    top: 103%;
  }
} /*MD*/
/*------------(LG)------------*/
@media (min-width: 1024px) and (max-width: 1215px) {
  .product-card {
    padding: 30px 15px;
    background: rgba(150, 150, 150, 0.1);
    border: 5px solid #FAD643;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0 20px;
    width: 100%;
    height: 100%;
  }
  .product-card img {
    width: 140px;
  }
} /*LG*/
/*------------(XL)------------*/
/*XL*/