@charset "UTF-8";
/* ----------------------------------
 style
---------------------------------- */
body {
  color: #333;
  font-family: YakuHanJP, "Helvetica Neue", "Helvetica", "Arial", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.8;
}

selector {
  font-family: YuGothic, "Custom Yu Gothic", "Yu Gothic", sans-serif;
}

html {
  /*要素が少ない時footerをウィンドウの最下部へ*/
  position: relative;
  min-height: 100%;
  font-size: 16px;
}

html > body {
  font-size: 100%;
}

img {
  max-width: 100%;
  height: auto;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #000;
}

a:hover {
  opacity: 0.7;
  transition: 0.8s;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

@media (max-width: 768px) {
  html {
    font-size: 15px;
  }
}
/* ----------------------------------
 共通
---------------------------------- */
.greenbar {
  background: #76c372;
}

.greenbar h2 {
  max-width: 1170px;
  margin: 0 auto;
  line-height: 1.4;
  padding: 1.2rem 1.3%;
}

.greenbar h2 span {
  font-size: 1.4rem;
}

/* 一覧を見る */
#newsWrappe .toList a,
.toList a {
  color: #000;
  text-decoration: none;
  font-size: 0.9rem;
  text-align: right;
  margin-top: 0.5rem;
  display: block;
}

.toList i {
  color: #2aaf4a;
}

/* title 明朝体 */
.toList,
.info-title,
.section-title,
.detail-title,
.greenline-title,
.detail_cntTitle,
nav.eiyouFaq,
.top_contact h4,
.st_field,
.st_seires_title,
.mypageMenu {
  font-family: "Yu Mincho Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG明朝B", "MS Mincho", serif;
  font-weight: normal;
}

.detail_cntTitle.small {
  font-size: 1.4rem;
  line-height: 1.4;
}

/* 数字書体 */
.update,
.newMark,
.pubDate,
.pager,
.numberTxt {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}

/* top 見出し */
.section-title {
  font-size: 2.5rem;
  position: relative;
  display: inline-block;
}

.section-title span {
  border-bottom: 3px solid #333;
  padding: 0 0.3rem;
}

.section-title::after {
  content: attr(data-subtitle);
  display: block;
  font-size: 0.9rem;
  padding: 3px 12px;
  border: 1px solid #2aaf4a;
  border-radius: 100px;
  color: #2aaf4a;
  margin-top: 1rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}

#profession .section-title {
  font-size: 1.8rem;
}

#profession .section-title::after {
  width: 120px;
  margin: 1rem auto;
}

/* wrappe */
.mainWrappe,
.footer_mainWrappe {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
}

.mainWrappe {
  margin-bottom: 3rem;
}

@media (max-width: 1280px) {
  .greenbar h2 {
    max-width: 1100px;
    padding: 1.2rem 15px;
  }
  .mainWrappe,
  .footer_mainWrappe {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 15px;
  }
}
/* ----------------------------------
 flexbox
---------------------------------- */
#newsWrappe,
.cntWrappe,
.bookHeadWrappe,
.pickup_books {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
}

/* ----------------------------------
 textリンク
---------------------------------- */
.field_series a,
.bookHead_right dl a,
.target_persons a,
.booksData a,
.item_cnt dl a,
.list .item_cnt .series a,
#relatedDoc p a,
.email,
.aboutTextbook p a,
.greentable a,
.link_page a,
.g-line,
.greenbelt + p a,
.about_special a,
.detail_cntRight .text a {
  color: #3eb055;
  text-decoration: underline;
}

#newsWrappe .title a,
.news-list .title a {
  color: #333;
  text-decoration: underline;
}

/* ----------------------------------
 top_新着情報／関連情報
---------------------------------- */
.info-title {
  /* border-bottom: 2px solid #333; */
  padding: 0 0.2rem;
  display: inline-block;
  margin-bottom: 1rem;
}

#newsWrappe {
  margin-top: 3.2rem;
}

#newsWrappe section {
  flex: 1 1 0%;
  text-align: left;
}

/*#newsWrappe a, .news-list a {
	color: inherit;
	text-decoration: none;
	display: block;
}*/
#newsWrappe li {
  border-bottom: 1px solid #ddd;
}

#newsWrappe li:first-child {
  border-top: 1px solid #ddd;
}

#newsWrappe section.news {
  padding: 0 1.3% 0 0;
  position: relative;
}

#newsWrappe section.related {
  padding: 0 0 0 1.3%;
  position: relative;
}

#newsWrappe li dl {
  padding: 0.5rem 0.2rem;
}

#newsWrappe li dt {
  font-size: 0.9rem;
}

#newsWrappe li dd {
  font-size: 0.9rem;
  margin-top: 0.2rem;
}

@media (max-width: 991px) {
  #newsWrappe section {
    flex: 0 0 100%;
  }
  #newsWrappe .news {
    margin-bottom: 2rem;
  }
  .detail_cntTitle.small br {
    display: none;
  }
}
@media (max-width: 768px) {
  .section-title span {
    padding: 0 0.3rem 3px;
  }
  .greenbar h2 {
    padding: 1rem 1.3%;
    font-size: 1.1rem;
  }
  .greenbar h2 span {
    font-size: 1rem;
  }
  .mainWrappe {
    padding: 0 10px;
  }
  #thumb-v {
    margin-top: 0.5rem;
  }
  #newsWrappe {
    margin-top: 1.6rem;
  }
  .section-title {
    font-size: 2rem;
  }
  .section-title::after {
    font-size: 0.8rem;
  }
  #profession .section-title {
    font-size: 1.5rem;
  }
  #newsWrappe section.related {
    padding: 0 0 0 0;
  }
}
/* ----------------------------------
 新着情報／関連情報
---------------------------------- */
.news-list li {
  border-bottom: 1px solid #ddd;
  padding: 0.6rem 0 0.8rem;
}

.newMark {
  margin-right: 0.5rem;
}

/*.newMark{display: block}*/
.line-title {
  border: 1px solid #ccc;
  text-align: center;
  padding: 0.4rem 0;
  margin-bottom: 2.4rem;
}

/*新着・関連情報, つくしの詳細*/
.bg-gray {
  background: #f4f4f4;
  padding: 1rem 1rem 0rem;
  margin: 3rem 0 4.5rem;
}

.bg-gray .title {
  border-bottom: 2px solid #333;
  padding-bottom: 0.8rem;
  margin-bottom: 1.6rem;
}

#relatedBooks,
#relatedSpecial,
#tsukushiIndex,
#tsukushiPublish {
  margin-bottom: 5rem;
}

.noList {
  margin-top: 1.5rem;
}

/*.bg-gray a{font-weight: bold}*/
@media (min-width: 769px) {
  .news-list dl {
    display: flex;
    padding: 0.3rem 0;
  }
  .news-list dt > div {
    margin-right: 0.3rem;
  }
  .news-list dt {
    flex: 0 0 auto;
    width: 23%;
    display: flex;
  }
  .news-list dd {
    flex: 0 0 auto;
    width: 77%;
  }
  .newMark {
    display: block;
    line-height: 1;
  }
  .news-list .eiyouSupport dt {
    display: flex;
    align-items: stretch;
  }
  .news-list .eiyouSupport {
    margin-bottom: 3rem;
  }
  .news-list .tagColor_emerald {
    width: 7.5em;
    line-height: 1.2;
    padding: 2px 2px 2px 2px;
  }
  .news-list .updata {
    margin-right: 1rem;
  }
  .sec {
    background: #eee;
    width: 40%;
  }
}
@media (max-width: 768px) {
  .bg-gray {
    padding: 0rem 1rem;
    margin: 1.6rem 0 2.5rem;
  }
  .title h2 {
    font-size: 1.2rem;
    line-height: 1.4;
  }
  .line-title {
    margin-bottom: 1.2rem;
  }
  #relatedBooks,
  #relatedSpecial,
  #tsukushiIndex,
  #tsukushiPublish {
    margin-bottom: 2.5rem;
  }
  .news-list .eiyouSupport dt {
    display: flex;
    align-items: center;
    width: 100%;
  }
}
/* 中黒を使ったulリスト */
ul.bullet {
  list-style: none;
}

ul.bullet li {
  text-indent: -0.7em;
  padding-left: 1em;
}

ul.bullet li::before {
  content: "・ ";
}

.ml-1em {
  margin-left: 1em;
}

table.wide {
  border-collapse: collapse;
  width: 100%;
  margin: 0.5rem auto 1.4rem;
  text-align: center;
  margin-left: 45px;
}

table.wide.left {
  text-align: left;
}

table.wide th {
  background: none;
  background-color: #edf6e8;
  border: 1px solid #70ad47;
  font-weight: normal;
}

table.wide td {
  border: 1px solid #70ad47;
}

table.wide th,
table.wide td {
  padding: 0.5rem;
}

table.wide small {
  font-size: 0.9em;
}

@media screen and (max-width: 767px) {
  table.wide {
    display: table;
    border-collapse: collapse;
    width: 100%;
    table-layout: fixed;
    font-size: 0.8em;
    margin-left: 0;
  }
  table.wide tr {
    display: table-row;
  }
  table.wide th,
  table.wide td {
    display: table-cell;
    line-height: 1.3;
    padding: 0.3rem 0.2rem;
  }
}
.font-YuGothic {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.list-indent li {
  text-indent: -1em;
  padding-left: 1em;
}

a.line {
  color: #3eb055;
  text-decoration: underline;
}

/* ----------------------------------
 top_新着情報／関連情報　共通
---------------------------------- */
.newsTag,
.relatedTag {
  color: #fff;
  font-size: 0.75rem;
  border-radius: 2px;
  padding: 2px 4px 3px 4px;
  margin-right: 0.3rem;
  display: inline-block;
  line-height: 1.2;
}

.newsTag a {
  color: #fff;
}

.tagColor_navy {
  background-color: #515a91;
}

.tagColor_aqua {
  background-color: #56a6de;
}

.tagColor_emerald {
  background-color: #61bcb3;
}

.tagColor_brown {
  background-color: #8b6948;
}

.tagColor_salmon {
  background-color: #fea49b;
}

.newMark,
.pubDate {
  color: #009f4f;
}

.update {
  margin-right: 0.3rem;
}

.pubDate {
  font-size: 0.8rem;
}

/* ----------------------------------
 エクセル栄養君 サポート情報
---------------------------------- */
.ver {
  display: inline-block;
  font-weight: bold;
}

.tagColor_eplus {
  background-color: #07a33e;
}

.tagColor_ffqnext {
  background-color: #173d89;
}

.tagColor_ee {
  background-color: #2288e4;
}

.tagColor_ffqg {
  background-color: #d486c7;
}

.tagColor_red {
  background-color: #f94e02;
}

.support_mt {
  margin-top: 2rem;
}

.dlZip-content {
  display: none;
}

/* ----------------------------------
 top_新刊／近刊
---------------------------------- */
.titleWrappe {
  text-align: center;
  position: relative;
  margin-top: 5rem;
  margin-bottom: 3rem;
}

.titleWrappe .toList {
  position: absolute;
  top: 40%;
  right: 10px;
}

.cntWrappe .item {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
  margin-bottom: 1rem;
}

.cntWrappe .item img {
  border: 1px solid #ededed;
}

.cntWrappe .item {
  padding: 0 1.6%;
}

.cntWrappe .item h3 {
  font-size: 0.9rem;
  line-height: 1.2;
}

#newRerease .series,
#commingSoon .series {
  font-size: 0.8rem;
  line-height: 1.2;
  margin-bottom: 0.3rem;
}

@media (max-width: 991px) {
  .cntWrappe .item {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (max-width: 767px) {
  .cntWrappe .item {
    flex: 0 0 33.333333333%;
    max-width: 33.333333333%;
  }
  .news .toList,
  .related .toList {
    position: absolute;
    top: 0%;
    right: 10px;
  }
  .titleWrappe .toList {
    top: 100%;
    right: 10px;
  }
  .titleWrappe {
    margin-top: 3rem;
  }
  .cntWrappe .item h3,
  .pubDate {
    line-height: 1.3;
  }
  .cntWrappe .item h3 {
    font-weight: normal;
    margin-top: 0.15rem;
  }
}
/* ----------------------------------
 top_職種・資格別 教科書
---------------------------------- */
#profession .cntWrappe .item {
  flex: 0 0 25%;
  max-width: 25%;
  margin-bottom: 1.6rem;
}

#profession .cntWrappe .item img {
  border: none;
}

#profession .cntWrappe .item {
  padding: 0 4%;
}

@media (max-width: 991px) {
  #profession .cntWrappe .item {
    padding: 0 3%;
  }
}
@media (max-width: 768px) {
  #profession .cntWrappe .item {
    flex: 0 0 33.333333333%;
    max-width: 33.333333333%;
    padding: 0 3%;
  }
  #profession .titleWrappe {
    margin-bottom: 1rem;
  }
}
@media (max-width: 480px) {
  #profession .cntWrappe .item {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 4%;
  }
}
/* ----------------------------------
 top_特集
---------------------------------- */
.specialWrappe {
  display: flex;
  flex-flow: row wrap;
}

.specialWrappe li {
  margin-bottom: 10px;
  border: 1px solid #dadada;
  box-shadow: 0 0 2px #ccc;
  flex: 0 0 21%;
  max-width: 21%;
  margin: 0 2% 2rem;
  border-radius: 6px;
}

.specialWrappe li a {
  text-decoration: none;
  cursor: pointer;
  display: block;
  height: 100%;
  width: 100%;
}

.specialWrappe li div {
  background-color: #2288e4;
  text-align: center;
  height: 120px;
  overflow: hidden;
  border-radius: 6px 6px 0 0;
}

.specialWrappe li img {
  width: 60%;
  vertical-align: bottom;
  margin-top: 13px;
  font-display: block;
}

.specialWrappe dl {
  margin: 0;
  padding: 0.7rem 1rem 1.5rem;
  font-size: 0.9rem;
}

.specialWrappe dt {
  font-weight: bold;
  line-height: 1.3;
}

.specialWrappe dd {
  font-size: 0.9rem;
  line-height: 1.4;
  padding: 0.3rem 0 0;
}

.special .update {
  display: block;
  margin-bottom: 0.2rem;
}

/* scale img */
.specialWrappe li img {
  transition: transform 0.2s linear;
}

.specialWrappe li a:hover img {
  transform: scale(1.1);
}

@media (max-width: 991px) {
  .special {
    padding: 0;
  }
  .specialWrappe li {
    flex: 0 0 22%;
    max-width: 22%;
    margin: 0 1.5% 2rem;
  }
}
@media (max-width: 768px) {
  .specialWrappe {
    justify-content: space-between;
  }
  .specialWrappe li {
    flex: 0 0 46%;
    max-width: 46%;
  }
  .specialWrappe dl {
    padding: 0.7rem 0.7rem 0.7rem 1rem;
  }
  .specialWrappe li img {
    width: 60%;
  }
  .specialWrappe li div {
    height: 150px;
  }
}
@media (max-width: 480px) {
  .specialWrappe dl {
    padding: 0.7rem 0.3rem 0.7rem 0.5rem;
    font-size: 0.8rem;
  }
  .specialWrappe li img {
    width: 75%;
  }
  .specialWrappe li div {
    height: 120px;
  }
}
/* ----------------------------------------
 top_バナーエリア　エクセル栄養君・e-ラーニング
---------------------------------------- */
#excelEiyou,
#elearning {
  text-align: center;
  max-width: 1110px;
  margin: 0 auto;
}

