/* ===================================================================
CSS information

 file name  : agreement.css
 author     : Ability Consultant
 style info : agreement
 =================================================================== */
.box_tabs, .tbl, .tbl2 {
  max-width: 1280px;
  margin: auto;
}
@media only screen and (max-width: 1280px) {
  .box_tabs, .tbl, .tbl2 {
    width: 95%;
  }
}
@media print {
  .box_tabs, .tbl, .tbl2 {
    width: 95%;
  }
}
.ie8 .box_tabs, .ie8 .tbl, .ie8 .tbl2 {
  width: 95%;
}

/* -----------------------------------------------------------
common
----------------------------------------------------------- */
.txt {
  line-height: 1.8;
}

.st_high {
  text-align: center;
  font-weight: normal;
}
.st_high span {
  display: block;
}
.st_high span.en {
  font-size: 358%;
  color: #48412d;
  font-family: "Oswald", sans-serif;
  color: #48412d;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .st_high span.en {
    font-size: 358%;
  }
}
@media only screen and (max-width: 767px) {
  .st_high span.en {
    font-size: 258%;
  }
}
.st_high span.en em {
  color: #e05f0a;
}
.st_high span.jp {
  font-size: 143%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .st_high span.jp {
    font-size: 143%;
  }
}
@media only screen and (max-width: 767px) {
  .st_high span.jp {
    font-size: 115%;
  }
}
.st_high .type {
  color: #e05f0a;
}

.st_mid {
  font-weight: normal;
  font-size: 122%;
  padding-top: 1.2em;
  position: relative;
  color: #333333;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .st_mid {
    font-size: 122%;
  }
}
@media only screen and (max-width: 767px) {
  .st_mid {
    font-size: 122%;
  }
}
.st_mid:after {
  content: "";
  width: 33px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 1px dotted #333333;
}

