.postContents {
  position: relative;
  color: #515151;
  font-size: 14px;
}

@media (max-width: 767px) {
  .postContents {
    font-size: 13px;
  }
}

@media (min-width: 768px) {
  .postContents img.float {
    float: left;
    margin-right: 1em;
    margin-bottom: .5em;
  }
}

@media (max-width: 767px) {
  .postContents img.float {
    float: none;
    margin-bottom: 1em;
  }
}

.postContents a {
  color: #333;
  text-decoration: none;
}

.postContents a:active, .postContents a:hover {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.postContents h2 {
  background-color: #1562a0;
  padding: 8px 16px 8px 24px;
  margin-bottom: 16px;
  font-size: 21px;
  color: #ffffff;
  position: relative;
}

.postContents h3 {
  border-bottom: 3px solid #1562a0;
  font-size: 20px;
  width: 100%;
  color: #505050;
  margin-top: 32px;
  margin-bottom: 16px;
  padding: 0px 8px;
}

@media (max-width: 767px) {
  .postContents h2,
  .postContents h3 {
    font-size: 16px;
  }
}

.qbookplus .postArticle .postArticle__mainTitle .postContents p,
.postContents .postArticle .postArticle__mainTitle p,
.postContents h4 {
  padding-left: 10px;
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: bold;
  border-left: 3px solid #1562a0;
}

.postContents h4 {
  margin-top: 16px;
  border-left: 10px solid #b0dcff;
}

@media (max-width: 767px) {
  .qbookplus .postArticle .postArticle__mainTitle .postContents p,
  .postContents .postArticle .postArticle__mainTitle p,
  .postContents h4 {
    margin-bottom: 10px;
    font-size: 14px;
  }

  .postContents h4 {
    margin-top: 10px;
  }
}

.postContents p {
  margin-bottom: 16px;
  word-break: break-all;
}

.postContents blockquote {
  position: relative;
  padding: 20px;
  margin-bottom: 30px;
  border: 1px solid #dae7f0;
  color: #333;
}

@media (max-width: 767px) {
  .postContents blockquote {
    padding: 7px 13px 10px;
  }
}

.postContents blockquote:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: #dae7f0;
}

.postContents blockquote p {
  margin-bottom: 0;
}

.postContents blockquote p.text__link::before {
  content: ">";
  color: #1d8ebc;
  padding-right: 8px;
  font-weight: bold;
}

@media (max-width: 767px) {
  .postContents blockquote p {
    font-size: 12px;
    line-height: 1.58333;
  }
}

.postContents ul {
  padding-left: 1.5em;
  margin-bottom: 1.5em;
}

.postContents ul li {
  list-style: disc;
  margin-bottom: .5em;
}

.postContents ol {
  list-style-type: decimal;
  padding-left: 1.5em;
  margin-bottom: 1.5em;
}

.postContents ol li {
  margin-bottom: .5em;
}

.postContents ol li::marker {
  font-weight: bold;
}

.postContents table {
  margin-bottom: 1em;
  border-collapse: separate;
  border-spacing: 5px;
  width: 100%;
}

@media (max-width: 767px) {
  .postContents .table__wrap {
    overflow-x: scroll;
  }

  .postContents table {
    width: 720px;
  }
}

.postContents table tr:nth-child(even) {
  background-color: #f9f9f9;
}

.postContents table tr:nth-child(odd) {
  background-color: #e9f5ff;
}

.postContents table th {
  border-radius: 5px;
  background-color: #2b6493;
  color: white;
  padding: 12px;
}

.postContents table td {
  border-radius: 5px;
  padding: 6px;
}

.postContents iframe {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .postContents iframe {
    width: 100%;
  }
}

.postContents q p {
  font-size: 0.8rem;
}


@media (min-width: 768px) {
  .postContents blockquote p {
    margin-bottom: 0;
    font-size: 1em;
  }
}


.postContents .seminar-link span {
  display: table;
  padding: 0 60px 0 50px;
  margin: auto;
  width: 420px;
  position: relative;
  height: 42px;
  border: 2px solid #40b023;
  background-color: #fff;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #40b023;
  line-height: 43px;
  text-align: center;
  -webkit-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms;
  font-weight: bold;
}

/*�Z�~�i�[LP�p1807*/
.postContents p.speaker{
  padding-left: 13px;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 1.44444;
  font-weight: bold;
}

.postContents dl.seminar_detail{
  line-height: 1.8;
  margin: 20px 0;
}

.postContents .seminar_detail dt {
  clear: left;
  float: left;
  width: 15%;
  font-weight:bold;
  text-align: right;
}

.postContents .seminar_detail dd {
  margin: 0 0 0 20%;
}

