@charset "UTF-8";
/******************************
全て
******************************/
.wrap {
  width: 1200px; /*船木修正：元は85%*/
  max-width: 100%; /*船木修正：元は1900px*/
  margin: 0 auto;
  padding: 0 1rem;
}
@media screen and (max-width: 991px) {
  .wrap {
    width: 100%;
  }
}

.wrap-four {
  width: 1440px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 1rem;
}
@media screen and (max-width: 991px) {
  .wrap-four {
    width: 100%;
  }
}

.md {
  display: none;
}
@media screen and (max-width: 991px) {
  .md {
    display: block;
  }
}

.xs {
  display: none;
}
@media screen and (max-width: 575px) {
  .xs {
    display: block;
  }
}

.center {
  text-align: center;
}

.notes {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3em;
}

.contact-btn {
  display: block;
  background-color: #007c68;
  color: #fff;
  text-align: center;
  width: 100%;
  max-width: 400px;
  margin: 3rem auto 0;
  font-size: 16px;
  padding: 1rem;
}
@media screen and (max-width: 991px) {
  .contact-btn {
    font-size: 16px;
    padding: 1.5rem 0.5rem;
    margin: 1rem auto 0;
  }
}
.contact-btn:hover {
  color: #fff;
}

.modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  box-sizing: border-box;
}
.modal-container:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.modal-container.active {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}
.modal-container .modal-body {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 500px;
  width: 90%;
}
.modal-container .modal-close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -40px;
  right: -40px;
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}
.modal-container .modal-content {
  background: #fff;
  text-align: left;
  padding: 0.5rem 2rem 2rem;
  width: 100%;
  height: 60vh;
  overflow-y: scroll;
}
@media screen and (max-width: 991px) {
  .modal-container .modal-content {
    padding: 0 1rem 1rem;
  }
}
.modal-container .modal-content p {
  padding: 1.5rem 0 1rem;
  line-height: 1.2;
}
.modal-container .modal-content ul {
  list-style: disc;
  list-style-position: inside;
}
.modal-container .modal-content ul li {
  padding-bottom: 0.5rem;
  line-height: 1.2;
  padding-left: 1.4rem;
  text-indent: -1.4rem;
}

