/*
Theme Name: Voice Child
Template: voice
*/

.man-to-man {
  margin-top: 15px !important;
}

@media(max-width: 600px){
  .man-to-man {
    margin-top: 0 !important;
  }
}

.main-header .container:after {
  display: none !important;
}

.pc-only { display: block; }
.mobile-only { display: none; }

@media(max-width: 600px){
  .pc-only { display: none; }
  .mobile-only { display: block; }
}

.header-1-wrapper {
  background: white !important;
}

.header-main-area {
  display: none;
}

.header-bottom-wrapper {
  display: none;
}

.main-header, .top-header {
  background: #f0f0f0 !important;
  box-shadow: none !important;
}

.top-banner {
  font-family: 'Helvetica', sans-serif;
  max-height: 340px;
  max-width: 1140px;
  margin: 50px auto 0;
}


.top-banner .wrapper {
  position: relative;
  display: flex;
}

.top-banner .wrapper > section {
  position: relative;
  display: flex;
  width: 50%;
}

.top-banner .wrapper > section > section {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 50%;
  height: 100%;
}

.top-banner .wrapper > section > section > section {
  position: relative;
  width: 100%;
  height: 50%;
}

.top-banner .wrapper img {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* iPhone5のズレ回避一次対応 */
@media(min-width: 400px){
  .top-banner .one img {
    height: 340px !important;
  }
}

.top-banner .card h2, .top-banner .card p {
  color: white;
}

.top-banner .card h2 {
  font-size: 1em;
  line-height: 1.8;
}

.top-banner .card .category {
  text-decoration: underline;
}



@media(max-width: 600px){
  .top-banner {
    max-height: 237px;
  }

  .top-banner .wrapper .one img {
    max-height: 237px;
  }

  .top-banner .card {
    display: none;
  }

  .top-banner .card-sp {
    display: block;
    width: 100vw;
  }

  .top-banner .wrapper > section {
    display: block;
  }
}

/* iPhone5のズレ回避一次対応 */
@media(max-width: 360px){
  .top-banner .wrapper {
    grid-template-columns: 1fr;
    grid-auto-rows: 210px;
  }
}
@media(max-width: 320px){
  .top-banner .wrapper {
    grid-template-columns: 1fr;
    grid-auto-rows: 185px;
  }
}


.pickup img {
  width: 100%;
  max-height: 140px;
  object-fit: cover;
}

.pickup h2 {
  font-size: 14px;
  color: white;
}

/* sections/loops/layout-b.php に適用されている CSS を上書き修正  */
.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.vce-lay-b-child {
  padding: 15px 0;
  border-bottom: 1px dotted #ccc;
}
.vce-lay-b-child:first-child {
  border-top: 1px dotted #ccc;
}
.vce-lay-b-child:last-child{
  border-bottom: none;
}

.vce-lay-b-child h2 {
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 0;
  margin-bottom: 12px;
  line-height: 1.5;
}

.vce-lay-b-child .meta-category {
    padding-bottom: 15px;
    font-size: 14px !important;
    line-height: 1.4 !important;
}

.vce-lay-b-child img {
  max-width: 230px;
  max-height: 135px;
  object-fit: cover;
}
.vce-lay-b-child header {
  padding-left: 30px;
}

@media(max-width: 1024px){
  .vce-lay-b-child h2, .vce-lay-b-child .meta-category {
    padding-bottom: 5px;
    font-size: 18px !important;
  }
  .vce-lay-b-child img {
    max-width: 110px;
    max-height: 65px;
    object-fit: cover;
  }

  .vce-lay-b-child header {
    padding-left: 15px;
  }
}

/* インタビューカテゴリ専用 */
.category-interview .top-nav-menu-wrapper > ul {
  font-weight: normal;
  height: 40px;
}
.category-interview .top-nav-menu {
  font-family: helvetica neue,YuGothic,ヒラギノ角ゴ pron w3,Hiragino Kaku Gothic ProN,Arial,メイリオ,Meiryo,sans-serif!important;
}
.category-interview .top-nav-menu li {
  margin: 0 3px 0 0;
}
.category-interview .top-nav-menu li a {
  line-height: 40px !important;
  display: inline;
  padding-bottom: 0;
}
.vce-interview-cat-child {
  padding: 0;
  background-color: #f9f9f9;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0,0,0,.16);
  position: relative;
  overflow: hidden;
}
.vce-interview-cat-child + .vce-interview-cat-child {
  margin-top: 16px;
}

.vce-interview-cat-child h2 {
  font-size: 18px;
  font-weight: 600;
  padding: 0 10px 0 0;
  margin-bottom: 12px;
  line-height: 1.5;
}

.vce-interview-cat-child .meta-category {
  margin-bottom: 13px;
  display: block;
  font-size: 14px !important;
  line-height: 1.4 !important;
}

.vce-interview-cat-child .meta-category > a {
  text-decoration: none !important;
}

.vce-interview-cat-child img {
  height: 100%;
  max-width: 300px;
  object-fit: cover;
}
.vce-interview-cat-child header {
  padding: 16px 16px 16px 30px;
  width: 100%;
}

.vce-interview-cat-child header.entry-header > .meta-author-date {
  justify-content: flex-end;
}
.vce-interview-cat-child header.entry-header > .meta-author-date .meta-author-modified-date {
  margin-right: 0;
}

.vce-interview-cat-child .tag {
  color: #fff;
  background-color: #f1b007;
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: bold;
}

.vce-interview-cat-child .new-warp {
  position: absolute;
}

.vce-interview-cat-child .new-warp > span {
  position: absolute;
  top: 8px;
  left: 5px;
  z-index: 20;
  color: #fff;
  transform: rotate(-45deg);
  font-size: 14px;
}

@media(max-width: 1024px){
  .vce-interview-cat-child h2, .vce-interview-cat-child .meta-category {
    margin-bottom: 5px;
    font-size: 16px !important;
    padding-right: 0;
  }
  .vce-interview-cat-child > div {
    width: 75%;
  }
  .vce-interview-cat-child img {
    max-width: 100%;
    object-fit: cover;
  }
  .vce-interview-cat-child header {
    padding-left: 15px;
    word-break: break-all;
  }
  .vce-interview-cat-child header.entry-header > .meta-author-date > .meta-author-get-date {
    font-size: 12px;
  }
  .vce-interview-cat-child header.entry-header > .meta-author-date > .meta-author-modified-date {
    margin-right: 0;
    font-size: 12px;
  }
  .vce-interview-cat-child .tag {
    font-size: 10px;
  }
}

@media(max-width: 767px) {
  .vce-interview-cat-child {
    display: block;
    width: 49%;
  }
  .vce-interview-cat-child + .vce-interview-cat-child {
    margin-top: 0;
  }
  .vce-interview-cat-child:nth-of-type(n + 3) {
    margin-top: 2%;
  }
  .vce-interview-cat-child > div {
    width: 100%;
  }
  .vce-interview-cat-child img {
    width: 100%;
  }
}

@media(max-width: 480px) {
  .vce-interview-cat-child {
    width: 100%;
  }
  .vce-interview-cat-child + .vce-interview-cat-child {
    margin-top: 4%;
  }
}

@media(max-width: 320px) {
  .vce-interview-cat-child .new-warp {
    transform: scale(0.5);
    transform-origin: 0 0;
  }
}

/* 汎用カテゴリ専用 */
.category-general .top-nav-menu-wrapper > ul {
  font-weight: normal;
  height: 40px;
}
.category-general .top-nav-menu {
  font-family: helvetica neue,YuGothic,ヒラギノ角ゴ pron w3,Hiragino Kaku Gothic ProN,Arial,メイリオ,Meiryo,sans-serif!important;
}
.category-general .top-nav-menu li {
  margin: 0 3px 0 0;
}
.category-general .top-nav-menu li a {
  line-height: 40px !important;
  display: inline;
  padding-bottom: 0;
}
.vce-general-cat-child {
  padding: 0;
  background-color: #f9f9f9;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0,0,0,.16);
  position: relative;
  overflow: hidden;
}
.vce-general-cat-child + .vce-general-cat-child {
  margin-top: 16px;
}

.vce-general-cat-child h2 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
  line-height: 1.5;
}