#excelEiyou img,
#elearning img {
  width: 100%;
  border-radius: 8px;
}

#excelEiyou {
  margin: 8rem auto 2.5rem;
}

#excelEiyou_sp,
#elearning_sp {
  display: none;
}

@media (max-width: 768px) {
  #excelEiyou {
    margin: 3rem 0 1.5rem;
  }
}
@media (max-width: 480px) {
  #excelEiyou,
  #elearning {
    display: none;
  }
  #excelEiyou_sp {
    margin-bottom: 1rem;
  }
  #excelEiyou_sp,
  #elearning_sp {
    display: block;
  }
}
/* ----------------------------------
 top_お問合わせ
---------------------------------- */
.top_contact {
  border: 10px solid #eee;
  text-align: center;
  font-size: 1rem;
  margin: 4.5rem 15px 5rem;
  padding: 1.5rem 1rem 2.8rem;
}

.top_contact h4 {
  position: relative;
  display: inline-block;
  padding: 0 30px;
  margin: 0 0 2rem;
  letter-spacing: 0.2em;
  font-size: 1.1rem;
  color: #000;
}

.top_contact h4::before,
.top_contact h4::after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 18px;
  height: 2px;
  background-color: #67bc63;
}

.top_contact h4::before {
  left: 0;
}

.top_contact h4::after {
  right: 0;
}

.top_contact h5 {
  font-size: 1rem;
  margin-bottom: 0.8rem;
}

.top_contact h5.contact {
  margin-top: 2.6rem;
}

.top_contact.eiyou h5.contact {
  margin-top: 0rem;
  margin-bottom: 1rem;
}

.top_contact h5 i {
  color: #67bc63;
  font-size: 1rem;
}

.top_contact p {
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
}

.top_contact .btn_base {
  width: 380px;
}

@media (max-width: 767px) {
  .top_contact {
    border: 10px solid #eee;
    text-align: center;
    font-size: 1rem;
    margin: 2rem -15px 1rem;
    padding: 1.5rem 15px 3rem;
  }
  .top_contact h4 {
    margin: 0 0 1rem;
  }
  .top_contact h5 {
    margin-bottom: 0.3rem;
  }
}
/* ----------------------------------
 detail_head 書影・書誌情報
---------------------------------- */
.bookHeadWrappe {
  margin: 1.6rem auto 4rem;
}

.bookHead_left {
  flex: 0 0 30%;
  max-width: 30%;
  padding: 0 1.6% 0 0;
}

.bookHead_right {
  flex: 0 0 70%;
  max-width: 70%;
  padding: 0 0 0 3%;
}

.bookHead_left .cover {
  text-align: center;
}

.bookHead_left .cover img {
  border: 1px solid #ccc;
  /*box-shadow: 0 0 5px #999;*/
}

/* ----------------------------------
 detail_head_left
---------------------------------- */
.field_series {
  font-size: 0.8rem;
  margin-bottom: 0.5rem;
  line-height: 1.2;
}

.field_series li {
  margin-bottom: 0.2rem;
}

.field_series i {
  color: #666;
}

.forPc {
  display: block;
}

.forSp {
  display: none;
}

/* ----------------------------------
 detail_head_right
---------------------------------- */
.bookHead_right h1 {
  font-size: 1.75rem;
  line-height: 1;
}

.bookHead_rightWrappe {
  padding-left: 0.5rem;
}

.vol {
  font-size: 0.9rem;
}

.maeTitle {
  margin-bottom: 0.5rem;
}

.maeTitle,
.atoTitle {
  display: block;
  font-size: 1rem;
  font-weight: normal;
}

.maeHan,
.atoHan {
  font-size: 1.25rem;
}

.maeHan {
  padding-right: 0.6rem;
}

.atoHan {
  padding-left: 0.6rem;
}

.bookTitle {
  display: inline-block;
  padding: 0.2rem 0 0.5rem;
}

.bookHead_right h1 {
  margin-bottom: 1.5rem;
}

.bookHead_right dl {
  font-size: 0.9rem;
  margin-bottom: 0.2rem;
}

.bookHead_right dt {
  float: left;
}

.bookHead_right dt::after {
  content: "／";
  display: inline-block;
  margin-right: 5px;
}

.bookHead_right dd {
  overflow: hidden;
}

.bookHead_right dd a + a::before,
.booksData li a + a::before {
  content: "・";
  display: inline-block;
  margin-right: 5px;
  text-decoration: none;
  color: #333;
}

.notices,
.priceWrappe {
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  font-weight: bold;
  padding: 0.8rem 0;
  margin: 1.5rem 0;
}

.priceWrappe {
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  font-weight: bold;
  padding: 1rem 0;
  margin: 1.5rem 0 0.8rem;
}

.non-taxed {
  font-size: 0.9rem;
  font-weight: normal;
  padding: 0 0.5rem;
}

.inStock,
.outStock {
  font-size: 13px;
  border-radius: 2px;
  padding: 0 3px;
  font-weight: normal;
}

.inStock {
  background: #67bc63;
  color: #fff;
}

.outStock {
  background: #ddd;
  color: #333;
}

.online {
  margin-bottom: 1.5rem;
}

.online p,
.buyKenpaku p {
  font-weight: bold;
  font-size: 0.9rem;
  margin-bottom: 0.3rem;
}

.price {
  font-size: 1.25rem;
  font-weight: bold;
}

.online ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  background-color: #eee;
  border: 2px solid #67bc63;
  padding: 12px 8px;
}

.online ul li {
  background: #fff;
  border: 1px solid #6995d8;
  padding: 2px 3px;
  flex: 0 0 15.9%;
  border-radius: 3px;
}

.online ul li img {
  vertical-align: bottom;
}

@media (max-width: 1080px) {
  .online ul {
    justify-content: start;
    gap: 10px;
  }
  .online ul li {
    flex: 0 0 19%;
  }
}
.reviewThanks {
  text-align: center;
}

.reviewThanks h4 {
  font-size: 1.2rem;
  margin-bottom: 1rem;
  font-weight: 500;
}

.reviewThanks h3 {
  font-size: 1rem;
  font-weight: normal;
}

.reviewThanks h3 + p {
  margin: 1rem 0;
}

.reviewThanks .btn_base {
  margin-bottom: 5rem;
}

@media (max-width: 767px) {
  .bookHead_left,
  .bookHead_right {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }
  .bookHead_left .cover {
    padding: 0 4.8rem;
    margin-bottom: 0.5rem;
  }
  .forPc {
    display: none;
  }
  .forSp {
    display: block;
  }
  .bookHead_right h1 {
    font-size: 1.25rem;
  }
  .maeHan {
    padding-right: 0.5rem;
  }
  .atoHan {
    padding-left: 0.5rem;
  }
  .maeHan,
  .atoHan {
    font-size: 1rem;
  }
  .maeTitle,
  .atoTitle {
    display: block;
    font-size: 0.9rem;
    font-weight: normal;
  }
  .online ul {
    /* padding: 0.5rem 0.5rem 0.2rem; */
    padding: 3% 3% 1%;
    justify-content: space-between;
    gap: 0;
  }
  .online ul li {
    flex: 0 0 32%;
    max-width: 32%;
    margin: 0;
    margin-bottom: 0.5rem;
  }
  .online {
    margin: 1rem 0 1rem;
  }
  .notices,
  .priceWrappe {
    margin: 1rem 0;
    padding: 0.5rem 0;
  }
  .bookTitle {
    padding: 0.15rem 0 0.25rem;
  }
}
@media (max-width: 480px) {
  .online ul li {
    flex: 0 0 48%;
    max-width: 48%;
  }
}
/* ----------------------------------
 detail_contents
---------------------------------- */
.detail_cntWrappe {
  border-top: solid 3px #e5e5e5;
  position: relative;
  padding-top: 1rem;
}

.detail_cntWrappe::before {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 5px #67bc63;
  top: -3px;
  left: 0;
  width: 160px;
}

.detail_cntWrappe {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin: 0 0 4rem; /*border: 1px solid blue;*/
}

.detail_cntLeft {
  flex: 0 0 25%;
  max-width: 25%;
  padding-right: 1.5rem;
}

.detail_cntRight {
  flex: 0 0 75%;
  max-width: 75%;
  margin-top: 0.8rem;
}

.detail_cntLeft h2 {
  font-size: 1.6rem;
}

.detail_cntRight .text {
  font-size: 0.95rem;
  line-height: 2;
  padding-right: 6rem;
}

.detail_cntRight .text_mokuji {
  font-size: 0.95rem;
  line-height: 1.6;
  padding-right: 0;
}

.target_persons ul {
  margin-bottom: 0.5rem;
  font-size: 0.95rem;
}

.target_persons li {
  list-style: disc inside;
}

.target_persons a,
#relatedDoc p {
  font-weight: bold;
}

#relatedDoc .detail_cntRight a + p {
  margin-top: 2rem;
}

#preface .detail_cntWrappe,
#bookIndex .detail_cntWrappe {
  display: block;
  position: relative;
}

#preface .detail_cntWrappe,
#bookIndex .detail_cntWrappe::after {
  clear: both;
}

#preface .detail_cntLeft,
#bookIndex .detail_cntLeft {
  float: left;
  width: 25%;
  padding-right: 1.5rem;
}

#preface .detail_cntRight,
#bookIndex .detail_cntRight {
  /* flex: right; */
  width: 75%;
  margin-left: 25%;
}

#preface .detail_cntWrappe::before,
#bookIndex .detail_cntWrappe::before {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 5px #67bc63;
  top: -3px;
  left: 0;
  width: 160px;
}

@media (max-width: 991px) {
  .detail_cntLeft,
  .detail_cntRight {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .detail_cntRight .text {
    padding-right: 0;
  }
  .detail_cntLeft {
    padding-right: 0rem;
  }
  #preface .detail_cntLeft,
  #bookIndex .detail_cntLeft {
    float: none;
  }
  #preface .detail_cntRight,
  #bookIndex .detail_cntRight {
    margin-left: 0;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .detail_cntLeft h2 {
    font-size: 1.4rem;
  }
  .detail_cntWrappe {
    padding-top: 0.6rem;
  }
}
/* ----------------------------------
 detail_サンプルページ
---------------------------------- */
#sampleWrappe img {
  width: 100%;
}

i.samplepage {
  display: block;
  position: relative;
  top: 20px;
}
/*
.popup-img {
    background-color: #fff;
  color: #222;
  display: inline-block;
  margin: 0 5px;
  width: 32%;
}
*/
#sampleWrappe {
  display: flex;
  flex-flow: row wrap;
  margin: 2rem 0;
}

#sampleWrappe a {
  flex: 0 0 33.333333333%;
  max-width: 33.333333333%;
  padding: 0 4% 0 0;
  margin-bottom: 1rem;
  outline: none;
}

#sampleWrappe img {
  border: 1px solid #eee;
}

/* ----------------------------------
 detail_おすすめ書籍
---------------------------------- */
.pickup_books h3 {
  font-size: 0.95rem;
  margin-bottom: 0.3rem;
}

.pickup_books h3 + p {
  font-size: 0.9rem;
}

.balloon {
  position: relative;
  display: inline-block;
  margin: 1.5em 15px 1.5em 0;
  padding: 0 5px;
  width: 68px;
  height: 68px;
  line-height: 68px;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  font-size: 1rem;
  background: #67bc63;
  border-radius: 50%;
  box-sizing: border-box;
}

.balloon:before {
  content: "";
  position: absolute;
  bottom: -8px;
  right: -8px;
  margin-top: -15px;
  border: 10px solid transparent;
  border-left: 15px solid #67bc63;
  z-index: 0;
  transform: rotate(45deg);
}

.balloon,
.balloon:before {
  opacity: 0.9;
}

.pickup_books li {
  flex: 0 0 33.333333333%;
  max-width: 33.333333333%;
  padding: 0 3%;
  margin-bottom: 1rem;
}

.pickup_books dl {
  position: relative;
  text-align: center;
  margin-bottom: 0.5rem;
}

.pickup_books dt {
  position: absolute;
  bottom: -25px;
}

.pickup_books dd {
  width: 70%;
  margin: 0 auto;
}

.pickup_books img {
  border: 1px solid #eee;
}

@media (max-width: 767px) {
  .pickup_books {
    margin-top: 1rem;
  }
  .pickup_books li {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 2rem;
  }
  #sampleWrappe {
    margin: 2rem 0 0;
  }
  .pickup_books dd {
    width: 42%;
  }
  .pickup_books dt {
    position: absolute;
    left: 10%;
  }
}
/* ----------------------------------
 detail_書籍情報table
---------------------------------- */
.booksData,
.greentable {
  border-top: 1px solid #67bc63;
  width: 100%;
}

.booksData,
.greentable {
  border-collapse: collapse;
}

.booksData th,
.greentable th {
  text-align: left;
  background: #eaf8e9;
  border-right: 2px solid #67bc63;
}

.booksData th {
  width: 135px;
}

.booksData th,
.booksData td,
.greentable th,
.greentable td {
  border-bottom: 1px solid #67bc63;
  padding: 8px 10px;
  font-size: 0.9rem;
}

.series li {
  display: inline;
}

.series li + li::before {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: 900;
  margin: 0 5px 0 5px;
  color: #444;
}

/* ----------------------------------
 detail_著編者紹介
---------------------------------- */
.profile li {
  border-bottom: 1px dashed #ddd;
}

.profile li a {
  display: block;
  padding: 1rem 0.5rem;
}

.profile li h4::before {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: 900;
  padding-right: 5px;
  color: #67bc63;
}

.profile li h4 span {
  font-weight: normal;
  font-size: 0.9rem;
}

.profile li h4 span::before {
  content: "（";
  display: inline-block;
  padding-left: 0.5rem;
}

.profile li h4 span::after {
  content: "）";
  display: inline-block;
}

.profile li h5 {
  margin: 0.5rem 0 0;
  font-weight: normal;
  font-size: 0.9rem;
}

.profile li h5 + p {
  margin: 0.5rem 0 0;
  font-size: 0.95rem;
}

/* ----------------------------------
 detail_もっと読む
---------------------------------- */
.accordion-box {
  position: relative;
  margin-bottom: 2rem;
}

.accordion-box label {
  height: 100px; /* グラデーションの高さ クリックできる範囲 */
  cursor: pointer;
  text-align: center;
  font-size: 0.9rem;
  font-weight: bold;
  position: absolute;
  bottom: 0;
  width: 100%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
}

.accordion-box input:checked + label {
  background: inherit; /* 開いた時には背景グラデーションを消す */
}

.toggle_triggerOpen,
.toggle_triggerClose,
.toggle_triggerOpen_preface,
.toggle_triggerClose_preface {
  font-weight: bold;
  font-size: 0.95rem;
}

.accordion-box label:after {
  content: "もっと読む"; /* ラベルの文字 */
  letter-spacing: 0.05em;
  line-height: 1.5rem;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translate(-50%, 0);
  color: #333;
  width: 100%;
}

