@charset "UTF-8";

/* h3 */
.b-post__ttl--small {
  width: 100%;
  font-size: calc(1.2rem + 0.1vw);
  border-bottom: 1px dotted #ccc;
  border-left: 5px solid #308fce !important;
  padding: 0.5rem !important;
  background: #f0f8ff !important;
  line-height: 1.7em !important;
  margin: 30px 0 15px !important;
  /* text-align: center; */
}

@media screen and (max-width: 768px) {
  .b-post__ttl--small {
    text-align: center;
    line-height: 1.5em;
  }
}

@media screen and (max-width: 450px) {
  .b-post__ttl--small {
    text-align: left;
    font-size: calc(1.1rem + 0.1vw);
    padding: 3% 0;
  }
}

.b-post__ttl--small br {
  display: none;
}

@media screen and (max-width: 768px) {
  .b-post__ttl--small br {
    display: block;
  }
}

/* h4 */
.b-post__ttl--small-x {
  width: 100%;
  font-size: calc(1rem + 0.1vw);
  border-bottom: 6px solid #c2c2c2;
  position: relative;	
  padding: 0.5rem 0;
  letter-spacing: 0.15em;
  margin: 20px 0;
  color: #000;	
  /* text-align: center; */
}

.b-post__ttl--small-x::before {
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 20%;
    height: 6px;
    content: '';
    background: #308fce;
}

@media screen and (max-width: 768px) {
  .b-post__ttl--small-x {
    line-height: 1.5em;
  }
}

@media screen and (max-width: 450px) {
  .b-post__ttl--small-x {
    font-size: calc(1rem + 0.1vw);
    padding: 3% 0;
  }
}

.b-post__ttl--small-x br {
  display: none;
}

@media screen and (max-width: 768px) {
  .b-post__ttl--small-x br {
    display: block;
  }
}

