@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

@keyframes showAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* ------------------------------------------------
  sell
---------------------------------------------- */
body {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  -webkit-text-size-adjust: 100%;
  color: #000023;
  background: #fff;
  font-size: 14px;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: bold;
}

:root {
  --key-color: #007ae9;
  --point-color: #ffce10;
  --bg-color: #eaf6fd;
  --sd-color: #daeaf3;
}

.sell_intro_catch p > span, .sell_reason_item_title span.line, .sell_reason_item_text > span, .sell_solve_item_text > span, .sell_voice_item .voice_article_tag > span, .sell_navi_item_text > span {
  position: relative;
  display: inline;
  z-index: 1;
}
.sell_intro_catch p > span:before, .sell_reason_item_title span.line:before, .sell_reason_item_text > span:before, .sell_solve_item_text > span:before, .sell_voice_item .voice_article_tag > span:before, .sell_navi_item_text > span:before {
  content: "";
  position: absolute;
  bottom: -0.1em;
  left: 0;
  width: 100%;
  height: 6px;
  border-radius: 6px;
  background-color: var(--point-color);
  z-index: -1;
}

.f_navi {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 500;
  background-color: white;
  overflow: hidden;
}
.f_navi_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}
.f_navi_tel {
  margin-right: 10px;
}
.f_navi_tel img {
  width: 310px;
}
.f_navi_lnk {
  display: flex;
  align-items: flex-start;
}
.f_navi_lnk a {
  display: block;
}
.f_navi_lnk_faq {
  margin-right: 10px;
}
.f_navi_lnk_faq img {
  width: 165px;
}
.f_navi_lnk_contact img {
  width: 330px;
}

.c-title {
  color: var(--key-color);
}

.sell_link {
  display: block;
  width: 100%;
  max-width: 380px;
  margin: 0 auto;
  padding: 10px 0;
  color: #007ae9;
  background-color: transparent;
  border: 3px solid #007ae9;
  text-align: center;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  transition: all .2s linear;
  box-sizing: border-box;
}
.sell_link:hover {
  color: white;
  background-color: #007ae9;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .sell_link {
    padding: 8px 0;
    font-size: 16px;
  }
}

.sell_intro {
  position: relative;
  max-width: 1280px;
  width: 100%;
  margin: auto;
}
.sell_intro_catch {
  position: absolute;
  max-width: 645px;
  width: 100%;
  bottom: -50%;
  left: 50%;
  transform: translate(-50%, 0);
  margin: auto;
  background-color: white;
  border-radius: 10px;
  text-align: center;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .sell_intro_catch {
    width: calc(100% - 30px);
    bottom: 0;
  }
}
.sell_intro_catch_inner {
  padding: 60px 25px 50px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .sell_intro_catch_inner {
    padding: 30px 10px 25px;
  }
}
.sell_intro_catch h1 {
  display: block;
  font-size: 38px;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .sell_intro_catch h1 {
    font-size: 20px;
  }
}
.sell_intro_catch p {
  position: relative;
  display: block;
  margin-bottom: 1em;
  color: var(--key-color);
  font-size: 24px;
  font-weight: bold;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .sell_intro_catch p {
    font-size: 14px;
  }
}
.sell_intro_img {
  position: relative;
  width: 100%;
  background-color: #d9eaf2;
  z-index: 1;
}
.sell_intro_img img {
  width: 1280px;
}

.sell_reason {
  padding: 220px 0 60px;
  background-color: var(--bg-color);
}
@media screen and (max-width: 768px) {
  .sell_reason {
    padding: 40px 0;
  }
}
.sell_reason_title {
  padding: 0;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .sell_reason_title {
    padding-bottom: 20px;
  }
}
.sell_reason_row {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
@media screen and (max-width: 768px) {
  .sell_reason_row {
    display: block;
  }
}
.sell_reason_row_item {
  width: 50%;
  max-width: 475px;
  position: relative;
  padding-bottom: 8px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .sell_reason_row_item {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
}
.sell_reason_row_item.item3 .sell_reason_row_item_inner {
  background-image: url(../../jutaku_files/images/sell/03.png);
}
.sell_reason_row_item.item4 .sell_reason_row_item_inner {
  background-image: url(../../jutaku_files/images/sell/04.png);
}
.sell_reason_row_item:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80%;
  background-color: var(--sd-color);
  border-radius: 10px;
  z-index: -1;
}
.sell_reason_row_item_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  background-position: right -16px top -10px;
  background-repeat: no-repeat;
  background-size: auto;
  background-color: white;
  border-radius: 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .sell_reason_row_item_inner {
    padding: 25px 20px 20px;
  }
}
.sell_reason_row_item_img {
  max-width: 198px;
}
@media screen and (max-width: 768px) {
  .sell_reason_row_item_img {
    width: 130px;
    min-width: 130px;
  }
}
.sell_reason_row_item_box {
  padding-left: 20px;
}
.sell_reason_row_item_title {
  display: block;
  margin-bottom: 1em;
  color: var(--key-color);
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .sell_reason_row_item_title {
    margin-bottom: 1em;
    font-size: 14px;
  }
}
.sell_reason_row_item_text {
  position: relative;
  font-size: 13px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .sell_reason_row_item_text {
    font-size: 11px;
  }
}
.sell_reason_item {
  position: relative;
  width: 100%;
  margin-bottom: 40px;
  padding-bottom: 8px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .sell_reason_item {
    margin-bottom: 20px;
  }
}
.sell_reason_item.item1 .sell_reason_item_inner {
  background-image: url(../../jutaku_files/images/sell/01.png);
}
.sell_reason_item.item2 .sell_reason_item_inner {
  background-image: url(../../jutaku_files/images/sell/02.png);
}
.sell_reason_item:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80%;
  background-color: var(--sd-color);
  border-radius: 10px;
  z-index: -1;
}
.sell_reason_item .homestaging {
  margin-top: 20px;
  padding: 20px;
  background-color: #fde9ed;
  border-radius: 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .sell_reason_item .homestaging {
    margin-top: 10px;
    padding: 20px;
  }
}
.sell_reason_item .homestaging_title {
  margin-bottom: .8em;
  color: #ef7d91;
  font-size: 14px;
  font-weight: bold;
}
.sell_reason_item .homestaging_text {
  font-size: 12px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .sell_reason_item .homestaging_text {
    font-size: 12px;
  }
}
.sell_reason_item_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px;
  background-position: -16px -12px;
  background-repeat: no-repeat;
  background-size: auto;
  background-color: white;
  border-radius: 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .sell_reason_item_inner {
    display: block;
    padding: 25px 20px 20px;
    background-position: -12px -6px;
    background-size: 138px;
  }
}
.sell_reason_item_box {
  padding-right: 40px;
}
@media screen and (max-width: 768px) {
  .sell_reason_item_box {
    padding-right: 0px;
    padding-bottom: 25px;
  }
}
.sell_reason_item_title {
  display: block;
  margin-bottom: 1.2em;
  color: var(--key-color);
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .sell_reason_item_title {
    margin-bottom: 1em;
    font-size: 14px;
  }
}
.sell_reason_item_title span {
  display: inline-block;
}
.sell_reason_item_title span.b {
  font-size: 40px;
}
@media screen and (max-width: 768px) {
  .sell_reason_item_title span.b {
    font-size: 32px;
  }
}
.sell_reason_item_title span.m {
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  .sell_reason_item_title span.m {
    font-size: 24px;
  }
}
.sell_reason_item_title span.s {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .sell_reason_item_title span.s {
    font-size: 16px;
  }
}
.sell_reason_item_text {
  position: relative;
  font-size: 14px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .sell_reason_item_text {
    font-size: 12px;
  }
}
.sell_reason_item_text > span.b {
  color: var(--key-color);
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .sell_reason_item_text > span.b {
    font-size: 14px;
  }
}

.sell_case {
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  .sell_case {
    padding: 40px 0;
  }
}
.sell_case_title {
  padding: 0;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .sell_case_title {
    padding-bottom: 20px;
  }
}
.sell_case_text {
  font-size: 14px;
  text-align: center;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .sell_case_text {
    font-size: 12px;
    text-align: left;
  }
}
.sell_case_img {
  max-width: 860px;
  width: 100%;
  margin: 0 auto;
  padding-top: 30px;
}
.sell_case_img img {
  width: 100%;
}

/* solve */
.sell_solve {
  padding: 140px 0 60px;
  background-color: var(--bg-color);
  background-image: url(../../jutaku_files/images/sell/img_down.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto;
}
@media screen and (max-width: 768px) {
  .sell_solve {
    padding: 80px 0 40px;
  }
}
.sell_solve_fuki {
  position: absolute;
  top: 20px;
  left: 85px;
  transform: translate(-50%, -50%);
}
.sell_solve_title {
  margin-bottom: 40px;
  text-align: center;
}
.sell_solve_title_inner {
  max-width: 240px;
  margin: 0 auto;
}
.sell_solve_item {
  position: relative;
  width: 100%;
  margin-bottom: 40px;
  padding-bottom: 8px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .sell_solve_item {
    margin-bottom: 20px;
  }
}
.sell_solve_item:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80%;
  background-color: var(--sd-color);
  border-radius: 10px;
  z-index: -1;
}
.sell_solve_item_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px;
  background-color: white;
  border-radius: 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .sell_solve_item_inner {
    display: block;
    padding: 20px 20px 25px;
  }
}
.sell_solve_item_box {
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  .sell_solve_item_box {
    padding-top: 25px;
    padding-left: 0px;
  }
}
.sell_solve_item_title {
  display: block;
  margin-bottom: 1em;
  color: var(--key-color);
  font-size: 26px;
  font-weight: bold;
  line-height: 1.5;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .sell_solve_item_title {
    font-size: 20px;
    text-align: center;
  }
}
.sell_solve_item_text {
  position: relative;
  font-size: 14px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .sell_solve_item_text {
    font-size: 12px;
  }
}
.sell_solve_leaseback {
  position: relative;
  width: 100%;
  max-width: 720px;
  margin: 0 auto 50px;
  padding-bottom: 6px;
  background-color: white;
  border-radius: 10px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .sell_solve_leaseback {
    margin-bottom: 20px;
  }
}
.sell_solve_leaseback:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80%;
  background-color: var(--sd-color);
  border-radius: 10px;
  z-index: -1;
}
.sell_solve_banner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .sell_solve_banner {
    display: block;
    max-width: 280px;
    margin: auto;
  }
}
.sell_solve_banner_item {
  position: relative;
  width: 100%;
  max-width: 310px;
  padding-bottom: 4px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .sell_solve_banner_item {
    max-width: 100%;
    margin-bottom: 10px;
  }
}
.sell_solve_banner_item:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80%;
  background-color: var(--sd-color);
  border-radius: 10px;
  z-index: -1;
}
.sell_solve_banner_item img {
  width: 100%;
}

