@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.page_head:after {
  background: url("../../img/gaisou/mainimg.jpg") no-repeat center/cover;
}

@media print, screen and (min-width: 768px) {
  .tosou_area .catch_area > div {
    margin-left: 0;
    padding-right: 0;
  }
}
.rekka_area .catch_area:after {
  background: url("../../img/gaisou/gaisou_img1.jpg") no-repeat center/cover;
}
.sitaji_area .catch_area:after {
  background: url("../../img/gaisou/sitaji_img1.jpg") no-repeat center/cover;
}
.tosou_area .catch_area:after {
  background: url("../../img/gaisou/tosou_img1.png") no-repeat center/contain;
  height: 247px;
  width: 401px;
  position: static;
}
@media print, screen and (min-width: 768px) {
  .tosou_area .catch_area:after {
    margin-right: 40px;
    margin-left: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .tosou_area .catch_area:after {
    width: 100%;
    height: 50vw;
  }
}

.sign_area {
  background: #f6f4ec;
}
.sign_area .step_list + .step_list {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .sign_area .step_list + .step_list {
    margin-top: 4rem;
  }
}
.sign_area .step_box {
  background: #fff;
  border-bottom: 7px solid #ff8400;
  position: relative;
  margin-bottom: 30px;
}
.sign_area .step_box:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #ff8400;
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  margin: auto;
}
.sign_area .step_box h4 {
  background: #58bc1e;
  color: #fff;
  display: inline-block;
  font-weight: normal;
  margin: 1.5em 0;
  padding: 0.5em 3em;
}
@media screen and (max-width: 767px) {
  .sign_area .step_box h4 {
    margin-bottom: 2em;
  }
}
.sign_area .step_box ul {
  margin: 0 3rem 2rem;
}
@media print, screen and (min-width: 768px) {
  .sign_area .step_box ul {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .sign_area .step_box ul {
    margin: 0 1em 2em;
  }
}
.sign_area .step_box ul li {
  margin-bottom: 1.5em;
}
@media print, screen and (min-width: 768px) {
  .sign_area .step_box ul li {
    width: 48%;
    margin-right: 4%;
  }
  .sign_area .step_box ul li:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .sign_area .step_box ul li {
    margin-bottom: 2em;
  }
}
.sign_area .step_box ul li h5 {
  color: #58bc1e;
  font-size: 2rem;
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .sign_area .step_box ul li h5 {
    font-size: 1.65rem;
  }
}
.sign_area .step_box ul li h5:before {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background: url("../img/ico_check1.png") no-repeat center/contain;
  position: absolute;
  top: 0.3em;
  left: 0;
}
@media print, screen and (min-width: 768px) {
  .sign_area .step_box ul li > div {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media print, screen and (min-width: 768px) {
  .sign_area .step_box ul li > div figure {
    width: 200px;
    margin-right: 1em;
  }
}
@media screen and (max-width: 767px) {
  .sign_area .step_box ul li > div figure {
    margin-bottom: 1em;
  }
}
.sign_area .step_box ul li > div figure img {
  width: 100%;
  height: auto;
}
@media print, screen and (min-width: 768px) {
  .sign_area .step_box ul li > div p {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
.sign_area .answer {
  width: 574px;
  background: #ff8400;
  color: #fff;
  margin: 0 auto;
  text-align: center;
  padding: 0.5em 0;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .sign_area .answer {
    font-size: 1.65rem;
  }
}
@media screen and (max-width: 767px) {
  .sign_area .answer {
    width: 100%;
    padding-left: 0.2em;
    padding-right: 0.2em;
    letter-spacing: 0;
  }
}

.rekka_text1 {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .rekka_text1 {
    font-size: 1.6rem;
  }
}

@media print, screen and (min-width: 768px) {
  .sitaji_area {
    margin-top: 12rem;
  }
}

@media print, screen and (min-width: 768px) {
  .sitaji_cont {
    margin-top: 4rem;
    position: relative;
    z-index: 1;
  }
}

.sitaji_inner {
  background: #f6f4ec;
  padding: 4rem;
}
@media screen and (max-width: 767px) {
  .sitaji_inner {
    padding: 2rem;
    margin-top: 4rem;
  }
}
.sitaji_inner section {
  background: #fff;
}
@media print, screen and (min-width: 768px) {
  .sitaji_inner section {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .sitaji_inner section {
    padding-bottom: 1em;
  }
}
.sitaji_inner section + section {
  margin-top: 2rem;
}
@media print, screen and (min-width: 768px) {
  .sitaji_inner section figure {
    width: 250px;
  }
}
@media screen and (max-width: 767px) {
  .sitaji_inner section figure {
    margin-bottom: 1em;
  }
}
.sitaji_inner section figure img {
  width: 100%;
  height: auto;
}
@media print, screen and (min-width: 768px) {
  .sitaji_inner section > div {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
.sitaji_inner section > div h4 {
  font-size: 2rem;
  margin-bottom: 1em;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .sitaji_inner section > div h4 {
    font-size: 1.65rem;
  }
}
@media screen and (max-width: 767px) {
  .sitaji_inner section > div h4 {
    font-weight: bold;
  }
}

@media print, screen and (min-width: 768px) {
  .tosou_table {
    table-layout: fixed;
    width: 100%;
  }
}
.tosou_table th,
.tosou_table td {
  border: 1px solid #333;
  padding: 1em 0.5em;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .tosou_table th,
.tosou_table td {
    padding: 0.5em;
  }
}
@media screen and (max-width: 767px) {
  .tosou_table th > div {
    width: 6em;
  }
}
.tosou_table td {
  letter-spacing: 0;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .tosou_table td {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .tosou_table td > div {
    width: 13em;
  }
}
.tosou_table thead th {
  color: #fff;
  font-weight: bold;
}
.tosou_table thead th:nth-child(1) {
  color: #333;
  text-align: center;
  font-weight: normal;
}
@media print, screen and (min-width: 768px) {
  .tosou_table thead th:nth-child(1) {
    width: 9em;
  }
}
.tosou_table thead th:nth-child(2) {
  background: #ffba00;
}
.tosou_table thead th:nth-child(3) {
  background: #ff9000;
}
.tosou_table thead th:nth-child(4) {
  background: #ff6c00;
}
.tosou_table thead th:nth-child(5) {
  background: #ff6c00;
}
.tosou_table thead th:nth-child(6) {
  background: #ff3c00;
}
.tosou_table tbody tr:nth-child(1) th {
  background: #69c744;
}
.tosou_table tbody tr:nth-child(1) td {
  background: #f3fbf0;
}
.tosou_table tbody tr:nth-child(1) td li {
  color: #58bc1e;
}
.tosou_table tbody tr:nth-child(1) td li span {
  color: #333;
}
.tosou_table tbody tr:nth-child(2) th {
  background: #eb9292;
}
.tosou_table tbody tr:nth-child(2) td {
  background: #fbeded;
}
.tosou_table tbody tr:nth-child(2) td li {
  color: #eb9292;
}
.tosou_table tbody tr:nth-child(2) td li span {
  color: #333;
}
.tosou_table tbody th {
  color: #fff;
  text-align: center;
}

.cation_text {
  color: #ff0000;
}
.cation_text dt {
  margin: 0.5em 0 0.1em;
}
.cation_text dd {
  line-height: 1.3;
}