@charset "UTF-8";
@font-face {
  font-family: 'GENJ';
  font-style: normal;
  font-weight: normal;
  src: url("../assets/font/GenJyuuGothic-Regular.eot");
  src: url("../assets/font/GenJyuuGothic-Regular.eot?#iefix") format("embedded-opentype"), url("../assets/font/GenJyuuGothic-Regular.ttf") format("truetype"), url("../assets/font/GenJyuuGothic-Regular.woff") format("woff");
}
@font-face {
  font-family: 'GENJ';
  font-style: normal;
  font-weight: bold;
  src: url("../assets/font/GenJyuuGothic-Bold.eot");
  src: url("../assets/font/GenJyuuGothic-Bold.eot?#iefix") format("embedded-opentype"), url("../assets/font/GenJyuuGothic-Bold.ttf") format("truetype"), url("../assets/font/GenJyuuGothic-Bold.woff") format("woff");
}
section {
  box-sizing: border-box;
  padding: 40px 0;
}
section .title {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  section .title {
    margin-top: auto;
  }
  section .title .en span {
    display: block;
  }
}
section .subtitle {
  color: #b6006e;
  font-family: "GENJ", sans-serif;
  font-size: 24px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 767px) {
  section .subtitle {
    font-size: 18px;
  }
}
section .subtitle > span {
  border-left: 1px solid #b6006e;
  border-right: 1px solid #b6006e;
  box-sizing: border-box;
  display: inline-block;
  line-height: 1;
  padding: 0 15px;
}
section .blocktitle {
  box-sizing: border-box;
  font-family: "GENJ", sans-serif;
  font-size: 22px;
  margin: 0 auto 15px;
}
@media screen and (max-width: 767px) {
  section .blocktitle {
    font-size: 17px;
  }
}
section .title_lead {
  color: #626262;
  font-size: 15px;
  line-height: 1.6;
}

.sec2 .blocktitle {
  color: #b6006e;
  font-size: 26px;
  text-align: center;
}

.law table {
  border-collapse: collapse;
  margin: 0 auto 15px;
  overflow-x: auto;
  width: 100%;
}
.law table tr:first-child th {
  border-top: 1px solid #b9b9b9;
}
.law table td, .law table th {
  border: 1px solid #b9b9b9;
  box-sizing: border-box;
  font-size: 15px;
  padding: 15px 10px;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .law table td, .law table th {
    display: block;
    border-top: none;
    white-space: normal;
  }
}
.law table th {
  background-color: #3db99d;
  color: #fff;
  font-weight: normal;
}
.law table td {
  background-color: #fff;
  text-align: left;
  padding-left: 1em;
}
.law table td span {
  color: #b6006e;
  font-size: 17px;
  font-weight: bold;
}

.btns {
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin: 50px auto 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .btns {
    display: block;
    margin: 30px auto 0;
  }
}
.btns li {
  border: 2px solid #3db99d;
  border-radius: 5px;
  box-sizing: border-box;
  font-family: "GENJ", sans-serif;
  position: relative;
  text-align: center;
  width: 49%;
}
@media screen and (max-width: 767px) {
  .btns li {
    margin: 10px auto;
    width: 100%;
  }
}
.btns li.tenpo a::before {
  font-family: FontAwesome;
  content: "";
  padding-left: 0;
  padding-right: 10px;
}
.btns li.agreement a::before {
  font-family: FontAwesome;
  content: "";
  padding-left: 0;
  padding-right: 10px;
}
.btns li.registration a::before {
  font-family: FontAwesome;
  content: "";
  padding-left: 0;
  padding-right: 10px;
}
.btns a {
  box-sizing: border-box;
  color: #3db99d;
  display: block;
  font-size: 22px;
  padding: 30px 10px;
  text-align: center;
  text-decoration: none;
}
@media screen and (max-width: 979px) {
  .btns a {
    font-size: 20px;
    padding: 20px 10px;
  }
}
.btns a::after {
  font-family: FontAwesome;
  content: "";
  padding-left: 0;
  padding-right: 0;
  background-color: #fff;
  border: 1px solid #3db99d;
  border-radius: 50%;
  box-sizing: border-box;
  display: inline-block;
  height: 38px;
  line-height: 38px;
  margin: -3px auto 0;
  position: absolute;
  right: 20px;
  text-align: center;
  width: 38px;
}
@media screen and (max-width: 979px) {
  .btns a::after {
    height: 30px;
    line-height: 30px;
    margin: auto;
    width: 30px;
  }
}
.btns a:hover {
  background-color: #3db99d;
  color: #fff;
}
.btns a:hover::after {
  color: #3db99d;
}

.inquiryList {
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin: 45px auto 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .inquiryList {
    display: block;
  }
}
.inquiryList > li {
  border-right: 1px dotted #b6006e;
  box-sizing: border-box;
  text-align: center;
  width: 50%;
}
.inquiryList > li:first-child {
  border-left: 1px dotted #b6006e;
}
@media screen and (max-width: 767px) {
  .inquiryList > li {
    border-left: 1px dotted #b6006e;
    margin: 20px auto;
    width: 100%;
  }
}

.iconwrap {
  display: inline-block;
}
.iconwrap a {
  display: block;
}
.iconwrap a:hover .iconwrap_text {
  text-decoration: underline;
}
.iconwrap_icon {
  background-color: #b6006e;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 26px;
  height: 65px;
  line-height: 65px;
  margin-right: 10px;
  text-align: center;
  vertical-align: middle;
  width: 65px;
}
@media screen and (max-width: 979px) {
  .iconwrap_icon {
    height: 55px;
    font-size: 24px;
    line-height: 55px;
    width: 55px;
  }
}
@media screen and (max-width: 767px) {
  .iconwrap_icon {
    height: 35px;
    font-size: 18px;
    line-height: 35px;
    width: 35px;
  }
}
.iconwrap_text {
  color: #626262;
  display: inline-block;
  font-size: 22px;
  margin: auto;
  vertical-align: middle;
}
@media screen and (max-width: 979px) {
  .iconwrap_text {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .iconwrap_text {
    font-size: 18px;
  }
}
.iconwrap_text.phone {
  font-size: 33px;
}
@media screen and (max-width: 979px) {
  .iconwrap_text.phone {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .iconwrap_text.phone {
    font-size: 25px;
  }
}
.iconwrap_text.phone span.detail {
  display: block;
  font-size: 15px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .iconwrap_text.phone span.detail {
    font-size: 12px;
  }
}
.iconwrap_text.phone span.time {
  border-right: 1px solid #626262;
  border-left: 1px solid #626262;
  display: inline-block;
  line-height: 1;
  margin-right: 7px;
  padding: 0 7px;
}

/*# sourceMappingURL=law.css.map */
