@charset "utf-8";

/* ==========================================================================
	CONTENTS
========================================================================== */
/*FAQ*/
.li-faq li {
  margin-bottom: 50px;
}
.li-faq li:last-child {
  margin-bottom: 0;
}
.li-faq li dt {
  position: relative;
  border-bottom: 1px solid #a1a1a1;
  margin-bottom: 15px;
  padding: 0 0 15px 50px;
  font-size: clamp(2rem, 2.875vw, 2.6rem);
  font-weight: bold;
}
.li-faq li dd {
  position: relative;
  margin-bottom: 15px;
  padding: 6px 0 15px 50px;
}
.li-faq li dt::before {
  content: "Q";
  font-size: 2rem;
  font-weight: bold;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--color01);
  color: #fff;
  width: 38px;
  height: 38px;
  left: 0;
  top: 0;
  border-radius: 50px;
}
.li-faq li dd::before {
  content: "A";
  font-size: 2rem;
  font-weight: bold;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--color03);
  color: #fff;
  width: 38px;
  height: 38px;
  left: 0;
  top: 0;
  border-radius: 50px;
}
.li-faq li a {
  text-decoration: underline;
  font-weight: 600;
}
/*TABLE*/
.table-cmn01 {
	border-top: solid 1px #999;
}
.table-cmn01 th {
    width: 25%;
	text-align: left;
	border-right: solid 2px var(--color03);
	border-bottom: solid 1px #999;
	padding: 20px 10px;
}
.table-cmn01 td {
	border-bottom: solid 1px #ccc;
	padding: 20px 15px 20px 2em;
}

.table-cmn02 {
	width: 100%;
}
.table-cmn02 th {
    width: 50%;
	font-weight: normal;
	text-align: left;
	border: solid 1px #999;
	padding: 20px 10px;
}
.table-cmn02 td {
	border: solid 1px #999;
	padding: 20px 10px;
}
.table-cmn02 td {
	text-align: center;
}
.table-cmn02 th span {
	font-size: 90%;
}
.table-cmn02 tr:first-child th,.table-cmn02 tr:first-child td {
    font-weight: bold;
    background-color: #ffedf2;
}

.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;
}

.li-need{
  display: flex;
  flex-wrap: wrap;
}
.li-need li{
  width: 30%;
  margin-right: 5%;
}
.li-need li:nth-child(3n){
  margin-right: 0;
}
.li-need li div{
  width: 50%;
  margin: 0 auto 15px auto;
}
.li-need li .tit{
  font-family: var(--font02);
  font-size: clamp(1.8rem, 2.375vw, 2rem);
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
.annotation{
color: var(--color02);
font-weight: 700;
text-indent: -1em;
margin-left: 1em;
}
#attempt p a{
text-decoration: underline;
}

.li-access li {
  position: relative;
  line-height: 1.6;
  border-bottom: 1px dotted #000;
  padding: 15px 0 15px 3em;
}
.li-access li i {
  position: absolute;
  width: 2em;
  text-align: center;
  color: var(--color03);
  font-size: 150%;
  left: 0;
  top: 15px;
}

.li-equipment{
  display: flex;
  flex-wrap: wrap;
}
.li-equipment li{
  width: 47.5%;
  margin-right: 5%;
  margin-bottom: 30px;
}
.li-equipment li:nth-child(2n){
  margin-right: 0;
}
.li-equipment li div{
  margin-bottom: 10px;
}
.li-equipment li h4{
  font-size: clamp(1.8rem, 2.875vw, 2.3rem);
  margin-bottom: 10px;
}

/* ==========================================================================
	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-need{
  display: block;
}
.li-need li{
  width: 100%;
  margin-right: 0;
}
.li-need li .txt{
  width: 80%;
  margin: 0 auto;
}

.table-cmn02 th {
	padding: 15px 6px;
}
.table-cmn02 td {
	padding: 15px 6px;
}

.li-equipment{
  display: block;
}
.li-equipment li{
  width: 100%;
  margin-right: 0;
  margin-bottom: 30px;
}


}

