/* パンくず */
.breadcrumbs {
  max-width: 1080px;
  padding: 40px 10px 0 250px;
  margin: 0 auto;
}

.breadcrumbs a.home {
  color: #023880;
}

.breadcrumbs a.home:hover {
  color: #1B62C4;
}

.home .entry-header {
  padding-top: 30px;
}

/* 登録メールフォーム */
.magazine-input {
  display: flex;
  flex-direction: column;
}

.magazine-input>div:nth-child(1) {
  order: 2;
}

.magazine-input>div:nth-child(1) label:before {
  content: "お";
}

.magazine-input>div:nth-child(2) {
  order: 1;
}

.magazine-input>div:nth-child(2) label:before {
  content: "必須";
  background: #ec462f;
  border-radius: 5px;
  font-size: 12px;
  padding: 2px 5px;
  margin-right: 8px;
  color: #fff;
}

.magazine-input>div:nth-child(3) {
  order: 3;
}

.magazine-input>div:nth-child(4) {
  order: 4;
  margin-bottom: 25px;
  margin-left: 0;

}

.magazine-input>div:nth-child(5) {
  order: 5;
}

/* 20190726 メールフォーム修正 */
.infobox {
  height: 6.3em;
  /* 高さを制限(※) */
  overflow: auto;
  /* スクロールバーを表示(※) */
  border: #e5e5e5 1px solid;
  /* 枠線を追加 */
  background-color: #fff;
  margin-top: 5px;
}

@media only screen and (min-width: 37.5rem) {
  .magazine-input>div:nth-child(4) {
    margin-left: 26%;
    margin-left: calc(25% + .6rem);
  }
}


@media (max-width: 767px) {
  .breadcrumbs {
    max-width: none;
    padding: 30px 10px 0;
  }
}

/* @767 */
/* ヘッダー
-----------------------------------------------------------------------------
*/

.site-footer.visual {
  border-top: #023880 4px solid;
  border-bottom: #023880 4px solid;
  min-height: 460px;
  background: #023880 url('images/home/main_bg.jpg') no-repeat top center;
}

.secondary-wrap {
  min-height: 460px;
  background: url('images/home/main.jpg') no-repeat bottom center;
}

#secondary {
  min-height: 460px;
  background: url('images/home/teacher.png') no-repeat bottom right;
  /* 夏季休業お知らせ掲載のため */
  /* background-size: contain; */
  /* 夏季休業お知らせ掲載のため 非表示に↑*/
}

#secondary .widget-area .kakikyuuka {
  position: absolute;
  top: 145px;
  right: -510px;
  width: 560px;
  background: rgba(255, 255, 255, 0.84);
  padding: 1em;
  color: #f00;
  font-weight: bold;
  border: solid;
}

@media (max-width: 980px) {
  #secondary .widget-area .kakikyuuka {
    top: auto;
    bottom: 22px;
    right: -370px;
    width: 100%;
  }
}

@media (max-width: 767px) {
  #secondary .widget-area .kakikyuuka {
    width: 200%;
    right: 0;
    top: -190px;
    left: 0;
    font-size: 4vw;
    bottom: auto;
  }
}

/* contact-box */

#contact-box {
  position: absolute;
  top: 10px;
  right: 10px;
}

#contact-box div div {
  vertical-align: middle;
  line-height: 1;
  color: #FFF;
  text-shadow: 1px 1px 0 #333;
  border-left: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
}

#contact-box div a {
  display: block;
  height: 40px;
  padding: 10px;
  color: #FFF;
}

#contact-box div a:hover {
  text-decoration: none;
  filter: alpha(opacity=80);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=80)";
  -moz-opacity: 0.8;
  opacity: 0.8;
  color: #FFF;
  text-decoration: none;
}

#contact-box .row1 .col1 {
  background: #1B62C4;
}

#contact-box .row1 .col2 a {
  background: #4981d0;
}

#contact-box .row2 .col1 {
  background: #e85c12;
}

#contact-box .row2 .col2 a {
  background: #ed7d41;
}

#contact-box .row1 .col1,
#contact-box .row2 .col1 {
  width: 100px;
}

#contact-box .row1 .col2 a,
#contact-box .row2 .col2 a {
  width: 240px;
}

/* メインウィジェット #secondary
-----------------------------------------------------------------------------
*/

.main-box {
  display: inline-block;
  background: #FFF;
  background: rgba(255, 255, 255, 0.8);
  padding: 10px;
  margin-bottom: 30px;
  margin-top: 10px;
  font-size: 32px;
  font-weight: bold;
  color: #023880;
  -webkit-box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.3);
}

#secondary .widget-title,
.seminar-top-link .widget-title {
  display: none;
}

#secondary .widget,
.seminar-top-link .widget {
  background: #FFF;
  background: rgba(255, 255, 255, 0.9);
  color: #333;
  padding: 0;
  -webkit-box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.3);
}

#secondary .title,
.seminar-top-link .title {
  font-size: 18px;
  padding: 10px 10px 0;
  color: #FFF;
}

#secondary .tit-blue,
.seminar-top-link .tit-blue {
  background: #023880;
}

#secondary .tit-orange,
.seminar-top-link .tit-orange {
  background: #F06937;
}

#secondary .tit-green,
.seminar-top-link .tit-green {
  background: #338594;
}

#secondary .date,
.seminar-top-link .date {
  font-family: Arial, sans-serif;
  font-size: 25px;
  font-weight: bold;
  font-style: italic;
  line-height: 1.5em;
  vertical-align: middle;
}

#secondary .date:before,
.seminar-top-link .date:before {
  font-family: 'FontAwesome';
  content: '\f073';
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 1em;
  vertical-align: 3px;
}

#secondary .more,
.seminar-top-link .more {
  border-top: 1px solid #333;
  padding: 5px 10px;
  color: #333;
  font-size: 15px;
  line-height: 1.3em;
}

#secondary .more:hover,
.seminar-top-link .more:hover {
  text-decoration: underline;
}

#secondary .more:after,
.seminar-top-link .more:after {
  font-family: 'FontAwesome';
  content: '\f0da';
  padding-left: 5px;
}

@media (max-width: 643px) {
  .main-box {
    font-size: 20px;
  }
}

/* サイドバー
-----------------------------------------------------------------------------
*/

a.banner {
  display: block;
  background: #FFF;
}

a.banner:hover {
  text-decoration: none;
  opacity: 0.8;
}

/* new post catch */

#npcatch a img {
  float: left;
  padding: 2px;
  background: #FFF;
  border: 1px solid #CCC;
}

#npcatch .title {
  padding-left: 40px;
  display: block;
  font-size: 13px;
  line-height: 1.3;
}

#npcatch li {
  border-bottom: 1px solid #023880;
  min-height: 40px;
}

/* カテゴリ一覧
  ----------------------------------------------------------*/
.widget_categories li {
  position: relative;
  border-bottom: 1px solid #023880;
  min-height: 40px;
  padding-left: 40px;
}

.widget_categories li:before {
  position: absolute;
  left: 1px;
  padding: 2px;
  background: #FFF;
  border: 2px solid #FFF;
  content: " ";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-size: cover;
  box-shadow: 1px 1px 0 #CCC, -1px -1px 0 #CCC, 1px -1px 0 #CCC, -1px 1px 0 #CCC;
}

/* 新着情報 */
.widget_categories li.cat-item-1:before {
  background-image: url('images/common/icons_news.gif');
}

/* セミナー情報 */
.widget_categories li.cat-item-10:before {
  background-image: url('images/common/icons_seminar.gif');
}

/* 創業補助金・助成金 */
.widget_categories li.cat-item-5:before {
  background-image: url('images/common/icons_subsidy.gif');
}

/* 融資・資金調達 */
.widget_categories li.cat-item-12:before {
  background-image: url('images/common/icons_financing.gif');
}

/* 起業お役立ち情報 */
.widget_categories li.cat-item-8:before {
  background-image: url('images/common/icons_startup.gif');
}

/* 税理士・士業 */
.widget_categories li.cat-item-7:before {
  background-image: url('images/common/icons_accountant.gif');
}

/* 印象に残る言葉 */
.widget_categories li.cat-item-6:before {
  background-image: url('images/common/icons_impression.gif');
}

/* おすすめ本の広場 */
.widget_categories li.cat-item-3:before {
  background-image: url('images/common/icons_books.gif');
}

/* れいさいネットの広場 */
.widget_categories li.cat-item-4:before {
  background-image: url('images/common/icons_reisai.gif');
}

/* サイトマップ
-----------------------------------------------------------------------------
*/


/* フッターナビ
-----------------------------------------------------------------------------
*/

#menu-f_nav {
  list-style-type: none;
  text-align: center;
  margin: 0 0 20px;
  padding: 0;
}

