/* reason */
.reason__item-ttl {
  font-size: 16px;
  font-weight: 600;
  margin-top: 15px;
  padding: 5px;
  text-align: center;
  background-color: #ffe98e;
  border: 1px solid #174894;
}
@media screen and (min-width: 400px) {
  .reason__item-ttl {
    font-size: 21px;
    font-weight: 600;
    margin-top: 20px;
  }
}
@media screen and (min-width: 500px) {
  .reason__item-ttl {
    font-size: 23px;
  }
}
@media screen and (min-width: 780px) {
  .reason__item-ttl {
    font-size: 26px;
    margin: 25px auto 0;
    padding: 5px;
    width: 100%;
  }
}
.reason__item-txt {
  font-size: 13px;
  line-height: 1.5;
  margin-top: 15px;
}
@media screen and (min-width: 400px) {
  .reason__item-txt {
    font-size: 15px;
    margin-top: 15px;
  }
}
@media screen and (min-width: 500px) {
  .reason__item-txt {
    font-size: 17px;
  }
}
@media screen and (min-width: 780px) {
  .reason__item-txt {
    font-size: 18px;
    margin-top: 15px;
  }
}
.reason__item-txt .red {
  font-weight: 600;
  color: #ff0000;
}

/* step */
.step {
  margin-bottom: 15px;
}
@media screen and (min-width: 400px) {
  .step {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 500px) {
  .step {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 780px) {
  .step {
    margin-bottom: 40px;
  }
}
.step__item {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-top: 15px;
}
@media screen and (min-width: 500px) {
  .step__item {
    margin-top: 20px;
  }
}
@media screen and (min-width: 780px) {
  .step__item {
    margin: 25px auto 0;
    max-width: 805px;
  }
}
.step__left {
  width: 20%;
}
@media screen and (min-width: 400px) {
  .step__left {
    width: 19%;
  }
}
@media screen and (min-width: 780px) {
  .step__left {
    width: 11.6%;
  }
}
.step__right {
  width: 75%;
}
@media screen and (min-width: 400px) {
  .step__right {
    width: 77%;
  }
}
@media screen and (min-width: 780px) {
  .step__right {
    width: 85%;
  }
}
.step__right-ttl {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.4;
}
@media screen and (min-width: 400px) {
  .step__right-ttl {
    font-size: 20px;
  }
}
@media screen and (min-width: 500px) {
  .step__right-ttl {
    font-size: 22px;
  }
}
@media screen and (min-width: 780px) {
  .step__right-ttl {
    font-size: 26px;
  }
}
.step__right-ttl .red {
  color: #ff0000;
}
.step__right-txt {
  font-size: 13px;
  line-height: 1.5;
  margin-top: 15px;
}
@media screen and (min-width: 400px) {
  .step__right-txt {
    font-size: 15px;
  }
}
@media screen and (min-width: 500px) {
  .step__right-txt {
    font-size: 17px;
  }
}
@media screen and (min-width: 780px) {
  .step__right-txt {
    font-size: 18px;
    margin-top: 15px;
  }
}
.step__right-txt .mail {
  text-decoration: underline;
}
.step__right-image {
  width: 100%;
  margin-top: 15px;
}
@media screen and (min-width: 780px) {
  .step__right-image {
    margin-top: 30px;
  }
  .step__right-image img {
    max-width: 452px;
    margin-left: 45px;
  }
}
.step__tel-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
  border: 2px solid #e25621;
  border-radius: 11px;
  margin-top: 15px;
  padding: 7px 0;
}
@media screen and (min-width: 400px) {
  .step__tel-wrap {
    margin-top: 20px;
    padding: 6px 0;
  }
}
@media screen and (min-width: 500px) {
  .step__tel-wrap {
    margin-top: 25px;
    padding: 5px 0;
  }
}
@media screen and (min-width: 780px) {
  .step__tel-wrap {
    border: 4px solid #e25621;
    margin: 30px auto 0;
    padding: 3px 0;
    max-width: 716px;
    border-radius: 20px;
  }
}
.step__tel-wrap .tel {
  font-size: 25px;
  font-weight: 600;
  color: #fe7542;
  display: block;
}
@media screen and (min-width: 400px) {
  .step__tel-wrap .tel {
    font-size: 35px;
  }
}
@media screen and (min-width: 500px) {
  .step__tel-wrap .tel {
    font-size: 38px;
  }
}
@media screen and (min-width: 780px) {
  .step__tel-wrap .tel {
    font-size: 50px;
  }
}
.step__tel-image {
  width: 10%;
  margin-right: 10px;
  min-width: 44px;
}
@media screen and (min-width: 780px) {
  .step__tel-image {
    margin-right: 15px;
  }
}

/* question */
.question__item {
  margin-top: 15px;
}
@media screen and (min-width: 400px) {
  .question__item {
    margin-top: 20px;
  }
}
@media screen and (min-width: 500px) {
  .question__item {
    margin-top: 20px;
  }
}
@media screen and (min-width: 780px) {
  .question__item {
    margin-top: 30px;
  }
}
.question__item .q {
  font-size: 15px;
  font-weight: 600;
  color: #ff0000;
}
@media screen and (min-width: 400px) {
  .question__item .q {
    font-size: 17px;
  }
}
@media screen and (min-width: 500px) {
  .question__item .q {
    font-size: 20px;
  }
}
@media screen and (min-width: 780px) {
  .question__item .q {
    font-size: 24px;
  }
}
.question__item .q .icon {
  font-size: 15px;
  font-weight: 600;
  color: #ffffff;
  padding: 5px;
  margin-right: 10px;
  background-color: #ff0000;
}
@media screen and (min-width: 400px) {
  .question__item .q .icon {
    font-size: 18px;
  }
}
@media screen and (min-width: 500px) {
  .question__item .q .icon {
    font-size: 18px;
    padding: 7px;
  }
}
@media screen and (min-width: 780px) {
  .question__item .q .icon {
    font-size: 24px;
    padding: 8px 10px;
    margin-right: 20px;
  }
}
.question__item .a {
  margin-top: 10px;
  display: flex;
  align-items: flex-start;
}
@media screen and (min-width: 780px) {
  .question__item .a {
    margin-top: 20px;
  }
}
.question__item .a .icon {
  font-size: 15px;
  font-weight: 600;
  color: #ffffff;
  padding: 0 5px;
  margin-right: 10px;
  background-color: #0e86c6;
  display: block;
}
@media screen and (min-width: 400px) {
  .question__item .a .icon {
    font-size: 18px;
  }
}
@media screen and (min-width: 500px) {
  .question__item .a .icon {
    font-size: 18px;
    padding: 0 7px;
  }
}
@media screen and (min-width: 780px) {
  .question__item .a .icon {
    font-size: 24px;
    padding: 2px 10.3px;
    margin-right: 20px;
  }
}
.question__item .a .txt {
  font-size: 13px;
  display: block;
}
@media screen and (min-width: 400px) {
  .question__item .a .txt {
    font-size: 15px;
  }
}
@media screen and (min-width: 500px) {
  .question__item .a .txt {
    font-size: 17px;
  }
}
@media screen and (min-width: 780px) {
  .question__item .a .txt {
    font-size: 18px;
    display: block;
  }
}
.question__btn {
  margin-top: 15px;
}
@media screen and (min-width: 400px) {
  .question__btn {
    margin-top: 15px;
  }
}
@media screen and (min-width: 500px) {
  .question__btn {
    margin-top: 25px;
  }
}
@media screen and (min-width: 780px) {
  .question__btn {
    margin: 30px auto;
    max-width: 700px;
  }
  .question__btn a {
    font-size: 24px;
    border-radius: 10px;
  }
}

/* caution */
.caution__item {
  margin-top: 15px;
}
@media screen and (min-width: 400px) {
  .caution__item {
    margin-top: 20px;
  }
}
@media screen and (min-width: 780px) {
  .caution__item {
    margin-top: 25px;
  }
}
.caution__item-ttl {
  font-size: 16px;
  font-weight: 600;
  text-align: left;
}
@media screen and (min-width: 400px) {
  .caution__item-ttl {
    font-size: 20px;
  }
}
@media screen and (min-width: 500px) {
  .caution__item-ttl {
    font-size: 22px;
  }
}
@media screen and (min-width: 780px) {
  .caution__item-ttl {
    font-size: 34px;
  }
}
.caution__item-txt {
  font-size: 13px;
  line-height: 1.5;
  margin-top: 15px;
}
@media screen and (min-width: 400px) {
  .caution__item-txt {
    font-size: 15px;
  }
}
@media screen and (min-width: 500px) {
  .caution__item-txt {
    font-size: 17px;
  }
}
@media screen and (min-width: 780px) {
  .caution__item-txt {
    line-height: 1.5555;
    font-size: 18px;
    margin-top: 15px;
  }
}
.caution__item-image {
  width: 80%;
  margin: 15px auto 0;
}
@media screen and (min-width: 780px) {
  .caution__item-image {
    width: 80%;
    max-width: 450px;
    margin: 30px auto 0;
  }
}

/* case */
.case {
  margin-bottom: 15px;
}
@media screen and (min-width: 400px) {
  .case {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 500px) {
  .case {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 780px) {
  .case {
    margin-bottom: 40px;
  }
}
.case__item {
  margin-top: 15px;
}
@media screen and (min-width: 400px) {
  .case__item {
    margin-top: 20px;
  }
}
@media screen and (min-width: 500px) {
  .case__item {
    margin-top: 25px;
  }
}
@media screen and (min-width: 780px) {
  .case__item {
    margin-top: 25px;
  }
}
.case__item-txt1 {
  font-size: 13px;
  line-height: 1.5;
  margin-top: 15px;
}
@media screen and (min-width: 400px) {
  .case__item-txt1 {
    font-size: 15px;
  }
}
@media screen and (min-width: 500px) {
  .case__item-txt1 {
    font-size: 17px;
  }
}
@media screen and (min-width: 780px) {
  .case__item-txt1 {
    font-size: 18px;
    margin-top: 17px;
  }
}
.case__item-txt2 {
  font-size: 13px;
  line-height: 1.5;
  margin-top: 15px;
}
@media screen and (min-width: 400px) {
  .case__item-txt2 {
    font-size: 15px;
  }
}
@media screen and (min-width: 500px) {
  .case__item-txt2 {
    font-size: 17px;
  }
}
@media screen and (min-width: 780px) {
  .case__item-txt2 {
    font-size: 18px;
    margin-top: 20px;
  }
}
.case__item-image {
  margin: 15px auto 0;
  width: 80%;
}
@media screen and (min-width: 780px) {
  .case__item-image {
    margin: 25px auto 0;
    width: 80%;
    max-width: 450px;
  }
}
.case__ttl {
  font-size: 17px;
  font-weight: 600;
  text-align: left;
  margin-left: 10px;
}
@media screen and (min-width: 400px) {
  .case__ttl {
    font-size: 19px;
  }
}
@media screen and (min-width: 500px) {
  .case__ttl {
    font-size: 22px;
  }
}
@media screen and (min-width: 780px) {
  .case__ttl {
    font-size: 34px;
    margin-left: 20px;
  }
}
.case__ttl-wrap {
  display: flex;
  align-items: center;
}
.case__ttl-icon {
  font-size: 11px;
  font-weight: 600;
  padding: 3px 8px;
  color: #ffffff;
  background-color: #fe7542;
}
@media screen and (min-width: 400px) {
  .case__ttl-icon {
    font-size: 14px;
    padding: 4px 11px;
  }
}
@media screen and (min-width: 500px) {
  .case__ttl-icon {
    font-size: 16px;
    padding: 4px 13px;
  }
}
@media screen and (min-width: 780px) {
  .case__ttl-icon {
    font-size: 24px;
    padding: 3px 17px;
  }
}
.case__btn {
  margin-top: 15px;
}
@media screen and (min-width: 400px) {
  .case__btn {
    margin-top: 20px;
  }
}
@media screen and (min-width: 500px) {
  .case__btn {
    margin-top: 25px;
  }
}
@media screen and (min-width: 780px) {
  .case__btn {
    margin: 30px auto 0;
    max-width: 700px;
  }
  .case__btn a {
    border-radius: 10px;
    font-size: 24px;
  }
}
.case__btn__bundle {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media screen and (min-width: 500px) {
  .case__btn__bundle {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
.case__btn__bundle a {
  width: calc((100% - 20px) / 2);
}
@media screen and (min-width: 500px) {
  .case__btn__bundle a {
    width: calc((100% - 30px) / 2);
  }
}

/* knowledge */
.knowledge__wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (min-width: 780px) {
  .knowledge__wrap {
    padding-top: 5px;
  }
}
.knowledge__item {
  width: 48%;
  margin-top: 15px;
}
@media screen and (min-width: 400px) {
  .knowledge__item {
    margin-top: 20px;
  }
}
@media screen and (min-width: 780px) {
  .knowledge__item {
    width: 48%;
    margin-top: 5px;
  }
}
.knowledge__item-thumbnail {
  display: block;
}
.knowledge__item-thumbnail img {
  height: 100px;
}
@media screen and (min-width: 400px) {
  .knowledge__item-thumbnail img {
    height: 115px;
  }
}
@media screen and (min-width: 500px) {
  .knowledge__item-thumbnail img {
    height: 130px;
  }
}
@media screen and (min-width: 600px) {
  .knowledge__item-thumbnail img {
    height: 170px;
  }
}
@media screen and (min-width: 780px) {
  .knowledge__item-thumbnail img {
    height: 215px;
  }
}
.knowledge__item-title {
  font-size: 13px;
  font-weight: 300;
  line-height: 1.5;
  margin-top: 10px;
  color: #007bd7;
  text-decoration: underline;
}
@media screen and (min-width: 400px) {
  .knowledge__item-title {
    font-size: 15px;
  }
}
@media screen and (min-width: 500px) {
  .knowledge__item-title {
    font-size: 17px;
  }
}
@media screen and (min-width: 780px) {
  .knowledge__item-title {
    font-size: 18px;
    margin-top: 10px;
  }
}
.knowledge__item .su-post-meta {
  display: none;
}
.knowledge__item .su-post-excerpt {
  display: none;
}

/* type */
.type__wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (min-width: 780px) {
  .type__wrap {
    padding-top: 5px;
  }
}
.type__item {
  width: 48%;
  margin-top: 15px;
  width: 48%;
  margin-top: 15px;
}
@media screen and (min-width: 400px) {
  .type__item {
    margin-top: 20px;
  }
}
@media screen and (min-width: 780px) {
  .type__item {
    width: 48%;
    margin-top: 5px;
  }
}
.type__item-thumbnail {
  display: block;
}
.type__item-thumbnail img {
  height: 100px;
}
@media screen and (min-width: 400px) {
  .type__item-thumbnail img {
    height: 115px;
  }
}
@media screen and (min-width: 500px) {
  .type__item-thumbnail img {
    height: 130px;
  }
}
@media screen and (min-width: 600px) {
  .type__item-thumbnail img {
    height: 170px;
  }
}
@media screen and (min-width: 780px) {
  .type__item-thumbnail img {
    height: 215px;
  }
}
.type__item-title {
  font-size: 13px;
  font-weight: 300;
  line-height: 1.5;
  margin-top: 10px;
  color: #007bd7;
  text-decoration: underline;
}
@media screen and (min-width: 400px) {
  .type__item-title {
    font-size: 15px;
  }
}
@media screen and (min-width: 500px) {
  .type__item-title {
    font-size: 17px;
  }
}
@media screen and (min-width: 780px) {
  .type__item-title {
    font-size: 18px;
    margin-top: 10px;
  }
}
.type__item .su-post-meta {
  display: none;
}
.type__item .su-post-excerpt {
  display: none;
}

/* staff */
.staff__item {
  width: 100%;
  margin-top: 15px;
}
@media screen and (min-width: 400px) {
  .staff__item {
    margin-top: 20px;
  }
}
@media screen and (min-width: 780px) {
  .staff__item {
    margin-top: 20px;
    display: inline-block;
    vertical-align: top;
    width: 48%;
  }
  .staff__item:nth-child(even) {
    margin-left: 3%;
  }
}
.staff__item-txt {
  font-size: 13px;
  font-weight: 300;
  line-height: 1.5;
  color: #007bd7;
  text-decoration: underline;
  width: 100%;
}
@media screen and (min-width: 400px) {
  .staff__item-txt {
    font-size: 15px;
  }
}
@media screen and (min-width: 500px) {
  .staff__item-txt {
    font-size: 17px;
  }
}
@media screen and (min-width: 780px) {
  .staff__item-txt {
    font-size: 18px;
  }
}
.staff .su-post-meta {
  display: none;
}
.staff .su-post-excerpt {
  display: none;
}

/* measures */
.measures {
  margin-bottom: 15px;
}
@media screen and (min-width: 400px) {
  .measures {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 500px) {
  .measures {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 780px) {
  .measures {
    margin-bottom: 40px;
  }
}
.measures__txt {
  font-size: 13px;
  line-height: 1.5;
  margin-top: 15px;
}
@media screen and (min-width: 400px) {
  .measures__txt {
    font-size: 15px;
  }
}
@media screen and (min-width: 500px) {
  .measures__txt {
    font-size: 17px;
  }
}
@media screen and (min-width: 780px) {
  .measures__txt {
    line-height: 1.5555;
    font-size: 18px;
    margin-top: 25px;
  }
}

/* emergency */
.emergency {
  margin-bottom: 15px;
}
@media screen and (min-width: 400px) {
  .emergency {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 500px) {
  .emergency {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 780px) {
  .emergency {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 780px) {
  .emergency h2 {
    margin-top: 40px;
  }
}
.emergency__txt {
  font-size: 13px;
  line-height: 1.5;
  margin-top: 15px;
}
@media screen and (min-width: 400px) {
  .emergency__txt {
    font-size: 15px;
  }
}
@media screen and (min-width: 500px) {
  .emergency__txt {
    font-size: 17px;
  }
}
@media screen and (min-width: 780px) {
  .emergency__txt {
    font-size: 18px;
    margin-top: 25px;
  }
}
.emergency .condition__item {
  margin-top: 10px;
}
@media screen and (min-width: 780px) {
  .emergency .condition__item {
    margin-top: 25px;
  }
}
.emergency .condition__item-ttl {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (min-width: 400px) {
  .emergency .condition__item-ttl {
    font-size: 17px;
  }
}
@media screen and (min-width: 500px) {
  .emergency .condition__item-ttl {
    font-size: 19px;
  }
}
@media screen and (min-width: 780px) {
  .emergency .condition__item-ttl {
    font-size: 22px;
  }
}
.emergency .condition__item-txt {
  font-size: 13px;
  line-height: 1.5;
  margin-top: 5px;
}
@media screen and (min-width: 400px) {
  .emergency .condition__item-txt {
    font-size: 15px;
  }
}
@media screen and (min-width: 500px) {
  .emergency .condition__item-txt {
    font-size: 17px;
  }
}
@media screen and (min-width: 780px) {
  .emergency .condition__item-txt {
    font-size: 18px;
    margin-top: 5px;
  }
}