@media screen and (max-width: 749px) {
  .menu-bottom {
    z-index: 100;
  }
}
.menu-bottom.shinchiku, .menu-bottom.chuko {
  background-color: #9c8847;
}
.menu-bottom.shinchiku-4, .menu-bottom.shinchiku-5 {
  background-color: #222857;
  padding: 20px 0;
  width: 100%;
}
@media screen and (max-width: 749px) {
  .menu-bottom.shinchiku-4, .menu-bottom.shinchiku-5 {
    padding: 0;
  }
}
.menu-bottom.shinchiku-4 .menu-bottom-inner, .menu-bottom.shinchiku-5 .menu-bottom-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.menu-bottom.shinchiku-4 .pc dl,
.menu-bottom.shinchiku-4 .sp dl, .menu-bottom.shinchiku-5 .pc dl,
.menu-bottom.shinchiku-5 .sp dl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto;
}
.menu-bottom.shinchiku-4 .pc dl dt,
.menu-bottom.shinchiku-4 .pc dl dd,
.menu-bottom.shinchiku-4 .sp dl dt,
.menu-bottom.shinchiku-4 .sp dl dd, .menu-bottom.shinchiku-5 .pc dl dt,
.menu-bottom.shinchiku-5 .pc dl dd,
.menu-bottom.shinchiku-5 .sp dl dt,
.menu-bottom.shinchiku-5 .sp dl dd {
  width: 48%;
}
@media screen and (max-width: 749px) {
  .menu-bottom.shinchiku-4 .pc dl dt,
  .menu-bottom.shinchiku-4 .pc dl dd,
  .menu-bottom.shinchiku-4 .sp dl dt,
  .menu-bottom.shinchiku-4 .sp dl dd, .menu-bottom.shinchiku-5 .pc dl dt,
  .menu-bottom.shinchiku-5 .pc dl dd,
  .menu-bottom.shinchiku-5 .sp dl dt,
  .menu-bottom.shinchiku-5 .sp dl dd {
    width: 50%;
  }
}
.menu-bottom.shinchiku-4 .pc dl dt a,
.menu-bottom.shinchiku-4 .pc dl dd a,
.menu-bottom.shinchiku-4 .sp dl dt a,
.menu-bottom.shinchiku-4 .sp dl dd a, .menu-bottom.shinchiku-5 .pc dl dt a,
.menu-bottom.shinchiku-5 .pc dl dd a,
.menu-bottom.shinchiku-5 .sp dl dt a,
.menu-bottom.shinchiku-5 .sp dl dd a {
  border-radius: 50px;
  display: flex;
  width: 100%;
  height: 55px;
  align-items: center;
  padding-left: 10px;
}
@media screen and (max-width: 749px) {
  .menu-bottom.shinchiku-4 .pc dl dt a,
  .menu-bottom.shinchiku-4 .pc dl dd a,
  .menu-bottom.shinchiku-4 .sp dl dt a,
  .menu-bottom.shinchiku-4 .sp dl dd a, .menu-bottom.shinchiku-5 .pc dl dt a,
  .menu-bottom.shinchiku-5 .pc dl dd a,
  .menu-bottom.shinchiku-5 .sp dl dt a,
  .menu-bottom.shinchiku-5 .sp dl dd a {
    border-radius: 0;
    padding: 10px 15px;
    flex-wrap: wrap;
    height: auto;
  }
}
@media screen and (max-width: 575px) {
  .menu-bottom.shinchiku-4 .pc dl dt a,
  .menu-bottom.shinchiku-4 .pc dl dd a,
  .menu-bottom.shinchiku-4 .sp dl dt a,
  .menu-bottom.shinchiku-4 .sp dl dd a, .menu-bottom.shinchiku-5 .pc dl dt a,
  .menu-bottom.shinchiku-5 .pc dl dd a,
  .menu-bottom.shinchiku-5 .sp dl dt a,
  .menu-bottom.shinchiku-5 .sp dl dd a {
    padding: 10px 8px;
  }
}
.menu-bottom.shinchiku-4 .pc dl dt a::after,
.menu-bottom.shinchiku-4 .pc dl dd a::after,
.menu-bottom.shinchiku-4 .sp dl dt a::after,
.menu-bottom.shinchiku-4 .sp dl dd a::after, .menu-bottom.shinchiku-5 .pc dl dt a::after,
.menu-bottom.shinchiku-5 .pc dl dd a::after,
.menu-bottom.shinchiku-5 .sp dl dt a::after,
.menu-bottom.shinchiku-5 .sp dl dd a::after {
  content: "";
  background: url(../images/catalog-1/header_icon02.svg);
  background-repeat: no-repeat;
  width: 18px;
  height: 20px;
  background-size: 18px 20px;
  display: inline-block;
  position: absolute;
  top: 51%;
  right: 4%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media screen and (max-width: 749px) {
  .menu-bottom.shinchiku-4 .pc dl dt a::after,
  .menu-bottom.shinchiku-4 .pc dl dd a::after,
  .menu-bottom.shinchiku-4 .sp dl dt a::after,
  .menu-bottom.shinchiku-4 .sp dl dd a::after, .menu-bottom.shinchiku-5 .pc dl dt a::after,
  .menu-bottom.shinchiku-5 .pc dl dd a::after,
  .menu-bottom.shinchiku-5 .sp dl dt a::after,
  .menu-bottom.shinchiku-5 .sp dl dd a::after {
    content: none;
  }
}
.menu-bottom.shinchiku-4 .pc dl dt a:hover p,
.menu-bottom.shinchiku-4 .pc dl dd a:hover p,
.menu-bottom.shinchiku-4 .sp dl dt a:hover p,
.menu-bottom.shinchiku-4 .sp dl dd a:hover p, .menu-bottom.shinchiku-5 .pc dl dt a:hover p,
.menu-bottom.shinchiku-5 .pc dl dd a:hover p,
.menu-bottom.shinchiku-5 .sp dl dt a:hover p,
.menu-bottom.shinchiku-5 .sp dl dd a:hover p {
  background: #fff;
  color: #222857;
}
.menu-bottom.shinchiku-4 .pc dl dt a p,
.menu-bottom.shinchiku-4 .pc dl dd a p,
.menu-bottom.shinchiku-4 .sp dl dt a p,
.menu-bottom.shinchiku-4 .sp dl dd a p, .menu-bottom.shinchiku-5 .pc dl dt a p,
.menu-bottom.shinchiku-5 .pc dl dd a p,
.menu-bottom.shinchiku-5 .sp dl dt a p,
.menu-bottom.shinchiku-5 .sp dl dd a p {
  color: #fff;
  background: #222857;
  border-radius: 50px;
  padding: 10px 30px;
  font-weight: 500;
  transition: ease 0.4s;
}
@media (min-width: 1200px) {
  .menu-bottom.shinchiku-4 .pc dl dt a p,
  .menu-bottom.shinchiku-4 .pc dl dd a p,
  .menu-bottom.shinchiku-4 .sp dl dt a p,
  .menu-bottom.shinchiku-4 .sp dl dd a p, .menu-bottom.shinchiku-5 .pc dl dt a p,
  .menu-bottom.shinchiku-5 .pc dl dd a p,
  .menu-bottom.shinchiku-5 .sp dl dt a p,
  .menu-bottom.shinchiku-5 .sp dl dd a p {
    font-size: 16px;
  }
}
@media screen and (max-width: 749px) {
  .menu-bottom.shinchiku-4 .pc dl dt a p,
  .menu-bottom.shinchiku-4 .pc dl dd a p,
  .menu-bottom.shinchiku-4 .sp dl dt a p,
  .menu-bottom.shinchiku-4 .sp dl dd a p, .menu-bottom.shinchiku-5 .pc dl dt a p,
  .menu-bottom.shinchiku-5 .pc dl dd a p,
  .menu-bottom.shinchiku-5 .sp dl dt a p,
  .menu-bottom.shinchiku-5 .sp dl dd a p {
    font-size: 14px;
    font-weight: 600;
    padding: 18px 10px;
    flex-basis: 50px;
    text-align: center;
  }
}
@media screen and (max-width: 575px) {
  .menu-bottom.shinchiku-4 .pc dl dt a p,
  .menu-bottom.shinchiku-4 .pc dl dd a p,
  .menu-bottom.shinchiku-4 .sp dl dt a p,
  .menu-bottom.shinchiku-4 .sp dl dd a p, .menu-bottom.shinchiku-5 .pc dl dt a p,
  .menu-bottom.shinchiku-5 .pc dl dd a p,
  .menu-bottom.shinchiku-5 .sp dl dt a p,
  .menu-bottom.shinchiku-5 .sp dl dd a p {
    font-size: 12px;
  }
}
.menu-bottom.shinchiku-4 .pc dl dt a span,
.menu-bottom.shinchiku-4 .pc dl dd a span,
.menu-bottom.shinchiku-4 .sp dl dt a span,
.menu-bottom.shinchiku-4 .sp dl dd a span, .menu-bottom.shinchiku-5 .pc dl dt a span,
.menu-bottom.shinchiku-5 .pc dl dd a span,
.menu-bottom.shinchiku-5 .sp dl dt a span,
.menu-bottom.shinchiku-5 .sp dl dd a span {
  width: 12%;
  padding-left: 13px;
  text-align: center;
}
.menu-bottom.shinchiku-4 .pc dl dt a h2,
.menu-bottom.shinchiku-4 .pc dl dd a h2,
.menu-bottom.shinchiku-4 .sp dl dt a h2,
.menu-bottom.shinchiku-4 .sp dl dd a h2, .menu-bottom.shinchiku-5 .pc dl dt a h2,
.menu-bottom.shinchiku-5 .pc dl dd a h2,
.menu-bottom.shinchiku-5 .sp dl dt a h2,
.menu-bottom.shinchiku-5 .sp dl dd a h2 {
  color: #222857;
  font-weight: 500;
}
@media (min-width: 1200px) {
  .menu-bottom.shinchiku-4 .pc dl dt a h2,
  .menu-bottom.shinchiku-4 .pc dl dd a h2,
  .menu-bottom.shinchiku-4 .sp dl dt a h2,
  .menu-bottom.shinchiku-4 .sp dl dd a h2, .menu-bottom.shinchiku-5 .pc dl dt a h2,
  .menu-bottom.shinchiku-5 .pc dl dd a h2,
  .menu-bottom.shinchiku-5 .sp dl dt a h2,
  .menu-bottom.shinchiku-5 .sp dl dd a h2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 749px) {
  .menu-bottom.shinchiku-4 .pc dl dt a h2,
  .menu-bottom.shinchiku-4 .pc dl dd a h2,
  .menu-bottom.shinchiku-4 .sp dl dt a h2,
  .menu-bottom.shinchiku-4 .sp dl dd a h2, .menu-bottom.shinchiku-5 .pc dl dt a h2,
  .menu-bottom.shinchiku-5 .pc dl dd a h2,
  .menu-bottom.shinchiku-5 .sp dl dt a h2,
  .menu-bottom.shinchiku-5 .sp dl dd a h2 {
    flex-basis: calc(100% - 50px);
    font-size: 17px;
    font-weight: 700;
    text-align: center;
  }
}
@media screen and (max-width: 575px) {
  .menu-bottom.shinchiku-4 .pc dl dt a h2,
  .menu-bottom.shinchiku-4 .pc dl dd a h2,
  .menu-bottom.shinchiku-4 .sp dl dt a h2,
  .menu-bottom.shinchiku-4 .sp dl dd a h2, .menu-bottom.shinchiku-5 .pc dl dt a h2,
  .menu-bottom.shinchiku-5 .pc dl dd a h2,
  .menu-bottom.shinchiku-5 .sp dl dt a h2,
  .menu-bottom.shinchiku-5 .sp dl dd a h2 {
    font-size: 14px;
  }
}
@media screen and (max-width: 380px) {
  .menu-bottom.shinchiku-4 .pc dl dt a h2,
  .menu-bottom.shinchiku-4 .pc dl dd a h2,
  .menu-bottom.shinchiku-4 .sp dl dt a h2,
  .menu-bottom.shinchiku-4 .sp dl dd a h2, .menu-bottom.shinchiku-5 .pc dl dt a h2,
  .menu-bottom.shinchiku-5 .pc dl dd a h2,
  .menu-bottom.shinchiku-5 .sp dl dt a h2,
  .menu-bottom.shinchiku-5 .sp dl dd a h2 {
    font-size: 12px;
  }
}
@media screen and (max-width: 749px) {
  .menu-bottom.shinchiku-4 .pc dl dt a h2 span,
  .menu-bottom.shinchiku-4 .pc dl dd a h2 span,
  .menu-bottom.shinchiku-4 .sp dl dt a h2 span,
  .menu-bottom.shinchiku-4 .sp dl dd a h2 span, .menu-bottom.shinchiku-5 .pc dl dt a h2 span,
  .menu-bottom.shinchiku-5 .pc dl dd a h2 span,
  .menu-bottom.shinchiku-5 .sp dl dt a h2 span,
  .menu-bottom.shinchiku-5 .sp dl dd a h2 span {
    font-size: 14px;
    width: auto;
    padding-left: 0;
    display: block;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 575px) {
  .menu-bottom.shinchiku-4 .pc dl dt a h2 span,
  .menu-bottom.shinchiku-4 .pc dl dd a h2 span,
  .menu-bottom.shinchiku-4 .sp dl dt a h2 span,
  .menu-bottom.shinchiku-4 .sp dl dd a h2 span, .menu-bottom.shinchiku-5 .pc dl dt a h2 span,
  .menu-bottom.shinchiku-5 .pc dl dd a h2 span,
  .menu-bottom.shinchiku-5 .sp dl dt a h2 span,
  .menu-bottom.shinchiku-5 .sp dl dd a h2 span {
    font-size: 12px;
  }
}
@media screen and (max-width: 380px) {
  .menu-bottom.shinchiku-4 .pc dl dt a h2 span,
  .menu-bottom.shinchiku-4 .pc dl dd a h2 span,
  .menu-bottom.shinchiku-4 .sp dl dt a h2 span,
  .menu-bottom.shinchiku-4 .sp dl dd a h2 span, .menu-bottom.shinchiku-5 .pc dl dt a h2 span,
  .menu-bottom.shinchiku-5 .pc dl dd a h2 span,
  .menu-bottom.shinchiku-5 .sp dl dt a h2 span,
  .menu-bottom.shinchiku-5 .sp dl dd a h2 span {
    font-size: 11px;
  }
}
.menu-bottom.shinchiku-4 .pc dl dt .dl-contact-btn,
.menu-bottom.shinchiku-4 .sp dl dt .dl-contact-btn, .menu-bottom.shinchiku-5 .pc dl dt .dl-contact-btn,
.menu-bottom.shinchiku-5 .sp dl dt .dl-contact-btn {
  position: relative;
}
.menu-bottom.shinchiku-4 .pc dl dt .dl-contact-btn a,
.menu-bottom.shinchiku-4 .sp dl dt .dl-contact-btn a, .menu-bottom.shinchiku-5 .pc dl dt .dl-contact-btn a,
.menu-bottom.shinchiku-5 .sp dl dt .dl-contact-btn a {
  background: #f7d726;
}
.menu-bottom.shinchiku-4 .pc dl dt .dl-contact-btn a img,
.menu-bottom.shinchiku-4 .sp dl dt .dl-contact-btn a img, .menu-bottom.shinchiku-5 .pc dl dt .dl-contact-btn a img,
.menu-bottom.shinchiku-5 .sp dl dt .dl-contact-btn a img {
  width: 23px;
}
.menu-bottom.shinchiku-4 .pc dl dd .dl-contact02-btn,
.menu-bottom.shinchiku-4 .sp dl dd .dl-contact02-btn, .menu-bottom.shinchiku-5 .pc dl dd .dl-contact02-btn,
.menu-bottom.shinchiku-5 .sp dl dd .dl-contact02-btn {
  position: relative;
}
.menu-bottom.shinchiku-4 .pc dl dd .dl-contact02-btn a,
.menu-bottom.shinchiku-4 .sp dl dd .dl-contact02-btn a, .menu-bottom.shinchiku-5 .pc dl dd .dl-contact02-btn a,
.menu-bottom.shinchiku-5 .sp dl dd .dl-contact02-btn a {
  background: #e2edf7;
  font-weight: 500;
}
.menu-bottom.shinchiku-4 .pc dl dd .dl-contact02-btn a img,
.menu-bottom.shinchiku-4 .sp dl dd .dl-contact02-btn a img, .menu-bottom.shinchiku-5 .pc dl dd .dl-contact02-btn a img,
.menu-bottom.shinchiku-5 .sp dl dd .dl-contact02-btn a img {
  width: 35px;
}
.menu-bottom .pc ul .present a {
  color: #1b2333;
  background-color: #fff;
  display: block;
  height: auto !important;
}
.menu-bottom .pc ul .present a .navybg {
  background-color: #1b2333;
  color: #fff;
  padding: 0.3rem;
  letter-spacing: 0.1rem;
  font-size: 14px;
}
.menu-bottom .pc ul .present a .flex {
  align-items: center;
}
.menu-bottom .pc ul .present a .flex .orangecircle {
  background-color: #E47911;
  text-align: center;
  border-radius: 0 30px 30px 0;
  display: inline-block;
  padding: 0.8rem 0.7rem 0.8rem 0.3rem;
  font-size: 14px;
}
.menu-bottom .pc ul .present a .flex .orangecircle .big {
  font-size: 18px;
}
.menu-bottom .pc ul .present a .flex .navytxt {
  color: #1b2333;
  font-size: 18px;
  padding-left: 0.7rem;
}
.menu-bottom .pc ul .present a .flex .navytxt .big {
  font-size: 23px;
}

.container-individual {
  background-color: #1b2333;
  padding: 1rem 0;
}
.container-individual .greenlabel {
  background-color: #007c68;
  color: #fff;
  text-align: center;
  padding: 1rem 0.5rem;
  font-size: 30px;
  letter-spacing: 0.3rem;
  text-shadow: 1px 1px 2px rgb(0, 0, 0);
}
@media screen and (max-width: 991px) {
  .container-individual .greenlabel {
    font-size: inherit;
    letter-spacing: 0.1rem;
  }
}
.container-individual .greenlabel + .center p {
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.3rem;
  position: relative;
  display: inline-block;
  padding: 2rem;
}
@media screen and (max-width: 991px) {
  .container-individual .greenlabel + .center p {
    font-size: 14px;
    padding: 1rem;
    letter-spacing: 0.1rem;
  }
}
.container-individual .greenlabel + .center p::before, .container-individual .greenlabel + .center p::after {
  position: absolute;
  top: 25px;
  width: 7px;
  height: 40px;
  content: "";
  border-left: solid 2px #fff;
  border-right: solid 2px #fff;
}
@media screen and (max-width: 991px) {
  .container-individual .greenlabel + .center p::before, .container-individual .greenlabel + .center p::after {
    top: 12px;
    height: 20px;
  }
}
.container-individual .greenlabel + .center p::before {
  left: 0;
  transform: skewX(20deg);
}
.container-individual .greenlabel + .center p::after {
  right: 0;
  transform: skewX(-20deg);
}
.container-individual .mainTxt {
  margin-bottom: 2rem;
}
@media screen and (max-width: 991px) {
  .container-individual .mainTxt {
    margin-bottom: 1rem;
  }
}
.container-individual .mainTxt .orangeribbon {
  background-color: #E47911;
  display: inline-block;
  position: relative;
  text-align: center;
  padding: 1rem 5rem 1rem 8rem;
  box-sizing: border-box;
}
@media screen and (max-width: 1199px) {
  .container-individual .mainTxt .orangeribbon {
    padding: 1rem 5rem 1rem 6rem;
  }
}
@media screen and (max-width: 991px) {
  .container-individual .mainTxt .orangeribbon {
    padding: 1rem 2rem 1rem 3rem;
    margin-left: 3rem;
  }
}
.container-individual .mainTxt .orangeribbon::after {
  position: absolute;
  content: "";
  width: 0px;
  height: 0px;
  top: 0;
  right: 0;
  border-width: 73px 45px 73px 0px;
  border-color: transparent #1b2333 transparent transparent;
  border-style: solid;
}
@media screen and (max-width: 991px) {
  .container-individual .mainTxt .orangeribbon::after {
    border-width: 47px 25px 47px 0px;
  }
}
.container-individual .mainTxt .orangeribbon .circle {
  background-color: #1b2333;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 99999px;
  width: 167px;
  height: 167px;
  position: absolute;
  top: -10px;
  left: -93px;
}
@media screen and (max-width: 991px) {
  .container-individual .mainTxt .orangeribbon .circle {
    width: 95px;
    height: 95px;
    left: -51px;
    top: 0px;
  }
}
.container-individual .mainTxt .orangeribbon .circle p {
  font-size: 28px;
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  line-height: 1.3;
}
@media screen and (max-width: 991px) {
  .container-individual .mainTxt .orangeribbon .circle p {
    font-size: 13px;
  }
}
.container-individual .mainTxt .orangeribbon .circle p .big {
  font-size: 40px;
}
@media screen and (max-width: 991px) {
  .container-individual .mainTxt .orangeribbon .circle p .big {
    font-size: 18px;
  }
}
.container-individual .mainTxt .orangeribbon > p {
  color: #fff;
  text-shadow: 2px 2px 1px rgb(0, 0, 0);
  font-size: 32px;
  font-weight: bold;
  padding-bottom: 0.5rem;
  letter-spacing: 0.3rem;
}
@media screen and (max-width: 991px) {
  .container-individual .mainTxt .orangeribbon > p {
    font-size: inherit;
    letter-spacing: 0.1rem;
  }
}
.container-individual .mainTxt .orangeribbon > p .small {
  font-size: 22px;
}
@media screen and (max-width: 991px) {
  .container-individual .mainTxt .orangeribbon > p .small {
    font-size: 14px;
  }
}
.container-individual .mainTxt .orangeribbon > p .big {
  font-size: 57px;
}
@media screen and (max-width: 991px) {
  .container-individual .mainTxt .orangeribbon > p .big {
    font-size: 23px;
  }
}
.container-individual .mainTxt .orangeribbon > a {
  color: #fff;
  text-decoration: underline;
  font-size: 18px;
}
@media screen and (max-width: 991px) {
  .container-individual .mainTxt .orangeribbon > a {
    font-size: 8px;
  }
}
.container-individual .yellow-btn {
  display: inline-block;
  background-color: #ffff00;
  border-radius: 9999px 0 0 9999px;
  position: relative;
}
.container-individual .yellow-btn::after {
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  top: 0px;
  border: unset;
  border-top: 32px solid transparent;
  border-bottom: 32px solid transparent;
  border-left: 40px solid #ffff00;
  position: absolute;
  right: -40px;
  left: unset;
}
@media screen and (max-width: 991px) {
  .container-individual .yellow-btn::after {
    border-top: 19px solid transparent;
    border-bottom: 19px solid transparent;
    border-left: 20px solid #ffff00;
    right: -20px;
  }
}
.container-individual .yellow-btn .flex {
  align-items: center;
}
.container-individual .yellow-btn .flex p.navy-bg {
  font-weight: normal;
  letter-spacing: 0.1rem;
  font-size: 25px;
  background-color: #1b2333;
  color: #ffff00;
  display: inline-block;
  border-radius: 9999px;
  padding: 0.3rem 2rem;
  border: 2px solid #ffff00;
}
@media screen and (max-width: 991px) {
  .container-individual .yellow-btn .flex p.navy-bg {
    font-size: 13px;
    padding: 0.3rem 0.8rem;
  }
}
.container-individual .yellow-btn .flex p.txt {
  color: #1b2333;
  font-weight: bold;
  letter-spacing: 0.3rem;
  font-size: 27px;
  padding: 0 5rem;
}
@media screen and (max-width: 991px) {
  .container-individual .yellow-btn .flex p.txt {
    font-size: inherit;
    padding: 0 1rem;
  }
}

.container-chuko_sales {
  padding: 6rem 0;
}
.container-chuko_sales::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background: url(../imgs/common/chuko_sales/bg-chuko_sales.jpg) center no-repeat;
  background-size: cover;
}
.container-chuko_sales .wrap .contents h2 {
  font-size: 65px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.1rem;
  padding-bottom: 2rem;
  color: #fff;
  text-shadow: 2px 2px 3px rgb(0, 0, 0);
}
@media screen and (max-width: 991px) {
  .container-chuko_sales .wrap .contents h2 {
    font-size: 30px;
  }
}
.container-chuko_sales .wrap .contents h2 + p {
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
}
@media screen and (max-width: 991px) {
  .container-chuko_sales .wrap .contents h2 + p {
    font-size: 14px;
  }
}
.container-chuko_sales .wrap .contents .property .item {
  max-width: 1000px;
  margin: 2rem auto 6rem;
}
@media screen and (max-width: 991px) {
  .container-chuko_sales .wrap .contents .property .item {
    margin: 2rem auto 3rem;
  }
}
.container-chuko_sales .wrap .contents .property .item h3 {
  font-size: 30px;
  background-color: #1b2333;
  color: #fff;
  text-align: center;
  padding: 1rem;
  letter-spacing: 0.15rem;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  border-left: 3px solid #fff;
}
@media screen and (max-width: 991px) {
  .container-chuko_sales .wrap .contents .property .item h3 {
    font-size: 20px;
  }
}
.container-chuko_sales .wrap .contents .property .item .flex {
  flex-wrap: wrap;
}
.container-chuko_sales .wrap .contents .property .item .flex table {
  flex-basis: 50%;
}
.container-chuko_sales .wrap .contents .property .item .flex table:nth-last-of-type(2) {
  border-right: none;
}
@media screen and (max-width: 991px) {
  .container-chuko_sales .wrap .contents .property .item .flex table {
    flex-basis: 100%;
  }
}
.container-chuko_sales .wrap .contents .property .item table {
  width: 100%;
  border-right: 2px solid #fff;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.container-chuko_sales .wrap .contents .property .item table tbody tr th,
.container-chuko_sales .wrap .contents .property .item table tbody tr td {
  text-align: center;
  padding: 0.8rem;
  letter-spacing: 0.1rem;
  font-family: "Times New Roman", "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
}
.container-chuko_sales .wrap .contents .property .item table tbody tr th:not(:last-child),
.container-chuko_sales .wrap .contents .property .item table tbody tr td:not(:last-child) {
  border-right: 2px solid #fff;
}
@media screen and (max-width: 991px) {
  .container-chuko_sales .wrap .contents .property .item table tbody tr th,
  .container-chuko_sales .wrap .contents .property .item table tbody tr td {
    padding: 0.3rem 0.2rem;
  }
}
.container-chuko_sales .wrap .contents .property .item table tbody tr th {
  background-color: #d6e6fc;
  font-size: 23px;
  border-bottom: 2px solid #fff;
}
@media screen and (max-width: 991px) {
  .container-chuko_sales .wrap .contents .property .item table tbody tr th {
    font-size: 14px;
  }
}
.container-chuko_sales .wrap .contents .property .item table tbody tr td {
  background-color: #efead9;
  font-size: 25px;
  font-weight: bold;
}
@media screen and (max-width: 991px) {
  .container-chuko_sales .wrap .contents .property .item table tbody tr td {
    font-size: 14px;
  }
}
.container-chuko_sales .wrap .contents .property .item table tbody tr td.red {
  color: #CF0000;
}
.container-chuko_sales .wrap .contents .property .item table tbody tr td .big {
  font-size: 55px;
}
@media screen and (max-width: 991px) {
  .container-chuko_sales .wrap .contents .property .item table tbody tr td .big {
    font-size: 27px;
  }
}
.container-chuko_sales .wrap .contents .tx--note {
  color: #fff;
  text-align: center;
  font-size: 0.97222vw;
}
@media screen and (max-width: 749px) {
  .container-chuko_sales .wrap .contents .tx--note {
    font-size: 3.2vw;
  }
}

#flow .container-flow {
  background-color: #fff;
}

#contact .container-contact {
  background-color: #fff;
}
#contact .container-contact > .inner .form dl > dd ul.flc {
  align-items: self-start;
}
#contact .container-contact > .inner .form dl > dd ul.flc input.hasDatepicker {
  width: 100%;
}
#contact .container-contact > .inner .form .js-mw-checkbox label,
#contact .container-contact > .inner .form .js-mw-checkbox2 label {
  cursor: pointer;
}
#contact .container-contact > .inner .form .js-mw-checkbox label input,
#contact .container-contact > .inner .form .js-mw-checkbox2 label input {
  cursor: pointer;
}
#contact .container-contact > .inner .form .js-mw-checkbox label .mwform-checkbox-field-text a.underline,
#contact .container-contact > .inner .form .js-mw-checkbox2 label .mwform-checkbox-field-text a.underline {
  color: #0089ff;
  text-decoration: underline;
}