#menu-f_nav li {
  display: inline-block;
  padding: 0 10px;
  border-right: 1px solid #FFF;
  line-height: 1.0;
}

#menu-f_nav li:last-child {
  border-right: none;
}

#colophon a {
  color: #FFF;
}

#colophon {
  background-color: #1B62C4;
  color: #FFF;
  border-top: 5px solid #023880;
  font-size: 14px;
  text-align: center;
}

/* ホーム
--------------------------------------------------------------------*/

/* キャッチ */
#content .catch {
  padding: 1em 0.5em;
  border: 1px solid #CCC;
  color: #000;
  font-size: 21px;
  background: #f2f2f2;
  -webkit-box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.3);
}

#content .catch span {
  display: inline-block;
  position: relative;
  z-index: 0;
  padding: 0 6px 0 4px;
  font-size: 150%;
  font-weight: bold;
}

#content .catch span:before {
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0.2em;
  width: 100%;
  height: 14px;
  background: #FBB03B;
}

body.category #content .catch p:before {
  content: '\f10e';
  font-family: 'FontAwesome';
  font-size: 170%;
  padding-right: 0.5em;
  color: #EB0C0C;
}

#content .point {
  padding: 1em 0.5em;
  border: 1px solid #CCC;
  color: #000;
  -webkit-box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.3);
}

/* TOP新着 */
.display-posts-listing {
  list-style-type: none;
  overflow: hidden;
  margin: 0 0 24px;
  border: #023880 solid 1px;
  padding: 0;
}

.display-posts-listing .listing-item {
  /*clear: both;
    margin-bottom: 10px;*/
  min-height: 180px;
  width: 50%;
  float: left;
  padding: 20px 5px 10px 10px;
}

.display-posts-listing li:nth-child(-n+2) {
  border-bottom: 1px dotted #ccc;
}

.display-posts-listing li:nth-child(odd) {
  border-right: 1px solid #ccc !important;
}

.display-posts-listing img.attachment-thumbnail.wp-post-image {
  float: left;
  width: 60px;
  margin-bottom: 10px;
  padding: 2px;
  border: 1px solid #ccc;
}

.display-posts-listing a.title {
  display: block;
  margin-left: 70px;
}

.display-posts-listing a.title:hover {
  background: #E6E6E6;
}

.display-posts-listing span.date {
  display: block;
  padding-left: 70px;
}

.display-posts-listing .screen-reader-text {
  display: none;
}

/* TOP 4 menu */

.top-menu {
  display: table;
  text-align: center;
  width: 100%;
}

.top-menu .col1,
.top-menu .col2 {
  display: table-cell;
  width: 50%;
  border-bottom: #FFF solid 20px;
}

.top-menu .col1 .title,
.top-menu .col2 .title {
  font-size: 36px;
}

.top-menu .col1 {
  border-right: #FFF solid 10px;
}

.top-menu .col2 {
  border-left: #FFF solid 10px;
}

.top-menu a {
  color: #FFF;
}

.top-menu a:link,
.top-menu a:visited {
  text-decoration: none;
  color: #FFF;
}

.top-menu a:hover,
.top-menu a:active {
  opacity: 0.8;
}

@media (max-width: 980px) {
  .top-menu {
    display: block;
  }

  .top-menu .col1,
  .top-menu .col2 {
    display: block;
    border: none;
    margin-bottom: 20px;
    width: 100%;
    font-size: 80% !important;
  }

  .top-menu .col1 .title,
  .top-menu .col2 .title {
    font-size: 24px;
  }
}

/* @980 */
/* 各ページ下コンタクト */
#tablepress-2.tablepress thead th {
  border-bottom: none;
}

#tablepress-2.tablepress tbody td,
.tablepress tfoot th {
  border-top: none;
}

#tablepress-2 {
  background-color: #F6F6F6;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: inset 2px 0px #023880, inset -2px 0px #023880, inset 0px -2px #023880;
}

#tablepress-2 td {
  width: 50%;
  text-align: center;
  vertical-align: middle;
  line-height: 1.5;
}

#tablepress-2 thead th {
  background-color: #023880;
  font-weight: normal;
  color: #FFF;
  font-size: 18px;
}

#tablepress-2 .row-2 td {
  border-bottom: 1px dotted #023880;
}

#tablepress-2 img {
  max-width: 100%;
}

@media (max-width: 980px) {
  #tablepress-2 td {
    display: block;
    width: 100%;
    border-bottom: 1px dotted #023880;
  }

  #tablepress-2 .row-3 td.column-2 {
    border-bottom: 0px;
  }
}

/* @980 */
/* 税理士紹介フロー
-----------------------------------------------------------------------------
*/
#content ol.flow {
  padding: 0;
}

#content ol.flow li {
  position: relative;
  list-style-position: inside;
  text-align: left;
  margin-bottom: 30px;
  display: list-item;
  font-size: 120%;
  background: #CEE2FC;
  color: #023880 !important;
}

#content ol.flow li span {
  font-size: 80%;
}

#content ol.flow li.arrow:after {
  content: '\f103';
  font-family: 'FontAwesome';
  display: inline-block;
  position: absolute;
  left: 50%;
  bottom: -41px;
  font-size: 40px;
  margin-left: -20px;
  color: #CEE2FC;
}

/* 会社概要
-----------------------------------------------------------------------------
*/

/* テーブル */

.tablepress-id-1 tbody tr:first-child td {
  border-top: 1px dotted #ddd !important;
}

.tablepress-id-1 tbody td.column-1,
.tablepress-id-1 tfoot th.column-1 {
  color: #023880;
}

.tablepress-id-1 tbody td,
.tablepress-id-1 tfoot th {
  border-top: 1px dotted #ddd !important;
}

/* google map */
.googlemap {
  position: relative;
  padding-bottom: 50%;
  /*縦横比*/
  height: 0;
  overflow: hidden;
}

.googlemap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

@media (max-width: 643px) {
  .tablepress-id-1 tbody tr:first-child td {}

  .tablepress-id-1 tbody td.column-1:before,
  .tablepress-id-1 tbody th.column-1:before {
    content: "\f078";
    font-family: Fontawesome;
    padding-right: 5px;
  }

  .tablepress-id-1 tbody td,
  .tablepress-id-1 tfoot th {
    display: block;
  }

  .tablepress-id-1 tbody td.column-1 br,
  .tablepress-id-1 tfoot th.column-1 br {
    display: none;
  }

  .tablepress-id-1 tbody td.column-2,
  .tablepress-id-1 tfoot th.column-2 {
    padding-left: 27px;
  }
}

/* @643 */
/* よくある質問
-----------------------------------------------------------------------------
*/

.faq-item .wp_social_bookmarking_light_clear,
.faq-item .wp_social_bookmarking_light {
  display: none;
}

.faq-pretty .faq-answer {
  padding: 5px 10px 5px 10px;
  background: #fff;
  margin-left: 0px;
  border: 1px solid #cc0066;
  border-top: 0px;
}

.faq-pretty .faq-answer {
  border: 1px solid #338594;
  border-top: 0px;
}

.faq-pretty .faq-item.highlight .faq-question {
  background: #fff url(images/faq/faq-bg-hover.gif) no-repeat left center;
  border: 1px solid #338594;
  border-bottom: 0px;
  color: #338594;
}

/* 問合せ
------------------------------------------------------------------------*/

/* 問合せ
------------------------------------------------------------------------*/

#form-area {
  width: 100%;
  border-bottom: 1px dotted #CCC;
  margin-bottom: 24px;
  font-size: 14px;
}

#form-area dl {
  display: table;
  width: 100%;
  margin: 0;
  border-top: 1px dotted #CCC;
}

#form-area dl.odd {
  background: #FAFAFF;
}

#form-area dl:hover {
  background: #E3F0FF;
}

#form-area dl dd,
#form-area dl dt {
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
  line-height: 1.8;
}

#form-area dl dt {
  width: 25%;
  min-width: 9em;
  font-weight: normal;
  text-align: right;
}

#form-area dl dd {
  width: 75%;
}

/* inner DL */
#form-area dl.inner {
  border-top: none;
}

#form-area dl.inner>dt {
  padding: 0;
  text-align: center;
  width: 15%;
  min-width: 5em;
}

#form-area dl.inner>dd {
  padding-right: 0;
  width: 85%;
}

#form-area input[type="text"],
#form-area select,
#form-area textarea {
  width: 100%;
  border: 1px solid #CCC;
  border-radius: 6px;
  padding: 5px;
  height: 50px;
}

#form-area label {
  display: block;
  background: #FFF;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  padding: 3px 8px;
  border-radius: 8px;
}

#form-area label input {
  margin-right: 0.5em;
  width: 20px;
  height: 20px;
  vertical-align: middle;
}

#form-area label:hover {
  cursor: pointer;
}

