@charset "UTF-8";
/*!
Theme Name:SKIN child
Theme URI:
Description:SKIN child for トップテクノ：あんしんサポート村
Template:skin_tcd046
Author:San Computer Co.Ltd
Author URI:https://sancom.co.jp/
Version:1.9
*/
body {
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif, "Segoe UI", Verdana;
  color: #403005;
  font-weight: 500;
}

#index_news .title {
  font-weight: 500;
}

.course_category .info .headline {
  font-weight: bold;
  color: #403005;
}

#recent_news .info .title {
  font-weight: 500;
}

ol#staff_list .info .staff_name {
  font-weight: 500;
}

.wp-block-table table tr td,
.wp-block-table table tr th {
  border: 1px solid #dddddd;
  border-collapse: separate;
}
.wp-block-table table tr td:first-child,
.wp-block-table table tr th:first-child {
  background-color: #f2f2f2;
  font-weight: bold;
}

h1 {
  font-size: 36px;
  font-weight: bold;
  color: #e37667;
}

.post_content h2 {
  margin: 0;
  padding: 15px 22px;
  background-color: #e37667;
  color: white;
  font-size: 26px;
  font-weight: 400;
}
.post_content h3 {
  font-size: 26px;
  font-weight: bold;
}
.post_content h4 {
  height: 50px;
  margin-bottom: 50px;
  padding: 0 0 0 20px;
  background-color: white;
  color: #e37667;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.8em;
}
.post_content h4::before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  width: 5px;
  height: 50px;
  background-color: #e37667;
}
.post_content h5 {
  height: 20px;
  padding: 10px 20px;
  margin-bottom: 20px;
  border-radius: 20px;
  background-color: #706443;
  color: white;
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
}

@media only screen and (max-width: 991px) {
  h1 {
    font-size: 36px;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 20px;
  }
}
div > a img {
  opacity: 1;
  transition: 0.3s 0s ease;
}
div:hover > a img {
  opacity: 0.8;
  transition: 0.3s 0s ease;
}

#global_menu > ul > li > a {
  padding: 0 14px;
  font-weight: 600;
}

#logo_image_fixed {
  width: 350px;
}

#index_news .date, #side_col .date {
  color: #403005;
}
#index_news .title, #side_col .title {
  font-weight: bold;
}
#index_news .title a, #side_col .title a {
  color: #403005;
}

#index_news .date {
  font-size: 16px;
}

#side_col .date {
  font-size: 12px;
}
#side_col .title {
  font-weight: bold;
  font-size: 14px;
}

@media only screen and (max-width: 767px) {
  #index_news .date {
    font-weight: 500;
    font-size: 12px;
  }
}
.c-top__headdesc-wrapper {
  position: relative;
  height: auto;
  text-align: center;
}
.c-top__headdesc-wrapper p {
  line-height: 1.5;
}

.c-top__headdesc-fukuchan {
  position: absolute;
  width: 105px;
  right: 0;
  top: 0;
}
.c-top__headdesc-fukuchan img {
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .c-top__headdesc-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .c-top__headdesc-wrapper p {
    line-height: 2;
  }
  .c-top__headdesc-fukuchan {
    position: unset;
    width: 100%;
  }
  .c-top__headdesc-fukuchan img {
    width: 30vw;
    min-width: 105px;
    position: relative;
    left: -15px;
  }
}
.c-top__services-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(285px, 1fr));
  column-gap: 8px;
  row-gap: 8px;
  margin-bottom: 80px;
}

.c-top__service-block {
  height: 171px;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}
.c-top__service-block a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-top__service-block:hover a img {
  width: 110%;
  height: 110%;
  margin-left: -5%;
}

.c-top__service-title {
  position: absolute;
  bottom: 0;
  display: flex;
  align-items: center;
  width: 100%;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.8);
}
.c-top__service-title span {
  font-size: 22px;
  font-weight: bold;
  padding: 0 20px;
}

@media only screen and (max-width: 991px) {
  .c-top__services-wrapper {
    grid-template-columns: repeat(auto-fill, minmax(276px, 1fr));
    row-gap: 10px;
  }
  .c-top__service-title span {
    font-size: 16.5px;
  }
}
@media only screen and (max-width: 767px) {
  .c-top__services-wrapper {
    margin-bottom: 50px;
  }
  .c-top__service-block {
    height: 130px;
  }
  .c-top__service-title {
    height: 40px;
  }
}
.c-top__access-wrapper {
  background-color: #fff8f7;
  width: 100vw;
  position: relative;
  left: calc(50% - 50vw);
  padding: 50px 0;
}

.c-top__access-inner {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0 65px;
  max-width: 1150px;
}

.c-top__access-title {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 150px;
  height: 150px;
  padding: 0;
  border-radius: 50%;
  background: #e37667;
}
.c-top__access-title.headline_bg_l {
  font-weight: bold;
}
.c-top__access-title.headline_bg_l span {
  top: 10px;
  margin-left: 0;
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 16px;
  font-weight: bold;
}

.c-top__access-fukuchan {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 150px;
  height: 300px;
  padding-right: 10px;
}
.c-top__access-fukuchan img {
  position: relative;
  left: 13px;
  width: 117px;
}

.c-top__access-gmap {
  width: calc(100% - 150px - 10px);
}
.c-top__access-gmap iframe {
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 991px) {
  .c-top__access-inner {
    padding: 0 22px;
  }
}
@media only screen and (max-width: 767px) {
  .c-top__access-wrapper {
    padding: 20px 0;
  }
  .c-top__access-inner {
    flex-direction: column;
    align-items: center;
  }
  .c-top__access-fukuchan {
    position: relative;
    justify-content: center;
    width: 100%;
    min-width: unset;
    height: 155px;
    margin-bottom: 20px;
    padding-right: unset;
  }
  .c-top__access-title {
    width: 115px;
    height: 115px;
  }
  .c-top__access-title.headline_bg_l {
    font-size: 19px;
  }
  .c-top__access-title.headline_bg_l span {
    font-size: 12px;
  }
  .c-top__access-fukuchan img {
    position: absolute;
    width: 85px;
    right: calc(50% + 57.5px);
    left: unset;
    bottom: -20px;
  }
  .c-top__access-gmap {
    width: 100%;
  }
  .c-top__access-gmap iframe {
    height: 350px;
  }
}
.c-top__beforeafter-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #f3f9e4;
  padding: 66px 42px;
  margin-top: 80px;
}
.c-top__beforeafter-wrapper .c-top__beforeafter-title {
  width: 50%;
  height: 42px;
  margin-bottom: 40px;
}
.c-top__beforeafter-wrapper .c-top__beforeafter-title h2 {
  font-size: 30px;
}
.c-top__beforeafter-wrapper .c-top__beforeafter-archive {
  position: relative;
  height: 42px;
  width: 50%;
  transition: 0.3s 0s ease;
}
.c-top__beforeafter-wrapper .c-top__beforeafter-archive a {
  position: absolute;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 248px;
  height: 100%;
  background-color: #403005;
  color: white !important;
  font-size: 16px;
  text-decoration: none;
}
.c-top__beforeafter-wrapper .c-top__beforeafter-archive a::after {
  content: "\e910";
  font-family: "design_plus";
  font-size: 16px;
  text-align: right;
  margin: -0.5em 0 0 0;
  position: absolute;
  top: 50%;
  right: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: none;
  transition: none;
}
.c-top__beforeafter-wrapper .c-top__beforeafter-archive:hover {
  opacity: 0.8;
  transition: 0.3s 0s ease;
}

#recent_news.c-top__beforeafter-wrapper {
  display: inherit;
  padding: 0;
  background-color: #fff8f7;
}

.c-top__beforeafter-inner {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  column-gap: 38px;
  row-gap: 22px;
  width: 100%;
}
.c-top__beforeafter-inner .c-top__beforeafter-block {
  overflow: hidden;
  border-radius: 10px;
  position: relative;
  border: 1px solid #dddddd;
  height: 343px;
}
.c-top__beforeafter-inner .c-top__beforeafter-block a img {
  width: 100%;
  height: 210px;
  object-fit: cover;
}
.c-top__beforeafter-inner .c-top__beforeafter-block:hover a img {
  transform: scale(1.1);
  transform-origin: center;
}
.c-top__beforeafter-inner .c-top__beforeafter-label {
  height: 150px;
  background-color: white;
  position: absolute;
  top: 200px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.c-top__beforeafter-inner .c-top__beforeafter-label h3 {
  width: 100%;
  padding: 20px 24px 0;
  font-size: 18px;
  line-height: 1.2;
}
.c-top__beforeafter-inner .c-top__beforeafter-label > div {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
}

#recent_news .c-top__beforeafter-inner {
  column-gap: 48px;
  row-gap: 47px;
  padding: 48px 47px;
  width: calc(100% - 94px);
}

.c-category {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  min-height: 18px;
  margin: 0 20px;
  padding: 5px 10px;
  color: white;
  font-size: 12px;
  line-height: 1.3;
}

.date {
  padding-right: 10px;
}

