
/*共通部分 ヘッダー部分*/
.single .header, .blog .header, .archive .header{
    background: #ffffff70;
}
.home .header{
    background: none;
}
/*ヘッダー部分*/

/*メニュー色*/
.header_body{
background: none;
}
.magazine_bg--bottom {
  position: static;
}
@media screen and (max-width: 1024px) {
.header_body{
background: #ffffffe6;
}
}

/*マガジンページ見出し*/
h2-b {
    /*線の種類（二重線）太さ 色*/
    border-bottom: double 5px #7cb04f
          font-size: 1.5em;
      border-bottom: double 5px #5db5b2;
  }
  h3 {
    position: relative;
    display: inline-block;
    padding: 0 55px;
      font-size:20px;
  }
  
  h3:before, h3:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 45px;
    height: 2px;
    border-top: solid 1px black;
    border-bottom: solid 1px black;
  }
  
  h3:before {
    left:0;
  }
  h3:after {
    right: 0;
  }

/*ページ/magazine/545/*/
.single p{
	line-height:2.2em;
}
.postid-545 .s-magazine_wrap .imgc {
    overflow: hidden;
    aspect-ratio: 560 / 585;
}
.single-magazine a{
	color: blue;
}
/*ヘッダータイトル*/
.h2-b {
    background: #00C6C1;
    padding: 10px !important;
    margin: 20px 0px !important;
	color: #fff;
}
.h2-b strong{
	  color: #fff;
}
.p-b {
    line-height: 2.4em;
}
.block-a001{
    background: #bfbfbf;
    padding: 30px !important;
    margin: 20px 0px !important;
}
.single-magazine .s-magazine_wrap .head_ttl {
    font-size: 30px;
}
@media screen and (max-width: 480px) {
.single-magazine .s-magazine_wrap .head_ttl{
font-size: 24px;
}
}
/*ページ/magazine/545/*/
/*ヘッダータイトル*/
.single-magazine .s-magazine_wrap .head {
    display: block;
}
.head_share {
    margin: 10px;
}
.customize-support h2.wp-b.singlelock-heading {
    font-size: 1.5em;
  margin: 30px 0px 20px 0px;
    font-weight:bold;
}
.ul-b{
  border: solid 1px;
  padding: 15px;
}
.font-style01{
  color: #58b5b2;
}

/*パートナーズ*/
a.partners_item_imgc {
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
}