@charset "UTF-8";

.js-accordionTop {
  text-align: center;
}
.toggle-title.is-open {
  border-bottom-left-radius: 0%;
  border-bottom-right-radius: 0%;
  background-color: #4472C4;
  border-bottom: 0px;
}
.toggle-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  position: relative;
  display: block;
  max-width: 293px;
  width: 100%;
  height: auto;
  margin: 20px auto 0;
  padding-top: 16px;
  padding-bottom: 16px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border: none;
  background-color: #4472C4;
}
.toggle-title.is-open::before {
  position: absolute;
  right: 20px;
  display: block;
  margin-top: -5px;
  content: "";
  border: 10px solid transparent;
  border-top: 10px solid #ffffff;
}
.toggle-title::before {
  position: absolute;
  top: 50%;
  right: 15px;
  display: block;
  width: 0;
  height: 0;
  margin-top: -10px;
  content: "";
  border: 10px solid transparent;
  border-left: 10px solid #ffffff;
}
.toggle-body{
  background-color: #FFF4D6;
}
.toggle-body {
  display: none;
  padding: 30px;
  border: 4px solid #3c3c3c;
  border-radius: 30px;
}
@media screen and (max-width: 450px) {
  .toggle-body {
    padding: 15px;
  }
}
.js-table-overflow .notes {
  font-size: 0.9em;
  text-align: justify !important;
  padding: 0;
  width: auto;
}
@media screen and (max-width: 500px) {
  .js-table-overflow section {
    margin-top: 0;
  }
}
.priceTable {
  margin: 0px auto 20px;
  border-collapse: collapse;
  border: none;
}
.priceTable .wrap_top {
  border-top: solid 5px #ED7D31;
  border-left: solid 5px #ED7D31;
  border-right: solid 5px #ED7D31;
}
.priceTable .wrap_side {
  border-left: solid 5px #ED7D31;
  border-right: solid 5px #ED7D31;
}
.priceTable .wrap_bottom {
  border-left: solid 5px #ED7D31;
  border-right: solid 5px #ED7D31;
  border-bottom: solid 5px #ED7D31;
}
.priceTable .table_man .wrap_top {
  border-top: solid 5px #4472C4;
  border-left: solid 5px #4472C4;
  border-right: solid 5px #4472C4;
}
.priceTable .table_man .wrap_side {
  border-left: solid 5px #4472C4;
  border-right: solid 5px #4472C4;
}
.priceTable .table_man .wrap_bottom {
  border-left: solid 5px #4472C4;
  border-right: solid 5px #4472C4;
  border-bottom: solid 5px #4472C4;
}

.priceTable th,
.priceTable td {
  border: 1px solid #333;
  padding: 5px;
  text-align: center;
  vertical-align: middle;
}
.priceTable td p {
  text-align: center;
  font-weight: normal;
}
.priceTable .fnomal {
  font-weight: normal !important;
}
.priceTable .tablehead {
  font-weight: bold;
}
.priceTable .pricehead,
.priceTable .age {
  vertical-align: middle;
  background-color: #ffffff;
}
.priceTable .cell_gray {
  background-color: #D9D9D9 !important;
}
.priceTable .border-top-none {
  border-top: none;
}
.priceTable .border-bottom-none {
  border-bottom: none;
}
.priceTable .woman1 {
  background-color: #FCE4D6;
}
.priceTable .woman2 {
  background-color: #F8CBAD;
}
.priceTable .woman3 {
  background-color: #F4B084;
}
.priceTable .man1 {
  background-color: #DDEBF7;
}
.priceTable .man2 {
  background-color: #BDD7EE;
}
.priceTable .man3 {
  background-color: #9BC2E6;
}
.priceTable tr.noborder th {
  text-align: right;
  border: none;
  font-weight: normal;
  padding: 0px;
}
.priceTable th.woman-head {
  color: #fff;
  background-color: #ED7D31;
}
.priceTable th.man-head {
  color: #fff;
  background-color: #5B9BD5;
}
.priceTable td {
  font-weight: bold;
  width: 20%;
  text-align: right;
}
.priceTable .vertical-label-cell {
  text-orientation: upright;
  font-weight: bold;
  text-align: center;
  border: none;
  width: 10px;
  background-color: #D9D9D9;
}
.priceTable .blank {
  border: none;
  background-color: transparent;
  padding: 0;
}
.priceTable .blank_border {
  border-top: 5px solid transparent;
  border-left: 5px solid transparent;
  border-right: solid 5px #ED7D31;
  border-bottom: 5px solid transparent;
}