.text_open,
.text_close,
.text_open_preface,
.text_close_preface {
  position: relative;
  padding: 15px 30px;
  text-align: center;
}

.text_open a,
.text_close a,
.text_open_preface a,
.text_close_preface a {
  display: block;
}

.text_open:hover,
.text_close:hover,
.text_open_preface:hover,
.text_close_preface:hover {
  cursor: pointer;
}

a.anchor {
  display: block;
  padding-top: 105px;
  margin-top: -105px;
}

.accordion-box label:before {
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  font-weight: 900;
  color: #2aaf4a;
  font-size: 1.2rem;
  line-height: 1;
  position: absolute;
  bottom: -10px;
  left: calc(50% - 10px);
  background-color: #fff;
  z-index: 1;
}

.text_open:before,
.text_open_preface:before {
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  font-weight: 900;
  color: #2aaf4a;
  font-size: 1.2rem;
  line-height: 1;
  position: absolute;
  top: 0px;
  left: calc(50% - 10px);
  background-color: #fff;
  z-index: 1;
}

.text_close:after,
.text_close_preface:after {
  font-family: "Font Awesome 5 Free";
  content: "\f106";
  font-weight: 900;
  color: #2aaf4a;
  font-size: 1.2rem;
  line-height: 1;
  position: absolute;
  top: 0px;
  left: calc(50% - 10px);
  background-color: #fff;
  z-index: 1;
}

.accordion-box input {
  display: none;
}

.accordion-box .accordion-container {
  overflow: hidden;
  /*height:15vh;  開く前に見えている部分の高さ */
  transition: all 0.6s;
}

.maegaki .accordion-container {
  height: 20vh;
}

.mokuji .accordion-container {
  height: 20vh;
}

/*.accordion-box input:checked + label {
	display: none; 閉じるボタンは要らないとき
}*/
.accordion-box input:checked + label:after {
  content: "閉じる";
}

.accordion-box input:checked + label:before {
  font-family: "Font Awesome 5 Free";
  content: "\f106";
  font-weight: 900;
}

.accordion-box input:checked ~ .accordion-container {
  height: auto;
  padding-bottom: 30px; /* 閉じるボタンのbottomからの位置 */
  transition: all 0.6s;
}

/* ----------------------------------
 search_result list
---------------------------------- */
.list .cntWrappe {
  margin-top: 4rem;
}

.list .cntWrappe .item {
  flex: 0 0 33.333333333%;
  max-width: 33.333333333%;
  padding: 0 1% 0 0;
  margin-bottom: 3.6rem;
}

.list .cntWrappe .item {
  display: flex;
  font-size: 0.8rem;
  justify-content: space-between;
}

.list .cntWrappe .item .cover {
  width: 42%;
  position: relative;
}

.list .cntWrappe .item .cover img {
  border: 1px solid #ccc;
}

.list .item_cnt {
  width: 54%;
  padding-right: 1.5rem;
}

.list .cntWrappe .item .cover span.expert {
  position: absolute;
  top: -19px;
  left: 0;
  background: #87d483;
  font-size: 0.8rem;
  line-height: 1.2rem;
  padding: 0 0.2rem;
  border-radius: 4px 4px 0 0;
}

p.expert {
  display: inline-block;
  background: #87d483;
  color: #333;
  text-align: center;
  text-decoration: none;
  padding: 2px 6px;
  border-radius: 2px;
  font-size: 0.8rem;
  font-weight: bold;
  margin-right: 1rem;
}

.list .cntWrappe .item h3 {
  line-height: 1;
  margin-bottom: 0.7rem;
}

.list .bookTitle {
  font-size: 1rem;
  padding-bottom: 0.1rem;
}

.list .maeHan,
.list .atoHan {
  font-size: 0.9rem;
}

.list .maeHan {
  padding-right: 0.3rem;
}

.list .atoHan {
  padding-left: 0.3rem;
}

.list .author {
  margin-bottom: 0.5rem;
}

.about_special {
  background: #eee;
  margin-top: 0.5rem;
  padding: 0.8rem 2rem 0.5rem;
  font-size: 0.9rem;
}

.about_special p {
  margin-bottom: 0.8rem;
}

.list .item_cnt dl {
  overflow: hidden;
}

.list .item_cnt dt {
  float: left;
}

.list .item_cnt dd {
  margin-left: 2.5em;
  line-height: 1.2;
}

.list .item_cnt dl li {
  display: inline;
}

.list .item_cnt dl li + li::before {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: 900;
  margin: 0 3px 0 3px;
  color: #555;
}

.list .item_cnt .series {
  line-height: 1.2;
}

.list .item_cnt .data {
  margin-top: 0.5rem;
}

@media (max-width: 768px) {
  .list .cntWrappe .item {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .list .item_cnt {
    padding-right: 0.5rem;
  }
}
@media (max-width: 480px) {
  .list .cntWrappe {
    /*flex-flow: column;*/
    margin-top: 1.6rem;
  }
  .list .cntWrappe .item {
    flex: 0 0 100%;
    max-width: 100%;
    border-bottom: 1px solid #ddd;
    padding-bottom: 1rem;
    margin-bottom: 1.5rem;
  }
  .booksData th {
    width: 90px;
  }
}
/* ----------------------------------
 ボタン
---------------------------------- */
.btnCart,
.btnDL {
  display: inline-block;
  width: 280px;
  background: #67bc63;
  color: #fff;
  text-align: center;
  text-decoration: none;
  padding: 13px 0;
  border-radius: 2px;
  font-size: 0.95rem;
}

button.btnDL:disabled {
  background-color: #ccc;
}

.btnCart i {
  font-size: 1rem;
}

.seigo {
  display: inline-block;
  background: #ededed;
  color: #333;
  text-align: center;
  text-decoration: none;
  padding: 2px 6px;
  border-radius: 2px;
  font-size: 0.8rem;
  font-weight: bold;
  margin-top: 1rem;
}

.tachiyomi,
.relation {
  display: inline-block;
  width: 100%;
  border: 2px solid #67bc63;
  text-align: center;
  text-decoration: none;
  padding: 10px 0;
  border-radius: 2px;
  font-size: 0.9rem;
  font-weight: bold;
  margin-top: 0.5rem;
}

.tachiyomi {
  padding: 10px 0;
}

.relation {
  padding: 8px 0;
}

.tachiyomi::before {
  content: "";
  display: inline-block;
  width: 26px;
  height: 24px;
  background-image: url(../img/OpenBook.svg);
  background-size: contain;
  vertical-align: middle;
  margin-right: 8px;
}

.relation::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 28px;
  background-image: url(../img/OpenDocument.svg);
  background-size: contain;
  vertical-align: middle;
  margin-right: 7px;
}

.tachiyomi {
  padding: 10px 0;
}

.relation {
  padding: 8px 0;
}

.btnDetail {
  display: inline-block;
  width: 90%;
  border: 1px solid #999;
  color: #333;
  text-align: center;
  text-decoration: none;
  padding: 6px 0;
  border-radius: 4px;
  font-size: 0.8rem;
  font-weight: bold;
  margin-top: 0.5rem;
}

.btnDetail i {
  font-size: 0.8rem;
  color: #2aaf4a;
}

.btnDetail:hover {
  opacity: 1;
  border: 1px solid #76c372;
}

.relation i {
  color: #2aaf4a;
}

.download {
  display: block;
  /*background: #2288e4;blue*/
  background: #67bc63;
  color: #fff;
  text-align: center;
  text-decoration: none;
  padding: 0.8rem 0.2rem;
  border-radius: 2px;
  font-size: 0.95rem;
  margin-top: 1rem;
  width: 290px;
}

.download:before {
  content: ""; /*何も入れない*/
  display: inline-block; /*忘れずに！*/
  width: 18px; /*画像の幅*/
  height: 18px; /*画像の高さ*/
  background-image: url(../img/icon_download.png);
  background-size: contain;
  vertical-align: middle;
  padding-right: 1.5rem;
}

.re_search {
  display: inline-block;
  background: #fff;
  font-size: 0.8rem;
  color: #333;
  border-radius: 4px;
  border: 2px solid #2aaf4a;
  padding: 2px 6px;
  margin-left: 0.5rem;
}

@media (max-width: 767px) {
  .btnCart,
  .download {
    width: 100%;
  }
}
.btn-area {
  margin: 30px auto 0;
  text-align: center;
}

/* ----------------------------------
 関連タグ装飾
---------------------------------- */
ul.tag-label li {
  display: inline-block;
  margin-left: 1rem;
}

ul.tag-label li a::before {
  position: absolute;
  top: 0;
  left: -10px;
  content: "";
  width: 0;
  height: 0;
  border-color: transparent #3498db transparent transparent;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  transition: 0.2s;
}

ul.tag-label li a {
  position: relative;
  display: inline-block;
  height: 20px;
  line-height: 20px;
  padding: 0 0.5em 0 0.8rem;
  background-color: #3498db;
  border-radius: 0 3px 3px 0;
  color: #fff;
  text-decoration: none;
  transition: 0.2s;
  font-size: 0.8rem;
}

ul.tag-label li a::after {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 2;
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  margin-top: -3px;
  background-color: #fff;
  border-radius: 100%;
}

@media (max-width: 767px) {
  ul.tag-label li {
    margin-left: 0.7rem;
  }
}
/* ----------------------------------
 formStyle
---------------------------------- */
/*.group:first-of-type {
	border-top: 2px solid #EEE;
}*/
.group {
  padding: 18px 12px 17px 12px;
  border-bottom: 2px solid #eee;
  overflow: hidden;
}

.gRight {
  float: right;
  width: 73%;
}

.gLeft {
  display: block;
  width: 25%;
  float: left;
  font-weight: bold;
}

.error_message,
.notDL {
  margin: 0.8rem 0;
}

.error_message li,
.notDL {
  color: red;
  line-height: 1.3;
  margin-bottom: 3px;
  /* font-size: 0.9rem; */
}

.shortTxt {
  margin-bottom: 1.5rem;
}

.require {
  display: inline-block;
  background: #67bc63;
  color: #fff;
  border-radius: 3px;
  padding: 0.1rem 0.3rem 0.05rem 0.3rem;
  font-weight: normal;
  font-size: 0.8rem;
  margin-left: 0.5rem;
}

.formStyle input,
.formStyle button,
.formStyle textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.formStyle button,
.btn_base {
  display: inline-block;
  width: 280px;
  background: #67bc63;
  color: #fff;
  text-align: center;
  text-decoration: none;
  padding: 14px 0;
  border-radius: 4px;
  font-size: 0.95rem;
  /*font-weight: bold;*/
}

.formStyle button:hover {
  opacity: 0.7;
  transition: 0.8s;
}

.formsend,
.notfound {
  text-align: center;
  margin-top: 2rem;
}

::-moz-placeholder {
  color: #ccc;
}

::placeholder {
  color: #ccc;
}

/* ----------------------------------
 formStyle checkbox
---------------------------------- */
.formStyle input[type="checkbox"] {
  display: none;
}

.formStyle input[type="checkbox"] + label.check {
  position: relative;
  display: inline-block;
  padding: 3px 16px 3px 26px;
  cursor: pointer;
  transition: all 0.2s;
}

.text_bold {
  font-weight: bold;
  color: #555;
}

.formStyle input[type="checkbox"] + label.check::before,
.formStyle input[type="checkbox"] + label.check::after {
  position: absolute;
  content: "";
  transition: all 0.2s;
}

.formStyle input[type="checkbox"] + label.check::before {
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  background: #fff;
  border: 2px solid #ccc;
  border-radius: 2px;
}

.formStyle input[type="checkbox"] + label.check::after {
  opacity: 0;
  top: 50%;
  left: 3px;
  width: 16px;
  height: 8px;
  margin-top: -7px;
  border-left: 3px solid #196bc3;
  border-bottom: 3px solid #196bc3;
  transform: rotate(-45deg) scale(0.5);
}

.formStyle input[type="checkbox"] + label.check:hover::before {
  background: #fff;
}

.formStyle input[type="checkbox"]:checked + label.check::before {
  background: #fff;
  border: 2px solid #196bc3;
}

.formStyle input[type="checkbox"]:checked + label.check::after {
  opacity: 1;
  transform: rotate(-45deg) scale(1);
}

/*delivery.html
.checkbox01-input{
  display: none;
}
.checkbox01-parts{
  padding-left: 20px;
  position:relative;
  margin-right: 20px;
}
.checkbox01-parts::before{
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 16px;
  height: 16px;
  border: 2px solid #ccc;
  border-radius: 4px;
}
.checkbox01-input:checked + .checkbox01-parts::after{
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 5px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 3px solid #2980b9;
  border-right: 3px solid #2980b9;
}
*/
/* ----------------------------------
 formStyle radio
---------------------------------- */
.formStyle input[type="radio"] {
  /* display: none; */
  opacity: 0;
  position: absolute;
}

.formStyle input[type="radio"] + label {
  position: relative;
  display: inline-block;
  padding: 3px 10px 3px 24px;
  cursor: pointer;
  margin-left: 1rem;
}

.formStyle input[type="radio"] + label::before,
.formStyle input[type="radio"] + label::after {
  content: "";
  top: 50%;
  position: absolute;
  border-radius: 100%;
  transition: all 0.2s;
}

.formStyle input[type="radio"] + label::before {
  width: 16px;
  height: 16px;
  margin-top: -9px;
  left: 0;
  background: #eee;
  border: 1px solid #999;
  padding-left: 0.5rem;
}

.formStyle input[type="radio"] + label:hover::before {
  background: #fefefe;
}

.formStyle input[type="radio"] + label::after {
  opacity: 0;
  left: 4px;
  width: 8px;
  height: 8px;
  margin-top: -5px;
  background: #2980b9;
  transform: scale(0.5);
}

.formStyle input[type="radio"]:checked + label::before {
  background: #fff;
  border: 1px solid #2980b9;
}

.formStyle input[type="radio"]:checked + label::after {
  opacity: 1;
  transform: scale(1);
}

/* ----------------------------------
 formStyle input textarea
---------------------------------- */
.formStyle input[type="text"],
.formStyle input[type="tel"],
.formStyle input[type="email"],
.formStyle input[type="password"],
.formStyle textarea,
.formStyle input[type="number"] {
  /* padding: 0.4em 0.5rem 0.35rem; */
  padding: 0.5rem;
  border: 2px solid #ccc;
  border-radius: 3px;
  font-size: 1rem;
  width: 100%;
}

/* ----------------------------------
 formStyle input forcus
---------------------------------- */
.formStyle input[type="text"]:focus,
.formStyle input[type="tel"]:focus,
.formStyle input[type="email"]:focus,
.formStyle input[type="password"]:focus,
.formStyle textarea:focus {
  border: 2px solid #67bc63;
  outline: none;
}

/* ----------------------------------
 formStyle tag
---------------------------------- */
.tag-label label {
  cursor: pointer;
  padding: 5px;
  border-radius: 5px;
}

.tag-label input {
  display: none;
}

.check_box:checked + .label {
  background-color: #3498db;
}