@media only screen and (max-width: 767px) {
  .c-top__beforeafter-wrapper {
    margin-left: -22px;
    margin-right: -22px;
    padding: 30px 22px 40px;
  }
  .c-top__beforeafter-wrapper .c-top__beforeafter-title {
    width: 100%;
    height: 24px;
    margin-bottom: 30px;
  }
  .c-top__beforeafter-wrapper .c-top__beforeafter-title h2 {
    font-size: 24px;
    text-align: center;
  }
  .c-top__beforeafter-wrapper .c-top__beforeafter-archive {
    order: 3;
    width: 100%;
    padding-top: 40px;
  }
  .c-top__beforeafter-wrapper .c-top__beforeafter-archive a {
    position: relative;
    right: unset;
    margin: auto;
  }
  .c-top__beforeafter-inner {
    order: 2;
    grid-template-columns: repeat(auto-fill, minmax(276px, 1fr));
  }
  .c-top__beforeafter-inner .c-top__beforeafter-block {
    height: 290px;
  }
  .c-top__beforeafter-inner .c-top__beforeafter-block a img {
    height: 145px;
  }
  .c-top__beforeafter-inner .c-top__beforeafter-label {
    top: 145px;
  }
  #recent_news .c-top__beforeafter-inner {
    grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
    row-gap: 20px;
    padding: 20px 22px;
    width: calc(100% - 44px);
  }
}
.c-top__footer-fukuchan {
  width: calc(100% + 120px);
  max-width: 1280px;
  margin: 0 -60px;
}

@media only screen and (max-width: 991px) {
  .c-top__footer-fukuchan {
    margin: 0 -22px;
    width: calc(100% + 44px);
    overflow: hidden;
  }
  .c-top__footer-fukuchan img {
    width: 900px;
    position: relative;
    left: calc(50vw - 450px);
  }
}
.home #main_col {
  margin-bottom: 0px;
}

.listnew {
  color: #ffffff;
  background: #f26117;
  padding: 0.1em 0.4em 0.1em 0.4em;
  border-radius: 999px;
  font-size: 0.8em;
  margin-left: 5px;
  display: inline-flex;
  height: 1rem;
  width: 2rem;
  line-height: 1;
  justify-content: center;
  align-items: center;
}

.c-footer__telmail-wrapper {
  max-width: 1280px;
  margin: 20px auto 0;
}
.c-footer__telmail-wrapper .c-footer__telmail-inner {
  display: flex;
  justify-content: space-between;
  padding: 0 65px;
}
.c-footer__telmail-wrapper .c-footer__telmail-inner div:not(:first-child):not(:last-child) {
  width: auto;
  min-width: 30px;
}
.c-footer__telmail-wrapper .c-footer__telmail-inner .c-footer__telmail-block {
  width: 50%;
  max-width: 545px;
}
.c-footer__telmail-wrapper .c-footer__telmail-inner .c-footer__telmail-block img {
  width: 100%;
}

#return_top-sp {
  display: none;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 990;
}
#return_top-sp a {
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
  background: rgba(0, 0, 0, 0.3);
}
#return_top-sp a::before {
  content: "\e911";
  font-family: "design_plus";
  color: #fff;
  font-size: 16px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -0.4em 0 0 -0.5em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#return_top-sp a span {
  display: none;
}

@media only screen and (max-width: 991px) {
  #return_top-sp a {
    width: 45px;
    height: 45px;
  }
  #return_top-sp a::before {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .c-footer__telmail-wrapper {
    margin-top: 10px;
  }
  .c-footer__telmail-wrapper .c-footer__telmail-inner {
    flex-direction: column;
    padding: 0 22px;
  }
  .c-footer__telmail-wrapper .c-footer__telmail-inner div:not(:first-child):not(:last-child) {
    height: 20px;
  }
  .c-footer__telmail-wrapper .c-footer__telmail-inner .c-footer__telmail-block {
    width: 100%;
    max-width: unset;
  }
}
#footer_widget {
  background: white;
  margin-top: 50px;
}
#footer_widget .footer_inner {
  width: 100%;
  max-width: unset;
  padding: 0;
}

.footer_widget.widget_nav_menu {
  background: #fff8f7;
  width: 100%;
  text-align: center;
  margin-bottom: 0;
}
.footer_widget .menu-footermenu-container {
  height: 60px;
}
.footer_widget ul {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.footer_widget li {
  margin: 0;
  padding: 0 14px;
  font-size: 16px;
}

@media only screen and (max-width: 991px) {
  .footer_widget.widget_nav_menu {
    margin-left: 0;
  }
  .footer_widget ul {
    flex-wrap: wrap;
  }
  .footer_widget li {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .footer_widget .menu-footermenu-container {
    height: unset;
    margin: 20px auto;
  }
  .footer_widget ul {
    flex-direction: column;
  }
  .footer_widget li {
    height: 10px;
    margin: 6px 0;
    font-size: 12px;
  }
}
#footer_top {
  background: white;
  color: #403005;
}
#footer_top > .footer_inner {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 50px auto;
}
#footer_top > a {
  color: #403005;
}

#footer_address_wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: calc(100% - 220px);
}

#footer_logo {
  width: 280px;
  margin-bottom: 0;
}
#footer_logo .logo_area {
  padding-right: 30px;
}
#footer_logo img {
  width: 100%;
  height: auto;
}

#footer_address {
  margin: 0;
  width: calc(100% - 240px - 50px);
  padding-left: 50px;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
}
#footer_address > div {
  width: 100%;
}
#footer_address > div a {
  color: #403005 !important;
}
#footer_address .company_name {
  font-size: 25px;
  text-align: left;
  font-weight: bold;
}

#footer_address_rightbanner {
  width: 240px;
}
#footer_address_rightbanner a.c-link__topreform {
  color: #3cae87 !important;
}
#footer_address_rightbanner a img {
  width: 100%;
}

#footer_social_link {
  background-color: #e37667;
}

@media only screen and (max-width: 991px) {
  #footer_logo {
    margin-left: 60px;
  }
  #footer_address_wrapper {
    width: calc(100% - 280px);
  }
  #footer_address {
    width: calc(100% - 240px);
    padding-left: 0;
  }
  #footer_address .company_name {
    text-wrap: nowrap;
  }
  #footer_address_rightbanner {
    margin-right: 60px;
  }
}
@media only screen and (max-width: 767px) {
  #footer_top > .footer_inner {
    flex-direction: column;
    margin: 30px auto 20px;
  }
  #footer_logo {
    margin: 0 auto;
  }
  #footer_logo .logo_area {
    padding: 0;
  }
  #footer_address {
    width: auto;
    padding: 0 0 1em 0;
  }
  #footer_address .company_name {
    font-size: 20px;
    margin-bottom: 10px !important;
    text-align: center;
  }
  #footer_address > div:nth-child(2) {
    font-size: 14px;
    line-height: 1.5;
  }
  #footer_address_wrapper {
    align-items: center;
    width: calc(100% - 40px);
    flex-direction: column;
  }
  #footer_address_rightbanner {
    margin-right: 0;
  }
}
#footer_bottom > .footer_inner {
  padding: 0;
}

.headline_img {
  height: 300px;
  overflow: hidden;
}
.headline_img img {
  width: 100%;
  height: unset;
}

div#staff_list > div {
  display: grid;
  grid-template-rows: minmax(76px, auto) 1fr 116px;
  grid-template-columns: 200px 1fr;
  row-gap: 30px;
  column-gap: 40px;
  margin-top: 80px;
}
div#staff_list > div .image {
  grid-row: 1/span 2;
  grid-column: 1;
  height: 200px;
  pointer-events: none;
}
div#staff_list > div .image img {
  transform: none;
}
div#staff_list > div .staff_namepos {
  grid-row: 1;
  grid-column: 2;
  display: flex;
  align-items: center;
}
div#staff_list > div .staff_namepos h3 {
  font-size: 30px;
}
div#staff_list > div .staff_namepos h3 span {
  font-size: 20px;
  font-weight: 600;
  margin-left: 20px;
}
div#staff_list > div .staff_headline {
  grid-row: 2;
  grid-column: 2;
  margin-top: -30px;
  color: #e37667;
  font-size: 25px;
  line-height: 1.6;
}
div#staff_list > div .wp-block-table {
  grid-row: 3;
  grid-column: 1/span 2;
}
div#staff_list > div .wp-block-table th {
  width: 50px;
  background-color: #fffafa;
}
div#staff_list > div .wp-block-table td {
  padding: 20px;
  line-height: 1.5;
}

#staff_list .wp-block-table {
  overflow: unset;
}

@media only screen and (max-width: 767px) {
  .headline_img {
    height: 33vw;
  }
  div#staff_list > div {
    grid-template-rows: repeat(auto-fill, minmax(150px, 1fr));
    grid-template-columns: 150px 1fr;
    row-gap: 15px;
    -moz-column-gap: 40px;
    column-gap: 20px;
    margin-top: 50px;
  }
  div#staff_list > div .image {
    grid-row: 1;
    height: 150px;
  }
  div#staff_list > div .image img {
    width: 100%;
    height: auto;
  }
  div#staff_list > div .staff_namepos h3 {
    font-size: 18px;
  }
  div#staff_list > div .staff_namepos h3 span {
    margin-left: 0;
    font-size: 14px;
    line-height: 1.5;
  }
  div#staff_list > div .staff_headline {
    grid-column: 1/span 2;
    margin-top: 0;
    font-size: 20px;
  }
  div#staff_list > div .wp-block-table td {
    padding: 15px;
  }
}
.grecaptcha-badge {
  display: none;
}

