@charset "UTF-8";
/*  ▼ TOPページ
------------------------------------- */
.intro {
  padding: 180px 0;
}
@media screen and (max-width: 766px) {
  .intro {
    padding: 80px 0 40px;
  }
}
.intro_inner {
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 766px) {
  .intro_inner {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 766px) {
  .intro_text {
    margin-bottom: 20px;
  }
}
.intro_text p {
  line-height: 2.13;
}
@media screen and (max-width: 766px) {
  .intro_text p {
    line-height: 1.8;
  }
}
.intro_text p:not(:last-of-type) {
  margin-bottom: 35px;
}
@media screen and (max-width: 766px) {
  .intro_text p:not(:last-of-type) {
    margin-bottom: 15px;
  }
}

.trouble {
  width: 90%;
  margin: 0 auto;
  padding: 110px 0;
  background: url(../img/common/ft_bg.jpg) repeat center;
  border-radius: 20px;
}
@media screen and (max-width: 766px) {
  .trouble {
    padding: 20px 0;
  }
}
.trouble_ttl {
  position: relative;
  margin-bottom: 50px;
  text-align: center;
  font-size: 4rem;
  font-weight: 500;
  z-index: 0;
}
@media screen and (max-width: 766px) {
  .trouble_ttl {
    margin-bottom: 30px;
    font-size: 1.8rem;
    letter-spacing: 0;
  }
}
.trouble_ttl span {
  position: relative;
  padding: 0 10px;
  vertical-align: baseline;
  font-size: 4.5rem;
  z-index: -1;
}
@media screen and (max-width: 766px) {
  .trouble_ttl span {
    padding: 0 5px;
    font-size: 2.2rem;
  }
}
.trouble_ttl span::before {
  content: "";
  width: 161px;
  height: 86px;
  background: url(../img/top/trouble_item.png) no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: -1;
}
@media screen and (max-width: 766px) {
  .trouble_ttl span::before {
    width: 100%;
    height: 50px;
  }
}
.trouble_inner {
  position: relative;
  max-width: 975px;
  margin: 0 auto;
  padding: 30px 0 10px;
  text-align: center;
  z-index: 0;
}
@media screen and (max-width: 766px) {
  .trouble_inner {
    max-width: 350px;
    padding: 70px 0;
  }
}
@media screen and (max-width: 766px) {
  .trouble_inner > p {
    width: 170px;
    margin: 0 auto;
  }
}
.trouble_list {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.trouble_list li {
  position: absolute;
}
@media screen and (max-width: 766px) {
  .trouble_list li {
    width: 50%;
  }
}
.trouble_list li:first-of-type {
  top: 0;
  left: 55px;
}
@media screen and (max-width: 766px) {
  .trouble_list li:first-of-type {
    left: 0;
  }
}
.trouble_list li:nth-of-type(2) {
  top: 10;
  right: 65px;
}
@media screen and (max-width: 766px) {
  .trouble_list li:nth-of-type(2) {
    right: 0;
  }
}
.trouble_list li:nth-of-type(3) {
  bottom: 25px;
  left: 0;
}
@media screen and (max-width: 766px) {
  .trouble_list li:nth-of-type(3) {
    bottom: 0;
  }
}
.trouble_list li:nth-of-type(4) {
  bottom: 0;
  right: 0;
}

.discussion {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 766px) {
  .discussion {
    padding: 40px 0 0;
  }
}
.discussion_ttl {
  position: relative;
  max-width: 820px;
  width: 100%;
  margin: -50px auto 60px;
  padding: 25px 10px;
  background-color: #fff000;
  border-radius: 20px;
  text-align: center;
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 766px) {
  .discussion_ttl {
    max-width: 95%;
    margin: 0 auto 30px;
    padding: 10px;
    font-size: 1.8rem;
  }
}
.discussion_ttl::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 30px 0 30px;
  border-color: #fff000 transparent transparent transparent;
  position: absolute;
  bottom: -28px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 766px) {
  .discussion_ttl::before {
    border-width: 20px 30px 0 30px;
    bottom: -18px;
  }
}
.discussion_ttl span {
  vertical-align: baseline;
  font-size: 3.5rem;
}
@media screen and (max-width: 766px) {
  .discussion_ttl span {
    font-size: 2.2rem;
  }
}
.discussion_list li {
  width: calc( 100% / 3 );
  padding: 10vw 30px 30px;
  background: url(../img/top/discussion_bg01.jpg) no-repeat center/cover;
}
@media screen and (max-width: 766px) {
  .discussion_list li {
    width: 90%;
    margin: 0 auto 10px;
    padding: 20vw 15px 15px;
  }
}
.discussion_list li:nth-of-type(2) {
  background: url(../img/top/discussion_bg02.jpg) no-repeat center/cover;
}
.discussion_list li:nth-of-type(3) {
  background: url(../img/top/discussion_bg03.jpg) no-repeat center/cover;
}
.discussion_list li a {
  display: flex;
  align-items: center;
  position: relative;
  max-width: 420px;
  width: 100%;
  height: 100px;
  padding: 0 25px;
  background-color: #90d635;
  border-radius: 10px;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 1380px) {
  .discussion_list li a {
    height: 80px;
    padding: 0 15px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 766px) {
  .discussion_list li a {
    max-width: 270px;
    height: 60px;
    font-size: 1.8rem;
  }
}
.discussion_list li a::after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../img/top/arrow01.png) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: -12px;
  transform: translateY(-50%);
}