.mw_wp_form .error {
  padding-left: 0.5rem;
  font-size: 0.8rem !important;
}

@media screen and (max-width: 749px) {
  #sales_results .pc {
    display: none;
  }
}

.wpcf7 form.wpcf7-form input[type=submit] {
  color: #fff;
  background: #007c68;
  border: none;
  border-radius: 15px;
  padding: 16px 130px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media screen and (max-width: 575px) {
  .wpcf7 form.wpcf7-form input[type=submit] {
    padding: 16px 16px;
  }
}
.wpcf7 form.wpcf7-form .js-cf7-checkbox,
.wpcf7 form.wpcf7-form .js-cf7-checkbox2 {
  cursor: pointer;
}
.wpcf7 form.wpcf7-form .js-cf7-checkbox input,
.wpcf7 form.wpcf7-form .js-cf7-checkbox2 input {
  cursor: pointer;
}
.wpcf7 form.wpcf7-form .js-cf7-checkbox .wpcf7-list-item a.underline,
.wpcf7 form.wpcf7-form .js-cf7-checkbox2 .wpcf7-list-item a.underline {
  color: #0089ff;
  text-decoration: underline;
}

/*funaki add shinchiku------------------*/
.tx--notice {
  margin-bottom: 20px;
  line-height: 1.4em;
  font-size: 15px;
}
.box-border .tx--notice {
  margin-top: 10px;
  margin-bottom: 0px;
}

.container-brandnew #consultation > .tx--heading {
  margin-top: -1px;
  background-color: transparent;
}