.wpcf7 {
  border: none;
  background: none;
}
.wpcf7 input,
.wpcf7 textarea {
  border: 1px solid #CCCCCC;
  background-color: #F8F8F8;
}
.wpcf7 input.wpcf7-form-control {
  height: 40px;
}
.wpcf7 span.must::after {
  content: "※必須";
  color: #D9440D;
  padding-left: 15px;
}
.wpcf7 p {
  margin-bottom: 40px;
}
.wpcf7 input[name=service-zip],
.wpcf7 input[name=zip] {
  width: 200px;
  margin-bottom: 15px;
}
.wpcf7 input[name=service-zip] + span.wpcf7-not-valid-tip,
.wpcf7 input[name=zip] + span.wpcf7-not-valid-tip {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 200px - 5px);
  padding-left: 5px;
  line-height: 1.2;
}
.wpcf7 .c-wpcf7__p {
  font-size: 18px;
  text-align: center;
  line-height: 1.8;
}
.wpcf7 .c-wpcf7__acceptance {
  background-color: #fff8f7;
  text-align: center;
  line-height: 3em;
}
.wpcf7 input.wpcf7-submit:disabled {
  background-color: #afafaf !important;
}
.wpcf7 input.wpcf7-submit {
  background-color: #e37667 !important;
  width: 285px;
  height: 50px;
  font-size: 20px;
}
.wpcf7 span.wpcf7-spinner {
  display: block;
  margin: 1em auto;
}
.wpcf7 form div.wpcf7-response-output,
.wpcf7 form div.wpcf7-response-output2 {
  display: none;
}
.wpcf7 form[data-status=sent] div.wpcf7-response-output2 {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 80%;
  max-width: 800px;
  height: 10%;
  margin: auto;
  padding: 1em;
  z-index: 999;
  background: #706443;
  opacity: 0.8;
  animation: showthenhide 1s ease-in 5s forwards;
}
.wpcf7 form[data-status=sent] div.wpcf7-response-output2 p {
  color: white;
  font-size: 1.5em;
  line-height: 1;
  margin: 0.5em 0;
}

@media only screen and (max-width: 767px) {
  .p-contact__topmessage {
    margin: 20px auto !important;
  }
  .wpcf7 form {
    margin: 1.5em 0 0;
  }
  .wpcf7 p {
    margin-bottom: 30px;
  }
  .wpcf7 .c-wpcf7__p {
    font-size: 14px;
  }
  .wpcf7 input.wpcf7-submit {
    width: 100%;
    max-width: 380px;
  }
}
.c-fixedfooter__wrapper {
  position: fixed;
  bottom: -100px;
  width: 100%;
  z-index: 99;
  transition: 0.5s 0s ease;
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0) 100%);
}
.c-fixedfooter__wrapper.c-fixedfooter__wrapper-show {
  bottom: 0px;
  transition: 0.3s 0s ease;
}

.c-fixedfooter__inner {
  display: flex;
  max-width: 400px;
  margin: auto;
}

.c-fixedfooter__block {
  margin: 10px;
}
.c-fixedfooter__block img {
  width: 100%;
  filter: drop-shadow(1px 1px 3px rgba(80, 80, 80, 0.8));
}

.c-spacer__w10 {
  width: 10px;
}

.c-spacer__w20 {
  width: 20px;
}

.c-spacer__w30 {
  width: 30px;
}

.c-spacer__w40 {
  width: 40px;
}

.c-spacer__w50 {
  width: 50px;
}

.c-spacer__w60 {
  width: 60px;
}

.c-spacer__w70 {
  width: 70px;
}

.c-spacer__w80 {
  width: 80px;
}

.c-spacer__w90 {
  width: 90px;
}

.c-spacer__w100 {
  width: 100px;
}

.w5 {
  width: 5%;
}

.w10 {
  width: 10%;
}

.w15 {
  width: 15%;
}

.w20 {
  width: 20%;
}

.w25 {
  width: 25%;
}

.w30 {
  width: 30%;
}

.w35 {
  width: 35%;
}

.w40 {
  width: 40%;
}

.w45 {
  width: 45%;
}

.w50 {
  width: 50%;
}

.w55 {
  width: 55%;
}

.w60 {
  width: 60%;
}

.w65 {
  width: 65%;
}

.w70 {
  width: 70%;
}

.w75 {
  width: 75%;
}

.w80 {
  width: 80%;
}

.w85 {
  width: 85%;
}

.w90 {
  width: 90%;
}

.w95 {
  width: 95%;
}

.w100 {
  width: 100%;
}

.mx-1 {
  margin-left: 1em;
  margin-right: 1em;
}

.mx-2 {
  margin-left: 2em;
  margin-right: 2em;
}

.mx-3 {
  margin-left: 3em;
  margin-right: 3em;
}

.mx-4 {
  margin-left: 4em;
  margin-right: 4em;
}

.mx-5 {
  margin-left: 5em;
  margin-right: 5em;
}

.mx-6 {
  margin-left: 6em;
  margin-right: 6em;
}

.mx-7 {
  margin-left: 7em;
  margin-right: 7em;
}

.mx-8 {
  margin-left: 8em;
  margin-right: 8em;
}

.mx-9 {
  margin-left: 9em;
  margin-right: 9em;
}

.mx-10 {
  margin-left: 10em;
  margin-right: 10em;
}

.my-1 {
  margin-top: 1em;
  margin-bottom: 1em;
}

.my-2 {
  margin-top: 2em;
  margin-bottom: 2em;
}

.my-3 {
  margin-top: 3em;
  margin-bottom: 3em;
}

.my-4 {
  margin-top: 4em;
  margin-bottom: 4em;
}

.my-5 {
  margin-top: 5em;
  margin-bottom: 5em;
}

.my-6 {
  margin-top: 6em;
  margin-bottom: 6em;
}

.my-7 {
  margin-top: 7em;
  margin-bottom: 7em;
}

.my-8 {
  margin-top: 8em;
  margin-bottom: 8em;
}

.my-9 {
  margin-top: 9em;
  margin-bottom: 9em;
}

.my-10 {
  margin-top: 10em;
  margin-bottom: 10em;
}

.mt-1 {
  margin-top: 1em;
}

.mt-2 {
  margin-top: 2em;
}

.mt-3 {
  margin-top: 3em;
}

.mt-4 {
  margin-top: 4em;
}

.mt-5 {
  margin-top: 5em;
}

.mt-6 {
  margin-top: 6em;
}

.mt-7 {
  margin-top: 7em;
}

.mt-8 {
  margin-top: 8em;
}

.mt-9 {
  margin-top: 9em;
}

.mt-10 {
  margin-top: 10em;
}

.mb-1 {
  margin-bottom: 1em;
}

.mb-2 {
  margin-bottom: 2em;
}

.mb-3 {
  margin-bottom: 3em;
}

.mb-4 {
  margin-bottom: 4em;
}

.mb-5 {
  margin-bottom: 5em;
}

.mb-6 {
  margin-bottom: 6em;
}

.mb-7 {
  margin-bottom: 7em;
}

.mb-8 {
  margin-bottom: 8em;
}

.mb-9 {
  margin-bottom: 9em;
}

.mb-10 {
  margin-bottom: 10em;
}

.ml-1 {
  margin-left: 1em;
}

.ml-2 {
  margin-left: 2em;
}

.ml-3 {
  margin-left: 3em;
}

.ml-4 {
  margin-left: 4em;
}

.ml-5 {
  margin-left: 5em;
}

.ml-6 {
  margin-left: 6em;
}

.ml-7 {
  margin-left: 7em;
}

.ml-8 {
  margin-left: 8em;
}

.ml-9 {
  margin-left: 9em;
}

.ml-10 {
  margin-left: 10em;
}

.mr-1 {
  margin-right: 1em;
}

.mr-2 {
  margin-right: 2em;
}

.mr-3 {
  margin-right: 3em;
}

.mr-4 {
  margin-right: 4em;
}

.mr-5 {
  margin-right: 5em;
}

.mr-6 {
  margin-right: 6em;
}

.mr-7 {
  margin-right: 7em;
}

.mr-8 {
  margin-right: 8em;
}

.mr-9 {
  margin-right: 9em;
}

.mr-10 {
  margin-right: 10em;
}

.m-1 {
  margin: 1em;
}

.m-2 {
  margin: 2em;
}

.m-3 {
  margin: 3em;
}

.m-4 {
  margin: 4em;
}

.m-5 {
  margin: 5em;
}

.m-6 {
  margin: 6em;
}

.m-7 {
  margin: 7em;
}

.m-8 {
  margin: 8em;
}

.m-9 {
  margin: 9em;
}

.m-10 {
  margin: 10em;
}

.px-1 {
  padding-left: 1em;
  padding-right: 1em;
}

