/*
Theme Name: TECH::NOTE テーマ
*/

body {
  font-display: fallback;
  font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  scroll-padding-top: 110px;
}

blockquote {
  border-left: solid 2px #e8e8e8;
  background: #f9f9f9;
  color: #0a0a0a;
  margin: 0 10px;
  padding: 0px 20px;
  width: calc(100% - 20px);
}
.ArticleBodyContainer blockquote p {
  font-size: 10pt;
}

a {
  color: #2b4da0;
  font-weight: bold;
}

a:hover {
  opacity: 0.6;
}

/* .twitter-tweet {
  min-width: 100px!important;
} */

.js-tweet {
  width: 100%;
  overflow: scroll;
  padding: 0 1rem;
}

@media (max-width: 900px) {
  .techcamp_link {
    display: inline;
  }
  .js-tweet {
    width: calc(100vw - 2rem);
  }
  body {
    scroll-padding-top: 80px;
  }
}

.StepPageLink__image, .AuthorProfileImage {
  flex-shrink: 0;
}

.StepPageLink__title>a {
  color: #6F6D6F;
}

.ArticleHeader {
  background-size: cover;
}

.ArticleBodyContainer {
  margin-top: 0;
}

.ArticleBodyContainer strong {
  font-size: inherit;
}

.ArticleBodyContainer h2 {
  font-size: 1.3rem;
  margin: 2rem 0 1rem;
}

.ArticleBodyContainer h3 {
  margin: 2rem 0 1rem;
}

.ArticleBodyContainer img {
  margin: 0;
}

.GlobalFooter {
  padding: 0 1rem 2rem;
  background-color: #efebef;
}

.FooterItem__link, .FooterItemListWrapper__title, .Disclaimer {
  color: #403d41;
}

.FooterItem__link, .FooterItemListWrapper__title, .Disclaimer {
  /* text-align: center; */
}

.HashTagList {
  flex-wrap: wrap;
}

/*Chat Bubblesã€€CSS Setting*/

/* å…¨ä½“ã®ã‚¹ã‚¿ã‚¤ãƒ« */

.voice {
  margin-top: 1.5rem;
}

/* å·¦ç”»åƒ */

.voice-img-left {
  float: left;
  /* width: 60px;
    height: 60px; */
  width: 70px;
  height: 70px;
}

/* å³ç”»åƒ */

.voice-img-right {
  margin-right: 4px;
  margin-top: -1px;
  float: right;
  width: 60px;
  height: 60px;
}

.voice figure {
  margin-left: 4px;
  margin-top: -1px;
}

.voice figure img {
  width: 100%;
  height: 100%;
  border: 2px solid #eee;
  border-radius: 50%;
  margin: 0;
}

/* ç”»åƒã®ä¸‹ã®ãƒ†ã‚­ã‚¹ãƒˆ */

.voice-img-description {
  padding: 5px 0 0;
  font-size: 10px;
  text-align: center;
}

/* å·¦ã‹ã‚‰ã®å¹ãå‡ºã—ãƒ†ã‚­ã‚¹ãƒˆ */

.voice-text-right {
  color: #444;
  position: relative;
  margin-left: 100px;
  padding: 1.2em;
  border: 3px solid #eee;
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 25px;
}

/* å³ã‹ã‚‰ã®å¹ãå‡ºã—ãƒ†ã‚­ã‚¹ãƒˆ */

.voice-text-left {
  position: relative;
  margin-right: 100px;
  padding: 1.2em;
  border: 3px solid #eee;
  background-color: #fff;
  border-radius: 5px;
}

p.voice-text {
  margin: 0 0 8px;
}

p.voice-text:last-child {
  margin-bottom: 0px!important;
}

/* å·¦ã®ä¸‰è§’å½¢ã‚’ä½œã‚‹ */

.voice-text-right:before {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  border-right: 10px solid #eee;
  top: 15px;
  left: -20px;
}

.voice-text-right:after {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  border-right: 10px solid #fff;
  top: 15px;
  left: -16px;
}

/* å³ã®ä¸‰è§’å½¢ã‚’ä½œã‚‹ */

.voice-text-left:before {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  border-left: 10px solid #eee;
  top: 15px;
  right: -23px;
}