.con_tl .box_txt {
  margin: 70px auto 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_tl .box_txt {
    margin: 50px auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_tl .box_txt {
    margin: 30px auto 0;
  }
}
.con_tl .box_txt h2 {
  text-align: center;
  font-weight: normal;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_tl .box_txt h2 {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .con_tl .box_txt h2 {
    margin-bottom: 30px;
  }
}
.con_tl .box_txt h2 span {
  display: inline-block;
  line-height: 1.2;
}
.con_tl .box_txt h2 span.jp {
  color: #48412d;
  font-size: 286%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_tl .box_txt h2 span.jp {
    font-size: 215%;
  }
}
@media only screen and (max-width: 767px) {
  .con_tl .box_txt h2 span.jp {
    font-size: 186%;
  }
}

.con_title {
  margin-bottom: 0;
}
.con_title .bg {
  background: none;
  height: auto;
  width: 97.91667%;
  margin: 20px auto 0;
}
@media only screen and (max-width: 767px) {
  .con_title .bg {
    margin: 0.5em auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_title .bg {
    height: 10em;
  }
  .con_title .bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.box_tabs {
  margin: 70px auto 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_tabs {
    margin: 50px auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .box_tabs {
    margin: 30px auto 0;
  }
}
.box_tabs .tab {
  padding: 0 20px;
  overflow: hidden;
  position: relative;
  z-index: 11;
  top: 1px;
}
.box_tabs .tab:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #48412d;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .box_tabs .tab {
    padding: 0 3px;
  }
}
.box_tabs .tab li {
  float: left;
  width: 49.59677%;
  margin-right: 0.625%;
  text-align: center;
  cursor: pointer;
  border-collapse: collapse;
}
.box_tabs .tab li:last-child {
  margin-right: 0;
}
.box_tabs .tab li a {
  display: block;
  padding: 25px 0;
  color: #fff;
  background: #48412d;
  border: 1px solid #48412d;
  text-decoration: none;
  font-size: 100%;
  line-height: 1;
}
.box_tabs .tab li a.active_tab {
  color: #333333;
  background: #e9e0c8;
  cursor: default;
  border: 1px solid #333;
  border-bottom: 1px solid #e9e0c8;
  border-collapse: collapse;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_tabs .tab li a {
    padding: 15px 0;
  }
}
@media only screen and (max-width: 767px) {
  .box_tabs .tab li a {
    padding: 23px 0;
    font-size: 10px;
    height: 70px;
    line-height: 1.5;
  }
}
.box_tabs ul.tab_cs {
  position: relative;
  overflow: hidden;
}
.box_tabs ul.tab_cs .tab_c {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  visibility: hidden;
  padding: 45px 0 70px;
}
.box_tabs ul.tab_cs .tab_c.active_tab {
  visibility: visible;
  position: static;
}

.box_tabs {
  margin-bottom: 160px;
}
@media only screen and (max-width: 767px) {
  .box_tabs {
    margin-bottom: 4em;
  }
}
.box_tabs #tab .tab {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}
.box_tabs #tab .tab.active {
  opacity: 1;
  max-height: 100000px;
}
.box_tabs #tab1 .st_high {
  padding-left: 1em;
  text-indent: -1em;
  border-bottom: 1px solid #000;
  margin-top: 100px;
  margin-bottom: 40px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .box_tabs #tab1 .st_high {
    margin-top: 50px;
    margin-bottom: 30px;
  }
}
.box_tabs #tab1 .txt2 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.box_tabs #tab1 .txt2 p {
  padding-left: 2em;
  text-indent: -1.4em;
}
.box_tabs #tab1 .txt2 .txt3 {
  margin-left: 25px;
}
.box_tabs #tab1 .txt2 .txt4 {
  margin-left: 25px;
}
.box_tabs #tab1 ul li {
  padding-left: 1em;
  text-indent: 2em;
}
.box_tabs #tab1 ul li span {
  padding-left: 3em;
  text-indent: 2em;
}
.box_tabs #tab1 .cap p {
  margin-left: 0px;
  margin-top: 100px;
}
@media only screen and (max-width: 767px) {
  .box_tabs #tab1 .cap p {
    margin-top: 50px;
  }
}
.box_tabs #tab2 .st_high {
  padding-left: 1em;
  text-indent: -1em;
  border-bottom: 1px solid #000;
  margin-top: 100px;
  margin-bottom: 40px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .box_tabs #tab2 .st_high {
    margin-top: 50px;
    margin-bottom: 30px;
  }
}
.box_tabs #tab2 .txt2 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.box_tabs #tab2 .txt2 p {
  padding-left: 2em;
  text-indent: -1.4em;
}
.box_tabs #tab2 .txt2 .txt3 {
  margin-left: 25px;
}
.box_tabs #tab2 .txt2 .txt4 {
  margin-left: 25px;
}
.box_tabs #tab2 ul li {
  padding-left: 1em;
  text-indent: 2em;
}
.box_tabs #tab2 ul li span {
  padding-left: 3em;
  text-indent: 2em;
}
.box_tabs #tab2 .cap p {
  margin-left: 0px;
  margin-top: 100px;
}
@media only screen and (max-width: 767px) {
  .box_tabs #tab2 .cap p {
    margin-top: 50px;
  }
}

.tbl {
  margin-bottom: 1rem;
}
@media only screen and (max-width: 767px) {
  .tbl {
    overflow: auto;
  }
}
@media only screen and (max-width: 767px) {
  .tbl table {
    min-width: 160vw !important;
  }
}
.tbl table, .tbl td, .tbl th {
  border: 1px solid #595959;
  border-collapse: collapse;
}
.tbl td, .tbl th {
  padding: 1rem 2rem;
  text-align: center;
  height: 25px;
}
.tbl td {
  width: 30%;
}
.tbl th {
  background: #48412d;
  color: #fff;
}
.tbl .w40 {
  width: 40%;
}

.tbl2 {
  margin-bottom: 1rem;
}
@media only screen and (max-width: 767px) {
  .tbl2 {
    overflow: auto;
  }
}
@media only screen and (max-width: 767px) {
  .tbl2 table {
    min-width: 200vw !important;
  }
}
.tbl2 table, .tbl2 td, .tbl2 th {
  border: 1px solid #595959;
  border-collapse: collapse;
}
.tbl2 td, .tbl2 th {
  padding: 3px;
  text-align: center;
  padding: 1rem 2rem;
}
.tbl2 th {
  background: #48412d;
  color: #fff;
}

.txt_date {
  text-align: center;
  margin: 120px 0 0;
  line-height: 3;
}