#form-area .free,
#form-area .must {
  float: left;
  display: inline-block;
  box-sizing: border-box;
  margin-top: 2px;
  font-size: 11px;
  padding: 0px 5px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #F00;
}

#form-area .must {
  color: #FFF;
  background: #F00;
}

#form-area .free {
  color: #F00;
  background: #FFF;
}

#form-area ul.alert {
  margin: 0;
  padding: 0 20px;
  line-height: 1.2;
  font-size: 13px;
  color: #EB0C0C;
}

/* error icon animation */
#form-area span.error {
  position: relative;
  display: inline-block;
  padding-left: 1.5em;
}

#form-area span.error:before {
  position: absolute;
  left: 0;
  content: "\f110";
  font-family: 'FontAwesome';
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

/* placeholder */
/* varidate追加 */
textarea::-webkit-input-placeholder {
  color: #9797a5;
}

textarea:-moz-placeholder {
  color: #9797a5;
}

textarea::-moz-placeholder {
  color: #9797a5;
}

input::-webkit-input-placeholder {
  color: #9797a5;
}

input:-moz-placeholder {
  color: #9797a5;
}

input::-moz-placeholder {
  color: #9797a5;
}

textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

textarea:focus:-moz-placeholder {
  color: transparent;
}

textarea:focus::-moz-placeholder {
  color: transparent;
}

input:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus:-moz-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder {
  color: transparent;
}

@media (max-width: 643px) {
  #form-area dl {
    display: block;
  }

  #form-area dl dd,
  #form-area dl dt {
    display: block;
    width: 100%;
    text-align: left;
    margin-bottom: 0;
  }

  #form-area dl dd br,
  #form-area dl dt br {
    display: none;
  }

  #form-area dl dt {
    padding-bottom: 0;
  }

  #form-area dl.inner>dt {
    width: 100%;
    padding-left: 20px;
    text-align: left;
  }

  #form-area dl.inner>dd {
    width: 100%;
    padding-left: 20px;
  }

  #form-area .free,
  #form-area .must {
    float: none;
    margin-right: 10px;
  }
}

/* @643 */
/* 問合せ下個人情報文言
------------------------------------------------------------------------*/

dl#p-mark {
  margin: 20px 0 40px;
  border-top: 1px dotted #CCC;
  padding-top: 10px;
  font-size: 14px;
}

#p-mark dt {
  font-weight: bold;
  color: #11448A;
}

#p-mark dd {
  position: relative;
  padding-left: 1em;
  margin-bottom: 5px;
}

#p-mark dd.dott:before {
  content: '･';
  font-weight: bold;
  position: absolute;
  left: 0;
  display: inline-block;
  width: 1em;
  text-align: center;
}

#p-mark img {
  vertical-align: middle;
}

/* アーカイブナビ
------------------------------------------------------------------------*/

/* 古い投稿　新しい投稿 を見る */


body.archive .hentry,
body.category .hentry {
  padding: 0 0 20px;
}

.paging-navigation {
  background-color: transparent;
}

.nav-links .meta-nav,
.paging-navigation .meta-nav {
  display: none;
}

.paging-navigation .nav-next {
  padding: 0;
}

.nav-links a[rel='prev']:before,
.nav-links a[rel='next']:after,
.paging-navigation .nav-next a:after,
.navigation .nav-previous a:before {
  font-family: 'FontAwesome';
  font-size: 100%;
  line-height: 1;
  vertical-align: baseline;
}

.nav-links a[rel='next']:after,
.paging-navigation .nav-next a:after {
  content: '\f0a9';
}

.nav-links a[rel='prev']:before,
.navigation .nav-previous a:before {
  content: '\f0a8';
}

body.single .nav-links a,
.paging-navigation a {
  display: inline-block;
  position: relative;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 6px 10px;
  margin-bottom: 10px;
  color: #FFF !important;
  line-height: 1.3;
  text-align: center;
  background: #2074E8;
  font-style: normal;
  text-align: center !important;
  font-size: 16px;
}

body.single .nav-links a {
  max-width: 48%;
}

body.single .nav-links a:hover,
.paging-navigation a:hover {
  filter: alpha(opacity=80);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=80)";
  -moz-opacity: 0.8;
  opacity: 0.8;
  color: #FFF;
  text-decoration: none;
}

/* 続きを読む */
.entry-summary .more-link {
  display: block;
  text-align: center;
  background: #CEE2FC;
  color: #023880;
  padding: 8px;
  border-radius: 7px;
  max-width: 11em;
  margin: 0 auto;
}

.entry-summary .more-link:hover {
  background: #1B62C4;
  color: #FFF;
  text-decoration: none;
}

.entry-summary .more-link .screen-reader-text,
.entry-summary .more-link .meta-nav {
  display: none;
}

/* 汎用クラス
---------------------------------------------------------------------------------------
*/

dl.pol {
  margin: 0;
}

dl.pol dd {
  margin-left: 20px;
}

.seminar p {
  margin-left: 20px;
}

.white {
  color: #FFF !important;
}

.green {
  color: #338594 !important;
}

.l-green {
  color: #8bc52c !important;
}

.red {
  color: #EB0C0C !important;
}

.d-blue {
  color: #023880 !important;
}

.blue {
  color: #2074E8 !important;
}

.orange {
  color: #E85C12 !important;
}

.brown {
  color: #603813 !important;
}

.yellow {
  color: #fffd3c !important;
}

.bg-white {
  background-color: #FFF !important;
}

.bg-gray {
  background-color: #FCFCFC !important;
}

.bg-green {
  background-color: #338594 !important;
}

.bg-l-green {
  background-color: #8bc52c !important;
}

.bg-red {
  background-color: #EB0C0C !important;
}

.bg-d-blue {
  background-color: #023880 !important;
}

.bg-l-blue {
  background-color: #77A4E5 !important;
}

.bg-blue {
  background-color: #2074E8 !important;
}

.bg-orange {
  background-color: #E85C12 !important;
}

.bg-d-orange {
  background-color: #E08D4E !important;
}

.bg-brown {
  background-color: #603813 !important;
}

.bdr-gray {
  border: 1px solid #CCC !important;
}

table.bdr-gray,
table.bdr-gray th,
table.bdr-gray td {
  padding: 5px;
  border: 1px solid #CCC !important;
}

table.bdr-gray th {
  text-align: center;
  font-weight: normal;
}

.bg01 {
  background-image: url('images/side/bg01.gif') !important;
  background-position: right center !important;
  background-repeat: no-repeat !important;
}

.bg02 {
  background-image: url('images/side/bg02.gif') !important;
  background-position: right center !important;
  background-repeat: no-repeat !important;
}

.bg03 {
  background-image: url('images/side/bg03.gif') !important;
  background-position: right center !important;
  background-repeat: no-repeat !important;
}

.bg04 {
  background-image: url('images/side/bg04.gif') !important;
  background-position: right center !important;
  background-repeat: no-repeat !important;
}

.box-white {
  border: 2px solid #FFF !important;
}

.box-green {
  border: 2px solid #338594 !important;
}

.box-l-green {
  border: 2px solid #8bc52c !important;
}

.box-red {
  border: 2px solid #EB0C0C !important;
}

.box-d-blue {
  border: 2px solid #023880 !important;
}

.box-blue {
  border: 2px solid #2074E8 !important;
}

.box-orange {
  border: 2px solid #E85C12 !important;
}

.box-brown {
  border: 2px solid #603813 !important;
}

.box-gray {
  border: 2px solid #cccccc !important;
}

.fs8 {
  font-size: 8px !important;
}

.fs10 {
  font-size: 10px !important;
}

.fs12 {
  font-size: 12px !important;
}

.fs13 {
  font-size: 13px !important;
}

.fs14 {
  font-size: 14px !important;
}

.fs15 {
  font-size: 15px !important;
}

.fs16 {
  font-size: 16px !important;
}

.fs18 {
  font-size: 18px !important;
}

.fs20 {
  font-size: 20px !important;
}

.fs22 {
  font-size: 22px !important;
}

.fs24 {
  font-size: 24px !important;
}

.fs26 {
  font-size: 26px !important;
}

.fs28 {
  font-size: 28px !important;
}

.fs34 {
  font-size: 34px !important;
}

.fs36 {
  font-size: 36px !important;
}

.fs38 {
  font-size: 38px !important;
}

.fs60 {
  font-size: 60% !important;
}

.fs80 {
  font-size: 80% !important;
}

.fs100 {
  font-size: 100% !important;
}

.fs120 {
  font-size: 120% !important;
}

.fs140 {
  font-size: 140% !important;
}

.fs150 {
  font-size: 150% !important;
}

.fs160 {
  font-size: 160% !important;
}

.fs170 {
  font-size: 170% !important;
}

.fs180 {
  font-size: 180% !important;
}

.fs200 {
  font-size: 200% !important;
}