.postContents .seminar-link a {
  display: table;
  padding: 0 60px 0 50px;
  margin: auto;
  width: 420px;
  position: relative;
  height: 42px;
  background-color: #40b023;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  line-height: 43px;
  text-align: center;
  -webkit-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms;
  font-weight: bold;
  text-decoration: none;
}

.postContents .seminar-link a:hover {
  text-decoration-line: underline;
  background-color: #31851b;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .postContents .seminar-link a {
    display: block;
    width: 95%;
    font-size: 14px;
  }

  .postContents .seminar-link span {
    display: block;
    width: 95%;
    font-size: 14px;
    padding: 0;
  }
}

.postContents .seminar-link span {
  display: table;
  padding: 0 60px 0 50px;
  margin: auto;
  max-width: 420px;
  position: relative;
  height: 42px;
  border: 2px solid #40b023;
  background-color: #fff;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #40b023;
  line-height: 43px;
  text-align: center;
  -webkit-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms;
  font-weight: bold;
}

.postContents .logo-left {
  float: right;
  padding: 5px;
}

.postArticle .postArticle__mainTitle p, .postArticle .postArticle__mainTitle p {
  position:relative;
  padding-left:13px;
  margin-bottom:15px;
  font-size:18px;
  line-height:1.44444;
  font-weight:bold;
}

@media (max-width:767px) {
  .postArticle .postArticle__mainTitle p.postArticle .postArticle__mainTitle p {
    margin-bottom:10px;
    font-size:16px;
    line-height:1.375;
  }
}

