/*
  Theme Name: mikado_tcd071_child
  Description: Child theme for mikado_tcd071
  Author: willplant.tv
  Template: mikado_tcd071
  Version: 1.0
*/

/********************/
/**共通*/
/********************/
.p-breadcrumb {
  background-color: #b2133d;
  padding: 8.25px 0;
  margin-bottom: 60px;
}/** パンクズ **/



/********************/
/**トップページ：プラン*/
/********************/

.p-history-list__item {
  width: 25%;
}/** 3カラムを4カラムに **/

.horizontal .p-article03__content {
  padding: 20px;
}/** スペースを調整 **/

.horizontal .p-article03__title {
   font-size: 20px;
}/** フォントサイズを調整 **/


@media screen and (max-width: 767px) {
  .p-history-list__item {
    width: 50%;
  }
  .l-footer .p-info__logo a {
    font-size: 10px;
}

}

.h2mb0 h2.wp-block-heading {
  margin-bottom: 0;
}





.c-footer-bar__item:only-child .c-footer-bar__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  padding: 6px 0;
  /* position: relative; */
}

.c-footer-bar__icon::before{
  margin-bottom: 0;
  margin-right: 10px;
}