@charset "utf-8";

/* CSS Document */
/* main +++++++++++++++++++++++++++++***************  */
#wrap_contents #main {
  float: none;
  width: auto;
}

/* コピー -------------- */
h3.head_copy {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
  line-height: 1.5em;
  text-align: center;
}

h3.head_copy span {
  color: #0096b2;
  font-size: 18px;
}

.block_head_title {
  margin-bottom: 10px;
  font-size: 14px;
  padding-bottom: 3px;
}

.block_head_title>p {
  text-align: center;
}

.block_copy {
  display: flex;
  justify-content: center;
  margin-top: 5px;
}

.block_copy .bg {
  font-size: 14px;
  line-height: 1.6em;
  background: #e3f7fb;
  padding: 10px 15px;
  font-weight: bold;
}

.block_copy .bg li {
  border-bottom: 1px dotted #666;
  padding: 5px 0;
}

.block_copy .bg li.last {
  border-bottom: 0;
  padding-bottom: 0;
}

.block_copy .bg li:before {
  content: "Ñ ";
  color: #0096b2;
  font-family: 'CONDENSEicon';
}

.block_copy .bg {
  margin-right: 25px;
  width: 680px;
}

.block_copy .img {
  width: 110px;
}

.block_copy img {
  width: 100%;
}

/* 相談会　日程 -------------- */
.block_nittei {
  margin-top: 20px;
}

.block_nittei ul {
  display: flex;
  justify-content: center;
  margin-top: 15px;
  border-bottom: 3px solid #0096b2;
}

.block_nittei li {
  margin-right: 10px;
}

.block_nittei li:last-child {
  margin-right: 0;
}

.block_nittei li a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #e0e0e0;
  width: 140px;
  height: 40px;
  font-size: 14px;
  text-align: center;
  color: inherit;
  cursor: pointer;
  white-space: nowrap;
}

.block_nittei li a.is-current,
.block_nittei li a:hover {
  background: #0096b2;
  color: #fff;
}

.block_nittei .date_wrap {
  margin-top: 15px;
  border: 2px solid #CCC;
  padding: 15px;
}

.block_nittei .date_wrap .date {
  width: 100%;
  line-height: 1.6em;
  font-size: 16px;
}

.block_nittei .date_wrap dt:before {
  content: "Ö";
  color: #0096b2;
  font-family: 'CONDENSEicon';
}

.block_nittei .date_wrap .date {
  width: 100px;
  font-weight: bold;
}

.block_nittei .date_wrap .text {
  width: 580px;
  font-size: 15px;
  word-break: normal;
}

.block_nittei .date_wrap .date,
.block_nittei .date_wrap .text {
  margin-bottom: 5px;
  float: left;
}

.block_nittei .date_wrap .caption_wrap {
  margin-top: 10px;
  border-top: 1px solid #CCC;
  padding-top: 10px;
}

.block_nittei .date_wrap .caption_wrap a {
  color: #0096b2;
  text-decoration: underline;
}

.block_nittei .date_wrap .caption_wrap a:hover {
  color: #000;
  text-decoration: underline;
}

.block_nittei .date_wrap .caption_wrap.caption {
  margin-top: 10px;
  line-height: 1.8em;
  font-size: 14px;
}

.block_nittei .caption_wrap span {
  font-weight: bold;
  color: #333;
}

/* 日程リスト -------------- */
.block_area_list {
  padding: 20px;
  background: #fef6ec;
}

.block_area_list>div[id] {
  display: none;
}

.block_area_list>div[id].is-current {
  display: block;
}

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

.block_area_list a:hover {
  color: #0096b2;
  text-decoration: underline;
}

.block_area_list h4.h4_area_title {
  font-size: 14px;
  background: #e0e0e0;
  border-bottom: solid 3px #0096b2;
  padding: 4px 10px 3px 10px;
  margin-bottom: 10px;
}

/* table */
.table_normal {
  border-top: solid #CCC 1px;
  border-left: solid #CCC 1px;
  line-height: 1.4em;
  font-size: 14px;
  margin-top: 20px;
  background: #fff;
  width: 100%;
  overflow: hidden;
  /* floatさせた要素を内包しているため指定 */
}

.table_normal:nth-of-type(1) {
  margin-top: 0;
}

.table_normal th,
.table_normal td {
  border-right: solid #CCC 1px;
  border-bottom: solid #CCC 1px;
  padding: 7px 10px;
}

.table_normal th {
  background: #E3F9F8;
  font-weight: normal;
  white-space: nowrap;
}

.table_normal th.area_name {
  font-weight: bold;
}

.table_normal th.store {
  width: 30%;
}

.table_normal th.tel {
  width: 25%;
}

.table_normal th.date {
  width: 25%;
}

.table_normal th.bikou {
  width: 20%;
}

/* table  キャプション用 */
.table_caption {
  border-top: solid #CCC 1px;
  border-left: solid #CCC 1px;
  line-height: 1.4em;
  font-size: 13px;
  margin-bottom: 20px;
}

.table_caption th,
.table_caption td {
  border-right: solid #CCC 1px;
  border-bottom: dotted #CCC 1px;
  padding: 7px 10px;
}

.table_caption th {
  font-weight: normal;
  border-right: 0;
  padding-right: 0;
}

.table_caption .last th,
.table_caption .last td {
  border-bottom: solid #CCC 1px;
}

/* 日程TOPへ -------------- */
.nittei_top {
  text-align: right;
  font-size: 12px;
  margin-top: 20px;
}

.nittei_top span {
  background: #0096b2;
  padding: 1px 3px;
  margin-right: 5px;
  color: #FFF;
  font-family: 'CONDENSEicon';
}

.nittei_top a {
  color: #000;
  text-decoration: none;
}

.nittei_top a:hover {
  color: #0096b2;
  text-decoration: none;
}

/* right +++++++++++++++++++++++++++++***************  */
.block_satei_btn {
  margin-bottom: 10px;
  background: #e6f5c6;
  border: 4px solid #c8e886;
  padding: 7px;
}

.block_satei_btn p {
  text-align: center;
}

.block_satei_btn p span {
  font-weight: bold;
}

.block_satei_btn .txt {
  font-size: 13px;
  line-height: 1.4em;
  margin: 3px 0;
  background: #FFF;
  padding: 3px;
}

.block_satei_btn img {
  width: 100%;
}

.block_btns img {
  width: 100%;
}

.block_btns p {
  margin-bottom: 5px;
}