/* results */
.sell_results {
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  .sell_results {
    padding: 40px 0;
  }
}
.sell_results_title {
  padding: 0;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .sell_results_title {
    padding-bottom: 20px;
  }
}
.sell_results_text {
  font-size: 14px;
  text-align: center;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .sell_results_text {
    font-size: 12px;
    text-align: left;
  }
}
.sell_results_img {
  max-width: 860px;
  width: 100%;
  margin: 0 auto;
  padding-top: 30px;
}
.sell_results_img img {
  width: 100%;
}

/* voice */
.sell_voice {
  padding: 60px 0 80px;
  background-color: var(--bg-color);
}
@media screen and (max-width: 768px) {
  .sell_voice {
    padding: 40px 0 60px;
  }
}
.sell_voice_title {
  padding: 0;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .sell_voice_title {
    padding-bottom: 20px;
  }
}
.sell_voice_text {
  font-size: 14px;
  text-align: center;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .sell_voice_text {
    font-size: 12px;
    text-align: left;
  }
}
.sell_voice_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 100%;
  margin-top: 30px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .sell_voice_list {
    display: block;
    margin-top: 20px;
  }
}
.sell_voice_item {
  width: 48%;
  height: auto;
  margin: 0 10px;.sell_voice_item .voice_article_link
  z-index: 1;
  box-sizing: border-box;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .sell_voice_item {
    width: 100%;
  }
}
.sell_voice_item .voice_article {
  max-width: 100%;
  width: 100%;
}
.sell_voice_item .voice_article_wrapper {
  background-color: white;
  border-color: transparent;
  transition: box-shadow 0.3s ease-in-out, transform 0.3s ease-in-out, border 0.3s ease-in-out;
  box-sizing: border-box;
  height: 100%;
}
.sell_voice_item .voice_article_wrapper:hover {
  box-shadow: 0px 3px 18px 2px rgba(204, 219, 228, 0.8);
}
.sell_voice_item .voice_article_link {
  display: block;
  height: 100%;
  padding: 40px 30px;
  text-decoration: none;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .sell_voice_item .voice_article_link {
    padding: 30px 20px;
  }
}
.sell_voice_item .voice_article_title {
  display: block;
  text-align: center;
  margin-bottom: 1em;
  color: #EA5413;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .sell_voice_item .voice_article_title {
    font-size: 20px;
  }
}
.sell_voice_item .voice_article_tag {
  margin-bottom: 1.3em;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .sell_voice_item .voice_article_tag {
    font-size: 14px;
  }
}
.sell_voice_item .voice_article_description {
  font-size: 13px;
  line-height: 1.5;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .sell_voice_item .voice_article_description {
    font-size: 12px;
  }
}

/* navigation */
.sell_navi {
  padding: 60px 0 0;
}
@media screen and (max-width: 768px) {
  .sell_navi {
    padding: 40px 0 0;
  }
}
.sell_navi_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .sell_navi_list {
    display: block;
  }
}
.sell_navi_item {
  position: relative;
  width: 50%;
  max-width: 475px;
  margin-bottom: 20px;
  padding-bottom: 6px;
  z-index: 1;
  transition: all .2s linear;
}
@media screen and (max-width: 768px) {
  .sell_navi_item {
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
    padding-bottom: 4px;
  }
}
.sell_navi_item:before {
  /* content: ""; */
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80%;
  background-color: #dddddd;
  border-radius: 10px;
  z-index: -1;
}
.sell_navi_item a {
  text-decoration: none;
}
.sell_navi_item:hover {
  filter: drop-shadow(0px 2px 4px #ccc);
}
.sell_navi_item_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  background-color: white;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .sell_navi_item_inner {
    padding: 10px;
  }
}
@media screen and (max-width: 768px) {
  .sell_navi_item_img {
    width: 90px;
    min-width: 90px;
  }
}
.sell_navi_item_box {
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  .sell_navi_item_box {
    padding-left: 20px;
  }
}
.sell_navi_item_title {
  display: block;
  margin-bottom: .8em;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .sell_navi_item_title {
    font-size: 14px;
  }
}
.sell_navi_item_text {
  position: relative;
  font-size: 13px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .sell_navi_item_text {
    font-size: 12px;
  }
}

.slick-dotted.slick-slider {
  margin-bottom: 60px;
}

.slick-slider .slick-list {
  padding: 20px 5px;
}

.slick-arrow {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: auto;
  height: auto;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
  background: 0 0;
  z-index: 10;
}
.slick-arrow.slick-prev {
  left: -120px;
}
.slick-arrow.slick-prev:before {
  content: "";
}
.slick-arrow.slick-next {
  right: -120px;
}
.slick-arrow.slick-next:before {
  content: "";
}

.clear_both {
  clear: both;
}

.pager.sell-flow-pager {
  margin-bottom: 20px;
  float: right;
  text-align: right;
  font-size: 30px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .pager.sell-flow-pager {
    margin-top: 30px;
    font-size: 14px;
  }
}
.pager.sell-flow-pager li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
}
.pager.sell-flow-pager a {
  color: #014190;
  text-decoration: underline;
}
.pager.sell-flow-pager a:hover {
  text-decoration: none;
}
.pager.sell-flow-pager .current {
  color: #61D1FF;
}
.pager.sell-flow-pager .next {
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .pager.sell-flow-pager .next {
    font-size: 10px;
  }
}
.pager.sell-flow-pager .next a {
  display: block;
  padding: 3px 20px;
  background: #014190;
  color: #fff;
  border-radius: 5px;
  text-decoration: none;
}
.pager.sell-flow-pager .next a:hover {
  opacity: 0.7;
}

.img-flowimg {
  margin-bottom: 80px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .img-flowimg {
    margin-bottom: 30px;
  }
}

.intro-box {
  margin-bottom: 50px;
  font-size: 20px;
  font-weight: bold;
  color: #424242;
}
@media screen and (max-width: 768px) {
  .intro-box {
    font-size: 14px;
  }
}
.intro-box .img {
  float: right;
  width: 360px;
  padding: 0 0 0 30px;
  vertical-align: middle;
}
.intro-box .img img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .intro-box .img {
    float: none;
    display: block;
    padding: 0 20px 0;
    margin: 20px auto 20px;
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .intro-box .txt {
    display: block;
    padding: 0px;
    width: auto;
    clear: both;
  }
}
.intro-box .txt h3 {
  padding-top: 20px;
  font-size: 16px;
  color: #0e90d2;
  clear: both;
}
@media screen and (max-width: 768px) {
  .intro-box .txt h3 {
    padding-top: 10px;
  }
}
.intro-box .txt .table-box tr th {
  text-align: left;
}
.intro-box .txt .table-box tbody tr td dl dt {
  margin: 0px;
}
.intro-box .txt .table-box tbody tr td dl dd {
  font-size: 12px;
  padding-top: 10px;
  font-weight: bold;
}
.intro-box .txt .table-box tbody tr td dl dd img {
  width: 350px;
}
@media screen and (max-width: 768px) {
  .intro-box .txt .table-box tbody tr td dl dd img {
    width: 320px;
  }
}
.intro-box .txt .left_box {
  width: 70%;
  float: left;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .intro-box .txt .left_box {
    width: auto;
  }
}
.intro-box .txt .right_box {
  width: 30%;
  float: left;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .intro-box .txt .right_box {
    padding-bottom: 0px;
  }
}
.intro-box .txt .right_box img {
  width: 70%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .intro-box .txt .right_box {
    padding-top: 20px;
    width: auto;
  }
}
.intro-box .txt p {
  font-size: 20px;
  font-weight: bold;
}
.intro-box .txt p .question-reason {
  color: #663300;
  font-size: 16px;
}
.intro-box .txt .comment {
  margin-top: -25px;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .intro-box .txt .comment {
    margin-top: 0px;
  }
}
.intro-box .txt .buy-reason {
  color: #663300;
  padding-top: 10px;
}
.intro-box .txt .orange-background {
  background-color: #e9c8ba;
  font-size: 12px;
}
.intro-box .txt .orange-background tbody tr td dl dt {
  margin: 0px;
  padding: 0px 20px 0px 20px;
  font-weight: bold;
}
.intro-box .txt .orange-background tbody tr td dl dt .other {
  font-size: 10px;
  font-weight: normal;
}
.intro-box .txt .orange-background tbody tr td dl dd {
  font-size: 12px;
  padding-left: 20px;
  font-weight: bold;
}
.intro-box .txt .orange-background tbody tr td dl dd img {
  width: 350px;
}
@media screen and (max-width: 768px) {
  .intro-box .txt .orange-background tbody tr td dl dd img {
    width: 320px;
  }
}
.intro-box .txt .orange-background .brown-label {
  color: #70584d;
}
.intro-box .txt .baikyaku tr th {
  font-size: 12px;
}
.intro-box .txt .baikyaku tbody tr td dl dt {
  font-size: 12px;
}
.intro-box .txt .baikyaku tbody tr td dl dd {
  font-size: 12px;
}
.intro-box .txt .baikyaku tbody tr td dl dd img {
  width: 600px;
}
@media screen and (max-width: 768px) {
  .intro-box .txt .baikyaku tbody tr td dl dd img {
    width: 320px;
  }
}
.intro-box .txt span .main {
  clear: both;
}
.intro-box .txt .green-label {
  color: #548f55;
  font-weight: bold;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .intro-box .txt .green-label {
    padding: 10px;
    font-size: 16px;
    line-height: 20px;
  }
}
.intro-box .txt .green-label img {
  width: 150px;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .intro-box .txt .green-label img {
    width: 100px;
    float: left;
  }
}
.intro-box .txt .red-label {
  color: #c7181e;
}
.intro-box .txt hr {
  clear: both;
  height: 1px;
  border: none;
  border-top: 0.5px #ccc solid;
}
.intro-box .sell_flow_assessment_intro {
  margin: 20px 0 20px;
  border-top: 2px solid #ccc;
  font-size: 20px;
  table-layout: fixed;
}
@media screen and (max-width: 768px) {
  .intro-box .sell_flow_assessment_intro {
    font-size: 14px;
  }
}
.intro-box .sell_flow_assessment_intro td {
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .intro-box .sell_flow_assessment_intro td {
    font-size: 14px;
  }
}
.intro-box .sell_flow_assessment_intro .table-hd {
  width: 7em;
}