#brandnew .individual dd.info p {
  line-height: 1.6em;
}

.common-inner {
  width: 1200px;
  max-width: 95%;
  margin: 0 auto;
}

@media (min-width: 750px) {
  .container-sales_results > .inner {
    width: 1200px;
    max-width: 85%;
  }
}
@media (max-width: 749px) {
  .container-sales_results > .inner {
    width: 85%;
  }
}
.container-brandnew > .posBox .txtBox {
  width: 1200px;
  max-width: 85%;
}
@media screen and (max-width: 749px) {
  .container-brandnew > .posBox .txtBox {
    width: 85%;
  }
}

@media (min-width: 750px) {
  .container-brandnew > .inner > dl.individual {
    width: 1200px;
    max-width: 85%;
  }
}
@media (max-width: 749px) {
  .container-brandnew > .inner > dl.individual {
    width: 85%;
  }
}
@media (min-width: 750px) {
  .container-brandnew > .inner > dl > dt {
    margin-right: auto;
    margin-left: auto;
    width: 80%;
  }
}
@media (min-width: 750px) {
  .container-brandnew > .inner > dl:first-of-type > dd > .box-img {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
  }
}
@media (min-width: 750px) {
  .container-brandnew > .inner > dl:nth-of-type(2),
  .container-brandnew > .inner > dl:nth-of-type(3),
  .container-brandnew > .inner > dl:last-of-type {
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
  }
}
@media (min-width: 750px) {
  .container-brandnew #consultation > .box-img {
    margin-bottom: 5.55556vw;
    width: 1200px;
    max-width: 85%;
  }
}
@media (min-width: 750px) {
  .container-support > .inner {
    width: 1200px;
    max-width: 100%;
  }
}
@media (max-width: 749px) {
  .container-support > .inner {
    padding: 7.2vw 4vw;
    width: 85%;
  }
}
@media (min-width: 750px) {
  .container-brandnew > .inner > dl:nth-of-type(2),
  .container-brandnew > .inner > dl:nth-of-type(3),
  .container-brandnew > .inner > dl:last-of-type {
    max-width: 80%;
    width: 1200px;
  }
}
@media (min-width: 750px) {
  .container-flow > .inner {
    width: 1200px;
    max-width: 85%;
  }
}
#column .inner {
  width: 1200px;
  max-width: 100%;
}