.bld {
  font-weight: bold !important;
}

.tac {
  text-align: center !important;
}

.tar {
  text-align: right !important;
}

.tal {
  text-align: left !important;
}

.m0 {
  margin: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt-20 {
  margin-top: -20px !important;
}

.mt-30 {
  margin-top: -30px !important;
}

.mt-40 {
  margin-top: -40px !important;
}

.rel {
  position: relative;
}

.abs {
  position: absolute;
}

.p10 {
  padding: 10px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.lh1 {
  line-height: 1 !important;
}

.lh12 {
  line-height: 1.2 !important;
}

.lh14 {
  line-height: 1.4 !important;
}

.lh2 {
  line-height: 2 !important;
}

.ilb {
  display: inline-block !important;
}

.blk {
  display: block !important;
}

.tbl {
  display: table !important;
}

.tblc {
  display: table-cell !important;
}

.fll {
  float: left !important;
}

.flr {
  float: right !important;
}

.round6 {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.t-shadow-w {
  text-shadow: 2px 2px 1px #FFF;
}

.arial {
  font-family: Arial, sans-serif;
}

/* 見出し */

#content h2 {
  padding-top: 20px;
  padding-bottom: 6px;
  background: url('images/common/h2_bg.gif') repeat-x bottom left;
  color: #023880;
}

#content h2 span.geo {
  font-size: 60%;
  font-family: Georgia, serif;
}

#content h2:before {
  content: '\f138';
  font-family: FontAwesome;
  padding-right: 10px;
}

#content h3 {
  color: #023880;
  border-bottom: 1px dotted #023880;
}

#content h3:before {
  content: '\f05a';
  font-family: FontAwesome;
  padding-right: 6px;
}

/* ボタン */
.btn {
  display: inline-block;
  position: relative;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 6px 10px;
  margin-bottom: 10px;
  color: #FFF !important;
  line-height: 1.3;
  text-align: center;
}

.btn hr {
  margin: 3px 0;
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 0px rgba(255, 255, 255, 0.5);
}

.btn_gr {
  background: #338594;
}

.btn_or {
  background: #E85C12;
}

.btn_rd {
  background: #EB0C0C;
}

.btn_bl {
  background: #2074E8;
}

.btn_br {
  background: #603813;
}

a.btn:hover {
  filter: alpha(opacity=80);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=80)";
  -moz-opacity: 0.8;
  opacity: 0.8;
  color: #FFF;
  text-decoration: none;
}

/* drop cap span */
span.cap {
  margin: 0 0.2em 0 0;
  line-height: 1.25;
  float: left;
  font-size: 2.5em;
}

span.cap-bl {
  color: #023880;
}

span.cap-or {
  color: #E85C12;
}

span.cap-gr {
  color: #338594;
}

/* ul ol dl */

dl.arrow,
ul.check {
  list-style-type: none;
  margin: 0 0 24px;
  background: #FCFCFC;
  padding: 10px;
  border-radius: 6px;
  border: 1px solid #ccc;
}

dl.arrow dd,
ul.check li {
  position: relative;
  margin-bottom: 0;
  padding-left: 1.25em;
  border-bottom: 1px dotted #ccc;
  line-height: 1.8;
}

dl.arrow dd:before,
ul.check li:before {
  font-family: FontAwesome;
  position: absolute;
  left: 0;
}

dl.arrow dd:before {
  content: "\f0a9";
}

ul.check li:before {
  content: "\f058";
}

/* one-column
-----------------------------------------------------------------
*/

.one-column {}

.one-column .entry-header,
.one-column .entry-content,
.one-column .entry-summary,
.one-column .entry-meta {
  max-width: 980px;
  padding: 0 10px 0 10px;
}

.page-template-onecolumn-page .breadcrumbs,
.page-template-seminar_tokyo .breadcrumbs,
.page-template-seminar_chiba .breadcrumbs,
.page-template-seminar_saitama .breadcrumbs,
.page-template-seminar_yokohama .breadcrumbs,
.page-template-seminar_sunday .breadcrumbs,
.page-template-seminar_insurance .breadcrumbs,
.page-template-seminar_yokohama_weekday .breadcrumbs {
  max-width: 980px;
  padding: 40px 10px 0px 10px;
  margin: 0 auto;
}

.voice {
  background: url('images/common/icon_voice.png') no-repeat 98% 98%;
}

/* 動画 */



@media (max-width: 643px) {
  .youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    min-width: 280px;
  }

  .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
}

/* @643 */

/* @media (max-width: 643px)
-----------------------------------------------------------------
*/
@media (max-width: 643px) {

  .entry-content img.alignleft,
  .entry-content img.alignright {
    float: none;
    display: block;
    margin-bottom: 24px;
  }

  #content h2 {
    font-size: 24px;
  }

  #contact-box {
    display: none;
  }
}

/* 643 */
/* コンバージョンタグ関連
-----------------------------------------------------------------
*/

.conversion-tag,
.conversion-tag img {
  height: 0;
  visibility: hidden;
}

/* 2016.11 TOP新着 追加*/
.getPostImgArea {
  float: left;
  width: 30%;
}

.getPostImgArea img {
  width: 100%;
}

.getPostStringArea {
  float: right;
  width: 65%;
}

.getPostStringArea h4 {
  margin: 5px 0px;
}

.getPostStringArea h4.getPostTitle a {
  display: block;
  font-size: 16px;
}

.getPostStringArea span {
  display: block;
}

span.getCatName {
  display: inline-block;
  margin-right: 0.5em;
  padding: 0 0.5em;
  font-size: 0.9em;
  background-color: #333;
  color: white;
}

@media (max-width: 767px) {
  .display-posts-listing .listing-item {
    width: 100%;
  }

  .display-posts-listing li {
    border-bottom: 1px solid #ccc !important;
  }

  .display-posts-listing li:last-child {
    border-bottom: none !important;
  }

  .display-posts-listing li:nth-child(odd) {
    border-right: none !important;
  }
}

/*====================
2016/12/07　セミナーページ修正
====================*/
.img_cent {
  margin: 0 auto;
  display: block;
}

/*====================
2017/08/02　投稿ページ内修正
====================*/
.single-post strong {
  font-weight: bold !important;
  color: #000 !important;
}

/*2017/09/19 日曜セミナー用追加*/
.takeuchi_profile img {
  float: left;
  margin-bottom: 25px;
}

.takeuchi_profile .profile-detail-wrapper {
  width: 50%;
  display: inline-block;
  text-align: left;
  padding-left: 10px;
}

.takeuchi_profile .profile-detail-h4 {
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 0px;
}

.takeuchi_profile .profile-detail-wrapper>P {
  font-weight: bold;
  font-size: 28px;
  margin: 0px;
}

.takeuchi_profile .profile-detail-wrapper .profile-detail {
  font-weight: normal;
  font-size: 15px;
}

.takeuchi_profile .profile-detail-h4 br {
  display: none;
}

.takeuchi_profile .profile-detail-h4>span {
  font-size: 17px;
  position: relative;
  top: 2px;
}

a.saturday_sunday_rink {
  padding-left: 20px;
}

@media (max-width: 600px) {
  .takeuchi_profile img {
    width: 100%;
  }

  .takeuchi_profile .profile-detail-wrapper {
    width: 100%;
  }
}


/*====================
2011/11/24　メールマガジンフォーム追加
====================*/
form.bftpro-front-form {
  height: auto;
}

.bftpro-front-form p {
  display: inline;
  margin: 0;
}

.bftpro-front-form input[hidden] {
  overflow: hidden;
  height: 0;
  margin: 0;
}

.bftpro-front-form .bftpro-form-group {
  margin-bottom: 25px;
}

.bftpro-front-form fieldset {
  padding: 0;
  border: none;
  margin: 0;
  padding: 0;
}

/*====================
2011/12/14　TOPウィジェット修正
2019/06/07 TOPウィジェット幅　PCは90%→70%に、スマホ時970px→800pxに修正
====================*/
@media (max-width: 767px) {
  #secondary {
    min-height: 800px;
    background: none;
  }
}

#secondary .widget-area {
  height: auto !important;
  max-width: 70%;
  margin: 0;
}

@media (max-width: 767px) {
  #secondary .widget-area {
    max-width: 100%;
  }
}

.sidebar .site-footer .widget,
.seminar-top-link .widget {
  position: static !important;
  width: 250px;
  float: left;
  margin: 0 10px 10px 0;
}

.sidebar .site-footer .widget:nth-of-type(3) {
  margin: 0 10px 10px 0;
}

.sidebar .site-footer .blk>span.place,
.seminar-top-link .blk>span.place {
  float: left;
}

.sidebar .site-footer .blk>span.kaisai,
.seminar-top-link .blk>span.kaisai {
  float: left;
  font-size: 14px;
  margin-top: 5px;
}