.flow-box {
  color: #014190;
}
@media screen and (max-width: 768px) {
  .flow-box.flow-box-main {
    border-top: 1px solid #dddddd;
  }
}
.flow-box > li {
  margin-bottom: 80px;
}
.flow-box > li:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '';
}
@media screen and (max-width: 768px) {
  .flow-box > li {
    margin-bottom: 0px;
  }
}
.flow-box > li .step-title {
  margin-bottom: 30px;
  border-bottom: 4px solid #014190;
  line-height: 1.3;
  font-size: 30px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .flow-box > li .step-title {
    margin-bottom: 0;
    font-size: 16px;
  }
}
.flow-box > li .step-title-step {
  font-family: Avenir Next, Verdana, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 28px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .flow-box > li .step-title-step {
    font-size: 16px;
  }
}
.flow-box > li .step-title-num {
  display: inline-block;
  margin-right: 10px;
  font-family: Avenir Next, Verdana, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 40px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .flow-box > li .step-title-num {
    font-size: 26px;
  }
}
.flow-box > li .step-title-sub {
  display: inline-block;
  margin-left: 10px;
  font-size: 16px;
  color: #333;
}
@media screen and (max-width: 768px) {
  .flow-box > li .step-title-sub {
    display: block;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
  }
}
.flow-box > li .flow-boxin-list #genkin, .flow-box > li .flow-boxin-list #souzoku {
  margin-top: -120px;
  padding-top: 120px;
}
@media screen and (max-width: 768px) {
  .flow-box > li .txt-box {
    margin-top: 0px;
    padding: 10px 0;
  }
}
@media screen and (max-width: 768px) {
  .flow-box > li .txt-box.txt-box-flowindex {
    background: #f5f5f5;
    margin-top: 0px;
    padding: 20px;
  }
}
.flow-box > li .step-subtitle {
  margin: 20px 0 10px;
  border-bottom: 4px solid #014190;
  line-height: 1.3;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .flow-box > li .step-subtitle {
    font-size: 18px;
    border-bottom: 2px solid #014190;
  }
}
.flow-box > li .step-subtitle:first-child {
  margin: 0 0 10px;
}
.flow-box > li .inner {
  display: table;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .flow-box > li .inner {
    display: block;
  }
}
.flow-box > li .img {
  display: table-cell;
  width: 360px;
  padding: 0 60px 0 40px;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .flow-box > li .img {
    display: block;
    padding: 0 20px 0;
    margin: 20px auto 0;
    width: auto;
  }
}
.flow-box > li .img img {
  width: 90%;
}
.flow-box > li .img.fullimg {
  padding: 0;
  margin: 0 0 20px;
}
@media screen and (max-width: 768px) {
  .flow-box > li .img.fullimg {
    margin: 20px 0 20px;
  }
}
.flow-box > li .bnr {
  margin: 30px auto;
}
.flow-box > li a {
  color: #00CAED;
  text-decoration: underline;
}
.flow-box > li a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.flow-box > li .txt {
  display: table-cell;
  width: auto;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .flow-box > li .txt {
    display: inline;
    padding: 1px;
    width: auto;
    font-size: 14px;
  }
}
.flow-box > li .txt .flow-sell-rel {
  position: relative;
}
.flow-box > li .txt .flow-sell-rel b {
  position: absolute;
  top: 20px;
  left: 10px;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .flow-box > li .txt .flow-sell-rel b {
    top: 10px;
    left: -5px;
    font-size: 8px;
    width: 140px;
  }
}
.flow-box > li .link-block {
  margin: 20px 0;
}
@media screen and (max-width: 768px) {
  .flow-box > li .link-block {
    text-align: center;
  }
}
.flow-box > li .link-block .more-btn {
  display: inline-block;
  position: relative;
  width: 200px;
  text-align: center;
  padding: 12px 0;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  background: #4FCBFF;
}
.flow-box > li .link-block .more-btn:before {
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 2px solid #fff;
  content: "";
}
.flow-box > li .link-block .more-btn:hover {
  text-decoration: none;
  opacity: 0.7;
}
.flow-box > li .flow-boxin-list {
  color: #333;
}
.flow-box > li .flow-boxin-list > li {
  margin-bottom: 30px;
  border-bottom: 2px solid #ccc;
}
@media screen and (max-width: 768px) {
  .flow-box > li .flow-boxin-list > li {
    margin-bottom: 0px;
  }
}
.flow-box > li .flow-boxin-list .txt {
  width: 680px;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .flow-box > li .flow-boxin-list .txt {
    padding: 0px;
    width: auto;
    font-size: 14px;
  }
}
.flow-box > li .flow-boxin-list .txt h3 {
  font-size: 18px;
  font-weight: bold;
  color: #014190;
}
@media screen and (max-width: 768px) {
  .flow-box > li .flow-boxin-list .txt h3 {
    margin: 30px 0 10px;
    font-size: 16px;
  }
}
.flow-box > li .flow-boxin-list .txt p {
  font-size: 15px;
  color: #333;
}
.flow-box > li .flow-boxin-list .txt.txt-inline {
  width: auto;
}
.flow-box > li .table-box {
  width: 100%;
  margin: 30px auto;
  border: 2px solid #ccc;
}
@media screen and (max-width: 768px) {
  .flow-box > li .table-box {
    margin: 10px auto;
  }
}
.flow-box > li .table-box thead th {
  padding: 5px 10px;
  background: #014190;
  color: #fff;
  text-align: left;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .flow-box > li .table-box thead th {
    padding: 10px;
    font-size: 18px;
    line-height: 1.2;
  }
}
.flow-box > li .table-box tbody td {
  padding: 20px 20px 10px;
}
@media screen and (max-width: 768px) {
  .flow-box > li .table-box tbody td {
    padding: 10px 15px 10px;
  }
}
.flow-box > li .table-box tbody td .price {
  color: #DD2C2C;
}
.flow-box > li .table-box tbody td p {
  margin-bottom: 30px;
  color: #333;
}
.flow-box > li .table-box tbody td dt {
  position: relative;
  margin: 0 0 10px;
  padding: 0 0 5px;
  font-size: 18px;
  font-weight: bold;
  color: #014190;
  border-bottom: 2px solid #ccc;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .flow-box > li .table-box tbody td dt {
    font-size: 15px;
  }
}
.flow-box > li .table-box tbody td dt.check {
  padding: 0 0 10px 24px;
  margin-top: 10px;
}
.flow-box > li .table-box tbody td dt.check:before {
  content: "";
  background: url("../images//sell_flow/icon_check.svg") 0 0 no-repeat;
  background-size: 18px auto;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 12px;
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.flow-box > li .table-box tbody td dd {
  margin-bottom: 20px;
  color: #333;
}
.flow-box > li .table-box tbody td dd.nocheck {
  position: relative;
  margin: 10px 0 0;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .flow-box > li .table-box tbody td dd.nocheck {
    padding: 0 0 0 20px;
  }
}
.flow-box > li .table-box tbody td dd.nocheck:before {
  content: "";
  background: url("../images//sell_flow/icon_nocheck.svg") center center no-repeat;
  background-size: 14px auto;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(0, 0.3em);
  transform: translate(0, 0.3em);
}
.flow-box > li .table-box tbody td dd.nocheck .underline {
  display: inline-block;
  width: 6em;
  margin: 0 5px;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
  .flow-box > li .table-box tbody td dd.nocheck .underline {
    width: 2.6em;
  }
}
.flow-box > li .table-box tbody td dd img {
  margin: 20px auto 0;
}
.flow-box > li .table-box tbody td dd .txt {
  width: 590px;
}
.flow-box > li .table-box tbody td dd .txt h4 {
  font-size: 20px;
  font-weight: bold;
  color: #014190;
}
.flow-box > li .table-box tbody td dd .img {
  width: 380px;
  padding: 0 0 0 20px;
}
@media screen and (max-width: 768px) {
  .flow-box > li .table-box tbody td dd .img {
    width: auto;
    padding: 0;
  }
}
.flow-box > li .table-box tbody td dd .merit-box {
  display: table;
  vertical-align: middle;
}
.flow-box > li .table-box tbody td dd .txt-meritimg {
  display: table-cell;
  padding: 0 20px 0 0;
}
@media screen and (max-width: 768px) {
  .flow-box > li .table-box tbody td dd .txt-meritimg {
    padding: 0;
  }
}
.flow-box > li .table-box tbody td dd .txt-meritimg img {
  padding: 0;
}
.flow-box > li .table-box tbody td dd .txt-merit {
  display: table-cell;
  padding: 20px 0 0;
  vertical-align: middle;
}
.flow-box > li .table-box tbody td dd .txt-merit h5 {
  font-weight: bold;
  font-size: 15px;
  color: #014190;
}
.flow-box > li .table-box tbody td dd .txt-box-tablein {
  display: table;
}
@media screen and (max-width: 768px) {
  .flow-box > li .table-box tbody td dd .txt-box-tablein {
    display: block;
  }
}
.flow-box > li .table-box tbody td dd .txt-box-tablein .txt {
  width: 42%;
  display: table-cell;
}
@media screen and (max-width: 768px) {
  .flow-box > li .table-box tbody td dd .txt-box-tablein .txt {
    display: block;
    width: auto;
  }
}
.flow-box > li .table-box tbody td dd .txt-box-tablein .table {
  display: table-cell;
  width: 100%;
  padding: 0 0 0 30px;
}
@media screen and (max-width: 768px) {
  .flow-box > li .table-box tbody td dd .txt-box-tablein .table {
    display: block;
    width: auto;
    padding: 0;
  }
}
.flow-box > li .table-box tbody td dd .txt-box-tablein .table .table-typeD {
  width: auto;
}
.flow-box > li .table-box tbody td .column2:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '';
}
@media screen and (max-width: 768px) {
  .flow-box > li .table-box tbody td .column2 {
    margin-bottom: 20px;
  }
}
.flow-box > li .table-box tbody td .column2 dd {
  float: left;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .flow-box > li .table-box tbody td .column2 dd {
    float: none;
    width: auto;
  }
}
.flow-box > li .step_detaillist {
  margin: 10px 0 0;
}
.flow-box > li .step_detaillist li {
  margin: 0 0 10px;
  padding-left: 1.2em;
  font-size: 15px;
  color: #333;
}
.flow-box > li .step_detaillist li:before {
  display: inline-block;
  content: "●";
  color: #014190;
  text-indent: -1.2em;
}
.flow-box > li .step_detaillist li span {
  display: block;
  margin: 5px 0;
  color: #666;
}
.flow-box > li .step_neclist {
  margin: 10px 0;
}
.flow-box > li .step_neclist li.check {
  position: relative;
  margin: 0;
  padding: 0 0 0 25px;
  font-size: 15px;
  color: #333;
}
.flow-box > li .step_neclist li.check:before {
  content: "";
  background: url("../images//sell_flow/icon_check.svg") center center no-repeat;
  background-size: 18px auto;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(0, 0.3em);
  transform: translate(0, 0.3em);
}
.flow-box > li .step_neclist li.nocheck {
  position: relative;
  margin: 0;
  padding: 0 0 0 20px;
  font-size: 15px;
  color: #333;
}
.flow-box > li .step_neclist li.nocheck:before {
  content: "";
  background: url("../images//sell_flow/icon_nocheck.svg") center center no-repeat;
  background-size: 14px auto;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(0, 0.3em);
  transform: translate(0, 0.3em);
}
.flow-box > li .arrowpoint {
  position: relative;
  padding: 0 0 0 30px;
  font-size: 20px !important;
  color: #014190 !important;
}
@media screen and (max-width: 768px) {
  .flow-box > li .arrowpoint {
    margin-top: 10px;
    font-size: 16px !important;
    font-weight: bold;
  }
}
.flow-box > li .arrowpoint:before {
  display: inline-block;
  content: "";
  background: url("../images//sell_flow/arrow_right.svg") center center no-repeat;
  background-size: 25px auto;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(0, 0.3em);
  transform: translate(0, 0.3em);
}

