.breadcrumbs {
  display: none;
}

.aftermain {
  background-image: url(../img/after/mv.jpg);
  background-size: cover;
  padding: 75px 0;
}
.aftermain .inner h2 {
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 10px;
  padding: 40px;
  display: inline-block;
  font-size: 2.4rem;
}
@media screen and (max-width: 820px) {
  .aftermain .inner h2 {
    padding: 20px;
    font-size: 2rem;
    text-align: center;
  }
  .aftermain .inner h2 br {
    display: none;
  }
}
.aftermain .inner h2 span {
  color: #b53964;
}

.after_leadtxt {
  padding: 60px 0;
  text-align: center;
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 820px) {
  .after_leadtxt {
    padding: 30px 15px;
    font-size: 1.4rem;
  }
}

.after_ttl {
  text-align: center;
}
@media screen and (max-width: 820px) {
  .after_ttl {
    font-size: 2rem;
  }
}
.after_ttl span {
  display: block;
  font-size: 1.2rem;
  color: #b63965;
}

.after_box01 {
  background-color: #fff7f9;
  padding: 60px 0;
}
.after_box01 .after_icon_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.after_box01 .after_icon_list li {
  background-color: #fff;
  width: 31%;
  padding: 40px 40px 60px;
  text-align: center;
  margin-top: 30px;
}
@media screen and (max-width: 820px) {
  .after_box01 .after_icon_list li {
    width: 100%;
  }
}
.after_box01 .after_icon_list li h3 {
  font-size: 2rem;
  color: #b63965;
  margin-bottom: 30px;
}
.after_box01 .after_icon_list li p {
  text-align: left;
}

.after_box02 {
  padding: 60px 0;
}
.after_box02 .inner .after_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px dashed #21286a;
  padding-bottom: 60px;
  margin-bottom: 60px;
}
@media screen and (max-width: 820px) {
  .after_box02 .inner .after_flex {
    flex-direction: column;
  }
}
.after_box02 .inner .after_flex:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}
.after_box02 .inner .after_flex.reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 820px) {
  .after_box02 .inner .after_flex.reverse {
    flex-direction: column;
  }
}
.after_box02 .inner .after_flex figure {
  display: block;
  width: 48%;
}
@media screen and (max-width: 820px) {
  .after_box02 .inner .after_flex figure {
    width: 100%;
	  text-align:center;
  }
}
.after_box02 .inner .after_flex .txt_box {
  width: 48%;
}
@media screen and (max-width: 820px) {
  .after_box02 .inner .after_flex .txt_box {
    width: 100%;
  }
}
.after_box02 .inner .after_flex .txt_box h3 {
  font-size: 2.4rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 820px) {
  .after_box02 .inner .after_flex .txt_box h3 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 820px) {
  .after_box02 .inner .after_flex .txt_box h3 span:last-of-type {
    width: calc(100% - 60px);
    margin-left: 5px;
  }
}
.after_box02 .inner .after_flex .txt_box h3 .numbers {
  font-size: 10rem;
  color: rgba(33, 40, 106, 0.7);
}
@media screen and (max-width: 820px) {
  .after_box02 .inner .after_flex .txt_box h3 .numbers {
    font-size: 4rem;
  }
}