@media (min-width: 750px) {
  .container-contact > .inner {
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 3.125vw;
    width: 1200px;
    max-width: 85%;
    border: 2px solid #1b2333;
  }
  .container-sales_results > .inner > .tx--heading {
    font-size: 36px;
    line-height: 1.5em;
  }
  .container-contact > .inner > .form {
    margin: 0 30px;
    margin-bottom: 50px;
    font-size: 17px;
    line-height: 1.5em;
  }
  .container-brandnew > .posBox .txtBox dl dd {
    font-size: 28px;
    line-height: 1.5em;
  }
  .container-brandnew > .posBox .txtBox .point-link {
    width: 500px;
    max-width: 85%;
  }
  .container-brandnew > .inner > dl > dt.flc > .fli.tx--middleheading {
    line-height: 1.5em;
    font-size: 36px;
  }
  .container-brandnew > .inner > dl:nth-of-type(2) > dd > .flc,
  .container-brandnew > .inner > dl:nth-of-type(3) > dd > .flc {
    justify-content: space-around;
    align-items: center;
  }
  .container-brandnew > .inner > dl:nth-of-type(2) > dd > .flc > .fli.box-txt,
  .container-brandnew > .inner > dl:nth-of-type(3) > dd > .flc > .fli.box-txt {
    width: 50%;
    line-height: 1.6em;
  }
  .container-brandnew > .inner > dl:nth-of-type(2) > dd > .flc > .fli.box-img,
  .container-brandnew > .inner > dl:nth-of-type(3) > dd > .flc > .fli.box-img {
    width: 40%;
  }
  .container-support > .inner > .details > .individual > .box-border > .box-img {
    width: 100%;
  }
  .container-support > .inner > .details > .individual:nth-of-type(2) > .box-border > .flc:last-of-type {
    margin: 0 auto;
    width: 680px;
  }
  .container-support > .inner > .details > .individual:nth-of-type(2) > .box-border > .flc:last-of-type > .fli > dl > dd {
    font-size: 20px;
  }
  .container-support > .inner > .details > .individual > .box-border > .tx--subheading {
    font-size: 22px;
  }
}
.container-support > .inner > .details > .individual:nth-of-type(2) > .box-border > .flc:first-of-type > .fli > .tx--note > small {
  padding: 0px;
}