.sell-flow-toppageitem {
  margin: -185px auto 50px;
  padding: 0 !important;
}
@media screen and (max-width: 768px) {
  .sell-flow-toppageitem {
    margin: -25px auto 50px;
  }
}

.table-typeE {
  width: 100%;
  margin-bottom: 10px;
  border-collapse: collapse;
}
@media screen and (max-width: 768px) {
  .table-typeE {
    margin-bottom: 20px;
  }
}
.table-typeE.text-center td {
  text-align: center;
}
.table-typeE th {
  background: #014190;
  padding: 5px 15px;
  border: 2px solid #ccc;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .table-typeE th {
    border: 1px solid #ccc;
    font-size: 14px;
    text-align: center;
  }
}
.table-typeE td {
  padding: 18px;
  font-size: 15px;
  border: 2px solid #ccc;
  font-weight: 400;
  color: #333;
}
@media screen and (max-width: 768px) {
  .table-typeE td {
    border: 1px solid #ccc;
    padding: 5px;
    font-size: 12px;
    text-align: center;
  }
}
.table-typeE td.table-hd {
  background-color: #f9f9f9;
  font-weight: bold;
}

.table-typeF {
  width: 100%;
  table-layout: fixed;
}
@media screen and (max-width: 768px) {
  .table-typeF {
    margin-bottom: 20px;
  }
}
.table-typeF caption {
  margin-bottom: 10px;
  background-color: #014190;
  caption-side: top;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
.table-typeF th {
  background: #f9f9f9;
  padding: 5px 15px;
  font-size: 15px;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .table-typeF th {
    padding: 5px;
    font-size: 14px;
  }
}
.table-typeF td {
  padding: 8px;
  font-size: 18px;
  font-weight: bold;
  color: #014190;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .table-typeF td {
    padding: 5px;
    font-size: 13px;
  }
}
.table-typeF td.table-hd {
  padding: 5px;
  background-color: #00caed;
  border: none;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
}

