/*
Theme Name: fuchusports Child
Theme URI: 
Template: fuchusports
Description: 
Author: 
Tags: 
Version: 0.6.0
*/

.full_40vw {
  margin-right: calc(50% - 40vw);
  margin-left: calc(50% - 40vw);
}

@media screen and (max-width: 767px) {
  .full_40vw {
    margin-right: auto;
    margin-left: auto;
  }
}

/* スマホのみ表示 */
@media (min-width: 768px) {
  .only-sp {
    display: none !important;
  }
}

/* タブレットのみ表示 */
@media (max-width: 767px), (min-width: 1025px) {
  .only-tb {
    display: none !important;
  }
}

/* PCのみ表示 */
@media (max-width: 1024px) {
  .only-pc {
    display: none !important;
  }
}

/* PC・タブレットのみ表示 */
@media (max-width: 767px) {
  .only-pc-tb {
    display: none !important;
  }
}

.dis-grid {
  display: grid;
}

.ta-c {
  text-align: center;
}
.ta-r {
  text-align: right;
}
.ta-l {
  text-align: left;
}

.fw-b {
  font-weight: bold;
}

.mb-1em {
  margin-bottom: 1em;
}

.oga {
  padding: 7% 0;
}

@media screen and (max-width: 767px) {
  .oga {
    padding: 7% 0;
  }
}

.oga h3.ttl {
  text-align: center;
  margin: 0;
  margin-bottom: 1em;
  font-size: 36px;
  padding-bottom: 0.25em;
}

@media screen and (max-width: 767px) {
  .oga h3.ttl {
    font-size: 25px;
  }
}

.oga h3.ttl:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 50px;
  border-bottom: 3px solid #ff9307;
}

.oga h3.ttl::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 25px;
  border-bottom: 3px solid #d7d7d7;
}

.ttl-icon-img:before {
  content: "";
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
}

@media screen and (max-width: 767px) {
  .ttl-icon-img:before {
    width: 35px;
    height: 35px;
  }
}

.flat-jr.ttl-icon-img:before {
  background-image: url("http://nannaru1.xsrv.jp/fuchusports/wp-content/uploads/1c331ad69db3b9c9f59f21b1086bc813.png");
}

.flat-baby.ttl-icon-img:before {
  background-image: url("http://nannaru1.xsrv.jp/fuchusports/wp-content/uploads/1f19f56cceebd1b465fab901210e6a48.png");
}

.flat-red.ttl-icon-img:before {
  background-image: url("http://nannaru1.xsrv.jp/fuchusports/wp-content/uploads/1bff8984147d67167c79da3817dadcbc.png");
}

.flat-mama.ttl-icon-img:before {
  background-image: url("http://nannaru1.xsrv.jp/fuchusports/wp-content/uploads/4aa2514e62db1824edef46969f2c75db.png");
}

.flat-baba.ttl-icon-img:before {
  background-image: url("http://nannaru1.xsrv.jp/fuchusports/wp-content/uploads/a2d3f69d24a12331814daf525108a538.png");
}

.txt-indent {
  text-indent: 1em;
}

.flex {
  display: flex;
}

.jc-se {
  justify-content: space-evenly;
}

.w50 {
  width: 50%;
}

a.more-read {
  padding: 1em;
  background: var(--orange);
  color: #fff;
  display: inline-block;
}

col.col19 {
  width: 19%;
}

col.col27 {
  width: 27%;
}

.page_top_btn {
  width: 50px;
  height: 48px;

  border-radius: 50%;
}

.table-scl {
  overflow-x: auto;
  display: block;
}

.table-scl > table {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
}

@media screen and (max-width: 767px) {
  .table-scl > table {
    width: auto;
  }
  .table-scl > table th,
  .table-scl > table td {
    white-space: nowrap;
  }
}

/*ボタン*/
.btn-square-pop {
  position: relative;
  display: inline-block;
  padding: 0.25em 0.5em;
  text-decoration: none;
  color: #fff;
  background: var(--orange);
  border-bottom: solid 2px var(--orange);
  border-radius: 4px;
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2),
    0 2px 2px rgba(0, 0, 0, 0.19);
  font-weight: bold;
}

a.btn-square-pop:hover {
  color: #fff;
}

.btn-square-pop:active {
  border-bottom: solid 2px #db5a00;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}

/*ニュースページ*/
.single-post .entry-meta span.updated,
.single-post .entry-meta span.entry-meta-item-author {
  display: none;
}

.single-post .veu_followSet {
  display: none;
}