.check_box:checked + .label::before {
  position: absolute;
  top: 0;
  left: -10px;
  content: "";
  width: 0;
  height: 0;
  border-color: transparent #3498db transparent transparent;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  transition: 0.2s;
}

.tag-label label {
  display: inline-block;
  margin-left: 1rem;
}

.tag-label label::before {
  position: absolute;
  top: 0;
  left: -10px;
  content: "";
  width: 0;
  height: 0;
  border-color: transparent #999 transparent transparent;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  transition: 0.2s;
}

.tag-label label {
  position: relative;
  display: inline-block;
  height: 20px;
  line-height: 20px;
  padding: 0 0.5em 0 0.8rem;
  background-color: #999;
  border-radius: 0 3px 3px 0;
  color: #fff;
  text-decoration: none;
  transition: 0.2s;
  font-size: 0.8rem;
}

.tag-label label::after {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  margin-top: -3px;
  background-color: #fff;
  border-radius: 100%;
}

/* ----------------------------------
 formStyle select プルダウン
---------------------------------- */
.formStyle select,
.sortStyle select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.formStyle select {
  background: url(../img/ico_select_arrow.png) no-repeat 98% center #fff;
  background-size: 9px;
  padding: 0.4em 0 0.4em 0.4em;
  border: 2px solid #ccc;
  border-radius: 3px;
  font-size: 1rem;
  width: 100%;
}

.formStyle .list02 select {
  background: url(../img/ico_select_arrow.png) no-repeat 90% center #fff;
  background-size: 9px;
  width: auto;
  padding: 0.4em 1.5em;
}

.formStyle .list02 li {
  display: inline;
}

.payment-note {
  font-size: 0.9rem;
  padding-left: 1em;
  margin-bottom: 0.5rem;
}

/* ----------------------------------
 sort select プルダウン
---------------------------------- */
.sortStyle select {
  background: url(../img/ico_select_arrow.png) no-repeat 95% center #fff;
  background-size: 9px;
  padding: 3px 18px 2px 4px;
  border: 1px solid #999;
  font-size: 0.8rem;
}

/* ----------------------------------
 singleWrappe
---------------------------------- */
.singleWrappe {
  padding: 0rem 0 3rem;
}

.singleWrappe {
  max-width: 920px;
  margin: 0 auto;
}

.greenline-title {
  border-bottom: solid 3px #e5e5e5;
  position: relative;
  font-size: 1.6rem;
  color: #333;
  padding-bottom: 0.5rem;
}

.greenline-title::before {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 6px #67bc63;
  bottom: -5px;
  left: 0;
  width: 130px;
}

/*.singleWrappe>.greenline-title{padding-top: 2.5rem;}*/
@media (max-width: 768px) {
  .singleWrappe {
    padding: 0rem 0 1.5rem;
  }
  .greenline-title {
    font-size: 1.5rem;
  }
  .group {
    padding: 18px 0 17px;
  }
  .formStyle button {
    width: 100%;
  }
}
/* ----------------------------------
 詳細検索
---------------------------------- */
#detailSearch {
  margin-top: 2rem;
}

ul.isbn li {
  display: inline-block;
}

ul.isbn li input {
  max-width: 100px;
}

/* ----------------------------------
 検索結果ソート
---------------------------------- */
.sort {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin: 0.5rem 0 1rem;
}

.sort dl.sortA {
  order: 0;
}

.sort dl.sortB {
  order: 0;
}

.sort dl.sortC {
  order: 0;
}

.sort dl.sortD {
  order: 0;
}

.sort dl dt {
  font-size: 0.9rem;
  display: inline;
}

.sort dl dd {
  display: inline;
  margin-left: 10px;
}

/*.sort {
	text-align: right;
	margin: 0.5rem 0 1rem;
}
.sort dl {
	display: inline-block;
	text-align: left;
}
.sort dl dt {
	font-size: 13px;
	display: inline;
}
.sort dl dd {
	display: inline;
	margin-left: 10px;
}*/
/* ---------------------------------------------
	pagination
--------------------------------------------- */
.pager {
  margin: 0rem 0 0;
  text-align: right;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.pager:last-of-type {
  margin-bottom: 10rem;
}

.pager .num {
  display: inline-block;
  margin-right: 25px;
  font-size: 0.9rem;
  position: relative;
  bottom: 4px;
  font-weight: normal;
}

.pager .num span {
  font-size: 1rem;
  font-weight: bold;
}

.paginationWrappe {
  width: auto;
  text-align: right;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 0 auto;
}

.pagination > li {
  display: inline;
  font-weight: normal;
  font-size: 0.9rem;
}

.pagination > li > a span {
  font-size: 1.1rem;
  line-height: 1;
  font-weight: bold;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 2px 8px;
  margin-left: 4px;
  line-height: 1.42857143;
  color: #333;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #999999;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  /*z-index: 2;*/
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #29af4b;
  background-color: #eee;
  border-color: #ddd;
  opacity: 1;
}

.pager + section.special {
  margin-top: 2rem;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  /*z-index: 2;*/
  color: #fff;
  cursor: default;
  background-color: #65c263;
  border-color: #65c263;
  opacity: 1 !important;
}

@media (max-width: 768px) {
  .pager {
    margin: 2rem 0 0;
  }
  .pager:last-of-type {
    margin-bottom: 5rem;
  }
}
@media (max-width: 480px) {
  .pager {
    margin: 1rem 0 0;
    flex-flow: column;
  }
  .num {
    width: 100%;
    margin-right: 0;
  }
  .paginationWrappe {
    width: 100%;
  }
  .sort {
    justify-content: flex-end;
  }
  .sort dl {
    margin-bottom: 0.5rem;
  }
  .sort dl dd {
    margin: 0 5px 0 0;
  }
  .orderTitle {
    display: none;
  }
  .about_special {
    background: #eee;
    margin-top: 1rem;
    padding: 0.8rem 1rem 0.5rem;
  }
}
/* ----------------------------------
 footer
---------------------------------- */
#footer_bn {
  max-width: 1110px;
  margin: 4rem auto 2.5rem;
}

#footer_bn ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  padding: 0;
}

#footer_bn ul li {
  margin-bottom: 1rem;
}

#footer_bn ul li:nth-child(1) {
  width: 17%;
}

#footer_bn ul li:nth-child(2) {
  width: 17%;
}

#footer_bn ul li:nth-child(3) {
  width: 15.5%;
}

#footer_bn ul li:nth-child(4) {
  width: 15.5%;
}

#footer_bn ul li:nth-child(5) {
  width: 14%;
}

@media (max-width: 768px) {
  #footer_bn {
    margin: 2rem 0 2.5rem;
  }
}
/* ----------------------------------
 footer_分野一覧
---------------------------------- */
#footer_field {
  background-color: #eaf8e9;
  padding: 1.2rem 0 2rem;
  position: relative;
}

#footer_field h3 {
  text-align: center;
  color: #67bc63;
}

#footer_field h3::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 27px;
  background-image: url(../img/icon_books.png);
  background-size: contain;
  vertical-align: middle;
  margin-right: 7px;
  position: relative;
  top: -3px;
}

.sp {
  display: none;
}

/*PC用btn*/
#footer_field .pagetop > a {
  position: absolute;
  right: 30px;
  top: -80px;
  display: block;
  background: url(../img/arrow.svg) no-repeat;
  background-size: 52px 52px;
  width: 52px;
  height: 52px;
  text-indent: -99999px;
}

#footer_field .pagetop > a:hover {
  background: url(../img/arrow_on.svg) no-repeat;
  opacity: 1;
  transition: 0s;
}

/* ----------------------------------
 footer_main
---------------------------------- */
#footer_main {
  background-color: #67bc63;
  padding-top: 1.6rem;
}

.footer_mainWrappe {
  text-align: center;
}

.footerNav li {
  display: inline-block;
  font-size: 0.9rem;
  font-weight: bold;
  border-right: 1px solid #333;
  margin-bottom: 0.5rem;
}

.footerNav li a {
  display: inline-block;
  padding: 0 1rem;
  color: #333;
}

.footerNav li:first-child {
  border-left: 1px solid #333;
}

.footerNavwrappe {
  display: flex;
  justify-content: center;
  align-items: center;
}

.footerNavwrappe .footerNav:last-of-type li:first-child {
  border-left: none;
}

.footerNavwrappe .footerNav:last-of-type li:last-child {
  border-right: 1px solid #333;
}

address {
  padding: 3rem 0 2rem;
  font-size: 0.8rem;
  color: #fff;
  font-style: normal;
  letter-spacing: 0.05rem;
}

address img {
  width: 64px;
  padding-bottom: 0.5rem;
}

address .copyright {
  margin-top: 1rem;
}

#footer_main .pagetop > a {
  display: none;
}

@media (max-width: 991px) {
  #footer_field {
    display: none;
  }
  .footerNav:first-child {
    padding-top: 0.5rem;
  }
  #footer_main .footerNav.main {
    display: none;
  }
  #footer_main {
    background-color: #67bc63;
    /*background-image: -webkit-linear-gradient(bottom, #30c164, #67bc63);
    background-image: -moz-linear-gradient(bottom, #30c164, #67bc63);
    background-image: -o-linear-gradient(bottom, #30c164, #67bc63);
    background-image: -ms-linear-gradient(bottom, #30c164, #67bc63);
    background-image: linear-gradient(to top, #30c164, #67bc63);*/
  }
  .footerNavwrappe {
    flex-flow: column;
  }
  .sp {
    display: block;
  }
  address {
    padding: 1rem 0 1rem;
  }
}
@media (max-width: 768px) {
  #footer_bn ul {
    width: 94%;
    margin: 0 auto;
  }
  .footerNav li:last-child {
    border-right: 1px solid #333;
  }
  .footerNavwrappe .footerNav:last-of-type li:first-child {
    border-left: 1px solid #333;
  }
  #footer_main {
    position: relative;
    padding-top: 1.2rem;
  }
  /*SP用btn*/
  #footer_main .pagetop > a {
    position: absolute;
    right: 15px;
    top: -60px;
    display: block;
    background: url(../img/arrow.svg) no-repeat;
    background-size: 42px 42px;
    width: 42px;
    height: 42px;
    text-indent: -99999px;
  }
  #footer_main.pagetop > a:hover {
    background: url(../img/arrow_on.svg) no-repeat;
  }
}
@media (max-width: 767px) {
  #footer_bn ul li:nth-child(1) {
    width: 48%;
  }
  #footer_bn ul li:nth-child(2) {
    width: 48%;
  }
  #footer_bn ul li:nth-child(3) {
    width: 30%;
  }
  #footer_bn ul li:nth-child(4) {
    width: 30%;
  }
  #footer_bn ul li:nth-child(5) {
    width: 30%;
  }
}
/* ----------------------------------
 cart
---------------------------------- */
.cart {
  margin-top: 1rem;
}

.cart dl {
  display: flex;
  width: 100%;
  border-bottom: 2px solid #eee;
  padding: 0.8rem 0;
}

.cart .cartTh {
  padding-bottom: 0.2rem;
  font-weight: bold;
  font-size: 0.94rem;
}

.cart .itemWrappe {
  display: flex;
  align-items: center;
}

.itemName {
  flex: 0 0 250px;
}

.itemPrice {
  flex: 0 0 175px;
  font-size: 0.9rem;
  text-align: center;
}

.itemSeries {
  display: block;
  font-size: 0.9rem;
}

.itemID {
  flex: 0 0 170px;
  /* text-align: center; */
  position: relative;
  top: 9px;
}

.cartTh .itemID {
  position: relative;
  top: 0px;
}

.itemNum {
  flex: 0 0 185px;
}

.itemSum {
  flex: 0 0 140px;
}

.itemNum.confirm {
  position: relative;
  left: 15px;
}

.itemID .about_serial {
  display: block;
  font-size: 0.75rem;
}

.cart.forBooks .itemName {
  flex: 0 0 405px;
}

.itemName a {
  color: #29af4b;
  text-decoration: underline;
}

.itemNum li {
  display: inline-block;
}

.formStyle.cart dl:not(:first-of-type) .itemID {
  padding-left: 0.5rem;
}

.formStyle.cart dl:not(:first-of-type) .itemSum {
  text-align: right;
}

.formStyle.cart .itemID input {
  max-width: 120px;
  padding: 4px;
}

.formStyle.cart .itemNum input {
  width: 70px;
  padding: 4px;
}

button.change,
button.delate {
  width: auto;
  padding: 4px 8px;
  font-size: 0.8rem;
  margin-left: 0.3rem;
}

button.change {
  background-color: #3498db;
}

button.delate {
  background-color: #ddd;
  color: #333;
}

ul.tworows,
ul.telnum {
  display: table;
  width: 70%;
}

ul.tworows li,
ul.telnum li {
  display: table-cell;
}

ul.tworows li:not(:last-child) {
  padding-right: 3%;
}

ul.telnum li:not(:last-child) {
  padding-right: 5px;
}

ul.telnum {
  display: flex;
  align-items: center;
  width: 60%;
}

.help_txt {
  margin-top: 10px;
  font-size: 0.9rem;
  color: #666;
  /* display: inline-block; */
}

.help_txt.up {
  margin: 0.8rem 0 0.3rem;
}

.help_txt.up span {
  font-weight: bold;
  color: #333;
}

.help_txt + input {
  margin-top: 1rem;
}

.help_txt.up + input {
  margin-top: 0rem;
}

.insertLeft {
  display: table;
  width: 100%;
  position: relative;
  margin: 1rem 0 0;
}

.InsertBox {
  background-color: #eee;
  border: 2px solid #ccc;
  border-radius: 4px;
  color: #555;
  font-size: 14px;
  line-height: 1;
  padding: 6px 12px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  width: 1%;
  box-sizing: border-box;
}

