@charset "UTF-8";


/* anchorMenu
-----------------------------------------------*/
@media screen and (max-width: 750px) {
  .anchorMenu ul {
    margin-left: 0;
  }
  .anchorMenu ul li {
    width: 50%;
    margin: 14px 0 0 0;
  }
}


/* section
-----------------------------------------------*/
section {
  margin: 54px 0 0;
  padding-bottom: 54px;
  border-bottom: 1px solid #E5E5E5;
}
section:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
section .ttlArea {
  margin-bottom: 12px;
}
section h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
}
#site h3 {
  margin-bottom: 36px;
}
section h4 {
  font-size: 14px;
  font-weight: 700;
}
section .box {
  margin-top: 30px;
  display: flex;
  width: 100%;
}
section .box:nth-of-type(n+3) {
  margin-top: 54px;
}
section .box .img {
  width: 260px;
}
section .box .img ul {
  margin: 0;
}
section .box .img li {
  padding: 0;
  border-top: none;
  margin-bottom: 20px;
}
section .box .img li:last-child {
  margin-bottom: 0;
}
section .box .txt {
  width: calc(100% - 260px);
  padding-left: 40px;
}
section .box .txt > p {
  margin-bottom: 36px;
}
section p {
  font-size: 14px;
  line-height: 1.8em;
}
section ul {
  margin: 36px 0 24px;
}
section ul li {
  padding: 16px 0;
  border-top: 1px solid #E5E5E5;
  font-size: 14px;
  line-height: 1.8em;
}
section ul li:last-child {
  border-bottom: 1px solid #E5E5E5;
}
section ul li p span {
  font-weight: 700;
}
section table tr {
  font-size: 14px;
  border-top: 1px solid #E5E5E5;
  vertical-align: top;
  line-height: 1.85em;
}
section table tr:last-child {
  border-bottom: 1px solid #E5E5E5;
}
section table tr th {
  width: 9.9%;
  padding: 16px 0;
  font-weight: 700;
  white-space: nowrap;
}
section table tr td {
  padding: 16px 0 16px 30px;
}
section .txt .btn {
  max-width: 343px;
  width: 100%;
  margin-top: 36px;
}
section .txt .btn a {
  background: #00AFDE;
  color: #fff;
  font-size: 13px;
  width: 100%;
  height: 48px;
  line-height: 48px;
  border-radius: 4px;
  display: block;
  text-align: center;
  position: relative;
}
section .txt .btn a::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 7px;
  height: 7px;
  box-sizing: border-box;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  margin-left: 6px;
  margin-bottom: 3px;
  transform: rotate(45deg);
}
section .txt .btn a:hover {
  opacity: .7;
}
section .col {
  background: #F8F8F8;
  padding: 24px;
}
section .col table tr {
  border-top: none;
  line-height: 1.5;
}
section .col table tr:last-child {
  border-bottom: none;
}
section .col table tr th,
section .col table tr td {
  padding: 0 0 16px;
  font-size: 12px;
}
section .col table tr td {
  padding-left: 20px;
}
section .col table tr:last-child th,
section .col table tr:last-child td {
  padding-bottom: 0;
}
@media screen and (max-width: 750px) {
  section {
    margin: 40px 0 0;
    padding-bottom: 0;
    border-bottom: none;
  }
  section::after {
    content: "";
    width: 760px;
    margin: 60px 0 0 -15px;
    height: 1px;
    background-color: #E5E5E5;
    display: block;
  }
  section:last-child::after {
    display: none;
  }
  section .ttlArea {
    margin-bottom: 20px;
  }
  section h3 {
    font-size: 16px;
  }
  #site h3 {
    margin-bottom: 0;
  }
  section h4 {
    font-size: 13px;
  }
  section p {
    font-size: 13px;
    line-height: 2em;
  }
  section .box {
    margin-top: 20px;
    display: block;
  }
  section .box:nth-of-type(n+3) {
    margin-top: 60px;
  }
  section .box .img {
    width: 100%;
  }
  section .box .img li {
    margin-bottom: 10px;
  }
  section .box .img img {
    width: 100%;
  }
  section .box .txt {
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }
  section .box .txt > p {
    margin-bottom: 0;
  }
  section ul {
    margin: 20px 0;
  }
  section ul li {
    padding: 20px 0;
    border-top: none;
    border-bottom: 1px solid #E5E5E5;
    font-size: 13px;
    line-height: 2em;
  }
  section ul li:first-child {
    padding-top: 0;
  }
  section table tr {
    border-top: none;
    border-bottom: 1px solid #E5E5E5;
  }
  section table tr th {
    font-size: 13px;
    line-height: 2em;
    padding: 20px 0;
    white-space: nowrap;
  }
  section table tr td {
    font-size: 13px;
    line-height: 2em;
    padding: 20px 0px 20px 30px;
  }
  section .txt .btn {
    margin: 20px auto 0;
  }
  section .col {
    padding: 15px;
  }
  section .col table tr {
    border: none;
  }
}


/* contents
-----------------------------------------------*/
#materials h4 {
  margin-bottom: 14px;
}
#materials .box .txt > p {
  margin-bottom: 36px;
}
#site .box :nth-child(3) {
  padding-top: 54px;
}
#site .box :nth-child(3) {
  padding-top: 24px;
}
#sale > p {
  margin-bottom: 16px;
}
#sale > a {
  font-size: 13px;
  font-weight: 700;
  color: #00AFDE;
}
#sale > a::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 7px;
  height: 7px;
  box-sizing: border-box;
  border-top: solid 1px #00AFDE;
  border-right: solid 1px #00AFDE;
  margin-left: 6px;
  margin-bottom: 3px;
  transform: rotate(45deg);
}
@media screen and (max-width: 750px) {
  #sale > a {
    font-size: 12px;
  }
  #sale .txt > p:nth-child(2) {
    margin-bottom: 20px;
  }
}