.px-2 {
  padding-left: 2em;
  padding-right: 2em;
}

.px-3 {
  padding-left: 3em;
  padding-right: 3em;
}

.px-4 {
  padding-left: 4em;
  padding-right: 4em;
}

.px-5 {
  padding-left: 5em;
  padding-right: 5em;
}

.px-6 {
  padding-left: 6em;
  padding-right: 6em;
}

.px-7 {
  padding-left: 7em;
  padding-right: 7em;
}

.px-8 {
  padding-left: 8em;
  padding-right: 8em;
}

.px-9 {
  padding-left: 9em;
  padding-right: 9em;
}

.px-10 {
  padding-left: 10em;
  padding-right: 10em;
}

.py-1 {
  padding-top: 1em;
  padding-bottom: 1em;
}

.py-2 {
  padding-top: 2em;
  padding-bottom: 2em;
}

.py-3 {
  padding-top: 3em;
  padding-bottom: 3em;
}

.py-4 {
  padding-top: 4em;
  padding-bottom: 4em;
}

.py-5 {
  padding-top: 5em;
  padding-bottom: 5em;
}

.py-6 {
  padding-top: 6em;
  padding-bottom: 6em;
}

.py-7 {
  padding-top: 7em;
  padding-bottom: 7em;
}

.py-8 {
  padding-top: 8em;
  padding-bottom: 8em;
}

.py-9 {
  padding-top: 9em;
  padding-bottom: 9em;
}

.py-10 {
  padding-top: 10em;
  padding-bottom: 10em;
}

.pt-1 {
  padding-top: 1em;
}

.pt-2 {
  padding-top: 2em;
}

.pt-3 {
  padding-top: 3em;
}

.pt-4 {
  padding-top: 4em;
}

.pt-5 {
  padding-top: 5em;
}

.pt-6 {
  padding-top: 6em;
}

.pt-7 {
  padding-top: 7em;
}

.pt-8 {
  padding-top: 8em;
}

.pt-9 {
  padding-top: 9em;
}

.pt-10 {
  padding-top: 10em;
}

.pb-1 {
  padding-bottom: 1em;
}

.pb-2 {
  padding-bottom: 2em;
}

.pb-3 {
  padding-bottom: 3em;
}

.pb-4 {
  padding-bottom: 4em;
}

.pb-5 {
  padding-bottom: 5em;
}

.pb-6 {
  padding-bottom: 6em;
}

.pb-7 {
  padding-bottom: 7em;
}

.pb-8 {
  padding-bottom: 8em;
}

.pb-9 {
  padding-bottom: 9em;
}

.pb-10 {
  padding-bottom: 10em;
}

.pl-1 {
  padding-left: 1em;
}

.pl-2 {
  padding-left: 2em;
}

.pl-3 {
  padding-left: 3em;
}

.pl-4 {
  padding-left: 4em;
}

.pl-5 {
  padding-left: 5em;
}

.pl-6 {
  padding-left: 6em;
}

.pl-7 {
  padding-left: 7em;
}

.pl-8 {
  padding-left: 8em;
}

.pl-9 {
  padding-left: 9em;
}

.pl-10 {
  padding-left: 10em;
}

.pr-1 {
  padding-right: 1em;
}

.pr-2 {
  padding-right: 2em;
}

.pr-3 {
  padding-right: 3em;
}

.pr-4 {
  padding-right: 4em;
}

.pr-5 {
  padding-right: 5em;
}

.pr-6 {
  padding-right: 6em;
}

.pr-7 {
  padding-right: 7em;
}

.pr-8 {
  padding-right: 8em;
}

.pr-9 {
  padding-right: 9em;
}

.pr-10 {
  padding-right: 10em;
}

.p-1 {
  padding: 1em;
}

.p-2 {
  padding: 2em;
}

.p-3 {
  padding: 3em;
}

.p-4 {
  padding: 4em;
}

.p-5 {
  padding: 5em;
}

.p-6 {
  padding: 6em;
}

.p-7 {
  padding: 7em;
}

.p-8 {
  padding: 8em;
}

.p-9 {
  padding: 9em;
}

.p-10 {
  padding: 10em;
}