.insertLeft .InsertBox {
  border-right: none;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.insertLeft .typeBox {
  display: table-cell;
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

/* ----------------------------------
 cart_table
---------------------------------- */
.cartData {
  width: 35%;
  position: relative;
  float: right;
  text-align: right;
}

.cartData {
  border-collapse: collapse;
}

.cartData th {
  background: #eaf8e9;
  font-size: 0.9rem;
}

.cartData th span {
  font-size: 0.8125rem;
  padding-left: 3px;
}

.booksNum th,
.booksNum td {
  border-top: 1px solid #67bc63;
}

.cartData tr:not(:first-child) th {
  border-right: 2px solid #67bc63;
}

.cartData td {
  font-size: 1rem;
  line-height: 1;
}

.cartData td::after {
  font-size: 0.8rem;
  padding-left: 0.3rem;
}

.cartData td::after {
  content: "円";
}

.cartData td.commission::after {
  content: "";
}

.booksNum td::after {
  content: "冊";
}

.cartData th,
.cartData td {
  border-bottom: 1px solid #67bc63;
  padding: 8px 10px;
}

.cartData caption {
  position: absolute;
  top: 0;
  left: -14em;
  font-weight: bold;
}

.cartData caption i {
  color: #67bc63;
}

.cartData .total td {
  font-size: 1.2rem;
  font-weight: bold;
}

.credit {
  margin: 2rem 0;
}

.bank,
.daibiki {
  margin-top: 2rem;
}

.bank caption span {
  font-weight: normal;
  font-size: 0.9rem;
}

.daibiki table {
  border-top: 1px solid #67bc63;
}

/* ----------------------------------
 cart_flow
---------------------------------- */
.step_box li {
  font-family: "Yu Mincho Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG明朝B", "MS Mincho", serif;
  font-weight: normal;
}

.step_box li:before {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}

/*該当箇所に入れる↑*/
.step_box {
  display: block;
  max-width: 520px;
  margin: 40px auto 1.6rem;
  text-align: center;
}

.step_box:after,
.step_box:before {
  display: table;
  content: "";
} /*.step_boxのmargin反映される*/
.step_box:after {
  clear: both;
}

.step_box li {
  position: relative;
  float: left;
  width: 25%;
  list-style: none;
  text-align: center;
  color: #333;
  line-height: 1;
}

.step_box li:before {
  display: block;
  width: 30px;
  height: 30px;
  margin: 0 auto 14px;
  content: "";
  text-align: center;
  color: #fff;
  border-radius: 20px;
  background-color: #c7c7c7; /*円の色*/
  box-shadow: 0 0 0 5px rgb(255, 255, 255); /*円の淵*/
  line-height: 30px; /*数字の位置調整*/
}

.step_box li.step01:before {
  content: "1";
}

.step_box li.step02:before {
  content: "2";
}

.step_box li.step03:before {
  content: "3";
}

.step_box li.step04:before {
  content: "4";
}

.step_box li.active {
  color: #67bc63;
}

.step_box li.active:before {
  position: relative;
  content: "";
  background: #67bc63 url("../img/flow_active.png") no-repeat center center;
  background-size: 20px 20px;
}

.step_box li:after {
  position: absolute;
  top: 14px;
  left: -30%;
  width: 60%;
  height: 2px;
  content: "";
  background: #e4e4e4;
}

.step_box li:first-child:after {
  display: none;
}

/* ----------------------------------
 cart_layout
---------------------------------- */
.cart_layoutWrappe {
  display: flex;
  flex-direction: column;
}

.cart_flow {
  display: flex;
  justify-content: center;
}

.cart_flow {
  margin: 2.4rem 0 8rem;
}

.cart_flow li:first-child button,
button.back {
  background: #ccc;
  margin-right: 1rem;
}

.greenbelt,
.orderID dt {
  background: #76c372;
  padding: 5px 15px;
  font-size: 1rem;
  margin: 3.5rem 0 0.5rem;
}

.orderID dt {
  font-weight: bold;
  margin: 0;
  text-align: center;
}

.orderID dd {
  background: #eaf8e9;
  text-align: center;
  padding: 1.5rem 1rem 2rem;
}

.orderID dd span {
  display: block;
  margin: 0.8rem 0 0;
  font-weight: bold;
  font-size: 1.3rem;
}

.thanks {
  text-align: center;
  font-weight: bold;
  margin: 2rem 0 1.5rem;
  line-height: 2;
}

.small_txt {
  text-align: center;
  margin: 2rem 0 1.5rem;
  line-height: 2;
  font-size: 0.95rem;
}

.greenbelt + p,
.greenbelt + ul,
.payment-notice {
  font-size: 0.94rem;
  line-height: 2;
  margin-top: 1rem;
}

.payment-notice {
  clear: both;
  line-height: 1.3;
  text-align: left;
  float: right;
  font-size: 0.875rem;
}

.payment-notice span,
.commission span {
  color: #ff0000;
  font-weight: bold;
}

.about_receipt li,
.note-eiyou li {
  font-size: 0.875rem;
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 0.25rem;
}

.actv {
  font-size: 0.9375rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.note-eiyou {
  margin: 5px 0 28px;
}

.note-eiyou li a,
.reg-notes a {
  text-decoration: underline;
}

.helpOrder .about_receipt li,
.about_receipt.shotori li {
  font-size: 1rem;
}

/*formend*/
.cart_layoutWrappe.noItem {
  margin-top: 2rem;
  text-align: center;
}

.cart_layoutWrappe.noItem ul {
  margin-top: 2rem;
}

.formend {
  margin-top: 2rem;
  text-align: center;
}

/*.formend ul {margin-top: 2rem;}*/
.notice {
  display: inline-block;
  text-align: left;
  font-size: 0.95rem;
  margin-top: 1rem;
}

.formend p:first-child,
.end_text {
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 16px;
}

@media (min-width: 769px) {
  .cart dl dt img {
    display: none;
  }
  .cartData tr:first-child {
    display: none;
  }
}
@media (max-width: 768px) {
  .end_text br {
    display: none;
  }
  .step_box li {
    font-size: 0.85rem;
  }
  .cart .itemWrappe {
    flex-flow: column;
    align-items: flex-start;
  }
  .cart .itemWrappe li {
    flex: 0 0 auto;
  }
  .cart.forBooks .itemWrappe li {
    flex: 0 0 auto;
  }
  .cart dl {
    padding-top: 1rem;
  }
  .cart dl dt {
    width: 30%;
    padding-right: 0.8rem;
  }
  .cart dl dt img {
    border: 1px solid #ccc;
  }
  .cart dl dd {
    width: 70%;
  }
  .cart dl.cartTh {
    display: none;
  }
  .cartData {
    border-top: 1px solid #67bc63;
  }
  .cartData caption,
  .itemSum {
    display: none;
  }
  .cartData {
    width: 100%;
    float: none;
  }
  .formStyle.cart dl:not(:first-of-type) .itemID {
    padding-left: 0rem;
    margin-bottom: 0.5rem;
    text-align: left;
  }
  .userid::before {
    content: "ユーザーID";
    display: block;
  }
  .about_serial {
    margin-bottom: 0.8rem;
  }
  .cartData th,
  .cartData td {
    padding: 5px 10px;
  }
  /*.cart_layoutWrappe,*/
  .cart_flow {
    flex-direction: column-reverse;
  }
  .cart_flow {
    margin: 2rem 0 1rem;
  }
  .cart_flow button {
    width: 100%;
  }
  .cart_flow li:first-child button {
    margin-right: 0;
    margin-bottom: 1rem;
  }
  .cart_flow li:last-child {
    margin-bottom: 0.8rem;
  }
  .cartData tr:first-child {
    text-align: left;
  }
  .itemPrice {
    margin: 0.2rem 0 0.5rem;
  }
  .gRight {
    float: none;
    width: 100%;
    margin-top: 0.5rem;
  }
  .gLeft {
    display: block;
    width: 100%;
    float: none;
  }
  ul.tworows,
  ul.telnum {
    width: 100%;
  }
  .top_contact .btn_base {
    width: 100%;
  }
  .btn_base {
    width: 100%;
  }
  .payment-notice {
    text-align: left;
  }
}
@media (max-width: 480px) {
  .thanks,
  .small_txt {
    text-align: left;
  }
}
/* ----------------------------------
 textbook
---------------------------------- */
.greenline-title.textbook,
.greenline-title.inquiry {
  margin-top: 2rem;
}

input[type="text"][disabled]#inputother {
  opacity: 0;
}

input[type="text"]#inputother {
  opacity: 1;
  transition: 1s;
  width: 92px;
}

.textbookContact {
  border: 2px solid #67bc63;
  border-radius: 4px;
  padding: 0.7rem 1rem;
  margin: 3.5rem 0 1.5rem;
  text-align: left;
}

.numberTxt {
  font-weight: bold;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
}

.email {
  letter-spacing: 0.1em;
}

.aboutTextbook:first-of-type {
  padding-top: 2.5rem;
}

.aboutTextbook:last-of-type {
  margin-bottom: 3rem;
}

.aboutTextbook p,
.m_txt {
  font-size: 0.95rem;
  margin-bottom: 1.5rem;
  line-height: 1.8;
}

@media (min-width: 768px) {
  .textbookContact li:nth-child(2),
  .textbookContact li:nth-child(3) {
    display: inline-block;
    margin-right: 1rem;
  }
}
@media (max-width: 768px) {
  input[type="text"]#inputother {
    width: 100%;
  }
  .aboutTextbook:first-of-type {
    padding-top: 1.5rem;
  }
}
/* ----------------------------------
 inquiry
---------------------------------- */
.btnTextbook {
  border: 10px solid #eee;
  width: 100%;
  padding: 1.8rem 0;
  display: block;
  text-align: center;
  font-weight: bold;
  margin: 2.5rem 0;
  font-size: 1.1rem;
}

.btnTextbook i,
.btn_gray li a i {
  padding-left: 0.5rem;
  color: #2aaf4a;
}

.btn_gray {
  display: flex;
  margin: 2rem auto 3rem;
  justify-content: center;
  gap: 1rem;
  text-align: center;
  width: 100%;
  align-items: stretch;
}

/* .btn_gray li:nth-child(1) {
  width: 35%;
}

.btn_gray li:nth-child(2) {
  width: 30%;
}

.btn_gray li:nth-child(3) {
  width: 30%;
} */

.btn_gray li {
  background: #eee;
  padding: 0.7rem 0;
  font-weight: bold;
  width: calc(50% - 1rem);
}

.btn_gray li a {
  display: block;
}

.lightgreenTitle {
  background: #eaf8e9;
  font-size: 0.95rem;
  font-weight: bold;
  color: #29af4b;
  padding: 0.3em 0.8rem;
  margin-bottom: 1rem;
}

.inquiryEiyou {
  overflow: hidden;
  margin-bottom: 1rem;
}

.inquiryEiyou dt {
  font-weight: bold;
  width: 116px;
  float: left;
}

.inquiryEiyou dd {
  float: left;
}

.inquiryEiyou dd input {
  width: 260px;
}

.inquiryEiyou + .lightgreenTitle {
  margin-top: 2rem;
}

.kome {
  display: block;
  font-weight: normal;
  font-size: 0.85rem;
  margin-top: 1.5rem;
  padding-right: 2rem;
}

.topline {
  border-top: 2px solid #eee;
}

.greenline-title + p,
.greenline-title + h4 {
  margin-top: 1.5rem;
}

.inquirySubject-wrappe {
  display: flex;
  flex-wrap: wrap;
}

.inquirySubject-wrappe li {
  width: 50%;
}

.inquirySubject-wrappe li:nth-child(n + 7) {
  width: 100%;
}

@media (max-width: 767px) {
  .inquirySubject-wrappe li {
    width: 100%;
  }
  /* .inquirySubject-wrappe li:nth-of-type(1) {
    order: -2;
  }
  .inquirySubject-wrappe li:nth-of-type(3) {
    order: -1;
  } */
}
/* ----------------------------------
 tsukushi
---------------------------------- */
.aboutTsukushi {
  overflow: hidden;
  margin: 3.2rem 0 2.4rem;
}

.aboutTsukushi h2 {
  float: left;
  margin-right: 2.4rem;
}

.aboutTsukushi p {
  line-height: 1.8;
}

/*発行一覧*/
.pubTsukushi {
  margin-bottom: 3.6rem;
}

.pubTsukushi ul {
  display: flex;
  flex-wrap: wrap;
  font-size: 0.95rem;
}

.pubTsukushi li {
  background: linear-gradient(135deg, transparent 10px, #67bc63 10px);
  background-position: top left;
  background-repeat: no-repeat;
  position: relative;
  flex: 0 0 23.5%;
  max-width: 23.5%;
  padding: 0.6rem 0;
  text-align: center;
  margin-bottom: 1rem;
}

.pubTsukushi li a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: 900;
  margin: 0 5px 0 5px;
  color: #444;
}

.pubTsukushi li a {
  display: block;
}

.pubTsukushi li:not(:nth-child(4n)) {
  margin-right: 2%;
}

.pubTsukushi li.active {
  background: linear-gradient(135deg, transparent 10px, #666 10px);
}

.pubTsukushi li.active a {
  color: #eee;
  font-weight: normal;
}

.pubTsukushi li.active a::after {
  color: #eee;
}

.pubTsukushi li span {
  padding-right: 0.5rem;
}

.switch_tks {
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  line-height: 1.4;
  margin-top: 2rem;
}

.switch_tks i {
  color: #2aaf4a;
  font-size: 1.2rem;
}

.open_tks {
  display: none;
}

/*記事一覧*/
.tsukushi {
  display: table;
  width: 100%;
  margin-top: 2rem;
}

h3 + .tsukushi {
  margin-top: 3.5rem;
}

.tsukushi_left {
  display: table-cell;
  width: 25%;
  padding-left: 2rem;
}

.tsukushi_right {
  display: table-cell;
  width: 75%;
}

.tsukushi_right span {
  padding-right: 0.5rem;
}

/*記事一覧　左*/
.thumb {
  position: relative;
  max-width: 180px;
}

.thumb img {
  width: 100%;
}

.thumb div {
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
  margin: 0;
  padding: 5px 0 5px 3%;
  width: 100%;
  height: 50%;
  background: rgba(103, 188, 99, 0.9);
}

.thumb div p {
  line-height: 1.4;
  padding-left: 0.5rem;
  font-size: 0.95rem;
}

.thumb div p span {
  display: block;
}

.pdf_tks {
  margin-top: 0.5rem;
  font-size: 0.95rem;
}

.pdf_tks::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 25px;
  background-image: url(../img/icon_pdf.png);
  background-size: contain;
  vertical-align: middle;
  margin-right: 5px;
}