.flow-box .note {
  margin: 0 0 30px;
  color: #333;
}
.flow-box .procedure-ttl,
.flow-box .procedure-end {
  display: block;
  padding: 10px;
  background: #014190;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.flow-box .procedure-ttl {
  margin: 30px 0 -15px;
}
.flow-box .procedure-end {
  margin-bottom: 20px;
}
.flow-box .procedure-box {
  margin: 20px 0 0;
}
.flow-box .procedure-box .start {
  padding: 10px;
  border: 2px solid #014190;
  text-align: center;
  font-weight: bold;
  color: #014190;
  font-size: 16px;
}
.flow-box .procedure-box .procedure-flowbox {
  border: 2px solid #00CAED;
}
.flow-box .procedure-box .procedure-flowbox h6 {
  padding: 10px;
  background: #00CAED;
  text-align: center;
  font-weight: bold;
  color: #fff;
  font-size: 16px;
}
.flow-box .procedure-box .procedure-flowbox p {
  padding: 10px;
}
.flow-box .procedure-box .col2 {
  position: relative;
}
.flow-box .procedure-box .col2:before {
  content: '';
  background: url(../images/buy_money/arrow_down.svg) 0 0 no-repeat;
  width: 39px;
  height: 39px;
  position: absolute;
  top: -60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.flow-box .procedure-box.grid {
  width: 100%;
}
.flow-box .procedure-box.grid:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '';
}
.flow-box .procedure-box.grid .col2 {
  width: 48%;
  float: left;
}
.flow-box .procedure-box.grid .col2:last-child {
  margin-left: 4%;
}
.flow-box .procedure-box .arrow-wide {
  margin-bottom: 135px;
}
@media screen and (max-width: 768px) {
  .flow-box .procedure-box .arrow-wide {
    margin-bottom: 152px;
  }
}
.flow-box .procedure-box .arrow-wide:after {
  content: '';
  background: url(../images/buy_money/arrow_down.svg) 0 0 no-repeat;
  width: 39px;
  height: 39px;
  position: absolute;
  bottom: -85px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.flow-box .procedure-box .procedure-row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.flow-box .procedure-box .procedure-row.align-item-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flow-box .procedure-box .procedure-row .procedure-col {
  width: 47%;
  position: relative;
}
.flow-box .procedure-box .procedure-row .procedure-col .procedure-flowbox {
  height: 100%;
}
.flow-box .procedure-box .procedure-row .procedure-col .procedure-flowbox .box-title {
  padding: 10px;
  background: #00CAED;
  text-align: center;
  font-weight: bold;
  color: #fff;
  font-size: 16px;
}
@media screen and (max-width: 480px) {
  .flow-box .procedure-box .procedure-row .procedure-col .procedure-flowbox .box-title {
    font-size: 13px;
    line-height: 1.2;
    padding: 5px;
  }
}
.flow-box .procedure-box .procedure-row .procedure-col .procedure-flowbox span {
  padding: 10px;
  display: block;
}
@media screen and (max-width: 480px) {
  .flow-box .procedure-box .procedure-row .procedure-col .procedure-flowbox span {
    font-size: 11px;
    padding: 5px;
  }
}
.flow-box .procedure-box .procedure-row .arrow {
  padding-bottom: 80px;
  position: relative;
}
.flow-box .procedure-box .procedure-row .arrow::after {
  content: '';
  background: url(../images/buy_money/arrow_down.svg) 0 0 no-repeat;
  width: 39px;
  height: 39px;
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.flow-box .procedure-box .procedure-row .arrowPre {
  padding-top: 80px;
  position: relative;
}
.flow-box .procedure-box .procedure-row .arrowPre::before {
  content: '';
  background: url(../images/buy_money/arrow_down.svg) 0 0 no-repeat;
  width: 39px;
  height: 39px;
  position: absolute;
  top: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.flow-box .procedure-box .procedure-row .arrowWide.arrow::after {
  bottom: -10px;
}
.flow-box .procedure-box .procedure-row .arrowWide.arrowPre::before {
  top: -10px;
}

.step5_delivery {
  display: block;
  padding: 10px;
  margin: 0 0 10px;
  background: #014190;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.point_box {
  margin: 30px 0 0;
  border: 4px solid #014190;
}
.point_box dt {
  clear: both;
  overflow: hidden;
  padding: 5px;
  font-size: 20px;
  background: #014190;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .point_box dt {
    padding: 0;
    font-size: 15px;
    text-align: left;
  }
}
@media screen and (max-width: 480px) {
  .point_box dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.point_box dt:before {
  display: inline-block;
  content: "POINT";
  width: 60px;
  height: 60px;
  margin: 10px;
  line-height: 60px;
  border: 2px solid #fff;
  border-radius: 50%;
  font-size: 11px;
  text-align: center;
}
.point_box dt span {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .point_box dt span {
    position: relative;
    top: 10px;
  }
}
@media screen and (max-width: 480px) {
  .point_box dt span {
    top: 0;
    width: 65%;
  }
  .point_box dt span br.is_sp {
    display: none !important;
  }
}
.point_box dd {
  padding: 15px;
}

/*sell_necessity_mortgage*/
.sell_necessity_mortgage p + p {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .sell_necessity_mortgage p + p {
    margin-top: 15px;
  }
}

/*sell_necessity_inherit*/
.sell_necessity_inherit .txt {
  display: inline-block;
  padding: 15px 30px;
  margin-bottom: 20px;
  border: 2px solid #014190;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .sell_necessity_inherit .txt {
    padding: 10px;
    font-size: 18px;
  }
}
.sell_necessity_inherit .txt2 {
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  img {
    max-width: 100%;
    height: auto;
  }
}
/*sell_necessity_stamp*/
.sell_necessity_stamp {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .sell_necessity_stamp {
    font-size: 12px;
  }
}
.sell_necessity_stamp .table-typeC {
  margin-bottom: 20px;
}

/*sell_necessity_stamp*/
.sell_necessity_stamp__bottom {
  position: relative;
  margin-left: 75px;
}
@media screen and (max-width: 768px) {
  .sell_necessity_stamp__bottom {
    margin-left: 45px;
  }
}
@media (max-width: 320px) {
  .sell_necessity_stamp__bottom {
    margin-left: 35px;
  }
}
.sell_necessity_stamp__bottom:before {
  content: "";
  background: url("../images//sell_flow/sell_necessity_stamp_img.svg") center center no-repeat;
  width: 60px;
  height: 75px;
  position: absolute;
  top: 0;
  margin-left: -80px;
}
@media screen and (max-width: 768px) {
  .sell_necessity_stamp__bottom:before {
    background-size: contain;
    width: 30px;
    height: 45px;
    margin-left: -45px;
  }
}
@media (max-width: 320px) {
  .sell_necessity_stamp__bottom:before {
    width: 25px;
    height: 30px;
    margin-left: -35px;
  }
}

/*sell_necessity_index*/
.sell_necessity_index .box {
  display: inline-block;
  padding: 10px 30px;
  margin: 0 0 20px 0;
  border: 2px solid #014190;
  font-size: 24px;
  font-weight: bold;
}
.sell_necessity_index .box:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '';
}
@media screen and (max-width: 768px) {
  .sell_necessity_index .box {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
    text-align: center;
  }
}
.sell_necessity_index .txt {
  margin-bottom: 20px;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .sell_necessity_index .txt {
    margin-bottom: 10px;
    font-size: 11px;
  }
}
.sell_necessity_index .tax-box {
  display: block;
  position: relative;
  padding: 20px 60px 20px 30px;
  height: 150px;
  border: 2px solid #014190;
}
@media screen and (max-width: 768px) {
  .sell_necessity_index .tax-box {
    padding: 10px 30px 10px 10px;
    height: auto;
  }
}
.sell_necessity_index .tax-box:hover {
  text-decoration: none;
  -webkit-box-shadow: 0 0 10px #ccc;
  box-shadow: 0 0 10px #ccc;
}
.sell_necessity_index .tax-box:hover:after {
  -webkit-transform: translate(4px, -50%);
  transform: translate(4px, -50%);
}
.sell_necessity_index .tax-box:after {
  content: none;
  background: url("../images//sell_flow/icon_arrow_right.svg") 0 0 no-repeat;
  background-size: 26px 17px;
  width: 17px;
  height: 26px;
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .3s;
  transition: .3s;
}
@media screen and (max-width: 768px) {
  .sell_necessity_index .tax-box:after {
    right: 15px;
  }
}
.sell_necessity_index .tax-box .image {
  float: left;
  padding-top: 15px;
  margin-right: 20px;
  width: 60px;
}
@media screen and (max-width: 768px) {
  .sell_necessity_index .tax-box .image {
    padding-top: 5px;
    margin-right: 15px;
    width: 40px;
  }
}
.sell_necessity_index .tax-box .text {
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .sell_necessity_index .tax-box .text {
    font-size: 10px;
  }
}
.sell_necessity_index .tax-box .text dt {
  margin-bottom: 8px;
  color: #014190;
  font-weight: bold;
  font-size: 24px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .sell_necessity_index .tax-box .text dt {
    font-size: 16px;
  }
}

/*sell_results*/
.sell_results .sell_resultsIntro {
  padding: 100px 0 0;
  margin-bottom: 50px;
  height: 410px;
  background-image: url("../images//buy_money/openhouse01.jpg");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .sell_results .sell_resultsIntro {
    padding: 100px 0 0;
    margin-bottom: 50px;
    height: 375px;
  }
}
.sell_results .sell_resultsIntro .c-title {
  color: #fff;
  padding-bottom: 50px;
}
.sell_results .sell_resultsIntro .txt {
  font-size: 22px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .sell_results .sell_resultsIntro .txt {
    font-size: 11px;
    text-align: center;
  }
}
.sell_results .results_story {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .sell_results .results_story img {
    width: 100%;
  }
}
.sell_results .results_list .c-stitle {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.sell_results .results_list .c-stitle::before {
  content: '＋';
  color: #fff;
  width: 24px;
  height: 24px;
  font-weight: bold;
  background: #014190;
  background-size: 24px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 5px;
}
.sell_results .results_list .c-stitle.active::before {
  content: 'ー';
}
.sell_results .results_list .c-stitle img {
  width: 18px;
  height: 18px;
  margin-right: 5px;
  vertical-align: middle;
}
.sell_results-area {
  display: none;
  font-size: 14px;
}
.sell_results-area + .sell_results-area {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .sell_results-area {
    font-size: 11px;
  }
}
.sell_results-area-title {
  padding: 5px;
  margin-bottom: 20px;
  background-color: rgba(1, 65, 144, 0.1);
  color: #014190;
  font-weight: bold;
  text-align: center;
}
.sell_results-area-contents dl {
  width: 100%;
  overflow: hidden;
}
.sell_results-area-contents dl dt {
  width: 50%;
  float: left;
}
.sell_results-area-contents dl dt:before {
  content: "◼︎";
  color: #014190;
}
.sell_results-area-contents dl dd {
  width: 50%;
  float: left;
}
@media screen and (max-width: 768px) {
  .sell_results-area-contents dl dt {
    width: 100%;
    font-weight: bold;
  }
  .sell_results-area-contents dl dd {
    width: 100%;
    padding-left: .8em;
    margin-bottom: 10px;
  }
}

/*sell_acquisition*/
.sell_acquisition {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .sell_acquisition .step-title {
    border: none;
  }
}
.sell_acquisition .step-title .step {
  margin-right: 10px;
  font-family: Avenir Next;
  font-size: 30px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .sell_acquisition .step-title .step {
    font-size: 16px;
  }
}
.sell_acquisition .step-title .step b {
  font-size: 40px;
}
@media screen and (max-width: 768px) {
  .sell_acquisition .step-title .step b {
    font-size: 21px;
  }
}
@media screen and (max-width: 768px) {
  .sell_acquisition .step-box {
    padding: 15px;
    margin-left: -15px;
    margin-right: -15px;
    background: #f9f9f9;
    border-bottom: 2px solid #ccc;
    color: #014190;
    font-size: 11px;
  }
  .sell_acquisition .step-box .txt {
    margin-bottom: 10px;
  }
}
.sell_acquisition .item-btn-light {
  position: relative;
  display: inline-block;
  background: #00caed;
  padding: 10px 40px;
  font-size: 18px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: .4s;
  transition: .4s;
}
@media screen and (max-width: 768px) {
  .sell_acquisition .item-btn-light {
    display: table;
    margin: auto;
    font-size: 14px;
  }
}
.sell_acquisition .item-btn-light:hover {
  background: #08daff;
  text-decoration: none;
  color: #fff;
}
.sell_acquisition .item-btn-light:before {
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 2px solid #fff;
  content: "";
}
.sell_acquisition .txt {
  margin-bottom: 25px;
}
.sell_acquisition .point-box dl {
  border: 2px solid #014190;
}
.sell_acquisition .point-box dl + dl {
  margin-top: 40px;
}
.sell_acquisition .point-box dl dt {
  padding: 40px 0;
  background: #014190;
  font-size: 24px;
  letter-spacing: -0.7px;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sell_acquisition .point-box dl dt {
    padding: 20px 20px 20px 80px;
    height: 87px;
    font-size: 16px;
    text-align: left;
    font-weight: bold;
    line-height: 1.2;
  }
}
.sell_acquisition .point-box dl dt .point {
  display: inline-block;
  position: relative;
}
.sell_acquisition .point-box dl dt .point:before {
  content: "point";
  position: absolute;
  top: -10px;
  left: -70px;
  display: inline-block;
  width: 64px;
  height: 64px;
  border: 2px solid #fff;
  border-radius: 50%;
  font-family: Avenir Next;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  line-height: 64px;
}
@media screen and (max-width: 768px) {
  .sell_acquisition .point-box dl dt .point:before {
    top: -5px;
    left: -65px;
    width: 55px;
    height: 55px;
    line-height: 55px;
  }
}
.sell_acquisition .point-box dl dd {
  padding: 20px 0;
  text-align: center;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .sell_acquisition .point-box dl dd {
    padding: 10px;
    font-size: 11px;
    text-align: left;
  }
}

/*.sell_flowassessment*/
.sell_flow_assessment .flow-box > li .flow-boxin-list > li {
  border: none;
}
.sell_flow_assessment-flow {
  text-align: center;
}
.sell_flow_assessment-flow .ttl {
  margin: 0 0 15px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  color: #014190;
}
.sell_flow_assessment-flow .ttl span {
  display: block;
  font-size: 15px;
}
.sell_flow_assessment-flow .intro {
  margin: 0 0 20px;
}
.sell_flow_assessment-flow ul {
  display: inline-block;
  width: 85%;
  margin: auto;
}
.sell_flow_assessment-flow ul li {
  position: relative;
  width: 100%;
  min-height: 75px;
  color: #014190;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sell_flow_assessment-flow ul li {
    width: 100%;
    font-size: 14px;
  }
}
.sell_flow_assessment-flow ul li h6 {
  display: block;
}
.sell_flow_assessment-flow ul li p {
  display: inline-block;
  max-width: 480px;
  color: #434343;
  font-size: 14px;
}
.sell_flow_assessment-flow ul li img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 80px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .sell_flow_assessment-flow ul li img {
    left: 10px;
  }
}
.sell_flow_assessment-flow ul li .col2 {
  position: relative;
  display: inline-block;
  width: 45%;
  min-height: 65px;
  padding-left: 90px;
  margin-top: 10px;
  text-align: left;
  clear: both;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .sell_flow_assessment-flow ul li .col2 {
    width: 100%;
    font-size: 14px;
  }
}
.sell_flow_assessment-flow ul li .col2 img {
  left: 10px;
}
.sell_flow_assessment-flow ul li:nth-child(1).arrow:before {
  content: '';
  background: url("../images/sell_flow/arrow_down_long.svg") 0 0 no-repeat;
  width: 39px;
  height: 210px;
  position: absolute;
  bottom: -225px;
  left: 200px;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
@media screen and (max-width: 768px) {
  .sell_flow_assessment-flow ul li:nth-child(1).arrow:before {
    left: 50px;
    bottom: -115%;
  }
}
.sell_flow_assessment-flow ul li:nth-child(1).arrow:after {
  left: auto;
  right: 168px;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
@media screen and (max-width: 768px) {
  .sell_flow_assessment-flow ul li:nth-child(1).arrow:after {
    right: 25%;
  }
}
.sell_flow_assessment-flow ul li:nth-child(1), .sell_flow_assessment-flow ul li:nth-child(3), .sell_flow_assessment-flow ul li:nth-child(4) {
  display: block;
  padding: 15px;
  margin: 0 auto 70px;
  border: 2px solid #014190;
}
@media screen and (max-width: 768px) {
  .sell_flow_assessment-flow ul li:nth-child(1), .sell_flow_assessment-flow ul li:nth-child(3), .sell_flow_assessment-flow ul li:nth-child(4) {
    padding: 10px;
  }
}
@media screen and (max-width: 768px) {
  .sell_flow_assessment-flow ul li:nth-child(3), .sell_flow_assessment-flow ul li:nth-child(4) {
    padding: 5px 5px 5px 90px;
  }
  .sell_flow_assessment-flow ul li:nth-child(3) p, .sell_flow_assessment-flow ul li:nth-child(4) p {
    text-align: left;
  }
}
.sell_flow_assessment-flow ul li:nth-child(2) {
  display: block;
  width: 380px;
  padding: 15px;
  margin: 0 0 70px auto;
  border: 2px solid #014190;
}
@media screen and (max-width: 768px) {
  .sell_flow_assessment-flow ul li:nth-child(2) {
    width: 60%;
  }
}
.sell_flow_assessment-flow ul li:last-child {
  position: relative;
  display: block;
  min-height: inherit;
  padding: 15px;
  margin: 0 auto 20px;
  background: #014190;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .sell_flow_assessment-flow ul li:last-child {
    margin-bottom: 30px;
  }
}
.sell_flow_assessment .cloudbox {
  position: relative;
  margin: 30px 0px;
}
.sell_flow_assessment .cloudbox .cloudimg1 {
  position: absolute;
  left: 10px;
}
.sell_flow_assessment .cloudbox .cloudimg2 {
  position: absolute;
  right: 10px;
}
.sell_flow_assessment .cloudbox .cloudimg3 {
  position: absolute;
  left: 10px;
  top: 260px;
}
.sell_flow_assessment .cloudbox .cloudimg4 {
  position: absolute;
  right: 10px;
  top: 260px;
}
@media screen and (max-width: 768px) {
  .sell_flow_assessment .cloudbox .cloudimg {
    position: unset;
    width: 80%;
    float: left;
    height: 700px;
  }
  .sell_flow_assessment .cloudbox .cloudimg1 {
    position: unset;
  }
  .sell_flow_assessment .cloudbox .cloudimg2 {
    position: unset;
  }
  .sell_flow_assessment .cloudbox .cloudimg3 {
    position: unset;
  }
  .sell_flow_assessment .cloudbox .cloudimg4 {
    position: unset;
  }
}
.sell_flow_assessment .cloudbox .cloudhuman {
  height: 475px;
}
@media screen and (max-width: 768px) {
  .sell_flow_assessment .cloudbox .cloudhuman {
    width: 20%;
    position: absolute;
    right: 10px;
    top: 505px;
  }
}
.sell_flow_assessment .cloudbox .cloudhuman:after {
  clear: both;
}
.sell_flow_assessment .cloudclearfix {
  padding: 15px;
  clear: both;
}
.sell_flow_assessment .section_label {
  padding: 7px 20px;
  margin-bottom: 30px;
  color: #014190;
  background-color: #e5ecf4;
  font-size: 20px;
  font-weight: bold;
}
.sell_flow_assessment #button-nav {
  text-align: center;
  padding-top: 15px;
}
.sell_flow_assessment #button-nav li {
  display: inline-block;
  font-size: 18px;
  color: #014190;
  width: 290px;
  padding: 10px;
  margin-left: 15px;
  border: 2px solid;
}
@media screen and (max-width: 768px) {
  .sell_flow_assessment #button-nav li {
    margin-left: 0px;
    margin-bottom: 20px;
  }
}
.sell_flow_assessment .horizon {
  margin: 3rem 0;
  border-top: 2px solid rgba(0, 0, 0, 0.1);
}
.sell_flow_assessment .d-left {
  padding-top: 20px;
  font-weight: normal;
  float: left;
  font-size: 12px;
  width: 60%;
}
@media screen and (max-width: 768px) {
  .sell_flow_assessment .d-left {
    width: auto;
    clear: both;
  }
}
.sell_flow_assessment .d-left p {
  font-size: 10pt;
}
.sell_flow_assessment .d-right {
  padding-top: 20px;
  padding-bottom: 30px;
  font-weight: normal;
  float: left;
  width: 40%;
}
@media screen and (max-width: 768px) {
  .sell_flow_assessment .d-right {
    width: auto;
    clear: both;
  }
}
.sell_flow_assessment .o-left {
  float: left;
  width: 50%;
  padding-left: 35px;
  padding-bottom: 35px;
}
.sell_flow_assessment .o-left dt {
  font-size: 12pt;
  color: #664f44;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .sell_flow_assessment .o-left {
    padding: 0 15px 15px;
  }
}
.sell_flow_assessment .o-right {
  float: left;
  width: 50%;
  padding-left: 20px;
}
.sell_flow_assessment .o-right dt {
  font-size: 12pt;
  color: #664f44;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .sell_flow_assessment .o-right {
    padding: 0 15px;
  }
}
.sell_flow_assessment .labelinfo {
  background-color: white;
  text-align: center;
  width: 200px;
  border: 2px solid;
  color: #014190;
  float: left;
  margin: 15px 0;
}
.sell_flow_assessment .labelinfo span {
  font-size: 14pt;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .sell_flow_assessment .labelinfo {
    margin-top: 10px;
    width: 155px;
  }
}
.sell_flow_assessment .notequal {
  float: left;
  font-size: 20pt;
  padding: 0 10px;
  width: 40px;
  margin: 15px 0;
}
@media screen and (max-width: 768px) {
  .sell_flow_assessment .notequal {
    margin-top: 0px;
    margin-left: 60px;
    margin-bottom: 0px;
  }
}
.sell_flow_assessment .orange-background {
  background-color: #e9c8ba;
  width: 100%;
}
.sell_flow_assessment .orange-background tbody tr td dl dt {
  margin: 0px;
}
.sell_flow_assessment .orange-background tbody tr td dl dd img {
  width: 350px;
}
@media screen and (max-width: 768px) {
  .sell_flow_assessment .orange-background tbody tr td dl dd img {
    width: 320px;
  }
}
.sell_flow_assessment .green-label {
  color: #548f55;
  font-weight: bold;
  font-size: 20px;
}
.sell_flow_assessment .green-label img {
  width: 150px;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .sell_flow_assessment .green-label img {
    float: left;
    width: 90px;
  }
}
@media screen and (max-width: 768px) {
  .sell_flow_assessment .green-label {
    font-size: 16px;
    line-height: 25px;
    padding-top: 12px;
    padding-left: 5px;
  }
}
.sell_flow_assessment .red-label {
  clear: both;
  color: #c7181e;
  font-weight: bold;
}
.sell_flow_assessment .td-left30 {
  width: 30%;
}
.sell_flow_assessment .td-left35 {
  width: 35%;
}
.sell_flow_assessment .flow-box > li .table-box tbody td {
  padding: 15px 20px 10px;
}
.sell_flow_assessment .flow-box > li .table-box tbody td:first-child {
  font-weight: bold;
}
.sell_flow_assessment .table-typeC li {
  list-style-type: disc;
  list-style-position: inside;
}
.sell_flow_assessment .table-typeF {
  margin: 20px 0;
}

