@charset "utf-8";
/* group
--------------------------------------------------------------------*/
/* grid */
.g-grid {
  display: grid;
  gap: 20px 20px;
}
.g-grid--2up {
  grid-template-columns: repeat(2, 1fr);
}

.g-grid__item .c-txt{
    font-size: 13px!important;
    margin-top: 10px!important;
}

#stage .tx-center {
  text-align: center !important;
}
#maincts .ctsblk .cts03 .imgblk p.imgw.img_border img {
  /*border: solid #5b5ab5;*/
  padding: 5px;
  margin-bottom: 10px;
  border-width: 1px;
}
#maincts .ctsblk .list_indent1 .imgw {
  margin-top: 15px;
}
/* list */
.c-deflist {
  border-bottom: 1px solid #dcdcdc;
}
.c-deflist__body {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  border-top: 1px solid #dcdcdc;
}
.c-deflist__term {
  flex: 0 0 15%;
  padding: 25px 20px 20px !important;
  font-size: 1.8rem;
  background-color: #f5f5f5;
  
  font-weight: 700;
  text-align: center;
}
.c-deflist__detail {
  flex: 1 1 auto;
  padding: 25px 25px 20px 30px !important;
  line-height: 2;
}
.c-text_ttl {
  color: #0039a6;
  font-weight: 700;
  margin-bottom: 20px !important;
}
.c-text {
  margin-left: 10px!important;    
  font-size: 1.6rem;
  line-height: 2;
}
/* margin */
.u-mb-10 {
  margin-bottom: 10px !important;
}
.u-mb-20 {
  margin-bottom: 20px !important;
}