/*記事一覧　右*/
.tsukushi_right {
  background: linear-gradient(135deg, transparent 10px, #e0f4df 10px);
  background-position: top left;
  background-repeat: no-repeat;
  display: table-cell;
  width: 75%;
  vertical-align: top;
  padding: 0.8rem 1.8rem 1.8rem;
}

.tsukushi_right h4 {
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
}

.cnt_tks li a {
  text-decoration: underline;
}

.cnt_tks li {
  line-height: 1.9;
  font-size: 0.95rem;
  padding-left: 1em;
}

.cnt_tks li span::before {
  content: " … ";
}

.cnt_tks li::before {
  content: "■";
  display: block;
  float: left;
  margin-left: -1em;
  width: 1em;
  text-align: center;
  color: #67bc63;
}

@media (max-width: 920px) {
  .pubTsukushi ul {
    justify-content: space-between;
  }
  .pubTsukushi li {
    flex: 0 0 49%;
    max-width: 49%;
    line-height: 53px;
    padding: 0;
  }
  .pubTsukushi li:not(:nth-child(4n)) {
    margin-right: 0;
  }
  .tsukushi_left {
    display: table-cell;
    width: 25%;
    padding: 0 1rem 0 0.5rem;
  }
}
@media (max-width: 767px) {
  .aboutTsukushi {
    margin: 2rem 0 1.6rem;
  }
  .aboutTsukushi h2 {
    float: none;
    margin-right: 0;
    text-align: center;
    margin-bottom: 1rem;
  }
  .tsukushi_left {
    display: block;
    width: 100%;
    padding-left: 0rem;
  }
  .tsukushi_right {
    display: block;
    width: 100%;
  }
  .thumb {
    width: 70%;
    margin: 0 auto 1.5rem;
  }
  h3 + .tsukushi {
    margin-top: 1.6rem;
  }
  .tsukushi:last-of-type {
    margin-bottom: 2rem;
  }
  .cnt_tks li {
    line-height: 1.6;
    font-size: 0.95rem;
    margin-bottom: 0.8rem;
  }
  /* .btn_gray {
    width: 100%;
  } */
  .btn_gray {
    flex-wrap: wrap;
    margin: 1rem auto 1.5rem;
  }
  /* .btn_gray li {
    width: 100%;
    margin-bottom: 1rem;
  } */
  /* .btn_gray li:nth-child(n + 1) {
    width: 100%;
  } */
}
@media (max-width: 480px) {
  .pubTsukushi li {
    line-height: 1.3;
    padding: 0.5rem;
  }
  .pubTsukushi li span {
    display: block;
  }
}
/* ----------------------------------
 tsukushi_detail
---------------------------------- */
.tks_pict {
  text-align: center;
  margin: 1rem 0;
}

.tks_pict img {
  max-width: 190px;
}

.bg-gray .singleWrappe {
  padding-top: 1rem;
}

.title h4 {
  position: relative;
  margin-top: 1rem;
}

.title h4 a {
  text-align: right;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0.9rem;
  font-weight: normal;
}

.title h4 a i {
  color: #2aaf4a;
  padding-left: 0.3rem;
}

.title h4 span {
  padding-right: 1rem;
}

.pub_tks {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}

.pub_tks h4 {
  font-size: 1.2rem;
}

.pub_tks h4 span {
  padding-right: 0.5rem;
}

.cnt_tks .active {
  color: #999;
}

@media (max-width: 768px) {
  .tsukushi_article .title h4 a {
    position: relative;
    display: block;
    margin-top: 0.8rem;
    font-size: 0.85rem;
  }
  .title h4 {
    font-weight: normal;
  }
  .pub_tks {
    flex-direction: column;
    margin-bottom: 0.5rem;
  }
}
/* ----------------------------------
 exceleiyou
---------------------------------- */
#eiyouVisual {
  position: relative;
  height: 0;
  padding-top: 31.60577%;
  background-image: url(../img/retasuL.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

#eiyouVisual div {
  width: 40%;
  height: 78%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background: rgb(207, 234, 25);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#eiyouVisual div h1 {
  width: 80%;
}

#eiyouVisual div h1 img {
  width: 100%;
}

.tax-banner {
  position: relative;
  top: -40px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #eiyouVisual {
    padding-top: 38%;
  }
  #eiyouVisual div h1 img {
    padding-top: 4%;
  }
  #eiyouVisual div {
    width: 56%;
    height: 78%;
  }
  .tax-banner {
    top: -20px;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .ee-support li {
    flex: 1 1 auto !important;
  }
  .ee-support li + li {
    margin-left: 10px;
  }
}
.ee-support {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 4rem 0;
  flex-wrap: wrap;
}

.ee-support li {
  flex: 1 1 auto;
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
  border: 2px solid #1384d2;
  border-radius: 3px;
  margin-bottom: 1.6rem;
  min-width: 150px;
}

.ee-support li + li {
  margin-left: 10px;
}

.ee-support li i {
  padding-left: 0.6rem;
}

.ee-support li a {
  display: block;
  line-height: 1;
  padding: 0.8rem 0;
}

.ee-support i {
  color: #1384d2;
}

/* 栄養プラス特設　タイトル上の4つのリンクボタン */
.ee-support.eiyo-plus {
  margin: 0 auto 20px;
  max-width: 1040px;
}

.ee-support.eiyo-plus li {
  border: 2px solid #07a33e;
}

.ee-support.eiyo-plus i {
  color: #07a33e;
}

/*エクセル栄養君 ver color*/
.exceleiyou-nextver .app-name {
  border-left: 12px solid #c6df1f;
}

.exceleiyou-nextver .app-name p {
  background-color: #c6df1f;
}

.eiyouCol-nextver,
.exceleiyou-nextver .btnProduct i {
  color: #c6df1f;
}

.exceleiyou-nextver .ee-table th {
  background-color: #c6df1f;
}

/* .exceleiyou-nextver .point {color: #c6df1f;} */
/*エクセル栄養君 ver color*/
.exceleiyou .app-name {
  border-left: 12px solid #16b6ac;
}

.exceleiyou .app-name p {
  background-color: #16b6ac;
}

.eiyouCol,
.exceleiyou .btnProduct i {
  color: #16b6ac;
}

.exceleiyou .ee-table th {
  background-color: #16b6ac;
}

.exceleiyou .point {
  color: #16b6ac;
}

/*FFQg ver color*/
.ffqgCol {
  color: #2373aa;
}

.ffqgCol,
.ffqg .btnProduct i {
  color: #2373aa;
}

.ffqg .ee-table th {
  background-color: #2373aa;
}

.ffqg .app-name {
  border-left: 12px solid #2373aa;
}

.ffqg .app-name p {
  background-color: #2373aa;
}

.ffqg .point {
  color: #2373aa;
}

/*.exceleiyou h2,.ffqg h2{ margin-bottom: 1.4rem; margin-left: -10px;}*/
.exceleiyou,
.ffqg {
  margin-bottom: 5rem;
}

.exceleiyou-nextver {
  border-bottom: 2px solid #eee;
  padding-bottom: 2rem;
  margin-bottom: 3rem;
}

.app-name p {
  color: #fff;
  font-size: 0.95rem;
  margin-bottom: 0.5rem;
  display: inline-block;
  padding: 0 0.5rem;
}

.app-name {
  padding-left: 1rem;
  margin-bottom: 2rem;
}

.app-name h2 {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1;
}

.app-name p span.r-mark {
  font-size: 0.7rem;
}

.app-name h2 span.r-mark {
  font-size: 0.8rem;
}

.app-name h3 {
  font-size: 1.2rem;
}

.app-name p span {
  position: relative;
  top: -5px;
}

.app-name h2 span {
  position: relative;
  top: -20px;
}

.app-name h2 {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0.3rem;
}

.app-name h2 span.sub {
  font-size: 1.6rem;
  position: relative;
  top: 0px;
}

.exceleiyou dt,
.ffqg dt,
.exceleiyou-nextver dt {
  float: left;
  width: 3rem;
  text-align: center;
  background: #ededed;
  border-radius: 2px;
  font-weight: bold;
}

.exceleiyou dd,
.ffqg dd,
.exceleiyou-nextver dd {
  margin-left: 4rem;
  max-width: 762px;
  margin-bottom: 1rem;
}

.point {
  font-weight: bold;
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
  position: relative;
  top: -5px;
}

.point span {
  font-size: 0.875rem;
}

.support {
  margin-bottom: 1.5rem;
}

.btnProduct {
  display: block;
  padding: 0.5rem;
  background: #fff;
  border-radius: 2px;
  text-decoration: none;
  text-align: center;
  font-size: 1rem;
  margin: 0.7rem 0;
}

.btnProduct i {
  font-size: 1.2rem;
  padding-left: 0.2rem;
}

/* ----------------------------------
 ee-table
---------------------------------- */
/* すべてのテーブル要素をdisplay: block;に */
/*.ee-table,.greentable,
.ee-table tr,.greentable tr,
.ee-table th,.greentable th,
.ee-table td,.greentable td  {
	display: inline-block;
	width: 100%;
}*/
.ee-table th,
.greentable th,
.ee-table td,
.greentable td {
  display: inline-block;
  width: 100%;
}

.ee-table {
  margin: 1rem 0;
}

.ee-table td {
  font-weight: bold;
}

.regular + .versionUp {
  border-top: 1px solid #bfbfbf;
  margin-top: 1rem;
  padding-top: 0.5rem;
}

@media screen and (min-width: 800px) {
  .regular,
  .versionUp {
    padding: 0 1rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.regular.dotted {
  background-image: linear-gradient(to right, #b4b4b4 2px, transparent 2px);
  background-size: 4px 1px;
  background-repeat: repeat-x;
  background-position: left top;
  margin-top: 10px;
  padding-top: 10px;
}

.ee-table .btnCart {
  font-size: 0.9rem;
  width: 210px;
  padding: 10px 0;
  font-weight: normal;
}

.user {
  background: #eee;
  display: inline-block;
  font-weight: bold;
  padding: 0.25rem 5px 0 0;
  margin-top: 0.5rem;
  font-size: 14px;
  text-indent: -1em;
  padding-left: 1.5em;
}

/* 2024.2 ダウンロード版追加による修正 */
.user.forPc {
  display: none;
}

.user.forSp {
  display: block;
}

@media screen and (min-width: 768px) {
  .user.forPc {
    display: block;
  }
  .user.forSp {
    display: none;
  }
}
.btn-reserve.forSp {
  display: none;
}

@media screen and (max-width: 767px) {
  .btn-reserve.forPc {
    display: none;
  }
  .btn-reserve.forSp {
    display: flex;
  }
}
/*  */
.ee-table .price {
  font-size: 1rem;
}

.ee-table .price span {
  font-size: 1.4375rem;
}

/* ----------------------------------
 table.greentable
---------------------------------- */
.tokuteiTxt {
  margin: 2rem 0;
}

.greentable {
  border: 1px solid #67bc63;
  border-bottom: none;
  width: 100%;
  border-collapse: collapse;
  margin-top: 2.4rem;
}

.greentable th {
  text-align: left;
  background: #eaf8e9;
  border-right: 1px solid #67bc63;
}

.greentable th,
.greentable td {
  border-bottom: 1px solid #67bc63;
  padding: 12px 0.5rem 12px 1.6rem;
  font-size: 1rem;
}

.charge ul {
  margin-bottom: 1rem;
}

.charge li {
  display: inline;
  padding-right: 1rem;
}

table.simple {
  border-collapse: collapse;
  width: 100%;
  margin: 0.5rem auto 1.4rem;
  text-align: center;
}

table.simple.left {
  text-align: left;
}

table.simple th {
  background: none;
  border: 1px solid #777;
  font-weight: normal;
}

table.simple td {
  border: 1px solid #777;
}

table.simple th,
table.simple td {
  padding: 0.5rem;
}

table.simple .txtl {
  text-align: left;
}

.samewidth {
  table-layout: fixed;
}

.samewidth th {
  text-align: center;
}

table.simple.shotorihiki th {
  white-space: nowrap;
}

.simple hr {
  background-color: #29af4b;
  height: 1px;
  border: none;
  margin: 0 -0.5rem 1rem -1.6rem;
}

.pay li {
  margin-bottom: 1rem;
}

ruby rt {
  font-size: 0.8rem;
}

/* 画面幅が広いときはdisplayをもとに戻す */
@media screen and (min-width: 768px) {
  .ee-table,
  .greentable {
    display: table;
    border-collapse: collapse;
    width: 100%;
    table-layout: fixed;
  }
  .ee-table tr,
  .greentable tr {
    display: table-row;
  }
  .ee-table th,
  .ee-table td,
  .greentable th,
  .greentable td {
    display: table-cell;
  }
  .greentable th {
    width: 23%;
  }
}
/* テーブルで表示しないときのスタイル */
.ee-table td {
  padding: 1rem 0;
  border: 1px solid #ccc;
  border-top: 0;
}

.ee-table th {
  color: #ffffff;
  font-size: 1.2rem;
  text-align: left;
}

/* テーブルで表示するときのスタイル */
@media screen and (min-width: 768px) {
  .ee-table {
    max-width: 760px;
  }
  .ee-table td {
    border: 1px solid #bfbfbf;
  }
  .ee-table th {
    white-space: nowrap;
    width: 200px;
    vertical-align: top;
    padding: 2.5rem 1rem 0.5rem;
    /* padding: 0.5rem 1rem; */
    text-align: center;
  }
  .exceleiyou h2,
  .ffqg h2 {
    margin-left: 0px;
  }
}
@media screen and (max-width: 767px) {
  .greentable th,
  .greentable td {
    padding: 12px 0.5rem 12px;
  }
  table.simple.shotorihiki th {
    white-space: normal;
  }
  .app-name h2 {
    font-size: 2rem;
  }
  .app-name h3 {
    font-size: 0.95rem;
  }
  .exceleiyou dt,
  .ffqg dt {
    float: none;
    margin-bottom: 0.5rem;
  }
  .exceleiyou dd,
  .ffqg dd {
    margin-left: 0rem;
  }
  .support {
    margin-bottom: 0;
  }
  .ee-table {
    margin: 0 0 1rem;
    width: 100%;
  }
  .ee-table th {
    padding: 0.8rem 1rem 1.5rem;
    margin-top: 0;
    text-align: center;
    border-top: 0;
    border-radius: 0px 0px 0 0;
  }
  .ee-table td:last-child {
    border-radius: 0 0 8px 8px;
  }
  .ee-table .btnCart {
    width: 100%;
    float: none;
    margin-top: 0.5rem;
  }
  .regular,
  .versionUp {
    padding: 0 1rem;
    display: flex;
    flex-direction: column;
  }
  .btnProduct {
    margin: 0.5rem 0 0;
  }
  .ee-support li {
    flex: 0 0 49%;
    max-width: 49%;
    margin-bottom: 1rem;
    font-size: 1rem;
  }
  .ee-support li + li {
    margin-left: 0;
  }
  .ee-support {
    margin: 2rem 0;
  }
  .ee-support.eiyo-plus li:first-child {
    order: -2;
  }
  .ee-support.eiyo-plus li:nth-child(4) {
    order: -1;
  }
  .greentable {
    border: none;
  }
  .greentable th,
  .greentable td {
    border: none;
  }
  .greentable th {
    background: #d8f1d7;
  }
  table.simple {
    display: table;
    border-collapse: collapse;
    width: 100%;
    table-layout: fixed;
  }
  table.simple tr,
  table.simple tr {
    display: table-row;
  }
  table.simple th,
  table.simple td {
    display: table-cell;
    border: 1px solid #999;
    line-height: 1.3;
  }
  .simple hr {
    display: none;
  }
  .exceleiyou .regular + .versionUp {
    border-top: 2px solid #16b6ac;
  }
  .ffqg .regular + .versionUp {
    border-top: 2px solid #2373aa;
  }
  .exceleiyou .ee-table td {
    padding: 1rem 0;
    border: 2px solid #16b6ac;
    border-top: 0;
  }
  .ffqg .ee-table td {
    padding: 1rem 0;
    border: 2px solid #2373aa;
    border-top: 0;
  }
}
@media screen and (min-width: 480px) {
  table.simple th br {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .greentable.shotorihiki th br {
    display: none;
  }
}
/* ----------------------------------
 exceleiyou_detail
---------------------------------- */
.regularPrice,
.versionupPrice,
.upgradePrice {
  /*font-weight: bold;*/
  border-top: 1px solid #333;
  margin: 1.5rem 0;
  padding-top: 1rem;
}

.regularPrice .btnCart,
.versionupPrice .btnCart,
.upgradePrice .btnCart {
  display: block;
  margin-top: 0.7rem;
}

/*.versionupPrice+p, .regularPrice+p, .upgradePrice+p{color: #0078d7; font-weight: bold;margin-top: 2rem;}*/
.versionupPrice + p,
.regularPrice + p,
.upgradePrice + p {
  color: red;
  margin-top: 2rem;
}

.versionupPrice li:last-child,
.upgradePrice li:last-child {
  font-size: 0.9rem;
  margin-top: 0.5rem;
}

.upgradePrice {
  border-bottom: 1px solid #333;
  padding-bottom: 1rem;
}

#eiyouDetail h3:not(:first-of-type) {
  border-top: 1px solid #29af4b;
  padding-top: 1rem;
}

#eiyouDetail h3 {
  margin-bottom: 1.2rem;
}

#eiyouDetail h3::before {
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
  font-weight: 900;
  margin: 0 5px 0 5px;
  color: #2aaf4a;
}

figcaption {
  color: #0078d7;
  margin-bottom: 0.5rem;
  font-weight: bold;
}

figcaption::before {
  content: "◆";
  display: inline-block;
  padding-right: 0.3rem;
}

figcaption + img {
  margin-bottom: 2rem;
}

figcaption + p + img {
  margin-bottom: 2rem;
}

.circleNum {
  margin-bottom: 1rem;
}

.circleNum li {
  list-style: decimal;
  list-style-position: inside;
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 0.5rem;
}

.disc li {
  list-style: disc inside;
  text-indent: -1em;
  padding-left: 1em;
}

.ee-list {
  margin-bottom: 2rem;
}

.ee-list li::before {
  content: "●";
  display: inline-block;
  color: #67bc63;
  padding-right: 0.2rem;
}

.ee-list li span {
  font-size: 0.9rem;
  line-height: 1.2;
  margin: 0.5rem 0;
  display: block;
}

#eiyouDetail .detail_cntRight p {
  line-height: 2;
  margin-bottom: 2rem;
}

