@charset "UTF-8";
/* ===================================================================
CSS information

file name  : agreement.css
author     : Abilive
style info : 宿泊約款
=================================================================== */
/* ===================================================================
CSS information

file name  : _settings.scss
author     : Abilive
style info : 汎用設定
=================================================================== */
.con_agree {
  max-width: 1400px;
  margin: auto;
}
@media only screen and (min-width: 768px) {
  .con_agree {
    width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .con_agree {
    width: 84.1121495327%;
  }
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?ni0d0i");
  src: url("../fonts/icomoon.eot?ni0d0i#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?ni0d0i") format("truetype"), url("../fonts/icomoon.woff?ni0d0i") format("woff"), url("../fonts/icomoon.svg?ni0d0i#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.con_agree {
  max-width: 1200px;
  margin-bottom: 9.3333333333rem;
}
@media only screen and (min-width: 768px) {
  .con_agree {
    margin-top: 5.3333333333rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_agree {
    margin-top: 4rem;
  }
}
.con_agree .txt_lead {
  text-align: right;
  font-size: 1rem;
  line-height: 1.8666666667;
  letter-spacing: 0.02rem;
}
.con_agree .box_txt {
  margin-top: 4rem;
}
.con_agree .box_txt h2 {
  position: relative;
}
.con_agree .box_txt h2:before {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #11818D;
  z-index: 1;
}
.con_agree .box_txt h2 span {
  position: relative;
  color: #11818D;
  background: #fff;
  padding-right: 0.5333333333rem;
  z-index: 2;
  line-height: 1;
}
.con_agree .box_txt > div {
  margin-top: 2rem;
  font-size: 1rem;
  line-height: 1.8666666667;
  letter-spacing: 0.02rem;
}
.con_agree .box_txt > div p {
  margin-bottom: 1rem;
}
.con_agree .box_txt > div ul {
  display: block;
  counter-reset: item;
  list-style-type: none;
}
.con_agree .box_txt > div ul li {
  position: relative;
  padding-left: 1.5em;
}
.con_agree .box_txt > div ul li:before {
  counter-increment: item;
  content: counter(item) ".";
  padding-right: 0.5em;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
.con_agree .box_txt > div ol {
  display: block;
  counter-reset: item;
  list-style-type: none;
}
.con_agree .box_txt > div ol li {
  position: relative;
  padding-left: 3em;
}
.con_agree .box_txt > div ol li:before {
  counter-increment: item;
  content: "（" counter(item) "）";
  padding-right: 0.5em;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
.con_agree .box_txt > div table {
  width: 100%;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .con_agree .box_txt > div table {
    border-top: 1px solid #CACACA;
    border-left: 1px solid #CACACA;
  }
}
.con_agree .box_txt > div table tr th, .con_agree .box_txt > div table tr td {
  padding: 1em;
  border-bottom: 1px solid #CACACA;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.con_agree .box_txt > div table tr th.top, .con_agree .box_txt > div table tr td.top {
  text-align: center;
}
.con_agree .box_txt > div table tr th.bg, .con_agree .box_txt > div table tr td.bg {
  background: #F7F7F7;
}
.con_agree .box_txt > div table tr th {
  width: 25%;
  font-weight: normal;
  background: none;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .con_agree .box_txt > div table tr th {
    border-right: 1px solid #CACACA;
    border-left: 1px solid #CACACA;
  }
}
.con_agree .box_txt > div table tr td {
  padding-right: 1em;
  vertical-align: top;
}
@media only screen and (max-width: 767px) {
  .con_agree .box_txt > div table tr td {
    vertical-align: middle;
    border-right: 1px solid #CACACA;
  }
}