@charset "UTF-8";
* {
  box-sizing: border-box;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

img {
  max-width: 100%;
  vertical-align: top;
}

a {
  cursor: pointer;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
}

table {
  margin-bottom: 20px;
  border-collapse: separate;
  border-spacing: 2px;
  width: 100%;
}

table th {
  background-color: #e0e0e0;
  text-align: center;
  padding: 20px;
  width: 15em;
}

table td {
  background-color: #fff;
  padding: 20px;
}

/*
 * Drupal
 **/
.links {
  display: none;
}

.rtecenter {
  text-align: center;
}

.rteright {
  text-align: right;
}

.rtejustify {
  text-align-last: justify;
  text-justify: inter-ideograph;
}

.not_publish {
  content: "非掲載ページ";
  display: block;
  background-color: #fee;
  border: 2px solid #f00;
  border-radius: 5px;
  margin-bottom: 10px;
  text-align: center;
  padding: 10px;
}

/*
 * header
 **/
.header {
  width: 1000px;
  margin: 0 auto 10px auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  background-color: #fff;
}

.header__logo {
  padding-top: 20px;
}

.header__logo_txt {
  font-size: 0.9rem;
  margin-bottom: 5px;
}

.header__logo_img {
  width: 379px;
}

.header__sub_pclist {
  display: flex;
  margin: 0;
}

.header__sub_pclist li {
  margin-left: 1.5rem;
  list-style: none;
}

.header__sub_pclist li a {
  color: #000;
}

.header__sub_pclist li a :hover {
  text-decoration: underline;
}

/*
 * footer
 **/
.footer {
  padding-top: 50px;
}

.footer__contact {
  width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.footer__contact_txt {
  font-weight: bold;
  font-size: 20px;
}

.footer__contact_tel {
  font-weight: bold;
  font-size: 28px;
  margin-bottom: 5px;
}

.footer__contact_time {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 0;
}

.footer__contact_btn_wrap {
  padding: 30px;
}

.footer__contact_btn {
  display: block;
  margin: 0 auto;
  background-color: #84cb4a;
  border-radius: 10px;
  padding: 20px 0;
  width: 380px;
  color: #fff;
  font-size: 18px;
  background-image: url("/assets/img/arr_w.png");
  background-repeat: no-repeat;
  background-size: 9px 13px;
  background-position: center right 20px;
}

.footer__contact_btn:hover {
  background-color: #6eba30;
  color: #fff;
  text-decoration: none;
}

.footer__link {
  background-color: #f4f4f4;
}

.footer__link_ttl {
  text-align: center;
  padding-top: 20px;
}

.footer__link_ttl_text {
  font-size: 14px;
  margin-bottom: 10px;
}

.footer__link_ttl_logo {
  width: 250px;
  margin: 0 auto;
}

.footer__link_list {
  width: 1000px;
  margin: 0 auto;
  padding: 30px 0 40px 0;
  display: flex;
  flex-wrap: wrap;
}

.footer__link_list_item {
  list-style: none;
  width: 200px;
  margin-bottom: 10px;
}

.footer__link_list_item a {
  color: #000;
}

.footer__copyright {
  background-color: #84cb4a;
  color: #fff;
  text-align: center;
  font-size: 12px;
  padding: 10px;
}

/*
 * gnav
 **/
.gnav {
  background-color: #84cb4a;
}

.gnav__list {
  display: flex;
  width: 1000px;
  margin: 0 auto;
  padding: 10px 0;
}

.gnav__list li {
  flex: 1;
  list-style: none;
  text-align: center;
  border-left: 1px solid #fff;
}

.gnav__list li:last-child {
  border-right: 1px solid #fff;
}

.gnav__list li a {
  display: block;
  padding: 10px 0px;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
}

.gnav__list li a:hover {
  background-color: #6eba30;
  text-decoration: none;
}

.gnav__list li a img {
  display: inline-block;
  margin-right: 5px;
  max-height: 18px;
  vertical-align: sub;
}

/*
 * common
 **/
.content_wrap {
  background-color: #f4f4f4;
}

.content {
  width: 1000px;
  margin: 0 auto;
  padding: 45px 0 50px 0;
}

.content_thin {
  width: 750px;
}

.content_ttl {
  text-align: center;
  width: 213px;
  margin: 0 auto 40px auto;
  background-image: url("/assets/img/bg_h2.png");
  background-size: 100%;
  background-repeat: no-repeat;
  padding-top: 20px;
}

.content_ttl .content_ttl__head {
  font-size: 24px;
  margin-bottom: -5px;
}

.content_ttl .content_ttl__en {
  font-size: 12px;
  margin-bottom: 0;
  color: #84cb4a;
}

/*
 * index
 **/
.main_vi {
  min-width: 1000px;
}

.index_service {
  margin-bottom: 100px;
}

.index_nav__list {
  display: flex;
  justify-content: space-between;
  padding: 0;
}

.index_nav__list li {
  list-style: none;
  width: 236px;
  background-color: #84cb4a;
  border-radius: 10px;
  background-image: url("/assets/img/index_nav__img_01.jpg");
  background-size: 100%;
  background-repeat: no-repeat;
  border: 1px solid #d7d7d7;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
}

.index_nav__list li:hover {
  background-color: #6eba30;
}

.index_nav__list li.index_nav__bukken {
  background-image: url("/assets/img/index_nav__img_01.jpg");
}

.index_nav__list li.index_nav__souzoku {
  background-image: url("/assets/img/index_nav__img_02.jpg");
}

.index_nav__list li.index_nav__akiya {
  background-image: url("/assets/img/index_nav__img_03.jpg");
}

.index_nav__list li.index_nav__ninbai {
  background-image: url("/assets/img/index_nav__img_04.jpg");
}

.index_nav__list li a {
  display: block;
  height: 100%;
  padding: 147px 10px 10px 10px;
  color: #fff;
  text-decoration: none;
}

.index_nav__list .index_nav__img {
  text-align: center;
  margin: 8px 0 8px 0;
}

.index_nav__list .index_nav__img img {
  height: 26px;
}

.index_nav__list .index_nav__ttl {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.15em;
}

.index_nav__list .index_nav__txt {
  margin-bottom: 0;
  font-size: 14px;
}

.index_info {
  margin-bottom: 100px;
}

/*
 * sec common
 **/
.sec_head {
  text-align: center;
  background-image: url("/assets/img/ttl_bg_company.jpg");
  background-size: cover;
  background-position: center;
  padding: 20px 0;
}

.sec_head * {
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
}

.sec_head__info {
  background-image: url("/assets/img/ttl_bg_info.jpg");
}

.sec_head__bukken {
  background-image: url("/assets/img/ttl_bg_bukken.jpg");
}

.sec_head__ninbai {
  background-image: url("/assets/img/ttl_bg_bukken.jpg");
}

.sec_head__akiya {
  background-image: url("/assets/img/ttl_bg_bukken.jpg");
}

.sec_head__souzoku {
  background-image: url("/assets/img/ttl_bg_bukken.jpg");
}

.sec_head__company {
  background-image: url("/assets/img/ttl_bg_company.jpg");
}

.sec_head__contact {
  background-image: url("/assets/img/ttl_bg_contact.jpg");
}

.sec_head__other {
  background-image: url("/assets/img/ttl_bg_company.jpg");
}

.sec_head__h {
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 0;
}

.sec_head__txt {
  color: #fff;
  margin-bottom: 0;
}

/*
 * info
 **/
.info_list {
  padding: 0;
  margin-bottom: 40px;
}

.info_list__item {
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 10px;
  list-style: none;
  padding: 25px;
}

.info_list__item a {
  color: #000;
  text-decoration: underline;
}

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

.info_list__date {
  margin-bottom: 10px;
}

.info_wrap {
  background-color: #fff;
  padding: 30px;
  margin: 20px;
}

.info_date {
  font-size: 16px;
  letter-spacing: 0.1em;
}

.info_title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
}

/*
 * bukken 物件
 **/
.bukken_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
}