p.ee-link {
  margin-bottom: 3rem;
  font-weight: bold;
}

figcaption + p {
  margin-bottom: 0rem !important;
}

#eiyouDetail .detail_cntRight h4 {
  color: #29af4b;
}

/*FFQg詳細ページ*/
.priceWrappe + .btnCart {
  margin: 1rem 0 1.2rem;
}

.priceWrappe + .btnCart + .ee-link {
  margin-bottom: 0;
}

/*白抜き丸数字
.circleNum {
  counter-reset: number;
}

.circleNum li {
  line-height: 1.8;
  margin-bottom: 0.4em;
	font-size: 0.95rem
}
.circleNum li:before {
  counter-increment: number;
  content: counter(number);
  background: #67bc63;
  display: inline-block;
  width: 1.8em;
  height: 1.8em;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  margin-right: 0.3em;
}*/
figcaption i {
  color: #333;
  padding-left: 0.5rem;
  font-size: 0.9rem;
}

/* エクセル栄養君ダウンロードページ */
.eeUnregister {
  margin-top: 32px;
}

.user-type {
  display: flex;
  justify-content: space-between;
}

.user-type > div {
  width: 48%;
}

.user-type .group {
  padding-right: 0;
  padding-left: 0;
}

.user-type .gRight,
.user-type .gLeft {
  float: none;
  width: 100%;
}

#user-individual > h3,
#user-group > h3 {
  background-color: #6bbd69;
  color: #fff;
  height: 35px;
  line-height: 35px;
  width: 100%;
  text-align: center;
  margin: 24px -12px 8px 0;
}

.reg-notes {
  margin-top: 1rem;
  text-indent: -1.2em;
  padding-left: 1.2em;
}

div.reg-notes {
  margin-bottom: 4.5rem;
}

#user-individual,
#user-group {
  position: relative;
  margin-bottom: 6rem;
}

#user-individual .cart_flow,
#user-group .cart_flow {
  position: absolute;
  bottom: 0;
  margin-bottom: 0;
  right: 0;
  left: 0;
}

@media screen and (max-width: 768px) {
  .user-type {
    flex-direction: column;
  }
  .user-type > div {
    width: 100%;
  }
  #user-individual,
  #user-group {
    margin-bottom: 3rem;
  }
}
.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.indent li {
  padding-left: 1em;
  text-indent: -1em;
}

/* ----------------------------------
 info-text
---------------------------------- */
.info-text .download {
  text-decoration: none;
  color: #fff;
  margin-bottom: 1rem;
}

.info-text p,
.tsukushi-text p {
  margin-bottom: 1.6rem;
  line-height: 1.8;
}

.info-text h3 {
  font-size: 1.1rem;
}

.bg-gray .ver {
  display: inline-block;
}

.bg-gray .update {
  display: block;
  font-size: 1.1rem;
}

.title.news .update {
  display: inline-block;
}

/* ----------------------------------
 exceleiyou_seigo
---------------------------------- */
.seigo_download {
  background-color: #fff;
  padding: 1rem 0.5rem;
  margin: 2rem 0 4rem;
  border-radius: 12px;
  text-align: center;
}

.seigo_download p {
  margin-top: 0;
}

.seigo_download ul {
  display: flex;
  justify-content: center;
  margin-top: 0.5rem;
}

.seigo_download li img {
  display: block;
}

