@charset "UTF-8";
/** ---------------------------
 サイズについて
 --------------------------- **/
.about_size_title {
  text-align: center;
  background: #292929;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 700;
  padding: 15px 0;
  margin-bottom: 40px; }

.about_size_sub_title {
  text-align: center;
  background: #f7f7f7;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 15px 0;
  margin-bottom: 40px; }

.about_size_notice {
  border-left: 10px solid #292929;
  padding: 15px 30px;
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 40px; }

.about_size .txt {
  font-size: 1.8rem;
  line-height: 2.0; }

.about_size_block {
  margin-bottom: 70px; }

.about_size_detail {
  display: flex;
  flex-wrap: wrap; }
  .about_size_detail_item {
    width: 50%;
    margin-bottom: 20px; }
    .about_size_detail_item .name {
      font-size: 1.8rem;
      font-weight: 700;
      padding-bottom: 20px;
      border-bottom: 1px solid #eeeeee; }
    .about_size_detail_item .pic {
      margin-bottom: 20px;
      position: relative; }
      .about_size_detail_item .pic:after {
        content: "";
        width: 32px;
        height: 32px;
        background: url(../img/common/ico_expansion.png) no-repeat center/contain;
        position: absolute;
        left: 30px;
        bottom: 0; }
    .about_size_detail_item:nth-child(odd) .name {
      margin-right: 20px; }
    .about_size_detail_item:nth-child(even) .name {
      margin-left: 20px; }
    .about_size_detail_item:nth-child(even) .description {
      border-left: 0; }
  .about_size_detail .description {
    border: 1px solid #cccccc;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px; }
    .about_size_detail .description.no_bd {
      border: 0; }
    .about_size_detail .description dl {
      width: 50%;
      display: flex;
      border-bottom: 1px solid #cccccc; }
      .about_size_detail .description dl:nth-child(even) {
        border-left: 1px solid #cccccc; }
      .about_size_detail .description dl:nth-last-child(-n+2) {
        border-bottom: 0; }
      .about_size_detail .description dl dt {
        width: 24%;
        flex-shrink: 0;
        background: #f7f7f7;
        padding: 20px 10px;
        text-align: center; }
      .about_size_detail .description dl dd {
        padding: 20px 15px; }

/* タブレット
  ------------------------ */
/* スマホ
  ------------------------ */
@media (max-width: 959px) {
  .about_size_title {
    font-size: 1.5rem;
    margin-bottom: 20px;
    padding: 10px 0; }
  .about_size_sub_title {
    font-size: 1.5rem;
    margin-bottom: 20px;
    padding: 10px 0; }
  .about_size_notice {
    border-width: 5px;
    font-size: 1.5rem;
    padding: 10px 15px;
    margin-bottom: 20px; }
  .about_size .txt {
    font-size: 1.4rem;
    line-height: 2.0; }
  .about_size_block {
    margin-bottom: 40px; }
  .about_size_detail_item .name {
    font-size: 1.5rem;
    padding-bottom: 10px; }
  .about_size_detail_item .pic:after {
    left: auto;
    right: 10px; }
  .about_size_detail_item:nth-child(odd) .name {
    margin-right: 10px; }
  .about_size_detail_item:nth-child(even) .name {
    margin-left: 10px; }
  .about_size_detail_item:nth-child(even) .description {
    border-left: 0; }
  .about_size_detail .description dl {
    width: 100%;
    border-left: 0 !important; }
    .about_size_detail .description dl:nth-last-child(2) {
      border-bottom: 1px solid #cccccc; }
    .about_size_detail .description dl.pc {
      display: none; } }

/*# sourceMappingURL=map/size.css.map */