.voice-text-left:after {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  border-left: 10px solid #fff;
  top: 15px;
  right: -19px;
}

/* å›žã‚Šè¾¼ã¿è§£é™¤ */

.voice:after, .voice:before {
  clear: both;
  content: "";
  display: block;
}

.listShadow {
  box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
}

.ArticleBox__title {
  width: 100%;
  font-size: .9rem;
  /* color: #6f6d6f; */
  color: #c0bcc1;
  text-align: center;
  font-weight: 700;
  padding: 1rem 0;
  position: relative;
}

.ArticleToCItemList {
  counter-reset: item;
  padding: .5rem .9rem;
}

.ArticleToCItem, .ArticleToCItemList>li {
  border-top: 1px solid #efefef;
  padding: 0 .8rem;
  position: relative;
}

.ArticleToCItemList>li a {
  color: #2b4da0;
  text-decoration: none;
  color: #6f6d6f;
  font-weight: 700;
  padding: .5rem;
  display: inline-block;
}

.ArticleToCItem .ArticleToCItemList {
  padding: 0;
}

.ArticleToCItemList {
  counter-reset: item;
  padding: .5rem .9rem;
}

.ArticleToCItemList>li>ul>li>a {
  font-weight: 400;
  padding-left: 1.5rem;
}

.ArticleToCItemList>li>ul>li>ul>li>a {
  font-weight: 400;
  padding-left: 1.5rem;
}

.GlobalFooter__items {
  margin-bottom: 0;
}

@media screen and (max-width: 900px) {
  .ArticleItem__image {
    width: 120px;
  }
}

.ArticleBodyContainer p {
  color: #403D41;
  line-height: 1.6;
  word-wrap: break-word;
  white-space: normal;
  display: block;
  /* padding-left: 3.5rem; */
}

.ArticleBodyContainer img.size-thumbnail {
  width: 150px;
  margin: 0 20px 10px 0;
}

.ArticleBodyContainer img.alignleft {
  width: 50%;
  float: left;
  margin: 0 20px 10px 0;
}

.ArticleBodyContainer img.alignright {
  width: 50%;
  float: right;
  margin: 0 20px 10px 0;
}

.ArticleBodyContainer .profile {
  padding: 40px;
  font-size: 14px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
}
.ArticleBodyContainer .profile img {
  width: 20%;
  float: left;
  margin: 0 20px 0px 0;
  /* border-radius: 50%; */
}
.ArticleBodyContainer .profile .nickname {
  position: relative;
  top: -7px;
  font-size: 10px;
  color:#595959;
}

.ArticleBodyContainer em {
  background: linear-gradient(transparent 60%, rgba(0, 194, 255, 0.4) 0%);
  font-weight: bold;
}

.ArticleBodyContainer a>img {
  width: initial;
}

.StepListDescription {
  font-weight: normal;
  font-size: .9rem;
  line-height: 1.4;
  margin: 0 0 2rem;
}

.Introduction__item__image {
  height: auto;
}

.SideBanner {
  min-height: initial;
}

.Content {
  /* margin-top: 92px; */
  margin-top: 110px;
}

.GlobalHeader {
  position: absolute;
  top: 0;
  background: white;
  z-index: 9999;
}

.header-banner-link {
  width: 100%;
  left: 35%;
  padding: 0 0 10px;
  z-index: 100000;
  position: sticky;
  top: 0px;
}
.ArticleBodyContainer .ArticleBox {
  margin: 2rem 0 0rem;
}


.ArticleBodyContainer ul {
  padding: 0px 40px;
  list-style-type: disc;
}
.ArticleBodyContainer .toc_list ul, .ArticleBodyContainer .toc_list li {
  padding: 0px;
  list-style-type: none;
}

.ArticleBodyContainer ol{
  padding: 0px 40px;
  list-style-type: decimal;
}


.ArticleBodyContainer ul > li, .ArticleBodyContainer ol > li{
  padding: 5px 0px;
}

.LargePromoteSectionImage {
  height: auto;
}