.seigo_download li + li {
  margin-left: 2.4rem;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.singleWrappe .ver {
  color: #009f4f;
  font-size: 1.1rem;
  padding-right: 0.5rem;
}

@media screen and (max-width: 768px) {
  .seigo_download ul {
    display: block;
  }
  .seigo_download li img {
    display: inline;
  }
  .seigo_download li + li {
    margin-left: 0;
  }
}
/* ----------------------------------
 exceleiyou_FAQ
---------------------------------- */
nav.eiyouFaq {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1.25rem;
}

nav.eiyouFaq p {
  border: 1px solid #bfbfbf;
  vertical-align: middle;
  border-radius: 6px;
  font-size: 1.3rem;
  text-align: center;
  padding: 4px 18px 0;
  margin-right: 1rem;
}

nav.eiyouFaq ul {
  flex: 1;
  font-size: 1.125rem;
}

nav.eiyouFaq li {
  margin-bottom: 10px;
}

nav.eiyouFaq li::after {
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  font-weight: 900;
  margin: 0 0 0 0.3rem;
  color: #2aaf4a;
}

.kerned-text {
  font-size: 1em;
  display: inline-block;
  letter-spacing: -0.1em;
}

.faqCnt .greenline-title {
  margin: 2rem 0 2.4rem;
}

.faqCnt .greenline-title span {
  font-size: 1.375rem;
}

.faqCnt dl {
  border-bottom: 1px solid #ddd;
  padding-bottom: 1.6rem;
  margin-top: 1.6rem;
}

.faqCnt dl:last-of-type {
  margin-bottom: 5rem;
}

.faqCnt dt {
  font-size: 1.25rem;
  line-height: 1.3;
  margin-bottom: 1.5rem;
  font-weight: bold;
}

.faqCnt dt::before,
.faqCnt dd:first-of-type::before {
  display: inline-block;
  content: "Q";
  background: #67bc63;
  height: 28px;
  width: 28px;
  border-radius: 4px;
  color: #fff;
  text-align: center;
  font-weight: 500;
  position: absolute;
  left: 0;
  font-size: 1.25rem;
  line-height: 1.25;
}

.faqCnt dd,
.faqCnt dt {
  padding-left: 45px;
  position: relative;
  line-height: 1.8;
}

.faqCnt dt::before {
  content: "Q";
  background: #67bc63;
}

.faqCnt dd:first-of-type::before {
  content: "A";
  background: #196bc3;
}

.faqCnt dt ul {
  margin-top: 1rem;
  font-size: 1.1rem;
}

.faqCnt dt ul li {
  margin-bottom: 0.5rem;
}

.faqCnt dt ul + div {
  border: 2px solid #3daf55;
  border-radius: 6px;
  font-weight: normal;
  font-size: 1.1rem;
  padding: 12px;
  margin: 1rem 0;
}

.faqCnt dt ul + div p,
.faqCnt dt ul + div span {
  color: #3daf55;
  margin-bottom: 0.5rem;
}

.faqCnt dt ul + div + p {
  font-size: 1.1rem;
}

.faqCnt dl a {
  text-decoration: underline;
}

.green-frame {
  border: solid 2px #67bc63;
  border-radius: 6px;
  padding: 8px 16px;
}

.color-green {
  /* color: #67bc63; */
  color: #2aaf4a;
}

@media screen and (min-width: 769px) {
  nav.eiyouFaq ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0 1.4em;
  }
}
@media screen and (max-width: 768px) {
  nav.eiyouFaq {
    flex-wrap: wrap;
  }
  nav.eiyouFaq ul li {
    display: inline-block;
    margin-right: 1.2rem;
  }
  nav.eiyouFaq p {
    font-size: 1.2rem;
    width: 100%;
    text-align: center;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .faqCnt {
    padding-top: 1rem;
  }
  .faqCnt dt {
    font-size: 1.1rem;
    line-height: 1.4;
  }
  .faqCnt dl:last-of-type {
    margin-bottom: 2.5rem;
  }
  nav.eiyouFaq ul {
    font-size: 1.1rem;
  }
  nav.eiyouFaq li {
    margin-bottom: 5px;
  }
}
.btnGray,
.btnPalegreen {
  display: block;
  font-size: 13px;
  padding: 3px;
  margin-left: auto;
  width: 186px;
  text-align: center;
  border-radius: 3px;
  position: relative;
  top: -10px;
}

.btnGray {
  background-color: #eee;
}

.btnPalegreen {
  background-color: #eafae9;
}

.btnGray::after,
.btnPalegreen::after {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: 900;
  margin: 0 0 0 0.3rem;
  color: #2aaf4a;
}

.url-container {
  word-break: break-all;
  overflow-wrap: break-word;
  white-space: normal;
  margin-top: 10px;
}
.url-container span {
  padding-right: 5px;
}

@media screen and (max-width: 768px) {
  .btnGray,
  .btnPalegreen {
    top: 5px;
  }
  .url-container {
    line-height: 1.4;
  }
  .url-container span {
    display: block;
  }
  .url-container li {
    margin-top: 10px;
  }
}
/* ----------------------------------
 link
---------------------------------- */
.link_page .greenline-title {
  margin-top: 2.4rem;
}

.link_page dl {
  overflow: hidden;
  zoom: 1;
  width: 100%;
  margin: 1.5rem 0;
}

.link_page dt {
  margin-bottom: 5px;
  padding-bottom: 5px;
  width: 30%;
  float: left;
  clear: both;
  font-weight: bold;
}

.link_page dd {
  margin-bottom: 7px;
  padding: 0 0 7px 0;
  border-bottom: 1px solid #ddd;
}

.link_page dt::before {
  content: "◆";
  display: inline-block;
  margin-right: 0.2rem;
  font-size: 0.8rem;
  color: #6dbd6b;
}

@media screen and (max-width: 768px) {
  .link_page dt {
    float: none;
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .link_page dd {
    padding-bottom: 0.6rem;
  }
}
/* ----------------------------------
 company_profile
---------------------------------- */
.company .greenline-title {
  margin-top: 2.4rem;
}

.company h3 {
  color: #67bc63;
  font-size: 1.1rem;
  margin: 1.6rem 0 0;
}

.companyPict {
  margin-top: 2.6rem;
}

/* ----------------------------------
 p-policy
---------------------------------- */
.p-policy .greenline-title {
  margin: 2.4rem 0 1rem;
}

.policy li {
  text-indent: -1.5em;
  padding-left: 1.5em;
  margin: 1.2rem 0;
}

.policy_tokutei dt {
  font-weight: bold;
  margin-top: 1.6rem;
}

.policy_tokutei p.right {
  margin-bottom: 0.5rem;
}

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
/* ----------------------------------
 help_order
---------------------------------- */
.helpOrder .greenline-title {
  margin-top: 2.4rem;
}

.helpOrder section h3,
.kyoiku section h3 {
  color: #29af4b;
  font-size: 1.1rem;
  margin: 1.6rem 0 0.3rem;
}

.helpOrder caption {
  font-weight: bold;
  text-align: left;
  margin-bottom: 0.5rem;
}

.helpOrder h4 {
  margin-bottom: 5px;
}

/* ----------------------------------
 kyoiku
---------------------------------- */
.kyoiku .greenline-title {
  margin-top: 2.4rem;
}

.kyoiku .greenline-title:not(.first) {
  margin-top: 3.5rem;
}

.about-kyoiku-txt {
  margin-top: 20px;
}

.kome-mark-txt {
  margin-top: 16px;
  text-indent: -1em;
  padding-left: 1em;
}

span.kome-mark {
  color: #3eb055;
}

.btn_kyoiku {
  display: block;
  max-width: 300px;
  margin: 30px auto 0;
  text-align: center;
  background: #3eb055;
  color: #fff;
  border-radius: 6px;
  padding: 10px 0;
}

.underline {
  text-decoration: underline;
}

/* ----------------------------------
 sitemap
---------------------------------- */
.sitemapWrappe {
  display: flex;
  margin-top: 4rem;
}

.sitemap {
  flex: 1 1 auto;
}

.sitemap section {
  margin-bottom: 3rem;
}

.sitemap h3 {
  font-size: 1rem;
  margin-bottom: 0.8rem;
}

.sitemap li {
  font-size: 0.9rem;
  line-height: 1.3;
  margin-bottom: 1rem;
}

.sitemap section li a {
  display: block;
}

@media screen and (max-width: 768px) {
  .sitemapWrappe {
    display: block;
    margin-top: 1rem;
  }
  /*.sitemapWrappe{flex-wrap: wrap; justify-content: space-between}
  .sitemap{flex:1 1 auto;width:47% }*/
  .sitemap section {
    border-bottom: 1px solid #ddd;
    margin-bottom: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
/* ----------------------------------
 support_download
---------------------------------- */
.support_download .greenline-title {
  margin-top: 2.4rem;
}

.dl_zip {
  display: flex;
  justify-content: center;
}

.dl_zip {
  margin: 2.4rem 0 8rem;
}

.dl_zip li + li {
  margin-left: 1rem;
}

.dl_zip button {
  width: inherit;
}

.dl_zip li:not(:first-child) button {
  background: #ccc;
  padding: 1rem 2rem;
}

.dl_zip li:first-child button {
  padding: 1rem 3.6rem;
}

.support_download .group:last-of-type {
  margin-bottom: 1rem;
}

.red {
  color: red;
}

.g-line {
  font-size: 0.95rem; /*font-weight: bold;*/
}

@media screen and (max-width: 767px) {
  .dl_zip {
    display: block;
  }
  .dl_zip button {
    width: 100%;
  }
  .dl_zip li + li {
    margin: 1rem 0 0 0;
  }
}
/* ----------------------------------
 netPub テキストエディタ
---------------------------------- */
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
  padding: 8px;
  background-color: #fff;
}

.table-bordered {
  border-collapse: collapse;
}

/* ----------------------------------
 採用特典
---------------------------------- */
@media screen and (min-width: 1000px) {
  .data_service {
    padding: 0 70px;
  }
}
.data_service .textbookContact {
  margin: 1rem auto 3rem;
}

.about_st {
  margin: 20px auto;
  padding: 0 10px;
  font-size: 0.9375rem;
  line-height: 1.8;
}

.about_st p + p {
  margin-top: 16px;
}

.st_seires {
  margin: 0 auto 28px;
  color: #2ca129;
  background-color: #edf4ec;
  display: flex;
  align-items: stretch;
  height: 56px;
}

.st_field.greenline-title {
  font-size: 1.3125rem;
  padding-bottom: 5px;
  margin-bottom: 28px;
}

.st_seires .st_seires_left {
  display: flex;
  align-items: center;
  color: #fff;
  background-color: #52b44f;
  font-size: 0.75rem;
  padding: 0 8px;
}

.st_seires .st_seires_right {
  flex: 1;
  display: flex;
  align-items: center;
  padding: 0 10px;
  font-weight: normal;
}

.st_seires_title {
  font-size: 1.5625rem;
  font-weight: bold;
}

.st_seires .st_seires_note {
  margin-left: auto;
  font-size: 0.8125rem;
}

.st_cat_btn {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 24px;
}

.st_cat_btn li {
  border-width: 2px;
  border-color: #6dbd6b;
  border-style: solid;
  text-align: center;
  border-radius: 999px;
  min-width: 130px;
  margin-bottom: 14px;
  margin-right: 13px;
}

.st_cat_btn li a {
  height: 44px;
  text-decoration: none;
  font-size: 0.875rem;
  color: #6dbd6b;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 8px 0 16px;
  /* font-weight: bold; */
}

.st_contents.last {
  margin-bottom: 100px;
}

.st_contents_list {
  margin-bottom: 30px;
}

.st_contents_list li {
  display: flex;
  padding: 0 4% 8px;
  border-bottom: 1px solid #eee;
  margin-bottom: 15px;
}

.st_contents_list li .st_contents_cover {
  width: 80px;
  margin-right: 30px;
}

.st_contents_list li .st_contents_cover img {
  /* box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4); */
  border: 1px solid #ccc;
}

.st_contents_list li div {
  flex: 1;
}

.st_contents_list li .st_contents_btn a {
  display: block;
  color: #fff;
  background-color: #6dbd6b;
  width: 188px;
  height: 44px;
  line-height: 44px;
  border-radius: 3px;
  text-align: center;
  text-decoration: none;
  font-size: 0.9375rem;
  letter-spacing: 0.1em;
}

.st_contents_list li .st_contents_btn a.preparation {
  pointer-events: none;
  background-color: #b8b8b8;
}

.st_contents_list li .st_contents_name {
  margin-bottom: 10px;
}

/* 特典申し込みフォーム */
.st_contents_list.select_item {
  margin: 30px 0 0;
}

.st_contents_list.select_item li {
  padding-bottom: 20px;
  border-bottom: none;
}

@media screen and (min-width: 600px) {
  .st_contents_list div {
    display: flex;
  }
  .st_contents_list div .st_contents_btn {
    margin-left: auto;
  }
}
@media screen and (max-width: 480px) {
  .about_st {
    margin: 20px auto 30px;
  }
  .st_contents_list li .st_contents_btn a {
    width: 160px;
    height: 36px;
    line-height: 36px;
    font-size: 0.8125rem;
  }
  .st_seires {
    height: 50px;
    margin-bottom: 16px;
  }
  .st_seires_title {
    font-size: 1.375rem;
  }
  .st_seires .st_seires_left {
    font-weight: normal;
    padding: 0 5px;
  }
  .st_cat_btn li {
    min-width: 90px;
    margin-bottom: 8px;
    margin-right: 6px;
  }
  .st_cat_btn li a {
    height: 36px;
    font-size: 0.8125rem;
    padding: 0 5px 0 10px;
  }
  .material-icons {
    font-size: 0.875rem;
  }
  .st_field.greenline-title {
    font-size: 1.25rem;
  }
}
/* 採用特典ボタン detail.html */
.bnt_saiyo_tokuten {
  display: flex;
  border: 2px solid #6dbd6b;
  border-radius: 2px;
  height: 50px;
  letter-spacing: 0.05em;
  align-items: center;
  padding: 0 16px 0 70px;
  text-decoration: none;
  margin-top: 8px;
  font-size: 0.9rem;
  font-weight: bold;
}

.bnt_saiyo_tokuten::before {
  display: inline-block;
  content: "";
  width: 34px;
  height: 34px;
  background-image: url(../img/btn_st01.png);
  background-size: contain;
  vertical-align: middle;
  margin-right: 16px;
}

.bnt_saiyo_tokuten::after {
  display: inline-block;
  content: "";
  width: 21px;
  height: 21px;
  background-image: url(../img/btn_st02.png);
  background-size: contain;
  margin-left: auto;
}

/* 採用者特典　利用規約 */
.terms-wrapper {
  border-bottom: 2px solid #eee;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.terms {
  color: #666;
  /* border: 2px solid #ddd; */
  /* background-color: #ebfaea; */
  background-color: #f6f6f6;
  border-radius: 6px;
  padding: 25px 40px 45px;
  font-size: 0.9375rem;
  line-height: 1.8;
  margin-bottom: 40px;
}

.terms_title {
  font-size: 1rem;
  text-align: center;
  /* font-weight: normal; */
  margin-bottom: 22px;
  /* color: #6dbd6b; */
}

.terms_text li {
  margin-bottom: 25px;
}

.terms_approval {
  text-align: center;
  margin: 37px auto 0;
  font-size: 0.9375rem;
}

.availablePeriod {
  background-color: #86cf83;
  color: #333;
  font-size: 1.5rem;
  border-radius: 4px;
  padding: 1rem;
  margin: 1.5rem 0;
  text-align: center;
  font-weight: bold;
}

.availablePeriod br {
  display: none;
}

.availablePeriod span {
  font-size: 0.8em;
}

.availablePeriod span.nendo {
  font-size: 0.85em;
}

.green-text {
  color: #2fb42f;
  font-weight: bold;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 480px) {
  .terms-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .terms {
    padding: 15px 10px 20px;
    font-size: 0.8125rem;
  }
  .terms_title {
    font-size: 0.9375rem;
    margin-bottom: 12px;
  }
  .terms_text li {
    margin-bottom: 18px;
  }
  .terms_approval {
    margin: 17px auto 0;
  }
  .availablePeriod br {
    display: block;
  }
}
/* ----------------------------------
 2021.3 exceleiyou.html epuls
---------------------------------- */
.to-new-release {
  max-width: 1140px;
  margin: 0 auto;
  border: 2px solid #4bae44;
  font-weight: 600;
  font-size: 26px;
  text-align: center;
  padding: 16px 0;
  margin-top: 40px;
  letter-spacing: 0.05em;
}

.to-new-release a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  color: #4bae44;
}

.to-new-release p span {
  display: block;
  font-size: 20px;
}

.to-new-release .material-icons {
  position: absolute;
  right: 3%;
  color: #fb5326;
  font-size: 54px;
}

.ee-support {
  margin: 3rem auto 2rem;
}

@media screen and (max-width: 768px) {
  .to-new-release {
    padding: 2% 3%;
    font-size: 18px;
    line-height: 1.5;
  }
  .to-new-release p span {
    font-size: 14px;
  }
  .to-new-release .material-icons {
    right: 1%;
    font-size: 40px;
  }
}
.about-activation {
  font-size: 14px;
  border: 1px solid #ddd;
  padding: 16px;
}

.about-eplus {
  background-color: #ededed;
  border: 2px solid #fb5326;
  font-weight: 600;
  padding: 12px 18px 16px;
  line-height: 1.8;
}

.about-eplus a {
  color: #fb5326;
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .exceleiyou-nextver dt {
    float: none;
    margin-bottom: 12px;
  }
  .exceleiyou-nextver dd {
    margin-left: 0;
  }
}
.registered {
  vertical-align: super;
  font-size: 0.8em;
}

.highlight {
  color: #fb5326;
}

.about-eiyoplus-yoyaku {
  border: 2px solid #fb5326;
  padding: 10px 16px;
  border-radius: 12px;
}

/* ----------------------------------
 2021.10 exceleiyou.html エクセル栄養君販売終了
---------------------------------- */
.end-sale-eiyoukun {
  text-align: center;
  margin-top: 40px;
  font-size: 20px;
  line-height: 2;
  color: #fb5326;
}

.end-sale-eiyoukun p:last-child {
  color: #444;
  font-size: 15px;
  margin-top: 10px;
}

.yakkan {
  border: 1px solid #ccc;
  padding: 10px;
  font-size: 14px;
  border-radius: 6px;
}

/* ----------------------------------
 2022.8 mypage
---------------------------------- */
.greenline-title.new-entry {
  margin-top: 2.4rem;
  line-height: 1.3;
}

.red_text {
  font-size: 15px;
  color: red;
}

/* 会員登録／会員情報変更
---------------------------- */
/* マイページ　タブメニュー */
.mypageMenu {
  max-width: 920px;
  width: 100%;
  margin: 60px auto;
}

.mypageMenu__list {
  /* display: grid;
  grid-template-columns: repeat(3,1fr);
  gap:3px; */
  display: flex;
  gap: 3px;
  line-height: 1.2;
}

.mypageMenu__item {
  text-align: center;
  background: #eee;
  flex-grow: 1;
}

.mypageMenu__item:nth-child(2) {
  flex-grow: 0.8;
}

.mypageMenu__link {
  display: block;
  padding: 20px 10px;
  font-size: 1.0625rem;
}

.mypageMenu__link._current {
  background: #67bc63;
  color: #fff;
  position: relative;
  pointer-events: none;
  height: 100%;
}

.mypageMenu__link._current:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 10px solid transparent;
  border-top: 10px solid #67bc63;
}

/* 所有ソフトウェア欄 */
.app_name {
  border-left: 8px solid;
  padding-left: 8px;
  font-weight: bold;
  line-height: 1.8;
  margin-top: 20px;
  margin-bottom: 10px;
  border-color: #29af4b;
}

.app_name:first-child {
  margin-top: 0px;
}

.app_name.eiyou {
  border-color: #29af4b;
  color: #29af4b;
}

.app_name.ffq {
  border-color: #173d89;
  color: #173d89;
}

.app {
  display: grid;
  grid-template-columns: 130px 1fr;
  align-items: center;
  gap: 8px;
}

.app label {
  display: flex;
  align-items: center;
  padding: 10px;
  font-weight: bold;
  background-color: #eee;
}

.app + hr {
  opacity: 0;
  margin-top: 30px;
}

.app-box {
  padding: 0.5rem;
  border: 2px solid #ccc;
  border-radius: 3px;
  width: 100%;
}

.btnAddInput {
  font-weight: bold;
  letter-spacing: 2px;
}

.btnAddInput span {
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  line-height: 22px;
  text-align: center;
  background-color: #29af4b;
  color: #fff;
  margin-right: 8px;
  letter-spacing: 0;
}

@media screen and (max-width: 768px), print {
  .mypageMenu {
    margin: 30px auto;
  }
  .mypageMenu__link {
    padding: 10px;
    font-size: 1rem;
  }
  .app {
    grid-template-columns: 94px 1fr;
    gap: 6px;
  }
  .app label {
    padding: 10px 5px;
  }
}
/* 購入履歴・ダウンロード
---------------------------- */
/* 共通 */
.myItem-wrapper {
  max-width: 920px;
  /* width: 100; */
  margin: 60px auto;
}

.myItem.head > div {
  /* tableheader */
  background: #eee;
  text-align: center;
  padding: 0.5em;
  font-weight: bold;
  margin-bottom: 10px;
}

.myItem:not(.head) {
  border-bottom: 2px solid #eee;
}

.myItem > div {
  padding: 0.8em;
}

.myItem__name a {
  display: block;
}

.myItem__name a:hover {
  color: #29af4b;
}

.myItem__buy,
.myItem__dl {
  text-align: center;
}

/* 購入履歴 */
.history .myItem {
  display: grid;
  grid-template-columns: 1fr 4fr 1fr;
  gap: 3px;
}

.history .myItem__num {
  text-align: right;
}

/* マイページ */
.myDownload .myItem {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 2fr;
  align-items: center;
  gap: 3px;
}

.myDownload button {
  width: 200px;
  padding: 7px 0;
  position: relative;
  display: inline-block;
  background: #67bc63;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
  font-size: 0.95rem;
}

.myDownload button::before {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  background-image: url(../img/download_2_fill.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  left: -3px;
  top: 3px;
}

.myDownload .myItem__dl a {
  text-decoration: underline;
}

@media screen and (max-width: 768px), print {
  .myItem-wrapper {
    width: 100%;
    margin: 40px auto;
  }
  .myItem {
    grid-template-columns: 1.5fr 4fr 1fr;
  }
  .myItem > div {
    padding: 0.8em 0.4em;
  }
  /* sp マイページ　ダウンロード */
  .myDownload .myItem.head {
    display: none;
  }
  .myDownload .myItem {
    display: block;
    margin-bottom: 20px;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: none;
  }
  .myDownload .myItem__name {
    background-color: #eee;
    font-weight: bold;
    font-size: 15px;
    padding: 5px;
    border-bottom: 1px solid #ddd;
  }
  /* .myDownload .myItem > div:not(.myItem__dl){
    border-bottom: 1px dashed #ddd;
  } */
  .myDownload .myItem .myItem__pub,
  .myDownload .myItem .myItem__buy {
    border-bottom: 1px dashed #ddd;
  }
  .myDownload .myItem > div.myItem__dl {
    border-bottom: 1px solid #ddd;
    text-align: center;
  }
  .myItem__buy,
  .myItem__dl {
    text-align: left;
    position: relative;
  }
  .myItem__buy::before,
  .myItem__pub::before {
    content: attr(data-text) "：";
    display: inline-block;
    padding-right: 0.5em;
  }
}
/* ログイン 
 ---------------------------------*/
.btn-area {
  text-align: center;
  margin-top: 40px;
}

.reset-pw {
  margin-top: 15px;
  font-size: 15px;
}

.reset-pw a {
  color: #3eb055;
  text-decoration: underline;
}

.head-border {
  position: relative;
  display: inline-block;
  padding: 0 55px;
  color: #999;
  margin-bottom: 20px;
}

.head-border:before,
.head-border:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 50px;
  height: 1px;
  background-color: #999;
}

.head-border:before {
  left: 0;
}

.head-border:after {
  right: 0;
}
/*# sourceMappingURL=styles.css.map */

/* ----------------------------------------
 2024.12 /np/ffqnext_registration.html
----------------------------------------- */
.custom-select {
  position: relative;
  width: 100%;
  background-color: #fff;
}
.custom-select::after {
  content: "";
  position: absolute;
  top: 18px;
  right: 1em;
  display: inline-block;
  border-style: solid;
  border-width: 10px 6px 0 6px;
  border-color: #666 transparent transparent transparent;
  pointer-events: none;
}

@media (max-width: 768px) {
  .custom-select::after {
    top: 25px;
  }
}

.custom-select select {
  /* reset */
  appearance: none;
  /* width: 300px;
  padding: 11px 15px;
  padding-right: 1em; */
  border: none;
  outline: 0;
  background: #fff;
  background-image: none;
  box-shadow: none;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  cursor: pointer;
}
.custom-select .custom-select__select {
  width: 100%;
  height: 45px;
  box-sizing: border-box;
  /* padding-inline: 1em 1em ; */
  border: 2px solid #ccc;
  color: #000;
}
/* #ffg-next1,#ffg-next2{
  display: none;
} */
.ffgnext-item {
  display: none;
}
.gray-bar {
  background-color: #eee;
  text-align: center;
  padding: 3px;
  font-weight: bold;
}