/*.sell_flow_request*/
.sell_flow_request .flow-box > li .flow-boxin-list > li {
  border: none;
}
.sell_flow_request table .table-hd5 {
  width: 11em;
}
@media screen and (max-width: 768px) {
  .sell_flow_request table th, .sell_flow_request table td {
    display: block;
    width: auto !important;
  }
}
.sell_flow_request h3 {
  font-size: 16px;
  font-weight: bold;
  color: #014190;
}
.sell_flow_request .request-d {
  font-weight: bold;
  background-color: #e6ecf4;
  font-size: 22px;
  padding-left: 10px;
}
.sell_flow_request .d-left {
  padding-top: 10px;
  font-weight: normal;
  float: left;
  font-size: 18px;
  width: 50%;
}
.sell_flow_request .d-left p {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .sell_flow_request .d-left {
    font-size: 14px;
    width: 100%;
    clear: both;
  }
  .sell_flow_request .d-left p {
    font-size: 11pt;
  }
}
.sell_flow_request .d-right {
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: normal;
  float: left;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .sell_flow_request .d-right {
    width: 100%;
    clear: both;
  }
}
.sell_flow_request .request-td {
  background-color: #f9f9f9;
  text-align: left;
  line-height: 1.2;
}
.sell_flow_request .table-typeC td {
  font-weight: bold;
}
.sell_flow_request .request-ul-left {
  float: left;
  width: 50%;
}
.sell_flow_request .request-ul-left span {
  color: #014190;
  font-weight: bolder;
}
.sell_flow_request .request-ul-right {
  padding-left: 15px;
  float: left;
  width: 50%;
}
.sell_flow_request .request-ul-right span {
  color: #014190;
  font-weight: bolder;
}
.sell_flow_request .request-dd-ul {
  font-weight: bold;
  padding-bottom: 10px;
}
.sell_flow_request .request-dd-ul-ul {
  font-weight: normal;
  font-size: 12px;
  list-style-type: none;
  padding-left: 20px;
}
.sell_flow_request .li-normal {
  font-weight: normal;
}
.sell_flow_request .request-span1 {
  font-size: 16px;
  position: relative;
  padding: 0.25em 0.25em;
  text-decoration: none;
  color: #FFF;
  background: #014190;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  font-weight: normal;
}
.sell_flow_request .request-span2 {
  font-size: 16px;
  padding-left: 10px;
  font-weight: bold;
  color: #014190;
}
.sell_flow_request tbody tr td dl {
  padding-bottom: 15px;
}
.sell_flow_request tbody tr td dl .dd-p {
  margin-bottom: 0px;
}

/*.sell_flow_activity*/
.sell_flow_activity .flow-box > li .flow-boxin-list > li {
  border: none;
}
.sell_flow_activity .sub-catch {
  margin: 0 0 30px;
  font-size: 20px;
  color: #014190;
  font-weight: bold;
}
.sell_flow_activity .activity-d {
  font-weight: bold;
  background-color: #e6ecf4;
  font-size: 22px;
  padding-left: 10px;
}
.sell_flow_activity .p-left {
  float: left;
  width: 60%;
  padding-top: 15px;
  font-size: 12px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .sell_flow_activity .p-left {
    width: auto;
    clear: both;
  }
}
.sell_flow_activity .p-right {
  float: left;
  width: 40%;
}
.sell_flow_activity .p-right img {
  width: 90%;
  text-align: center;
  margin-left: 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sell_flow_activity .p-right {
    width: auto;
    clear: both;
  }
}
.sell_flow_activity .table_left_1 {
  float: left;
  width: 20%;
}
.sell_flow_activity .table_left_1 ul {
  padding-left: 10px;
  font-weight: bold;
  list-style-type: disc;
}
@media screen and (max-width: 768px) {
  .sell_flow_activity .table_left_1 {
    width: auto;
    clear: both;
  }
}
.sell_flow_activity .table_center_1 {
  padding-left: 10px;
  float: left;
  width: 50%;
}
.sell_flow_activity .table_center_1 .title {
  font-weight: bold;
  margin: 0;
  padding: 0;
}
.sell_flow_activity .table_center_1 .main {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .sell_flow_activity .table_center_1 {
    width: auto;
    clear: both;
  }
}
.sell_flow_activity .table_right_1 {
  float: left;
  width: 30%;
}
@media screen and (max-width: 768px) {
  .sell_flow_activity .table_right_1 {
    width: auto;
    clear: both;
  }
}
.sell_flow_activity .table_left_2 {
  float: left;
  width: 60%;
}
.sell_flow_activity .table_left_2 ul {
  font-weight: bold;
  list-style-type: none;
}
.sell_flow_activity .table_left_2 ul .li-strong {
  line-height: 40px;
}
.sell_flow_activity .table_left_2 ul ul {
  font-weight: normal;
  padding-left: 20px;
  list-style-type: disc;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .sell_flow_activity .table_left_2 {
    width: auto;
    clear: both;
  }
}
.sell_flow_activity .table_right_2 {
  float: left;
  width: 40%;
}
@media screen and (max-width: 768px) {
  .sell_flow_activity .table_right_2 {
    width: auto;
    clear: both;
  }
}
.sell_flow_activity .d-left {
  float: left;
  font-size: 12px;
  width: 60%;
}
@media screen and (max-width: 768px) {
  .sell_flow_activity .d-left {
    width: auto;
    clear: both;
  }
}
.sell_flow_activity .d-right {
  float: left;
  width: 40%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sell_flow_activity .d-right {
    width: auto;
    clear: both;
  }
}
.sell_flow_activity h3 {
  padding-top: 20px;
  font-size: 18px;
  font-weight: bold;
  color: #0e90d2;
  clear: both;
}
.sell_flow_activity .sell-flow-pager {
  clear: both;
}

.flow_activity_list {
  margin: 0 0 50px;
}
.flow_activity_list dt {
  margin: 0 0 10px;
  padding-left: 1em;
  font-size: 18px;
  color: #014190;
  font-weight: bold;
}
.flow_activity_list dt:before {
  display: inline-block;
  content: "●";
  color: #014190;
  text-indent: -1.2em;
}
.flow_activity_list dd {
  margin-bottom: 20px;
}

.flow_activity_list_img {
  float: right;
  margin: 50px 0 30px 30px;
}
@media screen and (max-width: 768px) {
  .flow_activity_list_img {
    float: none;
    margin: 10px auto 30px;
  }
}

.sell_flow_activity_intro {
  margin: 20px 0 20px;
  border-top: 2px solid #ccc;
  font-size: 15px;
  table-layout: fixed;
}
@media screen and (max-width: 768px) {
  .sell_flow_activity_intro {
    font-size: 14px;
    border-bottom: 0 !important;
  }
}
.sell_flow_activity_intro td {
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .sell_flow_activity_intro td {
    font-size: 14px;
    display: block;
    border-left: 2px solid #ccc;
  }
}
.sell_flow_activity_intro .table-hd {
  width: 16em;
}
@media screen and (max-width: 768px) {
  .sell_flow_activity_intro .table-hd {
    display: block;
    width: auto;
    border-right: 2px solid #ccc;
    border-bottom: 0;
  }
}