/* -------------------------------------------------------- */
/* 640以下 */
/* -------------------------------------------------------- */
@media screen and (min-width: 1px) and (max-width: 640px) {

  /* main +++++++++++++++++++++++++++++***************  */
  /* コピー -------------- */
  h3.head_copy {
    line-height: 1.3;
    text-align: left;
  }

  .block_head_title {
    font-size: 95%;
    line-height: 1.4;
    padding: 4% 0;
    border-bottom: 0;
    border-top: 0;
  }

  .block_head_title>p {
    text-align: left;
  }

  #main,
  #right,
  .block_copy .bg,
  .block_copy .img {
    float: none;
  }

  .block_copy .bg .left {
    width: 100%;
  }

  .block_copy .bg {
    font-size: 90%;
    line-height: 1.6em;
    padding: 4%;
    font-weight: bold;
    width: 90%;
    margin: 0 auto;
  }

  .block_copy .bg li {
    text-indent: -1.4em;
    padding-left: 1.4em;
    line-height: 1.4;
  }

  .block_copy .img {
    display: none;
  }

  /* 日程 -------------- */
  .block_nittei .date_wrap .caption_wrap.caption {
    line-height: 1.4;
  }

  .block_nittei .h3_common.h3_normal {
    padding-left: 3%;
    padding-right: 3%;
  }

  .block_nittei ul {
    margin-top: 7%;
    border-left: 0;
  }

  .block_nittei li {
    margin-right: 2px;
    width: 100%;
  }

  .block_nittei li:last-child {
    margin-right: 0;
  }

  .block_nittei li a {
    margin-right: 0;
    padding: 0;
    border: 0;
    width: 100%;
    height: 40px;
  }

  .block_nittei .date_wrap .unit {
    margin-bottom: 3%;
  }

  .block_nittei .date_wrap .date,
  .block_nittei .date_wrap .text {
    float: none;
    width: 100%;
    font-size: 100%;
    line-height: 1.4;
  }

  .block_area_list {
    padding: 20px 0;
  }

  /* table */
  .table_normal {
    font-size: 70%;
    margin-bottom: 3%;
    word-break: break-all;
  }

  .table_normal th,
  .table_normal td {
    padding: 6px 5px;
  }

  .table_normal td {
    text-align: left !important;
  }

  .table_normal th {
    background: #E3F9F8;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
  }

  .table_normal th.store {
    width: auto;
  }

  .table_normal th.tel {
    width: 80px;
  }

  .table_normal th.date {
    width: 66px;
  }

  .table_normal th.bikou {
    width: 60px;
  }

  .table_normal th.area_name {
    font-weight: bold !important;
    font-size: 120% !important;
  }

  /* table  キャプション用 */
  .table_caption {
    font-size: 80%;
    margin-bottom: 3%;
  }

  .table_caption th,
  .table_caption td {
    padding: 7px 10px;
  }

  .table_caption th {
    font-weight: normal;
    border-right: 0;
    padding-right: 0;
  }

  .table_caption .last th,
  .table_caption .last td {
    border-bottom: solid #CCC 1px;
  }

  /* h4 */
  .block_area_list h4.h4_area_title {
    font-size: 90%;
    padding: 3%;
    margin-bottom: 10px;
  }

  /* 日程トップへ -------------- */
  .nittei_top {
    font-size: 70%;
    text-align: right;
    margin: 20px 10px 0 0;
  }

  .nittei_top a {
    text-decoration: none;
    color: #000;
  }

  .nittei_top span {
    background: #0096b2;
    padding: 0.5%;
    color: #FFF;
    margin: 0 0.5% 2% 0;
    font-family: 'CONDENSEicon';
    border-radius: 3px;
    -webkit-border-radius: 3px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 3px;
    /* Firefox用 */
  }

  .nittei_top a:hover {
    color: #0096b2;
  }

  /* right +++++++++++++++++++++++++++++***************  */
  #right_useful {
    display: none;
  }

  .block_satei_btn {
    margin-bottom: 7%;
  }

  .block_satei_btn img {
    width: 100%;
    margin-top: 2%;
  }

  .block_satei_btn p {
    margin: 2% 0;
  }

  .block_satei_btn p span {
    font-weight: normal;
  }

  .block_btns li {
    margin-bottom: 2%;
  }
}



/* 追加説明文（202510追記） */
.container{
  font-family: 'Noto Sans JP', sans-serif;
}

.consultation-points {
  font-size: clamp(16px, 1.8vw, 24px);
  color: #006064;
  border-bottom: 1px solid #006064;
  padding: 0;
  margin-bottom: 15px;
  line-height: 1.4;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
}

/* 背景ハテナ */
.consultation-points h2 span::before {
  content: '';
  display: block;
  width: 16rem;
  height: 7.5rem;
  background: url(/news/images/zeimu/worries_ttl_bg.svg) no-repeat center center;
  background-size: 65% auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  opacity: 0.03;
}

/* コンテナ */
.container2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  max-width: 1060px;
  margin: 0 auto;
  padding: 30px 0;
}

@media (max-width: 768px) {
  .container2 {
    grid-template-columns: 1fr;
  }
}

/* 質問ボックス */
.question-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #ccc;
  padding: 15px;
  border-radius: 8px;
  background-color: #f9f9f9;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
}

.question-box h2 {
  flex: 1;
  font-size: clamp(18px, 1.8vw, 22px);
  color: #006064;
  margin: 0 10px 0 0;
  display: flex;
  align-items: flex-start;
  text-align: left;
}

.question-box h2 .q-icon {
  font-size: 2em;
  color: #b8860b;
  margin-right: 20px;
  font-weight: bold;
}

.question-box img {
  width: 30%;
  max-width: 30%;
  height: auto;
}

.question-box p {
  font-size: 0.9em;
  line-height: 1.6;
  margin-top: 10px;
  padding-left: calc(2em + 10px);
}

/* 回答ボックス */
.answer-box {
  margin: 0 auto 15px;
  width: 800px;
  max-width: 90%;
  background-color: #fffde7;
  padding: 10px;
  border-radius: 5px;
  border-left: 5px solid #d4af37;
  font-weight: bold;
}

.answer-box .list_triangle {
  width: 800px;
  max-width: 100%;
  margin: 20px auto 10px;
  padding: 0;
  list-style: none;
  font-weight: normal;
}

.answer-box .list_triangle li {
  text-align: left;
  font-size: 1em;
  margin: 5px 0;
  position: relative;
  padding-left: 1em;
  line-height: 1.4;
  border-bottom: 1px dotted #666;
}

.answer-box .list_triangle li.last {
  border-bottom: none;
}

.answer-box .list_triangle li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border: 0.3em solid transparent;
  border-left: 0.4em solid #3388dd;
}

.answer-box .list_triangle .list::before {
  content: "⚫︎";
  color: #d4af37;
  font-size: 1em;
  margin-right: 0.5em;
}

/* 開催情報 */
.event-information h2 {
  font-size: 1.8em;
  color: #006064;
  border-bottom: 2px solid #006064;
  padding-bottom: 5px;
  margin-bottom: 15px;
}

/* スケジュールテーブル */
.schedule-table {
  font-size: clamp(16px, 1.8vw, 20px);
  width: 100%;
  border-collapse: collapse;
  margin-top: 15px;
}

