/*
Theme Name: みんなの格闘技ジム&道場ナビのテーマ
Author: みんなの格闘技ジム&道場ナビ
Author URI: http://
Description: みんなの格闘技ジム&道場ナビのテーマ
*/
.interview {
    margin:20px 0;
    width:800px;
}

.interview h2 {
    padding: 0.4em 0.5em;
    color: #fff;
    font-weight:600;
    font-size:1.2em;
    width:98%;
    background-image: linear-gradient(135deg, #b8751e 0%, #ffce08 37%, #fefeb2 47%, #fafad6 50%, #fefeb2 53%, #e1ce08 63%, #b8751e 100%);
    border-left: solid 5px rgb(44, 44, 44);
    border-bottom: solid 3px #d7d7d7;
}

.interview h2.title {
  border-bottom: solid 3px #cce4ff;
  position: relative;
  font-size:1.4em;
  margin-bottom:40px;
  background-image:none;
  color: #000;
  border-left:none;
  padding:0;
}

.interview h2.title:before {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #5472cd;
  bottom: -3px;
  width: 20%;
}

.interview h3, 
.interview h4 {
    flex: 1;
    margin: 24px 0 0;
	font-size:1.8em;
    line-height: 1.41667;
    text-align: justify;
    letter-spacing: .06em;
    -webkit-box-flex: 1;
    border-bottom: 2px solid #e5e36d;
}
/*
.interview h4 {
    flex: 1;
    margin: 24px 0 0;
    font-size:2.4em;
    line-height: 1.41667;
    text-align: justify;
    letter-spacing: .06em;
    -webkit-box-flex: 1;
    border-bottom: 2px solid #e5e36d;
}
*/
.ez-toc-title-container {
    text-align:center;
}

.interview nav {
    /*background: #f9f9f9;*/
    border: 1px solid #aaa;
    padding: 10px;
    margin-bottom: 1em;
    width: auto;
    display: table;
    font-size: 95%;
        margin: 0 auto;
}

.interview ul {
    padding: 5px 0px;
    margin-left: 1.5em;
}

.interview ul li {
    text-align: left;
    font-weight: normal;
    list-style: outside none decimal;
    text-indent: 0px;
    padding: 5px 0px;
}

.interview ul a {
    display: block;
    text-decoration: none;
    color: rgb(0, 0, 0);
    padding-bottom: 5px;
    border-bottom: 1px dotted rgb(204, 204, 204);
}

.interview table {
    width: 100%; 
    border-collapse: collapse; 
    border: 1px solid black; 
    height: 220px;
     margin-top: 25px;
}

.interview table tr {
    height: 22px;
}

.interview table tr td {
    border: 1px solid black;
    width: 20%;
    height: 22px;
    text-align: center;
}

.interview table tr td:nth-of-type(2),
.interview table tr td:nth-of-type(3){
    border: 1px solid black;
    width: 40%;
    height: 22px;
}

.interview table tr:nth-child(1) td {
    border: 1px solid black;
    width: 20%;
    height: 22px;
    background-color: #c4e9ff;
}

.interview table tr:nth-child(1) td:nth-of-type(2),
.interview table tr:nth-child(1) td:nth-of-type(3)
 {
    border: 1px solid black;
    width: 40%;
    height: 22px;
    text-align: center;
    background-color: #c4e9ff;
}

.interview .inner-box {
    border:1px solid #ccc;
    margin:10px 0 30px;
    padding:10px 20px 0px;
}

.interview .inner-box .thumnail-box {
    width:250px;
    height:180px;
    display:inline-block;
}

.interview .inner-box .thumnail-box img {
    width:250px;
    height:180px;
    object-fit: contain;
}

.interview .inner-box .article-box {
    width:460px;
    height:180px;
    padding:10px 20px;
    display:inline-block;
    vertical-align: top;
}

.interview .inner-box .article-box p.date {
    text-align:right;
    font-size:0.8em;
}

.interview .inner-box .article-box p.title {
    font-size:1.1em;
    font-weight:600;
}

.interview .inner-box .article-box p.name {
    color:#ff7777;
    padding-bottom:5px;
}

.interview .inner-box .article-box p.body {
    padding:5px 0px;
    border-top:1px solid #ccc;
}

.interview .interview-detail {
    margin:20px 0 60px;
    width:800px;
}

.pagination {
  padding: 30px 0 0;
  border-top:1px solid #ccc;
  width:800px;
}

.pagination-center {
  text-align:center;
}

.pagination-left {
  text-align:left;
}

.pagination-right {
  text-align:right;
}

.pagination ul {

}

.pagination ul a {
  text-decoration: none;
}

.pagination ul li {
  display: inline-block;
  width: 390px;
  position: relative;
  vertical-align: top;
}

/*.pagination ul li:nth-child(odd) {*/
.pagination ul li.prev {
  text-align: left;
}

/*.pagination ul li:nth-child(even) {*/
.pagination ul li.next {
  text-align: right;
}

/*.pagination ul li:nth-child(odd)::after {*/
.pagination ul li.prev::after {
  content: "";
   position: absolute;
   top: 2em;
   left: 0;
   -webkit-transform: rotate(-45deg);
   -ms-transform: rotate(-45deg);
   transform: rotate(-45deg);
   width: 15px;
   height: 15px;
   border-top: 2px solid #fad850;
   border-left: 2px solid #fad850;
   /* margin-left: 30px; */
}

/*.pagination ul li:nth-child(even)::after {*/
.pagination ul li.next::after {
  content: "";
   position: absolute;
   top: 2em;
   right: 0;
   -webkit-transform: rotate(45deg);
   -ms-transform: rotate(45deg);
   transform: rotate(45deg);
   width: 15px;
   height: 15px;
   border-top: 2px solid #fad850;
   border-right: 2px solid #fad850;
}

.pagination ul li .thumnail {
  display: inline-block;
  width: 150px;
}

/*.pagination ul li:nth-child(odd) .thumnail {*/
.pagination ul li.prev .thumnail {
  padding-left: 30px;
  vertical-align: top;
}

.pagination ul li .thumnail img {
    width: 140px;
    height: 100px;
    object-fit: cover;
}

.pagination ul li .title {
  display: inline-block;
  width: 180px;
}

/*.pagination ul li:nth-child(even) .title {*/
.pagination ul li.next .title {
    padding-right: 30px;
    text-align: left;
    vertical-align: top;
}

/*--------------------------------------------------

@キャンペーンページ

--------------------------------------------------*/
.campaign {
    padding-top: 20px;
}

.campaign .campaign-inner-box {
    
}

.campaign .campaign-inner-box h2 {
        position: relative;
    margin: 0 0 25px 2px;
    padding: 10px 8px 10px 20px;
    background: #001af5;
    border: 1px solid #fff;
    color: #fff;
    font-size: 1.188em;
    font-weight: bold;
    box-shadow: 0px 0px 0px 2px #001af5;
}

.campaign .campaign-inner-box h2:after {
    position: absolute;
    content: '';
    left: -3px;
    top: -3px;
    border-width: 0 0 15px 15px;
    border-style: solid;
    border-color: #fff #fff #000958;
    box-shadow: 1px 1px 1px rgb(0 0 0 / 15%);
}

.campaign .campaign-inner-box h3 {
    margin-bottom: 20px;
    padding: 5px 20px;
    background: #cce4ff;
    font-size: 1.2em;
    font-weight: bold;
    border-left: solid 5px #001af5;
    border-bottom: solid 3px #ddd;
}

.campaign .campaign-inner-box ul {
    margin:10px 0px 30px;
    list-style: disc;
    padding-left: 2em;
    padding-bottom:25px;
}

.campaign .campaign-inner-box ul li {
    list-style: disc;
    line-height: 1.8;
}

.campaign .campaign-inner-box ul li span {
        color: red;
    font-weight:600;
}

.campaign .campaign-inner-box ul.step {
    list-style: none;
    position: relative;
    height: 105px;
    margin-top: 40px;
    font-weight: bold;
    padding: 10px 0 20px;
}

.campaign .campaign-inner-box ul.step li {
    list-style: none;
    /*position: absolute;*/
    display: inline-block;
    vertical-align: top;
    padding-left: 30px;
}

.campaign .campaign-inner-box ul.step li:first-child {
    padding:0px;
}

.campaign .campaign-inner-box ul.step dl {
    width: 260px;
    height: 125px;
    border: 2px solid #ccc;
    border-radius: 4px;
    background: #cce4ff;
    text-align: center;
}

.campaign .campaign-inner-box ul.step dl dt {
    position: relative;
    width: 160px;
    height: 55px;
    margin: -25px 0 0 55px;
    padding-top: 15px;
    color: #FFF;
    background: url(https://kakugymnavi.com/interview/wp-content/themes/gym-sports/assets/img/campaign_step.png) center top no-repeat;
    background-size: cover;
    text-align: center;
}


.campaign .campaign-inner-box ul.step dl dd:before {
    font-family: "Font Awesome 5 Free";
    content: '\f330';
    font-weight: 900;
}

.campaign .campaign-inner-box ul.step dl dd {
    padding-top: 10px;
}

.campaign .campaign-inner-box ul.step li:after {
    position: absolute;
    top: 50px;
    left: 270px;
    width: 23px;
    height: 38px;
/*
    background: url(https://kakugymnavi.com/interview/gym-sports/assets/img/step.png) left top no-repeat;
*/
    font-family: "Font Awesome 5 Free";
    content: '\f101';
    font-weight: 900;
    font-size: 1.5em;
    color: #0019F5;
}

.campaign .campaign-inner-box ul.step li:nth-child(2):after {
    position: absolute;
    top: 50px;
    left: 570px;
    width: 23px;
    height: 38px;
/*
    background: url(https://rikonbengoshi-link.com/img/campaign/arw.png) left top no-repeat;
    content: "";
*/
    font-family: "Font Awesome 5 Free";
    content: '\f101';
    font-weight: 900;
    font-size: 1.5em;
    color: #0019F5;
}

.campaign .campaign-inner-box ul.next-step {
  list-style-type: none;
  padding:0;
  margin:0;
}

/*
.campaign .campaign-inner-box ul.next-step li {
  position: relative;
  width:100px;
  background: #504944;
  padding: 1em;
  margin-bottom: 1em;
  text-align:center;
  color: #fff;
}

.campaign .campaign-inner-box ul.next-step li:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: -10px;
  left: 0;
  border-style: solid;
  border-color: #504944 transparent transparent transparent;
  border-width: 10px 50px 0 50px;
  z-index: 1;
}
*/
.campaign .campaign-inner-box ul.next-step li {
  position: relative;
  width: 135px;
  background: #001af5; /*linear-gradient(135deg, #b8751e 0%, #ffce08 37%, #fefeb2 47%, #fafad6 50%, #fefeb2 53%, #e1ce08 63%, #b8751e 100%);*/
  padding: 1em;
  margin-bottom: 1em;
  text-align:center;
  color: #fff;
  font-size: 1em;
  font-weight: 600;
}

.campaign .campaign-inner-box ul.next-step li:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: -10px;
  left: 0;
  border-style: solid;
  border-color: #001af5 transparent transparent transparent;
  /*border-color: #e1ce08 transparent transparent transparent;*/
  border-width: 10px 84px 0 84px;
  z-index: 1;
  /* width: 100%; */
}

.v-pc {
    display:block;
}

.v-sp {
    display: none;
}

.m-pagenation__body {
    display: inline-block;
}

.m-pagenation__body li ,.m-pagenation__next,.m-pagenation__prev{
    display: inline-block;
    padding: 5px 5px;
}


.nk-interview-lists {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin: 10px auto;
    width: calc( 100% - 10px );
}

.nk-interview-lists>a {
    width: calc( 33.333% - 8px );
    border: solid 1px #ddd;
    box-sizing: border-box;
    padding: 5px;
    border-radius: 5px;
    text-decoration: none;
}

.nk-thumnail-box::before {
    content: "";
    display: block;
    padding-top: 100%;
}

.nk-thumnail-box img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.nk-thumnail-box {
    position: relative;
}

p.nk-title {
    padding: 5px;
    font-size: 13px;
}

p.nk-date {
    text-align: right;
    font-size: 14px;
}

@media screen and (max-width: 768px) {
    .nk-interview-lists {
        gap: 5px;
    }

    .nk-interview-lists>a {
        width: calc( 50% - 10px );
    }

}


/*--------------------------------------------------

@max-width 768px

--------------------------------------------------*/
@media screen and (max-width: 768px) {
.v-pc {
    display:none;
}

.v-sp {
    display: block;
}

    .interview {
        margin: 20px auto;
        width: 98%;
    }

    .interview h2 {
        width:94%;
    }

    .interview .interview-detail {
        width: 100%;
    }

    .interview .interview-detail img {
        width: 100%;
    }

    .pagination {
        width: 100%;
    }

    .pagination ul li {
        display: inline-block;
        width: 45%;
        position: relative;
        vertical-align: top;
    }

    .pagination ul li .title {
        display: inline-block;
        width: 100%;
    }

    .pagination ul li .thumnail {
        display: inline-block;
    /*    width: 100%;*/
        padding-right: 30px;
    }
    .campaign .campaign-inner-box ul.step{
        position: relative;
        font-weight: bold;
        height:auto;
        margin-top:0px;
        padding-bottom:10px;
    }

    .campaign .campaign-inner-box ul.step dl {
        height: 16.1vw;
        background: url(https://kakugymnavi.com/interview/wp-content/themes/gym-sports/assets/img/step_bg.png) left top no-repeat;
        background-size: 97.2vw auto;
        width:100%;
        border:none;
    }

    .campaign .campaign-inner-box ul.step dl.step3 {
        height: 19.5vw;
        background: url(https://kakugymnavi.com/interview/wp-content/themes/gym-sports/assets/img/step3_bg.png) left top no-repeat;
        background-size: 97.2vw auto;
    }

    .campaign .campaign-inner-box ul.step dl dt {
        position: absolute;
        left: 4.4vw;
        top: auto;
        color: #fff;
        font-size: 3.2vw;
        background:none;
        margin:0px;
        padding-top:3vw;
        width:auto;
    }

    .campaign .campaign-inner-box ul.step dl dd {
        position: absolute;
        left: 27vw;
        top: auto;
        /*background: url(https://rikonbengoshi-link.com/mobile/img/campaign/check.png) left 2vw no-repeat;
        background-size: 2.9vw auto;*/
    }

    .campaign .campaign-inner-box ul.step li {
        font-size: 3.73333vw;
        padding-left:0px;
        padding-bottom:10px !Important;
        width:100%;
        block:100%;
    }

    .campaign .campaign-inner-box ul.step li:after {
        content : "";
    }
}