.vce-general-cat-child .meta-category {
  margin-bottom: 13px;
  display: block;
  font-size: 14px !important;
  line-height: 1.4 !important;
}

.vce-general-cat-child .meta-category > a {
  text-decoration: none !important;
}

.vce-general-cat-child .thumb {
  background: #ccc center / cover no-repeat;
}

.vce-general-cat-child header {
  padding: 16px 16px 16px 30px;
  width: 100%;
  flex: 1;
}

.vce-general-cat-child header.entry-header > .meta-author-date {
  justify-content: flex-end;
}
.vce-general-cat-child header.entry-header > .meta-author-date .meta-author-modified-date {
  margin-right: 0;
}

.vce-general-cat-child .tag {
  color: #fff;
  background-color: #f1b007;
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: bold;
}

.vce-general-cat-child .new-warp {
  position: absolute;
}

.vce-general-cat-child .new-warp > span {
  position: absolute;
  top: 8px;
  left: 5px;
  z-index: 20;
  color: #fff;
  transform: rotate(-45deg);
  font-size: 14px;
}

@media(max-width: 1024px){
  .vce-general-cat-child h2, .vce-general-cat-child .meta-category {
    margin-bottom: 5px;
    font-size: 16px !important;
    padding-right: 0;
  }
  .vce-general-cat-child > div {
    width: 75%;
  }
  .vce-general-cat-child img {
    max-width: 100%;
    object-fit: cover;
  }
  .vce-general-cat-child header {
    padding-left: 15px;
    word-break: break-all;
  }
  .vce-general-cat-child header.entry-header > .meta-author-date > .meta-author-get-date {
    font-size: 12px;
  }
  .vce-general-cat-child header.entry-header > .meta-author-date > .meta-author-modified-date {
    margin-right: 0;
    font-size: 12px;
  }
  .vce-general-cat-child .tag {
    font-size: 10px;
  }
}