.sidebar .site-footer .blk span.youbi,
.seminar-top-link .blk span.youbi {
  font-weight: bold;
  margin-right: 10px;
  padding: 3px 5px 0;
  float: left;
  line-height: 1.2em;
}

.sidebar .site-footer .blk span.sunday,
.seminar-top-link .blk span.sunday {
  background-color: #dd1a24;
}

.sidebar .site-footer .blk span.saturday,
.seminar-top-link .blk span.saturday {
  background-color: #12a2ca;
}

.sidebar .site-footer .blk span.weekday,
.seminar-top-link .blk span.weekday {
  background-color: #097e10;
}

/*====================
2017/12/15　セミナー修正
====================*/
.tokyo_seminar_rink {
  font-size: 120%;
  margin-bottom: 2px;
}

/*====================
2018/1/11　セミナーTOP
====================*/

body.page-id-641 .entry-title {
  padding: 0.4em 0.3em;
}

.page-id-641 .breadcrumbs {
  max-width: 980px;
  padding: 40px 10px 0px 10px;
  margin: 0 auto;
}

#seminar-top .entry-content-none {
  display: none;
}

#seminar-top,
#seminar-top>div {
  width: 100%;
  margin: 0 auto;
}

#seminar-top .merit_title,
#seminar-top .seminar-faq-title,
#seminar-top .news-title,
#seminar-top .mailmagazine-about,
#seminar-top .mailmagazine-title {
  text-align: center;
}

#seminar-top #seminar-top-01,
#seminar-top #seminar-top-03,
#seminar-top #seminar-top-07 {
  overflow: hidden;
  margin-bottom: 20px;
}

#seminar-top .seminar-top-main {
  position: relative;
}

#seminar-top .seminar-top-main .img01,
#seminar-top .seminar-top-main .img02,
#seminar-top .seminar-top-main .img03 {
  position: absolute;
  bottom: 2%;
  width: 24%;
}

#seminar-top .seminar-top-main .img01 {
  left: 2%;
}

#seminar-top .seminar-top-main .img02 {
  left: 28%;
}

#seminar-top .seminar-top-main .img03 {
  left: 54%;
}

#seminar-top .seminar-merit {
  border: 1px solid #d5d5d5;
  background: url(images/seminar/seminar-top/seminar_top_grid02.png) repeat top center;
  overflow: hidden;
  padding: 20px 15px;
}

#seminar-top .merit_01,
#seminar-top .merit_02 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-flow: row wrap;
  flex-flow: row wrap;
  justify-content: space-around;
  text-align: center;
}

#seminar-top .merit_item {
  margin-bottom: 20px;
}

#seminar-top .merit_01 .merit_item {
  position: relative;
  width: 300px;
  height: 485px;
  background-size: contain;
}

#seminar-top .merit_02 .merit_item {
  position: relative;
  width: 450px;
  height: 450px;
  background-size: contain;
}

#seminar-top .merit_01 .merit_item:nth-of-type(1) {
  background: url(images/seminar/seminar-top/seminar_top_04.png) no-repeat top center;
}

#seminar-top .merit_01 .merit_item:nth-of-type(2) {
  background: url(images/seminar/seminar-top/seminar_top_05.png) no-repeat top center;
}

#seminar-top .merit_01 .merit_item:nth-of-type(3) {
  background: url(images/seminar/seminar-top/seminar_top_06.png) no-repeat top center;
}

#seminar-top .merit_02 .merit_item:nth-of-type(1) {
  background: url(images/seminar/seminar-top/seminar_top_07.png) no-repeat top center;
}

#seminar-top .merit_02 .merit_item:nth-of-type(2) {
  background: url(images/seminar/seminar-top/seminar_top_08.png) no-repeat top center;
}

#seminar-top .merit_01 .merit_item p {
  position: absolute;
  top: 262px;
  left: 0;
  right: 0;
  font-size: 19px;
  text-align: left;
  padding: 0 6%;
}

#seminar-top .merit_02 .merit_item p {
  position: absolute;
  top: 280px;
  left: 0;
  right: 0;
  font-size: 19px;
  text-align: left;
  padding: 0 6%;
}

#seminar-top .merit_item p strong {
  font-size: 23px;
  font-weight: bold;
  color: #ff5523;
}

#seminar-top .merit_item p b {
  font-size: 21px;
  font-weight: bold;
  color: black;
}

#seminar-top .seminar-top-link {
  display: block;
  width: 100%;
  height: 698px;
  background: url(images/seminar/seminar-top/seminar_top_bg.png) no-repeat top center;
  background-size: contain;
}

#seminar-top .seminar-top-link-text {
  position: relative;
}

#seminar-top .seminar-top-link-text img {
  position: absolute;
  top: 30px;
  left: 6%;
}

#seminar-top .seminar-top-link .widget-area {
  width: 84%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-flow: row wrap;
  flex-flow: row wrap;
  justify-content: space-between;
  margin: 0 8%;
  padding-top: 270px;
}

#seminar-top .seminar-top-link .widget-area .widget {
  width: 380px;
  float: left;
  padding: 10px;
}

#seminar-top .seminar-top-link .widget-area .widget .textwidget {
  display: block;
  height: 100%;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.5);
}

.seminar-top-link .title {
  font-size: 26px;
}

.seminar-top-link .date,
.widget a:hover {
  color: black;
  text-decoration: none;
}

.seminar-top-link .date {
  font-size: 38px;
  line-height: 1.4em;
}

.seminar-top-link .more {
  display: block;
  border-top: none;
  width: 55%;
  height: auto;
  font-size: 18px;
  line-height: 1.4em;
  color: white;
  font-weight: bold;
  background: rgb(255, 142, 61);
  /* Old browsers */
  background: -moz-linear-gradient(top, rgba(255, 142, 61, 1) 0%, rgba(255, 76, 33, 1) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 142, 61, 1) 0%, rgba(255, 76, 33, 1) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 142, 61, 1) 0%, rgba(255, 76, 33, 1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8e3d', endColorstr='#ff4c21', GradientType=0);
  /* IE6-9 */
  border-radius: 0.5em;
  padding: 5px 10px;
  margin: 0 auto 10px;
}

#secondary .more:after,
.seminar-top-link .more:after {
  font-family: 'FontAwesome';
  content: "\f138";
  padding-left: 5px;
}

.seminar-top-link .tar {
  text-align: center !important;
}

#seminar-top #seminar-top-04 .tokyo_voice_panel {
  margin-bottom: 20px;
}

#seminar-top #seminar-top-04 .tvp_header {
  background-color: #d7f2ff;
  background: url(images/seminar/seminar-top/seminar_top_grid03.png) repeat top left;
  overflow: hidden;
}

#seminar-top #seminar-top-04 .tvp_header_plofile {
  overflow: hidden;
  margin-bottom: 20px;
}

#seminar-top #seminar-top-04 .tvp_name {
  font-size: 28px;
}

#seminar-top #seminar-top-04 .tvp_header_left .tvp_fukidashi {
  font-size: 20px;
  text-align: center;
  line-height: 1.4em;
  background-color: #023880;
  padding: 10px 15px;
}

#seminar-top #seminar-top-04 .tvp_header_left .tvp_fukidashi small {
  font-size: 12px;
  font-weight: normal;
}

#seminar-top #seminar-top-04 .tvp_support {
  overflow: hidden;
  margin-bottom: 12px;
}

#seminar-top #seminar-top-04 .tvp_support_col-r {
  width: 24%;
  overflow: hidden;
  padding: 0;
}

#seminar-top #seminar-top-04 .tvp_support_col-l {
  width: 76%;
  overflow: hidden;
  padding: 0;
}

#seminar-top #seminar-top-04 .tvp_support_col-r div {
  font-size: 16px;
  padding: 8px 0;
}

#seminar-top #seminar-top-04 .tvp_support_col-l div {
  font-size: 16px;
  padding: 8px 15px;
  line-height: 1.4em;
}

#seminar-top #seminar-top-04 .tvp_interview_title {
  width: 84%;
  height: auto;
  font-size: 28px;
  line-height: 1.4em;
  color: white;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  background: rgb(255, 158, 107);
  /* Old browsers */
  background: -moz-linear-gradient(top, rgba(255, 158, 107, 1) 1%, rgba(255, 158, 107, 1) 48%, rgba(255, 133, 63, 1) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 158, 107, 1) 1%, rgba(255, 158, 107, 1) 48%, rgba(255, 133, 63, 1) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 158, 107, 1) 1%, rgba(255, 158, 107, 1) 48%, rgba(255, 133, 63, 1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9e6b', endColorstr='#ff853f', GradientType=0);
  /* IE6-9 */
  padding: 8px 15px;
  margin: 0 auto 10px;
}

#seminar-top #seminar-top-04 .seminar-a {
  display: none;
}