.postArticle a {
  display:block;
  background:-webkit-linear-gradient(135deg, transparent 13px, #f0f3f7 0) bottom right;
  background:-o-linear-gradient(135deg, transparent 13px, #f0f3f7 0) bottom right;
  background:linear-gradient(315deg, transparent 13px, #f0f3f7 0) bottom right;
  text-decoration: none;
}

.postArticle a:hover {
  color: #000;
}

.postArticle .postArticle__wrap {
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  height:170px;
  margin-bottom:32px;
  overflow:hidden
}

@media (max-width:767px){
  .postArticle .postArticle__wrap {
    padding:10px 10px 10px;
    margin-bottom:12px;
    background:-webkit-linear-gradient(135deg, transparent 8px, #f0f3f7 0) bottom right;
    background:-o-linear-gradient(135deg, transparent 8px, #f0f3f7 0) bottom right;
    background:linear-gradient(315deg, transparent 8px, #f0f3f7 0) bottom right;
    height:inherit
  }
}

.postArticle .postArticle__wrap:hover img {
  -webkit-transform:scale(1.1, 1.1);
  -ms-transform:scale(1.1, 1.1);
  transform:scale(1.1, 1.1)
}

.postArticle a:hover .postArticle__mainTitle{
  color:#333
}

.postArticle a:hover .postArticle__title p{
  color:#333;
  text-decoration:underline
}

.postArticle .postArticle__image{
  width:298px;
  height:170px;
  overflow:hidden
}
@media (max-width:767px){
  .postArticle .postArticle__image{
    width:120px;
    height:inherit
  }
}

.postArticle .postArticle__image img{
  -webkit-transition:-webkit-transform 400ms;
  transition:-webkit-transform 400ms;
  -o-transition:transform 400ms;
  transition:transform 400ms;
  transition:transform 400ms, -webkit-transform 400ms
}

.postArticle .postArticle__body{
  width:-webkit-calc(100% - 298px);
  width:calc(100% - 298px);
  line-height:1.5;
  padding:30px
}

@media (max-width:767px){
  .postArticle .postArticle__body{
    width:-webkit-calc(100% - 120px);
    width:calc(100% - 120px);
    padding:0 0 0 20px
  }
}

@media (max-width:360px){
  .postArticle .postArticle__body{
    padding:0px 5px 0px 15px
  }
}

@media (max-width:767px){
  .postArticle .postArticle__mainTitle{
    padding:0 0 5px
  }
}

.postArticle .postArticle__mainTitle p{
  margin-bottom:0!important
}

@media (min-width:768px){
  .postArticle .postArticle__title{
    margin-top:25px
  }
}

.postArticle .postArticle__title p{
  margin-bottom:10px;
  font-size:16px;
  font-weight:bold;
  line-height:1.66667
}

@media (max-width:767px){
  .postArticle .postArticle__title p{
    margin-bottom:0;
    font-size:12px
  }
}

.postArticle .postArticle__text p{
  font-size:12px;
  color:#999
}

@media (max-width:767px){
  .postArticle .postArticle__text{
    display:none
  }
}

.postArticle p{
  margin-bottom:0
}

.postWriter{
  padding:20px 20px 13px;
  margin-top:42px;
  margin-bottom:20px;
  border:2px solid #eaeaea
}

@media (min-width:768px){
  .postWriter{
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap
  }
}

@media (max-width:767px){
  .postWriter{
    margin-top:0
  }
}

.postWriter .postWriter__image{
  width:100px;
  height:100px
}

@media (max-width:767px){
  .postWriter .postWriter__image{
    float:left;
    margin-right:15px;
    margin-bottom:15px;
    width:90px;
    height:90px
  }
}

.postWriter .postWriter__image img{
  -webkit-border-radius:3px;
  border-radius:3px;
  border:1px solid #eaeaea
}

@media (min-width:768px){
  .postWriter .postWriter__body{
    padding-left:20px;
    width:-webkit-calc(100% - 100px);
    width:calc(100% - 100px)
  }
}

.postWriter .postWriter__name{
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  margin-bottom:15px;
  font-weight:bold
}

@media (max-width:767px){
  .postWriter .postWriter__name{
    display:block;
    font-weight:normal
  }
}

.postWriter .postWriter__name dt{
  margin-right:10px;
  font-size:13.85px
}

@media (max-width:767px){
  .postWriter .postWriter__name dt{
    margin-bottom:10px;
    font-size:12px
  }
}

.postWriter .postWriter__name dd a{
  color:#1d8ebc;
  font-size:13.85px
}

@media (max-width:767px){
  .postWriter .postWriter__name dd a{
    font-size:14px
  }
}

.postWriter .postWriter__name dd a:hover{
  text-decoration:underline
}

.postWriter .postWriter__company{
  margin-bottom:8px;
  font-size:12px;
  color:#999
}

@media (max-width:767px){
  .postWriter .postWriter__company{
    line-height:1.41667
  }
}

.postWriter .postWriter__desc{
  line-height:1.85714
}

@media (max-width:767px){
  .postWriter .postWriter__desc{
    clear:both;
    margin-top:15px;
    font-size:12px;
    line-height:1.58333
  }
}

.writerDetail{
  padding:20px 0;
  margin-top:10px;
  margin-bottom:20px;
  border-top:1px solid #eaeaea;
  border-bottom:1px solid #eaeaea
}

@media (min-width:768px){
  .writerDetail{
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    padding:20px;
    margin-bottom:40px
  }
}

.writerDetail .writerDetail__image{
  width:190px;
  height:190px
}

@media (max-width:767px){
  .writerDetail .writerDetail__image{
    float:left;
    margin-right:15px;
    width:162.5px;
    height:162.5px
  }
}

.writerDetail .writerDetail__image img{
  -webkit-border-radius:3px;
  border-radius:3px;
  border:1px solid #eaeaea
}

@media (min-width:768px){
  .writerDetail .writerDetail__body{
    padding-left:30px;
    width:-webkit-calc(100% - 190px);
    width:calc(100% - 190px)
  }
}

.writerDetail .writerDetail__name{
  margin-bottom:15px;
  font-weight:bold
}

@media (max-width:767px){
  .writerDetail .writerDetail__name{
    margin-top:20px;
    display:block
  }
}

.writerDetail .writerDetail__name dt{
  margin-bottom:14px;
  font-size:13.85px
}

@media (max-width:767px){
  .writerDetail .writerDetail__name dt{
    margin-bottom:15px;
    font-size:12px;
    font-weight:normal
  }
}

.writerDetail .writerDetail__name dd{
  color:#1d8ebc;
  font-size:18px
}

@media (max-width:767px){
  .writerDetail .writerDetail__name dd{
    font-size:16px
  }
}

.writerDetail .writerDetail__company{
  margin-bottom:30px;
  font-size:12px;
  color:#999
}

@media (max-width:767px){
  .writerDetail .writerDetail__company{
    margin-bottom:0;
    line-height:1.41667
  }

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

.writerDetail .writerDetail__desc{
  line-height:1.85714
}

@media (max-width:767px){
  .writerDetail .writerDetail__desc{
    clear:both;
    margin-top:15px;
    font-size:12px;
    line-height:1.58333
  }
}

/* 目次デザイン */
.postContents .series_list {
  width: 90%;
  margin: 16px auto;
  display: block;
  position: relative;
  border-right: none;
  border-left: none;
  border-top: solid 2px #0F58A4;
  border-bottom: solid 2px #0F58A4;
  background: #EDF4FA;
  color: #333;
  padding: 16px;
}

.postContents .series_list dt {
  color:#777;
  font-weight:bold;
  font-size:18px;
  text-align:center;
  display:block;
}

.postContents .series_list dt span {
  font-size: 12px;
  padding-left: 8px;
  vertical-align: middle;
  font-weight: normal;
}

.postContents .series_list dd {
  padding-right: 16px;
}

.postContents .series_list ol {
  counter-reset: section;
  margin-top: 4px;
  margin-bottom: 0px;
  padding-left: 0px;
}

.postContents .series_list ol > li {
  margin-bottom: 4px;
  list-style: none;
  padding-left: 16px;
}

.postContents .series_list ol > li:before {
  content: counters(section, '-') '. ';
  counter-increment: section;
}

.postContents .series_list ul {
  padding-left: 16px;
  margin-bottom: 0px;
}

.postContents .series_list ul li {
  list-style: none;
  margin-bottom: 4px;
}

.postContents .series_list ul > li:before {
  content: '・';
}

.postContents .series_list ul > li > ul > li:before {
  content: '- ';
}

.postContents .outerpagelinkbox {
  width: 100%;
  max-width: 720px;
  margin: auto;
  background: #f0f3f7;
  transition: 0.3s all;
}

.postContents .outerpagelinkbox:hover {
  transform: translate3d(1px, 1px, 0px);
  background: none;
}

.postContents .outerpagelinkbox a {
  display: flex;
  box-shadow: 4px 4px 4px rgb(0 0 0 / 20%);
  font-weight: bold;
  margin: 16px auto;
  max-height: 113px;
  overflow: hidden;
  transition: 0.3s all;
  background: #f0f3f7;
}

@media (max-width:767px){
  .postContents .outerpagelinkbox a {
    max-height: 105px;
  }
}

.postContents .outerpagelinkbox a:hover {
  transform: translate3d(1px, 1px, 0px);
  box-shadow: 1px 1px 4px rgb(0 0 0 / 20%);
}

.postContents .outerpagelinkbox a.image {
  margin: 0px;
}

.postContents .outerpagelinkbox a img {
  width: 200px;
  object-fit: contain;
}

@media (min-width:768px){
  .postContents .outerpagelinkbox a img {
    min-height: 105px;
  }
}

@media (max-width:767px){
  .postContents .outerpagelinkbox a img {
    width: 20vw;
    padding: 8px 0px 8px 8px;
  }
}

.postContents .outerpagelinkbox a span {
  width: 100%;
  padding: 8px 16px;
  display: flex;
  margin: auto;
  max-height: 113px;
}

.postContents .outerpagelinkbox a span i,
.postContents .outerpagelinkbox a span svg {
  margin: auto 0px auto auto;
  padding-left: 8px;
  min-width: 22px;
}

/* 商品紹介ページ */
.postContents .showcasebox {
  border: 1px solid #e7e7e7;
  display: flex;
  max-height: 250px;
  padding: 16px;
  margin-bottom: 16px;
}

.postContents .showcasebox img {
  object-fit: contain;
  width: 30%;
}

.postContents .showcasebox .showcasetext {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.postContents .showcasebox img + div {
  padding-left: 16px;
}

.postContents .showcasebox .showcasetext p {
  margin-bottom: 8px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.postContents .showcasebox .showcasetext p:nth-child(1) {
  font-weight: bold;
  font-size: 16px;
  padding-left: 5px;
}

.postContents .showcasebox .showcasetext p:nth-child(2) {
  padding-left: 5px;
}

.postContents .showcasebox .showcasetext div {
  color: white;
  display: flex;
  flex-wrap: wrap;
  margin-top: auto;
}

.postContents .showcasebox .showcasetext div a {
  color: white;
  margin: 5px;
  width: calc(50% - 10px);
  height: 40px;
  line-height: 40px;
  text-align: center;
  box-shadow: 0px 1px 4px 0px rgb(0 0 0 / 20%);
  border-radius: 5px;
  position: relative;
  text-decoration: none;
}

.postContents .showcasebox .showcasetext div a::after {
  content: "";
  position: absolute;
  top: 15px;
  right: 16px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  transform: rotate(45deg);
}

.postContents .showcasebox .showcasetext div a:only-child {
  width: 100%;
  margin: auto;
}

.postContents .showcasebox .showcasetext div a.amazon {
  background-color: #ffb36b;
}

.postContents .showcasebox .showcasetext div a.rakuten {
  background-color: #ea7373;
}

.postContents .showcasebox .showcasetext div a.yahoo {
  background-color: #51a7e8;
}

.postContents .showcasebox .showcasetext div a.other {
  background-color: #7cd9a3;
}

@media (max-width:767px){
  .postContents .showcasebox {
    max-height: 100%;
    flex-direction: column;
  }

  .postContents .showcasebox img {
    max-height: 200px;
    width: 100%;
  }

  .postContents .showcasebox .showcasetext {
    padding-left: 0px;
    padding-top: 16px;
    width: 100%;
  }

  .postContents .showcasebox .showcasetext p {
    padding: 0px;
    text-align: center;
  }

  .postContents .showcasebox .showcasetext div a {
    width: 100%;
  }
}