@media (max-width: 749px) {
  .container-brandnew > .inner > dl:nth-of-type(2) > dd > .flc,
  .container-brandnew > .inner > dl:nth-of-type(3) > dd > .flc {
    line-height: 1.6em;
  }
  .container-flow > .inner > .voice > .tx--middleheading {
    font-size: 20px;
  }
  .tx--notice {
    font-size: 13px;
  }
  .container-flow > .inner > .voice > .individual > .box-border > .tx--sentence {
    font-size: 14px;
    line-height: 1.3em;
  }
  .container-flow > .inner > .voice > .individual > .box-border > .tx--subheading {
    font-size: 17px;
  }
  .container-brandnew > .posBox .txtBox > .tx--subheading {
    text-align: center;
    margin-bottom: 30px;
  }
  .container-brandnew > .posBox .txtBox > .tx--subheading > strong {
    font-size: 30px;
    margin: 10px auto;
  }
}
@media screen and (max-width: 749px) {
  .container-brandnew > .posBox .txtBox > .tx--subheading {
    font-size: 18px;
  }
  .container-brandnew > .posBox .txtBox > .tx--subheading strong {
    font-size: 20px;
    margin: 10px auto;
  }
}
.shinchiku .container-sales_results > .inner ul.flc .fli.box-txt,
.shinchiku-2 .container-sales_results > .inner ul.flc .fli.box-txt {
  width: 80%;
  margin: 10px auto;
}
@media screen and (max-width: 991px) {
  .shinchiku .container-sales_results > .inner ul.flc .fli.box-txt,
  .shinchiku-2 .container-sales_results > .inner ul.flc .fli.box-txt {
    width: 100%;
  }
}