.section_label {
  padding: 7px 20px;
  margin-bottom: 30px;
  color: #014190;
  background-color: #e5ecf4;
  font-size: 20px;
  font-weight: bold;
}

/*.sell_flow_agreement*/
.sell_flow_agreement .flow-box > li .flow-boxin-list > li {
  border: none;
}
.sell_flow_agreement .table-box th, .sell_flow_agreement .table-box td {
  font-size: 15px;
}
.sell_flow_agreement .table-box dt {
  padding-top: 5px !important;
  margin-bottom: 10px;
}
.sell_flow_agreement .table-box span {
  display: inline-block;
  margin: 0 0 0 10px;
  font-size: 14px;
  color: #434343;
}
@media screen and (max-width: 768px) {
  .sell_flow_agreement .table-box span {
    display: block;
    margin: 0;
  }
}

/*.sell_flow_moving*/
.sell_flow_moving .table-box th {
  font-size: 15px;
}
.sell_flow_moving .column2 {
  margin: 0 !important;
}
.sell_flow_moving .column2 li {
  display: inline-block;
  width: 49%;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .sell_flow_moving .column2 li {
    width: 100%;
  }
}
.sell_flow_moving h3 {
  padding-top: 20px;
  font-size: 18px;
  font-weight: bold;
  color: #0e90d2;
  clear: both;
}
.sell_flow_moving .flow-box > li .flow-boxin-list > li {
  border: none;
}
.sell_flow_moving .d-left {
  font-weight: normal;
  float: left;
  font-size: 12px;
  width: 50%;
  padding-top: 7px;
}
.sell_flow_moving .d-left p {
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .sell_flow_moving .d-left {
    width: 100%;
    clear: both;
  }
}
.sell_flow_moving .d-right {
  font-weight: normal;
  float: left;
  width: 50%;
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  .sell_flow_moving .d-right {
    width: 100%;
    clear: both;
  }
}
.sell_flow_moving .txt-moving {
  display: inline-block;
  width: 100%;
  font-size: 20px;
  font-weight: bold;
}
.sell_flow_moving .moving-ul {
  width: 50%;
  border: 2px solid #ccc;
  margin-top: 10px;
  padding: 10px;
}
.sell_flow_moving .moving-ul li {
  margin-left: 10px;
}
.sell_flow_moving .moving-ul span {
  color: #014190;
  font-weight: bolder;
}
@media screen and (max-width: 768px) {
  .sell_flow_moving .moving-ul {
    width: 100%;
  }
}
.sell_flow_moving .moving-ul2 li {
  margin: 0 0 10px;
  padding-left: 1.2em;
  font-size: 15px;
  color: #333;
}
.sell_flow_moving .moving-ul2 li:before {
  display: inline-block;
  content: "□";
  color: #014190;
  text-indent: -1.2em;
}
.sell_flow_moving .moving-ul2 li span {
  display: block;
  margin: 5px 0;
  color: #666;
}
@media screen and (max-width: 768px) {
  .sell_flow_moving .moving-ul2 li {
    font-size: 12px;
  }
}
.sell_flow_moving .ul-left {
  float: left;
  width: 50%;
}
.sell_flow_moving .ul-right {
  padding-left: 15px;
  float: left;
  width: 50%;
}
.sell_flow_moving .li-font {
  font-size: 12px;
}
.sell_flow_moving .section_label {
  padding: 7px 20px;
  margin-bottom: 30px;
  color: #014190;
  background-color: #e5ecf4;
  font-size: 20px;
  font-weight: bold;
}

/*# sourceMappingURL=style.css.map */

/*----------------------------------------------------------------------------------------------------------------------------------*/

/*共通*/
.sell_lp_title{
  font-family: 'Noto Sans JP', "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "sans-serif";
  font-size: 48px;
  font-weight: bold;
  font-style: italic;
  line-height: 1.3;
  margin-bottom: 40px;
}
.sell_lp_title--white{
  color: #fff;
}
.sell_lp_title span{
  color: #EA5413;
  font-size: 52px;
}
.sell_lp_subtitle{
  font-family: 'Noto Sans JP', "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "sans-serif";
  font-size: 40px;
  font-weight: bold;
  font-style: italic;
  line-height: 1.3;
  position: absolute;
  width: 100%;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
}
.sell_lp_text{
  font-weight: bold;
  margin-bottom: 40px;
}
.sell_lp_text--white{
  color: #fff;
}
.sell_bg--blue{
  width: 100%;
  padding: 120px 0;
  background: #144F98;
  text-align: center;
}
.sell_bg--gray{
  width: 100%;
  padding: 120px 0;
  background: #F7F7F7;
}
.sell_bg--triangle img{
  position: absolute;
  z-index: -1;
}
.sell_bg--triangle img.left{
  top: 0;
  left: 0;
  width: 50% !important;
}
.sell_bg--triangle img.right{
  bottom: -120px;
  right: 0;
  width: 40% !important;
}

.sell_bg--blue .sell_link{
  color: #fff;
  border: 3px solid #fff;
}
.sell_bg--blue .sell_link:hover{
  border: 3px solid #007ae9;
}
.slick-track {
  display: flex;
}
.slick-slide {
  height: auto !important;
}

/*---------------------------------------------*/