.priceTable .table_man .blank_border {
  border-top: 5px solid transparent;
  border-left: 5px solid transparent;
  border-right: solid 5px #4472C4;
  border-bottom: 5px solid transparent;
}
.toggle-text {
  width: 77%;
  margin: auto;
  background-color: #ffffff;
  border: solid 1px #3c3c3c;
  position: relative;
  padding: 10px;
  margin-top: 50px;
}
.toggle-text-title {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #FF0000;
  padding: 5px 50px;
  border-radius: 5px;
  color: #ffffff;
  font-weight: bold;
  white-space: nowrap;
}
@media screen and (max-width: 480px) {
  .toggle-text {
    width: 100%;
  }
  .toggle-text-title {
    padding: 5px 20px;
  }
}
.toggle-text-txt {
  font-size: 16px;
}
.toggle-text-txt .txtred {
  color: #FF0000;
  text-decoration: underline;
}
.suptxt {
  font-size: 14px;
}
.forSp {
  display: none;
}
@media screen and (max-width: 480px) {
  .forSp {
      display: block;
  }
}


* + .modal--section {
  margin-top: 20px;
}
.modal--header {
  position: relative;
  padding: 40px;
  border-radius: 10px 10px 0 0;
  background-color: #f5f8fe;
}
.modal--body {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 40px 40px 0;
  border-radius: 0 0 10px 10px;
  background-color: #fff;
}
@media screen and (max-width: 500px) {
  .modal--body {
    padding: 20px 20px 0;
  }
}
.modal--body::after {
  display: block;
  height: 40px;
  content: " ";
}
.modal--header {
  position: relative;
  padding: 40px;
  border-radius: 10px 10px 0 0;
  background-color: #f5f8fe;
}
@media screen and (max-width: 450px) {
  .modal--header {
    padding: 20px;
  }
}
.modal--header__title {
  font-size: 28px;
  font-weight: 700;
  width: 100%;
  display: block;
}
@media screen and (max-width: 450px) {
  .modal--header__title {
    font-size: 21px;
  }
}
.main-step {
  padding: 0 25px 25px;
  border: solid 1px #ededed;
  background-color: #fff;
}
@media screen and (max-width: 450px) {
  .main-step {
    padding: 0 15px 25px;
  }
}
.main-step--title {
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  position: relative;
  display: block;
  overflow: visible;
  margin: -1px -26px 0;
  padding: 19px 25px 20px;
  text-align: left;
  color: #fff;
  background-color: #6691ed;
}
@media screen and (max-width: 450px) {
  .main-step--title {
    font-size: 16px;
    margin: -1px -16px 0;
  }
}
.main-step--title__step {
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .main-step--title__step {
    display: block;
  }
}
.main-step--title__step__num {
  font-size: 24px;
}
.main-step--details {
  font-size: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 500px) {
  .main-step--details {
    display: block;
  }
}
* + .main-step--details {
  margin-top: 25px;
}
.main-step--details__picture {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  width: 80px;
  min-height: 80px;
  text-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
          justify-content: center;
}
.main-step--details__detail {
  width: calc(100% - 80px - 30px);
}
@media screen and (max-width: 500px) {
  .main-step--details__detail {
    width: 100%;
  }
}
ul.dot > li {
  position: relative;
  overflow: visible;
  padding-left: 25px;
  text-align: left;
}
ul.dot > li + li {
  margin-top: 0.8em;
}
.modal--body .close,
.modal--body a.close {
  margin: 36px auto 0;
}
* + .modal--section {
  margin-top: 20px;
}
.modal section + section {
  margin-top: 40px;
}
.modal p + p {
  margin-top: 0.4em;
}
.modal--section p + ul.dot {
  margin-top: 0.8em;
}
.modal__notes {
  font-size: 14px;
}
.modal__notes_strong {
  font-size: 18px;
  line-height: 1.5;
  margin-top: 1em;
  text-align: justify;
}
.modal-link-pet-sizelist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
          justify-content: center;
}
.modal-link-pet-sizelist li {
  box-sizing: border-box;
  display: block;
  font-weight: 700;
}
.modal-link-pet-sizelist li + li {
  margin-left: 10px;
}