.shinchiku #onsale.container-shinchiku_sales .wrap .property .flex .item {
  position: relative;
  padding-bottom: 80px;
}

.contact-btn {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  margin: 0px auto;
}

.shinchiku #onsale.container-shinchiku_sales .wrap .property .flex .item div.station p {
  font-size: 17px;
}

.shinchiku #onsale.container-shinchiku_sales .wrap .property .flex .item div.supple {
  font-size: 16px;
}

.shinchiku #onsale.container-shinchiku_sales .wrap .property .flex .item #text {
  font-size: 17px;
}

.shinchiku #onsale.container-shinchiku_sales .wrap .property .flex .item div.station p {
  font-size: 14px;
}

@media (min-width: 750px) {
  header {
    max-height: 60px;
  }
}
.container-individual .subtext p {
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 0.3rem;
  position: relative;
  display: inline-block;
  padding: 2rem;
}
@media screen and (max-width: 991px) {
  .container-individual .subtext p {
    font-size: 14px;
    padding: 1rem;
    letter-spacing: 0.1rem;
  }
}
.container-individual .subtext p::before, .container-individual .subtext p::after {
  position: absolute;
  top: 25px;
  width: 7px;
  height: 40px;
  content: "";
  border-left: solid 2px #fff;
  border-right: solid 2px #fff;
}
@media screen and (max-width: 991px) {
  .container-individual .subtext p::before, .container-individual .subtext p::after {
    top: 12px;
    height: 20px;
  }
}
.container-individual .subtext p::before {
  left: 0;
  transform: skewX(20deg);
}
.container-individual .subtext p::after {
  right: 0;
  transform: skewX(-20deg);
}

.container-flow > .inner > .voice > .individual > .box-border > .tx--sentence {
  font-size: 16px;
}

/*中古----------------------------*/
@media (min-width: 750px) {
  .container-feature > .inner > dl.individual {
    width: 90%;
  }
}
@media (min-width: 750px) {
  .container-feature #consultation > .box-img {
    width: 1200px;
    max-width: 85%;
  }
}
@media (min-width: 1200px) {
  .page-template-page-chuko .container-feature > .inner > dl.individual {
    width: 1100px;
  }
}
/*お問い合わせフォーム部分*/
@media (min-width: 750px) {
  .container-contact > .inner > .form dl > dt {
    width: 25%;
    padding-right: 55px;
  }
  .container-contact > .inner > .form dl.flc {
    align-items: flex-start;
  }
}
.container-contact > .inner > .box-bg > .tx--middleheading {
  width: 660px;
  font-size: 30px;
  padding: 30px 40px;
  margin: 0px auto 20px auto;
  display: block;
}
@media screen and (max-width: 991px) {
  .container-contact > .inner > .box-bg > .tx--middleheading {
    width: 90%;
    font-size: 24px;
  }
  .container-contact > .inner > .box-bg > .tx--middleheading strong {
    font-size: 28px;
  }
}
@media screen and (max-width: 749px) {
  .container-contact > .inner > .box-bg > .tx--middleheading {
    text-align: center;
    -moz-text-align-last: center;
         text-align-last: center;
    font-size: 18px;
    padding: 10px;
  }
  .container-contact > .inner > .box-bg > .tx--middleheading strong {
    font-size: 24px;
  }
}
@media screen and (max-width: 749px) {
  .container-contact > .inner > .box-bg > .tx--middleheading {
    width: 95%;
    font-size: 14px;
    padding: 10px;
  }
  .container-contact > .inner > .box-bg > .tx--middleheading strong {
    font-size: 18px;
  }
}

.container-brandnew > .posBox .txtBox .tx--subheading {
  font-size: 36px;
  margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
  .container-brandnew > .posBox .txtBox .tx--subheading {
    font-size: 26px;
  }
}
@media screen and (max-width: 991px) {
  .container-brandnew > .posBox .txtBox dl dd {
    font-size: 22px;
    line-height: 1.5em;
  }
}
@media screen and (max-width: 991px) {
  .container-brandnew > .posBox .txtBox .tx--heading {
    margin-top: 20px;
  }
}

form p {
  line-height: 1.3em;
  font-size: 14px;
  margin-bottom: 10px;
}

@media screen and (min-width: 1300px) {
  .container-contact > .inner > .box-bg > .tx--middleheading > strong strong {
    font-size: 32px;
  }
}
@media screen and (max-width: 374px) {
  .container-brandnew > .posBox .txtBox {
    top: 50%;
  }
  .container-brandnew > .posBox .txtBox dl.flc {
    margin-bottom: 10px;
  }
  .container-brandnew > .posBox .txtBox dl dd {
    font-size: 18px;
  }
  .container-brandnew > .posBox .txtBox .tx--subheading {
    margin-bottom: 10px;
  }
}

.pc-only {
  display: block;
}
@media screen and (max-width: 749px) {
  .pc-only {
    display: none;
  }
}

.sp-only {
  display: none;
}
@media screen and (max-width: 749px) {
  .sp-only {
    display: block;
  }
}

.main-visual .sp-only {
  position: relative;
  margin-top: 10px;
}

.main-visual .sp-only .amazon {
  position: absolute;
  bottom: 20px;
  width: 90%;
  margin: auto;
  text-align: center;
  left: 0;
  right: 0;
}

