﻿@charset "utf-8";
/* CSS Document */

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

p-studioInfo

-----------------------------------------*/
@media screen and (min-width: 769px) {
}
@media screen and (max-width: 768px) {
  .p-studioInfo__desc {
    display: table;
    margin-bottom: 0;
    width: 100%;
    border: 1px solid #d9d9d9;
    border-bottom: none;
  }
  .p-studioInfo__desc:last-child {
    border-bottom: 1px solid #d9d9d9;
  }
  .p-studioInfo__desc__label {
    display: table-cell;
    font-size: 1.2rem;
    margin-right: 15px;
    vertical-align: middle;
    width: 30%;
    background: #dffdc3;
    color: #333;
  }
  .p-studioInfo__desc__content {
    display: table-cell;
    font-size: 1.5rem;
    width: 70%;
    padding: 10px;
    border-left: 1px solid #d9d9d9;
  }
}

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

p-coachIndexList__statusIconWrap

-----------------------------------------*/
@media screen and (min-width: 769px) {
  .p-coachIndexList__statusIconWrap {
    display: inline-block;
  }
  .p-coachIndexList__statusIcon__text {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .p-coachIndexList__nameWrap {
    width: 60%;
  }
  .p-coachIndexList__statusIconWrap {
    display: table;
    width: 100%;
    margin-bottom: 10px;
  }
  .p-coachIndexList__statusIconWrap:last-child {
    margin-bottom: 0;
  }
  .p-coachIndexList__statusIcon__text {
    display: table-cell;
    vertical-align: middle;
    width: 90%;
    font-weight: 700;
  }
}

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

p-coachIndexBtn

-----------------------------------------*/
@media screen and (min-width: 769px) {
  .p-coachIndexBtn {
    margin-top: 40px;
  }
  .p-coachIndexBtn:after {
    content: "";
    display: block;
    clear: both;
    overflow: hidden;
  }
  .p-coachIndexBtn .p-coachIndexList__btnWrap {
    position: static;
  }
  .p-coachIndexBtn .p-coachIndexList__btnWrap {
    float: left;
    width: 49.4%;
  }
  .p-coachIndexBtn .p-coachIndexList__btnWrap:nth-child(even) {
    float: right;
  }
  .p-coachIndexBtn .p-coachIndexList__btnWrap .c-btn.-green {
    background: #7abe3b;
    color: #fff;
  }
  .p-coachIndexBtn .p-coachIndexList__btnWrap .c-btn.-green:hover {
    background: #fff;
    color: #7abe3b;
  }
}
@media screen and (max-width: 768px) {
  .p-coachIndexBtn {
    margin-top: 40px;
  }
  .p-coachIndexBtn:after {
    content: "";
    display: block;
    clear: both;
    overflow: hidden;
  }
  .p-coachIndexBtn .p-coachIndexList__btnWrap {
    float: left;
    width: 48%;
    margin-top: 0;
  }
  .p-coachIndexBtn .p-coachIndexList__btnWrap:nth-child(even) {
    float: right;
  }
  .p-coachIndexBtn .p-coachIndexList__btnWrap .c-btn.-green {
    background: #7abe3b;
    color: #fff;
  }
  .p-coachIndexBtn .p-coachIndexList__btnWrap .c-btn.-green:hover {
    background: #fff;
    color: #7abe3b;
  }
}