@media only screen and (max-width: 991px) {
  .mx-tb-1 {
    margin-left: 1em;
    margin-right: 1em;
  }
  .mx-tb-2 {
    margin-left: 2em;
    margin-right: 2em;
  }
  .mx-tb-3 {
    margin-left: 3em;
    margin-right: 3em;
  }
  .mx-tb-4 {
    margin-left: 4em;
    margin-right: 4em;
  }
  .mx-tb-5 {
    margin-left: 5em;
    margin-right: 5em;
  }
  .mx-tb-6 {
    margin-left: 6em;
    margin-right: 6em;
  }
  .mx-tb-7 {
    margin-left: 7em;
    margin-right: 7em;
  }
  .mx-tb-8 {
    margin-left: 8em;
    margin-right: 8em;
  }
  .mx-tb-9 {
    margin-left: 9em;
    margin-right: 9em;
  }
  .mx-tb-10 {
    margin-left: 10em;
    margin-right: 10em;
  }
  .my-tb-1 {
    margin-top: 1em;
    margin-bottom: 1em;
  }
  .my-tb-2 {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .my-tb-3 {
    margin-top: 3em;
    margin-bottom: 3em;
  }
  .my-tb-4 {
    margin-top: 4em;
    margin-bottom: 4em;
  }
  .my-tb-5 {
    margin-top: 5em;
    margin-bottom: 5em;
  }
  .my-tb-6 {
    margin-top: 6em;
    margin-bottom: 6em;
  }
  .my-tb-7 {
    margin-top: 7em;
    margin-bottom: 7em;
  }
  .my-tb-8 {
    margin-top: 8em;
    margin-bottom: 8em;
  }
  .my-tb-9 {
    margin-top: 9em;
    margin-bottom: 9em;
  }
  .my-tb-10 {
    margin-top: 10em;
    margin-bottom: 10em;
  }
  .mt-tb-1 {
    margin-top: 1em;
  }
  .mt-tb-2 {
    margin-top: 2em;
  }
  .mt-tb-3 {
    margin-top: 3em;
  }
  .mt-tb-4 {
    margin-top: 4em;
  }
  .mt-tb-5 {
    margin-top: 5em;
  }
  .mt-tb-6 {
    margin-top: 6em;
  }
  .mt-tb-7 {
    margin-top: 7em;
  }
  .mt-tb-8 {
    margin-top: 8em;
  }
  .mt-tb-9 {
    margin-top: 9em;
  }
  .mt-tb-10 {
    margin-top: 10em;
  }
  .mb-tb-1 {
    margin-bottom: 1em;
  }
  .mb-tb-2 {
    margin-bottom: 2em;
  }
  .mb-tb-3 {
    margin-bottom: 3em;
  }
  .mb-tb-4 {
    margin-bottom: 4em;
  }
  .mb-tb-5 {
    margin-bottom: 5em;
  }
  .mb-tb-6 {
    margin-bottom: 6em;
  }
  .mb-tb-7 {
    margin-bottom: 7em;
  }
  .mb-tb-8 {
    margin-bottom: 8em;
  }
  .mb-tb-9 {
    margin-bottom: 9em;
  }
  .mb-tb-10 {
    margin-bottom: 10em;
  }
  .ml-tb-1 {
    margin-left: 1em;
  }
  .ml-tb-2 {
    margin-left: 2em;
  }
  .ml-tb-3 {
    margin-left: 3em;
  }
  .ml-tb-4 {
    margin-left: 4em;
  }
  .ml-tb-5 {
    margin-left: 5em;
  }
  .ml-tb-6 {
    margin-left: 6em;
  }
  .ml-tb-7 {
    margin-left: 7em;
  }
  .ml-tb-8 {
    margin-left: 8em;
  }
  .ml-tb-9 {
    margin-left: 9em;
  }
  .ml-tb-10 {
    margin-left: 10em;
  }
  .mr-tb-1 {
    margin-right: 1em;
  }
  .mr-tb-2 {
    margin-right: 2em;
  }
  .mr-tb-3 {
    margin-right: 3em;
  }
  .mr-tb-4 {
    margin-right: 4em;
  }
  .mr-tb-5 {
    margin-right: 5em;
  }
  .mr-tb-6 {
    margin-right: 6em;
  }
  .mr-tb-7 {
    margin-right: 7em;
  }
  .mr-tb-8 {
    margin-right: 8em;
  }
  .mr-tb-9 {
    margin-right: 9em;
  }
  .mr-tb-10 {
    margin-right: 10em;
  }
  .m-tb-1 {
    margin: 1em;
  }
  .m-tb-2 {
    margin: 2em;
  }
  .m-tb-3 {
    margin: 3em;
  }
  .m-tb-4 {
    margin: 4em;
  }
  .m-tb-5 {
    margin: 5em;
  }
  .m-tb-6 {
    margin: 6em;
  }
  .m-tb-7 {
    margin: 7em;
  }
  .m-tb-8 {
    margin: 8em;
  }
  .m-tb-9 {
    margin: 9em;
  }
  .m-tb-10 {
    margin: 10em;
  }
  .px-tb-1 {
    padding-left: 1em;
    padding-right: 1em;
  }
  .px-tb-2 {
    padding-left: 2em;
    padding-right: 2em;
  }
  .px-tb-3 {
    padding-left: 3em;
    padding-right: 3em;
  }
  .px-tb-4 {
    padding-left: 4em;
    padding-right: 4em;
  }
  .px-tb-5 {
    padding-left: 5em;
    padding-right: 5em;
  }
  .px-tb-6 {
    padding-left: 6em;
    padding-right: 6em;
  }
  .px-tb-7 {
    padding-left: 7em;
    padding-right: 7em;
  }
  .px-tb-8 {
    padding-left: 8em;
    padding-right: 8em;
  }
  .px-tb-9 {
    padding-left: 9em;
    padding-right: 9em;
  }
  .px-tb-10 {
    padding-left: 10em;
    padding-right: 10em;
  }
  .py-tb-1 {
    padding-top: 1em;
    padding-bottom: 1em;
  }
  .py-tb-2 {
    padding-top: 2em;
    padding-bottom: 2em;
  }
  .py-tb-3 {
    padding-top: 3em;
    padding-bottom: 3em;
  }
  .py-tb-4 {
    padding-top: 4em;
    padding-bottom: 4em;
  }
  .py-tb-5 {
    padding-top: 5em;
    padding-bottom: 5em;
  }
  .py-tb-6 {
    padding-top: 6em;
    padding-bottom: 6em;
  }
  .py-tb-7 {
    padding-top: 7em;
    padding-bottom: 7em;
  }
  .py-tb-8 {
    padding-top: 8em;
    padding-bottom: 8em;
  }
  .py-tb-9 {
    padding-top: 9em;
    padding-bottom: 9em;
  }
  .py-tb-10 {
    padding-top: 10em;
    padding-bottom: 10em;
  }
  .pt-tb-1 {
    padding-top: 1em;
  }
  .pt-tb-2 {
    padding-top: 2em;
  }
  .pt-tb-3 {
    padding-top: 3em;
  }
  .pt-tb-4 {
    padding-top: 4em;
  }
  .pt-tb-5 {
    padding-top: 5em;
  }
  .pt-tb-6 {
    padding-top: 6em;
  }
  .pt-tb-7 {
    padding-top: 7em;
  }
  .pt-tb-8 {
    padding-top: 8em;
  }
  .pt-tb-9 {
    padding-top: 9em;
  }
  .pt-tb-10 {
    padding-top: 10em;
  }
  .pb-tb-1 {
    padding-bottom: 1em;
  }
  .pb-tb-2 {
    padding-bottom: 2em;
  }
  .pb-tb-3 {
    padding-bottom: 3em;
  }
  .pb-tb-4 {
    padding-bottom: 4em;
  }
  .pb-tb-5 {
    padding-bottom: 5em;
  }
  .pb-tb-6 {
    padding-bottom: 6em;
  }
  .pb-tb-7 {
    padding-bottom: 7em;
  }
  .pb-tb-8 {
    padding-bottom: 8em;
  }
  .pb-tb-9 {
    padding-bottom: 9em;
  }
  .pb-tb-10 {
    padding-bottom: 10em;
  }
  .pl-tb-1 {
    padding-left: 1em;
  }
  .pl-tb-2 {
    padding-left: 2em;
  }
  .pl-tb-3 {
    padding-left: 3em;
  }
  .pl-tb-4 {
    padding-left: 4em;
  }
  .pl-tb-5 {
    padding-left: 5em;
  }
  .pl-tb-6 {
    padding-left: 6em;
  }
  .pl-tb-7 {
    padding-left: 7em;
  }
  .pl-tb-8 {
    padding-left: 8em;
  }
  .pl-tb-9 {
    padding-left: 9em;
  }
  .pl-tb-10 {
    padding-left: 10em;
  }
  .pr-tb-1 {
    padding-right: 1em;
  }
  .pr-tb-2 {
    padding-right: 2em;
  }
  .pr-tb-3 {
    padding-right: 3em;
  }
  .pr-tb-4 {
    padding-right: 4em;
  }
  .pr-tb-5 {
    padding-right: 5em;
  }
  .pr-tb-6 {
    padding-right: 6em;
  }
  .pr-tb-7 {
    padding-right: 7em;
  }
  .pr-tb-8 {
    padding-right: 8em;
  }
  .pr-tb-9 {
    padding-right: 9em;
  }
  .pr-tb-10 {
    padding-right: 10em;
  }
  .p-tb-1 {
    padding: 1em;
  }
  .p-tb-2 {
    padding: 2em;
  }
  .p-tb-3 {
    padding: 3em;
  }
  .p-tb-4 {
    padding: 4em;
  }
  .p-tb-5 {
    padding: 5em;
  }
  .p-tb-6 {
    padding: 6em;
  }
  .p-tb-7 {
    padding: 7em;
  }
  .p-tb-8 {
    padding: 8em;
  }
  .p-tb-9 {
    padding: 9em;
  }
  .p-tb-10 {
    padding: 10em;
  }
}
@media only screen and (max-width: 767px) {
  .mx-sp-0 {
    margin-left: 0em;
    margin-right: 0em;
  }
  .mx-sp-1 {
    margin-left: 1em;
    margin-right: 1em;
  }
  .mx-sp-2 {
    margin-left: 2em;
    margin-right: 2em;
  }
  .mx-sp-3 {
    margin-left: 3em;
    margin-right: 3em;
  }
  .mx-sp-4 {
    margin-left: 4em;
    margin-right: 4em;
  }
  .mx-sp-5 {
    margin-left: 5em;
    margin-right: 5em;
  }
  .mx-sp-6 {
    margin-left: 6em;
    margin-right: 6em;
  }
  .mx-sp-7 {
    margin-left: 7em;
    margin-right: 7em;
  }
  .mx-sp-8 {
    margin-left: 8em;
    margin-right: 8em;
  }
  .mx-sp-9 {
    margin-left: 9em;
    margin-right: 9em;
  }
  .mx-sp-10 {
    margin-left: 10em;
    margin-right: 10em;
  }
  .my-sp-0 {
    margin-top: 0em;
    margin-bottom: 0em;
  }
  .my-sp-1 {
    margin-top: 1em;
    margin-bottom: 1em;
  }
  .my-sp-2 {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .my-sp-3 {
    margin-top: 3em;
    margin-bottom: 3em;
  }
  .my-sp-4 {
    margin-top: 4em;
    margin-bottom: 4em;
  }
  .my-sp-5 {
    margin-top: 5em;
    margin-bottom: 5em;
  }
  .my-sp-6 {
    margin-top: 6em;
    margin-bottom: 6em;
  }
  .my-sp-7 {
    margin-top: 7em;
    margin-bottom: 7em;
  }
  .my-sp-8 {
    margin-top: 8em;
    margin-bottom: 8em;
  }
  .my-sp-9 {
    margin-top: 9em;
    margin-bottom: 9em;
  }
  .my-sp-10 {
    margin-top: 10em;
    margin-bottom: 10em;
  }
  .mt-sp-0 {
    margin-top: 0em;
  }
  .mt-sp-1 {
    margin-top: 1em;
  }
  .mt-sp-2 {
    margin-top: 2em;
  }
  .mt-sp-3 {
    margin-top: 3em;
  }
  .mt-sp-4 {
    margin-top: 4em;
  }
  .mt-sp-5 {
    margin-top: 5em;
  }
  .mt-sp-6 {
    margin-top: 6em;
  }
  .mt-sp-7 {
    margin-top: 7em;
  }
  .mt-sp-8 {
    margin-top: 8em;
  }
  .mt-sp-9 {
    margin-top: 9em;
  }
  .mt-sp-10 {
    margin-top: 10em;
  }
  .mb-sp-0 {
    margin-bottom: 0em;
  }
  .mb-sp-1 {
    margin-bottom: 1em;
  }
  .mb-sp-2 {
    margin-bottom: 2em;
  }
  .mb-sp-3 {
    margin-bottom: 3em;
  }
  .mb-sp-4 {
    margin-bottom: 4em;
  }
  .mb-sp-5 {
    margin-bottom: 5em;
  }
  .mb-sp-6 {
    margin-bottom: 6em;
  }
  .mb-sp-7 {
    margin-bottom: 7em;
  }
  .mb-sp-8 {
    margin-bottom: 8em;
  }
  .mb-sp-9 {
    margin-bottom: 9em;
  }
  .mb-sp-10 {
    margin-bottom: 10em;
  }
  .ml-sp-0 {
    margin-left: 0em;
  }
  .ml-sp-1 {
    margin-left: 1em;
  }
  .ml-sp-2 {
    margin-left: 2em;
  }
  .ml-sp-3 {
    margin-left: 3em;
  }
  .ml-sp-4 {
    margin-left: 4em;
  }
  .ml-sp-5 {
    margin-left: 5em;
  }
  .ml-sp-6 {
    margin-left: 6em;
  }
  .ml-sp-7 {
    margin-left: 7em;
  }
  .ml-sp-8 {
    margin-left: 8em;
  }
  .ml-sp-9 {
    margin-left: 9em;
  }
  .ml-sp-10 {
    margin-left: 10em;
  }
  .mr-sp-0 {
    margin-right: 0em;
  }
  .mr-sp-1 {
    margin-right: 1em;
  }
  .mr-sp-2 {
    margin-right: 2em;
  }
  .mr-sp-3 {
    margin-right: 3em;
  }
  .mr-sp-4 {
    margin-right: 4em;
  }
  .mr-sp-5 {
    margin-right: 5em;
  }
  .mr-sp-6 {
    margin-right: 6em;
  }
  .mr-sp-7 {
    margin-right: 7em;
  }
  .mr-sp-8 {
    margin-right: 8em;
  }
  .mr-sp-9 {
    margin-right: 9em;
  }
  .mr-sp-10 {
    margin-right: 10em;
  }
  .m-sp-0 {
    margin: 0em;
  }
  .m-sp-1 {
    margin: 1em;
  }
  .m-sp-2 {
    margin: 2em;
  }
  .m-sp-3 {
    margin: 3em;
  }
  .m-sp-4 {
    margin: 4em;
  }
  .m-sp-5 {
    margin: 5em;
  }
  .m-sp-6 {
    margin: 6em;
  }
  .m-sp-7 {
    margin: 7em;
  }
  .m-sp-8 {
    margin: 8em;
  }
  .m-sp-9 {
    margin: 9em;
  }
  .m-sp-10 {
    margin: 10em;
  }
  .px-sp-0 {
    padding-left: 0em;
    padding-right: 0em;
  }
  .px-sp-1 {
    padding-left: 1em;
    padding-right: 1em;
  }
  .px-sp-2 {
    padding-left: 2em;
    padding-right: 2em;
  }
  .px-sp-3 {
    padding-left: 3em;
    padding-right: 3em;
  }
  .px-sp-4 {
    padding-left: 4em;
    padding-right: 4em;
  }
  .px-sp-5 {
    padding-left: 5em;
    padding-right: 5em;
  }
  .px-sp-6 {
    padding-left: 6em;
    padding-right: 6em;
  }
  .px-sp-7 {
    padding-left: 7em;
    padding-right: 7em;
  }
  .px-sp-8 {
    padding-left: 8em;
    padding-right: 8em;
  }
  .px-sp-9 {
    padding-left: 9em;
    padding-right: 9em;
  }
  .px-sp-10 {
    padding-left: 10em;
    padding-right: 10em;
  }
  .py-sp-0 {
    padding-top: 0em;
    padding-bottom: 0em;
  }
  .py-sp-1 {
    padding-top: 1em;
    padding-bottom: 1em;
  }
  .py-sp-2 {
    padding-top: 2em;
    padding-bottom: 2em;
  }
  .py-sp-3 {
    padding-top: 3em;
    padding-bottom: 3em;
  }
  .py-sp-4 {
    padding-top: 4em;
    padding-bottom: 4em;
  }
  .py-sp-5 {
    padding-top: 5em;
    padding-bottom: 5em;
  }
  .py-sp-6 {
    padding-top: 6em;
    padding-bottom: 6em;
  }
  .py-sp-7 {
    padding-top: 7em;
    padding-bottom: 7em;
  }
  .py-sp-8 {
    padding-top: 8em;
    padding-bottom: 8em;
  }
  .py-sp-9 {
    padding-top: 9em;
    padding-bottom: 9em;
  }
  .py-sp-10 {
    padding-top: 10em;
    padding-bottom: 10em;
  }
  .pt-sp-0 {
    padding-top: 0em;
  }
  .pt-sp-1 {
    padding-top: 1em;
  }
  .pt-sp-2 {
    padding-top: 2em;
  }
  .pt-sp-3 {
    padding-top: 3em;
  }
  .pt-sp-4 {
    padding-top: 4em;
  }
  .pt-sp-5 {
    padding-top: 5em;
  }
  .pt-sp-6 {
    padding-top: 6em;
  }
  .pt-sp-7 {
    padding-top: 7em;
  }
  .pt-sp-8 {
    padding-top: 8em;
  }
  .pt-sp-9 {
    padding-top: 9em;
  }
  .pt-sp-10 {
    padding-top: 10em;
  }
  .pb-sp-0 {
    padding-bottom: 0em;
  }
  .pb-sp-1 {
    padding-bottom: 1em;
  }
  .pb-sp-2 {
    padding-bottom: 2em;
  }
  .pb-sp-3 {
    padding-bottom: 3em;
  }
  .pb-sp-4 {
    padding-bottom: 4em;
  }
  .pb-sp-5 {
    padding-bottom: 5em;
  }
  .pb-sp-6 {
    padding-bottom: 6em;
  }
  .pb-sp-7 {
    padding-bottom: 7em;
  }
  .pb-sp-8 {
    padding-bottom: 8em;
  }
  .pb-sp-9 {
    padding-bottom: 9em;
  }
  .pb-sp-10 {
    padding-bottom: 10em;
  }
  .pl-sp-0 {
    padding-left: 0em;
  }
  .pl-sp-1 {
    padding-left: 1em;
  }
  .pl-sp-2 {
    padding-left: 2em;
  }
  .pl-sp-3 {
    padding-left: 3em;
  }
  .pl-sp-4 {
    padding-left: 4em;
  }
  .pl-sp-5 {
    padding-left: 5em;
  }
  .pl-sp-6 {
    padding-left: 6em;
  }
  .pl-sp-7 {
    padding-left: 7em;
  }
  .pl-sp-8 {
    padding-left: 8em;
  }
  .pl-sp-9 {
    padding-left: 9em;
  }
  .pl-sp-10 {
    padding-left: 10em;
  }
  .pr-sp-0 {
    padding-right: 0em;
  }
  .pr-sp-1 {
    padding-right: 1em;
  }
  .pr-sp-2 {
    padding-right: 2em;
  }
  .pr-sp-3 {
    padding-right: 3em;
  }
  .pr-sp-4 {
    padding-right: 4em;
  }
  .pr-sp-5 {
    padding-right: 5em;
  }
  .pr-sp-6 {
    padding-right: 6em;
  }
  .pr-sp-7 {
    padding-right: 7em;
  }
  .pr-sp-8 {
    padding-right: 8em;
  }
  .pr-sp-9 {
    padding-right: 9em;
  }
  .pr-sp-10 {
    padding-right: 10em;
  }
  .p-sp-0 {
    padding: 0em;
  }
  .p-sp-1 {
    padding: 1em;
  }
  .p-sp-2 {
    padding: 2em;
  }
  .p-sp-3 {
    padding: 3em;
  }
  .p-sp-4 {
    padding: 4em;
  }
  .p-sp-5 {
    padding: 5em;
  }
  .p-sp-6 {
    padding: 6em;
  }
  .p-sp-7 {
    padding: 7em;
  }
  .p-sp-8 {
    padding: 8em;
  }
  .p-sp-9 {
    padding: 9em;
  }
  .p-sp-10 {
    padding: 10em;
  }
}
.fs-1 {
  font-size: 1px !important;
}

.fs-2 {
  font-size: 2px !important;
}

.fs-3 {
  font-size: 3px !important;
}

.fs-4 {
  font-size: 4px !important;
}

.fs-5 {
  font-size: 5px !important;
}

.fs-6 {
  font-size: 6px !important;
}

.fs-7 {
  font-size: 7px !important;
}

.fs-8 {
  font-size: 8px !important;
}

.fs-9 {
  font-size: 9px !important;
}

.fs-10 {
  font-size: 10px !important;
}

.fs-11 {
  font-size: 11px !important;
}

.fs-12 {
  font-size: 12px !important;
}

.fs-13 {
  font-size: 13px !important;
}

.fs-14 {
  font-size: 14px !important;
}

.fs-15 {
  font-size: 15px !important;
}

.fs-16 {
  font-size: 16px !important;
}

.fs-17 {
  font-size: 17px !important;
}

.fs-18 {
  font-size: 18px !important;
}

.fs-19 {
  font-size: 19px !important;
}

.fs-20 {
  font-size: 20px !important;
}

.fs-21 {
  font-size: 21px !important;
}

.fs-22 {
  font-size: 22px !important;
}

.fs-23 {
  font-size: 23px !important;
}

.fs-24 {
  font-size: 24px !important;
}

.fs-25 {
  font-size: 25px !important;
}

.fs-26 {
  font-size: 26px !important;
}

.fs-27 {
  font-size: 27px !important;
}

.fs-28 {
  font-size: 28px !important;
}

.fs-29 {
  font-size: 29px !important;
}

.fs-30 {
  font-size: 30px !important;
}

.fs-31 {
  font-size: 31px !important;
}

.fs-32 {
  font-size: 32px !important;
}

@media only screen and (max-width: 991px) {
  .fs-tb-1 {
    font-size: 1px !important;
  }
  .fs-tb-2 {
    font-size: 2px !important;
  }
  .fs-tb-3 {
    font-size: 3px !important;
  }
  .fs-tb-4 {
    font-size: 4px !important;
  }
  .fs-tb-5 {
    font-size: 5px !important;
  }
  .fs-tb-6 {
    font-size: 6px !important;
  }
  .fs-tb-7 {
    font-size: 7px !important;
  }
  .fs-tb-8 {
    font-size: 8px !important;
  }
  .fs-tb-9 {
    font-size: 9px !important;
  }
  .fs-tb-10 {
    font-size: 10px !important;
  }
  .fs-tb-11 {
    font-size: 11px !important;
  }
  .fs-tb-12 {
    font-size: 12px !important;
  }
  .fs-tb-13 {
    font-size: 13px !important;
  }
  .fs-tb-14 {
    font-size: 14px !important;
  }
  .fs-tb-15 {
    font-size: 15px !important;
  }
  .fs-tb-16 {
    font-size: 16px !important;
  }
  .fs-tb-17 {
    font-size: 17px !important;
  }
  .fs-tb-18 {
    font-size: 18px !important;
  }
  .fs-tb-19 {
    font-size: 19px !important;
  }
  .fs-tb-20 {
    font-size: 20px !important;
  }
  .fs-tb-21 {
    font-size: 21px !important;
  }
  .fs-tb-22 {
    font-size: 22px !important;
  }
  .fs-tb-23 {
    font-size: 23px !important;
  }
  .fs-tb-24 {
    font-size: 24px !important;
  }
  .fs-tb-25 {
    font-size: 25px !important;
  }
  .fs-tb-26 {
    font-size: 26px !important;
  }
  .fs-tb-27 {
    font-size: 27px !important;
  }
  .fs-tb-28 {
    font-size: 28px !important;
  }
  .fs-tb-29 {
    font-size: 29px !important;
  }
  .fs-tb-30 {
    font-size: 30px !important;
  }
  .fs-tb-31 {
    font-size: 31px !important;
  }
  .fs-tb-32 {
    font-size: 32px !important;
  }
}
@media only screen and (max-width: 767px) {
  .fs-sp-1 {
    font-size: 1px !important;
  }
  .fs-sp-2 {
    font-size: 2px !important;
  }
  .fs-sp-3 {
    font-size: 3px !important;
  }
  .fs-sp-4 {
    font-size: 4px !important;
  }
  .fs-sp-5 {
    font-size: 5px !important;
  }
  .fs-sp-6 {
    font-size: 6px !important;
  }
  .fs-sp-7 {
    font-size: 7px !important;
  }
  .fs-sp-8 {
    font-size: 8px !important;
  }
  .fs-sp-9 {
    font-size: 9px !important;
  }
  .fs-sp-10 {
    font-size: 10px !important;
  }
  .fs-sp-11 {
    font-size: 11px !important;
  }
  .fs-sp-12 {
    font-size: 12px !important;
  }
  .fs-sp-13 {
    font-size: 13px !important;
  }
  .fs-sp-14 {
    font-size: 14px !important;
  }
  .fs-sp-15 {
    font-size: 15px !important;
  }
  .fs-sp-16 {
    font-size: 16px !important;
  }
  .fs-sp-17 {
    font-size: 17px !important;
  }
  .fs-sp-18 {
    font-size: 18px !important;
  }
  .fs-sp-19 {
    font-size: 19px !important;
  }
  .fs-sp-20 {
    font-size: 20px !important;
  }
  .fs-sp-21 {
    font-size: 21px !important;
  }
  .fs-sp-22 {
    font-size: 22px !important;
  }
  .fs-sp-23 {
    font-size: 23px !important;
  }
  .fs-sp-24 {
    font-size: 24px !important;
  }
  .fs-sp-25 {
    font-size: 25px !important;
  }
  .fs-sp-26 {
    font-size: 26px !important;
  }
  .fs-sp-27 {
    font-size: 27px !important;
  }
  .fs-sp-28 {
    font-size: 28px !important;
  }
  .fs-sp-29 {
    font-size: 29px !important;
  }
  .fs-sp-30 {
    font-size: 30px !important;
  }
  .fs-sp-31 {
    font-size: 31px !important;
  }
  .fs-sp-32 {
    font-size: 32px !important;
  }
}
.lh-00 {
  line-height: 0;
}

.lh-01 {
  line-height: 0.1;
}

.lh-02 {
  line-height: 0.2;
}

.lh-03 {
  line-height: 0.3;
}

.lh-04 {
  line-height: 0.4;
}

.lh-05 {
  line-height: 0.5;
}

.lh-06 {
  line-height: 0.6;
}

.lh-07 {
  line-height: 0.7;
}

.lh-08 {
  line-height: 0.8;
}

.lh-09 {
  line-height: 0.9;
}

.lh-10 {
  line-height: 1;
}

.lh-11 {
  line-height: 1.1;
}

.lh-12 {
  line-height: 1.2;
}

.lh-13 {
  line-height: 1.3;
}

.lh-14 {
  line-height: 1.4;
}

.lh-15 {
  line-height: 1.5;
}

.lh-16 {
  line-height: 1.6;
}

.lh-17 {
  line-height: 1.7;
}

.lh-18 {
  line-height: 1.8;
}

.lh-19 {
  line-height: 1.9;
}

.lh-20 {
  line-height: 2;
}

@media only screen and (max-width: 991px) {
  .lh-tb-00 {
    line-height: 0;
  }
  .lh-tb-01 {
    line-height: 0.1;
  }
  .lh-tb-02 {
    line-height: 0.2;
  }
  .lh-tb-03 {
    line-height: 0.3;
  }
  .lh-tb-04 {
    line-height: 0.4;
  }
  .lh-tb-05 {
    line-height: 0.5;
  }
  .lh-tb-06 {
    line-height: 0.6;
  }
  .lh-tb-07 {
    line-height: 0.7;
  }
  .lh-tb-08 {
    line-height: 0.8;
  }
  .lh-tb-09 {
    line-height: 0.9;
  }
  .lh-tb-10 {
    line-height: 1;
  }
  .lh-tb-11 {
    line-height: 1.1;
  }
  .lh-tb-12 {
    line-height: 1.2;
  }
  .lh-tb-13 {
    line-height: 1.3;
  }
  .lh-tb-14 {
    line-height: 1.4;
  }
  .lh-tb-15 {
    line-height: 1.5;
  }
  .lh-tb-16 {
    line-height: 1.6;
  }
  .lh-tb-17 {
    line-height: 1.7;
  }
  .lh-tb-18 {
    line-height: 1.8;
  }
  .lh-tb-19 {
    line-height: 1.9;
  }
  .lh-tb-20 {
    line-height: 2;
  }
}
@media only screen and (max-width: 767px) {
  .lh-sp-00 {
    line-height: 0;
  }
  .lh-sp-01 {
    line-height: 0.1;
  }
  .lh-sp-02 {
    line-height: 0.2;
  }
  .lh-sp-03 {
    line-height: 0.3;
  }
  .lh-sp-04 {
    line-height: 0.4;
  }
  .lh-sp-05 {
    line-height: 0.5;
  }
  .lh-sp-06 {
    line-height: 0.6;
  }
  .lh-sp-07 {
    line-height: 0.7;
  }
  .lh-sp-08 {
    line-height: 0.8;
  }
  .lh-sp-09 {
    line-height: 0.9;
  }
  .lh-sp-10 {
    line-height: 1;
  }
  .lh-sp-11 {
    line-height: 1.1;
  }
  .lh-sp-12 {
    line-height: 1.2;
  }
  .lh-sp-13 {
    line-height: 1.3;
  }
  .lh-sp-14 {
    line-height: 1.4;
  }
  .lh-sp-15 {
    line-height: 1.5;
  }
  .lh-sp-16 {
    line-height: 1.6;
  }
  .lh-sp-17 {
    line-height: 1.7;
  }
  .lh-sp-18 {
    line-height: 1.8;
  }
  .lh-sp-19 {
    line-height: 1.9;
  }
  .lh-sp-20 {
    line-height: 2;
  }
}
.ls--50 {
  letter-spacing: -5px !important;
}

.ls--45 {
  letter-spacing: -4.5px !important;
}

.ls--40 {
  letter-spacing: -4px !important;
}

.ls--35 {
  letter-spacing: -3.5px !important;
}

.ls--30 {
  letter-spacing: -3px !important;
}

.ls--25 {
  letter-spacing: -2.5px !important;
}

.ls--20 {
  letter-spacing: -2px !important;
}

.ls--15 {
  letter-spacing: -1.5px !important;
}

.ls--10 {
  letter-spacing: -1px !important;
}

.ls--5 {
  letter-spacing: -0.5px !important;
}

.ls-0 {
  letter-spacing: 0px !important;
}

.ls-5 {
  letter-spacing: 0.5px !important;
}

.ls-10 {
  letter-spacing: 1px !important;
}

.ls-15 {
  letter-spacing: 1.5px !important;
}

.ls-20 {
  letter-spacing: 2px !important;
}

.ls-25 {
  letter-spacing: 2.5px !important;
}

.ls-30 {
  letter-spacing: 3px !important;
}

.ls-35 {
  letter-spacing: 3.5px !important;
}

.ls-40 {
  letter-spacing: 4px !important;
}

.ls-45 {
  letter-spacing: 4.5px !important;
}

.ls-50 {
  letter-spacing: 5px !important;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-bold {
  font-weight: bold;
}

.text-nowrap {
  white-space: nowrap;
}

/* デスクトップのみ改行 */
.br-pc, .br-tb, .br-sp {
  display: unset !important;
}

.br-tb::after,
.br-sp::after {
  content: "";
  white-space: unset;
}

.br-pc::after {
  content: "\a";
  white-space: pre;
}

@media (max-width: 991px) {
  /* タブレットのみ改行 */
  .br-pc::after,
  .br-sp::after {
    content: "";
    white-space: unset;
  }
  .br-tb::after {
    content: "\a";
    white-space: pre;
  }
}
@media screen and (max-width: 767px) {
  /* スマホのみ改行 */
  .br-pc::after,
  .br-tb::after {
    content: "";
    white-space: unset;
  }
  .br-sp::after {
    content: "\a";
    white-space: pre;
  }
}
@keyframes showthenhide {
  to {
    opacity: 0;
  }
}
/*okubo追加*/
/*お知らせに対して*/
.post_content p {
  font-size: 18px;
  line-height: 2;
}

#post_title {
  color: #403005;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .post_content p {
    font-size: 14px;
  }
}
/*見出しh2に対して*/
@media screen and (max-width: 767px) {
  .post_content h2 {
    font-size: 16.5px;
    padding: 15px;
  }
}
/*ここまで-お知らせに対して*/
/*======================================================================*/
/*サービスページに対して*/
h3.servicecatch {
  font-size: 36px;
  font-weight: normal;
  color: #E37667;
  font-family: "游明朝体", "Yu Mincho", "游明朝", YuMincho;
}

br.newlinepc {
  display: block;
}

br.newlinesp {
  display: none;
}

/*インデント*/
.noteList {
  /*※や・などの左側*/
  display: table-cell;
  white-space: nowrap;
}

.noteText {
  /*文章はこちら*/
  display: table-cell;
}

p.soudan_fukimage {
  width: 200px;
  margin: 0 auto;
}

.service_list01 {
  max-width: 620px;
  width: 100%;
  margin: 0 auto;
}

.service_list01 ul {
  list-style: none;
  margin-left: 0;
}

.service_list01 ul li {
  font-size: 18px;
  padding: 0 17px 25px 52px;
  line-height: 1.6em;
  background: url(/wp-content/uploads/2022/11/servicelist_check.png) left 17px top 3px no-repeat;
  background-size: 25px auto;
  border-bottom: dashed 1px #9F9781;
  margin-bottom: 25px;
}

.service_list01 ul li:nth-last-child(1) {
  border-bottom: none;
  margin-bottom: 0;
}

p.otheretc,
p.otheretc03 {
  text-align: right;
  margin-bottom: 0;
}

p.otheretc02 {
  text-align: center;
  margin-bottom: 0;
}

p.list_btm_stc {
  background-color: #E37667;
  font-size: 25px;
  color: #fff;
  font-family: "游明朝体", "Yu Mincho", "游明朝", YuMincho;
  font-weight: normal;
  text-align: center;
  line-height: 1.25;
  padding: 20px;
  border-radius: 100px;
}

.txtcenter th,
.txtcenter td {
  text-align: center !important;
}

.scroll-table th,
.scroll-table td {
  font-size: 18px;
  text-align: left;
}

.scroll-table {
  overflow: auto;
  white-space: nowrap;
}

p.sp_scrol_txt {
  display: none;
}

.scroll-table table {
  margin-bottom: 0;
}

.service_subbtm {
  background-color: #706443;
  padding: 12px;
  border-radius: 50px;
  text-align: center;
  line-height: 1.25;
}

.service_subbtm a {
  color: #fff;
}

.service_subbtm:hover {
  background-color: #E37667;
}

.service_subbtm a:hover {
  text-decoration: none;
}

h5.service_plan_hd {
  background-color: transparent;
  color: #403005;
  font-weight: bold;
  border-bottom: solid 1px #403005;
  padding: 0 0 20px 0;
  border-radius: 0;
}

@media screen and (max-width: 767px) {
  h3.servicecatch {
    font-size: 20px;
    text-align: center;
  }
  .post_content h5 {
    font-size: 16px;
    height: auto;
  }
  .post_content h4 {
    font-size: 20px;
    height: auto;
    line-height: 1.5;
    border-left: 5px solid #E37667;
    /*線の設定*/
    padding: 10px;
    /*余白の設定*/
  }
  .post_content h4::before {
    content: none;
  }
  p.soudan_fukimage {
    width: 150px;
  }
  br.newlinepc {
    display: none;
  }
  br.newlinesp {
    display: block;
  }
  .service_list01 {
    width: 100%;
  }
  .post_content ul {
    margin-bottom: 0;
  }
  .service_list01 ul li {
    font-size: 14px;
    padding: 0 0 20px 30px;
    line-height: 1.6em;
    background: url(/wp-content/uploads/2022/11/servicelist_check.png) left 0 top 3px no-repeat;
    background-size: 20px auto;
    border-bottom: dashed 1px #9F9781;
    margin-bottom: 20px;
    box-sizing: border-box;
  }
  .service_listplus ul li:nth-last-child(1) {
    padding: 0 0 20px 30px !important;
    border-bottom: dashed 1px #9F9781 !important;
    margin-bottom: 20px !important;
  }
  p.otheretc {
    text-align: center;
  }
  p.otheretc02,
  p.otheretc03 {
    text-align: left;
  }
  p.list_btm_stc {
    font-size: 18px;
    border-radius: 20px;
  }
  .scroll-table th,
  .scroll-table td {
    font-size: 14px;
  }
  p.sp_scrol_txt {
    display: block;
    background-color: #707070;
    text-align: center;
    padding: 6px;
    color: #fff;
    margin-top: -21px;
  }
  h5.service_plan_hd {
    padding: 0 0 15px 0;
    line-height: 1.5;
  }
}
/*ここまで-サービスページに対して*/
/*======================================================================*/
/*サービスページウィジェット*/
span.caption_hover_slide {
  color: #403005;
  font-weight: bold;
}

.tcdw_course_list_widget .course_list li .image {
  border-radius: 10px;
}

.tcdw_course_list_widget .course_list li {
  margin: 0 0 20px 0;
}

/* リスト最下のスタイル上書き */
.tcdw_course_list_widget .course_list li:last-child {
  margin-bottom: 20px;
}

.tcdw_course_list_widget .course_list li .caption {
  font-size: 20px;
  padding: 10px;
}

@media only screen and (max-width: 991px) {
  .tcdw_course_list_widget .course_list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(40%, 1fr));
    column-gap: 8px;
    margin-top: 80px !important;
  }
  .tcdw_course_list_widget .course_list li .image {
    height: 130px;
  }
}
@media only screen and (max-width: 768px) {
  .tcdw_course_list_widget .course_list {
    grid-template-columns: repeat(auto-fit, minmax(275px, 1fr));
  }
  .tcdw_course_list_widget .course_list li .caption span {
    font-size: 16.5px;
  }
}
/*ここまで-サービスページウィジェット*/
/*======================================================================*/
/*ビフォーアフターに対して*/
/*日付*/
ul.meta .date02 {
  color: #403005;
}

