﻿@charset "UTF-8";

/********************************************************/
/*                       shimin.css                     */
/********************************************************/
/* ▼▼▼ レイアウトの設定_globalnavi ▼▼▼
--------------------------------------------------------*/
.globalnavi_list:nth-child(3) {
  background-color: #AFC5E6;
  border-radius: 0 0 10px 10px;
}
.globalnavi_list:nth-child(3):hover {
  background-color: #D8E4F5;
  transition: all 0.3s ease;
}
/* ▲▲▲ レイアウトの設定_globalnavi ▲▲▲
--------------------------------------------------------*/
/* ▼▼▼ レイアウトの設定_content ▼▼▼
--------------------------------------------------------*/

.side-now {
  background-color: background: #f5d8d8;
}


.hukuro{
  width: 200px;     
}

/* ▲▲▲ レイアウトの設定_content ▲▲▲
--------------------------------------------------------*/
/********************************************************/
/*                 画面幅が820px以下の場合                 */
/********************************************************/

@media screen and (max-width:820px) {
  /*この間に設定を記入*/
  .shitei-bukuro_ul {
    width: 80%;
  }
  .clean-plant_hannyuu {
    width: 60%;
  }
}
/********************************************************/
/*                 画面幅が767px以下の場合                 */
/********************************************************/

@media screen and (max-width:767px) {
  /*この間に設定を記入*/
  .ryoukinhyou-table {
    display: none;
  }
  .ryoukinhyou-pdf {
    display: block;
  }

  .kengaku_table_img {
    display: none;
  }
  .kengaku {
    display: block !important;
    width: 300px;
    margin: auto;
    margin-top: 15px;
  }
}
/********************************************************/
/*                 画面幅が550px以下の場合                 */
/********************************************************/

@media screen and (max-width:550px) {
  /*この間に設定を記入*/
  .line1 , .line2 , .line3 {
    width: 100%;
    min-width: 300px;
  }
  .sodai_table , .sodai_table th , .sodai_table td {
    display: block;
  }
  .mochikomi-uketsuke_table{
    display: none;
  }
  .mochikomi-uketsuke_table2 {
    display: flex;
    justify-content: center;
  }
  .bunbetsujiten {
    width: 100%;
  }
}

/* * * * * * * * * * * * 一番下 * * * * * * * * * * * * */