.greetings {
  padding: 180px 0 80px;
}
@media screen and (max-width: 766px) {
  .greetings {
    padding: 80px 0 40px;
  }
}
.greetings_ttl::before {
  background: url(../img/top/ttl_icon02.png) no-repeat center/contain;
}
@media screen and (max-width: 766px) {
  .greetings_inner {
    flex-direction: column;
    align-items: center;
  }
}
.greetings_img {
  margin-right: 80px;
}
@media screen and (max-width: 766px) {
  .greetings_img {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.greetings_text {
  margin-bottom: 50px;
}
@media screen and (max-width: 766px) {
  .greetings_text {
    margin-bottom: 20px;
  }
}
.greetings_text p {
  line-height: 2.13;
}
.greetings_btn a {
  width: 205px;
  padding: 18px;
  border-radius: 27px;
  font-size: 1.5rem;
}
@media screen and (max-width: 766px) {
  .greetings_btn a {
    margin: 0 auto;
  }
}

.link {
  background-color: #f0f0f0;
}
@media screen and (max-width: 766px) {
  .link .wrap {
    width: 100%;
  }
}
.link_area {
  width: 50%;
}
.link_area a {
  position: relative;
  width: 100%;
  padding: 210px 0 110px;
  background: url(../img/top/link_bg01.png) no-repeat top 70px center;
  text-align: center;
  font-size: 2.8rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  transition: .3s;
}
@media screen and (max-width: 766px) {
  .link_area a {
    padding: 80px 0 60px;
    background: url(../img/top/link_bg01.png) no-repeat top 20px center/auto 50px;
    font-size: 1.8rem;
    letter-spacing: 0;
  }
}
.link_area a:hover {
  box-shadow: 0 0 10px #333;
  opacity: .8;
  z-index: 5;
}
.link_area a::before {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../img/top/link_arrow.png) no-repeat center/contain;
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  transition: .3s;
}
@media screen and (max-width: 766px) {
  .link_area a::before {
    bottom: 20px;
  }
}
.link_area a:hover::before {
  left: 51%;
}
.link_area:nth-of-type(2) a {
  background: url(../img/top/link_bg02.png) no-repeat top 70px center;
}
@media screen and (max-width: 766px) {
  .link_area:nth-of-type(2) a {
    background: url(../img/top/link_bg02.png) no-repeat top 20px center/auto 50px;
  }
}

.sb {
  padding: 90px 0;
}
@media screen and (max-width: 766px) {
  .sb {
    padding: 40px 0;
  }
}
.sb .wrap {
  justify-content: space-between;
}
@media screen and (max-width: 766px) {
  .sb .wrap {
    flex-direction: column;
    align-items: center;
  }
}
.sb_area {
  position: relative;
  max-width: 490px;
  width: 100%;
  margin-bottom: 70px;
}
@media screen and (max-width: 766px) {
  .sb_area {
    margin-bottom: 50px;
  }
}
.sb_ttl {
  margin-bottom: 30px;
  padding: 15px 0 15px 90px;
  background: url(../img/top/sb_icon01.png) no-repeat center left/contain;
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 766px) {
  .sb_ttl {
    padding: 10px 0 10px 70px;
    font-size: 2rem;
  }
}
.sb_list li:not(:last-of-type) {
  margin-bottom: 15px;
}
.sb_list a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.sb_list a time {
  display: inline-block;
  margin-right: 18px;
  padding: 10px 12px;
  background-color: #fff000;
  border-radius: 5px;
}
.sb_list a p {
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media all and (-ms-high-contrast:none){
    .breadcrumbs li,.sb_list a p {
        line-height: 2;
    }
}
.sb_btn {
  position: absolute;
  top: 13px;
  right: 0;
}
@media screen and (max-width: 766px) {
  .sb_btn {
    top: 8px;
  }
  .sb_btn a {
    width: 120px;
    padding: 10px;
  }
}

.fb_btn {
  width: 100%;
  margin-bottom: 30px;
}
.fb_btn a {
  max-width: 382px;
  width: 100%;
  margin: 0 auto;
  border-radius: 10px;
  transition: .3s;
}
@media screen and (max-width: 766px) {
  .fb_btn a {
    max-width: 260px;
  }
}
.fb_btn a:hover {
  box-shadow: 0 0 10px;
  opacity: .8;
}

.bnr {
  width: 100%;
}
.bnr a {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
  transition: .3s;
}
@media screen and (max-width: 766px) {
  .bnr a {
    max-width: 100%;
  }
}
.bnr a:hover {
  box-shadow: 0 0 10px;
  opacity: .8;
}

/*  ▼ 代表挨拶
------------------------------------- */
.about {
  padding: 170px 0 90px;
}
@media screen and (max-width: 766px) {
  .about {
    padding: 80px 0 40px;
  }
}
.about_inner:not(:last-of-type) {
  flex-direction: column;
  align-items: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 766px) {
  .about_inner:not(:last-of-type) {
    margin-bottom: 30px;
  }
}
.about_ttl {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  padding: 13px 50px 15px;
  background: url(../img/common/ft_bg.jpg) repeat center;
  border-radius: 10px;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 766px) {
  .about_ttl {
    font-size: 1.8rem;
    padding: 8px 40px 10px;
  }
}
.about_ttl::before {
  content: "";
  width: 20px;
  height: 20px;
  background-color: #fff000;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
}
@media screen and (max-width: 766px) {
  .about_ttl::before {
    width: 15px;
    height: 15px;
  }
}
.about_img {
  margin-right: 30px;
}
@media screen and (max-width: 766px) {
  .about_img {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.about_dl {
  max-width: 730px;
  width: 100%;
}
.about_dl dl {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.about_dl dl:not(:last-of-type) {
  margin-bottom: 10px;
}
.about_dl dt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 110px;
  background-color: #90d635;
  border-radius: 5px 0 0 5px;
  font-weight: 500;
}
@media screen and (max-width: 766px) {
  .about_dl dt {
    width: 80px;
    padding: 5px;
    line-height: 2.13;
    align-items: flex-start;
  }
}
.about_dl dd {
  flex: 1;
  width: 100%;
  padding: 5px 20px;
  line-height: 2.13;
  background-color: #f0f0f0;
  border-radius: 0 5px 5px 0;
}
@media screen and (max-width: 766px) {
  .about_dl dd {
    padding: 5px 10px;
  }
}
.about_dl li {
  line-height: 2.13;
}
.about_list {
  width: 100%;
}
.about_list li {
  position: relative;
  width: 100%;
  padding: 13px 50px 17px;
  background-color: #f0f0f0;
  font-size: 1.8rem;
  line-height: 1.67;
}
@media screen and (max-width: 766px) {
  .about_list li {
    padding: 10px 40px 12px;
    font-size: 1.5rem;
  }
}
.about_list li:not(:last-of-type) {
  margin-bottom: 10px;
}
.about_list li::before {
  content: "";
  width: 15px;
  height: 15px;
  background-color: #90d635;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 22px;
  transform: translateY(-50%);
}
.about_link {
  width: 100%;
  justify-content: space-between;
}
.about_link li {
  position: relative;
  max-width: 330px;
  width: 31%;
  height: 250px;
  background: url(../img/about/about_item01.png) no-repeat center/cover;
  border-radius: 10px;
}
.about_link li:nth-of-type(2) {
  background: url(../img/about/about_item02.png) no-repeat center/cover;
}
.about_link li:nth-of-type(3) {
  background: url(../img/about/about_item03.png) no-repeat center/cover;
}
@media screen and (max-width: 766px) {
  .about_link li {
    max-width: 100%;
    width: 100%;
    height: 120px;
  }
  .about_link li:not(:last-of-type) {
    margin-bottom: 10px;
  }
}
.about_link li a {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 88%;
  height: 83px;
  padding: 0 20px;
  background-color: #fff000;
  border-radius: 10px;
  font-size: 2rem;
  letter-spacing: 0.12em;
  line-height: 1.25;
  position: absolute;
  bottom: -41px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 766px) {
  .about_link li a {
    height: 50px;
    bottom: 15px;
    font-size: 1.8rem;
  }
}
.about_link li a::before {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../img/top/link_arrow.png) no-repeat center/cover;
  position: absolute;
  top: 50%;
  right: -12px;
  transform: translateY(-50%);
}
.about_resume li {
  display: flex;
  flex-wrap: wrap;
  padding: 14px 15px 16px;
}
@media screen and (max-width: 766px) {
  .about_resume li {
    flex-direction: column;
  }
}
.about_resume li::before {
  display: none;
}
.about_resume li span {
  display: flex;
  align-items: center;
    min-width: 135px;
  margin-right: 20px;
  padding: 4px 20px;
  background-color: #90d635;
  border-radius: 5px;
  vertical-align: baseline;
  font-size: 1.5rem;
  font-weight: 500;
}
@media screen and (max-width: 766px) {
  .about_resume li span {
      width: 135px;
      margin-right: 0;
      text-align: center;
  }
}
.about_resume li p {
  flex: 1;
}

/*  ▼ 税務会計顧問について
------------------------------------- */
.advisor {
  padding: 170px 0 70px;
}
@media screen and (max-width: 766px) {
  .advisor {
    padding: 80px 0 40px;
  }
}
.advisor .cmn_ttl::before {
  background: url(../img/advisor/ttl_icon01.png) no-repeat center/contain;
}
.advisor_inner {
  padding: 0 0 70px;
}
@media screen and (max-width: 766px) {
  .advisor_inner {
    padding: 40px 0 20px;
  }
}
.advisor_list {
  justify-content: space-between;
}
.advisor_list li {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 766px) {
  .advisor_list li {
    width: 48%;
    margin-bottom: 4%;
  }
}
.advisor_list li p {
  width: 200px;
  margin-top: -23px;
  padding: 12px;
  background-color: #90d635;
  border-radius: 10px;
  text-align: center;
  font-size: 2.5rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  z-index: 1;
}
@media screen and (max-width: 766px) {
  .advisor_list li p {
    width: 90%;
    font-size: 2rem;
  }
}

.cmn {
  width: 90%;
  margin: 0 auto;
  padding: 70px 0 100px;
  background: url(../img/common/ft_bg.jpg) repeat center;
  border-radius: 10px;
}
@media screen and (max-width: 766px) {
  .cmn {
    width: calc( 100% - 30px );
    padding: 15px 0;
  }
}
@media screen and (max-width: 766px) {
  .cmn_inner {
    flex-direction: column-reverse;
    align-items: center;
  }
}
.cmn_img {
  margin-right: 50px;
}
@media screen and (max-width: 766px) {
  .cmn_img {
    margin-right: 0;
  }
}
.cmn_text {
  flex: 1;
}
@media screen and (max-width: 766px) {
  .cmn_text {
    margin-bottom: 20px;
  }
}
.cmn_text p {
  line-height: 2.13;
}
.cmn_text p:not(:last-of-type) {
  margin-bottom: 20px;
}
@media screen and (max-width: 766px) {
  .cmn_text p:not(:last-of-type) {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 766px) {
  .cmn_text p br {
    display: none;
  }
}

.sub_ttl {
  position: relative;
  max-width: 650px;
  width: 100%;
  margin: -50px auto 45px;
  padding: 25px 10px;
  background-color: #fff000;
  border-radius: 20px;
  text-align: center;
  font-size: 3.5rem;
  font-weight: 500;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 766px) {
  .sub_ttl {
    max-width: 90%;
    margin: 0 auto 30px;
    padding: 10px;
    font-size: 1.8rem;
  }
}
.sub_ttl::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 30px 0 30px;
  border-color: #fff000 transparent transparent transparent;
  position: absolute;
  bottom: -28px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 766px) {
  .sub_ttl::before {
    border-width: 20px 30px 0 30px;
    bottom: -18px;
  }
}

/*  ▼ 料金 共通
------------------------------------- */
.fee {
  padding: 170px 0 90px;
  background-color: #f0f0f0;
}
@media screen and (max-width: 766px) {
  .fee {
    padding: 80px 0 40px;
  }
}
.fee .cmn_ttl::before {
  background: url(../img/advisor/fee_icon.png) no-repeat center/contain;
}
.fee_inner dl {
  display: flex;
  flex-wrap: wrap;
}
.fee_inner dl:not(:last-of-type) {
  margin-bottom: 10px;
}
.fee_inner dt {
  width: 300px;
  padding: 10px;
  background-color: #90d635;
  border-radius: 5px 0px 0px 5px;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 766px) {
  .fee_inner dt {
    width: 100%;
    border-radius: 5px 5px 0px 0px;
  }
}
.fee_inner dd {
  flex: 1;
  width: 100%;
  padding: 10px;
  background-color: #fff;
  border-radius: 0px 5px 5px 0px;
  line-height: 2;
}
@media screen and (max-width: 766px) {
  .fee_inner dd {
    border-radius: 0px 0px 5px 5px;
  }
}

/*  ▼ 起業支援について
------------------------------------- */
.support {
  padding: 170px 0 0;
}
@media screen and (max-width: 766px) {
  .support {
    padding: 80px 0 40px;
  }
}
.support .cmn_ttl::before {
  background: url(../img/support/ttl_icon01.png) no-repeat center/contain;
}
.support_inner {
  padding: 0 0 70px;
}
@media screen and (max-width: 766px) {
  .support_inner {
    padding: 40px 0;
  }
}
.support_inner .sub_ttl {
  max-width: 780px;
}
.support_list {
  justify-content: space-between;
  margin-bottom: 60px;
}
@media screen and (max-width: 766px) {
  .support_list {
    margin-bottom: 40px;
  }
  .support_list li {
    width: 32%;
  }
}
.support_area {
  justify-content: space-between;
}
.support_box {
  max-width: 520px;
  width: 100%;
}
.support_box:first-of-type {
  margin-bottom: 30px;
}
.support_box:first-of-type .support_ttl {
  margin-top: -18px;
}
.support_box:nth-of-type(2) ul {
  background-color: #e2f8f5;
}
.support_box:nth-of-type(2) ul li::before {
  background-color: #73c1cc;
}
.support_box ul {
  width: 100%;
  margin-top: -45px;
  padding: 75px 65px;
  background-color: #fff0ee;
  border-radius: 10px;
}
@media screen and (max-width: 766px) {
  .support_box ul {
    margin-top: -35px;
    padding: 40px 15px 15px 30px;
  }
}
.support_box ul li {
  position: relative;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 766px) {
  .support_box ul li {
    font-size: 1.6rem;
    letter-spacing: 0;
  }
}
.support_box ul li::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #ff798c;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: -20px;
}
.support_box ul li:not(:last-of-type) {
  margin-bottom: 20px;
}
.support_ttl {
  text-align: center;
}
@media screen and (max-width: 766px) {
  .support_ttl {
    max-width: 150px;
    margin: 0 auto;
  }
}

/*  ▼ 不動産、相続、確定申告について
------------------------------------- */
.declaration {
  padding: 170px 0 70px;
}
@media screen and (max-width: 766px) {
  .declaration {
    padding: 80px 0 40px;
  }
}
.declaration .cmn_ttl::before {
  background: url(../img/declaration/ttl_icon01.png) no-repeat center/contain;
}
.declaration_inner {
  margin-bottom: 70px;
}
@media screen and (max-width: 766px) {
  .declaration_inner {
    margin-bottom: 40px;
  }
}
.declaration .sub_ttl {
  margin-top: 0;
}
.declaration .advisor_list li p {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 80px;
  font-size: 2rem;
  line-height: 1.4;
}
@media screen and (max-width: 766px) {
  .declaration .advisor_list li p {
    height: 60px;
    padding: 5px;
    font-size: 1.6rem;
    letter-spacing: 0;
  }
}

#declaration .cmn:not(:last-of-type) {
  margin-bottom: 50px;
}
.cmn_text h4 {
  margin-bottom: 15px;
  font-size: 5rem;
  font-weight: 500;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 766px) {
  .cmn_text h4 {
    font-size: 3.5rem;
  }
}

.even .cmn_inner {
  flex-direction: row-reverse;
}
@media screen and (max-width: 766px) {
  .even .cmn_inner {
    flex-direction: column-reverse;
  }
}
.even .cmn_img {
  margin-right: 0;
}
.even .cmn_text {
  margin-right: 50px;
}
@media screen and (max-width: 766px) {
  .even .cmn_text {
    margin-right: 0;
  }
}
.even .cmn_text p:first-of-type {
  margin-bottom: 20px;
}
.even .cmn_text ul {
  margin-bottom: 20px;
}
.even .cmn_text li {
  line-height: 2.13;
  font-weight: 500;
}
.even .cmn_text li:first-letter {
  color: #fff000;
}

/*  ▼ お問い合わせの流れ
------------------------------------- */
.flow {
  padding: 170px 0 40px;
}
@media screen and (max-width: 766px) {
  .flow {
    padding: 80px 0 20px;
  }
}
.flow .cmn_ttl::before {
  background: url(../img/flow/ttl_icon01.png) no-repeat center/contain;
}
@media screen and (max-width: 766px) {
  .flow_list {
    justify-content: space-between;
    max-width: 380px;
    margin: 0 auto;
  }
}
.flow_list li {
  margin-bottom: 50px;
  max-width: 290px;
}
@media screen and (max-width: 766px) {
  .flow_list li {
    margin-bottom: 20px;
  }
}
.flow_list li > div {
  margin-bottom: 20px;
}
@media screen and (max-width: 766px) {
  .flow_list li {
    width: 44%;
  }
}
.flow_list li:not(:nth-of-type(3n)) {
  margin-right: 105px;
}
@media screen and (max-width: 766px) {
  .flow_list li:not(:nth-of-type(3n)) {
    margin-right: 0;
  }
}
.flow_list li:not(:nth-of-type(3n)) div {
  position: relative;
}
.flow_list li:not(:nth-of-type(3n)) div::after {
  content: "";
  width: 77px;
  height: 32px;
  background: url(../img/flow/arrow01.png) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: -90px;
  transform: translateY(-50%);
}
@media screen and (max-width: 766px) {
  .flow_list li:not(:nth-of-type(3n)) div::after {
    display: none;
  }
}
.flow_list li:nth-of-type(5) div::after {
  display: none;
}
.flow_list li:not(:last-of-type) p {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.2;
}
@media screen and (max-width: 766px) {
  .flow_list li:not(:last-of-type) p {
    font-size: 1.6rem;
  }
}
.flow_list li:not(:last-of-type) p span {
  display: inline-block;
  font-size: 1.5rem;
  line-height: 1.33;
}
@media screen and (max-width: 766px) {
  .flow_list li:not(:last-of-type) p span {
    font-size: 1.2rem;
    letter-spacing: 0;
  }
}
.flow_alert {
  position: relative;
  width: 290px;
  height: 290px;
  padding-top: 70px;
  background-color: #fff000;
  border-radius: 50%;
}
@media screen and (max-width: 766px) {
  .flow_alert {
    width: 160px;
    height: 160px;
    padding-top: 35px;
  }
}
.flow_alert::before {
  content: "";
  width: 155px;
  height: 154px;
  background: url(../img/flow/flow_item06.png) no-repeat center/contain;
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 766px) {
  .flow_alert::before {
    width: 100px;
    bottom: -70px;
  }
}
.flow_alert p {
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 766px) {
  .flow_alert p {
    font-size: 1.4rem;
    letter-spacing: 0;
  }
}
.flow_alert p span {
  display: inline-block;
  padding: 0 10px;
  background-color: #90d635;
  vertical-align: baseline;
  border-radius: 5px;
}
@media screen and (max-width: 766px) {
  .flow_alert p span {
    padding: 0 2px;
  }
}

/*  ▼ 事務所案内
------------------------------------- */
.office {
  padding: 180px 0 90px;
}
@media screen and (max-width: 766px) {
  .office {
    padding: 80px 0 40px;
  }
}
.office .cmn_ttl::before {
  background: url(../img/office/ttl_icon01.png) no-repeat center/contain;
}
.office_inner {
  margin-bottom: 50px;
}
@media screen and (max-width: 766px) {
  .office_inner {
    margin-bottom: 30px;
  }
}
.office_inner dl {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 766px) {
  .office_inner dl {
    flex-direction: column;
  }
}
.office_inner dl:not(:last-of-type) {
  margin-bottom: 10px;
}
.office_inner dt {
  display: flex;
  align-items: center;
  width: 300px;
  padding: 16px 30px;
  background-color: #90d635;
  border-radius: 5px 0 0 5px;
  font-weight: 500;
}
@media screen and (max-width: 766px) {
  .office_inner dt {
    width: 100%;
    padding: 15px;
    border-radius: 5px 5px 0 0;
  }
}
.office_inner dd {
  flex: 1;
  width: 100%;
  padding: 16px 20px;
  background-color: #f0f0f0;
  border-radius: 0 5px 5px 0;
  line-height: 1.87;
}
@media screen and (max-width: 766px) {
  .office_inner dd {
    padding: 15px;
    border-radius: 0 0 5px 5px;
  }
}

.map {
  height: 350px;
}
@media screen and (max-width: 766px) {
  .map {
    height: 250px;
  }
}

/*  ▼ IE
------------------------------------- */
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .trouble_ttl span::before {
    top: 40%;
  }

  *::-ms-backdrop, .about_ttl {
    padding: 20px 50px 10px;
  }

  *::-ms-backdrop, .advisor_list li p {
    padding: 12px 12px 0px;
  }

  *::-ms-backdrop, .flow_alert p span {
    padding: 7px 10px 0px;
  }
}
/*  ▼ sp
------------------------------------- */
@media screen and (max-width: 766px) {
  header .hd-bar {
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 5px 10px;
    background-color: #f0f0f0;
    box-shadow: 0px 9px 10px -10px rgba(0, 0, 0, 0.4);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    transition: all 0.75s;
  }
  header .hd-bar.is-show {
    transform: translateY(0);
  }
  header .hd-bar.is-hide {
    transform: translateY(-100%);
  }
  header .hamburger-btn {
    cursor: pointer;
    width: 40px;
    height: 40px;
    position: relative;
    transition: all 0.5s;
  }
  header .hamburger-btn span {
    display: block;
    width: 30px;
    height: 2.5px;
    margin: auto;
    background-color: #333;
    transition: all 0.3s;
    position: absolute;
    right: 0;
    left: 0;
  }
  header .hamburger-btn span:first-child {
    top: 9px;
  }
  header .hamburger-btn span:nth-child(2) {
    top: 19px;
  }
  header .hamburger-btn span:last-child {
    top: 29px;
  }
  header .hamburger-btn.is-active span:first-child {
    transform: rotate(45deg);
  }
  header .hamburger-btn.is-active span:last-child {
    transform: rotate(-45deg);
  }
  header .hamburger-btn.is-active span:nth-child(2) {
    opacity: 0;
    transform: translateX(20px);
  }
  header .hamburger-btn.is-active span:not(:nth-child(2)) {
    top: 19px;
  }
  header h1 {
    width: auto;
    height: 40px;
  }
  header h1 img {
    height: 100%;
  }
  header .gnav {
    display: none;
    align-items: baseline;
    width: 100%;
    height: 100%;
    padding: 20px 10px 20%;
    color: #333;
    font-size: 16px;
    background-color: #f0f0f0;
    position: fixed;
    top: 50px;
    left: 0;
    overflow-y: auto;
    z-index: 500;
  }
  header .gnav ul {
    width: 100%;
      justify-content: space-between;
  }
  header .gnav-inner_level02 {
    display: block;
    height: 100%;
    padding: 20px 20px 35%;
    background-color: #d2d2d2;
    overflow-y: auto;
    z-index: 550;
    transform: translate3d(-100%, 0, 0);
    transition: transform 0.75s, opacity 0.3s;
    position: fixed;
    left: 0;
  }
  header .gnav-inner_level02.open {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  header .gnav-inner_level02 span {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    transition: all 0.4s;
  }
  header .gnav-inner_level02 span::after {
    content: '\f55a';
    font-size: 1em;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
  }
  header .gnav-inner_level02 span:hover {
    transform: translate3d(3px, -3px, 0);
  }
  header .ptn01-inner {
    margin: 0 0 20px;
  }
  header .ptn01-inner a {
    padding: 10px;
    border-bottom: 1px solid #000;
    transition: all 0.2s;
  }
  header .ptn01-inner a:hover {
    color: #333;
  }
  header .ptn01-inner_level02 {
    top: 50px;
  }
  header .ptn01-inner_level02 span {
    padding: 10px;
    border-bottom: 1px solid #000;
    transition: all 0.2s;
  }
  header .ptn01-innerSub {
    font-size: 1.2rem;
  }
  header .ptn01-innerSub li {
    width: 48%;
    margin: 0 0 3%;
    text-align: center;
  }
  header .ptn01-innerSub a {
    padding: 5px 0;
    border-radius: 4px;
    background-color: #fff;
  }
  header .ptn01-innerSub a:hover {
    background-color: #7e7e7e;
  }
  header .ptn02 {
    padding: 50px 20px 35%;
    background-color: rgba(210, 210, 210, 0.9);
  }
  header .ptn02 li {
    width: 100%;
    margin: 0 0 9px;
    border-bottom: 1px solid;
  }
  header .ptn02 a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 11px 7px;
    opacity: 0;
  }
  header .ptn02 a.is-fadein {
    animation: fadein 0.65s linear forwards;
  }
  header .ptn02 a::after {
    content: '\f0da';
    font-size: 1em;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
  }
  header .ptn02-inner li:nth-child(1) a.is-fadein {
    animation-delay: 0.1s;
  }
  header .ptn02-inner li:nth-child(2) a.is-fadein {
    animation-delay: 0.2s;
  }
  header .ptn02-inner li:nth-child(3) a.is-fadein {
    animation-delay: 0.3s;
  }
  header .ptn02-inner li:nth-child(4) a.is-fadein {
    animation-delay: 0.4s;
  }
  header .ptn02-inner li:nth-child(5) a.is-fadein {
    animation-delay: 0.5s;
  }
  header .ptn02-innerSub li:nth-child(1) a.is-fadein {
    animation-delay: 0.6s;
  }
  header .ptn02-innerSub li:nth-child(2) a.is-fadein {
    animation-delay: 0.7s;
  }
  header .ptn02-innerSub li:nth-child(3) a.is-fadein {
    animation-delay: 0.8s;
  }
  header .ptn02-innerSub li:nth-child(4) a.is-fadein {
    animation-delay: 0.9s;
  }
  header .ptn03 {
    opacity: 0;
    display: block;
    width: 85%;
    max-width: 420px;
    transform: translate3d(-100%, 0, 0);
    transition: transform 0.75s, opacity 0.3s;
  }
  header .ptn03.open {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  header .ptn03-inner {
    margin: 0 0 9px;
    padding: 0 0 9px;
    border-bottom: 1px solid #000;
  }
  header .ptn03-inner li:first-child {
    margin-bottom: 9px;
    padding-bottom: 9px;
    border-bottom: 1px solid #000;
  }
  header .ptn03-inner a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 3px 7px;
    transition: all 0.4s;
  }
  header .ptn03-inner a::after {
    content: '\f0da';
    font-size: 0.8em;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
  }
  header .ptn03-inner a:hover {
    color: #333;
  }
  header .ptn03-inner_level02 {
    top: 0;
  }
  header .ptn03-inner_level02 li:last-child {
    margin-bottom: 9px;
    padding-bottom: 9px;
    border-bottom: 1px solid #000;
  }
  header .ptn03-inner_level02 span {
    padding: 3px 7px;
  }
  header .ptn03-innerSub {
    padding: 0 0 9px;
  }
  header .ptn03-innerSub li {
      width: 49%;
      background-color: #fff;
      border-radius: 5px;
      margin-bottom: 2%;
  }
  header .ptn03-innerSub a {
      padding: 5px 3px;
      text-align: center;
      font-size: 1.3rem;
  }
  header .ptn03-innerSub a:hover {
    color: #333;
  }
  header .ptn04 {
    width: 94%;
    max-width: 555px;
    height: 70vmax;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    animation: ptn04_open 0.5s linear backwards;
  }
  header .ptn04-inner li {
    padding: 5px 0.5em;
    border-bottom: 1px dotted #000;
  }
  header .ptn04-inner a {
    display: flex;
    align-items: center;
  }
  header .ptn04-inner a::before {
    content: '\f0da';
    font-size: 0.8em;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    margin-right: 1em;
  }
  header .ptn04-inner a:hover:hover {
    opacity: 0.7;
  }
  header .ptn04-innerSub li {
    width: 100%;
    padding: 5px 0.5em;
    border-bottom: 1px dotted #000;
  }
  header .ptn04-innerSub a {
    display: flex;
    align-items: center;
  }
  header .ptn04-innerSub a::before {
    content: '\f0da';
    font-size: 0.8em;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    margin-right: 1em;
  }
  header .ptn04-innerSub a:hover:hover {
    opacity: 0.7;
  }
  header .ptn05 {
    padding: 0 0 50%;
  }
  header .ptn05 ul {
    line-height: 2;
  }
  header .ptn05 ul li {
    height: 63px;
    border-bottom: 1px solid #333;
    overflow: hidden;
  }
  header .ptn05 ul a {
    padding: 15px;
    transform: translateY(100%);
  }
  header .ptn05 ul a.is-fadein {
    animation: fade 0.5s ease-in-out forwards;
  }
  header .ptn05 ul a:hover {
    opacity: 0.7;
  }
  header .ptn05-inner {
    margin: 20px 0 0;
  }
  header .ptn05-inner li:nth-child(1) a.is-fadein {
    animation-delay: 0.1s;
  }
  header .ptn05-inner li:nth-child(2) a.is-fadein {
    animation-delay: 0.2s;
  }
  header .ptn05-inner li:nth-child(3) a.is-fadein {
    animation-delay: 0.3s;
  }
  header .ptn05-inner li:nth-child(4) a.is-fadein {
    animation-delay: 0.4s;
  }
  header .ptn05-inner li:nth-child(5) a.is-fadein {
    animation-delay: 0.5s;
  }
  header .ptn05-innerSub li:nth-child(1) a.is-fadein {
    animation-delay: 0.6s;
  }
  header .ptn05-innerSub li:nth-child(2) a.is-fadein {
    animation-delay: 0.7s;
  }
  header .ptn05-innerSub li:nth-child(3) a.is-fadein {
    animation-delay: 0.8s;
  }
  header .ptn05-innerSub li:nth-child(4) a.is-fadein {
    animation-delay: 0.9s;
  }
  header .filter {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    transform: translate3d(-100%, 0, 0);
    transition: all 0.75s 0.1s;
    position: fixed;
    top: 50px;
    left: 0;
    z-index: 200;
  }
  header .filter:last-of-type {
    background-color: rgba(0, 0, 0, 0.7);
    transition-delay: 0.3s;
    z-index: 250;
  }
  header .filter.open {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

/*--------------------------------------------------

    privacy

--------------------------------------------------*/
@media screen and (min-width: 768px) {
  .privacy {
    padding: 100px 0;
  }
  .privacy-title {
    margin: 0 0 50px;
  }
  .privacy-inner:not(:last-child) {
    margin-bottom: 40px;
  }
  .privacy-innerTitle {
    font-size: 2.6rem;
    margin: 0 0 15px;
  }
    .privacy p{
        line-height: 2;
    }
}
@media screen and (max-width: 766px) {
  .privacy-inner {
    padding: 0;
  }
  .privacy-inner:not(:last-child) {
    margin-bottom: 25px;
  }
  .privacy-innerTitle {
    margin: 0 0 10px;
  }
}

/*--------------------------------------------------

    site

--------------------------------------------------*/
.site li {
  border-bottom: 1px solid #000;
}
.site a {
  display: flex;
  align-items: center;
  padding: 15px 7px 10px;
  position: relative;
}
.site a:hover {
  opacity: 0.7;
  transform: translateX(10px);
}
.site a::before {
  content: '\f054';
  font-size: 1em;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  margin-right: 1em;
}
@media screen and (min-width: 768px) {
  .site {
    padding: 100px 0;
  }
  .site-list {
    display: flex;
    flex-flow: column wrap;
    align-content: space-between;
    height: 290px;
  }
  .site li {
    width: 48%;
  }
}

/*--------------------------------------------------

    e404

--------------------------------------------------*/
.error a {
  color: #333;
  display: inline-block;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .error {
    padding: 100px 0;
  }
  .error-title {
    margin: 0 0 20px;
  }
}

/*--------------------------------------------------

    contact

--------------------------------------------------*/
.contact th [class*="mark"] {
  line-height: 1.5;
  color: #fff;
  float: right;
  padding: 4px 12px;
  font-size: 1.2rem;
  border-radius: 16px;
}
.contact th .arbitrary-mar {
  background-color: #15b91b;
}
.contact td a {
  display: inline-block;
  text-decoration: underline;
}
.contact td div:not(:last-child) {
  margin-bottom: 8px;
}
.contact select,
.contact textarea,
.contact input[type='tel'],
.contact input[type='text'],
.contact input[type='num'],
.contact input[type='email'] {
  padding: 8px;
  border: 2px solid #333;
  border-radius: 2px;
  box-shadow: 0 1px 1px rgba(100, 100, 100, 0.1) inset;
  transition: all 0.4s;
}
.contact textarea {
  display: block;
  resize: none;
}
.contact td input:focus,
.contact td select:focus,
.contact td textarea:focus {
  outline: none;
  border-color: #000;
}
.contact input[type='button'],
.contact input[type='submit'] {
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
  transition: all 0.5s;
  cursor: pointer;
}
.contact input[type='button'][disabled],
.contact input[type='submit'][disabled]{
    opacity: .7;
    pointer-events: none;
    background-color: #90d635;
    border-radius: 22px;
    color: #fff;
}
.contact input[type='button'], .contact input[type='submit']{
    background-color: #90d635;
    border-radius: 22px;
    color: #fff;
}
.contact input[type=radio],
.contact input[type=checkbox] {
  display: inline-block;
  margin-right: 6px;
}
.contact input[type=radio] + label,
.contact input[type=checkbox] + label {
  position: relative;
  display: inline-block;
  margin-right: 12px;
  line-height: 30px;
  cursor: pointer;
}
.contact input[type=radio],
.contact input[type=checkbox] {
  display: none;
  margin: 0;
}
.contact input[type=radio] + label,
.contact input[type=checkbox] + label {
  padding: 0 0 0 24px;
  color: inherit;
}
.contact input[type=radio] + label::before,
.contact input[type=checkbox] + label::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
}
.contact input[type=radio] + label::before {
  border: 2px solid #ccc;
  border-radius: 30px;
}
.contact input[type=checkbox] + label::before {
  border: 2px solid #ccc;
}
.contact input[type=radio]:checked + label::after,
.contact input[type=checkbox]:checked + label::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
}
.contact input[type=radio]:checked + label::after {
  margin-top: -4px;
  background: #b91515;
  border-radius: 8px;
  left: 5px;
  width: 8px;
  height: 8px;
}
.contact input[type=checkbox]:checked + label::after {
  width: 16px;
  height: 8px;
  margin-top: -8px;
  border-left: 3px solid #b91515;
  border-bottom: 3px solid #b91515;
  transform: rotate(-45deg);
  left: 3px;
}
.contact input[name="items[address]"] {
  margin-top: 8px;
}
.contact .sec-error-text {
  line-height: 80px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  background: #3f955b;
}
.contact .error-text {
  margin: 0 0 4px;
  color: #b91515;
}
.contact-submits {
  text-align: center;
}
.contact-recaptcha {
  margin: 0 0 50px;
  overflow: hidden;
}
.contact-recaptcha .g-recaptcha {
  width: 304px;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .contact {
    padding: 140px 0;
  }
  .contact-form-table {
    width: 100%;
    margin: 0 0 70px;
  }
  .contact-form-table th {
    width: 320px;
    line-height: 1.5;
    padding: 20px;
    vertical-align: middle;
  }
  .contact-form-table td {
    padding: 20px 0 20px 50px;
  }
  .contact .privacy_check {
    width: 100%;
    margin: 0 0 50px 39px;
  }
  .contact select,
  .contact textarea,
  .contact input[type='tel'],
  .contact input[type='text'],
  .contact input[type='email'] {
    width: 85%;
  }
  .contact textarea {
    min-height: 230px;
  }
}
@media screen and (max-width: 766px) {
  .contact-form-table {
    margin: 0 0 50px;
  }
  .contact-form-table th {
    line-height: 1.5;
    padding: 16px 12px;
    text-align: left;
  }
  .contact-form-table td {
    padding: 15px;
  }
  .contact-form-table td br {
    content: normal;
  }
  .contact input[type=radio] + lable {
    width: 31%;
    margin: 0;
  }
  .contact input[type='num'] {
    line-height: 1;
    padding: 4px;
  }
  .contact textarea {
    min-height: 200px;
  }
  .contact select,
  .contact textarea,
  .contact input[type='tel'],
  .contact input[type='text'],
  .contact input[type='email'] {
    width: 100%;
  }
  .contact-recaptcha {
    margin: 0 0 30px;
  }
}