/* マーカー */
.marker70 {
  background: linear-gradient(transparent 10%, #EEFF00 70%);
}

@media screen and (max-width: 450px) {
  .marker70 {
    background: linear-gradient(transparent 10%, #EEFF00 70%);
  }
}

/* 赤文字 */
.redline {
  color: red;
  border-bottom: 1px solid red;
}

@media screen and (max-width: 450px) {
  .redline {
    color: red;
    border-bottom: 1px solid red;
  }
}

/* 太文字 */
.text-bold {
  font-weight: 500;
}

@media screen and (max-width: 450px) {
  .text-bold {
    font-weight: bold;
  }
}

/* リスト */
.b-content__list {
  display: flex;
  flex-direction: column;
  /* row-gap: 1em; */
  line-height: 2.5em;
  letter-spacing: 0.15em;
  /* padding: 0 0 6% 6%; */
  padding: 0 0 0 6%;	
  margin-left: 5px;
}

@media screen and (max-width: 768px) {
  .b-content__list {
    /* justify-content: inherit; */
    line-height: 1.5em;
    gap: 1em;
  }
}

@media screen and (max-width: 450px) {
  .b-content__list {
    gap: 0.5em;
  }
}

.b-content__list--item {
  /* display: flex;
  align-items: center; */
  /* list-style: circle; */
  list-style: disc;
  line-height: 2em;
}

.b-content__list--item--desc {
  color: #231815;
  font-size: calc(0.9rem + 0.1vw);
  letter-spacing: 0.05em;
  line-height: 1.5em;
  padding-bottom: 2.5%;
  /* width: 80%; */
}

@media screen and (max-width: 450px) {
  .b-content__list--item--desc {
    width: 100%;
  }
}

.b-content__list--item--suuji {
  list-style: decimal;
  line-height: 2em;
}

/* テーブル */
table, td, th {
  border: 1px solid #595959;
  border-collapse: collapse;
  text-align: center;
}

td, th {
  padding: 10px;
  /* width: 100%; */
  height: auto;
}

th {
  background: #f0e6cc;
}

.even {
  background: #fbf8f0;
}

.odd {
  background: #fefcf9;
}

.font_s {
  font-size: 0.8rem;

}

.font_weight600 {
  font-weight: 600;
}

.font_color_gr {
  color: #595959;
}

.link_style {
  text-decoration: underline;
}

/* テーブル指定 */

.evenly {
  width: 100%;
  table-layout: fixed;
  font-size: 0.9rem;
}

.evenly td, th {
  text-align: left;
  border: 1px solid #595959 !important;		
}



.b-topix-side td, th {
  border: none!important;
}

.gsc-control-cse {
    background-color: transparent!important;
	padding: 1em 0!important;
	border: none!important;
}



/* マージン指定 */

.mt-10 {
  margin-top: 10px
}

.mt-15 {
  margin-top: 15px
}

.mt-20 {
  margin-top: 20px
}

.mt-30 {
  margin-top: 30px
}

.mb-10 {
  margin-bottom: 10px
}

.mb-15 {
  margin-bottom: 15px
}

.mb-20 {
  margin-bottom: 20px
}

.mb-25 {
  margin-bottom: 25px
}

.mb-30 {
  margin-bottom: 30px
}

.mb-35 {
  margin-bottom: 35px
}

.mb-40 {
  margin-bottom: 40px
}

/* リンクアンダーライン */
.a__under--line {
  text-decoration: underline;
}

/* 目次 */

.b-toc {
  width: 100%;
  margin: 40px 0 20px;
  background-color: #fafafa;
  border: 2px solid #bcb5b5;
  border-radius: 3px;
}

.b-toc__ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 10px 0;
  background-color: #bcb5b5;
  color: #fff;
  font-weight: 600;
  font-size: 1.1em;
}

.b-toc ol {
  margin: 0;
  overflow: hidden;
}

.b-toc>ol {
  padding: 1em 1em 1em 3em;
}

.b-toc ol ol {
  margin-top: 5px;
  padding-left: 1.1em;
}

.b-toc li {
  font-size: 1.2rem;
  list-style-type: decimal;
  list-style: decimal-leading-zero;
  padding: 5px 0;
}

.b-toc ol ol li {
  font-size: .9em;
}

.b-toc a {
  color: #48ABEE;
  /* text-decoration: underline; */
}

/*酒井追加(テキストリンク)*/
.b-post__sub--quote{
  color: #0071d1;
  text-decoration: underline;
}

/*おすすめ記事*/
.b-content__reco{
  text-align: center;
}

.b-content__reco--ttl{
  font-weight: bold;
  text-align: center;
  /* background-color: #3bb100; */
  background-color: #308fce;
  margin: 0;
  padding: 15px 0;
  color:white;
}

.b-content__reco__wrap{
  box-shadow: 2px 3px 14px -3px #777777;
  border-radius: 10px;
  max-width: 607px;
  overflow: hidden;
}

.b-content__reco--inner{
  display: flex;
  margin:auto;
}

.b-content__reco--art_ttl{
  text-align: left;
}

.b-content__reco--right{
  text-align: right;
  padding: 15px 10px;
  margin: auto;
}

.b-content__reco--thumb{
  width: 33%;
  height: auto;
  object-fit: cover;
}

.b-content__reco--btn{
  background-color: #ececec;
  width: 183px;
  height: 40px;
  border-radius: 25px;
  border: none;
  font-weight: bold;
  display: flex;
  margin: 15px auto 0 auto;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.b-content__reco--btn__link{
  text-decoration: none;
  display: block;
}

.b-content__reco--btn__arrow{
  width: 10px;
  margin-left: 10px;
}

.knowledge {
  position: relative;
  margin: 30px 0;
  padding: 32px 20px 15px;
  border: dashed 3px #558FCE;
}

.knowledge .ttl {
  position: absolute;
  top: -15px;
  left: 20px;
  padding: 0 20px!important;
  font-size: 20px;
  background: #fff;
}

.knowledge .list {
  margin: 0;
  padding: 0;
}

.knowledge .list .item {
  margin: 0 0 10px;
}

.knowledge .list .item .link {
  font-size: 16px;
  color: #3C82CF;
}