.ba_contents {
  padding: 0 0 150px 0;
}

p.baov_set {
  line-height: 2;
  padding: 0 0 50px 0;
}

.ba_imagecontent {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 50px;
  margin-bottom: 50px;
}

.ba_imagecontent:nth-last-child(1) {
  padding-bottom: 0;
}

.ba_imagecontent_child_arrow {
  width: 7.5%;
}

.ba_imagecontent_child_arrow img {
  width: 100%;
}

.ba_imagecontent_child01,
.ba_imagecontent_child02 {
  position: relative;
  width: 45%;
  height: 270px;
}

.ba_imagecontent_child01 img,
.ba_imagecontent_child02 img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.ba_imagecontent_child01 p,
.ba_imagecontent_child02 p {
  position: relative;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  color: #fff;
  font-size: 20px;
  text-align: center;
  padding: 15px;
  line-height: 1;
}

.ba_imagecontent_child01 p {
  background-color: rgba(64, 48, 5, 0.8);
}

.ba_imagecontent_child02 p {
  background-color: rgba(140, 211, 123, 0.8);
}

@media screen and (max-width: 767px) {
  .ba_contents {
    padding: 0 0 80px 0;
  }
  p.baov_set {
    padding: 0 0 30px 0;
  }
  .ba_imagecontent {
    justify-content: center;
  }
  .ba_imagecontent_child_arrow {
    width: 100%;
    text-align: center;
  }
  .ba_imagecontent_child_arrow img {
    width: 60px;
    transform: rotate(90deg);
    margin: 50px 0 15px;
  }
  .ba_imagecontent_child01,
  .ba_imagecontent_child02 {
    width: 100%;
    height: 207px;
  }
  .ba_imagecontent_child01 p,
  .ba_imagecontent_child02 p {
    font-size: 15px;
    padding: 12px;
  }
}
/*ここまで-ビフォーアフターに対して*/
/*======================================================================*//*# sourceMappingURL=style.css.map */