#seminar-top #seminar-top-04 .tvp_interview_title:after {
  font-family: 'FontAwesome';
  content: "\f13a";
  color: white;
  padding-left: 10px;
}

#seminar-top #seminar-top-04 .tvp_interview_area .open:after {
  font-family: 'FontAwesome';
  content: "\f139";
  color: white;
  padding-left: 10px;
}

#seminar-top #seminar-top-04 .tvp_interview_answer {
  margin: 30px 0 20px;
}

#seminar-top #seminar-top-04 .tvp_interview p {
  font-size: 19px;
  font-weight: bold;
  line-height: 1.5em;
  padding: 0 25px;
  margin: 15px auto 20px;
}

#seminar-top .seminar-faq-title {
  font-size: 40px;
  font-weight: bold;
}

#seminar-top .seminar-faq-title:before {
  font-size: 40px;
  font-family: 'FontAwesome';
  content: "\f138";
  color: #ff5523;
  padding-right: 10px;
}

#seminar-top .seminar-faq-area {
  border: 1px solid #023880;
  background: url(images/seminar/seminar-top/seminar_top_grid03.png) repeat top left;
  padding: 35px 30px;
}

#seminar-top #seminar-top-05 .seminar-q {
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 19px;
  cursor: pointer;
}

#seminar-top #seminar-top-05 .seminar-q:hover {
  text-decoration: underline;
}

#seminar-top #seminar-top-05 .seminar-a {
  display: none;
  font-size: 19px;
  margin-top: 5px;
  margin-bottom: 30px;
}

#seminar-top #seminar-top-05 .seminar-q:before {
  content: url("images/seminar/seminar-top/seminar_top_icon01.png");
  vertical-align: -2px;
  margin-right: 15px;
}

#seminar-top #seminar-top-05 .seminar-a:before {
  content: url("images/seminar/seminar-top/seminar_top_icon02.png");
  vertical-align: -2px;
  margin-right: 15px;
}

#seminar-top #seminar-top-06 {
  padding: 30px 0;
  background-color: #d7f2ff;
}

#seminar-top .news-title {
  margin-bottom: 10px;
}

#seminar-top .mailmagazine-merit {
  width: 100%;
  border: 1px solid #d5d5d5;
  background: url(images/seminar/seminar-top/seminar_top_grid01.png) repeat top left;
  padding: 30px 15px;
  overflow: hidden;
}

#seminar-top .mailmagazine-merit-title {
  text-align: center;
}

#seminar-top .mailmagazine-merit-text {
  width: 100%;
  border: 1px solid #023880;
  background-color: white;
  margin-top: 15px;
  overflow: hidden;
  text-align: center;
  margin-top: 40px;
  padding: 55px 60px 0;
}

#seminar-top .mailmagazine-merit-img {
  position: relative;
}

#seminar-top .mailmagazine-merit-img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: auto;
  margin: 0 auto;
}

#seminar-top .mailmagazine-merit-text p {
  font-size: 23px;
  font-weight: bold;
  text-align: left;
  border-bottom: 1px dotted #898989;
  padding-bottom: 5px;
}

#seminar-top .mailmagazine-merit-text p:before {
  font-family: 'FontAwesome';
  content: "\f14a";
  color: #ff5523;
  padding-right: 15px;
}

#seminar-top .news-area {
  width: 94%;
  background-color: white;
  padding: 0 3% 5px;
  margin: 0 auto;
}

#seminar-top .news-area h2 {
  text-align: center;
}

#seminar-top .mailmagazine-area {
  padding: 30px 0;
  background-color: #d7f2ff;
}

#seminar-top .mailmagazine-title img {
  margin-bottom: 30px;
}

#seminar-top .mailmagazine-form .bftpro-form-group {
  width: 46%;
  text-align: center;
  margin: 0 auto;
}

#seminar-top .mailmagazine-form .bftpro-form-group label {
  float: left;
  width: 30%;
  height: 38px;
  border: 1px solid black;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  background-color: #dcdcdc;
  padding-top: 6px;
  margin: 0;
  margin-bottom: 10px;
  box-sizing: border-box;
}

#seminar-top .mailmagazine-form .bftpro-form-group input[type="text"] {
  float: left;
  width: 70% !important;
  border-top: 1px solid black;
  border-right: 1px solid black;
  border-left: none;
  border-bottom: 1px solid black;
  height: 38px;
  margin: 0;
  margin-bottom: 10px;
  box-sizing: border-box;
}

#seminar-top .mailmagazine-form .bftpro-form-group:nth-of-type(3) label,
#seminar-top .mailmagazine-form .bftpro-form-group:nth-of-type(3) input[type="text"] {
  border-bottom: 1px solid black;
}

/*
#seminar-top .mailmagazine-form .bftpro-form-group input[type="submit"]{
	width: 226px;
	height:70px;
	font-size: 30px;
	font-weight: bold;
	background: url(images/seminar/seminar-top/seminar_top_btn01.png) no-repeat top center;
	background-size: contain;
	margin: 20px auto 0 !important;
	overflow: hidden;
}
*/
#seminar-top .mailmagazine-form .bftpro-form-group input[type="submit"] {
  font-size: 22px;
  font-weight: bold;
  background: #F77C5D;
  background: -moz-linear-gradient(top, #F7B8A9, #fe5224 5%, #ff8037);
  background: -webkit-linear-gradient(top, #F7B8A9, #fe5224 5%, #ff8037);
  background: linear-gradient(to bottom, #F7B8A9, #fe5224 5%, #Fff8037);
  box-shadow: 0px 4px 0px 2px #ce5725;
  margin: 20px auto 0 !important;
  padding: 10px 1em;
  overflow: hidden;
  float: left;
}

@media (max-width: 767px) {
  #seminar-top .mailmagazine-form .bftpro-form-group input[type="submit"] {
    font-size: 20px;
    float: none;
  }
}

@media (max-width: 600px) {
  #seminar-top .mailmagazine-form .bftpro-form-group input[type="submit"] {
    font-size: 5vw;
  }

}

#seminar-top .mailmagazine-form .bftpro-form-group:last-child {
  margin-bottom: 20px;
}

.magazine-input>div:nth-child(2) label:before {
  padding: 1px 5px;
  vertical-align: 1px;
  margin-right: 8px;
}

#seminar-top .seminar-about-area {
  padding: 20px 30px;
}

#seminar-top .seminar-about-title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 10px;
}

#seminar-top .seminar-about-title:before {
  font-family: 'FontAwesome';
  font-weight: normal;
  content: "\f05d";
  color: #023880;
  margin-right: 5px;
}

#seminar-top .seminar-about-text {
  font-size: 19px;
  margin-bottom: 25px;
}

#seminar-top .seminar-about-text strong,
#seminar-top .seminar-about-text ul li strong {
  font-size: 19px;
  color: black;
  font-weight: bold;
  color: #ff5523;
}

#seminar-top .seminar-about-text ul {
  line-height: 1.4em;
  padding-left: 0;
  margin-bottom: 15px;
}

#seminar-top .seminar-about-text ul>strong {
  display: block;
  color: black;
  margin-bottom: 10px;
}

#seminar-top .seminar-about-text ul li {
  list-style-type: none;
  line-height: 1.4em;
  padding-left: 1em;
  margin-bottom: 5px;
}