.after_box03 {
  background-color: #f8f8f9;
  padding: 60px 0;
}
.after_box03 .inner .after_map {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
@media screen and (max-width: 820px) {
  .after_box03 .inner .after_map {
    flex-direction: column;
  }
}
.after_box03 .inner .after_map .txt_box {
  width: 60%;
  background-color: #fff;
  padding: 40px 50px;
}
@media screen and (max-width: 820px) {
  .after_box03 .inner .after_map .txt_box {
    width: 100%;
    padding: 20px;
  }
}
.after_box03 .inner .after_map .txt_box dl {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 820px) {
  .after_box03 .inner .after_map .txt_box dl {
    flex-direction: column;
  }
}
.after_box03 .inner .after_map .txt_box dl dt {
  color: #b63965;
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  width: 20%;
  border-bottom: 1px solid #cdcdcd;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
@media screen and (max-width: 820px) {
  .after_box03 .inner .after_map .txt_box dl dt {
    width: 100%;
    border-bottom: none;
    margin-bottom: 10px;
    padding-bottom: 0px;
  }
}
.after_box03 .inner .after_map .txt_box dl dt.border_none {
  border-bottom: none;
  margin-bottom: 20px;
  padding-bottom: 0px;
}
.after_box03 .inner .after_map .txt_box dl dt::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #b63965;
  margin-right: 10px;
}
.after_box03 .inner .after_map .txt_box dl dd {
  width: 80%;
  font-size: 1.6rem;
  border-bottom: 1px solid #cdcdcd;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
@media screen and (max-width: 820px) {
  .after_box03 .inner .after_map .txt_box dl dd {
    width: 100%;
  }
}
.after_box03 .inner .after_map .txt_box dl dd.border_none {
  border-bottom: none;
  margin-bottom: 20px;
  padding-bottom: 0px;
}
.after_box03 .inner .after_map .txt_box ul {
  display: flex;
}
@media screen and (max-width: 820px) {
  .after_box03 .inner .after_map .txt_box ul {
    flex-wrap: wrap;
  }
}
.after_box03 .inner .after_map .txt_box ul li {
  color: #b63965;
  border: 1px solid #b63965;
  border-radius: 30px;
  padding: 5px 30px;
  margin-right: 10px;
}
@media screen and (max-width: 820px) {
  .after_box03 .inner .after_map .txt_box ul li {
    padding: 5px 15px;
    margin-bottom: 10px;
  }
}
.after_box03 .inner .after_map .google_map {
  width: 35%;
}
@media screen and (max-width: 820px) {
  .after_box03 .inner .after_map .google_map {
    width: 100%;
  }
}
.after_box03 .inner .after_map .google_map iframe {
  width: 100%;
  height: 100%;
}
.after_box03 .inner .img_list {
  margin-top: 5px;
}
.after_box03 .inner .img_list ul {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 820px) {
  .after_box03 .inner .img_list ul {
    flex-wrap: wrap;
  }
}
.after_box03 .inner .img_list ul li {
  position: relative;
}
@media screen and (max-width: 820px) {
  .after_box03 .inner .img_list ul li {
    width: 48%;
    margin-bottom: 20px;
  }
}
.after_box03 .inner .img_list ul li .txt {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 5px;
  font-size: 1.6rem;
  padding: 0 5px;
}

.after_box04 {
  padding: 60px 0;
}
.after_box04 .inner {
  width: 100%;
  max-width: 100%;
}
.after_box04 .inner .bk_line {
  width: 100%;
  position: relative;
  margin-bottom: 60px;
}
.after_box04 .inner .bk_line::after {
  content: "";
  display: block;
  width: 100%;
  height: 140px;
  background-color: #f7f6f1;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 820px) {
	.after_box04 .inner .bk_line::after {
		display:none;
	}
}
.after_box04 .inner .fukidashi {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 60px;
  margin-bottom: 60px;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 820px) {
  .after_box04 .inner .fukidashi {
    flex-direction: column;
  }
}
.after_box04 .inner .fukidashi .img_box {
  width: 200px;
  height: 200px;
}
.after_box04 .inner .fukidashi .txt_box {
  width: calc(100% - 220px);
}
@media screen and (max-width: 820px) {
  .after_box04 .inner .fukidashi .txt_box {
    width: 100%;
  }
}
.after_box04 .inner .fukidashi .txt_box h3 {
  font-size: 2rem;
  margin-bottom: 25px;
}
@media screen and (max-width: 820px) {
  .after_box04 .inner .fukidashi .txt_box h3 {
    margin-top: 20px;
  }
}
.after_box04 .inner .fukidashi .txt_box h3 span {
  font-size: 1.6rem;
  background-color: #21286a;
  color: #fff;
  padding: 10px 20px;
  border-radius: 30px;
}
@media screen and (max-width: 820px) {
  .after_box04 .inner .fukidashi .txt_box h3 span {
    display: block;
    text-align: center;
    padding: 5px 0px;
    margin-bottom: 10px;
  }
}
.after_box04 .inner .fukidashi .txt_box p {
  position: relative;
  display: inline-block;
  padding: 20px 40px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #FFF;
  border: solid 1px #21286a;
  box-sizing: border-box;
  border-radius: 20px;
}
.after_box04 .inner .fukidashi .txt_box p::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -18px;
  width: 22px;
  height: 25px;
  background-image: url(../img/after/arrow.png);
  background-size: contain;
  transform: translateY(-50%);
}
@media screen and (max-width: 820px) {
  .after_box04 .inner .fukidashi .txt_box p::before {
  top: -14px;
    left: 50%;
    transform: translateX(-100%) rotate(-30deg);
  }
}
.after_box04 .inner .fukidashi .txt_box p::after {
  content: "";
  position: absolute;
  top: 39%;
  left: 1px;
  background-color: #fff;
  width: 3px;
  height: 26px;
}

@media screen and (max-width: 820px) {
.after_box04 .inner .fukidashi .txt_box p::after {
	  top: -8px;
    left: 49%;
	width:10px;
    transform: translateX(-100%) rotate(270deg);
	}

}

.after_box05 {
  margin-bottom: 60px;
}
.after_box05 .inner .img_box {
  margin-top: 35px;
  text-align: center;
}

.after_box06 {
  background-color: #f8f8f9;
  padding: 60px 0;
}
.after_box06 h2 {
  text-align: center;
  font-size: 2.4rem;
  margin-bottom: 30px;
}

.after_box07 {
  padding: 60px 0;
}
.after_box07 h2 {
  margin-bottom: 30px;
}
.after_box07 .accordion-content {
  display: none;
}
.after_box07 .accordion-header {
  background-color: #FFF;
  padding: 20px 45px 20px 20px;
  margin: 10px 0 0;
  cursor: pointer;
  position: relative;
  background-color: #f7f6f1;
  font-size: 1.8rem;
}
.after_box07 .accordion-header::before,
.after_box07 .accordion-header::after {
  position: absolute;
  content: "";
  top: 1px;
  right: 20px;
  bottom: 0;
  width: 12px;
  height: 2px;
  margin: auto;
  background: #151E2F;
}
.after_box07 .accordion-header::after {
  transform: rotate(-90deg);
  transition: transform 0.3s;
}
.after_box07 .accordion-header.active::after {
  transform: rotate(0deg);
}
.after_box07 .accordion-content {
  background-color: #FFF;
  padding: 12px 20px 10px;
}
.after_box07 .accordion-header span,
.after_box07 .accordion-content span {
  padding-left: 25px;
  position: relative;
	display:block;
}
.after_box07 .accordion-header span::before {
  position: absolute;
  content: "";
  top: -6px;
  left: 0;
  background-image: url(../img/after/q.png);
  background-size: cover;
  width: 17px;
  height: 38px;
}
.after_box07 .accordion-content {
  position: relative;
  background-color: rgba(247, 246, 241, 0.3);
  padding: 25px 50px;
}
.after_box07 .accordion-content span {
  display: block;
  padding-left: 10px;
}
.after_box07 .accordion-content::before {
  position: absolute;
  content: "";
  top: 29px;
  left: 18px;
  background-image: url(../img/after/a.png);
  background-size: cover;
  width: 19px;
  height: 33px;
}/*# sourceMappingURL=after.css.map */