@media(max-width: 767px) {
  .vce-loop-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .vce-general-cat-child {
    display: block;
    width: 49%;
  }
  .vce-general-cat-child + .vce-general-cat-child {
    margin-top: 0;
  }
  .vce-general-cat-child:nth-of-type(n + 3) {
    margin-top: 2%;
  }
  .vce-general-cat-child > div {
    width: 100%;
  }
  .vce-general-cat-child .thumb {
    padding-top: 60%;
  }
}

@media(max-width: 480px) {
  .vce-general-cat-child {
    width: 100%;
  }
  .vce-general-cat-child + .vce-general-cat-child {
    margin-top: 4%;
  }
}

@media(max-width: 320px) {
  .vce-general-cat-child .new-warp {
    transform: scale(0.5);
    transform-origin: 0 0;
  }
}

@media screen and (min-width: 768px) {
  .vce-general-cat-child .image {
    width: 50%;
    max-width: 300px;
  }

  .vce-general-cat-child .thumb {
    height: 100%;
  }
}

/* Listing に ranking のバッヂを表示する */
.ranking-box {
  counter-reset: wpp-ranking;
}
.ranking-box li {
  list-style-type: none;
  padding: 8px 10px !important;
  position: relative;
}
.ranking-box li:nth-child(-n+5):before {
  background: #999;
  border-radius: 50%;
  content: counter(wpp-ranking, decimal);
  counter-increment: wpp-ranking;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  line-height: 1;
  padding: 8px 10px;
  position: absolute;
  z-index: 90; /* footer-banner fade-in が 100 に設定されている */
  top: 0;
  left: 0;
}

.ranking-box li:nth-child(1):before,
.ranking-box li:nth-child(2):before,
.ranking-box li:nth-child(3):before {
  background: #fce36b;
}

.ranking-box li:nth-child(4):before,
.ranking-box li:nth-child(5):before {
  color: #666;
  background: #eee;
}


/* ReadMoreボタンの色を変える処理 */
.tml input[type=submit] {
  background-color: rgb(207, 77, 53) !important;
}

/* ブログのタイトルの文字サイズ調整 */






/* tml関係の文字サイズ調整 */
.tml-title-custom1{
  font-size:22px;
  line-height: 150%;
  margin-bottom: 15px;
}
.tml-title-custom2{
  font-size:28px;
  line-height: 150%;
  font-weight: bold;
  margin-bottom: 10px;
}
.tml-title-custom3{
  font-size:24px;
  line-height: 150%;
  margin-bottom: 10px;
}
.tml-title-custom4{
}
.tml-title-custom4 h4{
  font-size:20px !important;
  line-height: 150% !important;
  margin: 20px 0px 0px 0px !important;
}

/* 画面が小さい時の文字縮小 */
@media(max-width: 620px){
  .tml-title-custom1{
    font-size:16px;
  }
  .tml-title-custom2{
    font-size:18px;
  }
  .tml-title-custom3{
    font-size:17px;
  }
  .tml-title-custom4{
  }
  .tml-title-custom4 h4{
    font-size:15px !important;
  }

}

/* 画面が小さい時の文字縮小 */
@media(max-width: 410px){
  .tml-title-custom1{
    font-size:12px;
  }
  .tml-title-custom2{
    font-size:13px;
  }
  .tml-title-custom3{
    font-size:12px;
  }
  .tml-title-custom4{
  }
  .tml-title-custom4 h4{
    font-size:12px !important;
  }
}


/* Leadinの前後関係修正 */
.leadinModal{
  z-index: 110000 !important;
}


/* syntax highlighter */
.prettyprint:not(.prettyprinted) {
  color: #fff;
}


/* archive title */
.archive .main-box {
  background: none;
  box-shadow: none;
}
.archive .main-box-title {
  margin-bottom: 30px;
  border-top: none !important;
  border-bottom: 2px solid #ff7364;
}
.archive .main-box-inside {
  padding: 0;
}


/* sns news, interview widget */
.widget_custom_interview_widget li,
.sns_news_widget li {
  margin-bottom: 16px;
  padding: 16px 0 0 0 !important;
}
.widget_custom_interview_widget li + li,
.sns_news_widget li + li {
  border-top: 1px solid rgba(0,0,0,.1);
}
.widget_custom_interview_widget a,
.sns_news_widget a {
  display: block;
}
.widget_custom_interview_widget .thumb,
.sns_news_widget .thumb {
  padding-top: 40%;
  background: #ccc center / cover no-repeat;
}
.widget_custom_interview_widget h5,
.sns_news_widget h5 {
  margin-top: 8px;
  color: #444;
  font-size: 14px;
  line-height: 20px;
}