@charset "utf-8";
/* ==========================================================================
	CONTENTS
========================================================================== */
.li-select {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -20px;
}
.li-select li {
  width: 23%;
  margin-right: 2.6%;
  margin-bottom: 20px;
}
.li-select li:nth-child(4n) {
  margin-right: 0;
}
.li-select li a {
  display: block;
  position: relative;
  border-radius: 10px;
  padding: 12px 0;
  color: #fff;
  font-size: 90%;
  font-weight: 700;
  text-align: center;
  background-color: var(--color01);
}
.li-select li a::after {
  display: inline-block;
  position: relative;
  color: var(--color03);
  font-family: 'Font Awesome 6 Free';
  content: "\f078";
  font-size: 80%;
  margin-left: 5px;
}
/*TABLE*/
.table-cmn01 th {
  text-align: center;
  background-color: #eee;
  border: solid 1px #ccc;
  padding: 15px;
}
.table-cmn01 td {
  border: solid 1px #ccc;
  padding: 15px;
}
.txt-name {
  font-family: var(--font01);
  font-size: 110%;
  font-weight: bold;
  text-align: right;
  line-height: 1.4;
}
.txt-name span {
  font-size: 90%;
  font-weight: normal;
  padding-top: 5px;
}
.li-case01, .li-case02, .li-case03 {
  display: flex;
  flex-wrap: wrap;
}
.li-case01 li {
  width: 120px;
  overflow: hidden;
  box-sizing: border-box;
  border-radius: 10px;
  text-align: center;
  background-color: var(--color02);
  padding: 20px 0;
  margin-right: 15px;
  margin-bottom: 15px;
}
.li-case02 li {
  width: 120px;
  overflow: hidden;
  box-sizing: border-box;
  border-radius: 10px;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  padding: 20px 0;
  margin-right: 15px;
  margin-bottom: 15px;
}
.li-case03 li {
  overflow: hidden;
  box-sizing: border-box;
  border-radius: 10px;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  padding: 20px;
  margin-right: 15px;
  margin-bottom: 15px;
}
.li-menu li {
  padding: 10px 0;
  border-bottom: 1px dotted #000;
}
.li-menu dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.li-menu dl dt, .li-menu dl dd {
  font-weight: bold;
}
.li-menu dl dd {
  color: #8f2e14;
  text-align: right;
}
/*ACCESS*/
.access {
  margin-bottom: 40px;
}
.access:last-child {
  margin-bottom: 0;
}
.access-tit {
  color: var(--color01);
  font-family: var(--font01);
  font-size: clamp(1.8rem, 2.375vw, 2rem);
  font-weight: 700;
  background-color: #eee;
  padding: 15px;
  margin-bottom: 20px;
}
.access-tit i {
  color: var(--color01);
  margin-right: 10px;
}
/*ATTEMPT*/
.maina-image {
  display: block;
  width: 400px;
  margin: 0 auto;
}
.addition .tit-cmn02 {
  font-size: 2rem;
}
.addition-table-tit {
  color: #fff;
  text-align: center;
  background-color: #0f89df;
  border: solid 1px #ccc;
  padding: 15px;
}
.addition-table-txt {
  border: solid 1px #ccc;
  text-align: center;
  padding: 15px;
}
.aso-img {
  width: 200px;
}
.aso-tit {
  text-align: left;
}
/* ==========================================================================
	PC 1025px -
========================================================================== */
@media screen and (min-width: 1025px) {}
@media screen and (max-width: 1200px) { /*1200以下*/
}
/* ==========================================================================
	TABLET - 1024px
========================================================================== */
@media screen and (max-width:1024px) {}
/* ==========================================================================
	SP - 640px
========================================================================== */
@media screen and (max-width: 640px) {
  .li-select {
    margin-bottom: -15px;
  }
  .li-select li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 15px;
  }
  .li-select li a {
    font-size: 80%;
  }
  .li-select li:nth-child(2n) {
    margin-right: 0;
  }
  .li-case01 li {
    width: 30%;
    margin-right: 3%;
    margin-bottom: 10px;
  }
  .li-case02 li {
    width: 30%;
    margin-right: 3%;
    margin-bottom: 10px;
  }
  .li-menu dl {
    display: block;
  }
  .li-menu dl dt, .li-menu dl dd {
    font-weight: bold;
  }
  .li-menu dl dd {
    color: #8f2e14;
    text-align: right;
  }
  /*ATTEMPT*/
  .maina-image {
    width: 85%;
  }
  .addition .tit-cmn02 {
    font-size: 1.8rem;
  }
  .addition-table {
    font-size: 85%;
    letter-spacing: 0;
  }
  .addition-table-tit {
    padding: 10px;
  }
  .addition-table-txt {
    padding: 10px;
  }
  .aso-img {
    margin: 0 auto 10px auto;
  }
  .aso-tit {
    text-align: center;
  }
}