@charset "utf-8";

/* ==========================================================================
	CONTENTS
========================================================================== */

/*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{
display: block;
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;
}
/* ==========================================================================
	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-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;
}

}
