@charset "utf-8";

/*
  File Name   : cycle-oasis-detail.css
  Description : サイクルオアシス詳細ページのスタイル
*/

.section__01 {
  padding-bottom: 70px;
}
.section__01 h1 {
  margin: 40px 0;
    font-size: 26px;
  font-size: 2.6rem;
}
.section__02 .wrap {
  margin-bottom: 30px;
}
.section__02 h2 {
  border-bottom: 3px solid #8cc600;
  font-size: 22px;
  font-size: 2.2rem;
  margin-bottom: 20px;
}
.section__02 ul {
  display: flex;
  justify-content: space-between;
}
.section__02 li {
  font-size: 16px;
  font-size: 1.6rem;
}
.section__02 .wrap>ul>li:nth-of-type(2) {
  width: 660px;
}

.section__02 li p,
.section__02 li ul {
  margin-bottom: 30px;
}
.section__02 li ul {
  display: block;
}
.section__02 li li {
  font-size: 15px;
  font-size: 1.5rem;
}
.section__02 li:first-child {
  margin-right: 20px;
}
.section__02 li:first-child p {
  margin-bottom: 20px;
}
.section__02 .fa-circle {
  color: #8cc600;
  margin-right: 5px;
}
.section__02 table {
  margin-bottom: 20px;
  text-align: center;
  width: 100%;
}
.section__02 th, .section__02 td {
  border: 1px solid #ccc;
  border-collapse: collapse;
}
.section__02 th {
  background: #8cc600;
  border-bottom: none;
  width: 20%;
}

@media screen and (max-width: 768px) {
  .section__02 .wrap {
    margin-bottom: 60px;
  }
  .section__02 ul{
    display: block;
  }
  .section__02 ul>li:first-child{
    display: block;
	overflow: hidden;
	margin-right: 0;
  }
  .section__02 ul>li:first-child p {
    width: 48%;
	margin-right: 4%;
	float: left;
  }
  .section__02 ul>li:first-child p:last-child {
	margin-right: 0;
  }
}