
a {
cursor:pointer !important;
}
/*  point-txt  */
.point-txt {
  text-align: left;
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  border-radius: 4px;
  padding: 0px;
  margin: 0 30px 0px;
  /* background: #f9f5f0; */
  /* border-radius: 10px; */
  border: solid 2px #b68c00;
  box-sizing: border-box;
}
.point-txt .pointtxt-inner {
  padding: 0px 20px 20px;
}
.point-txt .heading-pointtxt {
 color: #D8AF0E;
 font-size: 16px;
 font-weight: bold;
 line-height: 24px;
 text-align: center;
 margin-bottom:10px;
}
.point-txt .top-left-triangle {
  width: 24px;
  height: 24px;
  position: relative;
  padding: 0px;
}
.point-txt .top-left-triangle:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 24px 24px 0 0;
  border-color: #b68c00 transparent transparent transparent;

}
.point-txt .top-left-triangle:after {
  position: absolute;
  content: "";
  transform: rotate(315deg);
  display: block;
  font-size: 11px;
  white-space: pre;
  color: #fff;
  top: 12px;
  left: 4px;
  text-align: center;
  z-index: 2;
  line-height: 1.2;
}


/*   entry-index   */
#entry-index {
  width: 100%;
  margin-bottom: 48px;
  padding: 0px;
  /* background: linear-gradient(to bottom, #eee, #eee 50%, #fff 75%, #fff 75%); */
  background: #eee;
  position: relative;
}
#entry-index p {
  font-size: 16px;
  line-height: 30px;
  position: relative;
}

#entry-index p span:after {
  content: "";
  position: absolute;
  /* top: 0; */
  left: 0;
  width: 50px;
  /* height: 100%;
  display: block; */
  border-top:4px solid #2ca638;
  /* box-sizing: border-box; */
}
#entry-index ul li {
  margin: 12px 30px;
  border-bottom: 1px solid #6666
}
#entry-index a {
  font-size: 14px;
  font-weight:500;
  line-height: 16px;
  letter-spacing: 0.05em;
  color: #2ca638;
  text-decoration: none;
}
#entry-index li.ttl-h2 {
  position: relative;
}
#entry-index a:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 14px;
  margin-left: 8px;
  background: url(https://green-dog.com/assets/img/arrow-green-tobtm.png) no-repeat center center / contain
}
/*  toc read more */
#entry-index .readmore {
  position: relative;
  margin: 0px auto 0;
  padding: 0px 0px 20px;
}
#entry-index .readmore p.gline {
  padding: 0px 0px 12px;
  margin:0 0 0 0px;
  height:4px;
}
#entry-index .readmore #toctxt {
  padding: 0px 0px 0px;
  margin:0 0 0 30px;
  font-size: 16px;
  line-height: 30px;
  font-weight:bold;
  height:40px;
}

/*  productlink */
.productlink {
    font-size: 16px;
    line-height: 30px;
   margin: 24px 30px 48px;
}
.productlink__txt::before {
    margin-right: 8px;
    display: inline-block;
    content: "";
    background: url(https://www.green-dog.com/assets/vendor/fonts/stylesheet/images/icon/gray/arrow.svg) no-repeat;
    width: 10px;
    height: 10px;
}
.ly-main a:not(.detail-btn01) {
    color: #546e9e;
    /* font-size: 16px; */
    /* line-height: 30px; */
    font-weight: bold;
    text-decoration: underline;
}

/* author */
.author {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  /* margin-bottom: 24px; */
}
.author .txt-box {
  margin-left: 15px;
}
.author .position,
.author .name {
  margin: 0;
  padding: 0;
  font-size: 14px;
  letter-spacing: 0.05em;
  /* text-align: right; */
  font-weight: 300;
}
.author .img-box {
  width: 50px;
  height: 50px;
  margin-right: 20px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
.author .img-box img {
  width: 100%;
  margin: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 0;
}




/*   author profile   */
.author-profile {
  margin: 0px 0 48px;
}
.author-profile .ttl-box {
  margin-bottom: 35px;
}
.author-profile h4 {
  background-color: #666;
  color:#fff;
  margin:0px;
  padding:10px;
  font-size: 18px;
}
.author-profile .layout-box {
  background-color: #ccc;
  display: flex;
  align-items: flex-start;
  padding: 20px;
}
.author-profile .img-box {
  width: 100px;
  height: 100px;
  margin-right: 20px;
  border-radius: 50%;
  overflow: hidden;
}
.author-profile .img-box img {
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
  background-color: #FFFFFF;
}
.author-profile .detail-box {
  flex: 1;
  /* padding-left: 32px; */
 /*  margin-right: 20px; */
}
.author-profile b {
  font-size: 18px;
  display: block;
  font-weight: bold;
  margin-bottom: 30px;
}
.author-profile .name {
  margin: 0 0 6px;
  /* padding-bottom: 14px; */
  font-size: 16px;
  /* border-bottom: 1px solid #e5e5e5; */
  font-weight: 600;
  line-height: 18px;
}
.author-profile .position {
  margin-bottom: 10px;
  font-size: 11px;
  line-height:18px;
  font-weight: normal;
}


/*  reference-porduct-wrap  */
.yellowbox-wrap, 
.reference-porduct-wrap {
background-color: #D8AF0E;
padding: 36px 30px 48px;
margin-bottom:48px;
}
.yellowbox-wrap {
  margin-bottom:0px; 
}
.yellowbox-wrap h3,
.reference-porduct-wrap h3 {
font-size: 22px;
color: #222;
margin: 0px 0px 24px;
}

/*   tag-list-btm   */
.tag-list-btm {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  padding: 0px;
  margin-left: 2vw;
}
.etag-list-btmt li:first-child {
  margin-left:2vw;
}
.tag-list-btm li {
  padding: 5px 0;
}
.tag-list-btm li:not(:last-child) {
  margin-right: 10px;
}
#yellowbox-wrap .tag-list-btm a {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  border-radius: 20px;
  align-items: center;
  box-sizing: border-box;
  width: auto;
  max-width: 100%;
  height: 40px;
  padding: 0px 30px 0px 15px;
  color: #555;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  line-height: 36px;
  cursor: pointer;
  background: url(https://green-dog.com/assets/img/arrow-right-yellow.png) right 15px center / 10px no-repeat #fff;
}
#yellowbox-wrap .tag-list-btm a:hover {
  opacity: 0.6;
  color: #555;
}