.schedule-table th,
.schedule-table td {
  border: 1px solid #ddd;
  padding: 10px;
  text-align: left;
}

.schedule-table th {
  background-color: #f0f0f0;
  width: 15%;
  min-width: 4em;
  font-weight: bold;
}

/* 時間スロット */
.time-slots {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
  max-width: 100%;
  margin: 0 auto;
  padding: 10px 0;
}

@media (max-width: 640px) {
  .time-slots {
    grid-template-columns: repeat(2, 1fr);
  }
}

.time-slot {
  background-color: #e0e0e0;
  padding: 8px 15px;
  border-radius: 5px;
  font-weight: bold;
  font-size: 0.9em;
  color: #555;
}

.time-slot-caption {
  border-top: 1px solid #ccc;
  padding-top: 10px;
  margin-top: 10px;
  line-height: 1.8em;
  font-size: 16px;
  color: #666;
}

.time-slot-caption>span {
  font-weight: bold;
  color: #333;
}

.block_area_list td {
  font-size: clamp(9px, 1.8vw, 18px) !important;
  line-height: 1.8em;
}

/* フローティングフッター */
#floating-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  background: #585858;
  border-top: 2px solid #c9ab61;
  border-bottom: 2px solid #c9ab61;
  color: white;
  text-align: center;
  padding: 15px 0;
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
  transition: opacity 0.4s, visibility 0.4s;
  opacity: 0;
  visibility: hidden;
}

#floating-footer.is-visible {
  opacity: 1;
  visibility: visible;
}

.floating-footer-container {
  position: fixed;
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  width: 100%;
  height: 20px;
  padding: 20px 0;
  font-size: 16px;
  font-family: 'Noto Sans JP', sans-serif;
}

.floating-footer-container span {
  background-color: #ac8d32;
  text-align: center;
  padding: 10px 20px;
}

.floating-footer-container span a {
  text-decoration: none;
  color: #fff;
}

.floating-footer-container span:hover {
  opacity: 0.7;
}

