/* Start custom CSS for html, class: .elementor-element-6e22c44 */ul,
ol {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
  margin: 0;
  padding: 0;
}

img {

  vertical-align: bottom;
}

a {
  text-decoration: none;
  display: block;
}

.break {
  display: block;
}

br {
  display: none;
}

@media screen and (min-width: 767px) {
  .break {
    display: inline;
  }

  br {
    display: block;
  }
}

/** main **/
.body main {
  margin-bottom: 10vh;
}

.wrap {
  width: 90%;
  margin: 0 auto;
}

/******** calq-header *********/

.calq-header {
  background-color: #212331;
  color: #fff;
  padding-top: 10vh;
}

.calq-title {
  text-align: center;
  font-size: 8vw;
  letter-spacing: 0.1em;
  margin: 0 0 8vh 0;
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: fit-content;
  margin: 0 auto;
}

.breadcrumb li {
  font-size: 3.5vw;
  margin-right: 1em;
  padding-bottom: 2vh;
}

.breadcrumb li:last-child {
  color: #00c9e3;
  border-bottom: 3px solid #00c9e3;
  margin: 0;
}

.breadcrumb li::after {
  content: "→";
  margin-left: 1em;
}

.breadcrumb li:last-child:after {
  display: none;
}

@media screen and (min-width: 767px) {
  .calq-title {
    font-size: 4vw;
  }

  .breadcrumb li {
    font-size: 1vw;
  }
}

/******** top-contents *********/

.top-contents {
  margin-bottom: 10vh;
}

.top-img {
  width: fit-content;
  margin: 3vh auto 5vh;
}

.top-title {
  text-align: center;
  font-size: 30px;
  line-height: 1.5;
  margin-bottom: 5vh;
  letter-spacing: 0.2em;
  opacity: 0;
  transform: translateY(100px);
  transition: 1.5s ease-out;
}

.top-text {
  text-align: center;
  letter-spacing: 0.2em;
  line-height: 2;
  font-size: 18px;
  padding: 0 0.5em;
  opacity: 0;
  transform: translateY(100px);
  transition: 1.5s ease-out;
}

.show {
  opacity: 1;
  transform: translateY(0);
}

@media screen and (min-width: 500px) {
    .top-title {
  font-size: 32px;
}

}

@media screen and (min-width: 767px) {
  .top-contents {
    margin-bottom: 15vh;
  }

  .top-title {
    /*font-size: 2vw;*/
    margin-bottom: 2vh;
  }

  .top-text {
    /*font-size: 1.5vw;*/
    font-size: 20px;
    line-height: 1.7;
    text-align: center;
  }
}

/**** section-item ****/

.calq-item {
  display: flex;
  flex-direction: column;
  margin-bottom: 10vh;
  padding: 5vh 0 0 0;
  border-top: solid 1px #ccc;
}

.calq-item:last-child {
  padding: 1vh 0 10vh;
  border-bottom: solid 1px #ccc;
  margin-bottom: 0;
}

.section-img {
  width: fit-content;
  margin-bottom: 5vh;
}

.section-title {
  text-align: center;
  font-size: 23px;
  line-height: 1.5;
  margin-bottom: 5vh;
  letter-spacing: 0.2em;
}

.section-text {
  line-height: 1.7;
  padding: 0 0.5em;
}

@media screen and (min-width: 500px) {
    .section-title {
  font-size: 32px;
}

}

@media screen and (min-width: 767px) {
  .calq-item {
    box-sizing: border-box;
    padding: 5vh 1em 5vh 0;
    width: 85%;
    margin: 0 auto 15vh;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    border: none;
    background-color: #f8f9fb;
  }

  .calq-item:last-child {
    padding: 5vh 1em 5vh 0;
    border: none;
    margin-bottom: 0;
  }

  .section-title {
    text-align: left;
    font-size: 23px;
    letter-spacing: 0.1em;
    padding-left:0.5em;
  }
  .section-img {
    width: 35%;
    margin: 0 auto;
  }
  .section-text-box {
    width: 60%;
  }
}

@media screen and (min-width: 1200px) {
      .section-title {
    font-size: 28px;
  }

    
    
}
/***** 申し込みボタン *****/

.btn {
  width: min(98%, 408px);
  margin: 5vh auto 0;
}

.btn a {
  color: #0064a7;
  background-color: #ffe579;
  text-align: center;
  font-size: 1.3em;
  font-weight: bold;
  padding: 0.5em 0;
  border-radius: 50px;
}

.btn a::before {
  content: "›";
  margin-right: 0.3em;
}

@media screen and (min-width: 767px) {
  .btn {
    width: min(98%, 368px);
    margin: 3vh 0 0;
  }

  .btn a {
    font-size: 1.5em;
    padding: 0.5em 0;
    transition: 0.2s;
  }

  .btn a:hover {
    filter: brightness(1.2);
  }
}

.block-content{
    padding: 20px 0 0 0;
}/* End custom CSS */