.bukken_list__item {
  width: 490px;
  list-style: none;
  background-color: #fff;
  border-top: 5px solid #84cb4a;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}

.bukken_list__head {
  display: flex;
}

.bukken_list__head_icon {
  width: 10em;
  background-color: #73baec;
  font-size: 12px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}

.bukken_list__head_icon_kodate {
  background-color: #ec7373;
}

.bukken_list__head_icon_tochi {
  background-color: #9e5e33;
}

.bukken_list__head_text {
  font-size: 18px;
  font-weight: bold;
}

.bukken_list__body {
  display: flex;
}

.bukken_list__body_main {
  width: 190px;
  margin-right: 10px;
}

.bukken_list__body_price {
  text-align: center;
  padding: 5px;
  background-color: #ffe0e0;
  color: #d92121;
  font-weight: bold;
  font-size: 20px;
  margin-top: 5px;
  margin-bottom: 0;
}

.bukke_list__body_sub {
  width: 240px;
  position: relative;
}

.bukken_list__body_text p {
  font-size: 16px;
  margin-bottom: 5px;
}

.bukken_list__body_more {
  position: absolute;
  bottom: 0;
  right: 0;
}

.bukken_list__body_more a {
  color: #000;
  font-weight: bold;
  text-decoration: underline;
  display: inline-block;
  padding-right: 20px;
  background-image: url("/assets/img/arr_b.png");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 9px 13px;
}

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

.bukken_head {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.bukken_head_icon {
  width: 10em;
  background-color: #73baec;
  font-size: 16px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}

.bukken_head_icon_kodate {
  background-color: #ec7373;
}

.bukken_head_icon_tochi {
  background-color: #9e5e33;
}

.bukken_title {
  margin-bottom: 0;
}

.bukken_img {
  background-color: #fff;
  padding: 20px 50px;
  margin-bottom: 20px;
}

.bukken_img__slider {
  margin: 0 auto;
  padding: 10px;
  width: 800px;
}

.bukken_img__thumb .slick-current {
  outline: 2px solid #84cb4a;
  outline-offset: -2px;
}

.bukken_img__thumb_item {
  padding: 5px;
}

.slick-next:before,
.slick-prev:before {
  color: #84cb4a;
}

.bukken_spec {
  margin-bottom: 40px;
}

.bukken_spec h3 {
  text-align: center;
  font-size: 24px;
}

.bukken_btn {
  margin-bottom: 40px;
}

.bukken_spec__data_price {
  color: #d92121;
  font-size: 22px;
}

.bukken_freetext {
  background-color: #fff;
  padding: 30px;
  margin-bottom: 40px;
}

.content_box {
  margin: 0 0 30px 0;
}

.content_box__header {
  background-color: #6eba30;
  color: #fff;
  font-size: 24px;
  padding: 15px;
  border-radius: 10px 10px 0 0;
  margin-bottom: 0;
}

.content_box__body {
  background-color: #fff;
  padding: 25px;
}

.content_box__body h4 {
  font-size: 20px;
  margin-bottom: 10px;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #000;
}

.content_box__body h4 span {
  display: inline-block;
  padding: 5px 10px;
  margin-right: 10px;
  color: #fff;
  background-color: #6eba30;
}

.content_box__body p {
  line-height: 1.7;
}

.content_box__img {
  text-align: center;
  margin-bottom: 10px;
}

.text_strong_0 {
  color: #ff0000;
  font-weight: bold;
}

.text_strong_1 {
  text-indent: -10px;
  margin-left: 20px;
  font-weight: bold;
}

.text_strong_1 i {
  color: #ff0000;
}

.text_sub_1 {
  font-size: 14px;
}

.ninbai_list {
  padding-left: 20px;
  margin-bottom: 40px;
}

.ninbai_list li {
  list-style: none;
  margin-bottom: 10px;
}

.ninbai_power {
  font-size: 20px;
}

.ninbai_plan {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.ninbai_plan__item {
  width: 48%;
  background-color: #fff4cd;
  margin-bottom: 20px;
}

.ninbai_plan__item_head {
  background-color: #ff7852;
  padding: 10px 0;
  color: #fff;
  text-align: center;
}

.ninbai_plan__item_head_txt1 {
  font-size: 14px;
  margin-bottom: 0;
}

.ninbai_plan__item_head_txt2 {
  font-size: 20px;
  font-weight: bold;
  color: #ffff00;
  margin-bottom: 0;
}

.ninbai_plan__item_body {
  padding: 15px 15px 5px 35px;
}

.ninbai_plan__item_body li {
  font-size: 14px;
  margin-bottom: 10px;
}

.souzoku_table tr th:first-child {
  width: 1em;
  vertical-align: middle;
}

.souzoku_table th, .souzoku_table td {
  vertical-align: top;
  font-size: 16px;
}

.souzoku_table ol {
  padding: 0 0 0 20px;
}

.souzoku_table ol li {
  margin-bottom: 5px;
}

.souzoku_table__merit th {
  background-color: #84cb4a;
  color: #fff;
}

.souzoku_table__merit td {
  background-color: #f3fdf4;
}

.souzoku_table__demerit td {
  background-color: #fcfcfc;
}

.souzoku_table__buy {
  background-color: #84cb4a;
  color: #fff;
}

.souzoku_table__osusume {
  border: 2px solid #ff7852;
}

.ex_list {
  padding: 0;
}

.ex_list__item {
  list-style: none;
  border-bottom: dotted 1px #000;
  padding: 20px 0 20px 50px;
  background-image: url(/assets/img/icon_ex.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 36px 36px;
}

.akiya_strong {
  font-size: 30px;
}

.akiya_strong strong {
  color: #ff9c00;
}

.akiya_gbox {
  background-color: #ebffdb;
  border-radius: 10px;
  padding: 20px 20px 0 20px;
  border: 2px solid #73c83c;
  margin-bottom: 20px;
}

.akiya_gbox h4 {
  text-align: center;
  border: none;
  color: #5abf07;
}

.akiya_gbox__sub {
  background-color: #73c83c;
  border-radius: 10px;
  padding: 10px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 18px;
}

.akiya_gbox__ext {
  font-weight: bold;
}

.akiya_gbox__service {
  display: flex;
}

.akiya_gbox__price {
  color: #6eba30;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  margin-left: 40px;
}

.akiya_gbox__price strong {
  font-size: 22px;
}

.akiya_gbox__price small {
  color: #000;
  font-size: 12px;
}

.checkseet_box {
  background-color: #e1faff;
  border: 2px solid #78c9d9;
  padding: 30px;
  margin-bottom: 30px;
  text-align: center;
}

.checkseet_box h3 {
  display: inline-block;
  font-size: 24px;
  color: #077cbf;
  padding-left: 30px;
  background-image: url(/assets/img/icon_check.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 27.5px 25px;
}

.checkseet_box p {
  text-align: left;
}

.checkseet_box__item {
  border-top: 2px dotted #78c9d9;
  padding: 20px 0 0 0;
}

.checkseet_box__item_check {
  font-weight: bold;
  font-size: 20px;
  color: #077cbf;
  text-align: left;
  background-image: url(/assets/img/icon_check_blank.png);
  padding-left: 30px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 23px 23px;
  margin-bottom: 10px;
}

.akiya_contact {
  background-color: #ff7852;
  color: #fff;
  text-align: center;
  font-size: 24px;
  padding: 10px 0;
  margin-bottom: 10px;
}

.akiya_contact h3 {
  margin-bottom: 10px;
}

.akiya_contact p {
  font-size: 18px;
  margin-bottom: 0;
}

.akiya_yobou {
  background-color: #fff;
}

.akiya_yobou h3 {
  background-color: #077cbf;
  color: #fff;
  text-align: center;
  padding: 10px;
  font-size: 20px;
  margin-bottom: 20px;
}

.akiya_yobou h4 {
  color: #077cbf;
}

.akiya_yobou__tokutei {
  border: 2px solid #ff6b8c;
  padding: 20px;
}

.akiya_yobou__tokutei h4 {
  color: #ff6b8c;
  border: none;
  font-size: 16px;
}

.company_message {
  margin-top: 60px;
}

.company_message h2 {
  text-align: center;
  width: auto;
  font-size: 28px;
  margin-bottom: 20px;
}

.company_message h2::after {
  content: "";
  width: 80px;
  margin: 0 auto;
  display: block;
  border-bottom: 4px solid #84cb4a;
}

.company_message__box {
  display: flex;
  margin-bottom: 30px;
}

.company_message__box div:first-child {
  margin-right: 20px;
}

.company_message__bold {
  font-weight: bold;
}

.policy h3 {
  margin-top: 30px;
}

.policy p {
  font-size: 14px;
}

/*
 * btn
 **/
.btn_more {
  display: block;
  width: 270px;
  border: 2px solid #000;
  border-radius: 10px;
  margin: 10px auto;
  padding: 15px 0;
  background-color: #fff;
  text-align: center;
  color: #000;
  font-size: 20px;
  background-image: url("/assets/img/arr_b.png");
  background-repeat: no-repeat;
  background-size: 9px 13px;
  background-position: center right 20px;
}

.btn_more:hover {
  background-color: #eee;
  color: #000;
  text-decoration: none;
}

.btn_contact {
  display: block;
  margin: 0 auto;
  background-color: #84cb4a;
  border-radius: 10px;
  padding: 20px 0;
  width: 380px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  background-image: url("/assets/img/arr_w.png");
  background-repeat: no-repeat;
  background-size: 9px 13px;
  background-position: center right 20px;
}

.btn_contact:hover {
  background-color: #6eba30;
  color: #fff;
  text-decoration: none;
}

/*
 * form
 **/
.contact__lead {
  font-size: 18px;
  text-align: center;
  margin-bottom: 30px;
}

.contact__head {
  text-align: center;
}

.contact__box {
  background-color: #fff;
  padding: 20px;
  margin-bottom: 40px;
}

.contact__tel_sub {
  text-align: center;
}

.contact__tel {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}

.dp__form {
  background-color: #fff;
  padding: 50px;
}

.dp__form .alert {
  border: 1px solid #ff0000;
  background-color: #fffcfc;
  margin-bottom: 5px;
  color: #ff0000;
  padding: 5px;
  font-size: 12px;
  border-radius: 5px;
  display: block;
}

.dp__form .form-item {
  margin-bottom: 15px;
}

.dp__form .form-item label {
  display: block;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: bold;
}

.dp__form .form-item label.option {
  display: inline;
  font-weight: normal;
  font-size: 14px;
}

.dp__form select {
  font-size: 20px;
  padding: 5px 10px;
}

.dp__form input[type=text],
.dp__form input[type=email],
.dp__form textarea {
  font-size: 20px;
  padding: 5px 10px;
  max-width: 100%;
  width: 100%;
  border: 1px solid #ccc;
}

.dp__form .form-submit {
  margin-top: 10px;
}

.dp__form input[type=submit] {
  -webkit-appearance: none;
  border-radius: 0;
  background-color: #6eba30;
  color: #fff;
  border: none;
  border-bottom: 2px solid #e2e2e2;
  width: 100%;
  font-size: 16px;
  padding: 10px 5px;
}

.dp__form .form__checkbox {
  border-radius: 0;
  border: 1px solid #ccc;
  background-color: #fff;
  width: 16px;
  height: 16px;
}

.dp__form .form-required {
  color: #cc0000;
}

.dp__form .preview .form-item {
  border-bottom: 1px solid #ccc;
  padding: 5px;
  margin-bottom: 5px;
}

.dp__form .preview label {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 10px;
}

.dp__form .preview .messages {
  font-size: 14px;
  text-align: center;
  margin-bottom: 20px;
}

.dp__form .preview .form-actions {
  display: flex;
  flex-direction: column-reverse;
}

.dp__form .preview .form-submit {
  padding: 15px 0;
  cursor: pointer;
}

.dp__form .preview .webform-previous {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 10px;
  font-size: 12px;
  color: #666;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .sp-only {
    display: none;
  }
}

@media print {
  .sp-only {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  p {
    font-size: 90%;
  }
  table th {
    padding: 10px;
    width: 7em;
    font-size: 14px;
  }
  table td {
    padding: 10px;
    font-size: 14px;
  }
  .pc-only {
    display: none;
  }
  .overlay {
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.6;
    position: absolute;
    z-index: 1;
    position: fixed;
  }
  .header {
    margin: 0;
    width: 100%;
    align-items: center;
    position: fixed;
    z-index: 9998;
  }
  .header__logo {
    padding: 0 0 0 10px;
  }
  .header__logo_txt {
    font-size: 12px;
  }
  .header__logo_img {
    width: 200px;
  }
  .header__sp_sub {
    display: flex;
  }
  .header__sp_sub_mail a {
    display: block;
    background-color: #b8b8b8;
    width: 60px;
    height: 60px;
    font-size: 10px;
    text-align: center;
    color: #fff;
    letter-spacing: -1px;
    padding-top: 40px;
    background-image: url("/assets/img/icon_mail.png");
    background-repeat: no-repeat;
    background-size: 33px 22px;
    background-position: center top 15px;
  }
  .header__sp_sub_menu {
    background-color: #84cb4a;
    width: 60px;
    height: 60px;
    font-size: 10px;
    text-align: center;
    color: #fff;
    padding-top: 40px;
    background-image: url("/assets/img/icon_menu.png");
    background-repeat: no-repeat;
    background-size: 33px 21px;
    background-position: center top 15px;
  }
  .spnav {
    position: fixed;
    background-color: #84cb4a;
    width: 100%;
    top: 60px;
    z-index: 9999;
  }
  .spnav__list {
    padding: 0;
  }
  .spnav__list_item {
    list-style: none;
    border-bottom: 1px dotted #fff;
  }
  .spnav__list_item a {
    display: block;
    color: #fff;
    padding: 15px 0 15px 50px;
    background-repeat: no-repeat;
    background-position: center left 15px;
    background-size: 24px;
  }
  .spnav__list_item a img {
    display: inline-block;
    margin-right: 10px;
    height: 20px;
  }
  .spnav__list_item_info a {
    background-image: url("/assets/img/icon_info.png");
  }
  .spnav__list_item_bukken a {
    background-image: url("/assets/img/icon_bukken.png");
  }
  .spnav__list_item_souzoku a {
    background-image: url("/assets/img/icon_souzoku.png");
  }
  .spnav__list_item_akiya a {
    background-image: url("/assets/img/icon_akiya.png");
  }
  .spnav__list_item_ninbai a {
    background-image: url("/assets/img/icon_ninbai.png");
  }
  .spnav__list2 {
    padding: 0 15px 0 15px;
    display: flex;
    flex-wrap: wrap;
  }
  .spnav__list2_item {
    width: 50%;
    list-style: none;
    margin-bottom: 10px;
  }
  .spnav__list2_item a {
    color: #fff;
  }
  .footer {
    padding-top: 30px;
  }
  .footer__contact {
    width: 100%;
  }
  .footer__contact_txt {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .footer__contact_tel {
    font-size: 24px;
  }
  .footer__contact_time {
    font-size: 16px;
  }
  .footer__contact_btn {
    width: 80vw;
    border-radius: 5px;
    padding: 15px 0;
  }
  .footer__link_list {
    width: 100%;
    padding: 30px 20px 30px 20px;
  }
  .footer__link_list_item {
    width: calc(50vw - 20px);
    font-size: 14px;
  }
  .content_wrap {
    padding-top: 60px;
  }
  .content {
    width: 100%;
    padding: 30px 10px;
  }
  .content_ttl {
    width: 170px;
    margin: 0 auto 20px auto;
    padding-top: 20px;
  }
  .content_ttl .content_ttl__head {
    font-size: 22px;
  }
  .main_vi {
    min-width: 100%;
  }
  .sec_head {
    padding: 10px 0;
  }
  .sec_head__h {
    font-size: 26px;
  }
  .index_service {
    margin-bottom: 50px;
  }
  .index_nav__list {
    flex-wrap: wrap;
  }
  .index_nav__list li {
    width: calc(50% - 5px);
    margin-bottom: 10px;
  }
  .index_nav__list li a {
    padding: 28vw 10px 10px 10px;
  }
  .index_nav__list .index_nav__ttl {
    font-size: 14px;
    letter-spacing: 0;
  }
  .index_nav__list .index_nav__txt {
    font-size: 12px;
  }
  .info_list {
    margin-bottom: 20px;
  }
  .info_list__item {
    padding: 15px;
    font-size: 14px;
  }
  .info_list__date {
    margin-bottom: 0px;
  }
  .info_list__date {
    margin-bottom: 10px;
  }
  .info_wrap {
    background-color: #fff;
    padding: 15px;
    margin: 10px 10px 30px 10px;
  }
  .info_date {
    font-size: 14px;
  }
  .info_title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .info_text {
    font-size: 14px;
  }
  .info_text * {
    max-width: 100% !important;
  }
  .info_text table {
    width: 100% !important;
  }
  .bukken_list__item {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
  }
  .bukken_list__head_icon {
    font-size: 10px;
    margin-bottom: 10px;
  }
  .bukken_list__head_text {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .bukken_list__body_main {
    width: 150px;
  }
  .bukken_list__body_price {
    font-size: 16px;
  }
  .bukke_list__body_sub {
    width: calc(100% - 170px);
  }
  .bukken_list__body_text p {
    font-size: 14px;
  }
  .bukken_list__body_more a {
    font-size: 14px;
  }
  .bukken_head {
    margin-bottom: 10px;
  }
  .bukken_head_icon {
    font-size: 12px;
    padding: 5px;
    width: 9em;
  }
  .bukken_title {
    font-size: 16px;
  }
  .bukken_img {
    padding: 5px;
  }
  .bukken_img__slider {
    width: 100%;
  }
  .bukken_spec {
    margin-bottom: 20px;
  }
  .bukken_spec h3 {
    font-size: 20px;
    letter-spacing: 0.2em;
  }
  .bukken_spec__data_price {
    font-size: 18px;
  }
  .content_box__header {
    font-size: 18px;
    border-radius: 10px 10px 0 0;
  }
  .content_box__body {
    padding: 15px;
  }
  .content_box__body h4 {
    font-size: 16px;
    padding: 0 0 10px 0;
  }
  .content_box__body h4 span {
    display: inline-block;
  }
  .ninbai_list {
    padding-left: 20px;
    margin-bottom: 40px;
  }
  .ninbai_list li {
    list-style: none;
    margin-bottom: 10px;
  }
  .ninbai_plan__item {
    width: 100%;
    margin-bottom: 20px;
  }
  .ninbai_plan__item_head {
    background-color: #fff4cd;
    padding: 10px 0;
    color: #fff;
    text-align: center;
  }
  .ninbai_plan__item_head_txt1 {
    font-size: 14px;
    margin-bottom: 0;
  }
  .ninbai_plan__item_head_txt2 {
    font-size: 20px;
    font-weight: bold;
    color: #ffff00;
    margin-bottom: 0;
  }
  .ninbai_plan__item_body {
    padding: 15px 15px 5px 35px;
  }
  .ninbai_plan__item_body li {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .checkseet_box {
    padding: 15px;
  }
  .akiya_contact {
    padding: 10px;
  }
  .akiya_contact h3 {
    font-size: 18px;
  }
  .akiya_contact p {
    font-size: 12px;
  }
  .akiya_strong {
    font-size: 20px;
    margin-bottom: 0;
  }
  .akiya_gbox__sub {
    font-size: 16px;
  }
  .akiya_gbox__service {
    display: block;
  }
  .akiya_gbox__list_item {
    font-size: 13px;
  }
  .akiya_gbox__price {
    margin-left: 0;
    margin-bottom: 10px;
  }
  .akiya_yobou h3 {
    font-size: 16px;
  }
  .akiya_yobou__tokutei li {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .company_message {
    margin-top: 40px;
  }
  .company_message h2 {
    font-size: 24px;
  }
  .company_message__box {
    display: block;
    margin-bottom: 30px;
  }
  .company_message__box div:first-child {
    margin: 0 auto 20px auto;
    width: 200px;
    text-align: center;
  }
  .company_message__bold {
    font-size: 18px;
  }
  .btn_more {
    width: 180px;
    border-radius: 5px;
    padding: 10px 0;
    font-size: 16px;
    background-position: center right 10px;
  }
  .btn_contact {
    width: 300px;
    border-radius: 5px;
    padding: 10px 0;
    font-size: 16px;
    background-position: center right 10px;
  }
  .contact__lead {
    font-size: 14px;
  }
  .contact__head {
    font-size: 18px;
  }
  .dp__form {
    padding: 30px;
  }
}