.move-page-topN {
  display: none !important;
}
@media screen and (min-width: 1px) and (max-width: 640px) {
    .container.akiya-alsok-container {
        width: 100%!important;
    }
}
/*空き家ALSOK*/
/*FVエリア*/
.akiya-alsok-top{
  width: 100%;
  position: relative;
}
.akiya-alsok-top img{
  max-width: 100%;
}
.akiya-alsok-top .sp-img{
  display: none;
}
@media(max-width: 640px) {
  .akiya-alsok-top .sp-img{
    display: block;
  }
  .akiya-alsok-top .pc-img{
    display: none;
  }
}
/*こんなお悩みありますか*/
.akiya-alsok-worries{
  max-width: 100%;
  position: relative;
  background-image: url(../image/worries-background.jpg);
  background-size: cover;
  padding: 40px;
}
.akiya-alsok-worries-head{
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 40px;
}
.akiya-alsok-worries-chair{
  position: absolute;
  top: 3px;
  left: 84%;
  width: 65px;
  z-index: 1;
}
.akiya-alsok-worries-chair img{
  width: 100%;
}
.akiya-alsok-worries-box{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.akiya-alsok-worries-box-item{
  width: 49.2%;
  height: 150px;
  margin-bottom: 12px;
  box-shadow: 2px 2px 4px #bbb;
  border-radius: 10px;
  background-color: #fff;
  position: relative;
  display: flex;
  align-items: center;
}
.akiya-alsok-worries-box-item-man{
  position: absolute;
  bottom: -1px;
  right: 10px;
  z-index: 1;
  width: auto;
  height: 140px;
}
.akiya-alsok-worries-box-item-man img{
  height: 100%;
}
.akiya-alsok-worries-box-item-text {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 0 10px 20px;
}
.akiya-alsok-worries-box-item-text-q {
  width: 54px;
  border-right: 1px solid #333;
}
.akiya-alsok-worries-box-item-text-q img{
  width: 38px;
  margin-right: auto;
  height: 45px;
}
.akiya-alsok-worries-box-item-text-txt {
  width: calc(100% - 54px);
  padding-left: 20px;
}
.akiya-alsok-worries-box-item-text-txt p{
  font-size: 18px;
  line-height: 1.4;
  font-weight: 500;
}
.akiya-alsok-worries-box-item-text-txt p .bold-txt{
  font-weight: 600;
  padding-bottom: 3px;
  display: inline-block;
}
.akiya-alsok-worries-box-item-text-txt p .color-txt{
  color: #bd7739;
}
.sp{
  display: none;
}
@media(max-width: 640px) {
  .akiya-alsok-worries{
  background-image: url(../image/worries-background-sp.jpg);
  padding: 30px 20px;
}
.akiya-alsok-worries-head{
  font-size: 20px;
  margin-bottom: 30px;
}
.akiya-alsok-worries-chair{
  display: none;
}
.akiya-alsok-worries-box{
  justify-content: center;
  flex-wrap: wrap;
}
.akiya-alsok-worries-box-item{
  width: 100%;
  height: 130px;
  margin-bottom: 12px;
}
.akiya-alsok-worries-box-item-man{
  height: 120px;
}
.akiya-alsok-worries-box-item-text {
  padding: 0 0 0 15px;
}
.akiya-alsok-worries-box-item-text-q {
  width: 44px;
  border-right: 1px solid #525252;
}
.akiya-alsok-worries-box-item-text-q img{
  width: 30px;
  height: auto;
}
.akiya-alsok-worries-box-item-text-txt {
  width: calc(100% - 34px);
  padding-left: 12px;
}
.akiya-alsok-worries-box-item-text-txt p{
  font-size: 15px;
  letter-spacing: 0px;
}
.sp{
  display: block;
}
.pc{
  display: none;
}
}
/*解決します！*/
.akiya-alsok-worries-bottom{
  max-width: 100%;
  padding: 40px 0;
}
.akiya-alsok-worries-bottom-head{
  position: relative;
  width: fit-content;
  margin: 0 auto 50px;
}
.akiya-alsok-worries-bottom-head-text {
  font-size: 28px;
  font-weight: 600;
  color: #a25a20;
  padding-top: 20px;
}
.akiya-alsok-worries-bottom-head-right{
  position: absolute;
  top: -38px;
  right: -95px;
  width: 84px;
}
.akiya-alsok-worries-bottom-head-right img{
  width: 100%;
}
.akiya-alsok-worries-bottom-head-left{
  position: absolute;
  top: -38px;
  left: -105px;
  width: 84px;
}
.akiya-alsok-worries-bottom-head-left img{
  width: 100%;
}
.akiya-alsok-worries-bottom-message{
  font-size: 28px;
  font-weight: 600;
  margin: 0 auto 30px;
  text-align: center;
}
.akiya-alsok-worries-bottom-message .color-water{
  color: #0f94b3;
}
.akiya-alsok-worries-bottom-message .color-blue{
  color: #2d24bb;
}
.akiya-alsok-worries-bottom-text {
  text-align: center;
  line-height: 1.6;
  font-size: 18px;
  font-weight: 400;
}
@media(max-width: 640px) {
  .akiya-alsok-worries-bottom{
  padding: 30px 20px;
}
.akiya-alsok-worries-bottom-head{
  margin: 0 auto 20px;
}
.akiya-alsok-worries-bottom-head-text {
  font-size: 20px;
  padding-top: 10px;
}
.akiya-alsok-worries-bottom-head-right{
  top: -27px;
  right: -55px;
  width: 54px;
}
.akiya-alsok-worries-bottom-head-left{
  top: -27px;
  left: -65px;
  width: 54px;
}
.akiya-alsok-worries-bottom-message{
  font-size: 20px;
  margin: 0 auto 20px;
  line-height: 1.8;
}
.akiya-alsok-worries-bottom-text {
  font-size: 16px;
  text-align: left;
}
}
/*三井住友トラスト不動産*/
.trast-block{
  max-width: 100%;
  margin: 20px 0 0px;
  padding-bottom: 30px;
}
.trast-block-head{
  text-align: center;
  margin-bottom: 40px;
}
.trast-block-head img{
  height: 43px;
}
.trast-block-box{
  width: 100%;
  position: relative;
  border-radius: 30px 30px 0 0;
  box-shadow: 2px 2px 4px #bbb;
  background-color: #e0eff4;
  padding-bottom: 40px;
}
.trast-block-box-man-left{
  position: absolute;
  top: -120px;
  left: 20%;
  transform: translateX(-50%);
  z-index: -1;
  width: 140px;
}
.trast-block-box-man-left img{
  width: 100%;
}
.trast-block-box-man-right{
  position: absolute;
  top: -120px;
  left: 79%;
  transform: translateX(-50%);
  z-index: -1;
  width: 156px;
}
.trast-block-box-man-right img{
  width: 100%;
}
.trast-block-box-man-left-hand{
  position: absolute;
  top: -10px;
  left: 20.5%;
  transform: translateX(-50%);
  z-index: 10;
  width: 114px;
}
.trast-block-box-man-left-hand img{
  width: 100%;
}
.trast-block-box-man-right-hand{
  position: absolute;
  top: -10px;
  left: 79.5%;
  transform: translateX(-50%);
  z-index: 10;
  width: 114px;
}
.trast-block-box-man-right-hand img{
  width: 100%;
}
.trast-block-box-head{
  width: 56%;
  max-width: 540px;
  background-color: #0096b2;
  border-radius: 0 0 30px 30px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 30px;
}
.trast-block-box-head-text{
  color: #fff;
  font-size: 26px;
  font-weight: 600;
  text-align: center;
}
.trast-block-box-image{
  width: 90%;
  max-width: 805px;
  margin: 0 auto 20px;
}
.trast-block-box-image img{
  width: 100%;
}
.trast-block-box-image .sp-img{
  display: none;
}
.trast-block-box-text{
  text-align: center;
  font-weight: 500;
  font-size: 17px;
  padding-bottom: 40px;
}
.trast-block-box-link{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 270px;
  height: 60px;
  background-color: #fff;
  color: #006d86;
  border-radius: 12px;
  font-size: 20px;
  font-weight: 600;
  border-top: 2px solid #006c86;
  border-left: 2px solid #006c86;
  border-right: 2px solid #006c86;
  border-bottom: 6px solid #006c86;
  transition: all ease .3s;
}
.trast-block-box-link:hover{
  transform: translateY(4px);
  border-bottom: 2px solid #006c86;
  margin-top: 4px;
}
@media(max-width: 640px) {
  .trast-block{
  margin: 20px 0 0px;
  padding: 0 20px 20px;
}
.trast-block-head{
  margin-bottom: 20px;
}
.trast-block-head img{
  height: 22px;
}
.trast-block-box{
  padding-bottom: 30px;
}
.trast-block-box-man-left{
  top: -66px;
  left: 14%;
  width: 80px;
}
.trast-block-box-man-right{
  top: -68px;
  left: 86%;
  width: 89px;
}
.trast-block-box-man-left-hand{
  top: -5px;
  left: 15.2%;
  width: 63px;
}
.trast-block-box-man-right-hand{
  top: -5px;
  left: 86.5%;
  width: 63px;
}
.trast-block-box-head{
  width: 80%;
  border-radius: 0 0 20px 20px;
  height: 70px;
  margin: 0 auto 20px;
}
.trast-block-box-image{
  width: 95%;
}
.trast-block-box-image .sp-img{
  display: block;
}
.trast-block-box-image .pc-img{
  display: none;
}
.trast-block-box-head-text{
  font-size: 18px;
  line-height: 1.4;
}
.trast-block-box-text{
  text-align: left;
  font-size: 16px;
  padding-bottom: 20px;
  width: fit-content;
  display: block;
  margin: 0 auto;
  line-height: 1.6;
  font-weight: 400;
}
.trast-block-box-link{
  width: 230px;
  height: 50px;
  font-size: 16px;
}
}
/*ALSOK*/
.alsok-block{
  max-width: 100%;
  margin: 40px 0 40px;
}
.alsok-block-head{
  text-align: center;
  margin-bottom: 40px;
}
.alsok-block-head img{
  height: 40px;
}
.alsok-block-box{
  width: 100%;
  position: relative;
  border-radius: 30px 30px 0 0;
  box-shadow: 2px 2px 4px #bbb;
  background-color: #eaeaf4;
  padding-bottom: 60px;
}
.alsok-block-box-man-left{
  position: absolute;
  top: -120px;
  left: 21%;
  transform: translateX(-50%);
  z-index: -1;
  width: 103px;
}
.alsok-block-box-man-left img{
  width: 100%;
}
.alsok-block-box-man-right{
  position: absolute;
  top: -110px;
  left: 79%;
  transform: translateX(-50%);
  z-index: -1;
  width: 95px;
}
.alsok-block-box-man-right img{
  width: 100%;
}
.alsok-block-box-man-left-hand{
  position: absolute;
  top: -10px;
  left: 21%;
  transform: translateX(-50%);
  z-index: 10;
  width: 103px;
}
.alsok-block-box-man-left-hand img{
  width: 100%;
}
.alsok-block-box-man-right-hand{
  position: absolute;
  top: -10px;
  left: 79.1%;
  transform: translateX(-50%);
  z-index: 10;
  width: 110px;
}
.alsok-block-box-man-right-hand img{
  width: 100%;
}
.alsok-block-box-head{
  width: 56%;
  max-width: 540px;
  background-color: #2a4797;
  border-radius: 0 0 30px 30px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 30px;
}
.alsok-block-box-head-text{
  color: #fff;
  font-size: 26px;
  font-weight: 600;
  text-align: center;
}
.alsok-block-box-image{
  width: 90%;
  max-width: 805px;
  margin: 0 auto 20px;
}
.alsok-block-box-image img{
  width: 100%;
}
.alsok-block-box-image .sp-img{
  display: none;
}
.alsok-block-box-image-text{
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  padding-bottom: 40px;
  line-height: 1.6;
}
.alsok-block-box-service{
  width: 90%;
  max-width: 805px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.alsok-block-box-service-item{
  width: 33%;
  max-width: 260px;
}
.alsok-block-box-service-item-image{
  max-width: 260px;
  margin-bottom: 15px;
}
.alsok-block-box-service-item-image img{
  width: 100%;
}
.alsok-block-box-service-item-head {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  color: #2b4599;
  padding-bottom: 10px;
}
.alsok-block-box-service-item p{
  font-size: 15px;
  line-height: 1.5;
  padding: 0 5px;
}
@media(max-width: 640px) {
  .alsok-block{
  margin: 20px 0 20px;
  padding: 20px 20px 0;
}
.alsok-block-head{
  margin-bottom: 20px;
}
.alsok-block-head img{
  height: 22px;
}
.alsok-block-box{
  padding-bottom: 0px;
}
.alsok-block-box-man-left{
  top: -78px;
  left: 15%;
  width: 65px;
}
.alsok-block-box-man-right{
  top: -73px;
  left: 86%;
  width: 60px;
}
.alsok-block-box-man-left-hand{
  top: -5px;
  left: 15.2%;
  width: 63px;
}
.alsok-block-box-man-right-hand{
  top: -5px;
  left: 86.5%;
  width: 63px;
}
.alsok-block-box-head{
  width: 80%;
  border-radius: 0 0 20px 20px;
  height: 70px;
  margin: 0 auto 20px;
}
.alsok-block-box-head-text{
  font-size: 18px;
  line-height: 1.4;
}
.alsok-block-box-image{
  width: 95%;
}
.alsok-block-box-image img{
  width: 100%;
}
.alsok-block-box-image .sp-img{
  display: block;
}
.alsok-block-box-image .pc-img{
  display: none;
}
.alsok-block-box-image-text{
  font-size: 16px;
  padding-bottom: 30px;
  display: block;
  width: 90%;
  margin: 0 auto;
  text-align: left;
}
.alsok-block-box-service{
  width: 90%;
  justify-content: center;
  flex-wrap: wrap;
}
.alsok-block-box-service-item{
  width: 100%;
  max-width: 100%;
  margin-bottom: 30px;
}
.alsok-block-box-service-item-image{
  max-width: 100%;
  margin-bottom: 20px;
}
.alsok-block-box-service-item-head {
  font-size: 17px;
  font-weight: 800;
  padding-bottom: 20px;
}
.alsok-block-box-service-item p{
  font-size: 15px;
  padding: 0 2px;
}
}
/*空き家メイン*/
/*空き家は増え続けています*/
.akiya-main{
  max-width: 100%;
  background-color: #e0eff4;
  padding: 50px 0;
  margin-bottom: 50px;
}
.akiya-main-head{
  color: #006d88;
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  padding-bottom: 20px;
  width: fit-content;
  margin: 0 auto 30px;
  background-image: linear-gradient(to right, #111 2px, transparent 2px);
  background-size: 8px 2px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
.akiya-main-top{
  max-width: 805px;
  width: 90%;
  margin: 0 auto 40px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.akiya-main-top-text{
  width: 50%;
  padding-top: 20px;
}
.akiya-main-top-text-txt{
  font-size: 18px;
  padding-bottom: 30px;
  line-height: 1.5;
  letter-spacing: .5px;
}
.akiya-main-top-text-sp-image{
  display: none;
  width: 60%;
  margin: 0 auto 30px;
}
.akiya-main-top-text-sp-image img{
  width: 100%;
}
.akiya-main-top-text-link{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: auto;
  margin-bottom: 10px;
  max-width: 335px;
  height: 60px;
  background-color: #fff;
  color: #b07d44;
  border-radius: 8px;
  font-size: 20px;
  font-weight: 600;
  border-top: 2px solid #b07d44;
  border-left: 2px solid #b07d44;
  border-right: 2px solid #b07d44;
  border-bottom: 6px solid #b07d44;
  transition: all ease .3s;
}
.akiya-main-top-text-link:hover{
  transform: translateY(4px);
  border-bottom: 2px solid #b07d44;
  margin-top: 4px;
}
.akiya-main-top-text-attention{
  font-size: 16px;
  font-weight: 500;
}
.akiya-main-top-image{
  width: 50%;
}
.akiya-main-top-image img{
  width: 80%;
  display: block;
  margin: 0 auto;
}
.akiya-main-top-message{
  width: 805px;
  margin: 0 auto 30px;
}
.akiya-main-top-message p{
  font-size: 18px;
  line-height: 1.6;
}
.akiya-main-top-specific{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 805px;
  width: 90%;
  margin: 0 auto 80px;
}
.akiya-main-top-specific-left{
  width: 47%;
}
.akiya-main-top-specific-left-head{
  width: 100%;
  background-color: #338a9e;
  border-radius: 30px;
  padding: 5px 0;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin: 0 auto 20px;
}
.akiya-main-top-specific-left-box{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 auto 20px;
}
.akiya-main-top-specific-left-box-image{
  width: 45%;
}
.akiya-main-top-specific-left-box-image img{
  width: 90%;
  display: block;
  margin: 0 auto;
}
.akiya-main-top-specific-left-box-text{
  width: 55%;
  padding-left: 14px;
}
.akiya-main-top-specific-left-box-text p{
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 1.5px;
}
.akiya-main-top-specific-left-attention{
  width: 100%;
  height: 76px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #b2d3da;
  position: relative;
}
.akiya-main-top-specific-left-attention::after{
  content: "";
  position: absolute;
  top: 0;
  right: -20px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 38px solid transparent;
  border-bottom: 38px solid transparent;
  border-left: 20px solid #b2d3da;
  border-right: 0;
}
.akiya-main-top-specific-left-attention-image{
  width: 41px;
}
.akiya-main-top-specific-left-attention-image img{
  width: 100%;
}
.akiya-main-top-specific-left-attention-text{
  padding-left: 10px;
}
.akiya-main-top-specific-left-attention-text p{
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
}
.akiya-main-top-specific-right{
  width: 47%;
}
.akiya-main-top-specific-right-head{
  width: 100%;
  background-color: #006d86;
  border-radius: 30px;
  padding: 5px 0;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin: 0 auto 20px;
}
.akiya-main-top-specific-right-box{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 auto 20px;
}
.akiya-main-top-specific-right-box-image{
  width: 45%;
}
.akiya-main-top-specific-right-box-image img{
  width: 95%;
  display: block;
  margin-right: auto;
}
.akiya-main-top-specific-right-box-text{
  width: 55%;
  padding-left: 14px;
}
.akiya-main-top-specific-right-box-text p{
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 1px;
}
.akiya-main-top-specific-right-attention{
  width: 100%;
  height: 76px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #80b5c3;
  position: relative;
}
.akiya-main-top-specific-right-attention::before{
  content: "";
  position: absolute;
  top: 0;
  left: -20px;
  display: block;
  width: 20px;
  height: 76px;
  z-index: 1;
  background-color: #80b5c3;
}
.akiya-main-top-specific-right-attention::after{
  content: "";
  position: absolute;
  top: 0;
  left: -20px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 38px solid transparent;
  border-bottom: 38px solid transparent;
  border-left: 20px solid #e0eff4;
  border-right: 0;
  z-index: 10;
}
.akiya-main-top-specific-right-attention-image{
  width: 41px;
}
.akiya-main-top-specific-right-attention-image img{
  width: 100%;
}
.akiya-main-top-specific-right-attention-text{
  padding-left: 10px;
}
.akiya-main-top-specific-right-attention-text p{
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
}
@media(max-width: 640px) {
  .akiya-main{
  padding: 40px 20px 40px;
  margin-bottom: 40px;
}
.akiya-main-head{
  font-size: 18px;
  padding-bottom: 15px;
  margin: 0 auto 20px;
  background-size: 6px 2px;
}
.akiya-main-top{
  width: 100%;
  margin: 0 auto 30px;
  flex-wrap: wrap;
}
.akiya-main-top-text{
  width: 100%;
  padding-top: 0;
}
.akiya-main-top-text-sp-image{
  display: block;
}
.akiya-main-top-text-txt{
  font-size: 16px;
  padding-bottom: 30px;
  line-height: 1.5;
  letter-spacing: .5px;
}
.akiya-main-top-text-link{
  margin: 0 auto 10px;
  max-width: 240px;
  height: 45px;
  font-size: 16px;
}
.akiya-main-top-text-attention{
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}
.akiya-main-top-image{
  display: none;
}
.akiya-main-top-message{
  width: 100%;
  margin: 0 auto 30px;
}
.akiya-main-top-message p{
  font-size: 16px;
}
.akiya-main-top-specific{
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto 50px;
}
.akiya-main-top-specific-left{
  width: 100%;
  margin-bottom: 40px;
}
.akiya-main-top-specific-left-head{
  border-radius: 20px;
  font-size: 16px;
  margin: 0 auto 25px;
  padding: 8px 0;
}
.akiya-main-top-specific-left-box-text{
  padding-left: 10px;
}
.akiya-main-top-specific-left-box-text p{
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 1.5px;
}
.akiya-main-top-specific-left-attention{
  width: 80%;
  margin: 0 auto;
  height: 50px;
}
.akiya-main-top-specific-left-attention::after{
  display: none;
}
.akiya-main-top-specific-left-attention-image{
  width: 29px;
}
.akiya-main-top-specific-left-attention-text{
  padding-left: 8px;
}
.akiya-main-top-specific-left-attention-text p{
  font-size: 14px;
  line-height: 1.4;
}
.akiya-main-top-specific-right{
  width: 100%;
}
.akiya-main-top-specific-right-head{
  border-radius: 20px;
  font-size: 16px;
  margin: 0 auto 20px;
  padding: 8px 0;
}
.akiya-main-top-specific-right-box-text{
  padding-left: 10px;
}
.akiya-main-top-specific-right-box-text p{
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 1px;
}
.akiya-main-top-specific-right-attention{
  width: 80%;
  height: 66px;
  margin: 0 auto;
  background-color: #b2d3da;
}
.akiya-main-top-specific-right-attention::before{
  display: none;
}
.akiya-main-top-specific-right-attention::after{
  display: none;
}
.akiya-main-top-specific-right-attention-image{
  width: 29px;
}
.akiya-main-top-specific-right-attention-text{
  padding-left: 8px;
}
.akiya-main-top-specific-right-attention-text p{
  font-size: 14px;
  line-height: 1.4;
}
}
/*空き家について考えてみましょう*/
.akiya-main-thinking{
  max-width: 805px;
  width: 90%;
  margin: 0 auto 60px;
  position: relative;
}
.akiya-main-thinking-text{
  padding: 10px 0 40px;
}
.akiya-main-thinking-text p{
  font-size: 18px;
  line-height: 1.4;
  text-align: center;
}
.akiya-main-thinking-man{
  position: absolute;
  top: -45px;
  left: 78%;
  z-index: 1;
  width: 156px;
}
.akiya-main-thinking-man img{
  width: 100%;
}
.akiya-main-thinking-table{
  width: 100%;
}
.akiya-main-thinking-table table{
  border: 1px solid #333;
  border-collapse: collapse;
  width: 100%;
}
.akiya-main-thinking-table table thead tr{
  background-color: #e8ded4;
}
.akiya-main-thinking-table table thead tr th{
  font-size: 18px;
  font-weight: 600;
  padding: 6px 0;
  border: 1px solid #333;
}
.akiya-main-thinking-table table tbody tr {
  font-size: 16px;
  font-weight: 600;
}
.akiya-main-thinking-table table tbody tr:nth-of-type(1){
  background-color: #fff;
}
.akiya-main-thinking-table table tbody tr:nth-of-type(2){
  background-color: #e6e6e6;
}
.akiya-main-thinking-table table tbody tr:nth-of-type(3){
  background-color: #fff;
}
.akiya-main-thinking-table table tbody tr th{
  padding: 10px 30px;
  border: 1px solid #333;
  color: #9f6126;
  font-size: 18px;
}
.akiya-main-thinking-table table tbody tr td{
  padding: 15px 0;
  border: 1px solid #333;
  padding-left: 20px;
}
.akiya-main-thinking-table table tbody tr td p{
  display: block;
  position: relative;
  padding-left: 5px;
}
.akiya-main-thinking-table table tbody tr td p::before{
  content: "";
  position: absolute;
  top: 12px;
  left: 1px;
  transform: translateY(-50%);
  width: 3px;
  height: 3px;
  border-radius: 1.5px;
  background-color: #333;
  z-index: 1;
}
@media(max-width: 640px) {
  .akiya-main-thinking{
  width: 100%;
  margin: 0 auto 40px;
}
.akiya-main-thinking-text{
  padding: 0 0 40px;
}
.akiya-main-thinking-text p{
  font-size: 16px;
  line-height: 1.4;
  text-align: left;
}
.akiya-main-thinking-man{
  display: none;
}
.akiya-main-thinking-table table thead tr th{
  font-size: 14px;
  padding: 6px 0;
  text-align: center;
}
.akiya-main-thinking-table table tbody tr {
  font-size: 14px;
}
.akiya-main-thinking-table table tbody tr th{
  padding: 10px 0;
  font-size: 14px;
  min-width: 36px;
  text-align: center;
}
.akiya-main-thinking-table table tbody tr td{
  padding: 8px 5px 8px 8px;
  font-size: 12px;
  line-height: 1.4;
}
.akiya-main-thinking-table table tbody tr td p::before{
  top: 9px;
  left: -1px;
}
}
/*政府により空き家対策*/
.akiya-main-government{
  max-width: 805px;
  width: 90%;
  margin: 0 auto 40px;
  position: relative;
}
.akiya-main-government-lead{
  font-size: 24px;
  font-weight: 600;
  padding: 10px 0 25px;
}
.akiya-main-government-revision{
  margin-bottom: 3px;
  padding-left: 25px;
  position: relative;
}
.akiya-main-government-revision::before{
  content: "";
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-color: #006c86;
  z-index: 1;
}
.akiya-main-government-revision p{
  font-size: 21px;
  color: #006c86;
  font-weight: 600;
  line-height: 1.6;
}
.akiya-main-government-text {
  padding-left: 8px;
  position: relative;
}
.akiya-main-government-text.g-top{
  margin-top: 10px;
}
.akiya-main-government-text::before{
  content: "";
  position: absolute;
  top: 28%;
  left: 1px;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background-color: #333;
  z-index: 1;
}
.akiya-main-government-text p{
  font-size: 18px;
  line-height: 1.6;
}
.akiya-main-government-man{
  position: absolute;
  top: -20px;
  left: 73%;
  width: 221px;
  z-index: 1;
}
.akiya-main-government-man img{
  width: 100%;
}
@media(max-width: 640px) {
  .akiya-main-government{
  width: 100%;
  padding-bottom: 180px;
  margin: 0 auto 30px;
}
.akiya-main-government-lead{
  font-size: 18px;
  padding: 10px 0 20px;
}
.akiya-main-government-revision{
  margin-bottom: 3px;
  padding-left: 15px;
}
.akiya-main-government-revision::before{
  top: 12px;
  left: 0;
  width: 12px;
  height: 12px;
}
.akiya-main-government-revision p{
  font-size: 16px;
}
.akiya-main-government-text {
  padding-left: 8px;
  position: relative;
}
.akiya-main-government-text.g-top{
  margin-top: 20px;
}
.akiya-main-government-text::before{
  top: 12px;
  left: 1px;
}
.akiya-main-government-text p{
  font-size: 16px;
}
.akiya-main-government-man{
  top: auto;
  bottom: 0;
  left: 50%;
  width: 220px;
  transform: translateX(-50%);
  z-index: 1;
}
}
/*空き家に係る譲渡所得の特別控除*/
.akiya-main-deduction{
  max-width: 840px;
  width: 90%;
  margin: 0 auto;
  position: relative;
  background-image: url(../image/akiya-main-background.jpg);
  background-size: cover;
  padding: 40px 0;
  border-radius: 30px;
}
.akiya-main-deduction-head{
  max-width: 640px;
  width: 90%;
  margin: -50px auto 30px;
}
.akiya-main-deduction-head img{
  width: 100%;
}
.akiya-main-deduction-head .sp-img{
  display: none;
}
.akiya-main-deduction-text{
  max-width: 726px;
  width: 90%;
  margin: 0 auto 60px;
}
.akiya-main-deduction-text p{
  font-size: 18px;
  line-height: 1.5;
}
.akiya-main-deduction-box{
  max-width: 726px;
  width: 90%;
  margin: 0 auto 20px;
  position: relative;
}
.akiya-main-deduction-box-head{
  text-align: center;
  margin: 0 auto 40px;
  font-size: 26px;
  font-weight: 600;
  color: #9e6025;
}
.akiya-main-deduction-box-man{
  position: absolute;
  top: -52px;
  left: 70%;
  width: 150px;
}
.akiya-main-deduction-box-man img{
  width: 100%;
}
.akiya-main-deduction-attention{
  max-width: 726px;
  width: 90%;
  margin: 0 auto;
}
.akiya-main-deduction-attention p{
  font-size: 14px;
  line-height: 1.6;
  font-weight: 400;
}
.akiya-main-deduction-attention .list-p{
  display: block;
  position: relative;
  padding-left: 7px;
}
.akiya-main-deduction-attention .list-p::before{
  content: "";
  position: absolute;
  top: 12px;
  left: 1px;
  transform: translateY(-50%);
  width: 3px;
  height: 3px;
  border-radius: 1.5px;
  background-color: #333;
  z-index: 1;
}
.akiya-main-deduction-box-table{
  width: 100%;
}
.akiya-main-deduction-box-table table{
  width: 100%;
  border: 1px solid #333;
  border-collapse: collapse;
}
.akiya-main-deduction-box-table table thead tr{
  background-color: #d4e8ef;
}
.akiya-main-deduction-box-table table thead tr th{
  font-size: 18px;
  font-weight: 600;
  padding: 6px 0px;
  border: 1px solid #333;
  text-align: center;
}
.akiya-main-deduction-box-table table tbody tr {
  font-size: 15px;
  font-weight: 600;
}
.akiya-main-deduction-box-table table tbody tr:nth-of-type(1){
  background-color: #fff;
}
.akiya-main-deduction-box-table table tbody tr:nth-of-type(2){
  background-color: #e6e6e6;
}
.akiya-main-deduction-box-table table tbody tr:nth-of-type(3){
  background-color: #fff;
}
.akiya-main-deduction-box-table table tbody tr:nth-of-type(4){
  background-color: #e6e6e6;
}
.akiya-main-deduction-box-table table tbody tr:nth-of-type(5){
  background-color: #fff;
}
.akiya-main-deduction-box-table table tbody tr th{
  padding: 10px 3px 10px 20px;
  border: 1px solid #333;
  color: #006d86;
  font-size: 18px;
  width: 170px;
  text-align: left;
}
.akiya-main-deduction-box-table table tbody tr td{
  padding: 15px 10px 15px 15px;
  border: 1px solid #333;
  font-weight: 600;
}
.akiya-main-deduction-box-table table tbody tr td p{
  display: block;
  position: relative;
  padding-left: 7px;
}
.akiya-main-deduction-box-table table tbody tr td p::before{
  content: "";
  position: absolute;
  top: 12px;
  left: 1px;
  transform: translateY(-50%);
  width: 3px;
  height: 3px;
  border-radius: 1.5px;
  background-color: #333;
  z-index: 1;
}
@media(max-width: 640px) {
  .akiya-main-deduction{
  width: 100%;
  padding: 30px 0;
}
.akiya-main-deduction-head{
  max-width: 640px;
  width: 99%;
  margin: -15px auto 15px;
}
.akiya-main-deduction-head .sp-img{
  display: block;
}
.akiya-main-deduction-head .pc-img{
  display: none;
}
.akiya-main-deduction-text{
  width: 90%;
  margin: 0 auto 40px;
}
.akiya-main-deduction-text p{
  font-size: 16px;
}
.akiya-main-deduction-box{
  width: 90%;
  margin: 0 auto 20px;
}
.akiya-main-deduction-box-head{
  margin: 0 auto 26px;
  font-size: 18px;
  padding-right: 50px;
}
.akiya-main-deduction-box-man{
  top: -32px;
  left: 70%;
  width: 100px;
}
.akiya-main-deduction-attention{
  width: 90%;
}
.akiya-main-deduction-attention p{
  font-size: 12px;
  font-weight: 500;
}
.akiya-main-deduction-attention .list-p{
  padding-left: 5px;
}
.akiya-main-deduction-attention .list-p::before{
  top: 12px;
  left: 0px;
  width: 3px;
  height: 3px;
  border-radius: 1.5px;
}
.akiya-main-deduction-box-table table thead tr th{
  font-size: 14px;
  padding: 6px 0px;
}
.akiya-main-deduction-box-table table tbody tr {
  font-size: 14px;
}
.akiya-main-deduction-box-table table tbody tr th{
  padding: 10px 3px 10px 8px;
  font-size: 14px;
  width: 100px;
  line-height: 1.4;
}
.akiya-main-deduction-box-table table tbody tr th span{
  font-size: 11px;
}
.akiya-main-deduction-box-table table tbody tr td{
  padding: 12px 8px;
  line-height: 1.4;
}
.akiya-main-deduction-box-table table tbody tr td p{
  padding-left: 5px;
}
.akiya-main-deduction-box-table table tbody tr td p::before{
  top: 12px;
  left: 0px;
  width: 3px;
  height: 3px;
  border-radius: 1.5px;
}
}
/*相談する*/
.akiya-alsok-contact{
  max-width: 100%;
  padding: 0 0 50px;
  border-radius: 30px;
  border: 2px solid #0095b3;
}
.akiya-alsok-contact-head{
  max-width: 434px;
  width: 90%;
  margin: 0 auto 30px;
}
.akiya-alsok-contact-head img{
  width: 100%;
}
.akiya-alsok-contact-box{
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  max-width: 800px;
  margin: 0 auto 30px;
}
.akiya-alsok-contact-box-web{
  width: 50%;
}
.akiya-alsok-contact-box-web a{
  display: block;
  margin: 0 auto;
  padding: 25px 0;
  width: 85%;
  max-width: 320px;
  background-color: #e0eff4;
  border-top: 2px solid #026c86;
  border-left: 2px solid #026c86;
  border-right: 2px solid #026c86;
  border-bottom: 10px solid #026c86;
  color: #036c89;
  font-size: 22px;
  font-weight: 600;
  border-radius: 30px;
  text-align: center;
  transition: all ease .3s;
}
.akiya-alsok-contact-box-web a:hover{
  transform: translateY(8px);
  border-bottom: 2px solid #026c86;
}
.akiya-alsok-contact-box-tel{
  width: 50%;
}
.akiya-alsok-contact-box-tel-inner{
  width: 85%;
  max-width: 320px;
  padding: 15px 0;
  text-align: center;
  border: 2px solid #026c86;
  background-color: #e0eff4;
  border-radius: 30px;
  margin: 0 auto;
}
.akiya-alsok-contact-box-tel-head{
  font-size: 22px;
  font-weight: 600;
  padding-bottom: 10px;
  color: #026c86;
}
.akiya-alsok-contact-box-tel-flex{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 5px;
}
.akiya-alsok-contact-box-tel-flex-image{
  width: 37px;
  margin-right: 2px;
  padding-top: 5px;
}
.akiya-alsok-contact-box-tel-flex-image img{
  width: 100%;
}
.akiya-alsok-contact-box-tel-flex-number{
  width: fit-content;
}
.akiya-alsok-contact-box-tel-flex-number a{
  font-weight: 600;
  font-size: 28px;
  color: #026c86;
}
.akiya-alsok-contact-box-tel-attention{
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
}
.akiya-alsok-contact-box-tel-attention .s-txt{
  font-size: 12px;
}
.akiya-alsok-contact-bottom{
  text-align: left;
  width: fit-content;
  margin: 0 auto;
}
.akiya-alsok-contact-bottom p{
  font-size: 15px;
  font-weight: 500;
  padding-bottom: 15px;
}
.akiya-alsok-contact-bottom-link{
  color: #026c86;
  text-align: center;
  font-weight: 600;
  border-bottom: 1px solid #026c86;
  font-size: 22px;
  display: block;
  margin: 0 auto;
  width: fit-content;
  padding-bottom: 5px;
  transition: all ease .3s;
}
.akiya-alsok-contact-bottom-link:hover{
  opacity: .8;
}
@media(max-width: 640px) {
  .akiya-alsok-contact{
  width: calc(100% - 40px);
  padding: 0 0 20px;
  margin: 0 20px 0;
}
.akiya-alsok-contact-head{
  width: 90%;
  margin: 0 auto 25px;
}
.akiya-alsok-contact-box{
  flex-wrap: wrap;
  width: 80%;
  margin: 0 auto 20px;
}
.akiya-alsok-contact-box-web{
  width: 100%;
  margin-bottom: 20px;
}
.akiya-alsok-contact-box-web a{
  padding: 20px 0;
  width: 100%;
  font-size: 18px;
  border-radius: 20px;
}
.akiya-alsok-contact-box-tel{
  width: 100%;
}
.akiya-alsok-contact-box-tel-inner{
  width: 100%;
  padding: 15px 0;
  border-radius: 20px;
}
.akiya-alsok-contact-box-tel-head{
  font-size: 18px;
  padding-bottom: 8px;
}
.akiya-alsok-contact-box-tel-flex{
  margin: 0 auto 5px;
}
.akiya-alsok-contact-box-tel-flex-image{
  width: 28px;
  padding-top: 3px;
}
.akiya-alsok-contact-box-tel-flex-number a{
  font-size: 24px;
}
.akiya-alsok-contact-box-tel-attention{
  font-size: 13px;
  font-weight: 500;
}
.akiya-alsok-contact-box-tel-attention .s-txt{
  font-size: 11px;
}
.akiya-alsok-contact-bottom{
  text-align: left;
  width: 90%;
  margin: 0 auto;
}
.akiya-alsok-contact-bottom p{
  font-size: 13px;
  padding-bottom: 15px;
  line-height: 1.4;
}
.akiya-alsok-contact-bottom-link{
  text-align: left;
  border-bottom: none;
  font-size: 16px;
  margin: 0 auto 0 0;
}
}