@media (max-width: 1024px) {
  #seminar-top .mailmagazine-form .bftpro-form-group {
    width: 60%;
    text-align: center;
    margin: 0 auto;
  }

  #seminar-top .seminar-top-link .widget-area aside {
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  #seminar-top .merit_02 {
    width: 300px;
    margin: 0 auto;
  }

  #seminar-top .merit_02 .merit_item {
    width: 300px;
    height: 535px;
  }

  #seminar-top .merit_02 .merit_item p {
    top: 292px;
    left: 0;
    right: 0;
  }

  #seminar-top .merit_02 .merit_item:nth-of-type(1) {
    background: url(images/seminar/seminar-top/seminar_top_07_sp.png) no-repeat top center;
  }

  #seminar-top .merit_02 .merit_item:nth-of-type(2) {
    background: url(images/seminar/seminar-top/seminar_top_08_sp.png) no-repeat top center;
  }

  #seminar-top .seminar-top-link-text img {
    position: absolute;
    top: 30px;
    left: 6%;
    width: 280px;
  }

  #seminar-top .seminar-top-link .widget-area {
    padding-top: 240px;
  }

  #seminar-top .seminar-top-link {
    height: 1050px;
  }

  #seminar-top .seminar-top-link .corona-v {
    height: 300Px;
  }

  #seminar-top .corona-v {
    height: 300Px;
  }

  #seminar-top .seminar-top-link .widget-area .widget {
    width: 320px;
    float: left;
    padding: 10px;
  }

  .seminar-top-link .title {
    font-size: 20px;
    padding-bottom: 5px;
  }

  .seminar-top-link .date {
    font-size: 32px;
    width: 190px;
    margin: 5px auto 0;
  }

  .seminar-top-link .more {
    width: 75%;
    height: auto;
    font-size: 18px;
    line-height: 1.4em;
    padding: 5px 10px;
    margin: 0 auto 10px;
  }

  #seminar-top #seminar-top-04 .tvp_name {
    font-size: 22px;
  }

  #seminar-top #seminar-top-04 .tvp_header_left .tvp_fukidashi {
    font-size: 18px;
    padding: 10px 15px;
  }

  #seminar-top #seminar-top-04 .tvp_support_col-r {
    width: 32%;
  }

  #seminar-top #seminar-top-04 .tvp_support_col-l {
    width: 68%;
  }

  #seminar-top #seminar-top-04 .tvp_support_col-r div {
    font-size: 18px;
    padding: 15px 0;
  }

  #seminar-top #seminar-top-04 #tokyo_voice_panel1 .tvp_support_col-r div {
    height: 106px;
    padding: 20px 0;
  }

  #seminar-top #seminar-top-04 #tokyo_voice_panel2 .tvp_support_col-r div,
  #seminar-top #seminar-top-04 #tokyo_voice_panel3 .tvp_support_col-r div {
    height: 84px;
  }

  #seminar-top #seminar-top-04 #tokyo_voice_panel4 .tvp_support_col-r div {
    height: 84px;
  }

  #seminar-top #seminar-top-04 .tvp_interview_title {
    width: 100%;
    height: auto;
    font-size: 24px;
    line-height: 1.4em;
    padding: 8px 15px;
    margin: 0 auto 10px;
  }

  #seminar-top .display-posts-listing .listing-item {
    min-height: 120px;
  }

  #seminar-top .mailmagazine-merit-text {
    padding: 55px 20px 0;
  }

  #seminar-top .mailmagazine-merit-text p {
    font-size: 20px;
    margin-bottom: 25px;
  }

  #seminar-top .mailmagazine-title img {
    width: 90%;
  }

  #seminar-top .mailmagazine-form .bftpro-form-group label {
    font-size: 13px;
    padding-top: 8px;
    width: 30%;
  }

  #seminar-top .seminar-about-area {
    padding: 15px 10px;
  }

  #seminar-top .seminar-about-title {
    font-size: 26px;
  }
}

@media (max-width: 600px) {
  #seminar-top .mailmagazine-form .bftpro-form-group {
    width: 96%;
    text-align: center;
    margin: 0 auto;
  }
}

/* ナビゲーションなどのための記述 */

.navbar {
  margin-bottom: 0 !important;
}

.fixed-contents-top {
  transform: translate(0, -100%);
  transition: .5s;
}

.fixed-contents-bottom {
  transform: translate(0, calc(100% + 100px));
  transition: .5s;
}

.footer-contact-area {
  transform: translate(0, calc(100% + 20px));
  transition: .5s;
}

.fixed-contents-pos-top {
  transform: translate(0, 0);
  transition: .5s;
}

.fixed-contents-pos-bottom {
  transform: translate(0, 0);
  transition: .5s;
}

.menu-btn {
  font-size: 44px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000;
  color: #eee;
  margin-top: 10px;
  margin-right: 20px;
}

.close-btn {
  color: #999;
  font-size: 18px;
  line-height: 3;
}

.gnav {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.45);
  z-index: 1000;
  width: 100%;
  border-bottom: 3px solid #2074E8;
}

.gnav-li {
  display: flex;
  flex-direction: row;
  list-style-type: none;
  margin-bottom: 0;
}

.gnav-li li {
  width: 100%;
  text-align: center;
}

.gnav-li li a {
  padding: 17px 0;
  display: block;
  color: #000;
  font-family: sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
}

.gnav-li li a:hover {
  background-color: #ffdbce;
  text-decoration: none;
}

.gnav-li li.apply a {
  background-color: #ff716d;
  color: white;
}

.sp-block {
  display: none;
}

@media (max-width: 767px) {
  .glyphicon {
    color: #34364f;
  }

  .gnav {
    transform: translate(0, -100%);
  }

  .gnav.on {
    transform: translate(0, 0);
  }

  .gnav-li {
    flex-direction: column;
  }

  .gnav-li li a {
    border-bottom: 1px solid #adadad;
  }

  .container.box-color {
    margin: 0 auto 4%;
  }

  .sp-inline {
    display: inline;
  }

  .sp-block {
    display: block;
  }

  .pc-block {
    display: none;
  }
}

#wpadminbar {
  z-index: 1;
}

/* 各セミナーページ */
.entry-content .seminar_info {
  border: 1px solid #023880;
}

.entry-content .seminar_info p {
  margin-left: 2%;
  margin-bottom: 10px;
}

.entry-content .seminar .seminar_about_knowhow {
  display: block;
  float: left;
  width: 54%;
  margin: 0 1%;
  overflow: hidden;
}

.entry-content .seminar .seminar_youtube {
  float: right;
  width: 42%;
  margin: 0 1%;
  overflow: hidden;
}

.entry-content .seminar .seminar_youtube iframe {
  width: 100%;
  height: auto;
}

.entry-content .seminar .seminar_profile {
  clear: both;
}

@media (max-width: 767px) {

  .entry-content .seminar .seminar_about_knowhow,
  .entry-content .seminar .seminar_youtube {
    float: none;
    width: 100%;
    margin: 0 2% 20px;
  }
}


/* Yotube */
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* スマホで改行 */

.br-sp {
  display: none;
}

@media (max-width: 767px) {
  .br-sp {
    display: block;
  }
}



.seminar_top_btn {
  color: white !important;
  font-weight: bold;
  background: rgb(255, 142, 61);
  /* Old browsers */
  background: -moz-linear-gradient(top, rgba(255, 142, 61, 1) 0%, rgba(255, 76, 33, 1) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 142, 61, 1) 0%, rgba(255, 76, 33, 1) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 142, 61, 1) 0%, rgba(255, 76, 33, 1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8e3d', endColorstr='#ff4c21', GradientType=0);
  /* IE6-9 */
  border-radius: 0.5em;
  text-shadow: none;
  padding: 0 10px;
  margin-left: 10px;
  margin-right: 10px;
}


/* IT導入補助金セミナー用*/
#content #post-5614 .ithojo-contents a.text:hover {
  background: #4080ff57;
}

#content #post-5614 section#about {
  height: auto;
  overflow: hidden;
  background-color: #fffeef;
  padding: 20px;
  padding-top: 0;
  padding-bottom: 10px;
  margin-bottom: 27px;
  margin-top: 20px;
}

#content #post-5614 section#about p,
section#about a {
  font-size: 20px;
}

#content #post-5614 section#about p {
  margin-bottom: 17px;
}

#content #post-5614 section#about a {
  color: #325bff;
}

#content #post-5614 section#about p strong {
  font-size: 26px;
  font-weight: bold;
}

#content #post-5614 section#about span.orenge,
section.seminar span.orenge,
section#info span.orenge {
  color: #ff1900;
}

#content #post-5614 section#about span.red,
section.seminar span.red,
section#info span.red {
  color: red;
}

#content #post-5614 section#about span.red {
  font-weight: bold;
}

#content #post-5614 section#about ul.point {
  font-size: 24px;
  background-color: #fff4ad;
  padding: 15px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}

#content #post-5614 section#about ul.point i {
  color: #01a50f;
}

#content #post-5614 section#about ul.point li {
  list-style: none;
  font-weight: bold;
  padding-left: 5px;
  font-size: 19px;
  margin-bottom: 10px;
}

#content #post-5614 section#about ul.point li {}

#content #post-5614 .fas.fa-check {
  margin-right: 10px;
}

#content #post-5614 section#seminar {
  height: auto;
  overflow: hidden;
  padding: 20px;
  margin-bottom: 40px;
}

#content #post-5614 section.bg {
  background-color: #f5edff;
  padding: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
  line-height: 1.4;
}

#content #post-5614 .point li {
  display: flex;
}

#content #post-5614 .seminar .point {
  margin: 20px 0;
  border: none;
  box-shadow: none;
  padding: 0;
}

#content #post-5614 .seminar .info {
  margin-bottom: 20px;
}

#content #post-5614 section.seminar .seminar_info .number {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 15px;
}

#content #post-5614 .seminar_info {
  width: 100%;
  margin-right: 20px;
  border: none;
}

#content #post-5614 section.seminar .seminar_info h3 {
  font-size: 28px;
  color: #8e4ade;
  font-weight: bold;
  line-height: 1.4em;
  margin-bottom: 15px;
}

#content #post-5614 section.seminar .seminar_info h3::before {
  content: none;
}

#content #post-5614 section.seminar .seminar_info .name {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
}

