@charset "UTF-8";
.secOpenSchool {
  max-width: 1180px;
  margin: 146px auto 0px auto;
}
@media only screen and (max-width: 767px) {
  .secOpenSchool {
    margin-top: 200px;
  }
}
.secOpenSchool .secBoxConts01 .ttlEg {
  font-family: "Caveat", cursive;
  color: #f8b62c;
  font-size: 85px;
  position: absolute;
  top: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .secOpenSchool .secBoxConts01 .ttlEg {
    font-size: 60px;
    position: absolute;
    top: -30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
    text-align: center;
  }
}
.secOpenSchool .secBoxConts01 .ribbon {
  background: url(../images/top/ribbon.png) 0 0 no-repeat;
  color: #fff;
  width: 300px;
  height: 80px;
  background-size: contain;
  position: absolute;
  left: -10px;
  top: -10px;
}
@media only screen and (max-width: 767px) {
  .secOpenSchool .secBoxConts01 .ribbon {
    top: -110px;
  }
}
.secOpenSchool .secBoxConts01 .ribbon span {
  display: block;
  -webkit-transform: rotate(-12deg);
          transform: rotate(-12deg);
  position: absolute;
  top: 35px;
  left: 30px;
}
@media only screen and (max-width: 767px) {
  .secOpenSchool .secBoxConts01 .openSchoolBox {
    margin-top: 0px;
  }
}
.secOpenSchool .secBoxConts01 .openSchoolBox h3.ttl {
  font-size: 26px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .secOpenSchool .secBoxConts01 .openSchoolBox h3.ttl {
    line-height: 1.4;
  }
}
.secOpenSchool .secBoxConts01 .openSchoolBox h3.ttl br {
  display: none;
}
@media only screen and (max-width: 767px) {
  .secOpenSchool .secBoxConts01 .openSchoolBox h3.ttl br {
    display: inline;
  }
}
.secOpenSchool .secBoxConts01 .openSchoolBox > p {
  text-align: center;
  padding: 20px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .secOpenSchool .secBoxConts01 .openSchoolBox > p {
    padding: 10px 20px;
    line-height: 1.5;
    margin-bottom: 10px;
  }
}
.secOpenSchool .secBoxConts01 .openSchoolBox > p br {
  display: none;
}
@media only screen and (max-width: 767px) {
  .secOpenSchool .secBoxConts01 .openSchoolBox > p br {
    display: inline;
    line-height: 1.8;
  }
}
.secOpenSchool .secBoxConts01 .openSchool-schedule-att {
  max-width: 900px;
  margin: 20px auto 0px auto;
}
.secOpenSchool .secBoxConts01 .openSchool-schedule-att li {
  position: relative;
  padding-left: 1.5em;
  font-size: 12px;
}
.secOpenSchool .secBoxConts01 .openSchool-schedule-att li:before {
  content: "※";
  position: absolute;
  left: 0px;
}
@media only screen and (max-width: 767px) {
  .secOpenSchool .secBoxConts01 .openSchool-schedule-att li {
    font-size: 14px;
  }
}
.secOpenSchool .secBoxConts01 .openSchool-schedule * {
  font-size: 16px;
  line-height: 1.78;
}
.secOpenSchool .secBoxConts01 .openSchool-schedule a {
  text-decoration: none;
  color: rgb(52, 58, 64);
}
.secOpenSchool .secBoxConts01 .openSchool-schedule .accordion {
  width: auto;
  margin: auto;
  border-bottom: 2px solid #f8b62c;
}
.secOpenSchool .secBoxConts01 .openSchool-schedule .accordion__ttl {
  position: relative;
  border-top: 1px solid #fff;
  background: #f8b62c;
  color: #fff;
  letter-spacing: 0.3rem;
  cursor: pointer;
}
.secOpenSchool .secBoxConts01 .openSchool-schedule .accordion__ttl:first-child {
  border: 0;
}
.secOpenSchool .secBoxConts01 .openSchool-schedule .accordion__ttl:before {
  position: absolute;
  top: 23px;
  left: 18px;
  width: 11px;
  height: 17px;
  background: url("../images/top/ico_anchor.png");
  background-size: 100%;
  content: "";
}
.secOpenSchool .secBoxConts01 .openSchool-schedule .accordion__ttl:after {
  position: absolute;
  top: 29px;
  right: 15px;
  width: 9px;
  height: 5px;
  background: url("../images/top/ico_arw_accordion.png");
  background-size: 100%;
  content: "";
}
.secOpenSchool .secBoxConts01 .openSchool-schedule .accordion__ttl.open:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.secOpenSchool .secBoxConts01 .openSchool-schedule .accordion__inner {
  display: none;
}
.secOpenSchool .secBoxConts01 .openSchool-schedule .accordion-ancher {
  padding: 10px 18px 0;
}
.secOpenSchool .secBoxConts01 .openSchool-schedule .ancher-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  margin: 0 -15px;
  padding: 0 0 10px;
  border-bottom: 1px solid #e6e6e6;
}
.secOpenSchool .secBoxConts01 .openSchool-schedule .ancher-list__item {
  margin: 0 17px;
}
.secOpenSchool .secBoxConts01 .openSchool-schedule .ancher-list .ancher-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  .secOpenSchool .secBoxConts01 .openSchool-schedule .ancher-list .ancher-link {
    font-size: 14px;
    line-height: 36px;
  }
}
.secOpenSchool .secBoxConts01 .openSchool-schedule .ancher-list .c-ico-arw {
  display: inline-block;
  margin: 0 12px 0 0;
}
.secOpenSchool .secBoxConts01 .openSchool-schedule .accordion__inner {
  border-right: 2px solid #f8b62c;
  border-left: 2px solid #f8b62c;
  background: #fff;
}
.secOpenSchool .secBoxConts01 .openSchool-schedule .accordion__inner--01 .c-ico-arw {
  background: #e76b6d;
}
.secOpenSchool .secBoxConts01 .openSchool-schedule .accordion__inner--02 .c-ico-arw {
  background: #ffd400;
}
.secOpenSchool .secBoxConts01 .openSchool-schedule .accordion__inner--03 .c-ico-arw {
  background: #5a67b3;
}
.secOpenSchool .secBoxConts01 .openSchool-schedule .accordion__inner--04 .c-ico-arw {
  background: #80b75e;
}
.secOpenSchool .secBoxConts01 .openSchool-schedule .accordion__inner--05 .c-ico-arw {
  background: #f49704;
}
.secOpenSchool .secBoxConts01 .openSchool-schedule .accordion__inner--06 .c-ico-arw {
  background: #64c9c9;
}
.secOpenSchool .secBoxConts01 .openSchool-schedule .list__item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.secOpenSchool .secBoxConts01 .openSchool-schedule .item {
  margin: 0 60px;
  padding: 47px 0;
  border-bottom: 1px solid #e6e6e6;
}
@media only screen and (max-width: 767px) {
  .secOpenSchool .secBoxConts01 .openSchool-schedule .item {
    margin: 0 18px;
    padding: 15px 0;
  }
}
.secOpenSchool .secBoxConts01 .openSchool-schedule .item-block__inner {
  margin: 0;
}
.secOpenSchool .secBoxConts01 .openSchool-schedule .item-block__inner--right .schedule-list {
  margin: 6px 0 0;
}
.secOpenSchool .secBoxConts01 .openSchool-schedule .item-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -ms-flex-align: center;
}
.secOpenSchool .secBoxConts01 .openSchool-schedule .item-ttl__hdg {
  font-size: 24px;
}
@media only screen and (max-width: 767px) {
  .secOpenSchool .secBoxConts01 .openSchool-schedule .item-ttl__hdg {
    font-size: 16px;
  }
}
.secOpenSchool .secBoxConts01 .openSchool-schedule .item-ttl__hdg a {
  text-decoration: underline;
  font-size: 24px;
}
@media only screen and (max-width: 767px) {
  .secOpenSchool .secBoxConts01 .openSchool-schedule .item-ttl__hdg a {
    font-size: 16px;
  }
}
.secOpenSchool .secBoxConts01 .openSchool-schedule .item-ttl .c-ico-arw {
  display: inline-block;
  margin: 0 5px 0 0;
}
.secOpenSchool .secBoxConts01 .openSchool-schedule .item-ttl .c-ico-arw:before {
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
  transform: translate(-50%, -50%) rotate(-90deg);
}
.secOpenSchool .secBoxConts01 .openSchool-schedule .item-ttl .map {
  position: relative;
  top: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -ms-flex-align: center;
  margin-left: 9px;
  padding-left: 20px;
  width: 60px;
  height: 17px;
  border: 1px solid currentColor;
  border-radius: 3px;
  color: #ff7e00;
  font-weight: 500;
  font-size: 1.3rem;
}
.secOpenSchool .secBoxConts01 .openSchool-schedule .item-ttl .map:before {
  position: absolute;
  top: 50%;
  left: 5px;
  display: inline-block;
  width: 7px;
  height: 7px;
  border-top: 2px solid #ff7e00;
  border-right: 2px solid #ff7e00;
  content: "";
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
}
.secOpenSchool .secBoxConts01 .openSchool-schedule .info-list {
  margin: 0;
}
.secOpenSchool .secBoxConts01 .openSchool-schedule .info-list__item {
  letter-spacing: 0.02rem;
  font-size: 1.4rem;
}
.secOpenSchool .secBoxConts01 .openSchool-schedule .course-list {
  margin-top: 6px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .secOpenSchool .secBoxConts01 .openSchool-schedule .course-list {
    display: block;
  }
}
.secOpenSchool .secBoxConts01 .openSchool-schedule .course-list__item {
  display: inline-block;
  margin: 10px 5px 0 0;
}
.secOpenSchool .secBoxConts01 .openSchool-schedule .course-list__item .c-btn {
  padding: 6px 12px;
  border: 1px solid #808080;
  border-radius: 50px;
  background-color: #fff;
  color: #808080;
  line-height: 1;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  font-size: 12px;
}
.secOpenSchool .secBoxConts01 .openSchool-schedule .course-list__item .no-link {
  pointer-events: none;
}
.secOpenSchool .secBoxConts01 .openSchool-schedule .schedule-list__item {
  font-size: 1.4rem;
}
.secOpenSchool .secBoxConts01 .openSchool-schedule .schedule-list__item .space {
  padding-left: 49px;
}
.secOpenSchool .secBoxConts01 .openSchool-schedule .schedule-list__item .we-school {
  color: #00f;
  text-decoration: underline;
}
.secOpenSchool .secBoxConts01 .openSchool-schedule .accordion {
  width: 900px;
}
@media (max-width: 767px) {
  .secOpenSchool .secBoxConts01 .openSchool-schedule .accordion {
    width: auto;
  }
}
.secOpenSchool .secBoxConts01 .openSchool-schedule .accordion__ttl {
  padding: 28px 0 26px 77px;
}
@media only screen and (max-width: 767px) {
  .secOpenSchool .secBoxConts01 .openSchool-schedule .accordion__ttl {
    padding: 15px 0 14px 42px;
  }
}
.secOpenSchool .secBoxConts01 .openSchool-schedule .accordion__ttl:before {
  top: 30px;
  left: 42px;
  width: 17px;
  height: 25px;
}
@media only screen and (max-width: 767px) {
  .secOpenSchool .secBoxConts01 .openSchool-schedule .accordion__ttl:before {
    top: 23px;
    left: 18px;
    width: 11px;
    height: 17px;
  }
}
.secOpenSchool .secBoxConts01 .openSchool-schedule .accordion__ttl:after {
  top: 35px;
  right: 47px;
  width: 16px;
  height: 10px;
}
@media only screen and (max-width: 767px) {
  .secOpenSchool .secBoxConts01 .openSchool-schedule .accordion__ttl:after {
    top: 29px;
    right: 15px;
    width: 9px;
    height: 5px;
  }
}
.secOpenSchool .secBoxConts01 .openSchool-schedule .accordion-ancher {
  padding: 25px 60px 0;
}
@media only screen and (max-width: 767px) {
  .secOpenSchool .secBoxConts01 .openSchool-schedule .accordion-ancher {
    padding: 10px 18px 0;
  }
}
.secOpenSchool .secBoxConts01 .openSchool-schedule .ancher-list {
  padding: 0 0 25px;
}
.secOpenSchool .secBoxConts01 .openSchool-schedule .ancher-list__item {
  margin: 0 15px;
}
.secOpenSchool .secBoxConts01 .openSchool-schedule .item-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .secOpenSchool .secBoxConts01 .openSchool-schedule .item-block {
    display: block;
  }
}
.secOpenSchool .secBoxConts01 .openSchool-schedule .item-block__inner--right {
  margin: 0;
}
.secOpenSchool .secBoxConts01 .openSchool-schedule .item-ttl__hdg {
  font-size: 23px;
}
@media only screen and (max-width: 767px) {
  .secOpenSchool .secBoxConts01 .openSchool-schedule .item-ttl__hdg {
    font-size: 16px;
  }
}
.secOpenSchool .secBoxConts01 .openSchool-schedule .item-ttl .c-ico-arw {
  margin: 0 11px 0 0;
}
.secOpenSchool .secBoxConts01 .openSchool-schedule .item-ttl .map {
  margin-left: 13px;
  height: 22px;
}
.secOpenSchool .secBoxConts01 .openSchool-schedule .info-list {
  margin: 10px 0 0;
}
.secOpenSchool .secBoxConts01 .openSchool-schedule .info-list__item {
  font-size: 15px;
}
.secOpenSchool .secBoxConts01 .openSchool-schedule .course-list__item .c-btn {
  padding: 8px 20px;
}
.secOpenSchool .secBoxConts01 .openSchool-schedule .course-list__item .c-btn:hover {
  background-color: #808080;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .secOpenSchool .secBoxConts01 .openSchool-schedule .course-list__item .c-btn {
    padding: 6px 12px;
    font-size: 10px;
  }
}
.secOpenSchool .secBoxConts01 .openSchool-schedule .schedule-list {
  width: 239px;
}
.secOpenSchool .secBoxConts01 .openSchool-schedule .schedule-list__item {
  font-size: 16px;
}
.secOpenSchool .secBoxConts01 .openSchool-schedule .schedule-list__item--we-school {
  font-size: 1.2rem;
}
.secOpenSchool .secBoxConts01 .openSchool-schedule .schedule-list__item--briefing {
  text-align: right;
  font-size: 1.2rem;
}
.secOpenSchool .secBoxConts01 .openSchool-schedule .schedule-list__item .space {
  padding-left: 55px;
}
.secOpenSchool .secBoxConts01 .openSchool-schedule .c-ico-arw--schedule:before {
  width: 5px;
  height: 3px;
  background: url("../images/top/ico_arw03.png");
}
.secOpenSchool .secBoxConts01 .openSchool-schedule .c-ico-arw {
  position: relative;
  border-radius: 50%;
}
.secOpenSchool .secBoxConts01 .openSchool-schedule .c-ico-arw:before {
  position: absolute;
  top: 50%;
  left: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
  content: "";
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.secOpenSchool .secBoxConts01 .openSchool-schedule .c-ico-arw--schedule {
  width: 22px;
  height: 22px;
}
.secOpenSchool .secBoxConts01 .openSchool-schedule .c-ico-arw--schedule:before {
  width: 10px;
  height: 6px;
}
@media only screen and (max-width: 767px) {
  .secOpenSchool .secBoxConts01 .openSchool-schedule .c-ico-arw--schedule:before {
    width: 5px;
    height: 3px;
  }
}
@media only screen and (max-width: 767px) {
  .secOpenSchool .secBoxConts01 .openSchool-schedule .c-ico-arw--schedule {
    width: 14px;
    height: 14px;
  }
}

.secInq {
  max-width: 1180px;
  margin: 0px auto 0px auto;
  padding: 135px 0px 0px 0px;
}
@media only screen and (max-width: 767px) {
  .secInq {
    padding: 100px 0px 0px 0px;
  }
}
.secInq .secBoxConts01 h3.ttl {
  font-size: 26px;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .secInq .secBoxConts01 h3.ttl {
    font-size: 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0px 30px;
    margin: auto;
    line-height: 1.6;
  }
}
.secInq .secBoxConts01 h3.ttl:before {
  content: "＼　";
  color: #f8b62c;
}
@media only screen and (max-width: 767px) {
  .secInq .secBoxConts01 h3.ttl:before {
    position: absolute;
    left: 0px;
    bottom: 0px;
  }
}
.secInq .secBoxConts01 h3.ttl:after {
  content: "　／";
  color: #f8b62c;
}
@media only screen and (max-width: 767px) {
  .secInq .secBoxConts01 h3.ttl:after {
    position: absolute;
    right: 0px;
    bottom: 0px;
  }
}
.secInq .secBoxConts01 h3.ttl br {
  display: none;
}
@media only screen and (max-width: 767px) {
  .secInq .secBoxConts01 h3.ttl br {
    display: inline;
  }
}
.secInq .secBoxConts01 .inner {
  padding: 60px 60px 55px;
  border-radius: 60px;
}
@media only screen and (max-width: 767px) {
  .secInq .secBoxConts01 .inner {
    border-radius: 30px;
    padding: 30px 20px;
  }
}
.secInq ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 40px 20px;
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .secInq ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 70px;
  }
}
.secInq ul li {
  width: calc((100% - 20px) / 2);
  position: relative;
}
@media only screen and (max-width: 767px) {
  .secInq ul li {
    width: 100%;
  }
}
.secInq ul li a {
  padding: 30px 20px 20px 20px;
  display: block;
  color: #fff;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .secInq ul li a {
    padding: 5px 20px 20px 20px;
  }
}
.secInq ul li a:hover {
  opacity: 0.7;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.secInq ul li p {
  font-size: 24px;
  text-align: center;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .secInq ul li p {
    line-height: 1.2;
  }
}
.secInq ul li p br {
  display: none;
}
@media only screen and (max-width: 767px) {
  .secInq ul li p br {
    display: inline;
  }
}
.secInq ul li p span {
  font-size: 12px;
}
.secInq ul li .bubble {
  position: absolute;
  top: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #fff;
  border-radius: 40px;
  font-size: 12px;
  padding: 10px 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0px auto;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .secInq ul li .bubble {
    width: calc(100% - 60px);
    line-height: 1.6;
  }
}
.secInq ul li .bubble br {
  display: none;
}
@media only screen and (max-width: 767px) {
  .secInq ul li .bubble br {
    display: inline;
  }
}
.secInq ul li.inq2 {
  color: #ed6d20;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .secInq ul li.inq2 {
    padding: 0px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}
.secInq ul li.inq2 a {
  padding: 0px 20px;
  display: block;
  color: #ed6d20;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.secInq ul li.inq2 a:hover {
  opacity: 0.7;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.secInq ul li.inq2 div {
  background: #FFF;
  border-radius: 50px;
  padding: 20px 40px;
  line-height: 1.6;
  height: 100%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .secInq ul li.inq2 div {
    border-radius: 20px;
    padding-top: 120px;
  }
}
.secInq ul li.inq2 div img {
  position: absolute;
  top: -40px;
  right: 30px;
  width: 200px;
}
@media only screen and (max-width: 767px) {
  .secInq ul li.inq2 div img {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.secInq ul li.inq2 p {
  font-weight: bold;
  font-size: 14px;
  text-align: left;
  width: calc(100% - 200px);
  margin-bottom: 0px;
}
@media only screen and (max-width: 767px) {
  .secInq ul li.inq2 p {
    width: 100%;
    line-height: 1.6;
  }
}
.secInq ul li.inq1 {
  border-radius: 0px 25px 0px 25px;
  background: #ed6d20 url(../images/top/icon_req1.png) left 30px center no-repeat;
  background-size: 70px;
  color: #fff;
}
.secInq ul li.inq1 .bubble {
  color: #ed6d20;
  border: 2px solid #ed6d20;
}
@media only screen and (max-width: 767px) {
  .secInq ul li.inq1 {
    background: #ed6d20 url(../images/top/icon_req1.png) top 40px center no-repeat;
    background-size: 70px;
    padding-top: 90px;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}
.secInq ul li.inq3 {
  border-radius: 0px 25px 0px 25px;
  background: #f3982c url(../images/top/icon_req2.png) left 30px center no-repeat;
  background-size: 70px;
  color: #fff;
}
.secInq ul li.inq3 .bubble {
  color: #f3982c;
  border: 2px solid #f3982c;
}
@media only screen and (max-width: 767px) {
  .secInq ul li.inq3 {
    background: #f3982c url(../images/top/icon_req2.png) top 40px center no-repeat;
    background-size: 70px;
    padding-top: 90px;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
}
.secInq ul li.inq4 {
  border-radius: 0px 25px 0px 25px;
  background: #f8b62c url(../images/top/icon_req3.png) left 30px center no-repeat;
  background-size: 70px;
  color: #fff;
}
.secInq ul li.inq4 .bubble {
  color: #f8b62c;
  border: 2px solid #f8b62c;
}
@media only screen and (max-width: 767px) {
  .secInq ul li.inq4 {
    background: #f8b62c url(../images/top/icon_req3.png) top 40px center no-repeat;
    background-size: 70px;
    padding-top: 90px;
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
}

.secTopFaq {
  max-width: 1180px;
  margin: 135px auto 0px auto;
}
@media only screen and (max-width: 767px) {
  .secTopFaq {
    margin: 100px auto 0px auto;
  }
}
.secTopFaq .aBtn {
  display: block;
  text-align: center;
  text-decoration: none;
  width: 350px;
  padding: 1.5rem;
  font-size: 16px;
  font-weight: 500;
  background-color: #ED6D20;
  color: #fff;
  border-radius: 100vh;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background-image: url("../images/arrow_btn01.svg");
  background-repeat: no-repeat;
  background-size: 14px 11px;
  background-position: 90% 50%;
  margin: 20px auto;
  letter-spacing: 0.25em;
  z-index: 1;
}
.secTopFaq .aBtn:hover {
  background-color: #F39C67;
  color: #fff;
  opacity: 1;
}
.secTopFaq dl {
  background-image: url("../images/bg_img01.jpg");
  background-size: cover;
  border-radius: 0px 30px 0px 30px;
  padding: 20px 0px;
  margin-top: 10px;
}
.secTopFaq .faq__ttl {
  position: relative;
  padding: 20px 40px 20px 90px;
  font-size: 18px;
  cursor: pointer;
  line-height: 1.6;
}
.secTopFaq .faq__ttl:hover {
  color: #ED6D20;
}
.secTopFaq .faq__ttl:before {
  content: "Q";
  font-family: "Barlow", sans-serif;
  background: #f3982c;
  border-radius: 50px;
  position: absolute;
  display: block;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 24px;
  height: 44px;
  width: 44px;
  color: #FFF;
  line-height: 44px;
  text-align: center;
}
.secTopFaq .faq__ttl:after {
  content: "";
  display: block;
  background: url(../images/top/ico_arw_accordion_ong.png) center center no-repeat;
  width: 16px;
  height: 10px;
  background-size: 100%;
  position: absolute;
  top: calc(50% - 5px);
  right: 40px;
}
@media only screen and (max-width: 767px) {
  .secTopFaq .faq__ttl:after {
    display: none;
  }
}
.secTopFaq .faq__ttl.open:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.secTopFaq .faq_answ {
  display: none;
  font-size: 14px;
  padding: 20px 40px 20px 60px;
  position: relative;
  line-height: 1.6;
}
.secTopFaq .faq_answ:before {
  content: "A";
  font-family: "Barlow", sans-serif;
  background: #f0712d;
  border-radius: 50px;
  position: absolute;
  display: block;
  left: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 18px;
  height: 30px;
  width: 30px;
  color: #FFF;
  line-height: 30px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .secTopFaq .faq_answ:before {
    top: 40px;
  }
}/*# sourceMappingURL=top.css.map */