@charset "UTF-8";

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

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

.img {
  margin: 10px auto;
  width: 95%;
}
.chuhi {
  float: left;
  margin: 10px 15px;
}
.story {
  width: 90%;
  margin: 10px auto;
}
.stepys_logo {
  margin: 15px auto;
}


.lightbox-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.lightbox-wrapper li {
  margin-top: 15px;
  width: 50%;
}
.lightbox-wrapper img {
  margin: auto;
  width: calc(100% - 10px);
}
.lightbox-wrapper p {
  margin-top: 5px;
  text-align: center;
}

.schedule {
  margin: 15px auto;
}
.schedule th , .schedule tr , .schedule td {
  vertical-align: middle;
}
.schedule tr>*:first-child {
  width: 15px;
}
.schedule td:not(:nth-child(2)) , .schedule th {
  text-align: center;
}


.main h6 {
  margin-top: 5px;
  margin-bottom: -10px;
}
.box_blue {
  border: 3px solid #1E2380;
  padding: 15px;
}

.concept {
  align-items: center;
  background-color: #D8E4F5;
  border-radius: 10px;
  display: flex;
  padding: 10px;
}
.concept img {
  height: 85px;
  margin-right: 15px;
  vertical-align: middle;
  width: 106px;
}
.cross {
  color: #ffcf00;
  font-size: 40px;
  font-weight: bold;
  height: 10px;
  line-height: 0.7;
  margin-left: 50px;
}
.schedule {
  margin: 20px auto;
  width: 90%;
}
.hyoushoushiki1 {
  margin: 20px auto;
  text-align: center;
  width: 70%;
}
.hyoushoushiki1 img {
  width: 100%;
}
.hyoushoushiki2 {
  display: flex;
  flex-wrap: wrap;
  margin: 20px auto;
  width: 90%;
}
.hyoushoushiki2 li {
  box-sizing: border-box;
  padding: 0 5px;
  text-align: center;
  width: 50%;
}
.hyoushoushiki2 img {
  width: 100%;
}
.meishouboshuu {
  margin: 15px auto;
  width: 50%;
}

.rinen {
  display: flex;
  flex-wrap: wrap;
}
.rinen dt {
  font-weight: normal;
  width: 90px;
}
.rinen dd {
  margin-left: 0;
  width: 85%;
}
.meishou-kekka {
  display: flex;
}
.meishou-kekka dd {
  margin-left: 30px;
}


.stepys-list{
  display: flex;
  margin: 20px auto;
  width: 95%;
}
.stepys-list li {
  text-align: center;
  margin-bottom: 15px;
}
.stepys-list li:not(:first-child) {
  margin-left: 10px;
}
.stepys-list img {
  width: 100%;
}

.stepys-table {
  margin: 15px auto;
}
.stepys-table th {
  font-weight: normal;
  text-align: center;
}

.kinou_table {
  margin: 15px auto;
}
.kinou_table th {
  background-color: #1E2380;
  color: #fff;
  text-align: center;
}
.kinou_table th:nth-child(even) {
  border-left: 15px solid #F5FAFF;
}
.kinou_table td:nth-child(3) {
  border-left: 15px solid #F5FAFF;
}
.kinou_table td:nth-child(odd) {
  background-color: #AFC5E6;
  font-weight: bold;
  width: 80px;
}
.kinou_table td:nth-child(even) {
  width: 150px;
}
.kinou_table th , .kinou_table tr , .kinou_table td {
  vertical-align: middle;
}

.kouhochi_table th {
  background-color: #1E2380;
  color: #fff;
  text-align: center;
}
.kouhochi_table tr:nth-child(2) td {
  background-color: #AFC5E6;
  font-weight: bold;
  text-align: center;
}
.kouhochi_table td {
  vertical-align: middle;
}
.kouhochi_table td:not(:first-child) {
  text-align: center;
}
.kouhochi_table td:first-child {
  width: 20%;
}
.kouhochi_table td:last-child {
  font-weight: bold;
  width: 20%;
}

.question::before {
  content: "Q";
  color: #e96900;
  font-size: 1.25rem;   /* 20px */
  margin-right: 10px;
}
.question {
  border-bottom: 2px dotted #AFC5E6;
}
.answer::before {
  content: "A";
  color: green;
  font-size: 1.25rem;   /* 20px */
  margin: 0 10px 0 -12px;
}
.answer:not(:last-child) {
  margin-bottom: 20px;
}


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

@media screen and (max-width:820px) {
  /*この間に設定を記入*/

  .hyoushoushiki2 {
    width: 100%;
  }

  .chuhi {
    float: none;
    margin: 15px auto;
  }
  .stepys_logo {
    width: 80%;
  }
  .stepys-list{
    flex-wrap: wrap;
    width: 100%;
  }
  .stepys-list li:first-child {
    margin-left: 10px;
  }
  .stepys-list li {
    width: 48%;
  }

  .stepys-list img {
    float: left;
    margin-right: 10px;
    width: 50%;
  }
  .stepys-list p {
    padding-top: 5px;
  }

  .rinen dd {
    width: 100%;
  }
}

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

@media screen and (max-width:555px) {
  /*この間に設定を記入*/

  .hyoushoushiki1 {
    width: 90%;
  }
  .hyoushoushiki2 li {
    margin: auto;
    width: 90%;
  }
  .hyoushoushiki2 li:first-child {
    margin-bottom: 20px;
  }
  .meishouboshuu {
    width: 90%;
  }

  .stepys-list {
    margin: auto;
    width: 90%;
  }
  .stepys-list li {
    margin: 15px auto;
    width: 100%;
  }
  .stepys-list img {
    width: 30%;
  }
  .stepys-list p {
    padding-top: 10px;
  }

}

/********************************************************/
/*                         メモ                         */
/********************************************************/

/* フォントサイズ一覧 */
/* 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 */
}


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

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

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