@media (max-width: 900px) {
  .ArticleBodyContainer .profile img {
    width: 35%;
  }

  .Content {
    margin-top: 60px!important;
  }
  .sticker, .sticky-wrapper {
    display: none;
  }
  .header-banner-link {
    width: 100%;
    /* top: 50px; */
    top: 0px;
    left: 0;
    position: sticky;
    position: -webkit-sticky;
    z-index: 100;
    transform: translate3d(0, 0, 0);
    --webkit-transform: translate3d(0, 0, 0);
  }
  .header-banner-link--active {
    position: absolute;
    z-index: 100000;
  }
}



/**********************************************************/


.SocialButton a {
  font-size: 30px;
  color: #595959;
}


.SocialButton .Item {
  display: block;
  text-align: center;
  width: 25%;
}


#bdash-reception{
  box-shadow: 0 5px 16px rgba(0,0,0,.05), 0 8px 14px rgba(0,0,0,.08);
  border-radius: 8px;
}

.hover-s1 {
  transition:all 0.5s ease;
}
.hover-s1:hover{
  opacity: 0.7;
  filter: alpha(opacity=70);
}

table {
  width: 100%;
}
table tbody tr td {
  border: solid 1px #F7F7F7;
  padding: 20px;
}
table tbody tr th {
  background: #EFEBEF;
  padding: 20px;
}
.ArticleBodyContainer ul {
  list-style-type: disc;
  padding: 0px 40px;
}
.ArticleBodyContainer ul.HashTagList {
  list-style-type: none;
  padding: 0px;
}

.app_link a {
  width: 100%;
  display: inline-block;
  padding: 10px;
  color: white;
  background-color: #383636;
  text-align: center;
  margin: 10px 0;
  border-radius: 4px;

}
.app_link a .play_icon {
  font-size: 25px;
  font-weight: 100;
  position: relative;
  top: 1px;
  left: 10px;
}

.ArticleAttention__title, .ArticleCheck__title {
  padding-right: 0.85rem!important;
}



.BottomFixedBannerContainer {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 38.02%);
  padding: 48px 0 24px;
  z-index: 100;
}

.BottomFixedBanner {
  width: 875px;
  margin: auto;
  position: static;
  border-radius: 25px;
  box-shadow: 3px 3px 0px #5B516A;
  font-size: 18px;
}

.BottomFixedBanner__link {
  padding: 14px 0;
  display: block;
  line-height: 1.3;
}
.BottomFixedBanner__link:after {
  content: "";
}
.BottomFixedBanner__span {
  position: relative;
  display: inline-block;
  letter-spacing: 1px;
}
.BottomFixedBanner__span:after {
  content: "";
  height: 20px;
  width: 20px;
  background-image: url("https://tech-camp.in/note/wp-content/themes/technote/bottom_icon.svg");
  display: inline-block;
  position: absolute;
  top: 0px;
  right: -34px;
}
.aligncenter {
  display: block;
  margin: 0 auto!important;
}
.LargeArticleList__title {
  border: none!important;
  margin: 0!important;
}

.LargePromoteSection .LargePromoteSectionImage {
  max-width:none;
}

@media (max-width: 450px) {
  .BottomFixedBanner__span {
    letter-spacing: 0px;
  }
  .BottomFixedBanner2 .BottomFixedBanner__span {
    letter-spacing: 1px;
  }
}
@media (max-width: 900px) {

  .BottomFixedBannerContainer {
    padding: 20px 0 4px;
    font-size: 16px;
    /* background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 19.27%); */
    /* background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 17%); */
    background: linear-gradient(180deg, rgba(255, 255, 255, 0%) -12%, #FFFFFF 34.27%);
  }

  .BottomFixedBanner {
    width: 85%;
    border-radius: 40px;
  }

  .BottomFixedBanner .sp{
    display: none;
    font-size: 11px;
    /* padding-bottom: 6px; */
    padding-bottom: 0px;
    letter-spacing: 0.4px;
  }

  .BottomFixedBanner__link {
    /* padding: 15px 0; */
    padding-right: 20px;
    font-size: 18px;
    /* height: 64px; */
    height: 45px;
    line-height: 1.2;
  }

  .BottomFixedBanner__span:after {
    /* top: 8px; */
    right: -35px;
  }
}