#news .sb_area,
#blog .sb_area{
    max-width: 100%;
}
.newsDetail-body p{
    line-height: 1.6;
}
a:hover{
    opacity: 0.7;
}
.contact-form-table tbody{
    width: 100%;
    background-color: #f0f0f0;
}
.contact-form-table tr{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.contact-form-table th{
    width: 30%;
    background-color: #90d635;
}
.contact-form-table td{
    width: 70%;
    background: #f0f0f0;
}
@media all and (-ms-high-contrast:none){
    .contact-form-table th{
        width: 350px;
    }
    .contact-form-table td{
        width: 730px;
    }
}
input[type="num"]{
    max-width: 85%;
}
@media screen and (max-width: 766px) {
    .contact-form-table th,
    .contact-form-table td{
        width: 100%!important;
    }
    header .gnav ul li{
        line-height: 2;
    }
    .sp_area .cmn_btn a{
        width: 100%;
        margin-bottom: 15px;
        padding: 15px;
        border: 2px solid #fff;
        color: initial;
    }
    .sp_tel{
        text-align: center;
        font-size: 2.2rem;
        font-weight: 500;
    }
}
.pagenation li{
    color: #fff;
}
.pagenation li.current{
    background-color: #90d635;
}


.advisor .wrap{
    max-width: 1300px;
    width: 100%;
    padding: 0 10px;
}
@media screen and (max-width: 766px){
    .advisor .wrap{
        width: calc(100% - 30px);
        margin: 0 auto;
    }
}
.advisor .cmn_text p{
    line-height: 1.6;
    letter-spacing: 0.05em;
}
.g-recaptcha > div{
    margin: 0 auto;
}
#contact-form > p{
    line-height: 2;
}
.post_none{
    text-align: center;
    line-height: 2;
}
