@charset "UTF-8";

/********************************************************/
/*                       about.css                      */
/********************************************************/

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

/* ▼▼▼ レイアウトの設定_content ▼▼▼
--------------------------------------------------------*/

.LINE {
  float: left;
  margin: 15px 0 0px 20px;
  width: 100px; 
  height: auto;
}
.app {
  display: block; 
  max-width: 100%;    
  height: auto;       
  margin: 10px;
}
.symbol {
  float: left;
  margin: 15px 40px 50px 0;
}
#section3 {
  clear: both;
}
.gmap iframe {
  height: 390px;
  margin: 10px 0;
  width: 100%;
}
#section3 dl {
  display: flex;
  flex-wrap: wrap;
}
#section3 dt {
  color: #1E2380;
  width: 30%;
}
#section3 dd {
  width: 60%;
}

#section4 table {
  margin: 15px auto;
}
#section4 th {
  background-color: #1E2380;
  color: #fff;
  text-align: center;
}
#section4 caption {
  text-align: left;
}
#section4 th:nth-child(even) {
  border-left: 15px solid #F5FAFF;
}
#section4 td:nth-child(3) {
  border-left: 15px solid #F5FAFF;
}
#section4 td:nth-child(odd) {
  background-color: #AFC5E6;
  font-weight: bold;
  width: 80px;
}
#section4 tr:nth-child(odd) {
  background-color: #AFC5E6;
  font-weight: bold;
}
#section4 td:nth-child(even) {
  width: 250px;
}
#section4 th , #section4 tr , #section4 td {
  vertical-align: middle;
}
h4 {
    margin-bottom: 1em;
}
ul {
    margin-bottom: 1.5em;
}
.pdf-list {
  display: flex;          /* 横並びにする */
  flex-wrap: wrap;        /* 幅を超えたら折り返す */
  gap: 15px;              /* アイテム間の間隔 */
  padding: 0;
  list-style: none;       /* デフォルトのリストマーカーを消す */
}
/* ▲▲▲ レイアウトの設定_content ▲▲▲
--------------------------------------------------------*/

/********************************************************/
/*                 画面幅が820px以下の場合              */
/********************************************************/

@media screen and (max-width:820px) {
  /*この間に設定を記入*/
.map {
  float: none;
  margin: 20px auto;
  width: 50%;
  }
.symbol {
  float: none;
  margin: 20px auto;
}
.sohiki {
  width: 100%;
}
.main p {
  clear: both;
}
#section3 dl {
  display: block;
}
#section3 dt,#section3 dd {
  width: 100%;
}
}

/********************************************************/
/*                 画面幅が520px以下の場合              */
/********************************************************/

@media screen and (max-width:520px) {
  /*この間に設定を記入*/
  .gmap iframe {
    height: 250px;
  }
}
/********************************************************/
/*                         メモ                         */
/********************************************************/

/* フォントサイズ一覧 */
/* 1px=0.0625rem */
.fontsize-dummy {
  font-size: .75rem;    /* 12px */
  font-size: .8125rem;  /* 13px */
  font-size: .875rem;   /* 14px */
  font-size: .9375rem;  /* 15px */
  font-size: 1rem;      /* 16px */
  font-size: 1.125rem;  /* 18px */
  font-size: 1.25rem;   /* 20px */
  font-size: 1.375rem;  /* 22px */
  font-size: 1.75rem;   /* 28px */
}


/* ▼▼▼ コピペ用 ▼▼▼
--------------------------------------------------------*/

/* ▲▲▲ コピペ用 ▲▲▲
--------------------------------------------------------*/

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