@charset "utf-8";

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

/*TABLE*/
.table-cmn01 {
	border-top: solid 1px #ccc;
}
.table-cmn01 th {
	text-align: left;
	border-right: solid 2px var(--color02);
	border-bottom: solid 1px #ccc;
	padding: 20px 15px;
}
.table-cmn01 td {
	border-bottom: solid 1px #ccc;
	padding: 20px 15px 20px 2em;
}

/*FLOW*/
.layout-flow {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.layout-flow .box01 {
  width: 20%
}
.layout-flow .box02 {
  width: 75%
}
.arrow {
  position: relative;
  padding: 0 0 60px 0;
  margin-bottom: 60px;
}
.arrow::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border: 30px solid transparent;
  border-top: 30px solid var(--color02);
  transform: translate(-50%, 30px);
}

/*ACCESS*/

.li-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: -50px;
}
.li-gallery li {
  width: 31%;
  margin-bottom: 50px;
}
.li-gallery img {
  margin-bottom: 15px;
}
.li-gallery li strong {
  display: block;
  color: var(--color02);
  font-size: 120%;
  font-weight: bold;
  text-align: center;
  border-top: 1px solid var(--color02);
  border-bottom: 1px solid var(--color02);
  padding: 6px 0;
  margin-bottom: 10px;
}

.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-gallery {
  margin-bottom: -30px;
}
.li-gallery li {
  width: 48%;
  font-size: 100%;
  margin-bottom: 30px;
}
.li-gallery img {
  margin-bottom: 10px;
}

/*FLOW*/
.arrow {
  padding: 0 0 30px 0;
  margin-bottom: 30px;
}
.arrow::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border: 20px solid transparent;
  border-top: 20px solid var(--color02);
  transform: translate(-50%, 20px);
}
.layout-flow .box01 {
  width: 15%;
}
.layout-flow .box02 {
  width: 80%
}

/*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;
}

}