@media screen and (max-width: 749px) {
  .shinchiku .main-visual {
    height: auto;
  }
}

@media screen and (max-width: 991px) {
  .shinchiku .main-visual .wrapper .flex .amazon img {
    max-width: 400px;
  }
}
@media screen and (max-width: 991px) {
  .shinchiku .main-visual .wrapper .flex .medal img {
    max-width: 355px;
  }
}

@media (min-width: 1200px) {
  .container-contact > .inner > .box-bg > .tx--middleheading > strong {
    font-size: 36px;
  }
  .container-contact > .inner > .box-bg > .flc > .fli:last-of-type em {
    font-size: 50px;
  }
  .container-contact > .inner > .box-bg > .flc > .fli:last-of-type {
    width: 80%;
    -moz-text-align-last: justify;
    text-align-last: justify;
    font-size: 40px;
  }
  .container-contact > .inner > .box-bg > .flc {
    width: 90%;
  }
}
@media screen and (max-width: 749px) {
  .shinchiku-4 .container-contact > .inner > .form dl > dd:not(.noFlex) {
    display: block;
  }
  .shinchiku-5 .container-contact > .inner > .form dl > dd:not(.noFlex) {
    display: block;
  }
  .shinchiku .container-contact > .inner > .form dl > dd:not(.noFlex) {
    display: block;
  }
}
.owner ul.flexbox {
  width: 100%;
  display: flex;
  justify-content: space-around;
}
.owner ul.flexbox li {
  width: 45%;
}
.owner ul.flexbox li dt {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 1.3em;
}
@media screen and (max-width: 749px) {
  .owner ul.flexbox li dt {
    font-size: 16px;
  }
}
.owner ul.flexbox li dd {
  line-height: 1.4em;
  margin-bottom: 20px;
}

@media (max-width: 749px) {
  .owner ul.flexbox {
    display: block;
  }
  .owner ul.flexbox li {
    width: 100%;
  }
  .owner ul.flexbox li dt {
    font-size: 15px;
  }
  .owner ul.flexbox li dd {
    font-size: 13px;
  }
}
.owner p.owner--tx--notice {
  font-size: 11px;
  line-height: 1.3em;
}

@media (min-width: 750px) {
  .container-sales_results > .inner > ul.flc > .fli.box-txt {
    font-size: 16px;
  }
}
@media (min-width: 1500px) {
  body.chuko .container-feature > .inner > dl.individual {
    width: 1600px;
  }
  body.chuko .container-sales_results > .inner > ul.flc > .fli.box-img {
    width: 400px;
    padding-right: 40px;
  }
  body.chuko .container-feature > .inner > dl > dd > .posBox > .fixBox * {
    width: 800px;
  }
  body.chuko .container-feature > .inner > dl > dd > .posBox > .txtBox {
    width: 880px;
  }
  body.chuko .container-feature > .inner > dl > dd > .posBox > .txtBox > .tx--subheading {
    font-size: 30px;
  }
  body.chuko .container-feature > .inner > dl > dd > .posBox > .txtBox > .tx--sentence {
    font-size: 26px;
  }
}

.container-flow .voice .individual2 {
  margin-bottom: 30px;
}
.container-flow .voice .individual2 .box-border {
  border: 1px solid #000;
  border-radius: 10px;
  padding: 30px;
}
@media screen and (max-width: 749px) {
  .container-flow .voice .individual2 .box-border {
    padding: 20px;
  }
}
.container-flow .voice .individual2 .box-border p.tx--sentence {
  line-height: 1.6em;
}
.container-flow .voice .individual2 .box-border p.tx--notice {
  font-size: 13px;
}
.container-flow .voice .individual2 .ind-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 749px) {
  .container-flow .voice .individual2 .ind-title {
    display: block;
  }
}
.container-flow .voice .individual2 .ind-title .ind-image {
  width: 120px;
  text-align: center;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 749px) {
  .container-flow .voice .individual2 .ind-title .ind-image {
    position: relative;
    margin-top: -40px;
    width: 100px;
  }
}
.container-flow .voice .individual2 .ind-title .ind-title-text {
  margin-left: 20px;
  width: 100%;
}
@media screen and (max-width: 749px) {
  .container-flow .voice .individual2 .ind-title .ind-title-text {
    margin-left: 0px;
    margin-top: 10px;
  }
}
.container-flow .voice .individual2 .ind-title .ind-title-text h3 {
  color: #222857;
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 749px) {
  .container-flow .voice .individual2 .ind-title .ind-title-text h3 {
    font-size: 1.3em;
    line-height: 1.5em;
  }
}
.container-flow .voice .individual2 .ind-title .ind-title-text p {
  font-size: 18px;
  font-weight: bold;
  color: #222857;
  border-bottom: 1px solid #222857;
  padding-bottom: 20px;
}
@media screen and (max-width: 749px) {
  .container-flow .voice .individual2 .ind-title .ind-title-text p {
    font-size: 16px;
  }
}
.container-flow .voice .individual2 .ind-title .ind-title-text p span {
  font-size: 1.3em;
  margin-right: 20px;
}

.container-contact-thanks {
  background: #fff;
  border-radius: 20px;
  padding: 30px;
  margin: 0 auto;
  width: 720px;
  max-width: 90%;
}
.container-contact-thanks h3.tx--subheading {
  font-size: 2em;
  text-align: center;
  padding: 15px;
  border-bottom: 5px solid #d2ab67;
  margin-bottom: 40px;
  font-weight: bold;
}
@media screen and (max-width: 749px) {
  .container-contact-thanks h3.tx--subheading {
    font-size: 1.5em;
  }
}
.container-contact-thanks p {
  font-size: 16px;
  line-height: 1.7em;
}
.container-contact-thanks .box-link a {
  background: #2e447c;
  padding: 20px 60px;
  color: #fff;
  font-size: 1.1em;
  font-weight: 500;
  border-radius: 60px;
  transition: all 0.5s;
  text-decoration: none;
  display: block;
  width: 300px;
  max-width: 90%;
  margin: 20px auto;
  text-align: center;
}
@media screen and (max-width: 575px) {
  .container-contact-thanks .box-link a {
    padding: 20px 30px;
    width: 220px;
    max-width: 90%;
  }
}

.timerex {
  margin: 20px auto;
}

/*# sourceMappingURL=add_common.css.map */