.sell_kv{
  margin-top: 120px;
  width: 100%;
  position: relative;
}
.sell_kv img{
  width: 100%;
}
.sell_kv_inner{
  width: 80%;
  position: absolute;
  top: 4%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
.sell_kv_inner_txt{
  display: block;
}
.sell_kv_inner_txt img{
  width: 50%;
  max-width: 536px;
  margin-bottom: 16px;
}
.sell_kv_inner_tit img{
  width: 70%;
  max-width: 1200px;
}
.sell_kv__intro{
  width: 100%;
}
.sell_kv__intro_inner{
  width: 1100px;
  background: #fff;
  margin: -15% auto 120px;
  display: block;
  position: relative;
  padding: 4.25%;
  text-align: center;
  filter: drop-shadow(0px 2px 4px #ccc);
}
.sell_kv__intro_list{
  display: flex;
  border-radius: 10px;
  border: 3px solid #014190;
  padding: 40px;
  justify-content: space-between;
}
.sell_kv__intro_item{
  width: calc(calc(100% - 48px) / 3);
  display: flex;
  flex-direction: column;
}
.sell_kv__intro_item_title{
  font-size: 18px;
  font-weight: bold;
  margin-bottom: -8px;
}
.sell_kv__intro_item_number{
  font-size: 18px;
  font-weight: bold;
}
.sell_kv__intro_item_number span.line{
  display: inline;
  background: linear-gradient(transparent 70%, #FFCE10 70%);
}
.sell_kv__intro_item_number span span{
  font-size: 50px;
  color: #EA5413;
  display: inline-block;
  padding: 0 4px;
}
.sell_kv__intro_item_text{
  text-align: left;
  margin-bottom: 24px;
  flex-grow: 1;
}

.sell_expertise_item{
  background: #F7F7F7;
  display: flex !important;
  padding: 40px;
  justify-content: space-between;
  margin: 0 20px;
  align-items: center;
}

.sell_expertise_item picture{
  width: 40%;
}
.sell_expertise_item img{
  width: 100%;
}
.sell_expertise_item_textbox{
  width: calc(60% - 40px);
}
.sell_expertise_item_textbox--title{
  font-size: 20px;
}
.system .sell_expertise_item_textbox--title{
  margin-bottom: 16px;
}
.system .sell_expertise_item_textbox--text{
  text-align: left;
}
.sell_expertise_item_textbox--text span{
  font-size: 18px;
  display: inline-block;
  background: linear-gradient(transparent 80%, #FFCE10 70%);
  margin: 0 16px 16px 0;
}
.sell_expertise_item_textbox--number{
  display: inline;
  background: linear-gradient(transparent 70%, #FFCE10 70%);
}
.sell_expertise_item_textbox--number span{
  font-size: 45px;
  color: #EA5413;
  display: inline-block;
  padding: 0 4px;
}
.sell_expertise_item_textbox--qualification dt{
  font-size: 18px;
  margin-bottom: 8px;
}
.sell_expertise .slick-dots{
  bottom: -40px;
}
.sell_expertise .slick-dots li button:before{
  color: #fff;
}
.sell_expertise .slick-dots li.slick-active button:before{
  color: #fff;
}
.sell_network{
  position: relative;
}
.sell_network_inner{
  width: 1100px;
  margin: 0 auto;
  padding: 120px 0;
  text-align: center;
}
.sell_network_list{
  display: flex;
}
.sell_network_item{
  width: calc(100% / 3);
}
.sell_network_item_title{
  font-size: 18px;
  font-weight: bold;
  margin-bottom: -8px;
}
.sell_network_item_number{
  font-size: 18px;
  font-weight: bold;
  display: inline;
  background: linear-gradient(transparent 70%, #FFCE10 70%);
}
.sell_network_item_number span{
  font-size: 50px;
  color: #EA5413;
  display: inline-block;
  padding: 0 4px;
}
.sell_network_item_text{
  text-align: left;
  margin-bottom: 24px;
  padding: 0 24px 0;
}
.sell_network_item img{
  width: 100%;
}
.sell_network_group{
  background: #fff;
  margin: 120px auto 0;
  display: block;
  position: relative;
  padding: 6.5% 4.25% 4.25% 4.25%;
  text-align: center;
  filter: drop-shadow(0px 2px 4px #ccc);
  position: relative;
}
.sell_network_group_box{
  display: flex;
  justify-content: space-between;
}
.sell_network_group_box_contents{
  width: 50%;
  text-align: center;
}
.sell_network_group_box_contents.inheritance{
  border-right: 1px solid #dedede;
}
.sell_network_group_box_contents-title{
  font-size: 24px;
  font-weight: bold;
  display: inline;
  background: linear-gradient(transparent 70%, #FFCE10 70%);
}
.sell_network_group_box_contents ul{
  margin-top: 24px;
}
.sell_network_group_box_contents ul li{
  margin-bottom: 32px;
}
.sell_network_group_box_contents ul li img{
  width: 280px;
}
.sell_network_group_box_contents ul li p{
  font-weight: normal;
}


.sell_cg_inner{
  display: flex;
  justify-content: right;
  align-items: center;
}
.sell_cg_text{
  width: 400px;
  margin-right: 40px;
}
.sell_cg_image{
  width: 60%;
  background: #fff;
  padding: 2.5%;
}
.sell_cg_image_list{
  display: flex;
  justify-content: space-between;
}
.sell_cg_image_item{
  width: calc(calc(100% - 48px) / 3);
  text-align: center;
}
.sell_cg_image_item img{
  width: 100%;
  margin: 16px 0;
}
.sell_cg_image_item a.sell_link{
  display: block;
  width: 100%;
  line-height: 48px;
  font-size: 14px;
  padding: 0;
}
.sell_cg_image_title{
  font-size: 18px;
  display: inline;
  background: linear-gradient(transparent 70%, #FFCE10 70%);
}

.sell_result_inner{
  width: 1100px;
  text-align: center;
  margin: 120px auto;
}

.sell_result_list{
  display: flex;
  justify-content: space-between;
}
.sell_result_list_item{
  width: 25%;
  text-align: center;
}
.sell_result_list_item:not(:first-child){
  border-left: 1px solid #dedede;
}
.sell_result_item_title{
  font-size: 18px;
  font-weight: bold;
}
.sell_result_item_number{
  font-size: 18px;
    font-weight: bold;
    display: inline;
    background: linear-gradient(transparent 70%, #FFCE10 70%);
}
.sell_result_item_number span {
  font-size: 40px;
  color: #EA5413;
  display: inline-block;
  padding: 0 4px;
}
.sell_result_list.bg-gray{
  justify-content: center;
  background: #F7F7F7;
  width: 50%;
  margin: 40px auto;
  padding: 24px 0;
}
.sell_result_list.bg-gray .sell_result_list_item{
  width: 50%;
}

.sell_actual-results{
  width: 100%;
  padding: 120px 0;
}
.sell_actual-results_inner{
  width: 1100px;
  margin: 0 auto;
  text-align: center;
}
.sell_map__map #p-map-search__map-box{
  height: 480px;
}
.sell_map .p-map-search__recommended__detail{
  width: 100%;
}
.sell_map .p-map-search__recommended{
  width: 320px;
}
.sell_map .p-map-search__recommended__tit{
  font-size: 16px;
}
.sell_map_popup{
  display: flex;
  flex-wrap: wrap;
}
.sell_map_popup dt{
  font-weight: bold;
  width: 35%;
  text-align: left;
}
.sell_map_popup dd{
  width: 65%;
  text-align: left;
}
.sell_map_text{
  display: flex;
  justify-content: end;
  text-align: left;
  margin-top: 16px;
  font-weight: normal;
}
.sell_list{
  margin-top: 40px;
  display: block;
  width: 100%;
  max-height: 400px;
  overflow-y: scroll;
  table-layout: fixed;
}
.sell_list_table{
  width: 100%;
  height: 100%;
}
.sell_list_table thead{
  position: sticky;
  top: 0;
  z-index: 1;
}
.sell_list_table th{
  background: #144F98;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  padding: 8px 0;
  border-right: 1px solid #fff;
}
.sell_list_table th:last-child{
  border-right: none;
}
.sell_list_table tr{
  width: 100%;
}
.sell_list_table tr:nth-of-type(2n){
  background: #E2E6EF;
}
.sell_list_table td{
  font-size: 14px;
  text-align: center;
  padding: 8px 4px;
  border-right: 1px solid #aaa;
  box-sizing: border-box;
}
.sell_list_table td:last-child{
  border-right: none;
}

.sell_list_ward {
  max-height: max-content;
  overflow-y: unset;
}

@media screen and (max-width: 768px) {
  .sell_kv {
    margin-top: 84px;
  }
  .sell_kv_inner {
    width: 100%;
    top: 5.2%;
  }
  .sell_kv_inner_txt img {
    margin-bottom: 8px;
  }
  .sell_kv_inner_tit {
    width: 88%;
  }
  .sell_kv_inner_tit img{
    width: 80%;
  }
  .sell_kv__intro_inner {
  width: calc(100% - 32px);
  margin: 24px auto;
  }
  .sell_lp_title {
    font-size: 24px;
  }
  .sell_lp_title span {
    font-size: 28px;
  }
  .sell_kv__intro_list {
    padding: 16px;
    flex-direction: column;
  }
  .sell_kv__intro_item {
    width: 100%;
  }
  .sell_kv__intro_item:nth-child(n+2) {
    margin-top: 24px;
  }
  .sell_kv__intro_item_title {
    font-size: 16px;
    font-weight: bold;
  }
  .sell_kv__intro_item_number {
    font-size: 16px;
  }
  .sell_kv__intro_item_number span {
    font-size: 32px;
  }
  .sell_kv__intro_item_text {
    margin-bottom: 16px;
  }
  .sell_bg--blue {
    padding: 40px 0;
  }
  .sell_expertise_item {
    padding: 16px;
    margin: 0 16px;
    flex-direction: column;
    justify-content: start;
  }
  .sell_expertise_item picture {
    width: 64%;
  }
  .sell_expertise_item_textbox {
    width: 100%;
  }
  .sell_expertise_item_textbox--title {
    font-size: 16px;
    margin-top: 8px;
  }
  .sell_expertise_item_textbox--number span {
    font-size: 32px;
  }
  .sell_expertise_item_textbox--qualification dt {
    font-size: 16px;
  }
  .sell_expertise_item_textbox--qualification dd {
    font-size: 12px;
  }
  .sell_expertise_item_textbox--text span {
    font-size: 16px;
    margin: 0 8px 8px 0;
  }
  .sell_network_inner {
    width: calc(100% - 32px);
    margin: 0 auto;
    padding: 40px 0;
  }
  .sell_network_list {
    flex-direction: column;
  }
  .sell_network_item {
    width: 100%;
  }
  .sell_network_item:nth-child(n+2) {
    margin-top: 24px;
  }
  .sell_network_item_title {
    font-size: 16px;
    font-weight: bold;
  }
  .sell_network_item_number {
    font-size: 16px;
  }
  .sell_network_item_number span {
    font-size: 32px;
  }
  .sell_network_item_text {
    margin-bottom: 8px;
    padding: 0 16px 0;
  }
  .sell_network_item img {
    width: 64%;
  }
  .sell_network_group {
    margin: 40px auto 0;
    padding: 48px 16px 16px;
  }
  .sell_lp_subtitle {
    font-size: 24px;
  }
  .sell_network_group_box_contents-title {
    font-size: 16px;
  }
  .sell_network_group_box_contents ul {
    margin-top: 16px;
  }
  .sell_network_group_box_contents ul li {
    padding: 0 8px;
    margin-bottom: 24px;
  }
  .sell_network_group_box_contents ul li p {
    font-size: 10px;
    text-align: left;
  }
  .sell_network_group_box_contents ul li img {
    width: 100%;
  }
  .sell_bg--gray {
    padding: 40px 0;
  }
  .sell_cg_inner {
    flex-direction: column;
  }
  .sell_cg_text {
    width: calc(100% - 32px);
    margin: 0 auto;
  }
  .sell_lp_title {
    margin-bottom: 8px;
  }
  .sell_lp_text {
    margin-bottom: 16px;
  }
  .sell_cg_image {
    width: calc(100% - 32px);
    margin: 0 auto;
    padding: 16px;
    box-sizing: border-box;
  }
  .sell_cg_image_list {
    flex-wrap: wrap;
  }
  .sell_cg_image_item {
    width: calc(50% - 8px);
  }
  .sell_cg_image_item:nth-child(n+3) {
    margin-top: 24px;
  }
  .sell_cg_image_title {
    font-size: 16px;
    font-weight: bold;
  }
  .sell_cg_image_item img {
    margin: 8px 0;
  }
  .sell_cg_image_item a.sell_link {
    line-height: 32px;
  }
  .sell_result_inner {
    width: calc(100% - 32px);
    margin: 40px auto;
  }
  .sell_result_list {
    flex-wrap: wrap;
  }
  .sell_result_list_item:not(:first-child) {
    border-left: none;
  }
  .sell_result_list_item:nth-child(2n) {
    border-left: 1px solid #dedede;
  }
  .sell_result_list_item:nth-child(n+3) {
    margin-top: 16px;
  }
  .sell_result_list_item {
    width: 50%;
  }
  .sell_result_item_title {
    font-size: 16px;
  }
  .sell_result_item_number {
    font-size: 16px;
  }
  .sell_result_item_number span {
    font-size: 32px;
  }
  .sell_result_list.bg-gray {
    width: 100%;
    margin: 24px auto 8px;
    padding: 16px 0;
  }
  .sell_lp_text {
    padding: 0 16px;
  }
  .sell_bg--blue .sell_link {
    width: calc(100% - 16px);
  }
  .sell_actual-results_inner{
    width: calc(100% - 32px);
    margin: 0 auto;
  }
  .sell_map__map #p-map-search__map-box{
    height: 400px;
  }
  .sell_list{
    overflow-x: scroll;
  }
  .sell_list_table{
    width: 1100px;
  }
  .sell_map .p-map-search__recommended__tit{
    text-align: left;
  }
}


/* 区に関する情報 */
.sell_ward-info {
  padding: 60px;
  background: #fff7e2;
  font-weight: normal;
  border-radius: 16px;
}

.sell_ward-info {
  width: 1100px;
  margin: 0 auto;
}

.sell_ward-info_bold {
  font-weight: bold;
}

.sell_ward-info h3 {
  width: 100%;
  font-weight: bold;
}

.p-2column-list__item-img p img{
  width: 350px;
  height: auto;
}

.sell_ward-info .p-2column-list__item-text {
  width: 600px;
  font-size: 14px;
}
.sell_ward-info_offer{
  font-size: 12px;
  text-align: right;
}

.sell_ward-title_border {
  width: 1100px;
  margin: 80px auto 20px;
}

.sell_ward_typelist {
  width: 1100px;
  margin: 40px auto 40px;
}

.sell_ward-btn {
  width: 440px;
  box-sizing: border-box;
  border: 3px solid #fff;
  margin: 0 auto;
  padding: 6px 0;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
}

.sell_ward-btn-area {
  margin: 50px auto 150px;
}

.sell_ward-btn-area a {
  background: #014190;
  border: 3px solid #014190;
}

.sell_ward-btn-area a.hover-invert-white:hover {
border: 3px solid #014190;
}

@media screen and (max-width: 768px) {
  .p-building-recommended--building-list .p-section .p-2column-list.p-2column-list__item-text {
    width: 100%;
  }
  .sell_ward-info .p-2column-list__item-text {
    width: 100%;
  }
  .sell_ward {
    margin-top: 84px;
  }
  .sell_ward-info {
    padding: 16px;
    width: calc(100% - 32px);
    margin: 0 auto;
  }

  .sellward-info_inner {
    width: calc(100% - 32px);
    margin: 0 auto;
    padding: 40px 0;
  }
  .sell_ward-info_offer{
    margin-top: -24px;
  }
  .sell_ward-title_border {
    margin: 30px 0 16px 16px;
  }
  .sell_ward_typelist {
    width: 100%;
    margin: 40px auto 0;
  }
  .sell_ward-btn {
    font-size: 20px;
    width: 100%;
    padding: 4px 0;
  }
  .sell_ward-btn-area {
    margin: 30px auto 50px;
  }
  .sell_list_ward {
    max-height: 400px;
    overflow-y: scroll;
  }
}