#content #post-5614 section.seminar .seminar_info .point {
  width: 240px;
  height: 70px;
  margin-bottom: 15px;
}

#content #post-5614 #main section.seminar p.info {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 40px;
}

#content #post-5614 section.seminar .profile {
  overflow: hidden;
}

#content #post-5614 #content #post-5614 section.seminar p.profile-text {
  font-size: 16px;
  margin-bottom: 0;
}

#content #post-5614 section.seminar .profile .seminar_info {
  width: 660px;
  background-color: white;
  padding: 20px;
  margin-right: 20px;
}

#content #post-5614 section.seminar span.red {
  text-decoration: underline;
}

#content #post-5614 section#info {
  margin-bottom: 40px;
}

#content #post-5614 section#info h3::before {
  content: none;
}

#content #post-5614 ection#info>h3,
section#form>h3,
#contact>h3 {
  font-size: 28px;
  line-height: 1.4em;
  color: #8342d0;
  background: none;
}

#content #post-5614 section#form>h3::before {
  content: none;
}

#content #post-5614 section#info #about {
  border: 1px solid #b5b5b5;
  border-radius: 10px;
  padding: 15px 30px;
}

#content #post-5614 section#info #about ul,
section#info #about li {
  list-style: none;
}

#content #post-5614 section#info #about>ul>li.parent {
  font-size: 22px;
  color: #8342d0;
  margin-top: 20px;
  margin-bottom: 15px;
  border-bottom: 1px dotted #c8afe7 !important;
  padding-bottom: 5px;
}

#content #post-5614 section#info #about>ul>li>ul>li {
  list-style: none;
  font-size: 18px;
  color: black;
  padding-left: 5px;
}

#content #post-5614 section#info i,
section#form i {
  padding-right: 8px;
}

#content #post-5614 section#form #form-area {
  padding: 20px;
}

#content #post-5614 section#form #form-area dl {
  padding: 12px 50px;
}

#content #post-5614 section#form #form-area textarea {
  width: auto;
}

#footer {
  border-top: none;
}

#content #post-5614 #main table th,
#main table td {
  padding: 8px 10px;
}

#content #post-5614 #contact_part {
  display: none;
}

#content #post-5614 .profile {
  display: flex;
  flex-direction: row-reverse;
}

#content #post-5614 .flex {
  display: flex;
  flex-direction: row;
}

#content #post-5614 .ggmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 30px;
}

#content #post-5614 .ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 800px) {
  #content #post-5614 #header {
    margin-top: 0;
  }

  #content #post-5614 #lp_main_img img {
    padding: 0;
  }

  #content #post-5614 section#about {
    padding: 10px;
  }

  #content #post-5614 section#info #about>ul>li>ul>li {
    font-size: 16px;
    line-height: 1.4em;
    padding-left: 10px;
  }

  #content #post-5614 section#form #form-area {
    padding: 0;
  }

  #content #post-5614 section#form #form-area dl {
    padding: 12px 10px;
  }

  #content #post-5614 .flex {
    flex-direction: column;
  }

  #content #post-5614 .profile {
    flex-direction: column;
  }

  #content #post-5614 section.seminar .profile .seminar_info {
    width: 100%;
    margin-top: 20px;
    box-sizing: border-box;
    margin-right: 0;
  }

  #content #post-5614 section#about ul.point li {
    font-size: 14px;
  }

  #content #post-5614 section#about ul.point {
    background-color: #fff4ad;
    padding: 15px 10px 5px;
    margin-top: 0;
    margin-bottom: 20px;
  }

  #content #post-5614 section#about ul.point i {
    margin-top: 4px;
  }

  #content #post-5614 .seminar .point {
    max-width: 120px;
  }

  #content #post-5614 #main section.seminar p.info {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 1.8;
    background: #fff;
    padding: 10px;
  }

  #content #post-5614 .profile .contants_img {
    width: 60%;
    text-align: center;
    margin: 0 auto;
  }

  #content #post-5614 section.seminar .seminar_info .name {
    font-size: 16px;
  }

  #content #post-5614 table * {
    box-sizing: border-box;
  }

  #content #post-5614 tr {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #ddd;
    padding: 5px 0 10px;
    background: #eee;
  }

  #content #post-5614 #main table th,
  #main table td {
    width: 100%;
    border: none;
    height: auto;
    padding: 5px 10px 5px;
  }

  #content #post-5614 #btn_send input {
    margin: 0 auto !important;
  }

  #content #post-5614 section#info #about ul,
  section#info #about li {
    list-style: none;
    margin: 0;
    padding: 0;
  }
}

/* 2018/11/22*/
.sidebar .site-footer .widget:nth-of-type(4) {
  margin-right: 10px;
}

@media (max-width: 767px) {
  .sidebar .site-footer .widget {
    width: 100%;
  }
}


/* お客様の声 */
.interview_txt_right {
  width: 35%;
  margin-top: 20px;
  float: right;
}

.interview_txt_left {
  margin-top: 20px;
  width: 65%;
  float: left;
}

.interview_txt_left small {
  font-weight: normal;
}

@media (max-width: 767px) {
  .interview_txt_right {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
    float: right;
  }

  .interview_txt_left {
    margin-top: 10px;
    width: 100%;
    float: left;
  }
}

/* =========================================================================
   RP4WP 関連記事カスタマイズ (旧プラグイン風)
   ========================================================================= */

/* 外側ボックス: ネイビー背景 */
.rp4wp-related-posts {
  background-color: #023880;
  padding: 15px 15px 20px;
  margin-top: 30px;
  margin-bottom: 30px;
  clear: both;
  overflow: hidden;
}

/* 見出し */
.rp4wp-related-posts>h3 {
  background-color: #023880 !important;
  color: #fff !important;
  padding: 5px 10px !important;
  font-size: 16px !important;
  font-weight: bold !important;
  margin: 0 0 12px 0 !important;
  display: flex !important;
  align-items: center !important;
  border-radius: 0 !important;
}

/* 見出し内の (i) アイコン - FontAwesome info-circle */
.rp4wp-related-posts>h3::before {
  content: "\f05a";
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  color: #fff;
  margin-right: 8px;
  flex-shrink: 0;
}

/* ul: カードを横並びに */
.rp4wp-related-posts ul {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  display: flex !important;
  flex-wrap: wrap;
  gap: 6px;
}

/* li: 縦型カード（画像→タイトル）横5列 */
.rp4wp-related-posts ul>li {
  flex: 0 0 calc(20% - 6px);
  min-width: 0;
  max-width: calc(20% - 5px);
  box-sizing: border-box !important;
  float: none !important;
  list-style: none !important;
  background: #fff;
  padding: 0 !important;
  margin: 0 !important;
  /* 子要素を縦並びにする */
  display: flex !important;
  flex-direction: column !important;
}

/* li 内部のコンテナ（プラグインのデフォルトCSS上書き）*/
.rp4wp-related-posts ul>li>div.rp4wp-related-post-content {
  display: flex !important;
  flex-direction: column !important;
  width: 100% !important;
  float: none !important;
  padding: 0 !important;
  box-sizing: border-box !important;
  flex: 1;
}

/* サムネイル画像エリア */
.rp4wp-related-posts ul>li>div.rp4wp-related-post-content>div.rp4wp-related-post-image,
.rp4wp-related-posts ul>li div.rp4wp-related-post-image {
  width: 100% !important;
  float: none !important;
  padding: 8px 8px 0 !important;
  margin: 0 !important;
  box-sizing: border-box !important;
  text-align: center;
  flex-shrink: 0;
}

.rp4wp-related-posts ul>li div.rp4wp-related-post-image img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  border: 1px solid #ccc;
  padding: 2px;
  background: #fff;
  box-sizing: border-box;
}

/* タイトルリンクエリア */
.rp4wp-related-posts ul>li div.rp4wp-related-post-content>a,
.rp4wp-related-posts ul>li a {
  display: block !important;
  font-size: 12px !important;
  line-height: 1.4 !important;
  color: #023880 !important;
  text-decoration: none !important;
  font-weight: normal !important;
  padding: 6px 8px 8px !important;
  text-align: left !important;
  width: 100% !important;
  float: none !important;
  box-sizing: border-box !important;
}

.rp4wp-related-posts ul>li a:hover {
  text-decoration: underline !important;
}

/* 抜粋を非表示 */
.rp4wp-related-posts ul>li p,
.rp4wp-related-post-content>p {
  display: none !important;
}

/* SP表示時の調整 */
@media (max-width: 767px) {
  .rp4wp-related-posts ul>li {
    flex: 1 1 calc(50% - 6px);
    max-width: calc(50% - 6px);
  }
}

@media (max-width: 480px) {
  .rp4wp-related-posts ul>li {
    flex: 1 1 100%;
    max-width: 100%;
  }
}

