@charset "UTF-8";

/* Table Of Contents
----------------------------------------------------------------------------
General Elements
header
gNav
visual
topicPath
footer
---------------------------------------------------------------------------- */


/*General Elements
---------------------------------------------------------------------------- */
html { font-size: 62.5%; }
body{
  font-family: "秀英丸ゴシック L","游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  color:#666666;
  min-width: 1200px;
  background: #f6f6f6;
}
a{
  text-decoration:underline;
  color: #2c6cd6;
  outline: none;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  word-wrap: break-word;
}
a:hover{
  text-decoration: none;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
*{ box-sizing: border-box; }

@media screen and (max-width: 767px){

  body{
    min-width: inherit;
    width: 100%;
  }

}

/*l-header
---------------------------------------------------------------------------- */

.l-pageBody {
  padding-top: 237px;
  border-bottom: solid 1px #dfdfdf;
}

.l-header{
  position: fixed;
/*  padding: 20px 0;*/
  padding: 10px 0 20px 10px;
  width: 100%;
  background: #f6f6f6;
  border-bottom: solid 1px #e5e1da;
  left: 0;
  top: 0;
  z-index: 10000;
}
.l-header_title{
  padding: 0 0 10px 20px;
}
.l-header-content {
  position: relative;
  margin: 0 auto;
  padding: 0 0 35px;
  width: calc(100% - 40px);
}

.l-header-logo {
  padding-top: 10px;
  width: 390px;
  margin: 0 auto;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.l-header-logo a {
  display: block;
}

.l-header-logo a:hover {
  opacity: .7;
}

.l-header-left {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
}

.l-header-left img {
  width:  165px;
}

.l-header-right {
  position: absolute;
  right: 0;
  top: 0;
}

.l-header-right::before {
  position: absolute;
  content: "";
  background: url(../../images/common/icn_search.png) no-repeat;
  background-size: cover;
  width: 16px;
  height: 17px;
  top: 10px;
  right: 20px;
}

input.l-header-search {
  width: 280px;
  height: 40px;
  border-radius: 20px;
  border: solid 1px #b4b4b4;
  padding: 10px 20px;
  font-size: 15px;
  font-size: 1.5rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif!important;
}

.l-header.is-scroll {
  background: rgba(246, 246, 246, 0.9);
}

.is-scroll .l-gNav ul li a {
  padding: 5px 0 5px 25px;
  background-position: center left!important;
  background-size: 20px!important;
}

.is-scroll .l-gNav ul li {
  padding-right: 40px;
}

.is-scroll .l-gNav ul li:last-child {
  padding: 0;
}

.is-scroll .l-header-logo {
  padding-top: 0;
  width: 250px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.l-header-menu {
  display: none;
}

.l-header-sp {
  display: none;
}

@media screen and (max-width: 767px){

  .l-pageBody {
    padding-top: 58px;
    border-bottom: none;
  }

  .l-header-right {
    display: none;
  }

  .l-header-left {
    top: 0px;
    width: 45px;
  }
  .l-header_title {
    font-size: 1rem;
    width: 90%;
    padding: 0 0 5px 0;
    margin: 0 auto;
  }  
  .l-header-left img {
    max-width: 100%;
  }

  .l-header-logo {
    padding: 0;
    width: 175px!important;
  }

  .l-header-content {
    padding: 0;
    width: 90%;
  }

  .l-header {
    padding: 10px 0;
    transition: all 0.3s;
  }

  .l-header.is-hide {
    top: -60px;
  }

  .l-header-menu {
    display: block;
    width: 100%;
    background: #fff;
    position: absolute;
    top: 59px;
    right: -100%;
    -webkit-transition: right 0.3s ease;
    -moz-transition: right 0.3s ease;
    transition: right 0.3s ease;
  }
  
  .l-header-menu.active {
    right: 0;
  }

  .l-header-scroll {
    height: calc(100vh - 60px);
    overflow-y: scroll;
  }


  .l-header-category {
    padding: 5px 5%;
    background: #e60012;
    color: #fff;
    font-size: 1.8rem;
    font-family: "秀英丸ゴシック B","游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    letter-spacing: 0.05em;
  }

  .l-header-itemWrp {
    position: relative;
    margin: 15px 5%;
  }

  input.l-header-search {
    width: 100%;
    height: 50px;
    border-radius: 40px;
    font-size: 1.6rem;
  }

  .l-header-itemWrp:before {
    position: absolute;
    content: "";
    background: url(../../images/common/icn_search.png) no-repeat;
    background-size: cover;
    width: 16px;
    height: 17px;
    top: 17px;
    right: 20px;
  }

  .l-header-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-family: "秀英丸ゴシック B","游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    letter-spacing: 0.05em;
  }

  .l-header-list li {
    position: relative;
    width: 50%;
    border-bottom: solid 1px #e5e1da;
    border-right: solid 1px #e5e1da;
    text-align: left;
  }

  .l-header-list li:nth-child(n + 5) {
    border-bottom: none;
  }

  .l-header-list li:nth-child(even) {
    border-right: none;
  }

  .l-header-list li a {
    display: flex;
    align-items: center;
    height: 65px;
    padding: 10px 18px 10px 45px;
    font-family: "秀英丸ゴシック B","游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    color: #666666;
    font-size: 1.5rem;
    letter-spacing: 0.025em;
    text-decoration: none;
  }

  .l-header-list li:first-child a {
    background: url(../../images/common/icn_nav_01.svg) no-repeat;
    background-position: center left 15px;
    background-size: 20px;
  }

  .l-header-list li:nth-child(2) a {
    background: url(../../images/common/icn_nav_02.svg) no-repeat;
    background-position: center left 18px;
    background-size: 16px;
  }

  .l-header-list li:nth-child(3) a {
    background: url(../../images/common/icn_nav_03.svg) no-repeat;
    background-position: center left 15px;
    background-size: 20px;
  }


  .l-header-list li:nth-child(4) a {
    background: url(../../images/common/icn_nav_04.svg) no-repeat;
    background-position: center left 15px;
    background-size: 20px;
  }

  .l-header-list li:nth-child(5) a {
    background: url(../../images/common/icn_nav_05.svg) no-repeat;
    background-position: center left 18px;
    background-size: 15px;
  }

  .l-header-list li:last-child a {
    background: url(../../images/common/icn_nav_06.svg) no-repeat;
    background-position: center left 17px;
    background-size: 17px;
  }

  .l-header-accordion {
    border-bottom: solid 1px #e5e1da;
  }

  .l-header-accordion dt {
    padding: 16px 5%;
    font-size: 1.5rem;
    font-family: "秀英丸ゴシック B","游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    background: url(../../images/common/icn_plus.png) no-repeat;
    background-size: 25px;
    background-position: right 5% center;
    letter-spacing: 0.05em;
  }

  .l-header-accordion dt.is-open {
    background: url(../../images/common/icn_minus.png) no-repeat;
    background-size: 25px;
    background-position: right 5% center;
  }

  .l-header-accordion dd {
    display: none;
    padding: 0 5% 15px;
  }

  .l-header-post li {
    margin-bottom: 10px;
    width: 100%;
    border: solid 1px #e5e1da;
    border-radius: 40px;
    font-family: "秀英丸ゴシック B","游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  }

  .l-header-post li a {
    display: block;
    padding: 13px 15px 13px 45px;
    text-decoration: none;
    color: #666666;
    font-size: 1.5rem;
    letter-spacing: 0.05em;
    background: url(../../images/common/icn_arrow_sp.png) no-repeat;
    background-position: left 25px center;
    background-size: 8px;
  }

  .l-header-close {
    margin: 30px 5% 70px;
  }

  .l-header-close a {
    display: block;
    text-align: center;
    background: #e60012;
    padding: 10px 0;
    border-radius: 40px;
    color: #fff;
    font-size: 2rem;
    text-decoration: none;
    letter-spacing: 0.03em;
    font-family: "秀英丸ゴシック B","游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  }

  .l-header-sp {
    position: absolute;
    display: block;
    right: 0;
    top: 50%;
    height: 16px;
    transform: translateY(-50%);
  }

  .menu-trigger,
  .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }
  .menu-trigger {
    position: relative;
    width: 35px;
    height: 16px;
  }
  .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #e60012;
    border-radius: 2px;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 7px;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }

  .menu-trigger span:nth-of-type(1) {
    -webkit-animation: menu-bar01 .75s forwards;
    animation: menu-bar01 .75s forwards;
  }
  @-webkit-keyframes menu-bar01 {
    0% {
      -webkit-transform: translateY(20px) rotate(45deg);
    }
    50% {
      -webkit-transform: translateY(20px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(0) rotate(0);
    }
  }
  @keyframes menu-bar01 {
    0% {
      transform: translateY(20px) rotate(45deg);
    }
    50% {
      transform: translateY(20px) rotate(0);
    }
    100% {
      transform: translateY(0) rotate(0);
    }
  }
  .menu-trigger span:nth-of-type(2) {
    transition: all .25s .25s;
    opacity: 1;
  }
  .menu-trigger span:nth-of-type(3) {
    -webkit-animation: menu-bar02 .75s forwards;
    animation: menu-bar02 .75s forwards;
  }
  @-webkit-keyframes menu-bar02 {
    0% {
      -webkit-transform: translateY(-20px) rotate(-45deg);
    }
    50% {
      -webkit-transform: translateY(-20px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(0) rotate(0);
    }
  }
  @keyframes menu-bar02 {
    0% {
      transform: translateY(-20px) rotate(-45deg);
    }
    50% {
      transform: translateY(-20px) rotate(0);
    }
    100% {
      transform: translateY(0) rotate(0);
    }
  }
  .menu-trigger.active span:nth-of-type(1) {
    -webkit-animation: active-menu-bar01 .75s forwards;
    animation: active-menu-bar01 .75s forwards;
    top: -12px;
  }
  @-webkit-keyframes active-menu-bar01 {
    0% {
      -webkit-transform: translateY(0) rotate(0);
    }
    50% {
      -webkit-transform: translateY(20px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(20px) rotate(45deg);
    }
  }
  @keyframes active-menu-bar01 {
    0% {
      transform: translateY(0) rotate(0);
    }
    50% {
      transform: translateY(20px) rotate(0);
    }
    100% {
      transform: translateY(20px) rotate(45deg);
    }
  }
  .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  .menu-trigger.active span:nth-of-type(3) {
    -webkit-animation: active-menu-bar03 .75s forwards;
    animation: active-menu-bar03 .75s forwards;
    bottom: -14px;
  }
  @-webkit-keyframes active-menu-bar03 {
    0% {
      -webkit-transform: translateY(0) rotate(0);
    }
    50% {
      -webkit-transform: translateY(-20px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(-20px) rotate(-45deg);
    }
  }
  @keyframes active-menu-bar03 {
    0% {
      transform: translateY(0) rotate(0);
    }
    50% {
      transform: translateY(-20px) rotate(0);
    }
    100% {
      transform: translateY(-20px) rotate(-45deg);
    }
  }
  .l-header_title{
    display: none;
  }
}

/* l-gNav
---------------------------------------------------------------------------- */
.l-gNav{
  text-align: center;
  font-family: "秀英丸ゴシック B","游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  -webkit-font-smoothing: antialiased; 
  -moz-osx-font-smoothing: grayscale; 
}

.l-gNav ul li {
  display: inline-block;
  padding-right: 55px;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1;
}

.l-gNav ul li a {
  display: block;
  padding-top: 50px;
  text-decoration: none;
  color: #666666;
}

.l-gNav ul li a:hover {
  opacity: .7;
}

.l-gNav ul li:last-child {
  padding: 0;
}

.l-gNav ul li:first-child a {
  background: url(../../images/common/icn_nav_01.svg) no-repeat;
  background-position: center top;
  background-size: 40px;
}

.l-gNav ul li:nth-child(2) a {
  background: url(../../images/common/icn_nav_02.svg) no-repeat;
  background-position: center top;
  background-size: 36px;
}

.l-gNav ul li:nth-child(3) a {
  background: url(../../images/common/icn_nav_03.svg) no-repeat;
  background-position: center top;
  background-size: 39px;
}

.l-gNav ul li:nth-child(4) a {
  background: url(../../images/common/icn_nav_04.svg) no-repeat;
  background-position: center top;
  background-size: 38px;
}


.l-gNav ul li:nth-child(5) a {
  background: url(../../images/common/icn_nav_05.svg) no-repeat;
  background-position: center top;
  background-size: 27px;
}

.l-gNav ul li:last-child a {
  background: url(../../images/common/icn_nav_06.svg) no-repeat;
  background-position: center top;
  background-size: 36px;
}

.is-scroll .l-gNav ul li:first-child a {
  background-size: 25px!important;
  padding-left: 30px;
}

.is-scroll .l-gNav ul li:nth-child(2) a {
  background-size: 20px!important;
  padding-left: 29px;
  padding-top: 7px;
}

.is-scroll .l-gNav ul li:nth-child(3) a {
  background-size: 22px!important;
  padding-left: 29px;
  padding-top: 7px;
}

.is-scroll .l-gNav ul li:nth-child(4) a {
  background-size: 22px!important;
  padding-left: 31px;
  padding-top: 7px;
}

.is-scroll .l-gNav ul li:nth-child(5) a {
  background-size: 16px!important;
  padding-left: 24px;
}

.is-scroll .l-gNav ul li:last-child a {
  background-size: 20px!important;
  padding-left: 29px;
}

@media screen and (max-width: 767px){

  .l-gNav {
    display: none;
  }

}

/* l-topicPath
---------------------------------------------------------------------------- */
.l-topicPath{

}

/* l-content
---------------------------------------------------------------------------- */
.l-container {
  margin: 0 auto;
  padding-top: 50px;
  max-width: 1200px;
}

.l-content{
  width: 800px;
  float: left;
}

@media screen and (max-width: 767px){

  .l-container {
    max-width: inherit;
    width: 100%;
    padding-top: 30px;
  }

  .l-content {
    width: 100%;
    float: inherit;
  }


}

/* l-sidebar
---------------------------------------------------------------------------- */
.l-sidebar{
  width: 250px;
  float: right;
}

.l-sidebar-block {
  margin-bottom: 60px;
}

.l-sidebar-list li {
  position: relative;
  font-weight: 400;
}

.l-sidebar-list li:before {
  content: "";
  background-image: linear-gradient(to right, #cacaca, #cacaca 3px, transparent 3px, transparent 10px);
  background-size: 10px 1px;
  background-repeat: repeat-x;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
}

.l-sidebar-list li a {
  display: block;
  padding: 15px 20px 15px 0;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.05em;
  text-decoration: none;
  color: #bbbbbb;
  background: url(../../images/common/icn_sidebar_off.png) no-repeat;
  background-position: right center;
}

.l-sidebar-list li a:hover {
  color: #e41400;
  background: url(../../images/common/icn_sidebar_on.png) no-repeat;
  background-position: right center;
}


.l-sidebar-post-lead {
  width: calc(100% - 121px);
  float: left;
  font-size: 15px;
  font-size: 1.5rem;
}

.l-sidebar-post li {
  margin-top: 30px;
  font-weight: 400;
}

.l-sidebar-post li a {
  display: block;
  color: #666666;
}

.l-sidebar-post li a:hover {
  opacity: .8;
}

.l-sidebar-thumbnail {
  position: relative;
  margin-right: 15px;
  width: 106px;
  float: left;
}

.l-sidebar-imgLiquid {
  width: 100%;
  height: 80px;
  /*margin-bottom: 90px;*/
}

.l-sidebar-ranking {
  position: absolute;
  left: 0;
  top: 0;
  border-bottom: 40px solid transparent;
  border-left: 40px solid #e41400;
}

.l-sidebar-post li {
  counter-increment: title;
}
.l-sidebar-post li .l-sidebar-thumbnail span::before {
  content: counter(title);
  position: absolute;
  top: 0px;
  left: -32px;
  font-size: 1.7rem;
  color: #ffffff;
}

.l-sidebar-square {
  position: relative;
  margin-right: 20px;
  width: 80px;
  float: left;
}

.l-sidebar-ranking-block {
  width: calc(100% - 100px);
  float: left;
}

.l-sidebar-name {
  display: block;
  padding-bottom: 8px;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  font-family: "秀英丸ゴシック B","游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  -webkit-font-smoothing: antialiased; 
  -moz-osx-font-smoothing: grayscale; 
}

.l-sidebar-view {
  display: block;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1;
}

.l-sidebar-keywords {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.l-sidebar-keywords li {
  margin-bottom: 10px;
  background: #e41400;
  border-radius: 20px;
  min-width: 75px;
  min-height: 25px;
  line-height: 1;
}

.l-sidebar-keywords li a {
  display: block;
  padding: 5px 10px;
  font-size: 15px;
  font-size: 1.5rem;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
}

.l-sidebar-keywords li a:hover {
  opacity: .8;
}

.l-sidebar-lead {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.5;
  color: #aaaaaa;
  letter-spacing: 0.05em;
}


@media screen and (max-width: 767px){

  .l-sidebar {
    display: none;
    width: 100%;
    float: inherit;
  }

}

/* l-footer
---------------------------------------------------------------------------- */
.l-footer {
  padding-bottom: 25px;
}

.l-footer-list {
  font-size: 0;
  text-align: center;
}

.l-footer-list li {
  display: inline-block;
  margin: 0 50px 0 0;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1;
  letter-spacing: -0.03em;
}

.l-footer-list li a {
  text-decoration: none;
  color: #666666;
  letter-spacing: 0.03em;
}

.l-footer-content {
  padding: 50px 0;
  border-bottom: solid 1px #dfdfdf;
}

.l-footer-list:first-child {
  margin-bottom: 40px;
}

.l-footer-list li:last-child {
  margin: 0;
}

.l-footer-list li a:hover {
  text-decoration: underline;
}

.l-footer-logo {
  padding: 50px 0;
  /*text-align: center;
  width: 150px;
  margin: 0 auto;*/
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-footer-logo a {
  display: inline-block;
}

.l-footer-logo a:hover {
  opacity: .7;
}

.l-footer-logo img {
  max-width: 100%;
  width: 140px;
}
.l-footer-text{
  padding-left: 30px;
}
.l-footer-left {
  float: left;
  margin-left: 20px;
}

.l-footer-copy {
  display: block;
  float: right;
  margin-right: 20px;
  color: #666666;
  font-size: 15px;
  font-size: 1.5rem;
  letter-spacing: 0.01em;
}

.l-footer-logo02 {
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle;
}

.l-footer-link {
  display: inline-block;
  vertical-align: middle;
}

.l-footer-link a {
  color: #666666;
  font-size: 15px;
  font-size: 1.5rem;
}


@media screen and (max-width: 767px){

  .l-footer {
    padding-top: 75px;
  }

  .l-footer-content {
    padding: 0;
    background: #f6f6f6;
  }

  .l-footer-list:first-child {
    margin: 0;
  }

  .l-footer-list li {
    display: block;
    margin: 0;
    border-top: solid 1px #e5e1da;
    font-size: 1.5rem;
  }

  .l-footer-list {
    text-align: left;
  }

  .l-footer-list li a {
    display: block;
    padding: 20px 5%;
    font-size: 1.5rem;
  }
  
  .l-footer-logo {
    padding: 35px 10px;
    /* display: inherit; */
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    /* width: 90%; */
  }


  .l-footer-logo img {
    max-width: 100%;
    width: 115px;
  }
  .l-footer-text {
    padding-left: 0;
    padding-top: 20px;
  }
  .l-footer-left {
    margin-left: 0;
    float: inherit;
    text-align: center;
  }

  .l-footer-copy {
    padding-top: 12px;
    float: inherit;
    margin-left: 0;
    font-size: 1.25rem;
    text-align: center;
  }

  .l-footer-link a {
    font-size: 1.25rem;
  }

  .l-footer-logo02 {
    width: 119.5px;
    height: 13px;
    background: url(../../images/common/logo_toshin_footer_sp.png) no-repeat top left / 119.5px 13px;
    margin-right: 3px;
  }
  
  .l-footer-logo02 img {
    display: none;
  }

}
/* 2020.07 ヘッダー　キーワード検索にタグ絞り込み機能追加
---------------------------------------------------------------------------- */
.s_form {
  border: solid 1px #b4b4b4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 20px;
  border: solid 1px #b4b4b4;
  padding: 0;
}
.s_form select {
  width: 110px;
  border-right: 1px solid #b4b4b4;
  padding: 10px;
  color: #666666;
  background: url(../../images/common/icn_arrow_down.svg) 90% center no-repeat;
  background-size: 12px 12px;
  display: block;
  font-size: 1.5rem;
}
.s_form input {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-left: 10px;
  font-size: 1.5rem;
  color: #aaaaaa;
}
.s_form button {
  background: #e41400;
  width: 20px;
  height: auto;
  padding: 10px;
  box-sizing: content-box;
  border-radius: 0 20px 20px 0;
}
.l-header-right {
  width: 25%;
}
.l-header-right::before {
  content: inherit;
  background: none;
}
@media screen and (max-width: 767px){
  .l-header-itemWrp:before {
    content: inherit;
    background: none;
  }
}
/* 2020.09 パンくずリスト追加
---------------------------------------------------------------------------- */
.breadcrumb-area {
  margin: 0 auto;
  padding-top: 50px;
  max-width: 1200px;
}
.breadcrumb-area a {
  text-decoration: none;
  color: #bbbbbb;
}

.breadcrumb-area a:hover {
  color: #e41400;
}
@media screen and (max-width: 767px){
  .breadcrumb-area{
    max-width: inherit;
    width: 90%;
    padding-top: 30px;
    font-size: 1rem;
  }
}
/* 2022.04 ブログカードレスポンシブ化
---------------------------------------------------------------------------- */
.wp-embedded-content{
  max-width:100%;
}
