@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;
  }
}
/* ------------------------------------------------
     common
  ---------------------------------------------- */
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: 500;
}
body.is-fixed {
  position: fixed;
  width: 100%;
  overflow: hidden;
}

a {
  color: #000023;
  text-decoration: none;
}
a:hover {
  color: #000023;
  text-decoration: underline;
}
a:focus {
  text-decoration: none;
}

strong {
  font-weight: bold;
}

/* l-wrapper
-------------------------*/
.l-wrapper {
  min-width: 1024px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .l-wrapper {
    min-width: 100%;
    width: 100%;
    max-width: 100%;
  }
}

/* breadcrumb
-------------------------*/
.l-breadcrumb {
  margin-bottom: 20px;
  padding: 20px 0 10px;
  font-weight: bold;
  width: 1024px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-breadcrumb {
    position: absolute;
    padding: 0;
    top: 10px;
    margin: 0;
    width: calc(100% - 16px);
  }
}
.l-breadcrumb-list {
  font-size: 11px;
}
.l-breadcrumb-list li {
  display: inline-block;
  padding: 0 1px;
  color: #014190;
}
.l-breadcrumb-list li:first-child {
  padding-left: 20px;
  background-image: url("../images/common/ico_home_01.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 16px auto;
}
.l-breadcrumb-list li:after {
  margin-left: 2px;
  content: ">";
}
.l-breadcrumb-list li:last-child:after {
  display: none;
}
.l-breadcrumb a {
  padding-right: 5px;
  color: #777;
  text-decoration: underline;
}
.l-breadcrumb a:hover {
  text-decoration: none;
}

/* contents
-------------------------*/
.contents {
  position: relative;
  left: 0;
  transition: left 300ms;
  /* z-index: 1; */
  padding-top: 157px;
}
@media screen and (max-width: 768px) {
  .contents {
    padding-top: 54px;
  }
}
.contents-clm {
  padding-bottom: 100px !important;
}
.contents-clm:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '';
}
@media screen and (max-width: 768px) {
  .contents-clm {
    padding-bottom: 20px !important;
  }
}
.contents-main {
  width: 640px;
  float: right;
}
.contents-main:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '';
}
@media screen and (max-width: 768px) {
  .contents-main {
    float: none;
    width: auto;
    width: 100%;
  }
}
.contents-side {
  float: left;
  width: 300px;
}
@media screen and (max-width: 768px) {
  .contents-side {
    float: none;
    width: auto;
    width: 100%;
    margin-bottom: 20px;
  }
}
.contents > .l-container {
  position: relative;
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  .contents > .l-container {
	padding-top: 70px;
  }
}
.fix + .contents {
  padding-top: 157px;
}
@media screen and (max-width: 768px) {
  .fix + .contents {
    padding-top: 54px;
  }
}

/* ------------------------------------------------
     common  parts
  ---------------------------------------------- */
.wrap, .fade {
  display: block;
  text-decoration: none;
}
.wrap:hover, .fade:hover {
  text-decoration: none;
}

.ib {
  display: inline-block;
}

.img-responsive {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.link-block {
  display: block;
  text-decoration: none;
}
.link-block:hover {
  text-decoration: none;
}

.link-fade {
  display: block;
  text-decoration: none;
}
.link-fade:hover {
  text-decoration: none;
}

.bg_img {
  display: block;
  visibility: hidden;
}

.phoneTxt {
  text-decoration: none;
  cursor: default;
}

@media screen and (max-width: 768px) {
  .is_pc {
    display: none !important;
  }
}

.is_sp {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .is_sp {
    display: block !important;
  }
}

@media screen and (max-width: 768px) {
  .sp_none {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .sp-hidden {
    display: none !important;
  }
}

.l-container {
  width: 1024px;
  margin: 0 auto;
  padding: 0 25px;
}
@media screen and (max-width: 768px) {
  .l-container {
    width: auto;
    padding: 0 15px;
    width: 100%;
  }
}

.l-pagination {
  margin-bottom: 80px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-pagination {
    margin-bottom: 30px;
  }
}
.l-pagination li {
  display: inline-block;
  min-width: 26px;
  height: 24px;
  line-height: 24px;
  margin: 0 2px;
}
.l-pagination .link-block {
  position: relative;
  font-size: 12px;
  transition: all 300ms;
  border: 1px solid #999;
  border-radius: 2px;
}
.l-pagination .link-block:hover {
  color: #fff;
  border: 1px solid #014190;
  background: #014190;
}
.l-pagination .next {
  padding: 0 25px 0 10px;
}
.l-pagination .next:before {
  position: absolute;
  top: 9px;
  right: 10px;
  width: 5px;
  height: 9px;
  background-image: url("../images/common/ico_link_gr.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% auto;
  content: "";
}
.l-pagination .current .link-block {
  color: #fff;
  border: 1px solid #014190;
  background: #014190;
}

/*-------ページタイトル-------*/
.c-title {
  padding: 20px 0 68px;
  text-align: center;
  line-height: 1.4;
  color: #014190;
}
@media screen and (max-width: 768px) {
  .c-title {
    padding: 15px 0 20px;
  }
}
.c-title-top {
  display: block;
  font-size: 25px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .c-title-top {
    font-size: 20px;
  }
}
.c-title-main {
  font-family: Avenir Next, Verdana, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 48px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .c-title-main {
    font-size: 30px;
  }
}
.c-title-main .sp-show {
  display: none;
}
@media screen and (max-width: 768px) {
  .c-title-main .sp-show {
    display: inline;
  }
}
@media screen and (max-width: 768px) {
  .c-title-main .sp-none {
    display: none;
  }
}
.c-title-sub {
  display: block;
  font-size: 22px;
  font-weight: normal;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .c-title-sub {
    font-size: 12px;
  }
}
.c-title-sub:before, .c-title-sub:after {
  content: "-";
  display: inline-block;
  margin: 0 10px;
}
.c-title-middle {
  font-size: 30px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .c-title-middle {
    font-size: 20px;
  }
}

.c-stitle {
  padding-bottom: 5px;
  margin-bottom: 20px;
  border-bottom: 3px solid #014190;
  font-size: 24px;
  font-weight: bold;
  color: #014190;
}
@media screen and (max-width: 768px) {
  .c-stitle {
    margin-bottom: 15px;
    font-size: 16px;
  }
}

.c-stitle-s {
  padding-bottom: 5px;
  margin-bottom: 20px;
  border-bottom: 3px solid #014190;
  font-size: 20px;
  font-weight: bold;
  color: #014190;
}
@media screen and (max-width: 768px) {
  .c-stitle-s {
    margin-bottom: 15px;
    font-size: 16px;
  }
}

.c-stitle-nonbottom {
  padding-bottom: 5px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
  color: #014190;
}
@media screen and (max-width: 768px) {
  .c-stitle-nonbottom {
    margin-bottom: 15px;
    font-size: 16px;
  }
}

.c-list-icon {
  margin-bottom: 20px;
}
.c-list-icon li {
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .c-list-icon li {
    margin-bottom: 8px;
  }
}
.c-list-icon li:before {
  margin-right: 10px;
  content: "●";
  color: #014190;
}

.c-section {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .c-section {
    margin-bottom: 30px;
  }
  .c-section img {
    max-width: 100%;
    height: auto;
  }
}

.c-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
@media screen and (max-width: 768px) {
  .c-grid {
    display: block;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .c-grid.c-grid-sp2 {
    display: flex;
    margin: 0 -10px;
  }
}
.c-grid .c-col2 {
  flex-basis: calc(50% - 20px);
  margin: 0 10px;
}
@media screen and (max-width: 768px) {
  .c-grid .c-col2 {
    margin: 0 0 10px;
  }
}
.c-grid .c-col3 {
  flex-basis: calc(33% - 20px);
  margin: 0 10px 20px;
}
@media screen and (max-width: 768px) {
  .c-grid .c-col3 {
    margin: 0 0 10px;
  }
}
.c-grid .c-col5 {
  flex-basis: calc(20% - 20px);
  margin: 0 10px 20px;
}
@media screen and (max-width: 768px) {
  .c-grid .c-col5 {
    flex-basis: calc(50% - 20px);
  }
}

.color-light {
  color: #5cd5ff;
}

.c-lead {
  margin-bottom: 70px;
  font-size: 22px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-lead {
    margin-bottom: 30px;
    font-size: 16px;
  }
}

.c-link:before {
  margin-right: 5px;
  content: "▶︎";
  color: #014190;
  font-size: 90%;
}

.c-box {
  padding: 30px;
  border: 2px solid #014190;
}
@media screen and (max-width: 768px) {
  .c-box {
    padding: 15px;
  }
}

.c-text-xlarge {
  margin-bottom: 30px;
  font-size: 28px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .c-text-xlarge {
    font-size: 16px;
  }
}

.c-text-large {
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .c-text-large {
    font-size: 16px;
  }
}

.c-color-base {
  color: #014190;
}

/*-------タブコンテンツ（faq.html,voice.html）-------*/
.tab-contents .tab-area-origin {
  margin-bottom: 50px;
  border-bottom: 2px solid #c2c2c2;
}
.tab-contents .tab-area-origin:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '';
}
@media screen and (max-width: 768px) {
  .tab-contents .tab-area-origin {
    margin-bottom: 0px;
  }
}
.tab-contents .tab-area-origin ul li {
  position: relative;
  bottom: -3px;
  display: inline-block;
  float: left;
  width: 50%;
  padding: 15px 0;
  text-align: center;
  border-bottom: 4px solid transparent;
  box-sizing: border-box;
  font-size: 24px;
  font-weight: bold;
  color: #c2c2c2;
}
@media screen and (max-width: 768px) {
  .tab-contents .tab-area-origin ul li {
    font-size: 14px;
  }
}
.tab-contents .tab-area-origin ul li a {
  color: #c2c2c2;
  display: block;
}
.tab-contents .tab-area-origin ul li:hover, .tab-contents .tab-area-origin ul li.current {
  border-bottom: 4px solid #4FCBFF;
  color: #014190;
  cursor: pointer;
}
.tab-contents .tab-area-origin ul li:hover a, .tab-contents .tab-area-origin ul li.current a {
  color: #014190;
  text-decoration: none;
}
.tab-contents .content-area .content-block {
  display: none;
}
.tab-contents .content-area .content-block.current {
  display: block;
}

/*-------sp用アコーディオン-------*/
@media screen and (max-width: 768px) {
  .sp-accordion {
    position: relative;
    margin-bottom: 0;
    padding: 10px 0;
    border-top: 0;
    border-bottom: 1px solid #dddddd !important;
  }
  .sp-accordion:after {
    content: " ";
    display: inline-block;
    margin: auto;
    width: 22px;
    height: 22px;
    background: url("../images/common/ico_open.png") center center no-repeat;
    background-size: 22px 22px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
  }
  .sp-accordion.active:after {
    background: url("../images/common/ico_close.png") center center no-repeat;
    background-size: 22px 5px;
  }
}

@media screen and (max-width: 768px) {
  .sp-accordion-content {
    display: none;
  }
}

/* ------------------------------------------------
  bukken-btn
---------------------------------------------- */
.button-box {
  margin: 30px auto;
  text-align: center;
}

.button {
  position: relative;
  display: inline-block;
  background: #014190;
  padding: 15px 55px;
  font-size: 22px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  box-sizing: border-box;
  border: none;
}
@media screen and (max-width: 768px) {
  .button {
    position: relative;
    padding: 15px 15px;
    font-size: 16px;
  }
}
.button:before {
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 2px solid #fff;
  content: "";
}
.button:hover {
  color: #fff;
  opacity: 0.7;
  text-decoration: none;
  cursor: pointer;
}
.button:focus {
  outline: none;
}
.button-block {
  display: block;
  width: 100%;
}
.button-light {
  background: #4FCBFF;
}
.button-arrow:after {
  content: ">";
  display: inline-block;
  margin-left: 10px;
}
.button-s {
  padding: .3em .7em;
  font-size: 1em;
  margin: 0;
}
.button .icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 1.5em;
  transform: translateY(-50%);
  width: 1.2em;
  height: 1.2em;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.button .icon.icon-star {
  background-image: url("../images/common/ico_favorite_01.png");
}
.button .icon.icon-mail {
  background-image: url("../images/common/ico_mail.png");
}
.button .icon.icon-compare {
  background-image: url("../images/common/ico_compare.png");
}
.button .icon.icon-tel {
  background-image: url("../images/common/ico_phone_04.png");
}

.button-type3d {
  position: relative;
  top: 0;
  display: inline-block;
  margin: 30px 10px 0;
  padding: 10px 80px;
  background: #FFA921;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  box-shadow: 0 4px 0 0 #C57800;
  border: none;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .button-type3d {
    display: block;
    padding: 10px 0px;
    font-size: 20px;
  }
}
.button-type3d:hover {
  top: 2px;
  box-shadow: 0 0 0 0;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.button-type3d:focus {
  outline: none;
}
.button-type3d-light {
  background: #4FCBFF;
  box-shadow: 0 4px 0 0 #009BDD;
}
.button-type3d-gray {
  background: #aaa;
  box-shadow: 0 4px 0 0 #4A4A4A;
}
.button-type3d-redorenge {
  background: #FF9B69;
  box-shadow: 0 4px 0 0 #FF5500;
}
.button-type3d-blue {
  background: #014190;
  box-shadow: 0 4px 0 0 #00216C;
}
.button-type3d-yellow {
  background: #f6c123;
  box-shadow: 0 4px 0 0 #c78a1f;
}
.button-type3d-red {
  background: #FF6A78;
  box-shadow: 0 4px 0 0 #ab414a;
}
.button-type3d-pink {
  background: #fc3768;
  box-shadow: 0 4px 0 0 #c40f3b;
}
.button-type3d-round {
  border-radius: 40px;
}
.button-type3d.btn-home {
  position: relative;
  padding: 10px 80px 10px 100px;
}
@media screen and (max-width: 768px) {
  .button-type3d.btn-home {
    display: inline-block;
  }
}
.button-type3d.btn-home:before {
  position: absolute;
  left: 30px;
  display: inline-block;
  content: "";
  width: 50px;
  height: 50px;
  background: url("../images/common/ico_home_02.png") center center no-repeat;
}
.button-type3d .icon {
  display: block;
  position: absolute;
  top: 50%;
  left: .5em;
  transform: translateY(-50%);
  width: 1em;
  height: 1em;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.button-type3d .icon.icon-star {
  background-image: url("../images/common/ico_favorite_01.png");
}
.button-type3d .icon.icon-mail {
  background-image: url("../images/common/ico_mail.png");
}
.button-type3d .icon.icon-compare {
  background-image: url("../images/common/ico_compare.png");
}
.button-type3d-s {
  padding: .3em .7em;
  font-size: 1em;
  border-radius: 5px;
  margin: 0;
  box-shadow: 0 2px 0 0 #C57800;
}
.button-type3d-s.is-light {
  background: #4FCBFF;
  box-shadow: 0 2px 0 0 #009BDD;
}
.button-type3d-s.is-gray {
  background: #aaa;
  box-shadow: 0 2px 0 0 #4A4A4A;
}
.button-type3d-s.is-redorenge {
  background: #FF9B69;
  box-shadow: 0 2px 0 0 #FF5500;
}
.button-type3d-s.is-blue {
  background: #014190;
  box-shadow: 0 2px 0 0 #00216C;
}
.button-type3d-s.is-yellow {
  background: #f6c123;
  box-shadow: 0 2px 0 0 #c78a1f;
}
.button-type3d-s.is-red {
  background: #FF6A78;
  box-shadow: 0 2px 0 0 #ab414a;
}

.button-with-icon {
  padding-left: 2.1em;
}

a.hover {
  transition: all .2s linear;
}
a.hover:hover {
  opacity: .8;
}
a.hover:hover img {
  opacity: .8;
}

a.hover-invert-white {
  transition: all .2s linear;
}
a.hover-invert-white:hover {
  background: #fff;
  color: #014190;
}
a.hover-invert-blue {
  transition: all .2s linear;
}
a.hover-invert-blue:hover {
  background: #014190;
  color: #fff;
}

.button-border {
  display: table;
  table-layout: fixed;
  padding: 8px 4em;
  margin: 0 auto;
  border: 2px solid #014190;
  color: #014190;
  font-size: 20px;
  font-weight: bold;
  transition: .4s;
}
@media screen and (max-width: 768px) {
  .button-border {
    display: block;
    font-size: 15px;
    padding: 8px;
  }
}
.button-border:after {
  content: " > ";
}
.button-border:hover {
  background-color: #014190;
  color: #fff;
  text-decoration: none;
}

.button-inline {
  padding: 8px 4em;
  margin: 0 auto;
  border: 3px solid #014190;
  box-shadow: inset 0 0 0px 2px #fff;
  background-color: #014190;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  transition: .4s;
}
@media screen and (max-width: 768px) {
  .button-inline {
    display: table;
    margin: auto;
    font-size: 10px;
    padding: 8px 20px;
    text-align: center;
  }
}
.button-inline:hover {
  background-color: #0158c3;
  border-color: #0158c3;
  color: #fff;
  text-decoration: none;
}

/* ------------------------------------------------
 	header
  ---------------------------------------------- */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 0 0;
  background: #fff;
  z-index: 90;
  box-sizing: border-box;
  transition: all 300ms;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
}
.header:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '';
}
@media screen and (max-width: 768px) {
  .header {
    position: fixed;
    padding: 12px 12px 0;
    width: 100%;
  }
}
.header.fix {
  position: fixed;
  top: -1px;
  left: 0;
  width: 100%;
  padding: 10px 0 0;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 1px 3px 0 rgba(45, 35, 35, 0.22);
}
@media screen and (max-width: 768px) {
  .header.fix {
    padding: 12px 12px 0;
    box-shadow: none;
    background: #fff;
  }
}
.header.fix .logo {
  height: 36px;
  background-size: 50px auto;
}
@media screen and (max-width: 768px) {
  .header.fix .logo {
    background-size: auto 30px;
  }
}
.header.fix .logo-sub-txt {
  display: none;
}
.header.fix .logo-txt {
  margin-top: 6px;
  font-size: 26px;
  margin-left: 62px;
}
@media screen and (max-width: 768px) {
  .header.fix .logo-txt {
    font-size: 18px;
    margin-left: 50px;
    margin-top: 0;
  }
}
.header.fix .header-phone {
  display: none;
}
.header.fix .header-btn-group {
  overflow: hidden;
  margin-top: 5px;
}
.header.fix .header-btn-group .header-list {
  float: right;
  margin-left: 5px;
}
@media screen and (max-width: 768px) {
  .header.fix .header-list-btn {
    float: none;
    margin-left: 0;
  }
}
.header.fix .gnav {
  padding-top: 0;
}
.header.fix .form {
  float: left;
}
@media screen and (max-width: 768px) {
  .header.fix .form {
    float: none;
  }
}
.header.fix .form .input-group {
  height: 26px;
  border: 1px solid #ddd;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .header.fix .form .input-group {
    height: auto;
    border: 0;
    border-radius: 0;
  }
}
.header.fix .form .input-group .input-group-addon {
  background-size: 14px 14px;
}
@media screen and (max-width: 768px) {
  .header.fix .form .input-group .input-group-addon {
    background-size: 20px 20px;
  }
}
.header .logo {
  display: block;
  height: 53px;
  background-image: url("../images/common/logo.png");
  background-repeat: no-repeat;
  background-size: 78px auto;
  background-position: left center;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .header .logo {
    position: relative;
    height: 30px !important;
    margin-bottom: 12px;
    background-size: auto 30px;
  }
}
.header .logo-txt {
  margin-left: 100px;
  font-size: 28px;
  font-weight: bold;
  color: #014190;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .header .logo-txt {
    font-size: 18px;
    margin-left: 50px;
  }
}
.header .logo-sub-txt {
  margin-top: 5px;
  margin-left: 100px;
  font-size: 13px;
  font-weight: bold;
  color: #014190;
  margin-bottom: 8px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .header .logo-sub-txt {
    position: absolute;
    bottom: 0;
    left: 50px;
    display: block !important;
    font-size: 10px;
    white-space: nowrap;
    margin: 0;
    transform-origin: left center;
    transform: scale(0.7);
  }
}
.header-phone {
  padding-top: 5px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .header-phone {
    display: none;
  }
}
.header-phone .tel {
  width: 258px;
}
.header-phone .number {
  font-size: 32px;
}
.header-phone .txt {
  margin-top: 5px;
  font-size: 12px;
  color: #014190;
  line-height: 1.25;
}
.header-btn-group {
  margin-left: 20px;
  transition: all 300ms;
}
.header-btn-group .header-list {
  position: relative;
  top: auto;
  right: auto;
  margin-bottom: 10px;
  transition: all 300ms;
}
.header-btn-group .form {
  transition: all 300ms;
}
.header-btn-group .form .input-group {
  width: 265px;
  height: 30px;
}
.header-btn-group .form input {
  border: 0;
  background: #eee;
  font-size: 11px;
}
.header-btn-group .form input::-webkit-input-placeholder {
  color: #999;
  -webkit-font-smoothing: antialiased;
}
.header-btn-group .form input:-moz-placeholder {
  color: #999;
  -moz-osx-font-smoothing: grayscale;
}
.header-btn-group .form input::-moz-placeholder {
  color: #999;
  -moz-osx-font-smoothing: grayscale;
  opacity: 1;
}
.header-btn-group .form input:-ms-input-placeholder {
  color: #999;
}
.header-btn-group .form button {
  border: 0;
  background-color: #eee;
  background-image: url("../images/common/ico_search.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  width: 16px;
  padding-left: 2rem;
}
.header-btn-group .form button:focus {
  outline: none;
}
.header-btn-group .form button:hover {
  cursor: pointer;
}
.header-list {
  position: absolute;
  top: 20px;
  right: 20px;
  overflow: hidden;
}
.header-list:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '';
}
@media screen and (max-width: 768px) {
  .header-list {
    position: relative;
    top: 0;
    right: 0;
  }
}
.header-list-btn {
  width: 130px;
  height: 26px;
  line-height: 26px;
  box-sizing: border-box;
  text-align: center;
  font-size: 12px;
  float: left;
}
@media screen and (max-width: 768px) {
  .header-list-btn {
    width: 100%;
    font-size: 16px;
    height: auto;
    line-height: 1;
  }
}
.header-list-btn-mypage {
  margin-right: 5px;
}
@media screen and (max-width: 768px) {
  .header-list-btn-mypage {
    margin-right: 0;
  }
}
.header-list-btn-mypage .link-block {
  background: #FFA921;
}
.header-list-btn-login .link-block {
  background: #014190;
}
.header-list .link-block {
  border-radius: 4px;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .header-list .link-block {
    padding: 18px 0;
    border-radius: 0;
  }
}
.header-menu-btn {
  display: none;
  position: absolute;
  top: 3px;
  right: 0;
  width: 30px;
  height: 24px;
  z-index: 95;
}
@media screen and (max-width: 768px) {
  .header-menu-btn {
    display: block;
  }
}
.header-menu-btn:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #014190;
  content: "";
  transition: all 300ms;
}
.header-menu-btn:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #014190;
  content: "";
  transition: all 300ms;
}
.header-menu-btn-inner {
  display: block;
  position: relative;
}
.header-menu-btn-inner:before {
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  height: 4px;
  background: #014190;
  content: "";
}
.header-wrap {
  width: 1024px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .header-wrap {
    width: 100%;
  }
}
.header-inner {
  display: flex;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .header-inner {
    position: relative;
    width: 100%;
    height: 42px;
    background: #fff;
    z-index: 999;
  }
  .header-inner::after {
    position: absolute;
    top: -12px;
    left: -12px;
    width: calc(100% + 24px);
    height: calc(100% + 12px);
    content: '';
    display: block;
    background: #fff;
    z-index: -1;
  }
}

@keyframes showAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*gnav*/
.gnav {
  clear: both;
  padding-top: 25px;
  box-sizing: border-box;
  transition: top 300ms;
  z-index: 90;
}
@media screen and (max-width: 768px) {
  .gnav {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    overflow: auto;
    top: -100%;
    padding: 0 0 54px;
    margin-top: 54px;
    opacity: 0;
    transition: all .4s ease-out;
    -webkit-overflow-scrolling: touch;
    z-index: 1;
  }
}
.gnav-inner {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background: rgba(255, 255, 255, 0.95);
}
.gnav-list:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '';
}
.gnav-list li {
  position: relative;
  float: left;
  width: 16.6666%;
  text-align: center;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .gnav-list li {
    float: none;
    width: 100%;
    text-align: left;
    border-top: 1px solid #ccc;
    font-size: 16px;
  }
  .gnav-list li:first-child .link-block:before {
    display: none;
  }
  .gnav-list li:last-child .link-block:before {
    display: none;
  }
}
.gnav-list .link-block {
  position: relative;
  padding: 10px 0;
  font-weight: 500;
  color: #014190;
  transition: all 300ms;
}
@media screen and (max-width: 768px) {
  .gnav-list .link-block {
    padding: 11px 40px 11px 20px;
  }
}
.gnav-list .link-block:before {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  height: 5px;
  margin-left: -85px;
  background: #014190;
  content: "";
  opacity: 0;
  transition: all 300ms;
}
@media screen and (max-width: 768px) {
  .gnav-list .link-block:before {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .gnav-list .link-block:after {
    position: absolute;
    bottom: 50%;
    left: 100%;
    width: 12px;
    height: 12px;
    margin-bottom: -5px;
    margin-left: -30px;
    border-top: 1px solid #014190;
    border-right: 1px solid #014190;
    transform: rotate(45deg);
    content: "";
  }
}
.gnav-list .link-block:hover {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .gnav-list .link-block:hover {
    font-weight: normal;
  }
}
.gnav-list .link-block:hover:before {
  opacity: 1;
}
.gnav-list .current .link-block {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .gnav-list .current .link-block {
    font-weight: normal;
  }
}
.gnav-list .current .link-block:before {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .gnav-list .tree-link .tree-link-block::before {
    position: absolute;
    content: '';
    width: 17px;
    height: 1px;
    top: 50%;
    left: auto;
    right: 12px;
    background: #014190;
    display: inline-block;
    transform: none;
    opacity: 1;
    transition: all .3s ease;
  }
  .gnav-list .tree-link .tree-link-block::after {
    position: absolute;
    content: '';
    width: 1px;
    height: 17px;
    left: auto;
    right: 20px;
    top: 50%;
    background: #014190;
    display: inline-block;
    bottom: auto;
    margin-bottom: 0;
    margin-left: 0;
    border-top: 0;
    border-right: 0;
    opacity: 1;
    transform: translateY(-50%);
    transition: all .3s ease;
  }
  .gnav-list .tree-link .tree-link-block.is-active::before {
    opacity: 1;
    transform: rotate(-180deg);
  }
  .gnav-list .tree-link .tree-link-block.is-active::after {
    opacity: 0;
    transform: translateY(-50%) rotate(180deg);
  }
}
.gnav-sub-list {
  margin-top: 20px;
  font-size: 12px;
}
.gnav-sub-list li {
  padding: 5px 0;
}
.gnav .gnav-list--sub {
  display: none;
  background: #e1e1e1;
}
@media screen and (max-width: 768px) {
  .gnav .gnav-list--sub {
    display: none;
  }
}
.gnav .gnav-list--sub .direct-link .link-block {
  font-size: 14px;
  color: #666;
  padding: 12px 40px 12px 35px;
}
.gnav .form {
  position: absolute;
  right: 20px;
  top: 55px;
}
.gnav .form .input-group {
  width: 270px;
  height: 30px;
}
.gnav .form input {
  border: 0;
  background: #eee;
  font-size: 11px;
}
.gnav .form input::-webkit-input-placeholder {
  color: #999;
  -webkit-font-smoothing: antialiased;
}
.gnav .form input:-moz-placeholder {
  color: #999;
  -moz-osx-font-smoothing: grayscale;
}
.gnav .form input::-moz-placeholder {
  color: #999;
  -moz-osx-font-smoothing: grayscale;
  opacity: 1;
}
.gnav .form input:-ms-input-placeholder {
  color: #999;
}
.gnav .form button {
  border: 0;
  background-color: #eee;
  background-image: url("../images/common/ico_search.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  width: 16px;
  padding-left: 2rem;
}
.gnav .form button:focus {
  outline: none;
}
.gnav .form button:hover {
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .gnav .form {
    position: relative;
    right: auto;
    top: auto;
    padding: 10px 0;
    background: rgba(255, 255, 255, 0.95);
  }
  .gnav .form .input-group {
    width: 96%;
    height: auto;
    margin: 0 auto;
  }
  .gnav .form .input-group input {
    font-size: 1em;
    padding: 1em;
  }
}

.l-wrapper.open .gnav {
  display: block;
  opacity: 1;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 768px) {
  .l-wrapper.open .gnav {
    top: 0;
    z-index: 80;
    box-shadow: none;
    transition: all .3s ease;
  }
}
.l-wrapper.open .header-menu-btn:before {
  top: 10px;
  transform: rotate(45deg);
}
.l-wrapper.open .header-menu-btn:after {
  bottom: 10px;
  transform: rotate(-45deg);
}
.l-wrapper.open .header-menu-btn .header-menu-btn-inner:before {
  display: none;
}

#bgOverlay {
  display: block;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
#bgOverlay.is-hide {
  display: none;
}

/* ------------------------------------------------
     footer
  ---------------------------------------------- */
.footer {
  position: relative;
  border-top: 4px solid #014190;
}
@media screen and (max-width: 768px) {
  .footer {
    border-top: none;
  }
}
.footer-wrap {
  width: 1024px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .footer-wrap {
    width: 100%;
  }
}
.footer-left {
  float: left;
}
.footer-left:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '';
}
@media screen and (max-width: 768px) {
  .footer-left {
    float: none;
  }
}
.footer-right {
  float: right;
}
.footer-right:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '';
}
@media screen and (max-width: 768px) {
  .footer-right {
    float: none;
  }
}
@media screen and (max-width: 768px) {
  .footer-bukken {
    padding-bottom: 54px;
  }
}
.footer .l-container:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '';
}
.footer .searchSection-ttl {
  width: 111px;
  margin: 0 auto 5px;
}
.footer .searchSection-sub-ttl {
  font-size: 14px;
  color: #014190;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
.footer .searchSection-sub-ttl:before {
  margin-right: 10px;
  content: "-";
}
.footer .searchSection-sub-ttl:after {
  margin-left: 10px;
  content: "-";
}
.footer .menu-list li {
  position: relative;
  border: 1px solid #d9d9d9;
  border-bottom: none;
}
.footer .menu-list li:last-child {
  border-bottom: 1px solid #d9d9d9;
}
@media screen and (max-width: 768px) {
  .footer .menu-list li {
    border-right: 0;
    border-left: 0;
  }
  .footer .menu-list li:last-child {
    border-bottom: 0;
  }
}
.footer .menu-list .link-block {
  position: relative;
  background: #FAFAFA;
  padding: 4px 20px 4px 10px;
  color: #014190;
  font-weight: bold;
}
.footer .menu-list .link-block:before {
  position: absolute;
  top: 16px;
  right: 10px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #ccc;
  border-right: 2px solid #ccc;
  content: "";
  transform: rotate(45deg);
}
.footer .menu-list .ico {
  left: 10px;
  width: 34px;
  height: 34px;
  margin-right: 10px;
}
.footer .menu-list .ico {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  vertical-align: middle;
}
.footer .menu-list .ico-mansion {
  background-image: url("../images/common/ico_mansion_01.png");
  background-size: 16px auto;
}
.footer .menu-list .ico-house {
  background-image: url("../images/common/ico_house_01.png");
  background-size: 26px auto;
}
.footer .menu-list .ico-land {
  background-image: url("../images/common/ico_land_01.png");
  background-size: 34px auto;
}
.footer .menu-list .ico-building {
  background-image: url("../images/common/ico_building_01.png");
  background-size: 21px auto;
}
.footer .menu-list-txt .link-block {
  padding: 9px 20px 9px 10px;
  color: #777;
}
.footer .topSearch-btn {
  font-size: 12px;
  font-weight: bold;
}
.footer .sns {
  padding: 20px 0;
  text-align: center;
}
.footer .sns-item {
  display: inline-block;
  width: 75px;
  margin: 0 5px;
  vertical-align: middle;
}

.footerTop {
  padding: 30px 0;
}
.footerTop:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '';
}
.footerTop .logo {
  width: 203px;
  float: left;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .footerTop .logo {
    display: none;
  }
}
.footerTop .link-list {
  clear: both;
}
.footerTop .link-list li {
  display: inline-block;
  text-align: center;
  margin-bottom: 5px;
  margin-right: 5px;
}
.footerTop .link-list .link-fade {
  width: 130px;
  padding: 5px 0;
  border-radius: 4px;
  color: #fff;
  font-weight: bold;
}
.footerTop .link-list .item01 .link-fade {
  background: #A73431;
}
.footerTop .link-list .item02 .link-fade {
  background: #3E6A8F;
}
.footerTop .link-list .item03 .link-fade {
  background: #517C40;
}
@media screen and (max-width: 768px) {
  .footerTop .link-list {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 30px;
  }
  .footerTop .link-list li {
    width: 30%;
    max-width: 180px;
    margin: 2px;
  }
  .footerTop .link-list li a {
    width: 100% !important;
  }
}
@media screen and (max-width: 768px) {
  .footerTop .list {
    display: none;
  }
}
.footerTop .list li {
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  border-left: 1px solid #000023;
}
.footerTop .list li:first-child {
  border-left: none;
}
.footerTop .list a {
  padding: 0 5px;
}
.footerTop .license_number {
  margin-top: 10px;
  padding: 5px;
}
.footerTop .license_number li {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .footerTop .license_number {
    margin-top: 0;
    padding: 0 20px 20px;
  }
}
.footerTop .symbol-list .logo-mark {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
}
.footerTop .symbol-list .logo-mark img {
  width: 126px;
}
.footerTop .symbol-list .logo-mark a:hover {
  opacity: .8;
}
@media screen and (max-width: 768px) {
  .footerTop .symbol-list {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 440px;
    width: 100%;
    margin: 0 auto 30px;
    padding: 0 20px;
  }
  .footerTop .symbol-list .logo-mark {
    width: 30%;
    max-width: 180px;
    margin: 2px;
    padding: 0 5px;
    text-align: center;
  }
  .footerTop .symbol-list .logo-mark img {
    width: 100%;
    max-width: 125px;
  }
}
.footerTop .symbol-list .bnr-smileplaza {
  display: inline-block;
  vertical-align: middle;
  margin-top: 20px;
  margin-left: 20px;
  width: 340px;
}
.footerTop .symbol-list .bnr-smileplaza img {
  width: 100%;
}
.footerTop .symbol-list .bnr-smileplaza a:hover {
  opacity: .8;
}
.footerTop .symbol-list .bnr-rainbow {
  display: inline-block;
  vertical-align: middle;
  margin-top: 20px;
  width: 80px;
}
.footerTop .symbol-list .bnr-rainbow img {
  width: 100%;
}
.footerTop .symbol-list .bnr-rainbow a:hover {
  opacity: .8;
}
@media screen and (max-width: 768px) {
  .footerTop .symbol-list {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 30px;
  }
  .footerTop .symbol-list .bnr-smileplaza {
    width: 100%;
    max-width: 320px;
    margin: 0;
    text-align: center;
  }
  .footerTop .symbol-list .bnr-smileplaza img {
    width: 100%;
    max-width: 440px;
  }
  .footerTop .symbol-list .bnr-rainbow {
    max-width: 80px;
    margin: 0;
    margin-right: 20px;
    text-align: center;
  }
  .footerTop .symbol-list .bnr-rainbow img {
    width: 100%;
    max-width: 80px;
  }
}
.footerTop .footer-bnr {
  margin: 0 auto 30px;
  padding: 0 20px;
  width: 100%;
  max-width: 440px;
}
.footerTop .footer-bnr img {
  width: 100%;
  border: 2px solid #014190;
}
.footerTop .inquiry-btn {
  position: relative;
  width: 90%;
  max-width: 400px;
  margin: 0 auto 30px;
  text-align: center;
  background: #FFD000;
  color: #fff;
  font-size: 20px;
  padding: 10px 0;
  background-image: url("../images/common/ico_contact_01.png");
  background-position: 20px center;
  background-size: 34px auto;
  background-repeat: no-repeat;
  font-weight: bold;
}
.footerTop .inquiry-btn:before {
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 2px solid #fff;
  content: "";
}

.footerBottom {
  background: #fff;
  padding: 30px 0;
  border-top: 1px solid #e5e5e5;
  position: relative;
}
@media screen and (max-width: 768px) {
  .footerBottom {
    background: #fff;
    padding: 20px 0 0;
  }
}
.footerBottom .ttl {
  color: #014190;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
  position: relative;
  border-bottom: 1px solid #e0e0e0;
}
.footerBottom .ttl::after {
  position: absolute;
  content: '';
  display: block;
  border-bottom: 1px solid #00a6e4;
  bottom: -1px;
  width: 60px;
}
@media screen and (max-width: 768px) {
  .footerBottom .ttl::after {
    width: 200px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 768px) {
  .footerBottom .ttl {
    margin-bottom: 0;
    text-align: center;
    line-height: 1.2;
    border-bottom: 1px solid #d9d9d9;
  }
}
.footerBottom .footer-row {
  display: flex;
  justify-content: space-between;
}
.footerBottom .footer-row .footer-col {
  width: 240px;
}
@media screen and (max-width: 768px) {
  .footerBottom .footer-row {
    display: block;
  }
  .footerBottom .footer-row .footer-col {
    width: 100%;
  }
}
.footerBottom .txt {
  margin-bottom: 10px;
  font-size: 12px;
  color: #014190;
}
@media screen and (max-width: 768px) {
  .footerBottom .txt {
    display: none;
  }
}
.footerBottom .link-list {
  margin-bottom: 10px;
  width: 100%;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .footerBottom .link-list {
    display: block;
    margin-bottom: 0;
    border: 0;
  }
}
.footerBottom .link-list-wrap {
  padding: 30px 0;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .footerBottom .link-list-wrap {
    padding: 0;
  }
}
.footerBottom dt {
  font-size: 16px;
  font-weight: bold;
  box-sizing: border-box;
  background-image: url("../images/common/list_01.png");
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 18px;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .footerBottom dt {
    background-position: 10px center;
    position: relative;
    display: block;
    width: 100%;
    text-align: left;
    padding: 8px 10px 8px 30px;
    margin: 0;
    border-bottom: 1px solid #d9d9d9;
    border-right: none;
  }
  .footerBottom dt:hover {
    cursor: pointer;
  }
  .footerBottom dt:before {
    position: absolute;
    top: 18px;
    right: 10px;
    width: 17px;
    height: 5px;
    background: #ccc;
    content: "";
  }
  .footerBottom dt:after {
    position: absolute;
    top: 12px;
    right: 16px;
    height: 17px;
    width: 5px;
    background: #ccc;
    content: "";
  }
  .footerBottom dt.link01::before {
    content: none;
  }
  .footerBottom dt.link01::after {
    content: none;
  }
}
.footerBottom dt.open:after {
  display: none;
}
@media screen and (max-width: 768px) {
  .footerBottom dt.open + dd {
    display: block;
  }
}
.footerBottom dd {
  padding-left: 18px;
}
@media screen and (max-width: 768px) {
  .footerBottom dd {
    display: none;
    padding-left: 0;
  }
}
.footerBottom .list {
  font-size: 11px;
}
.footerBottom .list:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '';
}
@media screen and (max-width: 768px) {
  .footerBottom .list {
    font-size: 12px;
    background: #fafafa;
  }
}
.footerBottom .list li {
  line-height: 1.4;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .footerBottom .list li {
    float: none;
    border-bottom: 1px solid #d9d9d9;
    margin: 0;
  }
}
.footerBottom .list li:last-child:after {
  display: none;
}
.footerBottom .list a {
  color: #666;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .footerBottom .list a {
    height: 45px;
    width: 100%;
    display: flex;
    align-items: center;
    padding-left: 2.5em;
  }
}
.footerBottom .footer-bnr {
  position: absolute;
  bottom: 60px;
  right: 0;
  width: 300px;
}
.footerBottom .footer-bnr img {
  border: 2px solid #014190;
}

.footerSp .list:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '';
}
.footerSp .list li {
  float: left;
  width: 50%;
  text-align: center;
  box-sizing: border-box;
}
.footerSp .list .link-block {
  display: block;
  background: #222;
  width: 100%;
  color: #fff;
  font-size: 14px;
}
.footerSp .list .inner {
  display: block;
  vertical-align: middle;
  padding: 18px;
}

.footerCopyright {
  padding: 5px 0;
  color: #222;
  font-size: 12px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .footerCopyright {
    font-size: 10px;
    padding: 0 0 20px;
    color: #fff;
    background: #222;
  }
}

.sideBox {
  margin-bottom: 20px;
  border: 3px solid #014190;
  padding: 15px;
  font-weight: bold;
}
.sideBox.conditionBox {
  display: block;
}
@media screen and (max-width: 768px) {
  .sideBox {
    margin-bottom: 15px;
    padding: 10px;
  }
  .sideBox.conditionBox {
    display: none;
    margin-top: 20px;
    margin-bottom: 0;
  }
}
.sideBox-ttl {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: bold;
  color: #014190;
  text-align: center;
  border-bottom: 3px solid #014190;
}
@media screen and (max-width: 768px) {
  .sideBox-ttl {
    font-size: 15px;
  }
}
.sideBox-ttl + .sideBox-subTtl {
  margin-top: 0;
}
.sideBox-txt {
  margin-bottom: 10px;
  background: #F9F9F9;
  padding: 10px;
  color: #014190;
}
@media screen and (max-width: 768px) {
  .sideBox-txt {
    font-size: 12px;
  }
}
.sideBox-subTtl {
  background: #F9F9F9;
  margin-top: 25px;
  margin-bottom: 10px;
  padding: 5px 0;
  color: #014190;
  font-size: 18px;
  text-align: center;
}
.sideBox-subTtl + .sideBox-lineTtl {
  margin-top: 0;
}
.sideBox-lineTtl {
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 0 0 2px;
  color: #014190;
  font-size: 16px;
  border-bottom: 2px solid #014190;
}
.sideBox .result {
  margin-bottom: 10px;
  color: #014190;
}
.sideBox .result .number {
  margin-right: 5px;
  color: #4FCBFF;
}
.sideBox .result strong {
  font-size: 32px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .sideBox .result strong {
    font-size: 18px;
  }
}
.sideBox .saveBtn {
  position: relative;
  display: block;
  width: 100%;
  padding: 10px 0;
  border: none;
  text-align: center;
  appearance: none;
  background: #FFA921;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .sideBox .saveBtn {
    font-size: 12px;
  }
}
.sideBox .saveBtn:before {
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 2px solid #fff;
  content: "";
}
.sideBox .saveBtn + .searchBtn {
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .sideBox .saveBtn + .searchBtn {
    font-size: 12px;
  }
}
.sideBox .searchBtn {
  position: relative;
  display: block;
  width: 100%;
  margin: 30px auto 0;
  padding: 10px 0;
  border: none;
  text-align: center;
  appearance: none;
  background: #000;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
}
.sideBox .searchBtn:before {
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 2px solid #fff;
  content: "";
}
@media screen and (max-width: 768px) {
  .sideBox .searchBtn::after {
    content: '\f107';
    font-family: FontAwesome;
    margin-left: 10px;
  }
  .sideBox .searchBtn.active::after {
    content: '\f106';
    font-family: FontAwesome;
  }
}
.sideBox .selectWrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.sideBox .selectWrap select.select {
  height: 38px !important;
}
.sideBox .selectWrap select#objectsearch-price_high,
.sideBox .selectWrap select#objectsearch-width_high {
  top: 0;
  right: 0;
}
.sideBox .select {
  width: 46% !important;
  border: 2px solid #014190;
  border-radius: 6px;
  padding: 5px 20px 5px 10px;
  color: #014190;
  background-image: url("../images/common/ico_select_01.png");
  background-position: 90% center;
  background-repeat: no-repeat;
  background-size: 14px auto;
}
.sideBox .select.customSelectChanged {
  background-color: #014190;
  color: #fff;
  background-image: url("../images/common/ico_select_02.png");
}
.sideBox .select > span {
  width: 100% !important;
}
.sideBox .form-check-label {
  white-space: nowrap;
}

.form-check-label {
  margin-bottom: 0;
  position: relative;
  padding-left: 26px;
  color: #014190;
  font-size: 14px;
  line-height: 1;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .form-check-label {
    font-size: 14px;
  }
}
.form-check-label:before {
  position: absolute;
  top: -1px;
  left: 0;
  width: 18px;
  height: 18px;
  border: 2px solid #014190;
  content: "";
  background: #fff;
}
@media screen and (max-width: 768px) {
  .form-check-label:before {
    top: -3px;
  }
}
.form-check-label:after {
  display: none;
  position: absolute;
  top: 2px;
  left: 4px;
  width: 11px;
  height: 13px;
  background-image: url("../images/common/ico_check_01.png");
  background-position: left top;
  background-size: 11px auto;
  background-repeat: no-repeat;
  content: "";
}
@media screen and (max-width: 768px) {
  .form-check-label:after {
    top: 0;
  }
}
.form-check-label.checked:before {
  background: #4FCBFF;
}
.form-check-label.checked:after {
  display: block;
}
.form-check-label .form-check-input {
  position: absolute;
  top: -3px;
  left: 0;
  margin-left: 0;
  outline: none;
  z-index: -1;
}

.sideRanking .ttl {
  width: 163px;
  margin: 0 auto 10px;
}
.sideRanking .subTtl {
  margin-bottom: 10px;
  text-align: center;
  color: #014190;
  font-size: 18px;
  font-weight: bold;
}
.sideRanking .subTtl:before {
  margin-right: 10px;
  content: "-";
}
.sideRanking .subTtl:after {
  margin-left: 10px;
  content: "-";
}
.sideRanking .table {
  border: 3px solid #014190;
}
.sideRanking .table caption {
  caption-side: top;
  padding: 10px 0;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  background: #014190;
  color: #fff;
}
.sideRanking .table tr th {
  color: #000;
  background: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 5px 10px;
  vertical-align: middle;
  border-top: 2px solid #C7C7C7;
  text-align: center;
}
.sideRanking .table tr td {
  font-size: 12px;
  font-weight: normal;
  line-height: 1.2;
  border-top: 2px solid #C7C7C7;
  letter-spacing: -.05em;
  padding: 20px 0;
}
.sideRanking .table tr td a {
  color: #014190;
}
.sideRanking .table tr td a:hover {
  text-decoration: underline;
}
.sideRanking .table tr:first-child th, .sideRanking .table tr:first-child td {
  border-top: none;
}
.sideRanking .table tr:nth-child(-n+3) th span {
  color: #fff;
  background: #f6c123;
  border-radius: 5px;
  padding: 10px 12px;
}
.sideRanking .table tr:nth-child(-n+3) td {
  font-size: 14px;
}

.saveBtn {
  position: relative;
  display: block;
  width: 100%;
  padding: 10px 0;
  border: none;
  text-align: center;
  appearance: none;
  background: #FFA921;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 20px;
}
.saveBtn:hover {
  color: #fff;
  text-decoration: none;
  background: #ed9100;
}
@media screen and (max-width: 768px) {
  .saveBtn {
    font-size: 12px;
  }
}
.saveBtn:before {
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 2px solid #fff;
  content: "";
}
.saveBtn + .searchBtn {
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .saveBtn + .searchBtn {
    font-size: 12px;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* ------------------------------------------------
  page
---------------------------------------------- */
.fix ~ .contents .subNav {
  top: 96px;
}
@media screen and (max-width: 768px) {
  .fix ~ .contents .subNav {
    top: 53px;
  }
}
.subNav {
  position: fixed;
  top: 156px;
  left: 0;
  right: 0;
  background: #F9F9F9;
  padding: 15px 0 0;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .subNav {
	top: 53px;
    padding: 0 15px;
    box-sizing: border-box;
	overflow: auto;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
  }
}
.subNav-list {
  display: flex;
  justify-content: space-between;
  width: 1024px;
  margin: 0 auto;
}
.subNav-list:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '';
}
@media screen and (max-width: 768px) {
  .subNav-list {
	width: auto;
	width: 1000px;
    z-index: 4;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .subNav-list.open {
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
  }
}
@media screen and (max-width: 768px) {
  .subNav-list.open .current {
    padding-bottom: 10px;
  }
}
.subNav li {
  width: auto;
  text-align: center;
  display: inline-block;
  font-size: 13.5px;
  letter-spacing: -.05em;
}
@media screen and (min-width: 769px) {
  .subNav li {
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  .subNav li {
/*
    width: 100%;
    float: none;
*/
    order: 2;
  }
  .subNav li:not(.current) {
    background: rgba(250, 250, 250, 0.95);
  }
}
.subNav .link-block {
  display: inline-block;
  padding: 0 10px 7px;
  color: #777;
  border-bottom: 3px solid transparent;
  text-decoration: none;
}
.subNav .link-block:hover {
  color: #014190;
  font-weight: bold;
  border-bottom: 3px solid #014190;
}
@media screen and (max-width: 768px) {
  .subNav .link-block {
    display: block;
    padding: 1em;
  }
}
.subNav .current {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .subNav .current {
    pointer-events: auto;
    display: block;
    background: #f9f9f9;
/*    padding-top: 10px;*/
/*    font-size: 18px;*/
    order: 1;
  }
}
.subNav .current .link-block {
  color: #014190;
  font-weight: bold;
  border-bottom: 3px solid #014190;
  display: inline-block;
}
@media screen and (min-width: 769px) {
  .subNav .current .link-block {
    padding: 0 10px 7px;
  }
}
.subNav-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 50px;
  height: 25px;
  background: red;
}

.back-link {
  display: block;
  background: #F9F9F9;
  padding: 10px 0;
  font-size: 16px;
  color: #014190;
  font-weight: bold;
  background-image: url("../images/common/ico_back_01.png");
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: 8px auto;
  text-align: center;
}

/* ------------------------------------------------
  TOP
---------------------------------------------- */
.topMv {
  position: relative;
}
.topMv .slider > li {
  width: 100%;
  height: 400px;
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .topMv .slider > li {
    height: auto;
  }
  .topMv .slick-dotted.slick-slider{
    margin-bottom: 0;
  }
}
.topMv .slider .link-fade {
  position: relative;
}
.topMv .slider img {
  display: block;
  width: 100%;
}
.topMv .slick-prev {
  position: absolute;
  top: 50%;
  left: 12px;
  display: block;
  width: 22px;
  height: 57px;
  border: none;
  background-image: url("../images/top/btn_prev.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-color: transparent;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  outline: none;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .topMv .slick-prev {
    display: none !important;
  }
}
.topMv .slick-next {
  position: absolute;
  top: 50%;
  right: 12px;
  display: block;
  width: 22px;
  height: 57px;
  border: none;
  background-image: url("../images/top/btn_next.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-color: transparent;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  outline: none;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .topMv .slick-next {
    display: none !important;
  }
}
.topMv .slick-dots {
  position: relative;
  bottom: -10px;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .topMv .slick-dots {
    bottom: 0;
  }
}
.topMv .slick-dots li {
  display: inline-block;
  margin: 0 7px;
}
.topMv .slick-dots button {
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: rgba(165, 165, 165, 0.6);
  border: none;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  outline: none;
}
@media screen and (max-width: 768px) {
  .topMv .slick-dots button {
    width: 12px;
    height: 12px;
    background: rgba(153, 153, 153, 0.6);
  }
}
.topMv .slick-dots .slick-active button {
  background: #a5a5a5;
}
@media screen and (max-width: 768px) {
  .topMv .slick-dots .slick-active button {
    background: #D8D8D8;
  }
}

@media screen and (max-width: 768px) {
  .topSection .section-inner {
    margin: 0;
    padding: 0;
  }
}
.topSection-ttl {
  margin: 0 auto 10px;
}
@media screen and (max-width: 768px) {
  .topSection-ttl {
    margin: 0 auto 5px;
  }
}
.topSection-sub-ttl {
  margin-bottom: 20px;
  text-align: center;
  color: #014190;
  font-size: 22px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .topSection-sub-ttl {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.topSection-sub-ttl:before {
  margin-right: 10px;
  content: "-";
}
.topSection-sub-ttl:after {
  margin-left: 10px;
  content: "-";
}
.topSection-sub-txt {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .topSection-sub-txt {
    font-size: 18px;
  }
}

.topNotification .topNotification_box {
  margin: 0 auto;
  width: 720px;
  background: #FBFEFF;
  color: #014190;
  border: 2px solid #014190;
  padding: 40px 75px;
}
@media screen and (max-width: 768px) {
  .topNotification .topNotification_box {
    width: 100%;
    padding: 10px;
    font-size: 11px;
  }
}
.topNotification .topNotification_box .topNotification_heading {
  font-size: 18px;
  border-bottom: 2px solid #014190;
  padding-bottom: 10px;
  margin-bottom: 15px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .topNotification .topNotification_box .topNotification_heading {
    font-size: 14px;
    border-bottom: 1px solid #014190;
    padding-bottom: 8px;
    margin-bottom: 10px;
  }
}
.topNotification .topNotification_box .topNotification_body {
  padding: 0;
}
@media screen and (max-width: 768px) {
  .topNotification .topNotification_box .topNotification_body {
    padding: 0;
  }
}

.renovalife .topNotification_box {
  padding: 20px 75px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .renovalife .topNotification_box {
    padding: 10px;
  }
}
.renovalife .topNotification_box .Notification_left {
  float: left;
  width: 70%;
  padding: 46px 20px 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .renovalife .topNotification_box .Notification_left {
    float: none;
    width: 100%;
    padding: 10px 20px 0;
    margin-bottom: 20px;
  }
}
.renovalife .topNotification_box .Notification_left .topNotification_heading {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.renovalife .topNotification_box .Notification_left .topNotification_heading a {
  color: #014190;
}
.renovalife .topNotification_box .Notification_left p {
  margin-top: 30px;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .renovalife .topNotification_box .Notification_left p {
    margin-top: 10px;
    font-size: 100%;
  }
}
.renovalife .topNotification_box .Notification_left a {
  text-decoration: underline;
}
.renovalife .topNotification_box .Notification_right {
  float: right;
  width: 30%;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .renovalife .topNotification_box .Notification_right {
    float: none;
    width: 100%;
    text-align: center;
  }
}
.renovalife .topNotification_box .Notification_right img {
  width: 70%;
}
@media screen and (max-width: 768px) {
  .renovalife .topNotification_box .Notification_right img {
    width: 60%;
  }
}

.topSearch {
  padding: 50px 0 0;
}
@media screen and (max-width: 768px) {
  .topSearch {
    padding: 40px 0 0;
  }
}
.topSearch .section-inner {
  padding: 0;
}
.topSearch a:hover {
  opacity: .8;
}
.topSearch .topSection-ttl {
  text-align: center;
  font-size: 36px;
  line-height: 36px;
  font-weight: bold;
  color: #014190;
}
@media screen and (max-width: 768px) {
  .topSearch .topSection-ttl {
    font-size: 26px;
    line-height: 26px;
  }
}
.topSearch-item-wrap {
  overflow: hidden;
}
.topSearch-item-wrap:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '';
}
@media screen and (max-width: 768px) {
  .topSearch-item-wrap {
    height: auto;
  }
}
.topSearch-item {
  width: 512px;
  float: left;
}
@media screen and (max-width: 768px) {
  .topSearch-item {
    width: 100%;
    float: none;
  }
}
.topSearch-item-menu {
  padding-left: 0;
}
.topSearch-item-menu.sell-menu .topSearch-btn {
  background: #993333;
}
.topSearch-item-menu.sell-menu .menu-list li {
  border-left: 0;
}
.topSearch-item-menu.sell-menu .menu-list li a {
  color: #993333;
}
.topSearch-item-menu.sell-menu .menu-list li a::after {
  border-top: 1px solid #993333;
  border-right: 1px solid #993333;
}
.topSearch .menu-list {
  text-align: left;
}
.topSearch .menu-list li {
  position: relative;
  border: 1px solid #d9d9d9;
  border-bottom: none;
}
.topSearch .menu-list li:last-child {
  border-bottom: 1px solid #d9d9d9;
}
.topSearch .menu-list li a {
  position: relative;
}
.topSearch .menu-list li a::after {
  content: '';
  position: absolute;
  bottom: 50%;
  left: 100%;
  width: 12px;
  height: 12px;
  margin-bottom: -5px;
  margin-left: -30px;
  border-top: 1px solid #014190;
  border-right: 1px solid #014190;
  transform: rotate(45deg);
}
.topSearch .menu-list .link-block {
  background: #FAFAFA;
  padding: 0 0 0 80px;
  font-size: 18px;
  color: #014190;
  font-weight: bold;
  height: 58px;
  line-height: 58px;
}
@media screen and (max-width: 768px) {
  .topSearch .menu-list .link-block {
    font-size: 18px;
    padding-left: 60px;
  }
}
.topSearch .menu-list .ico {
  position: absolute;
  top: 50%;
  left: 15px;
  margin-right: 10px;
  width: 55px;
  height: 44px;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .topSearch .menu-list .ico {
    width: 34px;
    height: 34px;
  }
}
.topSearch .menu-list .ico {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  vertical-align: middle;
}
.topSearch .menu-list .ico-mansion {
  background-image: url("../images/common/ico_mansion_01.png");
  background-size: 28px auto;
}
@media screen and (max-width: 768px) {
  .topSearch .menu-list .ico-mansion {
    background-size: 16px auto;
  }
}
.topSearch .menu-list .ico-house {
  background-image: url("../images/common/ico_house_01.png");
  background-size: 44px auto;
}
@media screen and (max-width: 768px) {
  .topSearch .menu-list .ico-house {
    background-size: 26px auto;
  }
}
.topSearch .menu-list .ico-land {
  background-image: url("../images/common/ico_land_01.png");
  background-size: 55px auto;
}
@media screen and (max-width: 768px) {
  .topSearch .menu-list .ico-land {
    background-size: 34px auto;
  }
}
.topSearch .menu-list .ico-building {
  background-image: url("../images/common/ico_building_01.png");
  background-size: 36px auto;
}
@media screen and (max-width: 768px) {
  .topSearch .menu-list .ico-building {
    background-size: 21px auto;
  }
}
.topSearch .menu-list .ico-invest {
  background-image: url("../images/common/ico_invest.png");
  background-size: 36px auto;
}
@media screen and (max-width: 768px) {
  .topSearch .menu-list .ico-invest {
    background-size: 21px auto;
  }
}
.topSearch .menu-list .ico-purchase {
  background-image: url("../images/common/ico_purchase.png");
  background-size: 36px auto;
}
@media screen and (max-width: 768px) {
  .topSearch .menu-list .ico-purchase {
    background-size: 21px auto;
  }
}
.topSearch .menu-list .ico-graph {
  background-image: url("../images/common/ico_graph.png");
  background-size: 36px auto;
}
@media screen and (max-width: 768px) {
  .topSearch .menu-list .ico-graph {
    background-size: 21px auto;
  }
}
.topSearch .menu-list .ico-tax {
  background-image: url("../images/common/ico_tax.png");
  background-size: 36px auto;
}
@media screen and (max-width: 768px) {
  .topSearch .menu-list .ico-tax {
    background-size: 21px auto;
  }
}
.topSearch .menu-list .ico-qa {
  background-image: url("../images/common/ico_qa.png");
  background-size: 36px auto;
}
@media screen and (max-width: 768px) {
  .topSearch .menu-list .ico-qa {
    background-size: 21px auto;
  }
}
.topSearch .menu-list .ico-soudan {
  background-image: url("../images/common/ico_soudan.png");
  background-size: 36px auto;
}
@media screen and (max-width: 768px) {
  .topSearch .menu-list .ico-soudan {
    background-size: 21px auto;
  }
}
.topSearch .menu-list .ico-buyflow {
  background-image: url("../images/common/ico_buyflow.png");
  background-size: 36px auto;
}
@media screen and (max-width: 768px) {
  .topSearch .menu-list .ico-buyflow {
    background-size: 21px auto;
  }
}
.topSearch .menu-list .ico-sellflow {
  background-image: url("../images/common/ico_sellflow.png");
  background-size: 36px auto;
}
@media screen and (max-width: 768px) {
  .topSearch .menu-list .ico-sellflow {
    background-size: 21px auto;
  }
}
.topSearch .menu-list .ico-window {
  background-image: url("../images/common/ico_window.png");
  background-size: 20px auto;
  left: auto;
}
@media screen and (max-width: 768px) {
  .topSearch .menu-list .ico-window {
    background-size: 14px auto;
  }
}
.topSearch-btn {
  position: relative;
  height: 64px;
  line-height: 64px;
  background: #014190;
  font-size: 24px;
  color: #fff;
  text-align: center;
  font-weight: bold;
}
.topSearch-btn:hover {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .topSearch-btn {
    font-size: 18px;
    height: 53px;
    line-height: 53px;
  }
}
.topSearch-btn:before {
  position: absolute;
  top: 7px;
  left: 7px;
  width: calc(100% - 14px);
  height: calc(100% - 14px);
  border: 2px solid #fff;
  content: "";
}

.topBanner {
  padding: 50px 0 0;
}
@media screen and (max-width: 768px) {
  .topBanner {
    padding: 30px 0 0;
  }
}
.topBanner .section-inner {
  padding: 0;
}
.topBanner a:hover {
  opacity: .8;
}
.topBanner-item-wrap {
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .topBanner-item-wrap {
    display: block;
  }
}
.topBanner-item {
  width: 240px;
  max-width: 240px;
  line-height: 1;
}
.topBanner-item:nth-child(-n+4) {
  margin-bottom: 30px;
}
@media screen and (min-width: 767px) {
  .topBanner-item:last-of-type {
    width: 500px;
    max-width: 500px;
    margin: auto;
  }
  .topBanner-item:last-of-type .topBanner-item-img {
    width: 500px;
    height: 120px;
  }
}
@media screen and (max-width: 768px) {
  .topBanner-item {
    width: 80%;
    margin: 0 auto 8px;
  }
  .topBanner-item:nth-child(-n+4) {
    margin-bottom: 8px;
  }
}
.topBanner-item-img {
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 240px;
  height: 120px;
}
.topBanner-item-img:hover {
  opacity: .8;
}
.topBanner-item-img img {
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .topBanner-item-img {
    height: auto;
    position: relative;
    width: 100%;
    height: auto;
  }
  .topBanner-item-img::before {
    content: '';
    display: block;
    overflow: hidden;
    padding-top: 50%;
  }
  .topBanner-item-img img {
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}

.topMypage {
  padding: 80px 0 0;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .topMypage {
    padding: 40px 0 0;
  }
}
.topMypage .topSection-ttl {
  text-align: center;
  font-size: 36px;
  line-height: 36px;
  font-weight: bold;
  color: #014190;
}
@media screen and (max-width: 768px) {
  .topMypage .topSection-ttl {
    font-size: 26px;
    line-height: 26px;
  }
}
.topMypage-item {
  position: relative;
  padding: 80px 0;
  background-image: url("../images/top/img_mypage_01.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .topMypage-item {
    padding: 60px 0;
  }
}
.topMypage-item:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  content: "";
  z-index: 2;
}
.topMypage-item:after {
  position: absolute;
  top: 16px;
  left: 50%;
  margin-left: -50px;
  width: 100px;
  height: 100px;
  z-index: 3;
  background-image: url("../images/common/ico_mypage_01.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% auto;
}
.topMypage-item .ttl {
  position: relative;
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: bold;
  z-index: 3;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .topMypage-item .ttl {
    margin-bottom: 20px;
  }
}
.topMypage-item .txt {
  position: relative;
  margin-bottom: 30px;
  font-size: 20px;
  z-index: 3;
  line-height: 1.5;
}
.topMypage-btn {
  position: relative;
  width: 440px;
  margin: 0 auto;
  padding: 7px 0;
  border: 3px solid #fff;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .topMypage-btn {
    width: 100%;
    font-size: 20px;
    padding: 4px 0 3px;
  }
}
.topMypage-btn:hover {
  color: #fff;
}

.topRanking {
  padding: 50px 0 0;
  text-align: center;
  color: #fff;
}
.topRanking a:hover {
  opacity: .8;
}
@media screen and (max-width: 768px) {
  .topRanking {
    padding: 40px 0 0;
  }
}
.topRanking .topSection-ttl {
  text-align: center;
  font-size: 36px;
  line-height: 36px;
  font-weight: bold;
  color: #014190;
}
@media screen and (max-width: 768px) {
  .topRanking .topSection-ttl {
    font-size: 26px;
    line-height: 26px;
  }
}
.topRanking-tab {
  border-top: 3px solid #014190;
  border-bottom: 3px solid #014190;
  border-right: 3px solid #014190;
}
.topRanking-tab:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '';
}
.topRanking-tab li {
  float: left;
  width: 25%;
  font-size: 22px;
  color: #014190;
  border-left: 3px solid #014190;
  box-sizing: border-box;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .topRanking-tab li {
    font-size: 20px;
    height: 57px;
    line-height: 57px;
  }
}
.topRanking-tab li:hover {
  background: #014190;
  color: #fff;
  cursor: pointer;
}
.topRanking-tab li:hover span {
  color: #fff;
}
.topRanking-tab li:hover a {
  color: #fff;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .topRanking-tab .sp-small {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .topRanking-tab .sp-small {
    font-size: 14px;
    font-size: 3.5vw;
    letter-spacing: -.05em;
  }
}
.topRanking-tab .link-block {
  padding: 11px 0;
  color: #014190;
}
@media screen and (max-width: 768px) {
  .topRanking-tab .link-block {
    padding: 0;
  }
}
.topRanking-tab .current .link-block {
  background: #014190;
  color: #fff;
}
.topRanking-tab-contents {
  display: none;
  border-left: 3px solid #014190;
  border-right: 3px solid #014190;
}
.topRanking-tab-contents.current {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.topRanking .item-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .topRanking .item-wrap {
    width: 100%;
  }
}
.topRanking .item-wrap .item {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .topRanking .item-wrap .item {
    width: 100%;
    float: none;
  }
}
.topRanking .item {
  display: flex;
  position: relative;
  width: 100%;
  height: 183px;
  border-bottom: 3px solid #014190;
  color: #014190;
  box-sizing: border-box;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .topRanking .item {
    display: block;
    height: auto;
  }
}
.topRanking .item:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  z-index: 3;
  width: 100px;
  height: 100px;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% auto;
}
.topRanking .item-img {
  width: 240px;
  height: 180px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  box-sizing: border-box;
  background-color: #f1f1f1;
  position: relative;
}
.topRanking .item-img .bg_img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .topRanking .item-img {
    display: block;
    width: 100%;
    height: auto;
    background: none;
  }
  .topRanking .item-img .bg_img {
    visibility: visible;
    width: 100%;
  }
}
.topRanking .item-txt-box {
  width: 50%;
  width: calc(100% - 240px);
  position: relative;
  text-align: left;
  padding: 10px 0 58px 15px;
  box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .topRanking .item-txt-box {
    display: block;
    padding: 10px;
    width: 100%;
  }
}
.topRanking .item-ttl {
  font-size: 18px;
  font-weight: bold;
  border-bottom: 3px solid #014190;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.topRanking .item-address {
  font-size: 14px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.topRanking .item-txt {
  font-size: 20px;
  color: #014190;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .topRanking .item-txt {
    margin-bottom: 10px;
    font-size: 13px;
  }
}
.topRanking .item-price {
  display: inline-block;
  font-size: 16px;
  color: #4FCBFF;
  font-weight: bold;
  vertical-align: middle;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.topRanking .item-price .number {
  font-size: 30px;
  letter-spacing: -0.032em;
}
.topRanking .item-dtl {
  display: inline-block;
  padding: 0 8px;
  background: #4FCBFF;
  font-size: 16px;
  vertical-align: middle;
  color: #fff;
  font-weight: bold;
  border-radius: 8px;
  float: right;
  margin: 12px 10px 0 0;
}
.topRanking .item-btn {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  background: #014190;
  padding: 10px 0;
  font-size: 16px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .topRanking .item-btn {
    position: relative;
  }
}
.topRanking .item-btn:before {
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 2px solid #fff;
  content: "";
}
.topRanking .item-1 {
  width: 100%;
  height: 366px;
}
@media screen and (max-width: 768px) {
  .topRanking .item-1 {
    height: auto;
  }
}
.topRanking .item-1:before {
  width: 100px;
  height: 100px;
  background-image: url("../images/common/ico_no1.png");
}
@media screen and (max-width: 768px) {
  .topRanking .item-1:before {
    width: 100px;
    height: 100px;
  }
}
.topRanking .item-1 .item-img {
  width: 484px;
  height: 363px;
}
@media screen and (max-width: 768px) {
  .topRanking .item-1 .item-img {
    width: 100%;
    height: auto;
  }
}
.topRanking .item-1 .item-ttl {
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  .topRanking .item-1 .item-ttl {
    font-size: 18px;
  }
}
.topRanking .item-1 .item-address {
  font-size: 20px;
  width: 395px;
}
@media screen and (max-width: 768px) {
  .topRanking .item-1 .item-address {
    font-size: 14px;
  }
}
.topRanking .item-1 .item-txt-box {
  padding: 10px 0 70px 30px;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .topRanking .item-1 .item-txt-box {
    padding: 10px;
    width: 100%;
  }
}
.topRanking .item-1 .item-price {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .topRanking .item-1 .item-price {
    font-size: 16px;
  }
}
.topRanking .item-1 .item-price .number {
  font-size: 64px;
}
@media screen and (max-width: 768px) {
  .topRanking .item-1 .item-price .number {
    font-size: 30px;
  }
}
.topRanking .item-1 .item-dtl {
  font-size: 32px;
  margin-top: 26px;
}
@media screen and (max-width: 768px) {
  .topRanking .item-1 .item-dtl {
    font-size: 20px;
  }
}
.topRanking .item-1 .item-txt {
  line-height: 1.2;
  height: 3.45em;
  overflow: hidden;
}
.topRanking .item-2:before {
  background-image: url("../images/common/ico_no2.png");
}
.topRanking .item-3:before {
  background-image: url("../images/common/ico_no3.png");
}
@media screen and (max-width: 768px) {
  .topRanking .item-3 {
    border-left: 0;
  }
}
.topRanking .item-4:before {
  background-image: url("../images/common/ico_no4.png");
}
.topRanking .item-5:before {
  background-image: url("../images/common/ico_no5.png");
}
@media screen and (max-width: 768px) {
  .topRanking .item-5 {
    border-left: 0;
  }
}
.topRanking .item-2, .topRanking .item-4 {
  border-right: 1px solid #014190;
}
@media screen and (max-width: 768px) {
  .topRanking .item-2, .topRanking .item-4 {
    border-right: 0;
  }
}
.topRanking .item-3, .topRanking .item-5 {
  border-left: 2px solid #014190;
}
@media screen and (max-width: 768px) {
  .topRanking .item-3, .topRanking .item-5 {
    border-left: 0;
  }
  .topRanking .item-3::before, .topRanking .item-5::before {
    left: 0;
  }
}
.topRanking .section-inner {
  margin-bottom: 40px;
}

.topService {
  padding: 50px 0 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .topService {
    padding: 40px 0 0;
  }
}

.topReason {
  padding: 50px 0 40px;
  background: #014190;
}
@media screen and (max-width: 768px) {
  .topReason .l-container {
    padding: 25px 15px 0;
  }
}
.topReason .topSection-ttl {
  text-align: center;
  font-size: 30px;
  line-height: 30px;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .topReason .topSection-ttl {
    font-size: 22px;
    line-height: 22px;
  }
}
.topReason .topSection-sub-txt {
  color: #fff;
  margin-bottom: 60px;
}
.topReason-list {
  margin: 40px 0 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .topReason-list {
    margin: 40px 0 50px;
    justify-content: space-around;
  }
}
.topReason-list li {
  border-bottom: 4px solid #fff;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-weight: bold;
  color: #fff;
  font-size: 30px;
  line-height: 1;
  position: relative;
}
@media screen and (max-width: 768px) {
  .topReason-list li {
    font-size: 12px;
    font-size: 3vw;
    padding: 0;
  }
}
.topReason-list li .number {
  font-size: 60px;
}
@media screen and (max-width: 768px) {
  .topReason-list li .number {
    font-size: 24px;
    font-size: 5.6vw;
  }
}
.topReason-list li small {
  width: 100%;
  font-size: 18px;
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin: 15px auto;
}
@media screen and (max-width: 768px) {
  .topReason-list li small {
    font-size: 10px;
    font-size: 2vw;
    margin: 10px auto;
  }
}
.topReason-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;
}
@media screen and (max-width: 768px) {
  .topReason-btn {
    font-size: 20px;
    width: 100%;
    padding: 4px 0;
  }
}
.topReason-btn:hover {
  color: #fff;
}

.topVoice {
  padding: 50px 0 40px;
  position: relative;
  z-index: 0;
}
.topVoice::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: url("../images/top/img_voice_01.png");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  z-index: -1;
}
.topVoice .topSection-ttl {
  text-align: center;
  font-size: 30px;
  line-height: 30px;
  font-weight: bold;
  color: #014190;
}
@media screen and (max-width: 768px) {
  .topVoice .topSection-ttl {
    font-size: 22px;
    line-height: 22px;
  }
}
.topVoice .topSection-sub-txt {
  color: #014190;
  margin-bottom: 50px;
}
.topVoice .txt {
  font-size: 22px;
  margin-bottom: 30px;
  font-weight: bold;
  color: #014190;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .topVoice .txt {
    font-size: 19px;
    line-height: 1.47;
    text-align: center;
    margin-bottom: 50px;
  }
}
.topVoice-btn {
  width: 440px;
  box-sizing: border-box;
  border: 3px solid #014190;
  margin: 0 auto;
  padding: 6px 0;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  color: #014190;
}
@media screen and (max-width: 768px) {
  .topVoice-btn {
    width: 100%;
    font-size: 20px;
    padding: 4px 0;
  }
}
.topVoice-btn:hover {
  color: #014190;
}

.topInfo:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '';
}
.topInfo-item {
  position: relative;
  padding: 50px 30px 40px;
  float: left;
  width: 50%;
  color: #fff;
  z-index: 0;
  margin-bottom: 0;
}
.topInfo-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-repeat: no-repeat;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .topInfo-item {
    float: none;
    width: 100%;
    box-sizing: border-box;
    padding: 50px 20px 40px;
  }
}
.topInfo-item-01::before {
  background-image: url("../images/top/img_open-house_01.png");
  background-size: cover;
  background-position: bottom;
}
.topInfo-item-01 .topSection-ttl {
  text-align: center;
  font-size: 30px;
  line-height: 30px;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .topInfo-item-01 .topSection-ttl {
    font-size: 22px;
    line-height: 22px;
  }
}
.topInfo-item-02::before {
  background-image: url("../images/top/img_voice_01.png");
  background-size: cover;
  background-position: bottom;
}
.topInfo-item-02 .topSection-ttl {
  text-align: center;
  font-size: 30px;
  line-height: 30px;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .topInfo-item-02 .topSection-ttl {
    font-size: 22px;
    line-height: 22px;
  }
}
.topInfo .topSection-sub-txt {
  color: #fff;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .topInfo .topSection-sub-txt {
    margin-bottom: 50px;
  }
}
.topInfo .txt {
  font-size: 20px;
  margin: 0 auto 30px;
  width: 510px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .topInfo .txt {
    font-size: 19px;
    line-height: 1.47;
    text-align: center;
    width: 100%;
    font-size: 16px;
    margin-bottom: 50px;
  }
  .topInfo .txt br {
    display: none;
  }
}
.topInfo-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;
}
@media screen and (max-width: 768px) {
  .topInfo-btn {
    width: 100%;
    font-size: 20px;
    padding: 4px 0;
  }
}
.topInfo-btn:hover {
  color: #fff;
}

.topBlog {
  padding: 50px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .topBlog {
    padding: 40px 0;
  }
}
.topBlog .topSection-ttl {
  text-align: center;
  font-size: 36px;
  line-height: 36px;
  font-weight: bold;
  color: #014190;
}
@media screen and (max-width: 768px) {
  .topBlog .topSection-ttl {
    font-size: 26px;
    line-height: 26px;
  }
}
.topBlog-list {
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .topBlog-list:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: '';
  }
}
.topBlog-list li {
  display: inline-block;
  width: 190px;
  vertical-align: top;
  margin: 0 20px;
}
@media screen and (max-width: 768px) {
  .topBlog-list li {
    width: 50%;
    display: block;
    float: left;
    margin: 0 0 30px;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .topBlog-list li:nth-child(odd) {
    clear: both;
  }
}
.topBlog-list .thumb {
  width: 166px;
  height: 166px;
  margin: 0 auto 10px;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .topBlog-list .thumb {
    width: 100px;
    height: 100px;
  }
}
.topBlog-list .thumb .img-responsive {
  max-width: none;
}
@media screen and (max-width: 768px) {
  .topBlog-list .thumb .img-responsive {
    max-width: none;
  }
}
.topBlog-list .date {
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .topBlog-list .date {
    font-size: 12px;
  }
}
.topBlog-list .ttl {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.2;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .topBlog-list .ttl {
    font-size: 12px;
  }
}
.topBlog-list .wrap:hover .ttl {
  text-decoration: none;
}
.topBlog-btn {
  width: 440px;
  box-sizing: border-box;
  border: 3px solid #014190;
  margin: 0 auto;
  padding: 6px 0;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  color: #014190;
}
@media screen and (max-width: 768px) {
  .topBlog-btn {
    width: 100%;
    font-size: 20px;
    padding: 4px 0;
  }
}
.topBlog-btn:hover {
  color: #014190;
}

.topPickup {
  padding: 50px 0;
  background: rgba(235, 247, 250, 0.5);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .topPickup {
    padding: 40px 0;
  }
}
.topPickup .topSection-ttl {
  width: 180px;
}
@media screen and (max-width: 768px) {
  .topPickup .topSection-ttl {
    width: 108px;
  }
}
.topPickup-list {
  padding: 0 10px;
}
.topPickup-list:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '';
}
.topPickup-list li {
  position: relative;
  width: 33.3%;
  height: 213px;
  float: left;
  border: 5px solid #014190;
  box-sizing: border-box;
  font-size: 30px;
  font-weight: bold;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .topPickup-list li {
    width: 100%;
    height: 160px;
    float: none;
    font-size: 28px;
    margin-bottom: 20px;
    left: 0 !important;
    line-height: 1;
  }
}
.topPickup-list li:first-child {
  left: -10px;
}
.topPickup-list li:last-child {
  left: 10px;
}
.topPickup-list .wrap {
  display: table;
  width: 100%;
  height: 100%;
  color: #014190;
  background: #fff;
}
.topPickup-list .txt {
  display: table-cell;
  vertical-align: middle;
}

.topShopStaff {
  background: #EDEDF5;
}
.topShopStaff .l-container{
  width: calc(50% + 592px);
  margin: 0 0 0 auto;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.topShopStaffTextbox{
  width: 380px;
}
@media screen and (max-width: 768px) {
  .topShopStaff .l-container{
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
  }
  .topShopStaffTextbox{
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .topShopStaff {
    padding: 40px 0;
  }
}
.topShopStaff .topSection-ttl {
  font-size: 34px;
  line-height: 1;
  font-weight: bold;
  color: #014190;
}
.topShopStaff .topSection-sub-ttl{
  text-align: left;
}
@media screen and (max-width: 768px) {
  .topShopStaff .topSection-ttl {
    font-size: 26px;
    line-height: 26px;
  }
  .topShopStaff .topSection-sub-ttl{
    text-align: center;
  }
}

.topShopStaff .txt{
  margin-bottom: 40px;
}
.topShopStaff .topShop-btn{
  width: 100%;
  box-sizing: border-box;
  border: 3px solid #014190;
  margin: 0 auto;
  padding: 6px 0;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #014190;
  transition: all .2s linear;
}
.topShopStaff a:hover .topShop-btn{
  background: #014190;
  color: #fff;
}
.topShopStaffImage{
  width: calc(100% - 400px);
}
.topShopStaffImage ul{
  display: flex;
  height: 480px;
}
.topShopStaffImage li{
  width: calc(100% / 3);
  position: relative;
  overflow: hidden;
}
.topShopStaffImage li img{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.topShopstaffTextbox{
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 35, .8);
  padding: 16px;
  color: #fff;
  width: 100%;
}
.topShopstaffTextboxShop{
  font-size: 12px;
}
.topShopstaffTextboxName{
  font-size: 18px;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .topShopStaffImage{
    width: 100%;
    margin-top: 40px;
  }
  .topShopStaffImage ul{
    display: block;
    height: auto;
  }
  .topShopStaffImage li{
    width: 100%;
    display: flex;
  }
  .topShopStaffImg{
    width: 35%;
    position: relative;
    overflow: hidden;
  }
  .topShopStaffImage li img{
    height: 100%;
    width: auto;
    max-width: max-content;
  }
  .topShopstaffTextbox{
    position: relative;
  }
}





.topShopStaff .staffList li{
  margin: 0 8px;
}
.topShopStaff .bx-wrapper{
  max-width: 100% !important;
}

.topShopStaff .bx-wrapper .bx-prev{
  left: 40px;
}
.topShopStaff .bx-wrapper .bx-next{
  right: 40px;
  background: url("../images/shop/icon_arrow_left.svg") no-repeat 0px 15px;
}
@media screen and (max-width: 768px) {
  .topShopStaff .bx-wrapper{
    padding: 0 15px;
  }
  .topShopStaff .shopDetails-slider figure img{
    width: 95%;
  }
  .topShopStaff .bx-wrapper .bx-prev{
    left: 25px;
  }
  .topShopStaff .topShop-btn{
    width: 100%;
    margin: 0;
  }
  .topShopStaff .staffList.shopDetails-slider>li a .txt-box{
    width: 95%;
    margin: 0 auto;
  }
}


.topShopInfo {
  padding: 50px 0;
}
@media screen and (max-width: 768px) {
  .topShopInfo {
    padding: 40px 0 0;
  }
}
.topShopInfo .topSection-ttl {
  text-align: center;
  font-size: 36px;
  line-height: 36px;
  font-weight: bold;
  color: #014190;
}
@media screen and (max-width: 768px) {
  .topShopInfo .topSection-ttl {
    font-size: 26px;
    line-height: 26px;
  }
}
.topShopInfo-list:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '';
}
.topShopInfo-list li {
  width: 50%;
  float: left;
}
@media screen and (max-width: 768px) {
  .topShopInfo-list li {
    width: 100%;
    float: none;
  }
}
.topShopInfo-list .img {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  min-height: 200px;
  height: 200px;
  overflow: hidden;
}
.topShopInfo-list .img:hover {
  opacity: .8;
}
@media screen and (max-width: 768px) {
  .topShopInfo-list .img {
    background: none;
    min-height: inherit;
  }
  .topShopInfo-list .img .bg_img {
    visibility: visible;
    width: 100%;
  }
}
.topShopInfo-list .txt-box {
  padding: 15px;
  background: #014190;
  color: #fff;
}
.topShopInfo-list .txt-box:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '';
}
.topShopInfo-list .ttl {
  font-size: 24px;
  float: left;
  line-height: 1;
}
.topShopInfo-list .ttl a {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .topShopInfo-list .ttl {
    font-weight: bold;
  }
}
.topShopInfo-list .ttl .sp-show {
  display: none;
}
@media screen and (max-width: 480px) {
  .topShopInfo-list .ttl .sp-show {
    display: block;
  }
}
.topShopInfo-list .ttl-sub {
  font-size: 15px;
}
.topShopInfo-list .map-btn {
  display: block;
  float: right;
  padding: 0 20px;
  border: 2px solid #fff;
  border-radius: 4px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .topShopInfo-list .map-btn {
    padding: 0 10px;
    font-size: 14px;
  }
}
.topShopInfo-list .txt-inner {
  padding: 15px 15px 30px;
}
.topShopInfo-list .tel {
  display: block;
  width: 271px;
  margin: 0 auto 10px;
}
.topShopInfo-list .txt {
  font-size: 13px;
  color: #014190;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .topShopInfo-list .txt {
    font-size: 12px;
  }
}
.topShopInfo-item:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '';
}
.topShopInfo-item .img {
  width: 50%;
  float: left;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 280px;
  overflow: hidden;
}
.topShopInfo-item .img:hover {
  opacity: .8;
}
@media screen and (max-width: 768px) {
  .topShopInfo-item .img {
    float: none;
    width: 100%;
    background: none;
    height: 200px;
  }
  .topShopInfo-item .img .bg_img {
    visibility: visible;
    width: 100%;
  }
}
.topShopInfo-item .txt-box {
  margin-left: 50%;
  padding: 30px 20px;
  background: #014190;
  color: #fff;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .topShopInfo-item .txt-box {
    margin-left: 0;
    padding: 15px 10px;
  }
}
.topShopInfo-item .ttl {
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
}
.topShopInfo-item .ttl a {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .topShopInfo-item .ttl {
    font-size: 30px;
    margin-bottom: 10px;
  }
}
.topShopInfo-item .address {
  float: left;
}
.topShopInfo-item .map-btn {
  display: block;
  float: right;
  padding: 0 20px;
  border: 2px solid #fff;
  border-radius: 4px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .topShopInfo-item .map-btn {
    font-size: 14px;
    padding: 0 10px;
  }
}
.topShopInfo-item .txt-inner {
  margin-left: 50%;
  padding: 15px;
}
@media screen and (max-width: 768px) {
  .topShopInfo-item .txt-inner {
    margin-left: 0;
  }
}
.topShopInfo-item .tel {
  display: block;
  width: 411px;
  margin: 0 auto 10px;
}
@media screen and (max-width: 768px) {
  .topShopInfo-item .tel {
    width: 271px;
  }
}
.topShopInfo-item .txt {
  font-size: 16px;
  color: #014190;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .topShopInfo-item .txt {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .topShopInfo .shop-wrap {
    display: flex;
    flex-flow: column nowrap;
  }
}
.topShopInfo .inquiry-btn {
  position: relative;
  margin: 0 10px 30px;
  text-align: center;
  background: #FFD000;
  color: #fff;
  font-size: 20px;
  padding: 10px 0;
  background-image: url("../images/common/ico_contact_01.png");
  background-position: 20px center;
  background-size: 34px auto;
  background-repeat: no-repeat;
  font-weight: bold;
}
.topShopInfo .inquiry-btn:before {
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 2px solid #fff;
  content: "";
}
.p-information-temporary .inner{
  padding: 20px;
}


/* ------------------------------------------------
  bukken
---------------------------------------------- */
.btnWrapFixed {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 54px;
  background: rgba(0, 0, 0, 0.6);
  padding: 10px 10px 13px;
  z-index: 80;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.btnWrapFixed a {
  width: 32%;
  font-size: 11px;
  font-size: 3.4vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: -.05em;
}
@media screen and (max-width: 768px) {
  .btnWrapFixed {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .btnWrapFixed a {
    width: auto;
  }
}
.btnWrapFixed .phoneBtn {
  float: left;
  width: 34px;
  height: 34px;
  border-radius: 3px;
  border: 2px solid #fff;
  background-repeat: no-repeat;
  background-image: url("../images/common/ico_phone_02.png");
  background-size: 16px auto;
  background-position: center center;
}
@media screen and (max-width: 768px) {
  .btnWrapFixed.btnWrap-dtl {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}
.btnWrapFixed.btnWrap-dtl .button-type3d {
  width: auto;
  letter-spacing: -.05em;
}

.bukken-title {
  margin-bottom: 15px;
  font-size: 28px;
  color: #014190;
  font-weight: bold;
  border-bottom: 3px solid #014190;
}
@media screen and (max-width: 768px) {
  .bukken-title {
    margin-bottom: 10px;
    font-size: 14px;
  }
}
.bukken-searchResult {
  margin-bottom: 20px;
  float: left;
  color: #014190;
  font-size: 12px;
}
.bukken-searchResult strong {
  font-size: 18px;
  margin-right: 5px;
}
.bukken .pager {
  margin-bottom: 20px;
  float: right;
  text-align: right;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .bukken .pager {
    font-size: 14px;
  }
}
.bukken .pager li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
}
.bukken .pager a {
  color: #014190;
  text-decoration: underline;
}
.bukken .pager a:hover {
  text-decoration: none;
}
.bukken .pager .current a {
  color: #61D1FF;
  text-decoration: none;
}
.bukken .pager .next {
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .bukken .pager .next {
    font-size: 10px;
  }
}
.bukken .pager .next a {
  display: block;
  padding: 3px 10px;
  background: #014190;
  color: #fff;
  border-radius: 5px;
  text-decoration: none;
}
.bukken .sort {
  margin-bottom: 20px;
  clear: both;
  border-bottom: 1px solid #C2C2C2;
}
.bukken .sort:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '';
}
.bukken .sort li {
  float: left;
  width: 20%;
  font-size: 13px;
  text-align: center;
}
.bukken .sort .link-block {
  padding-bottom: 10px;
  color: #C2C2C2;
  border-bottom: 3px solid transparent;
}
.bukken .sort .link-block:hover {
  font-weight: bold;
  color: #014190;
  border-bottom: 3px solid #4FCBFF;
}
.bukken .sort .current .link-block {
  font-weight: bold;
  color: #014190;
  border-bottom: 3px solid #4FCBFF;
}
.bukken .select {
  width: 105px;
  border: 2px solid #014190;
  border-radius: 6px;
  padding: 5px 15px 5px 10px;
  color: #014190;
  background-image: url("../images/common/ico_select_01.png");
  background-position: 82px center;
  background-repeat: no-repeat;
  background-size: 12px auto;
  font-size: 10px;
}
.bukken .select.customSelectChanged {
  background-color: #014190;
  color: #fff;
  background-image: url("../images/common/ico_select_02.png");
}
.bukken .bukken-topBlock {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 2px solid #014190;
}
.bukken .allCheck {
  position: relative;
  clear: both;
  border: 2px solid #014190;
  background: #F9F9F9;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .bukken .allCheck {
    padding: 5px;
  }
}
.bukken .allCheck-inner:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '';
}
.bukken .allCheck-top {
  margin-bottom: 16px;
}
.bukken .allCheck-top:before {
  position: absolute;
  bottom: -16px;
  left: 20px;
  border-top: 16px solid #014190;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  content: "";
}
.bukken .allCheck-top:after {
  position: absolute;
  bottom: -12px;
  left: 20px;
  border-top: 16px solid #F9F9F9;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  content: "";
}
.bukken .allCheck-bottom {
  margin-bottom: 20px;
}
.bukken .allCheck-bottom:before {
  position: absolute;
  top: -16px;
  left: 20px;
  border-bottom: 16px solid #014190;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  content: "";
}
.bukken .allCheck-bottom:after {
  position: absolute;
  top: -12px;
  left: 20px;
  border-bottom: 16px solid #F9F9F9;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  content: "";
}
.bukken .allCheck .form-check {
  margin-top: 2px;
  float: left;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .bukken .allCheck .form-check-label {
    font-size: 11px;
  }
}
.bukken .allCheck-txt {
  float: right;
  font-size: 13px;
  color: #014190;
  font-weight: bold;
}
.bukken .allCheck .favoriteBtn {
  display: inline-block;
  width: 116px;
  padding: 5px 0 5px 36px;
  border-radius: 5px;
  background: #FFDD00;
  -webkit-box-shadow: 0 2px 0 #F0B800;
  box-shadow: 0 2px 0 #F0B800;
  background-repeat: no-repeat;
  background-image: url("../images/common/ico_favorite_01.png");
  background-size: 17px auto;
  background-position: 12px center;
  font-size: 11px;
  color: #fff;
}
.bukken .allCheck .inquiryBtn {
  margin-left: 5px;
  display: inline-block;
  width: 100px;
  padding: 5px 0 5px 36px;
  border-radius: 5px;
  background: #4FCBFF;
  -webkit-box-shadow: 0 2px 0 #00ADF5;
  box-shadow: 0 2px 0 #00ADF5;
  background-repeat: no-repeat;
  background-image: url("../images/common/ico_inquiry_01.png");
  background-size: 18px auto;
  background-position: 12px center;
  font-size: 11px;
  color: #fff;
}
.bukken-bottomBlock {
  border-top: 2px solid #014190;
  padding-top: 10px;
}

.bukkenList .form-check {
  margin-bottom: 0;
  padding: 10px 10px;
  background: #014190;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .bukkenList .form-check {
    padding: 5px 10px;
  }
}
.bukkenList .form-check-label {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .bukkenList .form-check-label {
    font-size: 10px;
    line-height: 1.2;
  }
}
.bukkenList .form-check .labelWrap {
  float: right;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .bukkenList .form-check .labelWrap {
    margin-top: 5px;
  }
}
.bukkenList .form-check .labelWrap .label-state {
  color: #fff;
  border: 2px solid #fff;
  font-size: .9em;
  font-weight: bold;
  padding: 0 .8em;
  float: right;
}
@media screen and (max-width: 768px) {
  .bukkenList .form-check .labelWrap .label-state {
    font-size: 10px;
  }
}
.bukkenList .form-check .labelWrap .label-state.pending {
  background: #F2AC45;
}
.bukkenList .form-check .labelWrap .label-state.new {
  margin-right: 10px;
  background: #FF6A78;
}
.bukkenList li {
  margin-bottom: 20px;
  border-bottom: 2px solid #014190;
}
.bukkenList li:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '';
}
@media screen and (max-width: 768px) {
  .bukkenList li {
    margin-bottom: 17px;
    border: 2px solid #014190;
  }
}
.bukkenList li .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .bukkenList li .inner {
    display: block;
  }
}
.bukkenList li .favoriteBtn {
  position: absolute;
  top: 10px;
  right: 0;
  display: block;
  width: 32px;
  height: 32px;
  background-image: url("../images/common/ico_favorite_02.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 768px) {
  .bukkenList li .favoriteBtn {
    top: -37px;
    right: 5px;
  }
}
.bukkenList li .favoriteBtn.on {
  background-image: url("../images/common/ico_favorite_03.png");
}
.bukkenList li .thumb {
  width: 200px;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: #f1f1f1;
  display: block;
}
.bukkenList li .thumb span {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}
.bukkenList li .thumb span.is-pending::before, .bukkenList li .thumb span.is-closed::before {
  content: '商談中';
  color: #FF2B29;
  font-weight: bold;
  font-size: 24px;
  border: 4px solid #FF2B29;
  text-align: center;
  background: rgba(255, 255, 255, 0.6);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 70%;
  min-width: 5.5em;
  display: inline-block;
  z-index: 2;
}
@media all and (-ms-high-contrast: none) {
  .bukkenList li .thumb span.is-pending::before, .bukkenList li .thumb span.is-closed::before {
    padding-top: 5px;
  }
}
.bukkenList li .thumb span.is-pending::after, .bukkenList li .thumb span.is-closed::after {
  content: '';
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.bukkenList li .thumb span.is-pending::before {
  content: '商談中';
}
.bukkenList li .thumb span.is-closed::before {
  content: 'ご成約済';
}
@media screen and (max-width: 768px) {
  .bukkenList li .thumb {
    display: block;
    width: 100%;
    background: none;
  }
  .bukkenList li .thumb img {
    width: 100%;
    visibility: visible;
  }
}
.bukkenList li .txtWrap {
  width: calc(100% - 200px);
  position: relative;
  vertical-align: middle;
  padding: 15px 0 10px 20px;
  color: #014190;
}
@media screen and (max-width: 768px) {
  .bukkenList li .txtWrap {
    width: 100%;
    display: block;
    margin-left: 0;
    padding: 10px;
  }
}
.bukkenList li .name {
  margin-bottom: 5px;
  border-bottom: 2px solid #014190;
  padding-right: 36px;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .bukkenList li .name {
    padding-right: 0;
    font-size: 17px;
    line-height: 1.4;
  }
}
.bukkenList li .address {
  margin-bottom: 10px;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .bukkenList li .address {
    font-size: 14px;
  }
}
.bukkenList li .price {
  margin-bottom: 10px;
  display: inline-block;
  color: #4FCBFF;
  font-size: 16px;
  font-weight: bold;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .bukkenList li .price {
    font-size: 12px;
  }
}
.bukkenList li .price .number {
  font-size: 38px;
  letter-spacing: -0.01em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .bukkenList li .price .number {
    font-size: 27px;
  }
}
.bukkenList li .madori {
  margin-bottom: 10px;
  display: inline-block;
  border-radius: 3px;
  padding: 2px 15px;
  vertical-align: middle;
  background: #4FCBFF;
  color: #fff;
  margin-left: 20px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .bukkenList li .madori {
    font-size: 11px;
    margin-left: 10px;
  }
}
.bukkenList li .tags span {
  display: inline-block;
  font-size: .8em;
  font-weight: bold;
  border: 2px solid #014190;
  border-radius: 20px;
  padding: 2px 10px 1px;
  margin: 0 2px 8px 0;
  letter-spacing: -.05em;
  cursor: help;
}
.bukkenList li .tags span.redTag {
  color: #e60d21;
  border-color: #e60d21;
}
@media screen and (max-width: 768px) {
  .bukkenList li .tags {
    font-size: 10px;
  }
}
.bukkenList li .txt {
  margin-bottom: 20px;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .bukkenList li .txt {
    margin-bottom: 0;
  }
}
.bukkenList li .btnWrap,
.bukkenList li .btnWrap__vr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.bukkenList li .btnWrap a,
.bukkenList li .btnWrap__vr a {
  position: relative;
  width: 138px;
  display: block;
  text-align: center;
  padding: 9px 0;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
}
.bukkenList li .btnWrap a::before,
.bukkenList li .btnWrap__vr a::before {
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 2px solid #fff;
  content: "";
}
.bukkenList li .btnWrap a:hover,
.bukkenList li .btnWrap__vr a:hover {
  opacity: .9;
}
.bukkenList li .btnWrap .inquiryBtn,
.bukkenList li .btnWrap__vr .inquiryBtn {
  background: #4FCBFF;
  margin-right: 5px;
  letter-spacing: -.05em;
}
@media screen and (max-width: 768px) {
  .bukkenList li .btnWrap .inquiryBtn,
  .bukkenList li .btnWrap__vr .inquiryBtn {
    display: none;
  }
}
.bukkenList li .btnWrap .dtlBtn,
.bukkenList li .btnWrap__vr .dtlBtn {
  background: #014190;
  margin-right: 5px;
}
@media screen and (max-width: 768px) {
  .bukkenList li .btnWrap .dtlBtn,
  .bukkenList li .btnWrap__vr .dtlBtn {
    margin-right: 0;
  }
}
.bukkenList li .btnWrap .pdfBtn,
.bukkenList li .btnWrap__vr .pdfBtn {
  background: #FFA921;
}
.bukkenList li .btnWrap .vrBtn,
.bukkenList li .btnWrap__vr .vrBtn {
  width: 100%;
  background: #fc3869;
}
@media screen and (max-width: 768px) {
  .bukkenList li .btnWrap .vrBtn,
  .bukkenList li .btnWrap__vr .vrBtn {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .bukkenList li .btnWrap,
  .bukkenList li .btnWrap__vr {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .bukkenList li .btnWrap a,
  .bukkenList li .btnWrap__vr a {
    width: 90%;
    padding: 10px;
    margin: 10px 0 0 0;
  }
}
.bukkenList li .btnWrap__vr {
  margin-bottom: 5px;
}
.bukkenList li .list-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 5px auto;
}
.bukkenList li .list-footer a {
  position: relative;
  width: 200px;
  display: block;
  text-align: center;
  padding: 12px 0;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
}
.bukkenList li .list-footer a::before {
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 2px solid #fff;
  content: "";
}
.bukkenList li .list-footer .inquiryBtn {
  background: #4FCBFF;
}
@media screen and (max-width: 768px) {
  .bukkenList li .list-footer .inquiryBtn {
    display: none;
  }
}
.bukkenList li .list-footer .dtlBtn {
  background: #014190;
}
@media screen and (max-width: 768px) {
  .bukkenList li .list-footer .dtlBtn {
    float: none !important;
    margin: 20px auto 0;
  }
}
.bukkenList li .list-footer .pdfBtn {
  background: #FFA921;
}

.tag-info {
  width: 100%;
  margin: 80px 0 0;
}
.tag-info dl {
  border: 2px solid #014190;
  color: #014190;
  background: #fff;
}
.tag-info dl dt {
  font-weight: bold;
  font-size: 16px;
  display: block;
  position: relative;
  padding: 8px 10px;
  border-top: 1px solid #014190;
}
.tag-info dl dt:hover {
  cursor: pointer;
}
.tag-info dl dt:before {
  position: absolute;
  top: 18px;
  right: 10px;
  width: 17px;
  height: 5px;
  background: #ccc;
  content: "";
}
.tag-info dl dt:after {
  position: absolute;
  top: 12px;
  right: 16px;
  height: 17px;
  width: 5px;
  background: #ccc;
  content: "";
}
.tag-info dl dt.active::after {
  content: none;
}
.tag-info dl dt:first-of-type {
  border: none;
}
.tag-info dl dd {
  display: none;
  font-size: 13px;
  background: #f1f1f1;
  padding: 20px 20px 20px 42px;
}
.tag-info dl dd:last-of-type {
  border: none;
}

.bukkenDetail {
  position: relative;
  padding: 30px 15px 0;
}
@media screen and (max-width: 768px) {
  .bukkenDetail {
    padding: 15px 0;
  }
}
.bukkenDetail.is-closed .caution {
  display: block;
  background: #F1F2F7;
  padding: .4em 1em;
  margin-top: 60px;
  margin-bottom: 20px;
  width: 100%;
  text-align: center;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .bukkenDetail.is-closed .caution {
    font-size: 12px;
    margin-top: 30px;
  }
}
@media all and (-ms-high-contrast: none) {
  .bukkenDetail.is-closed .caution {
    padding-top: 1em;
  }
}
.bukkenDetail .caution {
  display: none;
}
.bukkenDetail .snsBtns {
  position: absolute;
  top: -50px;
  right: 10px;
}
@media screen and (max-width: 768px) {
  .bukkenDetail .snsBtns {
    top: -40px;
    right: 0;
  }
}
.bukkenDetail .snsBtns li {
  display: inline-block;
  margin: 0 5px;
}
.bukkenDetail .snsBtns li.fb {
  width: 47px;
}
.bukkenDetail .snsBtns li.tw, .bukkenDetail .snsBtns li.line, .bukkenDetail .snsBtns li.print, .bukkenDetail .snsBtns li.pdf {
  width: 40px;
}
@media screen and (max-width: 768px) {
  .bukkenDetail .snsBtns li {
    margin: 0;
  }
  .bukkenDetail .snsBtns li.tw, .bukkenDetail .snsBtns li.line, .bukkenDetail .snsBtns li.print, .bukkenDetail .snsBtns li.pdf {
    width: 34px;
  }
}
.bukkenDetail .name {
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: 3px solid #014190;
  padding-right: 160px;
  font-size: 36px;
  font-weight: bold;
  color: #014190;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .bukkenDetail .name {
    margin-bottom: 5px;
    padding-right: 25px;
    font-size: 17px;
  }
}
.bukkenDetail .favoriteBtn {
  position: absolute;
  top: 30px;
  right: 15px;
  display: inline-block;
  width: 150px;
  padding: 5px 0 5px 36px;
  border-radius: 5px;
  background: #FFDD00;
  -webkit-box-shadow: 0 2px 0 #F0B800;
  box-shadow: 0 2px 0 #F0B800;
  background-repeat: no-repeat;
  background-image: url("../images/common/ico_favorite_01.png");
  background-size: 17px auto;
  background-position: 12px center;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .bukkenDetail .favoriteBtn {
    top: 12px;
    right: 0;
    width: 25px;
    height: 25px;
    background-image: url("../images/common/ico_favorite_02.png");
    background-size: 100% auto;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
    background-position: left top;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  .bukkenDetail .favoriteBtn.on {
    background-image: url("../images/common/ico_favorite_03.png");
  }
}
.bukkenDetail .inquiryBtn {
  position: relative;
  width: 250px;
  padding: 10px 0 10px 64px;
  background: #4FCBFF;
  background-repeat: no-repeat;
  background-image: url("../images/common/ico_inquiry_01.png");
  background-size: 18px auto;
  background-position: 33px center;
  color: #fff;
  font-weight: bold;
}
.bukkenDetail .inquiryBtn:before {
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 2px solid #fff;
  content: "";
}
.bukkenDetail .loanBtn {
  position: relative;
  width: 250px;
  margin-bottom: 5px;
  padding: 10px 0 10px 64px;
  background: #777;
  background-repeat: no-repeat;
  background-image: url("../images/common/ico_loan_01.png");
  background-size: 24px auto;
  background-position: 33px center;
  color: #fff;
  font-weight: bold;
}
.bukkenDetail .loanBtn:before {
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 2px solid #fff;
  content: "";
}
@media screen and (max-width: 768px) {
  .bukkenDetail .loanBtn {
    max-width: 140px;
    padding: 10px 0 10px 15px;
    font-size: 10px;
    background-size: 12px auto;
    background-position: 15px center;
    background-position: calc(50% - 55px) center;
    text-align: center;
    letter-spacing: -.05em;
  }
  .bukkenDetail .loanBtn:before {
    position: absolute;
    top: 2px;
    left: 2px;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    border: 1px solid #fff;
    content: "";
  }
}
@media screen and (max-width: 768px) {
  .bukkenDetail .priceWrap {
    max-width: calc(100% - 150px);
  }
}
.bukkenDetail .address {
  margin-bottom: 10px;
  font-size: 20px;
  color: #014190;
}
@media screen and (max-width: 768px) {
  .bukkenDetail .address {
    font-size: 11px;
    padding-right: 0;
  }
}
.bukkenDetail .price {
  margin-bottom: 20px;
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  color: #4FCBFF;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .bukkenDetail .price {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 1;
  }
}
.bukkenDetail .price .number {
  font-size: 60px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .bukkenDetail .price .number {
    font-size: 24px;
    font-size: 7vw;
    letter-spacing: -.05em;
  }
}
.bukkenDetail .madori {
  display: inline-block;
  margin-left: 15px;
  vertical-align: middle;
  font-size: 20px;
  color: #fff;
  padding: 8px 30px;
  border-radius: 6px;
  background: #4FCBFF;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .bukkenDetail .madori {
    font-size: 10px;
    padding: 4px 8px;
    margin-left: 0;
  }
}
.bukkenDetail-top {
  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: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .bukkenDetail-top {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 480px) {
  .bukkenDetail .btnWrap {
    float: none;
  }
}
.bukkenDetail .bukkenDetail-openhouse {
  width: 100%;
  display: flex;
  border: solid 2px #E2E2E2;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .bukkenDetail .bukkenDetail-openhouse {
    flex-direction: column;
    justify-content: center;
  }
}
.bukkenDetail .bukkenDetail-openhouse .bukkenDetail-openhouse__head {
  position: relative;
  width: 45%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #FD6B77;
  color: #fff;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .bukkenDetail .bukkenDetail-openhouse .bukkenDetail-openhouse__head {
    width: 100%;
  }
}
.bukkenDetail .bukkenDetail-openhouse .bukkenDetail-openhouse__head::after {
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14.5px 0 14.5px 15px;
  border-color: transparent transparent transparent #FC6B77;
}
@media screen and (max-width: 768px) {
  .bukkenDetail .bukkenDetail-openhouse .bukkenDetail-openhouse__head::after {
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    border-width: 15px 14.5px 0 14.5px;
    border-color: #FD6B77 transparent transparent transparent;
  }
}
.bukkenDetail .bukkenDetail-openhouse .bukkenDetail-openhouse__head > div {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.bukkenDetail .bukkenDetail-openhouse .bukkenDetail-openhouse__head .bukkenDetail-openhouse__ttl {
  display: block;
  font-size: 32px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .bukkenDetail .bukkenDetail-openhouse .bukkenDetail-openhouse__head .bukkenDetail-openhouse__ttl {
    font-size: 25px;
  }
}
@media screen and (max-width: 480px) {
  .bukkenDetail .bukkenDetail-openhouse .bukkenDetail-openhouse__head .bukkenDetail-openhouse__ttl {
    font-size: 20px;
  }
}
.bukkenDetail .bukkenDetail-openhouse .bukkenDetail-openhouse__head .bukkenDetail-openhouse__link {
  position: relative;
  display: block;
  background-image: url("../images/common/btn_openhouse_pdf_dl.png");
  background-repeat: no-repeat;
  background-position: left center;
  color: #fff;
  font-size: 20px;
  text-decoration: underline;
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  .bukkenDetail .bukkenDetail-openhouse .bukkenDetail-openhouse__head .bukkenDetail-openhouse__link {
    font-size: 15px;
  }
}
.bukkenDetail .bukkenDetail-openhouse .bukkenDetail-openhouse__body {
  width: 55%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .bukkenDetail .bukkenDetail-openhouse .bukkenDetail-openhouse__body {
    width: 100%;
    padding-top: 35px;
  }
}
.bukkenDetail .bukkenDetail-openhouse .bukkenDetail-openhouse__body > div {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.bukkenDetail .bukkenDetail-openhouse .bukkenDetail-openhouse__body .bukkenDetail-openhouse__list .bukkenDetail-openhouse__listItem {
  font-size: 25px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .bukkenDetail .bukkenDetail-openhouse .bukkenDetail-openhouse__body .bukkenDetail-openhouse__list .bukkenDetail-openhouse__listItem {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  .bukkenDetail .bukkenDetail-openhouse .bukkenDetail-openhouse__body .bukkenDetail-openhouse__list .bukkenDetail-openhouse__listItem {
    font-size: 16px;
  }
}
.bukkenDetail .bukkenDetail-openhouse .bukkenDetail-openhouse__body .bukkenDetail-openhouse__list .bukkenDetail-openhouse__listItem a {
  text-decoration: underline;
}
.bukkenDetail .bukkenDetail-openhouse .bukkenDetail-openhouse__body .bukkenDetail-openhouse__list .bukkenDetail-openhouse__listItem .date {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .bukkenDetail .bukkenDetail-openhouse .bukkenDetail-openhouse__body .bukkenDetail-openhouse__list .bukkenDetail-openhouse__listItem .date {
    font-size: 15px;
  }
}
@media screen and (max-width: 480px) {
  .bukkenDetail .bukkenDetail-openhouse .bukkenDetail-openhouse__body .bukkenDetail-openhouse__list .bukkenDetail-openhouse__listItem .date {
    font-size: 13px;
  }
}
.bukkenDetail .bukkenDetail-openhouse .bukkenDetail-openhouse__body .desc {
  width: 100%;
  color: #bfbfbf;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .bukkenDetail .bukkenDetail-openhouse .bukkenDetail-openhouse__body .desc {
    font-size: 13px;
  }
}
.bukkenDetail .bukkenDetail-slider {
  position: relative;
  min-height: 404px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .bukkenDetail .bukkenDetail-slider {
    min-height: auto;
  }
}
.bukkenDetail .bukkenDetail-slider .loader {
  height: 360px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  z-index: 2;
  background: #ffffff;
}
@media screen and (max-width: 768px) {
  .bukkenDetail .bukkenDetail-slider .loader {
    display: none;
    height: auto;
  }
  .bukkenDetail .bukkenDetail-slider .loader::before {
    content: '';
    padding-top: 60%;
    display: block;
  }
}
.bukkenDetail .bukkenDetail-slider .bxslider li {
  display: none;
}
.bukkenDetail .bukkenDetail-slider .bx-viewport .bxslider li {
  display: block !important;
}
.bukkenDetail .mypageBtn-library {
  text-align: center;
  display: block;
  width: 50%;
  margin: 15px auto;
  padding: 10px 20px;
  font-size: 1.5em;
}
@media screen and (max-width: 768px) {
  .bukkenDetail .mypageBtn-library {
    width: 100%;
    margin: 20px auto;
    font-size: 1em;
  }
}
.bukkenDetail .view {
  position: relative;
  margin-bottom: 30px;
  clear: both;
}
.bukkenDetail .view:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '';
}
.bukkenDetail .view.is-pc {
  display: none;
}
@media screen and (max-width: 768px) {
  .bukkenDetail .view {
    margin-bottom: 15px;
  }
  .bukkenDetail .view > span {
    font-size: 10px;
    display: block;
    margin-top: 15px;
  }
}
@media screen and (max-width: 768px) {
  .bukkenDetail .view .img-responsive {
    width: 100%;
  }
}
.bukkenDetail .view .bx-caption {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.bukkenDetail .view .bx-prev {
  position: absolute;
  top: 50%;
  left: 12px;
  display: block;
  width: 22px;
  height: 57px;
  border: none;
  background-image: url("../images/top/btn_prev.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-color: transparent;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  outline: none;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.bukkenDetail .view .bx-next {
  position: absolute;
  top: 50%;
  right: 12px;
  display: block;
  width: 22px;
  height: 57px;
  border: none;
  background-image: url("../images/top/btn_next.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-color: transparent;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  outline: none;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.bukkenDetail .view .slick-prev {
  position: absolute;
  top: 50%;
  left: 12px;
  display: block;
  width: 11px;
  height: 50px;
  border: none;
  background-image: url("../images/top/btn_prev.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-color: transparent;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  outline: none;
  margin-top: -40px;
}
@media screen and (max-width: 768px) {
  .bukkenDetail .view .slick-prev {
    margin-top: 0;
    z-index: 1;
  }
}
.bukkenDetail .view .slick-next {
  position: absolute;
  top: 50%;
  right: 12px;
  display: block;
  width: 11px;
  height: 50px;
  border: none;
  background-image: url("../images/top/btn_next.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-color: transparent;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  outline: none;
  margin-top: -40px;
}
@media screen and (max-width: 768px) {
  .bukkenDetail .view .slick-next {
    margin-top: 0;
  }
}
.bukkenDetail .view .slick-dots {
  text-align: center;
  margin-top: 10px;
}
.bukkenDetail .view .slick-dots li {
  display: inline-block;
  margin: 0 5px;
  line-height: 1;
  width: 12px;
  height: 12px;
  background: rgba(152, 152, 152, 0.4);
  border-radius: 50%;
  border: none;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
}
.bukkenDetail .view .slick-dots button {
  display: block;
  width: 12px;
  height: 12px;
  background: rgba(152, 152, 152, 0.4);
  border-radius: 50%;
  border: none;
  overflow: hidden;
  cursor: pointer;
  opacity: 0;
}
.bukkenDetail .view .slick-dots .slick-active {
  background: #4FCBFF;
}
.bukkenDetail .view .slick-dots .slick-active button {
  background: #4FCBFF;
}
.bukkenDetail .view .slick-slide {
  position: relative;
}
.bukkenDetail .view .slider.is-pending::before, .bukkenDetail .view .slider.is-closed::before {
  content: '';
  color: #FF2B29;
  font-weight: bold;
  font-size: 24px;
  border: 4px solid #FF2B29;
  text-align: center;
  background: rgba(255, 255, 255, 0.6);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 70%;
  min-width: 5.5em;
  display: inline-block;
  z-index: 2;
}
@media all and (-ms-high-contrast: none) {
  .bukkenDetail .view .slider.is-pending::before, .bukkenDetail .view .slider.is-closed::before {
    padding-top: 10px;
  }
}
.bukkenDetail .view .slider.is-pending::after, .bukkenDetail .view .slider.is-closed::after {
  content: '';
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.bukkenDetail .view .slider.is-pending::before {
  content: '商談中';
}
.bukkenDetail .view .slider.is-closed::before {
  content: 'ご成約済';
}
.bukkenDetail .view .slider .slider-content {
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #f1f1f1;
}
.bukkenDetail .view .slider .slider-content::before {
  content: '';
  display: block;
  padding-top: 60%;
}
.bukkenDetail .view .comment {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.bukkenDetail .catch {
  font-size: 20px;
  color: #6E6E6E;
  line-height: 22px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .bukkenDetail .catch {
    font-size: 10px;
    line-height: 11px;
    margin-bottom: 5px;
    color: #6E6E6E;
  }
}
.bukkenDetail .catch .label-state {
  color: #fff;
  border: 2px solid #fff;
  font-size: 10px;
  font-weight: bold;
  padding: .4em .8em;
  position: relative;
  top: -2px;
}
@media screen and (max-width: 768px) {
  .bukkenDetail .catch .label-state {
    font-size: 10px;
    top: 0;
  }
}
.bukkenDetail .catch .label-state.pending {
  background: #F2AC45;
}
.bukkenDetail .catch .label-state.new {
  background: #FF6A78;
}
.bukkenDetail .catch b {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .bukkenDetail .catch b {
    line-height: 20px;
  }
}
.bukkenDetail .txt {
  margin-bottom: 30px;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .bukkenDetail .txt {
    font-size: 10px;
  }
}
.bukkenDetail .tags {
  margin-bottom: 30px;
}
.bukkenDetail .tags span {
  display: inline-block;
  font-size: .8em;
  font-weight: bold;
  color: #014190;
  border: 2px solid #014190;
  border-radius: 20px;
  padding: 2px 10px 1px;
  margin: 0 2px 8px 0;
  letter-spacing: -.05em;
  cursor: help;
}
.bukkenDetail .tags span.redTag {
  color: #e60d21;
  border-color: #e60d21;
}
@media screen and (max-width: 768px) {
  .bukkenDetail .tags {
    font-size: 10px;
  }
}
.bukkenDetail .map {
  margin-bottom: 20px;
  width: 100%;
  height: 300px;
}
@media screen and (max-width: 768px) {
  .bukkenDetail .map {
    margin-bottom: 10px;
    height: 260px;
  }
}
.bukkenDetail .accessList ul li {
  font-size: 14px;
  padding: 10px;
  border-bottom: 1px dashed #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.bukkenDetail .accessList ul li img {
  width: 30px;
  height: 30px;
  margin-right: 5px;
}
.bukkenDetail .bukken-view-wrap {
  float: left;
}
.bukkenDetail .bukken-view-wrap.is-pending .bx-wrapper::before, .bukkenDetail .bukken-view-wrap.is-closed .bx-wrapper::before {
  content: '';
  color: #FF2B29;
  font-weight: bold;
  font-size: 24px;
  border: 4px solid #FF2B29;
  text-align: center;
  background: rgba(255, 255, 255, 0.6);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 70%;
  min-width: 5.5em;
  display: inline-block;
  z-index: 2;
}
@media all and (-ms-high-contrast: none) {
  .bukkenDetail .bukken-view-wrap.is-pending .bx-wrapper::before, .bukkenDetail .bukken-view-wrap.is-closed .bx-wrapper::before {
    padding-top: 10px;
  }
}
.bukkenDetail .bukken-view-wrap.is-pending .bx-wrapper::after, .bukkenDetail .bukken-view-wrap.is-closed .bx-wrapper::after {
  content: '';
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.bukkenDetail .bukken-view-wrap.is-pending .bx-wrapper::before {
  content: '商談中';
}
.bukkenDetail .bukken-view-wrap.is-closed .bx-wrapper::before {
  content: 'ご成約済';
}
.bukkenDetail .bukken-view-wrap > span {
  display: block;
  margin-top: 20px;
}
.bukkenDetail .bukken-view {
  height: 360px;
  overflow: hidden;
}
.bukkenDetail .bukken-view li {
  width: 600px;
  height: 360px;
  overflow: hidden;
  background: #f1f1f1;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.bukkenDetail .bukken-view-nav-slide .bukken-view-nav .link-block .img-responsive {
  display: none;
}
.bukkenDetail .bukken-view,
.bukkenDetail .bx-wrapper {
  position: relative;
  width: 600px;
}
.bukkenDetail .bukken-view .bx-controls .bx-next, .bukkenDetail .bukken-view .bx-controls .bx-prev,
.bukkenDetail .bx-wrapper .bx-controls .bx-next,
.bukkenDetail .bx-wrapper .bx-controls .bx-prev {
  opacity: 1;
}
.bukkenDetail .bukken-view .bx-controls .bx-next:hover, .bukkenDetail .bukken-view .bx-controls .bx-prev:hover,
.bukkenDetail .bx-wrapper .bx-controls .bx-next:hover,
.bukkenDetail .bx-wrapper .bx-controls .bx-prev:hover {
  opacity: 0.7;
}
.bukkenDetail .bukken-view.is-right,
.bukkenDetail .bx-wrapper.is-right {
  width: 300px;
  float: right;
}
.bukkenDetail .bukken-view.is-right .bx-viewport,
.bukkenDetail .bx-wrapper.is-right .bx-viewport {
  height: 360px !important;
}
.bukkenDetail .bukken-view.is-right .bx-viewport .bukken-view-nav,
.bukkenDetail .bx-wrapper.is-right .bx-viewport .bukken-view-nav {
  overflow: hidden;
}
.bukkenDetail .bukken-view.is-right .bx-viewport .bukken-view-nav .link-block,
.bukkenDetail .bx-wrapper.is-right .bx-viewport .bukken-view-nav .link-block {
  position: relative;
  display: block;
  float: left;
  width: 150px;
  height: 88px;
  margin-bottom: 2px;
  background: #f1f1f1;
  overflow: hidden;
}
.bukkenDetail .bukken-view.is-right .bx-viewport .bukken-view-nav .link-block.slide-thumb,
.bukkenDetail .bx-wrapper.is-right .bx-viewport .bukken-view-nav .link-block.slide-thumb {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.bukkenDetail .bukken-view.is-right .bx-viewport .bukken-view-nav .link-block:nth-child(odd),
.bukkenDetail .bx-wrapper.is-right .bx-viewport .bukken-view-nav .link-block:nth-child(odd) {
  border-right: 1px solid #fff;
}
.bukkenDetail .bukken-view.is-right .bx-viewport .bukken-view-nav .link-block:nth-child(even),
.bukkenDetail .bx-wrapper.is-right .bx-viewport .bukken-view-nav .link-block:nth-child(even) {
  border-left: 1px solid #fff;
}
.bukkenDetail .bukken-view.is-right .bx-viewport .bukken-view-nav .link-block .img-responsive,
.bukkenDetail .bx-wrapper.is-right .bx-viewport .bukken-view-nav .link-block .img-responsive {
  display: none;
}
.bukkenDetail .bukken-view.is-right .bx-viewport .bukken-view-nav .active:before,
.bukkenDetail .bx-wrapper.is-right .bx-viewport .bukken-view-nav .active:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 5px solid rgba(255, 255, 255, 0.7);
}
.bukkenDetail .bukken-view.is-right .bx-controls .bx-pager,
.bukkenDetail .bx-wrapper.is-right .bx-controls .bx-pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 17px auto 0;
}
.bukkenDetail .bukken-view.is-right .bx-controls .bx-pager .bx-pager-item a,
.bukkenDetail .bx-wrapper.is-right .bx-controls .bx-pager .bx-pager-item a {
  color: #fff;
  font-weight: bold;
  background: #777;
  padding: .4em .8em;
  margin: 3px;
}
.bukkenDetail .bukken-view.is-right .bx-controls .bx-pager .bx-pager-item a.active,
.bukkenDetail .bx-wrapper.is-right .bx-controls .bx-pager .bx-pager-item a.active {
  background: #4FCBFF;
}
.bukkenDetail .bukkenDetail-iframe-vr {
  width: 100%;
  height: 600px;
}
.bukkenDetail-block {
  margin-bottom: 30px;
}
.bukkenDetail-block-library {
  margin-bottom: 30px;
  margin-top: 60px;
}
.bukkenDetail .tableWrap {
  border: 2px solid #CCC;
}
.bukkenDetail .tableWrap:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '';
}
.bukkenDetail .tableWrap .table {
  float: left;
  width: 50%;
  margin-bottom: 0;
  table-layout: fixed;
}
@media screen and (max-width: 768px) {
  .bukkenDetail .tableWrap .table {
    width: 100%;
    float: none;
    font-size: 14px;
  }
}
.bukkenDetail .tableWrap .table th {
  background: #F9F9F9;
  width: 160px;
}
@media screen and (max-width: 768px) {
  .bukkenDetail .tableWrap .table th {
    width: 95px;
  }
}
.bukkenDetail .tableWrap .table td {
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.staffSection {
  margin-bottom: 50px;
  padding: 90px 0;
  background: #F9F9F9;
}
.staffSection:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '';
}
@media screen and (max-width: 768px) {
  .staffSection {
    margin-bottom: 0;
    padding: 40px 0;
  }
}
.staffSection .topSection-ttl {
  text-align: center;
  font-size: 30px;
  line-height: 30px;
  font-weight: bold;
  color: #014190;
}
@media screen and (max-width: 768px) {
  .staffSection .topSection-ttl {
    font-size: 22px;
    line-height: 22px;
  }
}
@media screen and (max-width: 768px) {
  .staffSection .topSection-sub-ttl {
    font-size: 12px;
  }
}
.staffSection .staffWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.staffSection .staffWrap .img {
  width: 180px;
  height: 180px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 4px solid #014190;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 50%;
}
@media screen and (max-width: 768px) {
  .staffSection .staffWrap .img {
    width: 133px;
    height: 133px;
    margin: 0 auto 10px;
  }
}
.staffSection .staffWrap .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  max-width: inherit;
}
.staffSection .staffWrap .staffDtl {
  width: 760px;
}
@media screen and (max-width: 768px) {
  .staffSection .staffWrap .staffDtl {
    width: 100%;
  }
}
.staffSection .staffWrap .staffDtl .ttl {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .staffSection .staffWrap .staffDtl .ttl {
    font-size: 16px;
    text-align: center;
  }
}
.staffSection .staffWrap .staffDtl .txt {
  font-size: 13px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .staffSection .staffWrap .staffDtl .txt {
    text-align: center;
  }
}
.staffSection .staffWrap .staffDtl .name .nama_wrap {
  color: #fff;
  background: #014190;
  color: #fff;
  border-radius: 5px;
  font-size: 16px;
  padding: 8px 15px;
  display: block;
  width: 100%;
}
.staffSection .staffWrap .staffDtl .name .nama_wrap:hover {
  text-decoration: none;
  opacity: .8;
}
.staffSection .staffWrap .staffDtl .name .nama_wrap .shop {
  font-weight: bold;
  margin-right: 10px;
}
@media screen and (max-width: 480px) {
  .staffSection .staffWrap .staffDtl .name .nama_wrap .shop {
    display: block;
  }
}
.staffSection .staffWrap .staffDtl .address {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .staffSection .staffWrap .staffDtl .address {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.staffSection .staffWrap .staffDtl .address span {
  font-size: 14px;
}
.staffSection .staffWrap .staffDtl .address small {
  display: block;
  text-align: right;
  font-size: 11px;
}
.staffSection .staffWrap .staffDtl .btnWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.staffSection .staffWrap .staffDtl .btnWrap > div {
  width: 48%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .staffSection .staffWrap .staffDtl .btnWrap > div {
    width: 100%;
  }
}
.staffSection .staffWrap .staffDtl .btnWrap > div .inquiryBtn {
  position: relative;
  width: 100%;
  height: 56px;
  padding: 19px 0 19px 100px;
  background: #4FCBFF;
  background-repeat: no-repeat;
  background-image: url("../images/common/ico_inquiry_01.png");
  background-size: 34px auto;
  background-position: 53px center;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .staffSection .staffWrap .staffDtl .btnWrap > div .inquiryBtn {
    margin: 0 auto 10px;
    width: 100%;
    max-width: 300px;
    padding: 20px 0 17px 70px;
    font-size: 16px;
    background-position: 20px center;
  }
}
.staffSection .staffWrap .staffDtl .btnWrap > div .inquiryBtn:before {
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 2px solid #fff;
  content: "";
}
.staffSection .staffWrap .staffDtl .btnWrap > div .inquiryBtn:hover {
  opacity: .8;
}
.staffSection .staffWrap .staffDtl .btnWrap > div .phoneBtn {
  position: relative;
  width: 100%;
  height: 56px;
  padding: 0 0 0 40px;
  background: #fff;
  border: 3px solid #4FCBFF;
  background-repeat: no-repeat;
  background-image: url("../images/common/ico_phone_01.png");
  background-size: 24px auto;
  background-position: 10px center;
  color: #4FCBFF;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: -0.01em;
  line-height: 1;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .staffSection .staffWrap .staffDtl .btnWrap > div .phoneBtn {
    margin: 0 auto 5px;
    width: 100%;
    max-width: 300px;
    padding: 0 0 0 80px;
    font-size: 18px;
    background-position: 25px center;
  }
  .staffSection .staffWrap .staffDtl .btnWrap > div .phoneBtn:hover {
    opacity: .8;
  }
}
.staffSection .staffWrap .staffDtl .btnWrap > div .phoneBtn b {
  display: inline-block;
}

.shareSection {
  margin-bottom: 0;
  padding: 90px 0;
  border-top: 5px solid #014190;
  border-bottom: 5px solid #014190;
  background: rgba(234, 247, 249, 0.5);
}
@media screen and (max-width: 768px) {
  .shareSection {
    border-bottom: none;
    padding: 40px 0;
  }
}
.shareSection + .topMypage {
  padding: 0;
}
.shareSection .topSection-ttl {
  margin-bottom: 0;
  color: #014190;
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  font-family: "Avenir", "Corbel", "Osaka", 'ＭＳ ゴシック', 'MS Gothic', 'Osaka-mono', 'monospace', "sans-serif";
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .shareSection .topSection-ttl {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .shareSection .topSection-sub-ttl {
    font-size: 12px;
  }
}
.shareSection .list {
  text-align: center;
}
.shareSection .list li {
  display: inline-block;
  width: 122px;
  margin: 0 15px;
}
@media screen and (max-width: 768px) {
  .shareSection .list li {
    width: 60px;
    margin: 0 3px;
  }
}

.bukkenBrowseList {
  margin-left: -20px;
}
.bukkenBrowseList:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '';
}
@media screen and (max-width: 768px) {
  .bukkenBrowseList {
    margin-left: 0;
    padding: 0 15px;
  }
}
.bukkenBrowseList li {
  width: 140px;
  float: left;
  margin-left: 20px;
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .bukkenBrowseList li {
    margin-left: 0;
    padding: 0 5px;
  }
}
.bukkenBrowseList .thumb {
  margin-bottom: 10px;
  border: 1px solid rgba(151, 151, 151, 0.3);
  width: 140px;
  height: 140px;
  overflow: hidden;
  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;
  background: #f7f7f7;
}
.bukkenBrowseList .thumb img {
  width: 100%;
}
.bukkenBrowseList .link-block {
  text-decoration: underline;
}
.bukkenBrowseList .link-block:hover {
  text-decoration: none;
}
.bukkenBrowseList .name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.bukkenBrowseList .slick-prev {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 11px;
  height: 29px;
  border: none;
  background-image: url("../images/common/btn_prev_01.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-color: transparent;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  outline: none;
  margin-top: -25px;
}
.bukkenBrowseList .slick-next {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 11px;
  height: 29px;
  border: none;
  background-image: url("../images/common/btn_next_01.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-color: transparent;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  outline: none;
  margin-top: -25px;
}

@media screen and (max-width: 768px) {
  .topMypage-bukken .topMypage-item {
    padding: 60px 0;
  }
  .topMypage-bukken .topMypage-item:after {
    width: 50px;
    height: 50px;
    margin-left: -25px;
  }
  .topMypage-bukken .ttl {
    font-size: 14px;
  }
  .topMypage-bukken .txt {
    font-size: 12px;
  }
  .topMypage-bukken .topMypage-btn {
    font-size: 12px;
  }
}

.tooltip.bs-tooltip-top .arrow::before {
  border-top-color: #FF6A78;
}
.tooltip .tooltip-inner {
  background: #FF6A78;
  text-align: left;
  max-width: 19em;
  font-size: 12px;
}

.sideBanner {
  width: 300px;
  height: 240px;
  display: block;
  position: relative;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .sideBanner {
    display: none;
  }
}
.sideBanner-img01 {
  display: block;
  width: 100%;
  height: auto;
}
.sideBanner .btn-register {
  background: #FF9F1F;
  width: 229px;
  height: 44px;
  border-radius: 50px;
  position: absolute;
  bottom: 15px;
  right: 28px;
  color: #FEFEFE;
  font-size: 18px;
  font-family: 'ヒラギノ角ゴ ProN';
  border: none;
  outline: none;
  text-align: center;
  padding: 0;
  z-index: 1;
}
.sideBanner .btn-register .register-link {
  display: flex;
  align-items: center;
  width: 100%;
  position: absolute;
  top: 0;
  border-radius: 50px;
  box-shadow: 0 3px 0 0 #BE6C01;
  font-size: 18px;
  line-height: 44px;
  position: relative;
  color: #FEFEFE;
  text-decoration: none;
}
.sideBanner .btn-register .register-link-logo {
  margin: 0 15px 0 18px;
}
.sideBanner .btn-register:hover {
  bottom: 13px;
}
.sideBanner .btn-register:hover .register-link {
  box-shadow: 0 0 0 0;
}

.spBanner {
  width: 300px;
  height: 240px;
  position: relative;
  display: none;
  margin: 20px auto;
}
@media screen and (max-width: 768px) {
  .spBanner {
    display: block;
  }
}
.spBanner .btn-register {
  background: #FF9F1F;
  width: 229px;
  height: 44px;
  border-radius: 50px;
  position: absolute;
  bottom: 20px;
  right: 38px;
  color: #FEFEFE;
  font-size: 18px;
  font-family: 'ヒラギノ角ゴ ProN';
  border: none;
  outline: none;
  text-align: center;
  padding: 0;
  z-index: 1;
}
.spBanner .btn-register .register-link {
  display: flex;
  align-items: center;
  width: 100%;
  position: absolute;
  top: 0;
  border-radius: 50px;
  box-shadow: 0 3px 0 0 #BE6C01;
  font-size: 18px;
  line-height: 44px;
  position: relative;
  color: #FEFEFE;
  text-decoration: none;
}
.spBanner .btn-register .register-link-logo {
  margin: 0 15px 0 18px;
}
.spBanner .btn-register:hover {
  bottom: 13px;
}
.spBanner .btn-register:hover .register-link {
  box-shadow: 0 0 0 0;
}

.room_detail__sell_bnr{
  text-align: center;
}
.room_detail__sell_bnr a:hover{
  opacity: .8;
}


/* ------------------------------------------------
  sell_flow
---------------------------------------------- */
.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;
}

/* ------------------------------------------------
  buy_money
---------------------------------------------- */
/*buy_money共通*/
.buy_money {
  font-size: 18px;
  max-width: 941px;
}
@media screen and (max-width: 768px) {
  .buy_money {
    font-size: 14px;
  }
}
.buy_money .c-title {
  padding-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .buy_money .c-title {
    padding-bottom: 20px;
  }
}
.buy_money .contents-clm:last-child {
  padding-bottom: 0 !important;
}
.buy_money .text-bold {
  font-weight: bold;
}
.buy_money img {
  max-width: 100%;
  height: auto;
}
.buy_money .arrow {
  position: relative;
  margin-bottom: 80px;
}
.buy_money .arrow:after {
  content: '';
  background: url("../images/buy_money/arrow_down.svg") 0 0 no-repeat;
  width: 39px;
  height: 39px;
  position: absolute;
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
}

.table-typeA {
  width: 100%;
  margin-bottom: 40px;
  border-bottom: 2px solid #ccc;
}
@media screen and (max-width: 768px) {
  .table-typeA {
    margin-bottom: 20px;
  }
}
.table-typeA th {
  background: #014190;
  padding: 5px;
  border-left: 2px solid #014190;
  color: #fff;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .table-typeA th {
    font-size: 14px;
  }
}
.table-typeA td {
  padding: 18px;
  font-size: 15px;
  border-bottom: 2px solid #ccc;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .table-typeA td {
    padding: 10px;
    font-size: 13px;
  }
}
.table-typeA td:first-of-type {
  border-left: 2px solid #ccc;
}
.table-typeA td:last-of-type {
  border-right: 2px solid #ccc;
}
.table-typeA td.table-hd {
  background-color: #f9f9f9;
  width: 200px;
}
@media screen and (max-width: 768px) {
  .table-typeA td.table-hd {
    width: auto;
    min-width: 100px;
  }
}

.table-typeB {
  width: 100%;
  border: 2px solid #ccc;
  table-layout: fixed;
}
@media screen and (max-width: 768px) {
  .table-typeB {
    margin-bottom: 20px;
  }
}
.table-typeB caption {
  margin-bottom: 10px;
  background-color: #014190;
  caption-side: top;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
.table-typeB th {
  background: #f9f9f9;
  padding: 5px 15px;
  border-bottom: 1px dotted #ccc;
  font-size: 15px;
  text-align: center;
  font-weight: bold;
}
.table-typeB th:not(:last-child) {
  border-right: 1px dotted #ccc;
}
@media screen and (max-width: 768px) {
  .table-typeB th {
    padding: 5px;
    font-size: 14px;
  }
}
.table-typeB td {
  padding: 8px;
  font-size: 15px;
  border-bottom: 1px dotted #ccc;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .table-typeB td {
    padding: 5px;
    font-size: 13px;
  }
}
.table-typeB td:not(:last-child) {
  border-right: 1px dotted #ccc;
}
.table-typeB td.table-hd {
  padding: 5px;
  background-color: #00caed;
  border: none;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
}

.table-typeC {
  width: 100%;
  margin-bottom: 50px;
  border-collapse: collapse;
}
.table-typeC.table-fixed {
  table-layout: fixed;
}
@media screen and (max-width: 768px) {
  .table-typeC {
    margin-bottom: 20px;
  }
}
.table-typeC.text-center td:not([class]) {
  text-align: center;
}
.table-typeC caption {
  margin-bottom: 5px;
  caption-side: top;
  font-weight: bold;
  color: #014190;
  font-size: 20px;
}
.table-typeC th {
  background: #014190;
  padding: 5px;
  border: 2px solid #ccc;
  color: #fff;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .table-typeC th {
    border: 1px solid #ccc;
    font-size: 12px;
  }
}
.table-typeC td {
  padding: 18px 10px;
  font-size: 15px;
  border: 2px solid #ccc;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .table-typeC td {
    border: 1px solid #ccc;
    padding: 5px;
    font-size: 12px;
  }
}
.table-typeC td.table-hd {
  background-color: #e5ecf4;
  text-align: center;
  font-weight: bold;
  line-height: 1.2;
}
.table-typeC td.table-hd2 {
  background-color: #f9f9f9;
  text-align: center;
  line-height: 1.2;
}
.table-typeC td.table-hd3 {
  background-color: rgba(1, 65, 144, 0.2);
  text-align: center;
  line-height: 1.2;
}
.table-typeC td.table-hd4 {
  background-color: #f9f9f9;
  line-height: 1.2;
  color: #014190;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .table-typeC td.table-hd4 {
    font-size: 10px;
  }
}
.table-typeC td.table-hd5 {
  background-color: #e5ecf4;
  text-align: center;
  font-weight: bold;
  line-height: 1.2;
  color: #014190;
}

.table-typeC_mono {
  width: 100%;
  margin-bottom: 50px;
  border-collapse: collapse;
}
.table-typeC_mono.table-fixed {
  table-layout: fixed;
}
@media screen and (max-width: 768px) {
  .table-typeC_mono {
    margin-bottom: 20px;
  }
}
.table-typeC_mono.text-center td:not([class]) {
  text-align: center;
}
.table-typeC_mono caption {
  margin-bottom: 5px;
  caption-side: top;
  font-weight: bold;
  color: #014190;
  font-size: 20px;
}
.table-typeC_mono th {
  background: #014190;
  padding: 5px;
  border: 2px solid #ccc;
  color: #fff;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .table-typeC_mono th {
    border: 1px solid #ccc;
    font-size: 12px;
  }
}
.table-typeC_mono td {
  padding: 18px 10px;
  font-size: 15px;
  border: 2px solid #ccc;
  font-weight: 400;
}
.table-typeC_mono td:first-child {
  padding-left: 0;
  padding-right: 0;
  border-right-style: hidden;
}
@media screen and (max-width: 768px) {
  .table-typeC_mono td {
    border: 1px solid #ccc;
    padding: 5px;
    font-size: 12px;
  }
}
.table-typeC_mono td.table-hd {
  background-color: #e5ecf4;
  text-align: center;
  font-weight: bold;
  line-height: 1.2;
}
.table-typeC_mono td.table-hd2 {
  background-color: #f9f9f9;
  text-align: center;
  line-height: 1.2;
}
.table-typeC_mono td.table-hd3 {
  background-color: rgba(1, 65, 144, 0.2);
  text-align: center;
  line-height: 1.2;
}
.table-typeC_mono td.table-hd4 {
  background-color: #f9f9f9;
  line-height: 1.2;
  color: #014190;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .table-typeC_mono td.table-hd4 {
    font-size: 10px;
  }
}
.table-typeC_mono td.table-hd5 {
  background-color: #f5f5f5;
  text-align: center;
  font-weight: bold;
  line-height: 1.2;
  color: #555;
}

.table-typeD {
  margin-bottom: 20px;
  width: 100%;
  border: 2px solid #ccc;
  table-layout: fixed;
}
@media screen and (max-width: 768px) {
  .table-typeD {
    margin-bottom: 20px;
  }
}
.table-typeD caption {
  margin-bottom: 10px;
  caption-side: top;
  color: #014190;
  font-size: 20px;
  font-weight: bold;
}
.table-typeD th {
  background: #f9f9f9;
  padding: 15px 15px;
  border-bottom: 2px solid #e2e2e2;
  font-size: 15px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .table-typeD th {
    padding: 5px;
    font-size: 14px;
  }
}
.table-typeD td {
  padding: 15px;
  font-size: 15px;
  border-bottom: 2px solid #e2e2e2;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .table-typeD td {
    padding: 5px;
    font-size: 13px;
  }
}
.table-typeD td:not(:last-child) {
  border-right: 2px solid #e2e2e2;
}

.text-red {
  color: #ed7777;
}
.text-red.small {
  font-size: 15px;
}

/*個別*/
/*******buy_money********/
@media screen and (max-width: 768px) {
  .buy_moneyIntro {
    margin-bottom: 20px;
  }
}
.buy_moneyIntro .title {
  margin-bottom: 35px;
  font-size: 28px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .buy_moneyIntro .title {
    margin-bottom: 15px;
    font-size: 19px;
  }
}
@media screen and (max-width: 768px) {
  .buy_moneyIntro .txt {
    margin-bottom: 15px;
  }
}
.buy_moneyIntro .txt + .txt {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .buy_moneyIntro .txt + .txt {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.buy_moneyAbout {
  background-color: #f9f9f9;
}
.buy_moneyAbout .buy_moneyAbout_list {
  display: table;
  width: 100%;
}
.buy_moneyAbout .buy_moneyAbout_list li {
  display: table-cell;
  padding: 0 15px;
  color: #014190;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  width: 33%;
}
@media screen and (min-width: 769px) {
  .buy_moneyAbout .buy_moneyAbout_list li:first-child {
    padding-left: 0;
  }
  .buy_moneyAbout .buy_moneyAbout_list li:last-child {
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .buy_moneyAbout .buy_moneyAbout_list li {
    width: 100%;
    display: block;
    font-size: 14px;
    padding: 0 10px;
    margin-bottom: 20px;
  }
}
.buy_moneyAbout .buy_moneyAbout_list li dl dt {
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 2px solid #014190;
  font-size: 26px;
}
@media screen and (max-width: 768px) {
  .buy_moneyAbout .buy_moneyAbout_list li dl dt {
    font-size: 19px;
  }
}
.buy_moneyAbout .buy_moneyAbout_list li dl dd {
  position: relative;
}
@media screen and (max-width: 768px) {
  .buy_moneyAbout .buy_moneyAbout_list li dl dd {
    padding-bottom: 0px;
    height: auto;
  }
}
.buy_moneyAbout .buy_moneyAbout_list li dl dd .button-border {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-top: 30px;
  display: block;
  padding: 6px;
}
@media screen and (max-width: 768px) {
  .buy_moneyAbout .buy_moneyAbout_list li dl dd .button-border {
    margin-top: 10px;
    position: relative;
  }
}

.buy_moneyOther {
  background-color: #014190;
  font-weight: bold;
}
.buy_moneyOther * {
  color: white;
}
.buy_moneyOther .buy_moneyOther-box1 {
  float: left;
  width: 280px;
  margin-right: 30px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .buy_moneyOther .buy_moneyOther-box1 {
    float: none;
    width: 100%;
    margin: 0 0 20px;
  }
}
.buy_moneyOther .buy_moneyOther-box1 dl dt {
  margin-bottom: 18px;
  padding-bottom: 5px;
  border-bottom: 2px solid #fff;
  font-size: 26px;
}
@media screen and (max-width: 768px) {
  .buy_moneyOther .buy_moneyOther-box1 dl dt {
    font-size: 19px;
  }
}
.buy_moneyOther .buy_moneyOther-box1 .button-border {
  display: block;
  margin-top: 30px;
  border-color: #fff;
  padding: 6px;
}
.buy_moneyOther .buy_moneyOther-box1 .button-border:hover {
  background-color: #fff;
  color: #014190;
}
.buy_moneyOther .buy_moneyOther-box2 {
  float: right;
  width: 590px;
  padding: 30px 40px;
  border: 2px solid #fff;
}
@media screen and (max-width: 768px) {
  .buy_moneyOther .buy_moneyOther-box2 {
    float: none;
    width: 100%;
    padding: 10px;
  }
}
.buy_moneyOther .buy_moneyOther-box2 ul {
  margin-bottom: 1em;
}
.buy_moneyOther .buy_moneyOther-box2 p {
  padding-left: 1em;
}
.buy_moneyOther .buy_moneyOther-box2 p::before {
  content: '※';
  display: inline-block;
  margin-left: -1em;
}
.buy_moneyOther .buy_moneyOther-box2 a {
  color: #f6c123;
}

.buy_moneyDeals {
  background-color: #f3fbfd;
  color: #014190;
  font-weight: bold;
}
.buy_moneyDeals-box {
  display: inline-block;
  width: 430px;
  text-align: center;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .buy_moneyDeals-box {
    width: 100%;
  }
}
.buy_moneyDeals-box:nth-of-type(1) {
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  .buy_moneyDeals-box:nth-of-type(1) {
    margin-right: 0px;
  }
}
.buy_moneyDeals-box dl dt {
  margin-bottom: 15px;
  padding-bottom: 10px;
  font-size: 26px;
  border-bottom: 2px solid #014190;
}
@media screen and (max-width: 768px) {
  .buy_moneyDeals-box dl dt {
    font-size: 19px;
  }
}
@media screen and (max-width: 768px) {
  .buy_moneyDeals-box dl dd {
    margin-bottom: 20px;
  }
}
.buy_moneyDeals-box .button-border {
  margin-top: 30px;
}

.buy_moneyContent {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .buy_moneyContent {
    margin-bottom: 25px;
  }
}
.buy_moneyContent .txt1 {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .buy_moneyContent .txt1 {
    margin-bottom: 20px;
  }
}

.sample {
  padding-top: 40px;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .sample {
    padding-top: 20px;
    line-height: 1.6;
  }
}
.sample .sample_header {
  padding: 10px;
  background-color: #014190;
  color: white;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .sample .sample_header {
    padding: 5px;
    font-size: 18px;
  }
}
.sample .sample_content {
  padding: 20px 40px;
  border: 4px solid #014190;
  font-size: 22px;
  font-weight: bold;
  color: #014190;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sample .sample_content {
    font-size: 12px;
    padding: 10px;
  }
}
.sample .sample_content .upper {
  position: relative;
  margin-bottom: 40px;
}
.sample .sample_content .upper:after {
  content: "";
  border: 30px solid transparent;
  border-top-color: #014190;
  position: absolute;
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .sample .sample_content .upper:after {
    border: 20px solid transparent;
    border-top-color: #014190;
    bottom: -50px;
  }
}
.sample hr {
  border: 1px solid #014190;
}

/*********buy_moneyLicense**********/
.buy_moneyLicense .txt1 {
  margin-bottom: 30px;
}
.buy_moneyLicense .grid {
  width: 100%;
}
.buy_moneyLicense .grid:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '';
}
.buy_moneyLicense .grid .col2 {
  width: 49.5%;
  float: left;
}
.buy_moneyLicense .grid .col2:nth-child(1) {
  margin-right: 1%;
}
.buy_moneyLicense .caution {
  margin-top: 20px;
  margin-bottom: 50px;
  color: #ed7777;
  font-size: 15px;
  text-align: right;
}
.buy_moneyLicense .caution2 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #ed7777;
  font-size: 15px;
  text-align: right;
}

/*******buy_moneyAcquisition*******/
.buy_moneyAcquisition .buy_moneyIntro figure {
  margin-top: 40px;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .buy_moneyAcquisition .buy_moneyIntro figure {
    margin: 5px auto;
    width: 90%;
  }
}
.buy_moneyAcquisition .txt1 {
  font-weight: bold;
  text-align: center;
}
.buy_moneyAcquisition .txt1 span {
  color: #5cd5ff;
}
.buy_moneyAcquisition .txt2 {
  margin-bottom: 30px;
}
.buy_moneyAcquisition .txt3 {
  width: 420px;
  margin: auto;
  text-align: center;
  font-size: 24px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .buy_moneyAcquisition .txt3 {
    width: 100%;
    font-size: 16px;
  }
}
.buy_moneyAcquisition .txt3 .txt3-small {
  text-align: left;
  margin-left: 50px;
  display: block;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .buy_moneyAcquisition .txt3 .txt3-small {
    margin-left: 80px;
    font-size: 12px;
  }
}
.buy_moneyAcquisition .buy_moneyCaution {
  border-top: 1px solid #ccc;
  padding-top: 50px;
  margin-top: 70px;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .buy_moneyAcquisition .buy_moneyCaution {
    padding-top: 20px;
    margin-top: 20px;
  }
}
.buy_moneyAcquisition .buy_moneyCaution > ul > li:not(:last-child) {
  margin-bottom: 50px;
}
.buy_moneyAcquisition .buy_moneyCaution > ul > li span {
  color: #ff6a78;
}
@media screen and (max-width: 768px) {
  .buy_moneyAcquisition .buy_moneyCaution > ul > li {
    margin-bottom: 15px;
  }
}
.buy_moneyAcquisition .buy_moneyCaution > ul > li > ul {
  margin-left: 40px;
}
@media screen and (max-width: 768px) {
  .buy_moneyAcquisition .buy_moneyCaution > ul > li > ul {
    margin-left: 20px;
  }
}
.buy_moneyAcquisition .buy_moneyCaution > ul > li > ul > li {
  margin-bottom: 10px;
}
.buy_moneyAcquisition .buy_moneyCaution h3 {
  margin-top: 20px;
  margin-left: 40px;
  color: #014190;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .buy_moneyAcquisition .buy_moneyCaution h3 {
    margin-left: 20px;
  }
}
.buy_moneyAcquisition .sample dl {
  margin-left: 20px;
}
.buy_moneyAcquisition .sample dl dt {
  margin-bottom: 8px;
}

/*******buy_moneyMaditation*/
.buy_moneyMaditation .txt1 {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .buy_moneyMaditation .txt1 {
    margin-bottom: 20px;
  }
}
.buy_moneyMaditation .txt2 {
  margin-bottom: 26px;
}
@media screen and (max-width: 768px) {
  .buy_moneyMaditation .txt2 {
    margin-bottom: 10px;
  }
}
.buy_moneyMaditation .txt3 {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .buy_moneyMaditation .txt3 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.buy_moneyMaditation .txt4 {
  margin-bottom: 50px;
  font-size: 24px;
  color: #014190;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .buy_moneyMaditation .txt4 {
    margin-bottom: 20px;
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .buy_moneyMaditation .txt4 {
    margin-bottom: 10px;
  }
}
.buy_moneyMaditation .txt5 {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .buy_moneyMaditation .txt5 {
    margin-bottom: 0px;
  }
}

/****buy_money_presentation.html***/
.buy_moneyPresentation .txt1 {
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  .buy_moneyPresentation .txt1 {
    margin-bottom: 20px;
  }
}
.buy_moneyPresentation-flow ul li {
  width: 380px;
  color: #014190;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .buy_moneyPresentation-flow ul li {
    width: 100%;
    font-size: 14px;
  }
}
.buy_moneyPresentation-flow ul li:nth-child(1), .buy_moneyPresentation-flow ul li:nth-child(2) {
  display: block;
  padding: 15px;
  margin: 0 auto 70px;
  border: 2px solid #014190;
}
@media screen and (max-width: 768px) {
  .buy_moneyPresentation-flow ul li:nth-child(1), .buy_moneyPresentation-flow ul li:nth-child(2) {
    padding: 5px;
  }
}
.buy_moneyPresentation-flow ul li:nth-child(2) {
  position: relative;
}
.buy_moneyPresentation-flow ul li:nth-child(2):after {
  content: '';
  background: url("../images/buy_money/arrow_down.svg") bottom left no-repeat, url("../images/buy_money/arrow_down.svg") bottom right no-repeat;
  width: 360px;
  height: 39px;
  position: absolute;
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .buy_moneyPresentation-flow ul li:nth-child(2):after {
    width: 200px;
  }
}
.buy_moneyPresentation-flow ul li:nth-child(3), .buy_moneyPresentation-flow ul li:nth-child(4) {
  display: inline-block;
  width: 49%;
  vertical-align: top;
}
.buy_moneyPresentation-flow ul li:nth-child(3) dl, .buy_moneyPresentation-flow ul li:nth-child(4) dl {
  width: 380px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .buy_moneyPresentation-flow ul li:nth-child(3) dl, .buy_moneyPresentation-flow ul li:nth-child(4) dl {
    width: 100%;
  }
}
.buy_moneyPresentation-flow ul li:nth-child(3) dl dt, .buy_moneyPresentation-flow ul li:nth-child(4) dl dt {
  display: block;
  padding: 15px;
  height: 60px;
  border: 2px solid #014190;
}
@media screen and (max-width: 768px) {
  .buy_moneyPresentation-flow ul li:nth-child(3) dl dt, .buy_moneyPresentation-flow ul li:nth-child(4) dl dt {
    padding: 6px;
    height: auto;
    min-height: 40px;
  }
}
.buy_moneyPresentation-flow ul li:nth-child(3) dl dt.line2, .buy_moneyPresentation-flow ul li:nth-child(4) dl dt.line2 {
  padding: 6px;
  line-height: 1.2;
}
.buy_moneyPresentation-flow ul li:nth-child(3) dl dd, .buy_moneyPresentation-flow ul li:nth-child(4) dl dd {
  margin: 10px auto 70px;
  font-size: 15px;
  color: #000023;
  font-weight: normal;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .buy_moneyPresentation-flow ul li:nth-child(3) dl dd, .buy_moneyPresentation-flow ul li:nth-child(4) dl dd {
    font-size: 10px;
    height: 50px;
  }
}
.buy_moneyPresentation-flow ul li:last-child {
  position: relative;
  display: block;
  padding: 15px;
  margin: 0 auto 70px;
  background: #014190;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .buy_moneyPresentation-flow ul li:last-child {
    margin-bottom: 30px;
  }
}
.buy_moneyPresentation-flow ul li:last-child:before {
  content: '';
  background: url("../images/buy_money/arrow_down.svg") bottom left no-repeat, url("../images/buy_money/arrow_down.svg") bottom right no-repeat;
  width: 200px;
  height: 39px;
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
}
.buy_moneyPresentation-special {
  font-size: 18px;
  color: #014190;
}
@media screen and (max-width: 768px) {
  .buy_moneyPresentation-special {
    font-size: 14px;
  }
}
.buy_moneyPresentation-special h3 {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .buy_moneyPresentation-special h3 {
    font-size: 16px;
  }
}
.buy_moneyPresentation-special .special_content {
  border: 2px solid #014190;
  padding: 30px;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .buy_moneyPresentation-special .special_content {
    padding: 10px;
  }
}
.buy_moneyPresentation-special .special_content dl {
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .buy_moneyPresentation-special .special_content dl {
    margin-bottom: 10px;
  }
}
.buy_moneyPresentation-special .special_content dl:nth-child(1) {
  border-bottom: 2px solid #014190;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .buy_moneyPresentation-special .special_content dl:nth-child(1) {
    padding-bottom: 10px;
  }
}
.buy_moneyPresentation-special .special_content dl dt {
  padding: 15px;
  width: 248px;
  background: rgba(1, 65, 144, 0.1);
  text-align: center;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .buy_moneyPresentation-special .special_content dl dt {
    padding: 5px;
    width: 100%;
  }
}
.buy_moneyPresentation-special .special_content dl dd {
  display: inline-block;
  padding: 0 30px;
}
@media screen and (max-width: 768px) {
  .buy_moneyPresentation-special .special_content dl dd {
    width: 100%;
    padding: 10px 0;
  }
}
.buy_moneyPresentation-special .special_content dl dd .total {
  margin-left: 30px;
  padding: 15px;
  width: 145px;
  background: rgba(1, 65, 144, 0.1);
  text-align: center;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .buy_moneyPresentation-special .special_content dl dd .total {
    width: auto;
    padding: 5px 20px;
  }
}
.buy_moneyPresentation-special .comments {
  font-size: 15px;
  color: #000023;
}
@media screen and (max-width: 768px) {
  .buy_moneyPresentation-special .comments {
    font-size: 12px;
  }
}
.buy_moneyPresentation-system {
  margin-bottom: 50px;
  font-size: 15px;
  letter-spacing: .04em;
}
@media screen and (max-width: 768px) {
  .buy_moneyPresentation-system {
    margin-bottom: 20px;
    font-size: 11px;
  }
}
.buy_moneyPresentation-system ul li {
  text-indent: -1em;
  margin-left: 1em;
}
.buy_moneyPresentation-system ul li:before {
  content: "■";
}
.buy_moneyPresentation-system .system-title {
  margin-top: 30px;
  font-weight: bold;
  color: #014190;
}
@media screen and (max-width: 768px) {
  .buy_moneyPresentation-system .system-title {
    margin-top: 10px;
  }
}
.buy_moneyPresentation-system .system-title.large {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .buy_moneyPresentation-system .system-title.large {
    font-size: 15px;
  }
}

/*buy_moneyFinal_dec*********/
.buy_moneyFinal_dec .comments {
  margin: 30px 0 50px;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .buy_moneyFinal_dec .comments {
    margin: 10px 0 20px;
    font-size: 12px;
  }
}
.buy_moneyFinal_dec .comments li {
  padding-left: 2.6em;
  text-indent: -2.6em;
  text-align: justify;
}
.buy_moneyFinal_dec .table-typeC {
  margin-bottom: 20px;
}
.buy_moneyFinal_dec .txt1 {
  margin-bottom: 30px;
}
.buy_moneyFinal_dec .txt2 {
  margin-bottom: 50px;
}
.buy_moneyFinal_dec .txt3 {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .buy_moneyReturn .table-typeD th,
  .buy_moneyReturn .table-typeD td {
    display: block;
    width: 100%;
    text-align: center;
  }
  .buy_moneyReturn .table-typeD th {
    border-bottom: 1px dotted #ccc;
  }
  .buy_moneyReturn .table-typeD tr:last-of-type td {
    border: none;
  }
}

/***buy_openhouse***/
.buy_openhouse .c-stitle {
  padding-bottom: 5px;
  margin-bottom: 30px;
  border-bottom: 3px solid #014190;
  font-size: 24px;
  font-weight: bold;
  color: #014190;
}
@media screen and (max-width: 768px) {
  .buy_openhouse .c-stitle {
    margin-bottom: 15px;
    font-size: 16px;
  }
}
.buy_openhouse section {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .buy_openhouse section {
    margin-bottom: 35px;
  }
}

.buy_openhouseIntro {
  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) {
  .buy_openhouseIntro {
    padding: 100px 0 0;
    margin-bottom: 50px;
    height: 375px;
  }
}
.buy_openhouseIntro .c-title {
  color: #fff;
  padding-bottom: 50px;
}
.buy_openhouseIntro .txt {
  font-size: 22px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .buy_openhouseIntro .txt {
    font-size: 11px;
    text-align: center;
  }
}

.buy_openhouseMerit ul li {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 3px solid #e2e2e2;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .buy_openhouseMerit ul li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 13px;
  }
}

.buy_openhouseDearall {
  border: 3px solid #ccc;
}
.buy_openhouseDearall_title {
  padding: 30px;
  background: #014190;
  font-size: 36px;
  font-weight: 500;
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .buy_openhouseDearall_title {
    padding: 15px 5px;
    font-size: 23px;
    text-align: center;
  }
}
.buy_openhouseDearall_content {
  padding: 30px;
}
@media screen and (max-width: 768px) {
  .buy_openhouseDearall_content {
    padding: 15px;
  }
}
.buy_openhouseDearall_content .txt1 {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .buy_openhouseDearall_content .txt1 {
    font-size: 13px;
  }
}
.buy_openhouseDearall_content .txt2 {
  display: table;
  table-layout: fixed;
  margin: 30px auto 10px;
  position: relative;
  font-size: 24px;
  color: #014190;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .buy_openhouseDearall_content .txt2 {
    font-size: 15px;
  }
}
.buy_openhouseDearall_content .txt2:before, .buy_openhouseDearall_content .txt2:after {
  content: "";
  width: 25vw;
  height: 2px;
  background: #e2e2e2;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .buy_openhouseDearall_content .txt2:before, .buy_openhouseDearall_content .txt2:after {
    width: 20vw;
  }
}
.buy_openhouseDearall_content .txt2:before {
  right: calc(100% + 15px);
}
.buy_openhouseDearall_content .txt2:after {
  left: calc(100% + 15px);
}
.buy_openhouseDearall_content ol li {
  font-size: 28px;
  color: #014190;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .buy_openhouseDearall_content ol li {
    margin-bottom: 10px;
    font-size: 17px;
  }
}

.buy_openhouseVoice dl dt {
  margin-bottom: 10px;
  font-size: 20px;
  color: #014190;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .buy_openhouseVoice dl dt {
    margin-bottom: 0;
    font-size: 14px;
  }
}
.buy_openhouseVoice dl dd {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 3px solid #e2e2e2;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .buy_openhouseVoice dl dd {
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 12px;
  }
}

.buy_openhouseFaq dl dt,.buy_openhouseFaq_q {
  padding-bottom: 10px;
  padding-left: 60px;
  margin-bottom: 20px;
  border-bottom: 3px solid #e2e2e2;
  position: relative;
  font-size: 20px;
  color: #014190;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .buy_openhouseFaq dl dt,.buy_openhouseFaq_q {
    border-bottom: none;
    padding-left: 0;
    margin-bottom: 0;
    font-size: 14px;
    display: flex;
    align-items: center;
  }
}
.buy_openhouseFaq dl dt:before ,.buy_openhouseFaq_q:before{
  position: absolute;
  left: 0;
  top: -15px;
  margin-right: 20px;
  content: "Q.";
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  .buy_openhouseFaq dl dt:before,.buy_openhouseFaq_q:before {
    position: relative;
    top: auto;
    left: 10px;
    font-size: 28px;
  }
}
.buy_openhouseFaq dl dd,.buy_openhouseFaq_a {
  position: relative;
  margin-bottom: 60px;
  font-size: 14px;
  padding-left: 60px;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .buy_openhouseFaq dl dd,.buy_openhouseFaq_a {
    margin-bottom: 20px;
    padding: 10px 10px 10px 50px;
    background-color: #f9f9f9;
    border-bottom: 3px solid #e2e2e2;
    font-size: 12px;
  }
}
.buy_openhouseFaq dl dd:before,.buy_openhouseFaq_a:before {
  position: absolute;
  left: 0;
  top: -15px;
  content: "A.";
  font-size: 32px;
  font-weight: bold;
  color: #5cd5ff;
}
@media screen and (max-width: 768px) {
  .buy_openhouseFaq dl dd:before,.buy_openhouseFaq_a:before {
    top: 0;
    left: 10px;
    font-size: 28px;
  }
}

.buy_openhouseTodays_content {
  border: 3px solid #e2e2e2;
}
.buy_openhouseTodays_content > dt {
  padding: 5px 30px;
  background: #014190;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
.buy_openhouseTodays_content > dd {
  padding: 20px 30px;
}
@media screen and (max-width: 768px) {
  .buy_openhouseTodays_content > dd {
    padding: 15px;
  }
}
.buy_openhouseTodays_content > dd figure {
  display: inline-block;
  width: 240px;
}
@media screen and (max-width: 768px) {
  .buy_openhouseTodays_content > dd figure {
    display: block;
    width: 100%;
  }
  .buy_openhouseTodays_content > dd figure img {
    width: 100%;
    height: auto;
  }
}
.buy_openhouseTodays_details {
  display: inline-block;
  margin-left: 30px;
  width: 610px;
  vertical-align: top;
  color: #014190;
}
@media screen and (max-width: 768px) {
  .buy_openhouseTodays_details {
    display: block;
    margin-left: 0;
    width: 100%;
  }
}
.buy_openhouseTodays_details .day {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 3px solid #e2e2e2;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .buy_openhouseTodays_details .day {
    font-size: 15px;
  }
}
.buy_openhouseTodays_details .day > dt {
  float: left;
}
@media screen and (max-width: 768px) {
  .buy_openhouseTodays_details .day > dt {
    width: 25%;
    vertical-align: top;
  }
}
.buy_openhouseTodays_details .day > dd {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .buy_openhouseTodays_details .day > dd {
    width: 74%;
  }
  .buy_openhouseTodays_details .day > dd span {
    display: none;
  }
}
.buy_openhouseTodays_details .price {
  color: #4fcbff;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .buy_openhouseTodays_details .price {
    font-size: 12px;
  }
}
.buy_openhouseTodays_details .price .number {
  font-size: 38px;
}
@media screen and (max-width: 768px) {
  .buy_openhouseTodays_details .price .number {
    font-size: 28px;
  }
}
.buy_openhouseTodays_details .price .plan {
  padding: 4px 15px;
  border-radius: 4px;
  background-color: #4fcbff;
  color: #fff;
}
.buy_openhouseTodays_details .add {
  font-size: 16px;
}
.buy_openhouseTodays_details .access {
  margin-bottom: 15px;
  font-size: 12px;
}
.buy_openhouseTodays_details .button-inline {
  padding: .6em;
  width: 30%;
  text-align: center;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .buy_openhouseTodays_details .button-inline {
    width: 100%;
    max-width: 400px;
    padding: .8em;
    margin: 0 auto;
    display: block;
  }
  .buy_openhouseTodays_details .button-inline:nth-child(2), .buy_openhouseTodays_details .button-inline:nth-child(3) {
    margin-top: 10px;
  }
}

/***buy_money_simulation***/
.buy_moneySimulation .text-center {
  margin: 0 auto 80px;
}
.buy_moneySimulation .table-box {
  clear: both;
  overflow: hidden;
  margin-bottom: 60px;
}
.buy_moneySimulation .table-box .img {
  float: right;
}
@media screen and (max-width: 768px) {
  .buy_moneySimulation .table-box .img {
    display: none;
  }
}
.buy_moneySimulation .table-box table {
  float: left;
  width: 48%;
  margin: 0 2% 0 0;
}
@media screen and (max-width: 768px) {
  .buy_moneySimulation .table-box table {
    float: none;
    width: 100%;
    margin: 0;
  }
}
.buy_moneySimulation .table-moneySimulation {
  margin: 0 0 80px;
  border-top: 2px solid #ccc;
}
.buy_moneySimulation .buy_moneySimulation_bottom {
  padding: 30px;
  border: 4px solid #014190;
  text-align: center;
  color: #014190;
}
.buy_moneySimulation .buy_moneySimulation_bottom .percent {
  display: block;
  margin: 20px auto;
  font-size: 30px;
  font-weight: bold;
  color: #5CD5FF;
}
.buy_moneySimulation .buy_moneySimulation_bottom .note {
  font-weight: bold;
}

/* ------------------------------------------------
  faqList
---------------------------------------------- */
.faqList .question {
  position: relative;
  margin-bottom: 20px;
  padding-left: 60px;
  padding-bottom: 10px;
  border-bottom: 2px solid #014190;
  font-size: 24px;
  line-height: 1.4;
  color: #014190;
}
@media screen and (max-width: 768px) {
  .faqList .question {
    margin: 0 0 0;
    padding: 15px 30px 15px 50px;
    font-size: 16px;
  }
}
.faqList .question:before {
  position: absolute;
  top: -15px;
  left: 0px;
  content: "Q.";
  margin: 0 5px 0 0;
  font-size: 44px;
  font-family: Avenir Next, Verdana, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
@media screen and (max-width: 768px) {
  .faqList .question:before {
    top: 10px;
    left: 10px;
    bottom: 0;
    font-size: 28px;
  }
}
.faqList .answer {
  position: relative;
  display: block;
  padding-left: 60px;
  margin-bottom: 50px;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .faqList .answer {
    background: #f9f9f9;
    margin: 0;
    padding: 15px 15px 15px 50px;
    font-size: 14px;
  }
}
.faqList .answer:before {
  position: absolute;
  top: -15px;
  left: 0px;
  content: "A.";
  margin: 0 5px 0 0;
  font-size: 44px;
  font-family: Avenir Next, Verdana, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  color: #4FCBFF;
}
@media screen and (max-width: 768px) {
  .faqList .answer:before {
    top: 10px;
    left: 10px;
    font-size: 28px;
  }
}
.faqList .answer ol {
  margin: 20px auto;
}

/* ------------------------------------------------
  voiceList
---------------------------------------------- */
.voiceList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 960px;
  margin: 0 auto 50px;
}
.voiceList::after {
  content: '';
  display: block;
  width: 300px;
}
@media screen and (max-width: 768px) {
  .voiceList {
    display: block;
    margin-top: 10px;
    width: 100%;
  }
  .voiceList::after {
    content: none;
  }
}
.voiceList li {
  width: 300px;
  margin: 0 0 30px;
  background: #f8f8f8;
  border-bottom: 2px solid #014190;
}
@media screen and (max-width: 768px) {
  .voiceList li {
    width: 100%;
    max-width: 600px;
    margin: 0 auto 30px;
  }
}
.voiceList li a {
  display: block;
  width: 300px;
  height: 100%;
}
.voiceList li a:hover {
  text-decoration: none;
  opacity: .8;
}
@media screen and (max-width: 768px) {
  .voiceList li a {
    width: 100%;
    max-width: 600px;
    pointer-events: none;
  }
}
.voiceList li .voiceBox__img {
  position: relative;
  display: block;
  width: 100%;
  background-repeat: no-repeat;
  background-color: #ccc;
  background-size: cover;
  background-position: center;
}
.voiceList li .voiceBox__img::after {
  content: '';
  display: block;
  padding-top: 50%;
}
.voiceList li .voiceBox__img.is-bordered {
  border: 5px solid #f8f8f8;
}
.voiceList li img {
  width: 100%;
}
.voiceList li .txt {
  padding: 10px 10px 15px;
}
.voiceList li .txt .name {
  font-size: 16px;
  color: #014190;
  font-weight: bold;
  margin-bottom: 10px;
}
.voiceList li .txt .name span {
  color: #fff;
  background: #014190;
  border-radius: 5em;
  display: inline-block;
  padding: 2px 10px;
  font-size: 12px;
  margin-left: 15px;
  vertical-align: middle;
}
.voiceList li .txt .comment {
  font-size: 12px;
}

.slbOverlay, .slbWrapOuter, .slbWrap {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.slbOverlay {
  overflow: hidden;
  z-index: 2000;
  background-color: #000;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-animation: slbOverlay 0.5s;
  -moz-animation: slbOverlay 0.5s;
  animation: slbOverlay 0.5s;
}

.slbWrapOuter {
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 2010;
}

.slbWrap {
  position: absolute;
  text-align: center;
}

.slbWrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.slbContentOuter {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0px auto;
  padding: 0 1em;
  box-sizing: border-box;
  z-index: 2020;
  text-align: left;
  max-width: 100%;
}

.slbContentEl .slbContentOuter {
  padding: 5em 1em;
}

.slbContent {
  position: relative;
}

.slbContentEl .slbContent {
  -webkit-animation: slbEnter 0.3s;
  -moz-animation: slbEnter 0.3s;
  animation: slbEnter 0.3s;
  background-color: #fff;
  box-shadow: 0 0.2em 1em rgba(0, 0, 0, 0.4);
}

.slbImageWrap {
  -webkit-animation: slbEnter 0.3s;
  -moz-animation: slbEnter 0.3s;
  animation: slbEnter 0.3s;
  position: relative;
}

.slbImageWrap:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 5em;
  bottom: 5em;
  display: block;
  z-index: -1;
  box-shadow: 0 0.2em 1em rgba(0, 0, 0, 0.6);
  background-color: #FFF;
}

.slbImage {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 5em 0;
  margin: 0 auto;
}

.slbCaption {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  font-size: 1.4em;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: .71429em 0;
  color: #fff;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
}

.slbCloseBtn, .slbArrow {
  margin: 0;
  padding: 0;
  border: 0;
  cursor: pointer;
  background: none;
}

.slbCloseBtn::-moz-focus-inner, .slbArrow::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.slbCloseBtn:hover, .slbArrow:hover {
  opacity: 0.5;
}

.slbCloseBtn:active, .slbArrow:active {
  opacity: 0.8;
}

.slbCloseBtn {
  -webkit-animation: slbEnter 0.3s;
  -moz-animation: slbEnter 0.3s;
  animation: slbEnter 0.3s;
  font-size: 3em;
  width: 1.66667em;
  height: 1.66667em;
  line-height: 1.66667em;
  position: absolute;
  right: -.33333em;
  top: 0;
  color: #fff;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
}

.slbLoading .slbCloseBtn {
  display: none;
}

.slbLoadingText {
  font-size: 1.4em;
  color: #fff;
  color: rgba(255, 255, 255, 0.9);
}

.slbArrows {
  position: fixed;
  top: 50%;
  left: 0;
  right: 0;
}

.slbLoading .slbArrows {
  display: none;
}

.slbArrow {
  position: absolute;
  top: 50%;
  margin-top: -5em;
  width: 5em;
  height: 10em;
  opacity: 0.7;
  text-indent: -999em;
  overflow: hidden;
}

.slbArrow:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -.8em 0 0 -.8em;
  border: .8em solid transparent;
}

.slbArrow.next {
  right: 0;
}

.slbArrow.next:before {
  border-left-color: #fff;
}

.slbArrow.prev {
  left: 0;
}

.slbArrow.prev:before {
  border-right-color: #fff;
}

.slbIframeCont {
  width: 80em;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
  margin: 5em 0;
}

.slbIframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0.2em 1em rgba(0, 0, 0, 0.6);
  background: #000;
}

@-webkit-keyframes slbOverlay {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.7;
  }
}
@-moz-keyframes slbOverlay {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.7;
  }
}
@keyframes slbOverlay {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.7;
  }
}
@-webkit-keyframes slbEnter {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -1em, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes slbEnter {
  from {
    opacity: 0;
    -moz-transform: translate3d(0, -1em, 0);
  }
  to {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
  }
}
@keyframes slbEnter {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -1em, 0);
    -moz-transform: translate3d(0, -1em, 0);
    -ms-transform: translate3d(0, -1em, 0);
    -o-transform: translate3d(0, -1em, 0);
    transform: translate3d(0, -1em, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slbWrap .slbImageWrap {
  width: 840px;
}
.slbWrap .slbImageWrap::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 5em;
  bottom: 5em;
  display: block;
  z-index: 2;
  background: transparent;
  border: 3px solid #014190;
}
.slbWrap .slbCloseBtn {
  background: #014190;
  top: 3.33333em;
  right: 1em;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  transform: scale(1.5);
  transform-origin: right bottom;
  animation: none;
}
.slbWrap .slbCloseBtn:focus {
  outline: none;
}
.slbWrap .slbArrows {
  display: none;
}

    /* ------------------------------------------------
  shop
---------------------------------------------- */
.shopIntro {
  max-width: 850px;
  margin: auto;
}
.shopIntro .txt {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .shopIntro .txt {
    font-size: 11px;
    padding: 0 20px;
  }
}
.shopIntro .c-title {
  padding-bottom: 20px;
}
.shopIntro .small {
  font-size: 38px;
  flex-wrap: 600;
}

.shopInfo {
  padding-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .shopInfo {
    padding-bottom: 45px;
  }
}
.shopInfo .c-title {
  padding-bottom: 20px;
}
.shopInfo-list > li {
  display: flex;
  align-items: flex-start;
  width: 100%;
  border-top: 4px solid #014190;
}
.shopInfo-list > li:last-child {
  border-bottom: 4px solid #014190;
}
@media screen and (max-width: 768px) {
  .shopInfo-list > li {
    display: block;
    border: 3px solid #014190;
    overflow: hidden;
    margin-bottom: 10px;
  }
}
.shopInfo-list > li > div {
  vertical-align: top;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .shopInfo-list > li > div {
    width: 100%;
  }
}
.shopInfo-list > li .img {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  max-height: 310px;
}
.shopInfo-list > li .img:hover {
  opacity: .8;
}
.shopInfo-list > li .img img {
  width: 100%;
  height: auto;
}
.shopInfo-list > li .ttl-box {
  margin-bottom: 30px;
}
.shopInfo-list > li .ttl-box a {
  display: block;
  padding: 32px 30px;
  position: relative;
  background: #014190;
  color: #fff;
}
.shopInfo-list > li .ttl-box a:hover {
  opacity: .9;
}
.shopInfo-list > li .ttl-box a:hover .more-btn {
  background-color: #fff;
  color: #014190;
}
@media screen and (max-width: 768px) {
  .shopInfo-list > li .ttl-box a {
    padding: 18px 25px;
  }
}
.shopInfo-list > li .ttl {
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .shopInfo-list > li .ttl {
    font-size: 23px;
  }
}
.shopInfo-list > li .ttl .sp-show {
  display: none;
}
@media screen and (max-width: 480px) {
  .shopInfo-list > li .ttl .sp-show {
    display: block;
  }
}
.shopInfo-list > li .ttl-sub {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .shopInfo-list > li .ttl-sub {
    font-size: 15px;
  }
}
.shopInfo-list > li .more-btn {
  display: block;
  padding: 0 20px;
  border: 2px solid #fff;
  border-radius: 4px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .shopInfo-list > li .more-btn {
    border: none;
  }
  .shopInfo-list > li .more-btn:before {
    content: "";
    background: url("../images//common/ico_arrow01.svg") center center no-repeat;
    background-size: 18px auto;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
  }
}
.shopInfo-list > li .info {
  margin: auto;
  max-width: 400px;
  text-align: center;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .shopInfo-list > li .info {
    max-width: 80%;
    font-size: 12px;
  }
}
.shopInfo-list > li .info > li {
  margin-bottom: 20px;
}

.shopInfo-salon {
  padding-bottom: 0;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .shopInfo-salon {
    border: 0;
  }
}
.shopInfo-salon .shopInfo-list > li {
  border-bottom: 3px solid #014190;
}
.shopInfo-salon .shopInfo-list > li .ttl-box {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .shopInfo-salon .shopInfo-list > li .ttl-box {
    margin-bottom: 30px;
  }
}
.shopInfo-salon .shopInfo-list > li .ttl-box .ttl {
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  .shopInfo-salon .shopInfo-list > li .ttl-box .ttl {
    font-size: 23px;
  }
}

.shopContact {
  text-align: center;
  color: #fff;
}
.shopContact-item {
  position: relative;
  padding: 80px 0 40px;
  background-image: url("../images//shop/img_contact_01.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .shopContact-item {
    padding: 50px 0 20px;
  }
}
.shopContact-item:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  content: "";
  z-index: 2;
}
.shopContact .ttl {
  position: relative;
  margin-bottom: 30px;
  font-size: 36px;
  font-weight: bold;
  z-index: 3;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .shopContact .ttl {
    margin-bottom: 20px;
    font-size: 23px;
  }
}
.shopContact .txt {
  position: relative;
  margin-bottom: 15px;
  font-size: 20px;
  z-index: 3;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .shopContact .txt {
    font-size: 12px;
  }
}
.shopContact ul {
  display: table;
  margin: auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .shopContact ul {
    display: block;
    width: 100%;
  }
}
.shopContact ul > li {
  display: table-cell;
  padding: 15px;
}
@media screen and (max-width: 768px) {
  .shopContact ul > li {
    display: block;
    width: 100%;
    padding: 0 10px 10px;
  }
}
.shopContact ul > li p {
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .shopContact ul > li p {
    font-size: 14px;
  }
}
.shopContact .shopContact-btn {
  position: relative;
  width: 430px;
  height: 60px;
  line-height: 58px;
  margin: 0 auto 5px;
  border: 3px solid #fff;
  font-size: 17px;
  color: #fff;
  z-index: 3;
  transition: .3s;
}
.shopContact .shopContact-btn:hover {
  background-color: #fff;
  color: #014190;
}
@media screen and (max-width: 768px) {
  .shopContact .shopContact-btn {
    width: 100%;
    font-size: 19px;
    pointer-events: auto !important;
  }
}
@media screen and (max-width: 480px) {
  .shopContact .shopContact-btn {
    font-size: 16px;
    font-size: 4vw;
  }
}
.shopContact .shopContact-btn-tel {
  padding-left: 1em;
  pointer-events: none;
}
.shopContact .shopContact-btn-tel:before {
  content: "";
  background-image: url("../images/common/ico_phone_02.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 4%;
  width: 30px;
  height: 30px;
  transform: translateY(-50%);
}
.shopContact .shopContact-btn-tel:hover:before {
  background-image: url("../images/common/ico_phone_03.png");
}
@media screen and (max-width: 768px) {
  .shopContact .shopContact-btn-tel {
    font-size: 19px;
    background-position: .7em center;
  }
}
@media screen and (max-width: 480px) {
  .shopContact .shopContact-btn-tel {
    font-size: 16px;
    font-size: 4vw;
    padding-left: 1.5em;
  }
}
.shopContact .shopContact-btn-fax {
  padding-left: 1em;
  pointer-events: none;
}
.shopContact .shopContact-btn-fax:before {
  content: "";
  background-image: url("../images/common/ico_fax_02.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 4%;
  width: 30px;
  height: 30px;
  transform: translateY(-50%);
}
.shopContact .shopContact-btn-fax:hover:before {
  background-image: url("../images/common/ico_fax_01.png");
}
@media screen and (max-width: 768px) {
  .shopContact .shopContact-btn-fax {
    font-size: 20px;
    background-position: .7em center;
  }
}
@media screen and (max-width: 480px) {
  .shopContact .shopContact-btn-fax {
    font-size: 16px;
    font-size: 4vw;
    padding-left: 1.5em;
  }
}

.search-shopContact {
  text-align: center;
  color: #0b0b0b;
  background-image: none;
}
.search-shopContact .txt {
  position: relative;
  margin-bottom: 15px;
  font-size: 20px;
  z-index: 3;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .search-shopContact .txt {
    font-size: 12px;
  }
}
.search-shopContact ul {
  display: table;
  margin: auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .search-shopContact ul {
    display: block;
    width: 100%;
  }
}
.search-shopContact ul > li {
  display: table-cell;
  padding: 15px;
}
@media screen and (max-width: 768px) {
  .search-shopContact ul > li {
    display: block;
    width: 100%;
    padding: 0 10px 10px;
  }
}
.search-shopContact ul > li p {
  color: #000;
  font-size: 13px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .search-shopContact ul > li p {
    font-size: 14px;
  }
}
.search-shopContact .shopContact-btn {
  position: relative;
  width: 300px;
  height: 40px;
  line-height: 36px;
  margin: 0 auto 5px;
  border: 1.5px solid #0b0b0b;
  font-size: 20px;
  color: #fff;
  z-index: 3;
  transition: .3s;
}
.search-shopContact .shopContact-btn:hover {
  background-color: #0b0b0b;
  color: #014190;
}
@media screen and (max-width: 768px) {
  .search-shopContact .shopContact-btn {
    width: 100%;
    font-size: 19px;
    pointer-events: auto !important;
  }
}
@media screen and (max-width: 480px) {
  .search-shopContact .shopContact-btn {
    font-size: 16px;
    font-size: 4vw;
  }
}
.search-shopContact .shopContact-btn-tel {
  color: #0b0b0b;
  padding-left: 1em;
  pointer-events: none;
}
.search-shopContact .shopContact-btn-tel:before {
  /*
  content: "";
  background-image: url('../../jutaku_files/images/common/ico_phone_02.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 4%;
  width: 30px;
  height: 30px;
  transform: translateY(-50%);
  */
}
@media screen and (max-width: 768px) {
  .search-shopContact .shopContact-btn-tel {
    font-size: 19px;
    background-position: .7em center;
    pointer-events: auto !important;
  }
}
@media screen and (max-width: 480px) {
  .search-shopContact .shopContact-btn-tel {
    font-size: 16px;
    font-size: 4vw;
    padding-left: 1.5em;
  }
}
.search-shopContact .shopContact-btn-fax {
  color: #0b0b0b;
  padding-left: 1em;
  pointer-events: none;
}
.search-shopContact .shopContact-btn-fax:before {
  /*
  content: "";
  background-image: url('../../jutaku_files/images/common/ico_fax_02.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 4%;
  width: 30px;
  height: 30px;
  transform: translateY(-50%);
  */
}
@media screen and (max-width: 768px) {
  .search-shopContact .shopContact-btn-fax {
    font-size: 20px;
    background-position: .7em center;
  }
}
@media screen and (max-width: 480px) {
  .search-shopContact .shopContact-btn-fax {
    font-size: 16px;
    font-size: 4vw;
    padding-left: 1.5em;
  }
}

.shopGreeting {
  padding-bottom: 70px;
}
.shopGreeting .figure {
  margin-bottom: 90px;
}
@media screen and (max-width: 768px) {
  .shopGreeting .figure {
    margin-bottom: 20px;
  }
}
.shopGreeting .catch {
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .shopGreeting .catch {
    margin-bottom: 10px;
    font-size: 17px;
  }
}
.shopGreeting .txt-box {
  max-width: 860px;
  margin: auto;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .shopGreeting .txt-box {
    font-size: 11px;
  }
}
.shopGreeting .txt-box p + p {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .shopGreeting .txt-box br {
    display: none;
  }
}

.shopDetails {
  padding-bottom: 30px;
}
.shopDetails-contents dt {
  margin-bottom: 30px;
  border-bottom: 4px solid #014190;
  font-size: 24px;
  color: #014190;
  font-weight: 600;
}
.shopDetails-contents dt#staff {
  margin-top: -160px;
  padding-top: 160px;
}
@media screen and (max-width: 768px) {
  .shopDetails-contents dt {
    margin-bottom: 15px;
    font-size: 14px;
  }
  .shopDetails-contents dt#staff {
    margin-top: -120px;
    padding-top: 120px;
  }
}
.shopDetails-contents dd {
  margin-bottom: 60px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .shopDetails-contents dd {
    margin-bottom: 30px;
  }
}

.shopDetails-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  border: 4px solid #014190;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .shopDetails-list {
    flex-direction: column;
  }
}
.shopDetails-list > .img,
.shopDetails-list .txt-box {
  width: 50%;
  max-height: 370px;
}
@media screen and (max-width: 768px) {
  .shopDetails-list > .img,
  .shopDetails-list .txt-box {
    width: 100%;
  }
}
.shopDetails-list .img {
  margin-top: -88px;
}
.shopDetails-list .img iframe {
  width: 100%;
  height: 404px;
}
@media screen and (max-width: 768px) {
  .shopDetails-list .img {
    margin-top: 0;
  }
  .shopDetails-list .img iframe {
    height: 360px;
  }
}
.shopDetails-list .ttl-box {
  width: 100%;
  padding: 26px 30px;
  background: #014190;
  color: #fff;
  font-size: 36px;
  line-height: 1;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .shopDetails-list .ttl-box {
    padding: 20px;
    font-size: 23px;
    text-align: center;
  }
}
.shopDetails-list .info {
  padding: 20px 0 0 40px;
  width: 400px;
}
@media screen and (max-width: 768px) {
  .shopDetails-list .info {
    width: 100%;
    padding: 20px;
    text-align: center;
  }
}
.shopDetails-list .info > li {
  margin-bottom: 20px;
  color: #014190;
}
.shopDetails-list .info > li.add {
  margin-bottom: 24px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .shopDetails-list .info > li.add {
    font-size: 13px;
  }
}
.shopDetails-list .info > li.openhour {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .shopDetails-list .info > li.openhour {
    font-size: 12px;
    margin-bottom: 0;
  }
}

.bx-wrapper {
  margin: auto;
  position: relative;
}
.bx-wrapper .bx-next,
.bx-wrapper .bx-prev {
  position: absolute;
  top: 50%;
  width: 100px;
  height: 100px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  opacity: .6;
  transition: .5s;
}
.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-prev:hover {
  opacity: 1;
}
.bx-wrapper .bx-next {
  background: url("../images/shop/icon_arrow_left.svg") no-repeat 18px 5px;
  transform: rotate(-180deg) translate(-35%, 50%);
  right: 0px;
}
.bx-wrapper .bx-prev {
  background: url("../images/shop/icon_arrow_left.svg") no-repeat 0 5px;
  transform: translate(-20%, -50%);
  left: 0px;
}

.shopDetails-slider > li {
  border: 3px solid #EEEEEE;
}
.shopDetails-slider figure {
  width: 100%;
}
.shopDetails-slider figure img {
  width: 100%;
}
.shopDetails-slider a {
  color: #4FCBFF;
}
.shopDetails-slider .name {
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 10px;
}
.shopDetails-slider .name-en {
  display: block;
  font-size: 14px;
}
.shopDetails-slider .txt-box {
  padding: 25px;
}
@media screen and (max-width: 768px) {
  .shopDetails-slider .txt-box {
    padding: 10px;
  }
}
.shopDetails-slider .txt-box .txt {
  border-bottom: 2px solid #ccc;
  margin-bottom: 18px;
  padding-bottom: 18px;
}
.shopDetails-slider .licence {
  color: #014190;
  font-size: 16px;
  font-weight: bold;
}
.shopDetails-slider .list li:before {
  content: "・";
}

.shopDetails-table {
  border: 1px solid #CCC;
  width: 100%;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .shopDetails-table {
    font-size: 10px;
  }
}
.shopDetails-table tr {
  border-bottom: 1px solid #CCC;
}
.shopDetails-table th {
  background-color: #F9F9F9;
  padding: 20px 28px;
  width: 240px;
}
@media screen and (max-width: 768px) {
  .shopDetails-table th {
    width: 25%;
    padding: 10px;
  }
}
.shopDetails-table td {
  padding: 20px 30px;
}
@media screen and (max-width: 768px) {
  .shopDetails-table td {
    padding: 10px;
  }
}

.shopDetails-staff li .name {
  font-size: 24px;
}
.shopDetails-staff li .name .name-en {
  font-size: 14px;
  display: block;
}

.shopDetails-blog > ul li {
  border-bottom: 2px solid #E2E2E2;
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .shopDetails-blog > ul li {
    font-size: 11px;
  }
}
.shopDetails-blog > ul li a {
  display: block;
  padding: 10px;
}
.shopDetails-blog > ul li a:hover {
  text-decoration: none;
  color: #4FCBFF;
}
.shopDetails-blog > ul li .ico-new {
  color: #4FCBFF;
  font-size: 20px;
  font-family: "Avenir", "Corbel", "Osaka", 'ＭＳ ゴシック', 'MS Gothic', 'Osaka-mono', 'monospace', "sans-serif";
}
@media screen and (max-width: 768px) {
  .shopDetails-blog > ul li .ico-new {
    font-size: 10px;
  }
}

/***** color replace*****/
.shopSalon .c-title-main,
.shopSalon .c-title-sub {
  color: #050505;
}
.shopSalon .shopDetails-list {
  border-color: #333;
}
.shopSalon .shopDetails-list .ttl-box {
  background: #333;
}
.shopSalon .shopDetails-list .info > li {
  color: #333;
}
.shopSalon .shopDetails-contents dt {
  border-bottom-color: #333;
  color: #333;
}
.shopSalon .shopDetails-contents .licence {
  color: #333;
}
.shopSalon + .shareSection {
  border-color: #333;
  background-color: #F9F9F9;
}
.shopSalon + .shareSection .topSection-ttl,
.shopSalon + .shareSection .topSection-sub-ttl {
  color: #050505;
}

.reasonIntro {
  padding-bottom: 30px !important;
}

/* ------------------------------------------------
  reasonList
---------------------------------------------- */
.reasonList {
  font-weight: bold;
  text-align: center;
  color: #014190;
}
.reasonList li {
  padding: 20px 0 50px;
}
.reasonList li .reason-title {
  margin: 0 0 30px;
  font-size: 38px;
}
@media screen and (max-width: 768px) {
  .reasonList li .reason-title {
    font-size: 19px;
  }
}
.reasonList li .reason-title .reason-title-num {
  display: block;
  margin-bottom: 20px;
  font-size: 70px;
}
@media screen and (max-width: 768px) {
  .reasonList li .reason-title .reason-title-num {
    font-size: 42px;
  }
}
.reasonList li .reason-title .reason-title-num:after {
  content: "";
  display: block;
  width: 150px;
  height: 4px;
  margin: 0 auto;
  background: #014190;
}
@media screen and (max-width: 768px) {
  .reasonList li .reason-title .reason-title-num:after {
    width: 80px;
  }
}
.reasonList li .reason-title .reason-title-txt {
  display: block;
}
.reasonList li .txt {
  max-width: 740px;
  margin: 0 auto;
  text-align: left;
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .reasonList li .txt {
    font-size: 14px;
  }
}
.reasonList li:nth-child(2n+1) {
  background: #014190;
  color: #fff;
}
.reasonList li:nth-child(2n+1) .reason-title-num:after {
  background: #fff;
}
.reasonList li.reasonbg {
  background: url("../images/reason/reason1_bg.jpg") center center no-repeat;
  background-size: cover;
}

.mypageInfo {
  margin: 0 auto 50px;
  padding-bottom: 0 !important;
  max-width: 975px;
}
.mypageInfo .txt {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .mypageInfo .txt {
    font-size: 16px;
    padding: 0 10px;
  }
}
.mypageInfo-img {
  position: relative;
}
.mypageInfo-worries .title-container {
  display: flex;
  align-items: center;
}
.mypageInfo-worries .title-container .img01 {
  dispaly: block;
  margin: 0px 10px 0px 20px;
}
@media screen and (max-width: 768px) {
  .mypageInfo-worries .title-container .img01 {
    width: 15%;
    margin: 0px 5px 0px 0px;
  }
}
.mypageInfo-worries .title-container .img02 {
  position: relative;
  top: 25px;
}
@media screen and (max-width: 768px) {
  .mypageInfo-worries .title-container .img02 {
    width: 84%;
    top: 5px;
  }
}
.mypageInfo-worries .title-container .title {
  font-size: 30px;
  position: relative;
  top: 50px;
  color: #696969;
}
@media screen and (max-width: 768px) {
  .mypageInfo-worries .title-container .title {
    font-size: 15px;
    top: 10px;
  }
}
.mypageInfo-worries .title-container .blue {
  color: #0AA4E9;
}
.mypageInfo-worries .worries-container {
  margin: 20px -5px 20px 0;
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
}
@media screen and (max-width: 768px) {
  .mypageInfo-worries .worries-container {
    display: block;
  }
}
.mypageInfo-worries .worries-container .worry {
  background: #EFEEDF;
  border-radius: 10px;
  width: 483px;
  height: 50px;
  box-sizing: border-box;
  text-align: center;
  margin: 0px 5px 5px 0px;
  font-size: 16px;
  color: #595757;
  line-height: 50px;
}
.mypageInfo-worries .worries-container .worry .li {
  position: relative;
  top: 3px;
}
@media screen and (max-width: 768px) {
  .mypageInfo-worries .worries-container .worry {
    width: 100%;
    padding: 0px 5px;
  }
}
.mypageInfo-worries .worries-container .worry .dot {
  position: relative;
  top: -5px;
}
.mypageInfo-worries .under {
  margin: 30px auto;
  display: block;
}
.mypageInfo-worries .recommend {
  margin: 10px auto;
  display: block;
}
.mypageInfo-list {
  margin: 90px 0;
}
@media screen and (max-width: 768px) {
  .mypageInfo-list {
    margin: 50px auto;
  }
}
.mypageInfo-list .title {
  color: #0AA4E9;
  font-size: 36px;
  font-weight: bold;
  width: 600px;
}
@media screen and (max-width: 768px) {
  .mypageInfo-list .title {
    width: 100%;
    font-size: 20px;
    margin: 10px auto;
  }
}
.mypageInfo-list .title::after {
  border-bottom: dotted;
  content: '';
  display: block;
  height: 10px;
}
@media screen and (max-width: 768px) {
  .mypageInfo-list .title::after {
    width: 100%;
    height: 5px;
  }
}
.mypageInfo-container {
  margin-top: 50px;
  display: flex;
}
@media screen and (max-width: 768px) {
  .mypageInfo-container {
    flex-direction: column-reverse;
    margin-top: 30px;
  }
}
.mypageInfo-container .info {
  font-size: 18px;
  width: 437px;
  margin-right: 110px;
  color: #595757;
}
@media screen and (max-width: 768px) {
  .mypageInfo-container .info {
    margin: 30px auto;
    font-size: 16px;
    width: 100%;
  }
  .mypageInfo-container .info .sp-br {
    display: none;
  }
}
.mypageInfo-imgWrapper {
  position: relative;
  width: 366px;
  margin-right: -110px;
}
@media screen and (max-width: 768px) {
  .mypageInfo-imgWrapper {
    margin: 10px auto;
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .mypageInfo-imgWrapper .img03 {
    display: block;
  }
}
.mypageInfo-imgWrapper .img04 {
  position: absolute;
  bottom: -20px;
  right: -50px;
  opacity: 0.7;
  width: 114px;
  height: 80px;
}
@media screen and (max-width: 768px) {
  .mypageInfo-imgWrapper .img04 {
    bottom: -18px;
    right: -20px;
  }
}
.mypageInfo-news {
  margin-top: 160px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .mypageInfo-news {
    position: static;
    margin: 50px auto 30px auto;
  }
}
.mypageInfo-news .news-container {
  width: 600px;
  height: 310px;
  position: absolute;
  right: 0;
  top: -100px;
}
@media screen and (max-width: 768px) {
  .mypageInfo-news .news-container {
    width: 100%;
    position: static;
    height: auto;
    margin: 20px auto;
  }
}
.mypageInfo-news .news-container .title {
  color: #E4007F;
  font-size: 36px;
  font-weight: bold;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .mypageInfo-news .news-container .title {
    font-size: 20px;
  }
}
.mypageInfo-news .news-container .title::after {
  border-bottom: dotted;
  width: 100%;
  content: '';
  display: block;
  height: 10px;
}
.mypageInfo-news .news-container .info {
  margin-top: 20px;
  font-size: 16px;
  color: #595757;
  right: 15px;
  top: 130px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .mypageInfo-news .news-container .info .sp-br {
    display: none;
  }
}

.mypagecanbeInfo {
  padding: 0;
  text-align: center;
  color: #fff;
  background-image: url("../images/mypage/onayami.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.mypagecanbeInfo-item {
  position: relative;
  padding: 50px 0;
  background: rgba(0, 0, 0, 0.5);
}
.mypagecanbeInfo-item .title {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .mypagecanbeInfo-item .title {
    font-size: 18px;
  }
}
.mypagecanbeInfo-item .txt {
  position: relative;
  margin-bottom: 15px;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .mypagecanbeInfo-item .txt {
    font-size: 16px;
  }
}
.mypagecanbeInfo-item .txt_min {
  margin-bottom: 20px;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .mypagecanbeInfo-item .txt_min {
    font-size: 14px;
  }
}
.mypagecanbeInfo-btn {
  position: relative;
  width: 440px;
  margin: 0 auto;
  padding: 7px 0;
  border: 3px solid #fff;
  font-size: 22px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .mypagecanbeInfo-btn {
    width: 100%;
    font-size: 16px;
    padding: 4px 0 3px;
  }
}
.mypagecanbeInfo-btn:hover {
  color: #fff;
}

/* ------------------------------------------------
	mypagecanbeList
---------------------------------------------- */
.mypagecanbeList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .mypagecanbeList {
    display: block;
  }
}
.mypagecanbeList li {
  width: 33.3333%;
  padding: 50px;
  text-align: center;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .mypagecanbeList li {
    width: 100%;
    padding: 30px;
  }
}
.mypagecanbeList li .title {
  padding-bottom: 10px;
  margin-bottom: 15px;
  font-size: 24px;
  border-bottom: 3px solid #fff;
}
.mypagecanbeList li .title:before {
  content: "";
  display: block;
  width: 100%;
  height: 100px;
  margin-bottom: 20px;
}
.mypagecanbeList li .txt {
  font-size: 18px;
}
.mypagecanbeList .mypagecanbeList__mypage {
  background: #014190;
}
.mypagecanbeList .mypagecanbeList__mypage .title:before {
  background: url("../images/common/ico_mypage_01.png") center center no-repeat;
  background-size: 100px 100px;
}
.mypagecanbeList .mypagecanbeList__mail {
  background: #4FCBFF;
}
.mypagecanbeList .mypagecanbeList__mail .title:before {
  background: url("../images/common/ico_mail.png") center center no-repeat;
}
.mypagecanbeList .mypagecanbeList__think {
  background: #FFA921;
}
.mypagecanbeList .mypagecanbeList__think .title:before {
  background: url("../images/common/ico_think.png") center center no-repeat;
}

.mypagecanbeBottom {
  padding: 80px 0;
  font-size: 34px;
  color: #014190;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .mypagecanbeBottom {
    padding: 40px 0;
    font-size: 24px;
  }
}

.mypageIntro {
  margin: 0 auto 50px;
  padding-bottom: 0 !important;
  max-width: 850px;
}
.mypageIntro .txt {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .mypageIntro .txt {
    font-size: 16px;
    padding: 0 10px;
  }
}
.mypageIntro .contactNote {
  font-size: 16px;
  margin-top: -30px;
}
@media screen and (max-width: 768px) {
  .mypageIntro .contactNote {
    margin-top: 0;
    font-size: 14px;
  }
}

.assessment-flow h2 {
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 1em;
  background: #014190;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .assessment-flow h2 {
    font-size: 13px;
  }
}
.assessment-flow img {
  width: 100%;
}

.contact-flow {
  position: relative;
  margin: 20px 0 20px;
  display: flex;
  justify-content: space-between;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contact-flow {
    margin: 20px 0 10px;
  }
}
.contact-flow li {
  position: relative;
  text-align: center;
  color: #EEE;
  width: 33.33%;
}
.contact-flow li .flow-num {
  position: relative;
  display: inline-block;
  height: 35px;
  width: 35px;
  line-height: 35px;
  margin-bottom: 5px;
  background: #EEE;
  border-radius: 50%;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .contact-flow li .flow-num {
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 20px;
  }
}
.contact-flow li .flow-txt {
  display: block;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .contact-flow li .flow-txt {
    font-size: 14px;
  }
}
.contact-flow li::after {
  content: '';
  display: block;
  height: 4px;
  width: 100%;
  background: #eee;
  position: absolute;
  left: 50%;
  top: 17px;
  z-index: -2;
}
@media screen and (max-width: 768px) {
  .contact-flow li::after {
    top: 20px;
    height: 4px;
  }
}
.contact-flow li:last-child::after {
  content: none;
}
.contact-flow .current .flow-num, .contact-flow .visited .flow-num {
  background: #4FCBFF;
}
.contact-flow .current .flow-txt, .contact-flow .visited .flow-txt {
  color: #4FCBFF;
}
.contact-flow > li + li + .current .flow-num {
  background: #014190;
}
.contact-flow > li + li + .current .flow-txt {
  color: #014190;
}
.contact-flow .visited::after {
  background: #4FCBFF;
}

.contactDetail {
  padding-top: 0 !important;
}
.contactDetail .contact-title {
  margin-bottom: 20px;
  font-size: 24px;
  color: #014190;
  font-weight: bold;
  border-bottom: 3px solid #014190;
}
@media screen and (max-width: 768px) {
  .contactDetail .contact-title {
    font-size: 14px;
    border-bottom: 2px solid #014190;
  }
}
.contactDetail .contact-title .aten {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .contactDetail .contact-title .aten {
    font-size: 10px;
  }
}
.contactDetail .contact-title .aten span {
  color: #D0021B;
}
.contactDetail .contact-block {
  padding: 0 0 20px;
  margin: 0 0 20px;
  color: #333;
  border-bottom: 2px solid #E2E2E2;
}
.contactDetail .contact-block .contact-sttl {
  position: relative;
  padding-right: 30px;
  font-size: 20px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .contactDetail .contact-block .contact-sttl {
    padding: 0 0 5px;
    font-size: 13px;
    text-align: left;
  }
}
.contactDetail .contact-block .contact-sttl span {
  position: absolute;
  top: -5px;
  right: 14px;
  color: #D0021B;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .contactDetail .contact-block .contact-sttl span {
    position: static;
    font-size: 11px;
  }
}
.contactDetail .contact-block .contact-item {
  border-left: 2px solid #E2E2E2;
  padding: 0 0 0 30px;
  font-size: 16px;
  /*radio01 css*/
}
@media screen and (max-width: 768px) {
  .contactDetail .contact-block .contact-item {
    padding: 0;
    border-left: 0;
    font-size: 11px;
  }
}
@media screen and (max-width: 768px) {
  .contactDetail .contact-block .contact-item .row {
    margin: 0 -5px;
  }
}
@media screen and (max-width: 768px) {
  .contactDetail .contact-block .contact-item .row .col-4 {
    padding: 0 5px;
  }
}
.contactDetail .contact-block .contact-item .form-check {
  margin: 0.2em 0;
}
@media screen and (max-width: 768px) {
  .contactDetail .contact-block .contact-item .form-check {
    display: table;
    width: 100%;
  }
}
.contactDetail .contact-block .contact-item input, .contactDetail .contact-block .contact-item textarea {
  padding: 13px;
  border: 2px solid #ccc;
  border-radius: 0;
}
.contactDetail .contact-block .contact-item input.required, .contactDetail .contact-block .contact-item textarea.required {
  border: 3px solid #FF7B7B;
}
@media screen and (max-width: 768px) {
  .contactDetail .contact-block .contact-item input, .contactDetail .contact-block .contact-item textarea {
    font-size: 12px;
  }
}
.contactDetail .contact-block .contact-item .radio-input {
  display: none;
}
.contactDetail .contact-block .contact-item .radio-parts {
  position: relative;
  padding-left: 25px;
  margin-right: 25px;
}
.contactDetail .contact-block .contact-item .radio-parts::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #ddd;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .contactDetail .contact-block .contact-item .radio-parts::before {
    top: -5px;
  }
}
.contactDetail .contact-block .contact-item .radio-input:checked + .radio-parts::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 50%;
  border: 6px solid #4FCBFF;
}
@media screen and (max-width: 768px) {
  .contactDetail .contact-block .contact-item .radio-input:checked + .radio-parts::after {
    top: -5px;
  }
}
.contactDetail .contact-block .contact-item .form-check-label {
  margin-bottom: 0;
  position: relative;
  padding-left: 26px;
  font-weight: normal;
  color: #333;
  font-size: 16px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .contactDetail .contact-block .contact-item .form-check-label {
    display: table-cell;
    padding: 0;
    height: 4.5em;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .contactDetail .contact-block .contact-item .form-check-label input {
    display: none;
  }
}
.contactDetail .contact-block .contact-item .form-check-label:before {
  position: absolute;
  top: -1px;
  left: 0;
  width: 18px;
  height: 18px;
  border: 2px solid #014190;
  content: "";
  background: #fff;
}
@media screen and (max-width: 768px) {
  .contactDetail .contact-block .contact-item .form-check-label:before {
    display: block;
    width: 100%;
    height: 4.5em;
    padding: 10px;
    background: #eee;
    border: 0;
    z-index: -1;
    border-radius: 3px;
  }
}
.contactDetail .contact-block .contact-item .form-check-label:after {
  display: none;
  position: absolute;
  top: 2px;
  left: 4px;
  width: 11px;
  height: 13px;
  background-image: url("../images/common/ico_check_01.png");
  background-position: left top;
  background-size: 11px auto;
  background-repeat: no-repeat;
  content: "";
}
@media screen and (max-width: 768px) {
  .contactDetail .contact-block .contact-item .form-check-label:after {
    top: 0;
    background-image: none;
  }
}
@media screen and (max-width: 768px) {
  .contactDetail .contact-block .contact-item .form-check-label.checked {
    color: #fff;
  }
}
.contactDetail .contact-block .contact-item .form-check-label.checked:before {
  background: #4FCBFF;
}
@media screen and (max-width: 768px) {
  .contactDetail .contact-block .contact-item .form-check-label.checked:before {
    background: #014190;
  }
}
.contactDetail .contact-block .contact-item .form-check-label.checked:after {
  display: block;
}
.contactDetail .contact-block .contact-item .form-check-label .form-check-input {
  position: absolute;
  top: -3px;
  left: 0;
  margin-left: 0;
  outline: none;
  z-index: -1;
}
.contactDetail .contact-block .contact-item .selectbox {
  display: inline-block;
}
.contactDetail .contact-block .contact-item .selectbox select {
  position: relative;
  padding: 10px 50px 10px 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 3px solid #CCCCCC;
  background: #fff;
}
.contactDetail .contact-block .contact-item .selectbox select.required {
  border: 3px solid #FF7B7B;
}
.contactDetail .contact-block .contact-item .selectbox select::-ms-expand {
  display: none;
}
.contactDetail .contact-block .contact-item .selectbox label {
  position: relative;
}
.contactDetail .contact-block .contact-item .selectbox label::after {
  display: block;
  content: " ";
  position: absolute;
  top: 11px;
  right: 3px;
  width: 40px;
  height: 48px;
  margin-top: -8px;
  background: #4FCBFF url("../images/common/ico_select_02.png") center center no-repeat;
  background-size: 22px;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .contactDetail .contact-block .contact-item .selectbox label::after {
    top: 11px;
    right: 3px;
    width: 40px;
    height: 39px;
  }
}
.contactDetail .contact-block .contact-item .selectbox.select-base select {
  border: 3px solid #777777;
}
.contactDetail .contact-block .contact-item .selectbox.select-base label::after {
  background: #777777 url("../images/common/ico_select_02.png") center center no-repeat;
  background-size: 22px;
}
@media screen and (max-width: 768px) {
  .contactDetail .contact-block .contact-item .fax-numberblock {
    margin-top: 10px;
  }
}
.contactDetail .contact-block .contact-item .fax-numberblock input[type="text"] {
  width: 18em;
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .contactDetail .contact-block .contact-item .fax-numberblock input[type="text"] {
    padding: 5px 5px;
    margin-left: 5px;
    width: 18em;
  }
}
.contactDetail .contact-block .contact-item > .row + .row {
  margin-top: 10px;
}
.contactDetail .contact-block .contact-item .postcode {
  width: 9em;
}
@media screen and (max-width: 768px) {
  .contactDetail .contact-block .contact-item .postcode {
    padding: 10px 5px;
    width: 6.5em;
  }
}
.contactDetail .btn-block {
  padding: 30px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contactDetail .btn-block {
    padding: 10px 0;
  }
}
.contactDetail .btn-block .btn-txt {
  font-size: 14px;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .contactDetail .btn-block .btn-txt {
    font-size: 12px;
  }
}
.contactDetail .btn-block .btn-txt a {
  color: #4FCBFF;
  font-weight: bold;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .contactDetail .btn-block .button-type3d-gray, .contactDetail .btn-block .button-type3d-light {
    display: inline-block;
    padding: 10px 20px;
    margin: 0 5px;
    font-size: 14px;
  }
}
.contactDetail .button-type3d-redorenge {
  margin: 0;
  padding: 10px 18px;
  text-align: center;
  font-size: 19px;
}
@media screen and (max-width: 768px) {
  .contactDetail .button-type3d-redorenge {
    display: inline-block;
    padding: 12px 10px;
    margin-bottom: 10px;
    font-size: 12px;
  }
}

.contactSell .tab-area {
  margin: -40px 0 40px;
}
.contactSell .typeSelect .row div {
  margin-bottom: 10px;
}

.form-policy {
  padding: 30px;
  margin-top: 30px;
  font-size: 16px;
  background: #F9F9F9;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .form-policy {
    font-size: 12px;
  }
}
.form-policy .txt {
  margin-bottom: 10px;
}
.form-policy a {
  text-decoration: underline;
  color: #FF7B7B;
  font-weight: bold;
}

.contactComplete {
  padding: 80px 0;
  text-align: center;
  background: #f9f9f9;
}
@media screen and (max-width: 768px) {
  .contactComplete {
    padding: 40px 0;
  }
}
.contactComplete .contact-title {
  margin-bottom: 20px;
  font-size: 34px;
  font-weight: bold;
  color: #014190;
}
@media screen and (max-width: 768px) {
  .contactComplete .contact-title {
    font-size: 17px;
  }
}
.contactComplete .txt {
  font-size: 18px;
  margin: 0 100px;
}
@media screen and (max-width: 768px) {
  .contactComplete .txt {
    font-size: 14px;
    margin: 0 20px;
  }
}

.frame.privacy {
  text-align: left;
  height: 240px;
  overflow-y: scroll;
  border: 2px solid #e2e2e2;
  padding: 30px;
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .frame.privacy {
    padding: 10px;
  }
}
.frame.privacy .c-section {
  margin-bottom: 20px;
}
.frame.privacy .c-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0;
  padding: 0;
}
.frame.privacy .c-stitle {
  font-size: 16px;
}

/* ------------------------------------------------
  bukken
---------------------------------------------- */
.bukkenList li .bg_img {
  width: 100%;
}

.bukken .pager .prev {
  font-size: 13px;
}
.bukken .pager .prev a {
  display: block;
  padding: 3px 10px;
  background: #014190;
  color: #fff;
  border-radius: 5px;
  text-decoration: none;
}
.bukken .pager .prev.disabled, .bukken .pager .next.disabled {
  color: #aaa;
}

@media screen and (min-width: 767px) {
  .bukkenDetail .bukken-view-nav .link-block {
    height: 90px;
  }
  .bukkenDetail .favoriteBtn.on {
    background: #ddd;
    color: #fff;
    box-shadow: 0 2px 0 #bbb;
    padding-left: 20px;
  }
}
/* ------------------------------------------------
  compare
---------------------------------------------- */
.compare-btn-box {
  border: 2px solid #014190;
  background: #f9f9f9;
  padding: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.compare-btn-box .form-check {
  margin: 0 auto 0 0;
}
.compare-btn-box span {
  color: #014190;
  font-weight: bold;
  font-size: 1.2em;
}
.compare-btn-box .btn-wrap {
  margin: 0 0 3px 10px;
}
.compare-btn-box.compare-btn-box-top {
  position: relative;
}
.compare-btn-box.compare-btn-box-top::before {
  content: '';
  position: absolute;
  bottom: -20px;
  left: 5%;
  margin-left: -10px;
  width: 0;
  height: 0;
  border-top: 20px solid #014190;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
}
.compare-btn-box.compare-btn-box-top::after {
  content: '';
  position: absolute;
  bottom: -16px;
  left: 5%;
  margin-left: -10px;
  width: 0;
  height: 0;
  border-top: 20px solid #f9f9f9;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
}
.compare-btn-box.compare-btn-box-bottom {
  position: relative;
}
.compare-btn-box.compare-btn-box-bottom::before {
  content: '';
  position: absolute;
  top: -21px;
  left: 5%;
  margin-left: -10px;
  width: 0;
  height: 0;
  border-bottom: 20px solid #014190;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
}
.compare-btn-box.compare-btn-box-bottom::after {
  content: '';
  position: absolute;
  top: -17px;
  left: 5%;
  margin-left: -10px;
  width: 0;
  height: 0;
  border-bottom: 20px solid #f9f9f9;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
}
@media screen and (max-width: 768px) {
  .compare-btn-box {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .compare-btn-box .form-check {
    margin: 0 1.5em 0 0;
  }
  .compare-btn-box span {
    font-size: 1em;
  }
  .compare-btn-box .btn-wrap {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    margin: 10px 0 3px;
  }
  .compare-btn-box .btn-wrap a {
    margin-right: 10px;
  }
}
.compare .compare-tbl-box {
  box-sizing: border-box;
  margin: 30px 0;
}
.compare .compare-tbl-box .compare-table {
  table-layout: fixed;
  width: 100%;
  border: 2px solid #ddd;
  color: #333;
}
.compare .compare-tbl-box .compare-table caption.th-sp {
  display: none;
}
.compare .compare-tbl-box .compare-table tbody tr.th-sp {
  display: none;
}
.compare .compare-tbl-box .compare-table tbody tr th, .compare .compare-tbl-box .compare-table tbody tr td {
  border: 2px solid #ddd;
}
.compare .compare-tbl-box .compare-table tbody tr th {
  width: 180px;
  font-weight: bold;
  font-size: 1.2em;
  background: #EDF8FA;
}
.compare .compare-tbl-box .compare-table tbody tr th span {
  font-size: 12px;
}
.compare .compare-tbl-box .compare-table tbody tr td .form-check {
  text-align: center;
}
.compare .compare-tbl-box .compare-table tbody tr td .form-check-label {
  margin-bottom: 8px;
}
.compare .compare-tbl-box .compare-table tbody tr td img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .compare .compare-tbl-box {
    overflow-x: auto;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    width: 100%;
  }
  .compare .compare-tbl-box .compare-table {
    border-top: none;
  }
  .compare .compare-tbl-box .compare-table caption.th-sp {
    display: table-caption;
    caption-side: top;
    width: 100%;
    font-weight: bold;
    font-size: 1em;
    color: #333;
    background: #EDF8FA;
    border: 2px solid #ddd;
    padding: .75em;
    vertical-align: top;
  }
  .compare .compare-tbl-box .compare-table tbody {
    width: 100%;
    overflow-x: auto;
    background: #EDF8FA;
  }
  .compare .compare-tbl-box .compare-table tbody tr {
    overflow-x: auto;
  }
  .compare .compare-tbl-box .compare-table tbody tr th {
    display: none;
  }
  .compare .compare-tbl-box .compare-table tbody tr td {
    width: 168px;
    background: #fff;
  }
  .compare .compare-tbl-box .compare-table tbody tr.th-sp {
    display: table-row;
    width: 100%;
    background: #EDF8FA;
  }
  .compare .compare-tbl-box .compare-table tbody tr.th-sp td {
    border: 0;
    font-weight: bold;
    font-size: 1em;
    background: transparent;
  }
  .compare .compare-tbl-box .compare-table tbody tr:first-child td {
    border-top: none;
  }
}

.compare-loader {
  display: none;
  /* ローディングの背景部分のCSS */
}
.compare-loader .caption {
  display: none;
}
.compare-loader .loader {
  background: #fff;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  opacity: 0.8;
}
.compare-loader p,
.compare-loader img {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 101;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}
.compare-loader p {
  font-size: 18px;
  color: #014190;
  font-weight: bold;
  border: 2px solid #014190;
  padding: 10px 20px;
  background: #fff;
}
.compare-loader p br {
  display: none;
}
@media screen and (max-width: 768px) {
  .compare-loader p br {
    display: block;
  }
}
@-webkit-keyframes load1 {
  0%,
        80%,
        100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
@keyframes load1 {
  0%,
        80%,
        100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
/* ------------------------------------------------
  library
---------------------------------------------- */
.libraryIntro .txt {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .libraryIntro .txt {
    font-size: 16px;
    padding: 0 10px;
  }
}

.library-btn-box {
  border: 2px solid #014190;
  background: #fff;
  padding: 5px 10px;
  margin-bottom: 40px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
.library-btn-box::before {
  content: '';
  position: absolute;
  bottom: -20px;
  left: 5%;
  margin-left: -10px;
  width: 0;
  height: 0;
  border-top: 20px solid #014190;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
}
.library-btn-box::after {
  content: '';
  position: absolute;
  bottom: -16px;
  left: 5%;
  margin-left: -10px;
  width: 0;
  height: 0;
  border-top: 20px solid #fff;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
}
.library-btn-box span {
  color: #014190;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0 auto 0 10px;
}
.library-btn-box input {
  border: 0;
  background: #eee;
  border-radius: 5px;
  padding: .6em .75em;
  width: 56%;
}
.library-btn-box .button {
  background: #000;
  padding: 8px 0;
  margin: 0 0 0 10px;
  width: 25%;
}
@media screen and (max-width: 768px) {
  .library-btn-box {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .library-btn-box span {
    font-size: 1em;
    width: 100%;
  }
  .library-btn-box input {
    width: 65%;
  }
  .library-btn-box .button {
    width: 31%;
  }
}
@media screen and (max-width: 480px) {
  .library-btn-box input {
    width: 100%;
    margin-bottom: 10px;
  }
  .library-btn-box .button {
    width: 100%;
    margin: 0;
  }
}
.library .summary-wrap {
  overflow: hidden;
}
.library .summary-wrap .searchResult {
  margin-bottom: 20px;
  float: left;
  color: #014190;
  font-size: 12px;
}
.library .summary-wrap .searchResult strong {
  font-size: 18px;
  margin-right: 5px;
}
.library .summary-wrap .pager {
  margin-bottom: 20px;
  float: right;
  text-align: right;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .library .summary-wrap .pager {
    font-size: 14px;
  }
}
.library .summary-wrap .pager li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
}
.library .summary-wrap .pager a {
  color: #014190;
  text-decoration: underline;
}
.library .summary-wrap .pager a:hover {
  text-decoration: none;
}
.library .summary-wrap .pager .current a {
  color: #61D1FF;
  text-decoration: none;
}
.library .summary-wrap .pager .next {
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .library .summary-wrap .pager .next {
    font-size: 10px;
  }
}
.library .summary-wrap .pager .next a {
  display: block;
  padding: 3px 10px;
  background: #014190;
  color: #fff;
  border-radius: 5px;
  text-decoration: none;
}
.library .summary-wrap .pager .disabled {
  color: #999;
}
.library .library-list-wrap {
  margin: 20px auto;
  border-bottom: 3px solid #014190;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .library .library-list-wrap {
    border-bottom: 2px solid #ddd;
  }
}
.library .library-list-wrap .library-list {
  float: left;
  width: 470px;
  margin: 0 34px 20px 0;
  border-bottom: 2px solid #014190;
}
.library .library-list-wrap .library-list:nth-child(even) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .library .library-list-wrap .library-list {
    float: none;
    width: 100%;
    margin: 0 0 20px 0;
    border: 2px solid #014190;
  }
}
.library .library-list-wrap .library-list-header {
  background: #014190;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: .4em .75em;
}
.library .library-list-wrap .library-list-body {
  display: flex;
}
@media screen and (max-width: 768px) {
  .library .library-list-wrap .library-list-body {
    display: block;
  }
}
.library .library-list-wrap .library-list-body .thumb {
  width: 200px;
  background-color: #f1f1f1;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .library .library-list-wrap .library-list-body .thumb {
    width: 100%;
  }
  .library .library-list-wrap .library-list-body .thumb::before {
    content: '';
    padding-top: 60%;
    display: block;
  }
}
.library .library-list-wrap .library-list-body .info {
  padding: 15px;
  width: 270px;
}
.library .library-list-wrap .library-list-body .info p {
  font-size: 14px;
}
.library .library-list-wrap .library-list-body .info .info-tbl {
  margin: 1em 0;
  font-size: 12px;
  overflow: hidden;
}
.library .library-list-wrap .library-list-body .info .info-tbl dt {
  float: left;
  font-weight: bold;
  clear: both;
}
.library .library-list-wrap .library-list-body .info .info-tbl dd {
  padding-left: 5.5em;
}
.library .library-list-wrap .library-list-body .info .info-tbl dd span {
  display: none;
}
.library .library-list-wrap .library-list-body .info .dtlBtn {
  background: #014190;
  position: relative;
  display: block;
  width: 200px;
  text-align: center;
  padding: 12px 0;
  margin: 0 auto;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
}
.library .library-list-wrap .library-list-body .info .dtlBtn::before {
  content: '';
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 2px solid #fff;
}
.library .library-list-wrap .library-list-body .info .dtlBtn:hover {
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .library .library-list-wrap .library-list-body .info {
    width: 100%;
    text-align: center;
  }
  .library .library-list-wrap .library-list-body .info > div {
    display: inline-block;
  }
  .library .library-list-wrap .library-list-body .info > div p {
    text-align: left;
  }
  .library .library-list-wrap .library-list-body .info > div .info-tbl {
    display: inline-block;
  }
  .library .library-list-wrap .library-list-body .info > div .info-tbl dd {
    text-align: left;
  }
  .library .library-list-wrap .library-list-body .info > div .info-tbl dd span {
    display: inline;
  }
  .library .library-list-wrap .library-list-body .info > div .info-tbl dd br {
    display: none;
  }
}

/* ------------------------------------------------
  librarydetail
---------------------------------------------- */
.libraryDetail .library-block {
  margin: 30px 0 60px;
}
.libraryDetail .library-block .tableWrap {
  margin: 20px 0 40px;
}
.libraryDetail .library-block .tableWrap .table {
  width: 100%;
}
.libraryDetail .library-block .btn-group {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .libraryDetail .library-block .btn-group {
    display: block;
  }
}
.libraryDetail .library-block .btn-group > * {
  width: 360px;
  margin: 0 30px;
}
@media screen and (max-width: 768px) {
  .libraryDetail .library-block .btn-group > * {
    display: block;
    margin: 0 auto 20px;
    width: 90%;
    max-width: 360px;
  }
}
.libraryDetail .library-block .btn-group .button {
  height: 60px;
  padding: 0 0 0 3.5em;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .libraryDetail .library-block .btn-group .button {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 480px) {
  .libraryDetail .library-block .btn-group .button {
    font-size: 1.25em;
  }
}
.libraryDetail .library-block .btn-group .tel-link .button {
  box-shadow: 0 0 0 4px #4FCBFF inset;
  background: #fff;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .libraryDetail .library-block .btn-group .tel-link .button {
    pointer-events: auto;
  }
}
.libraryDetail .library-block .btn-group .tel-link .button:hover {
  opacity: 1;
  cursor: default;
}
@media screen and (max-width: 768px) {
  .libraryDetail .library-block .btn-group .tel-link .button:hover {
    opacity: .7;
    cursor: pointer;
  }
}
.libraryDetail .library-block .btn-group .tel-link .button::before {
  content: none;
}
.libraryDetail .library-block .btn-group .tel-link .button img {
  width: 90%;
}
.libraryDetail .library-block .btn-group .tel-link p {
  color: #014190;
  font-weight: bold;
  text-align: center;
}

.libraryMainList__thumb {
  margin-bottom: 10px;
  border: 1px solid rgba(151, 151, 151, 0.3);
  width: 140px;
  height: 140px;
  overflow: hidden;
  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;
  background: #f7f7f7;
}
.libraryMainList__thumb img {
  width: 100%;
}

/* ------------------------------------------------
  simulation
---------------------------------------------- */
.simulation-block {
  margin-bottom: 50px;
}
.simulation-block:last-child {
  margin-bottom: 0;
}
.simulation-block p {
  font-size: 18px;
}
.simulation-block h2 {
  position: relative;
}
.simulation-block h2 span {
  font-size: 16px;
  margin-left: 60px;
}
@media screen and (max-width: 768px) {
  .simulation-block h2 span {
    font-size: 12px;
    float: right;
    margin-right: 0;
  }
}
.simulation-block h2 small {
  color: #FF6A78;
  font-size: 12px;
  float: right;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .simulation-block h2 small {
    position: absolute;
    right: 0;
    top: 10px;
  }
}
.simulation-block .calc-block {
  overflow: hidden;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .simulation-block .calc-block {
    font-size: 14px;
  }
}
.simulation-block .calc-block dl {
  width: 50%;
  float: left;
  padding: 20px 0 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .simulation-block .calc-block dl {
    padding-right: .5em;
  }
  .simulation-block .calc-block dl:nth-child(even) {
    padding-right: 0;
  }
}
.simulation-block .calc-block dl:nth-child(n+5) {
  float: none;
}
@media screen and (max-width: 768px) {
  .simulation-block .calc-block dl:nth-child(n+5) {
    float: left;
  }
}
.simulation-block .calc-block dl dt {
  float: left;
  text-align: right;
  width: 240px;
  line-height: 65px;
  display: block;
}
@media screen and (max-width: 768px) {
  .simulation-block .calc-block dl dt {
    width: 100%;
    text-align: left;
    line-height: 1em;
    margin-bottom: .5em;
    font-size: 12px;
  }
}
.simulation-block .calc-block dl:nth-child(2) dt, .simulation-block .calc-block dl:nth-child(4) dt {
  width: 115px;
}
.simulation-block .calc-block dl dd {
  width: 220px;
  display: block;
  float: left;
}
@media screen and (max-width: 768px) {
  .simulation-block .calc-block dl dd {
    width: 100%;
  }
}
.simulation-block .calc-block dl dd input {
  border: 2px solid #014190;
  padding: .5em .75em;
  font-size: 20px;
  width: 160px;
  margin-right: .5em;
  font-weight: bold;
  text-align: center;
}
.simulation-block .calc-block dl dd input::-webkit-input-placeholder {
  text-align: center;
  color: #ccc;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
}
.simulation-block .calc-block dl dd input:-moz-placeholder {
  text-align: center;
  color: #ccc;
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
}
.simulation-block .calc-block dl dd input::-moz-placeholder {
  text-align: center;
  color: #ccc;
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  opacity: 1;
}
.simulation-block .calc-block dl dd input:-ms-input-placeholder {
  text-align: center;
  color: #ccc;
  font-weight: normal;
}
.simulation-block .calc-block dl dd input.reqired {
  border: 5px solid #FF6A78;
}
@media screen and (max-width: 768px) {
  .simulation-block .calc-block dl dd input.reqired {
    border: 2px solid #FF6A78;
  }
}
.simulation-block .calc-block dl dd input[disabled] {
  border: 0;
  text-align: center;
  color: #000;
}
.simulation-block .calc-block dl dd input:focus {
  outline: none;
}
@media screen and (max-width: 768px) {
  .simulation-block .calc-block dl dd input {
    width: calc(100% - 2.8em);
    margin-right: 5px;
    font-size: 16px;
    padding: .3em .5em;
    text-align: left;
  }
  .simulation-block .calc-block dl dd input::-webkit-input-placeholder {
    text-align: left;
    -webkit-font-smoothing: antialiased;
  }
  .simulation-block .calc-block dl dd input:-moz-placeholder {
    text-align: left;
    -moz-osx-font-smoothing: grayscale;
  }
  .simulation-block .calc-block dl dd input::-moz-placeholder {
    text-align: left;
    -moz-osx-font-smoothing: grayscale;
    opacity: 1;
  }
  .simulation-block .calc-block dl dd input:-ms-input-placeholder {
    text-align: left;
  }
}
.simulation-block .calc-block .caution {
  color: #FF6A78;
  font-size: 12px;
  padding-left: 35px;
  font-weight: bold;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .simulation-block .calc-block .caution {
    padding-left: 0;
    margin-top: 2em;
    display: inline-block;
  }
}
.simulation-block .calc-block .calc-btn {
  background: #014190;
  color: #fff;
  font-size: 18px;
  width: 360px;
  padding: .8em 0;
  border-radius: 0;
  margin: 30px 0 0;
}
.simulation-block .calc-block .calc-btn:hover {
  opacity: .8;
}
@media screen and (max-width: 768px) {
  .simulation-block .calc-block .calc-btn {
    margin: 30px auto;
    display: block;
    width: 90%;
    max-width: 360px;
  }
}
.simulation-block .table {
  margin-bottom: 30px;
  position: relative;
}
.simulation-block .table.table02::after {
  content: '※支払い月は6月と12月で算出';
  color: #FF6A78;
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  right: 0;
}
.simulation-block .table caption {
  caption-side: top;
  color: #000023;
  padding-left: .5em;
  font-size: 20px;
  margin: 10px 0;
}
.simulation-block .table caption::before {
  content: '●';
  color: #014190;
  margin-right: 5px;
}
@media screen and (max-width: 768px) {
  .simulation-block .table caption {
    font-size: 14px;
  }
}
.simulation-block .table tbody tr.is_pc th {
  text-align: center;
}
.simulation-block .table tbody tr th {
  border: 1px solid #000023;
  background: #f1f1f1;
  vertical-align: middle;
  font-size: 18px;
}
.simulation-block .table tbody tr td {
  border: 1px solid #000023;
  text-align: right;
  font-size: 18px;
}
.simulation-block .table tbody tr .total {
  font-size: 21px;
  padding: .5em;
}
.simulation-block .table tbody tr .total span {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .simulation-block .table tbody tr {
    display: block;
    width: 100%;
  }
  .simulation-block .table tbody tr:last-child {
    border-bottom: 1px solid #000023;
  }
  .simulation-block .table tbody tr th, .simulation-block .table tbody tr td {
    display: block;
    width: 100%;
    font-size: 14px;
    border-bottom: 0;
  }
  .simulation-block .table tbody tr td::before {
    content: attr(data-label);
    text-align: left;
    float: left;
  }
  .simulation-block .table tbody tr .total {
    font-size: 14px;
    padding: .75rem;
  }
}
.simulation-block ul li {
  padding-left: 1em;
  margin-bottom: 5px;
}
.simulation-block ul li::before {
  content: '※';
  margin-left: -1em;
}

/* ------------------------------------------------
  blog
---------------------------------------------- */
.blog {
  width: 100%;
  padding: 0 !important;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .blog {
    padding: 0;
  }
}
.blog-header {
  width: 100%;
  height: 167px;
  background-image: url("../images/blog/headear_bg.jpg");
  background-repeat: repeat-x;
  background-position: center;
}
.blog-header-inner {
  width: 1024px;
  height: 167px;
  margin: 0 auto;
  padding: 0 25px;
  position: relative;
}
.blog-header-inner .blog-title {
  position: relative;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.3;
  color: #014190;
  display: inline-block;
  padding-top: 50px;
  letter-spacing: -.01em;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
.blog-header-inner .blog-title span.b {
  font-size: 52px;
}
.blog-header-inner .blog-title span.s {
  font-size: 28px;
}
.blog-header-inner .blog-title span.lst::after {
  content: '';
  background-image: url("../images/blog/alpha.png");
  background-repeat: no-repeat;
  display: block;
  width: 65px;
  height: 65px;
  position: absolute;
  right: -40px;
  top: 68px;
}
.blog-header-inner img {
  width: 393px;
  height: 149px;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .blog-header {
    width: 100%;
    height: 150px;
    background-image: url("../images/blog/header_bg_sp.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
  }
  .blog-header-inner {
    width: 100%;
    height: 150px;
    padding: 0 10px;
  }
  .blog-header-inner .blog-title {
    position: absolute;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    font-size: 20px;
    display: block;
    padding: 0;
  }
  .blog-header-inner .blog-title span.b {
    font-size: 34px;
  }
  .blog-header-inner .blog-title span.s {
    font-size: 20px;
  }
  .blog-header-inner .blog-title span.lst {
    display: inline-block;
    position: relative;
    margin-top: .5em;
  }
  .blog-header-inner .blog-title span.lst::after {
    background-size: contain;
    width: 40px;
    height: 40px;
    right: -40px;
    top: -40px;
  }
  .blog-header-inner img {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 96%;
    max-width: 393px;
    height: auto;
  }
}
@media screen and (max-width: 480px) {
  .blog-header-inner .blog-title {
    font-size: 4.8vw;
  }
  .blog-header-inner .blog-title span.b {
    font-size: 8vw;
  }
  .blog-header-inner .blog-title span.s {
    font-size: 4.8vw;
  }
  .blog-header-inner .blog-title span.lst {
    display: inline-block;
    position: relative;
    margin-top: .5em;
  }
  .blog-header-inner .blog-title span.lst::after {
    background-size: contain;
    width: 40px;
    height: 40px;
    right: -30px;
    top: -40px;
  }
}
.blog .contents {
  width: 1024px;
  margin: 0 auto;
  padding: 25px 0;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .blog .contents {
    width: 100%;
    flex-wrap: wrap;
  }
}
.blog .contents .sub-column {
  width: 300px;
}
@media screen and (max-width: 768px) {
  .blog .contents .sub-column {
    width: 100%;
    order: 2;
  }
}
.blog .contents .sub-column .blog-sub-menu {
  border: 3px solid #014190;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .blog .contents .sub-column .blog-sub-menu {
    border: 0;
  }
}
.blog .contents .sub-column .blog-sub-menu .blog-sub-menu-block {
  padding: 15px;
}
@media screen and (max-width: 768px) {
  .blog .contents .sub-column .blog-sub-menu .blog-sub-menu-block {
    padding: 0 0 20px;
  }
}
.blog .contents .sub-column .blog-sub-menu .blog-sub-menu-block h3 {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: bold;
  color: #014190;
  text-align: center;
  border-bottom: 3px solid #014190;
}
@media screen and (max-width: 768px) {
  .blog .contents .sub-column .blog-sub-menu .blog-sub-menu-block h3 {
    border-top: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
    padding: .4em;
  }
}
.blog .contents .sub-column .blog-sub-menu .blog-sub-menu-block h3 a {
  font-size: 18px;
  color: #014190;
}
.blog .contents .sub-column .blog-sub-menu .blog-sub-menu-block .screen-reader-text {
  display: none;
}
.blog .contents .sub-column .blog-sub-menu .blog-sub-menu-block .customSelect {
  width: 100%;
  border: 2px solid #014190;
  border-radius: 6px;
  padding: 5px 20px 5px 10px;
  color: #014190;
  background-image: url("../images/common/ico_select_01.png");
  background-position: 94% center;
  background-repeat: no-repeat;
  background-size: 14px auto;
}
.blog .contents .sub-column .blog-sub-menu .blog-sub-menu-block ul {
  color: #014190;
}
@media screen and (max-width: 768px) {
  .blog .contents .sub-column .blog-sub-menu .blog-sub-menu-block ul {
    padding: 0 10px;
  }
}
.blog .contents .sub-column .blog-sub-menu .blog-sub-menu-block ul li {
  margin-bottom: 10px;
  padding-left: 2em;
}
.blog .contents .sub-column .blog-sub-menu .blog-sub-menu-block ul li.cat-item-1,
.blog .contents .sub-column .blog-sub-menu .blog-sub-menu-block ul li.cat-item-24,
.blog .contents .sub-column .blog-sub-menu .blog-sub-menu-block ul li.cat-item-26{
  display: none;
}
.blog .contents .sub-column .blog-sub-menu .blog-sub-menu-block ul li::before {
  content: '■';
  color: #014190;
  display: inline-block;
  margin: 0 .5em 0 -2em;
}
.blog .contents .sub-column .blog-sub-menu .blog-sub-menu-block ul li a {
  color: #014190;
  font-weight: bold;
}
.blog .contents .sub-column .blog-sub-menu .blog-sub-menu-block ul li ul {
  padding: 15px 0 10px;
}
.blog .contents .sub-column .blog-sub-menu .blog-sub-menu-block ul li ul li {
  padding-left: 1.5em;
}
.blog .contents .sub-column .blog-sub-menu .blog-sub-menu-block ul li ul li a {
  color: #333;
}
.blog .contents .sub-column .blog-sub-menu .blog-sub-menu-block .select {
  width: 100%;
  border: 2px solid #014190;
  border-radius: 6px;
  padding: 5px 20px 5px 10px;
  color: #014190;
  background-image: url("../images/common/ico_select_01.png");
  background-position: 94% center;
  background-repeat: no-repeat;
  background-size: 14px auto;
}
.blog .contents .sub-column .blog-sub-menu .blog-sub-menu-block .select.customSelectChanged {
  background-color: #014190;
  color: #fff;
  background-image: url("../images/common/ico_select_02.png");
}
.blog .contents .sub-column .blog-sub-menu .blog-sub-menu-block:last-child h3 {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .blog .contents .sub-column .blog-sub-menu .blog-sub-menu-block.category {
    background: #f1f1f1;
  }
  .blog .contents .sub-column .blog-sub-menu .blog-sub-menu-block.category h3 {
    position: relative;
    background: #fff;
  }
  .blog .contents .sub-column .blog-sub-menu .blog-sub-menu-block.category h3:before {
    position: absolute;
    top: 25px;
    right: 10px;
    width: 17px;
    height: 5px;
    background: #ccc;
    content: "";
  }
  .blog .contents .sub-column .blog-sub-menu .blog-sub-menu-block.category h3:after {
    position: absolute;
    top: 19px;
    right: 16px;
    height: 17px;
    width: 5px;
    background: #ccc;
    content: "";
  }
  .blog .contents .sub-column .blog-sub-menu .blog-sub-menu-block.category h3.open:after {
    display: none;
  }
  .blog .contents .sub-column .blog-sub-menu .blog-sub-menu-block.category > ul {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .blog .contents .sub-column .blog-sub-menu .blog-sub-menu-block.archive {
    padding-bottom: 40px;
  }
  .blog .contents .sub-column .blog-sub-menu .blog-sub-menu-block.archive .selectWrap {
    text-align: center;
  }
  .blog .contents .sub-column .blog-sub-menu .blog-sub-menu-block.archive .selectWrap .select {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .blog .contents .sub-column .blog-sub-menu .blog-sub-menu-block.rss h3 {
    padding: .75em;
  }
}
.blog .contents .sub-column .blog-ranking {
  border: 3px solid #014190;
  counter-reset: baibaiblog-rank;
}
@media screen and (max-width: 768px) {
  .blog .contents .sub-column .blog-ranking {
    border: 0;
    border-bottom: 2px solid #C7C7C7;
    margin-bottom: 60px;
  }
}
.blog .contents .sub-column .blog-ranking .table {
  margin-bottom: 0;
}
.blog .contents .sub-column .blog-ranking .table caption {
  background: #014190;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  padding: .3em;
  caption-side: top;
}
.blog .contents .sub-column .blog-ranking .table tbody tr th {
  color: #000;
  background: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 5px 10px;
  vertical-align: middle;
  border-top: 2px solid #C7C7C7;
  text-align: center;
}
.blog .contents .sub-column .blog-ranking .table tbody tr th span::after {
  counter-increment: baibaiblog-rank;
  content: counter(baibaiblog-rank);
}
.blog .contents .sub-column .blog-ranking .table tbody tr td {
  color: #014190;
  font-weight: bold;
  font-size: 15px;
  line-height: 1.2;
  border-top: 2px solid #C7C7C7;
  letter-spacing: -.05em;
}
.blog .contents .sub-column .blog-ranking .table tbody tr td a {
  color: #014190;
}
.blog .contents .sub-column .blog-ranking .table tbody tr:first-child th, .blog .contents .sub-column .blog-ranking .table tbody tr:first-child td {
  border-top: none;
}
.blog .contents .sub-column .blog-ranking .table tbody tr:nth-child(-n+3) th span {
  color: #fff;
  background: #f6c123;
  border-radius: 5px;
  padding: 10px 12px;
}
.blog .contents .sub-column .blog-ranking .table tbody tr:nth-child(-n+3) td {
  font-size: 20px;
}
.blog .contents .main-column {
  width: 640px;
}
@media screen and (max-width: 768px) {
  .blog .contents .main-column {
    width: 100%;
    order: 1;
  }
}
.blog .contents .main-column .article {
  border-bottom: 3px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .blog .contents .main-column .article {
    width: 100%;
    padding: 0 10px;
  }
}
.blog .contents .main-column .article-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 3px solid #014190;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .blog .contents .main-column .article-header {
    align-items: center;
  }
}
.blog .contents .main-column .article-header .article-title {
  width: 400px;
}
@media screen and (max-width: 768px) {
  .blog .contents .main-column .article-header .article-title {
    width: 100%;
    margin-bottom: 15px;
  }
}
.blog .contents .main-column .article-header .article-title span {
  font-size: 12px;
  font-weight: bold;
}
.blog .contents .main-column .article-header .article-title h2 {
  font-size: 26px;
  font-weight: bold;
  color: #014190;
  line-height: 1.2;
}
.blog .contents .main-column .article-header .social-buttons {
  overflow: hidden;
  width: 100%;
  order: 3;
}
.blog .contents .main-column .article-header .social-buttons > div {
  float: left;
}
@media screen and (max-width: 768px) {
  .blog .contents .main-column .article-header .social-buttons {
    order: 2;
    width: calc(100% - 178px);
  }
}
.blog .contents .main-column .article-header .author {
  background: #f1f1f1;
  padding: 10px;
  text-align: center;
  display: flex;
  width: 220px;
  align-items: center;
  justify-content: space-between;
}
.blog .contents .main-column .article-header .author .name {
  color: #014190;
  font-weight: bold;
  font-size: 18px;
}
.blog .contents .main-column .article-header .author .name span {
  font-size: 12px;
  display: block;
}
.blog .contents .main-column .article-header .author img {
  width: 80px;
  height: 80px;
}
@media screen and (max-width: 768px) {
  .blog .contents .main-column .article-header .author {
    order: 3;
    width: 178px;
  }
  .blog .contents .main-column .article-header .author .name span {
    font-size: 10px;
  }
  .blog .contents .main-column .article-header .author img {
    width: 60px;
    height: 60px;
  }
}
.blog .contents .main-column .article-body h3 {
  margin-bottom: 10px;
  padding: 8px 0 5px 0;
  border: #E3E1CC dotted;
  border-width: 2px 0;
  color: #E97D37;
  font-weight: normal;
  line-height: 1.2;
}
.blog .contents .main-column .article-body th {
  font-weight: bold;
}
.blog .contents .main-column .article-body p {
  margin: 20px 0;
}
.blog .contents .main-column .article-body img {
  vertical-align: bottom;
}
.blog .contents .main-column .article-body .wp_social_bookmarking_light {
  overflow: hidden;
  width: 100%;
  order: 3;
}
.blog .contents .main-column .article-body .wp_social_bookmarking_light > div {
  float: left;
}
@media screen and (max-width: 768px) {
  .blog .contents .main-column .article-body .wp_social_bookmarking_light {
    order: 2;
    width: calc(100% - 178px);
  }
}
.blog .contents .main-column .article-footer {
  font-size: 12px;
}
.blog .contents .main-column .article-footer .social-buttons {
  overflow: hidden;
  width: 100%;
  margin-bottom: 20px;
}
.blog .contents .main-column .article-footer .social-buttons > div {
  float: left;
}
.blog .contents .main-column .summary-wrap {
  margin-top: -80px;
}
.blog .contents .main-column .summary-wrap .pager {
  margin-bottom: 20px;
  float: right;
  text-align: right;
  font-size: 18px;
  font-weight: bold;
  color: #999;
}
@media screen and (max-width: 768px) {
  .blog .contents .main-column .summary-wrap .pager {
    font-size: 14px;
  }
}
.blog .contents .main-column .summary-wrap .pager li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
}
.blog .contents .main-column .summary-wrap .pager a {
  color: #014190;
  text-decoration: underline;
}
.blog .contents .main-column .summary-wrap .pager a:hover {
  text-decoration: none;
}
.blog .contents .main-column .summary-wrap .pager .current a {
  color: #61D1FF;
  text-decoration: none;
}
.blog .contents .main-column .summary-wrap .pager .next {
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .blog .contents .main-column .summary-wrap .pager .next {
    font-size: 10px;
  }
}
.blog .contents .main-column .summary-wrap .pager .next a {
  display: block;
  padding: 3px 10px;
  background: #014190;
  color: #fff;
  border-radius: 5px;
  text-decoration: none;
}
.blog .contents .main-column .summary-wrap .page-numbers {
  margin-bottom: 20px;
  float: right;
  text-align: right;
  font-size: 18px;
  font-weight: bold;
  color: #999;
}
@media screen and (max-width: 768px) {
  .blog .contents .main-column .summary-wrap .page-numbers {
    font-size: 14px;
  }
}
.blog .contents .main-column .summary-wrap .page-numbers li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
}
.blog .contents .main-column .summary-wrap .page-numbers li .next, .blog .contents .main-column .summary-wrap .page-numbers li .prev {
  font-size: 13px;
  display: block;
  padding: 3px 10px;
  background: #014190;
  color: #fff;
  border-radius: 5px;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .blog .contents .main-column .summary-wrap .page-numbers li .next, .blog .contents .main-column .summary-wrap .page-numbers li .prev {
    font-size: 10px;
  }
}
.blog .contents .main-column .summary-wrap .page-numbers a {
  color: #014190;
  text-decoration: underline;
}
.blog .contents .main-column .summary-wrap .page-numbers a:hover {
  text-decoration: none;
}
.blog .contents .main-column .summary-wrap .page-numbers .current a {
  color: #61D1FF;
  text-decoration: none;
}
.blog .contents .blogSerch {
  order: 3;
  width: 100%;
}
.blog .contents .blogSerch .topSection-ttl {
  width: 111px;
  margin: 0 auto 5px;
}
.blog .contents .blogSerch .topSection-ttl img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.blog .contents .blogSerch .topSection-sub-ttl {
  font-size: 16px;
  margin-bottom: 10px;
  text-align: center;
  font-weight: bold;
  color: #014190;
}
.blog .contents .blogSerch .topSection-sub-ttl::before {
  content: '-';
  margin-right: 10px;
}
.blog .contents .blogSerch .topSection-sub-ttl::after {
  content: '-';
  margin-left: 10px;
}
.blog .contents .blogSerch .topSearch-item {
  width: 100%;
}
.blog .contents .blogSerch .topSearch-item .menu-list {
  text-align: center;
}
.blog .contents .blogSerch .topSearch-item .menu-list li {
  position: relative;
  border: 1px solid #d9d9d9;
  border-bottom: none;
}
.blog .contents .blogSerch .topSearch-item .menu-list li a {
  font-size: 20px;
  background: #fafafa;
  padding: 8px 0;
  color: #014190;
  font-weight: bold;
  display: block;
}
.blog .contents .blogSerch .topSearch-item .menu-list li a .ico {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: 10px;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  margin-left: -90px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  vertical-align: middle;
}
.blog .contents .blogSerch .topSearch-item .menu-list li a .ico-mansion {
  background-image: url("../images/common/ico_mansion_01.png");
  background-size: 16px auto;
}
.blog .contents .blogSerch .topSearch-item .menu-list li a .ico-house {
  background-image: url("../images/common/ico_house_01.png");
  background-size: 26px auto;
}
.blog .contents .blogSerch .topSearch-item .menu-list li a .ico-land {
  background-image: url("../images/common/ico_land_01.png");
  background-size: 34px auto;
}
.blog .contents .blogSerch .topSearch-item .menu-list li a .ico-building {
  background-image: url("../images/common/ico_building_01.png");
  background-size: 21px auto;
}

/* ------------------------------------------------
  story
---------------------------------------------- */
.story {
  padding: 0 !important;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .story .story-header {
    position: relative;
    width: 100%;
  }
  .story .story-header::before {
    content: '';
    padding-top: 28%;
    display: block;
  }
}
.story .story-header h1 {
  width: 100%;
  height: 233px;
  background-image: url("../images/story/header_bg.jpg");
  background-position: center;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  display: block;
}
@media screen and (max-width: 768px) {
  .story .story-header h1 {
    height: auto;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
}
.story .story-contents {
  width: 1024px;
  margin: 30px auto;
  padding: 0 25px;
}
@media screen and (max-width: 768px) {
  .story .story-contents {
    width: 100%;
  }
}
.story .story-contents .social-buttons {
  overflow: hidden;
  width: 100%;
  margin-bottom: 30px;
}
.story .story-contents .social-buttons > div {
  float: left;
}
.story .story-contents .social-buttons:nth-child(1) {
  margin-bottom: -100px;
}
.story .story-contents h2 {
  margin-bottom: 15px;
  font-size: 28px;
  color: #014190;
  font-weight: bold;
  border-bottom: 3px solid #014190;
}
.story .story-contents h2.ttl {
  margin-bottom: -50px;
}
@media screen and (max-width: 768px) {
  .story .story-contents h2 {
    font-size: 20px;
  }
}
.story .story-contents .story-block {
  padding-top: 120px;
  padding-bottom: 20px;
  margin-bottom: -70px;
  border-bottom: 2px solid #ddd;
}
.story .story-contents .story-block.last {
  margin-bottom: 50px;
}
.story .story-contents .story-block h3 {
  font-size: 20px;
  color: #014190;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .story .story-contents .story-block h3 {
    font-size: 16px;
  }
}
.story .story-contents .story-block p {
  margin: 10px 0 20px;
}
.story .story-contents .story-block .story-img {
  width: 100%;
  text-align: center;
}
.story .story-contents .story-block .story-img img {
  width: 100%;
  max-width: 820px;
  margin: 0 auto;
}
.story .story-contents .story-block .story-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .story .story-contents .story-block .story-list ul {
    width: 100%;
  }
}
.story .story-contents .story-block .story-list ul li {
  padding-left: 1em;
  margin-bottom: .5em;
}
.story .story-contents .story-block .story-list ul li::before {
  content: '●';
  color: #014190;
  display: inline-block;
  margin-left: -1em;
  margin-right: 5px;
}
.story .story-contents .story-block .story-list ul li a {
  text-decoration: underline;
}
.story .story-contents .story-block .story-list .button {
  font-size: 16px;
  border-radius: 3px;
  padding: 8px 40px;
}
.story .story-contents .story-block .story-list .button::before {
  content: none;
}
@media screen and (max-width: 768px) {
  .story .story-contents .story-block .story-list .button {
    width: 92%;
    max-width: 300px;
    margin: 20px auto 0;
    font-size: 14px;
  }
}
.story .story-contents .story-btn-wrap {
  text-align: center;
  margin: 40px auto;
}
.story .story-contents .story-btn-wrap .button {
  font-size: 16px;
  border-radius: 3px;
  padding: 8px 40px;
}
.story .story-contents .story-btn-wrap .button::before {
  content: none;
}
@media screen and (max-width: 768px) {
  .story .story-contents .story-btn-wrap .button {
    font-size: 12px;
    padding: 8px 30px;
  }
}

/* ------------------------------------------------
  support
---------------------------------------------- */
.support-mv {
  width: 100%;
}
.support-mv img {
  width: 100%;
  margin: 0 auto;
}

.support {
  padding: 0 !important;
  width: 100%;
}
.support .support-contents {
  width: 1024px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .support .support-contents {
    width: 100%;
    padding: 0 10px;
  }
}
.support .support-contents h2, .support .support-contents p {
  font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.support .support-contents p {
  letter-spacing: 1.2px;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .support .support-contents p {
    font-size: calc(0.875rem + ((1vw - 4.14px) * 0.565));
  }
}
@media screen and (max-width: 480px) {
  .support .support-contents p {
    font-size: 14px;
  }
}
.support .support-contents section {
  margin-bottom: 60px;
}
.support .support-contents section .rows {
  overflow: hidden;
}
.support .support-contents .visual {
  background-image: url(../images/support/support_img_main.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 760px;
  color: #009ee5;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .support .support-contents .visual {
    background-size: 100%;
  }
}
@media screen and (max-width: 768px) {
  .support .support-contents .visual .filter {
    background-color: rgba(255, 255, 255, 0.6);
    padding-bottom: 100px;
    margin-bottom: -100px;
  }
}
.support .support-contents .visual h2 {
  font-size: 32px;
  margin: 84px 0 54px;
  letter-spacing: 5px;
}
@media screen and (max-width: 480px) {
  .support .support-contents .visual h2 {
    font-size: calc(1.4375rem + ((1vw - 3.2px) * 9.6774));
  }
}
.support .support-contents .visual p {
  line-height: 2.6;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .support .support-contents .visual p {
    font-size: calc(0.8125rem + ((1vw - 4.14px) * 0.8475));
  }
}
@media screen and (max-width: 480px) {
  .support .support-contents .visual p {
    font-size: 12px;
    letter-spacing: 1px;
  }
}
@media (max-width: 320px) {
  .support .support-contents .visual p {
    letter-spacing: -.04em;
  }
}
.support .support-contents .visual--purchase {
  background-image: url(../images/support/pur_mv.png);
  padding-bottom: 140px;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .support .support-contents .visual--purchase {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .support .support-contents .visual--purchase .filter {
    padding-bottom: 140px;
    margin-bottom: -140px;
  }
}
.support .support-contents .miyoshi {
  color: #1f438c;
}
.support .support-contents .miyoshi .supportMark {
  margin: 0 auto 60px;
  width: 40%;
}
.support .support-contents .miyoshi .supportMark img {
  width: 100%;
}
.support .support-contents .miyoshi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.support .support-contents .miyoshi ul li {
  width: 30%;
}
@media screen and (max-width: 480px) {
  .support .support-contents .miyoshi ul li {
    width: 100%;
    margin-bottom: 30px;
  }
}
.support .support-contents .miyoshi ul li figure {
  margin-bottom: 10px;
}
@media screen and (max-width: 480px) {
  .support .support-contents .miyoshi ul li figure {
    width: 75%;
    margin: 0 auto 5px;
  }
}
.support .support-contents .miyoshi ul li figure img {
  width: 100%;
}
.support .support-contents .miyoshi ul li p {
  font-size: 17px;
}
@media screen and (max-width: 768px) {
  .support .support-contents .miyoshi ul li p {
    font-size: calc(0.875rem + ((1vw - 4.14px) * 0.565));
  }
}
@media screen and (max-width: 480px) {
  .support .support-contents .miyoshi ul li p {
    font-size: 14px;
  }
}
.support .support-contents .before {
  color: #009ee5;
  background-image: url(../images/support/support_img_before.png);
  background-repeat: no-repeat;
  background-position: 90% 90%;
  background-size: 400px;
}
@media screen and (max-width: 768px) {
  .support .support-contents .before {
    background-size: 380px;
    background-position: center bottom;
    padding-bottom: 300px;
  }
}
.support .support-contents .before h2 {
  width: 100%;
  margin-bottom: 30px;
}
.support .support-contents .before h2 img {
  width: 100%;
}
.support .support-contents .before .box {
  margin-bottom: 40px;
}
.support .support-contents .before .box.fluid {
  float: left;
}
.support .support-contents .before .box.fluid:first-child {
  margin-right: 30px;
}
.support .support-contents .before .box.fullwidth {
  width: 100%;
}
.support .support-contents .before .box .boxHeader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}
.support .support-contents .before .box .boxHeader h3 {
  height: 34px;
}
.support .support-contents .before .box .boxHeader h3.larger {
  height: 48px;
}
.support .support-contents .before .box .boxHeader h3 img {
  height: 100%;
}
.support .support-contents .before .box .boxHeader .arrow {
  width: 35px;
  margin-left: 5px;
}
.support .support-contents .before .box ul {
  margin-top: 20px;
}
.support .support-contents .before .box ul li {
  font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .support .support-contents .before .box ul li {
    font-size: calc(0.875rem + ((1vw - 4.14px) * 0.565));
  }
}
@media screen and (max-width: 480px) {
  .support .support-contents .before .box ul li {
    font-size: 14px;
  }
}
.support .support-contents .before .box.inspection ul {
  margin-top: 20px;
}
.support .support-contents .before .box.inspection ul li {
  color: #646464;
  font-size: 12px;
  padding-left: 1.3em;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.support .support-contents .before .box.inspection ul li::before {
  content: '※';
  margin-left: -1.3em;
}
.support .support-contents .supporting {
  color: #232583;
  background-image: url(../images/support/support_img_support.png);
  background-repeat: no-repeat;
  background-position: 80% 35%;
  background-size: 400px;
}
@media screen and (max-width: 768px) {
  .support .support-contents .supporting {
    background-size: 450px;
    background-position: center bottom;
    padding-bottom: 250px;
    margin-bottom: -40px;
  }
}
.support .support-contents .supporting h2 {
  width: 100%;
  margin-bottom: 30px;
}
.support .support-contents .supporting h2 img {
  width: 100%;
}
.support .support-contents .supporting .box {
  margin-bottom: 40px;
}
.support .support-contents .supporting .box.fullwidth {
  width: 100%;
}
.support .support-contents .supporting .box .boxHeader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}
.support .support-contents .supporting .box .boxHeader h3 {
  height: 34px;
}
.support .support-contents .supporting .box .boxHeader h3.larger {
  height: 48px;
}
.support .support-contents .supporting .box .boxHeader h3 img {
  height: 100%;
}
.support .support-contents .supporting .box .boxHeader .arrow {
  width: 35px;
  margin-left: 5px;
}
.support .support-contents .supporting .box ul {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.support .support-contents .supporting .box ul li {
  font-size: 16px;
  background: #e7e5f1;
  width: 60%;
  padding: 5px 20px;
  margin-bottom: 10px;
}
.support .support-contents .supporting .box ul li:nth-child(even) {
  width: 38%;
}
@media screen and (max-width: 768px) {
  .support .support-contents .supporting .box ul li {
    width: 100%;
    font-size: calc(0.875rem + ((1vw - 4.14px) * 0.565));
  }
  .support .support-contents .supporting .box ul li:nth-child(even) {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .support .support-contents .supporting .box ul li {
    font-size: 14px;
  }
}
.support .support-contents .after {
  color: #c1007b;
}
.support .support-contents .after h2 {
  width: 100%;
  margin-bottom: 30px;
}
.support .support-contents .after h2 img {
  width: 100%;
}
.support .support-contents .after .box {
  margin-bottom: 40px;
}
.support .support-contents .after .box.fluid {
  float: left;
}
.support .support-contents .after .box.fluid:first-child {
  margin-right: 30px;
}
.support .support-contents .after .box .boxHeader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}
.support .support-contents .after .box .boxHeader h3 {
  height: 34px;
}
.support .support-contents .after .box .boxHeader h3.larger {
  height: 48px;
}
.support .support-contents .after .box .boxHeader h3 img {
  height: 100%;
}
.support .support-contents .after .box .boxHeader .arrow {
  width: 35px;
  margin-left: 5px;
}
.support .support-contents .after .box ul {
  margin-top: 20px;
}
.support .support-contents .after figure {
  margin: 0 auto 40px;
  width: 70%;
}
@media screen and (max-width: 768px) {
  .support .support-contents .after figure {
    width: 100%;
  }
}
.support .support-contents .after figure img {
  width: 100%;
}
.support .support-contents .after .pointList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.support .support-contents .after .pointList li {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .support .support-contents .after .pointList li {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 10px;
  }
}
.support .support-contents .after .pointList li img {
  width: 100%;
}
.support .support-contents .after small {
  color: #646464;
  font-size: 12px;
  text-align: center;
  display: block;
}
.support .support-contents .after .videoWrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  margin: 60px auto 0;
}
.support .support-contents .after .videoWrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.support .support-contents .support-top .support-top__desc {
  text-align: center;
  padding: 5em 0;
}
@media screen and (max-width: 768px) {
  .support .support-contents .support-top .support-top__desc {
    padding: 3em 0;
  }
}
@media screen and (max-width: 480px) {
  .support .support-contents .support-top .support-top__desc {
    padding: 2em 0;
  }
}
.support .support-contents .support-top .support-top__desc p {
  color: #014190;
  font-size: 21px;
  line-height: 2.2;
}
@media screen and (max-width: 768px) {
  .support .support-contents .support-top .support-top__desc p {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 480px) {
  .support .support-contents .support-top .support-top__desc p {
    font-size: 14px;
  }
}
.support .support-contents .support-top .support-top__desc p:first-child {
  margin-bottom: 2em;
}
.support .support-contents .support-top .support-top__mov {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.support .support-contents .support-top .support-top__mov .mov {
  display: flex;
  flex-direction: column;
  width: 46%;
}
@media screen and (max-width: 768px) {
  .support .support-contents .support-top .support-top__mov .mov {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .support .support-contents .support-top .support-top__mov .mov:first-child {
    margin-bottom: 3em;
  }
}
.support .support-contents .support-top .support-top__mov .mov .mov__ttl {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: .5em;
}
@media screen and (max-width: 480px) {
  .support .support-contents .support-top .support-top__mov .mov .mov__ttl {
    font-size: 14px;
  }
}
.support .support-contents .support-top .support-top__mov .mov .mov__iframe {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 768px) {
  .support .support-contents .support-top .support-top__mov .mov .mov__iframe {
    margin-bottom: .5em;
  }
}
.support .support-contents .support-top .support-top__mov .mov .mov__iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.support .support-contents .support-top .support-top__mov .mov .mov__btn .support__btn--purchase,
.support .support-contents .support-top .support-top__mov .mov .mov__btn .support__btn--sell {
  width: 100%;
  font-size: 20px;
  text-align: center;
  padding: 15px 10px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .support .support-contents .support-top .support-top__mov .mov .mov__btn .support__btn--purchase,
  .support .support-contents .support-top .support-top__mov .mov .mov__btn .support__btn--sell {
    font-size: 16px;
    letter-spacing: -.01em;
    padding: 1em;
  }
}
@media screen and (max-width: 480px) {
  .support .support-contents .support-top .support-top__mov .mov .mov__btn .support__btn--purchase,
  .support .support-contents .support-top .support-top__mov .mov .mov__btn .support__btn--sell {
    font-size: 14px;
    padding: 1em 1em 1em .5em;
  }
}
.support .support-contents .support-top .support-top__mov .mov .mov__btn .support__btn--sell {
  background: #DF3A85;
  box-shadow: 0 4px 0 0 #9a1954;
}
.support .support-contents .support-top .support-top__mov .mov .mov__btn .support__btn--sell:hover {
  box-shadow: 0 0 0 0;
}
.support .support-contents .support-pur {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .support .support-contents .support-pur {
    margin-bottom: 50px;
  }
}
.support .support-contents .support-pur.support-pur--1 {
  padding-top: 60px;
}
@media screen and (max-width: 768px) {
  .support .support-contents .support-pur.support-pur--1 {
    padding-top: 0;
  }
}
.support .support-contents .support-pur.support-pur--1 .support-pur__desc p {
  color: #009EE5;
}
.support .support-contents .support-pur.support-pur--2 .support-pur__desc p {
  color: #C1007B;
}
.support .support-contents .support-pur.support-pur--3 .support-pur__desc p {
  color: #014190;
}
.support .support-contents .support-pur h2 {
  height: 170px;
  text-align: center;
  margin-bottom: 2.5em;
}
@media screen and (max-width: 768px) {
  .support .support-contents .support-pur h2 {
    width: 100%;
    height: auto;
    margin-bottom: 1.5em;
  }
}
.support .support-contents .support-pur h2 img {
  height: 100%;
}
@media screen and (max-width: 768px) {
  .support .support-contents .support-pur h2 img {
    width: 100%;
    height: auto;
  }
}
.support .support-contents .support-pur .support-pur__desc {
  text-align: center;
  margin-bottom: 2.5em;
}
@media screen and (max-width: 768px) {
  .support .support-contents .support-pur .support-pur__desc {
    margin-bottom: 1.5em;
  }
}
.support .support-contents .support-pur .support-pur__desc p {
  font-size: 21px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .support .support-contents .support-pur .support-pur__desc p {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .support .support-contents .support-pur .support-pur__desc p {
    font-size: 14px;
  }
}
.support .support-contents .support-pur .support-pur__label {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 2em;
}
@media screen and (max-width: 768px) {
  .support .support-contents .support-pur .support-pur__label {
    margin-bottom: 1em;
  }
}
.support .support-contents .support-pur .support-pur__label li {
  height: 35px;
  margin: 0 1.2em 1.5em;
}
@media screen and (max-width: 768px) {
  .support .support-contents .support-pur .support-pur__label li {
    height: 28px;
    margin: 0 .5em 1em;
  }
}
@media screen and (max-width: 480px) {
  .support .support-contents .support-pur .support-pur__label li {
    height: 20px;
    margin: 0 .5em .5em;
  }
}
.support .support-contents .support-pur .support-pur__label li img {
  height: 100%;
}
.support .support-contents .support-pur .support-pur__figure {
  width: 40%;
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .support .support-contents .support-pur .support-pur__figure {
    width: 75%;
  }
}
.support .support-contents .support-pur .support-pur__figure img {
  width: 100%;
}

/* ------------------------------------------------
  sitemap
---------------------------------------------- */
.sitemap .ttl {
  margin-bottom: 10px;
  font-size: 24px;
  color: #014190;
  font-weight: bold;
  border-bottom: 2px solid #014190;
}
.sitemap .ttl a {
  color: #014190;
}
.sitemap .ttl.other {
  margin-top: 60px;
}
.sitemap .ttl::before {
  content: '';
  width: 6px;
  height: 9px;
  background-image: url("../images/common/ico_arrow_right.png");
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  margin-right: 5px;
  position: relative;
  top: -4px;
}
.sitemap .ttl:first-child {
  margin-top: 30px;
}
.sitemap ul {
  margin: 0;
}
.sitemap ul li {
  border-bottom: 2px solid #ddd;
}
.sitemap ul li.is_pc {
  border-bottom: none;
}
.sitemap ul li a {
  display: block;
  padding: 1em 0;
  font-size: 18px;
  font-weight: bold;
  position: relative;
}
.sitemap ul li a::before {
  content: '';
  width: 6px;
  height: 9px;
  background-image: url("../images/common/ico_arrow_right.png");
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  margin-right: 5px;
  position: relative;
  top: -1px;
}
@media screen and (max-width: 768px) {
  .sitemap ul li a.accordion {
    pointer-events: auto;
  }
  .sitemap ul li a.accordion::after {
    position: absolute;
    bottom: 50%;
    left: 100%;
    width: 12px;
    height: 12px;
    margin-bottom: -5px;
    margin-left: -30px;
    border-bottom: 1px solid #014190;
    border-right: 1px solid #014190;
    transform: rotate(45deg);
  }
  .sitemap ul li a.accordion.open::after {
    transform: rotate(-135deg);
  }
}
.sitemap ul li ul {
  padding: 0 0 1em 1em;
  margin: 0;
  display: block;
}
@media screen and (max-width: 768px) {
  .sitemap ul li ul {
    background: #f7f7f7;
  }
}
.sitemap ul li ul li {
  border: 0;
}
.sitemap ul li ul li a {
  padding: .25em 0;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .sitemap ul li ul li a {
    padding: 1em 0;
  }
}

/* ------------------------------------------------
  sitepolicy
---------------------------------------------- */
.sitepolicy .intro {
  margin-bottom: 50px;
}
.sitepolicy .sitepolicy-block {
  padding: 20px;
  margin-top: 20px;
  border: 2px solid #f0f0f0;
}
.sitepolicy .sitepolicy-block-title {
  color: #014190;
  font-weight: bold;
  font-size: 15px;
}
.sitepolicy .sitepolicy-p {
  padding-left: 1em;
  text-indent: -.8em;
}
.sitepolicy p {
  margin-bottom: 10px;
}
.sitepolicy .sign {
  margin: 30px 0 0;
  text-align: right;
}
.sitepolicy .decimal {
  list-style-type: decimal;
  padding-left: 1.5em;
}
.sitepolicy .decimal li {
  margin-bottom: 10px;
  line-height: 1.4;
}

/* 印刷用 */
@page {
  size: A4;
  margin: 0;
}
@media print {
  body {
    width: 210mm;
    -webkit-print-color-adjust: exact;
  }
  body .col-md-6 {
    width: 50%;
  }
  body .img-responsive {
    display: flex;
  }
  body #js_wrapper > :not(.contents) {
    display: none;
  }
  body #js_wrapper main.contents {
    display: block;
  }
  body #js_wrapper main.contents > :not(.l-container) {
    display: none;
  }
  body #js_wrapper main.contents > .l-container {
    display: block;
  }
  body #js_wrapper main.contents > .l-container .l-breadcrumb {
    display: none;
  }
  body #js_wrapper main.contents > .l-container .snsBtns {
    display: none;
  }
  body #js_wrapper main.contents > .l-container .tag-info {
    display: none;
  }
  body #js_wrapper main.contents > .l-container h2, body #js_wrapper main.contents > .l-container h3 {
    font-size: 24px;
  }
  body #js_wrapper main.contents > .l-container .bukkenDetail .name {
    font-size: 30px;
  }
  body #js_wrapper main.contents > .l-container .bukkenDetail .favoriteBtn {
    display: none;
  }
  body #js_wrapper main.contents > .l-container .bukkenDetail .adress {
    font-size: 18px;
  }
  body #js_wrapper main.contents > .l-container .bukkenDetail .price {
    margin-bottom: 0;
  }
  body #js_wrapper main.contents > .l-container .bukkenDetail .price span {
    font-size: 36px;
  }
  body #js_wrapper main.contents > .l-container .bukkenDetail .madori {
    font-size: 16px;
  }
  body #js_wrapper main.contents > .l-container .bukkenDetail .btnWrap {
    display: none;
  }
  body #js_wrapper main.contents > .l-container .bukkenDetail .catch {
    font-size: 20px;
  }
  body #js_wrapper main.contents > .l-container .bukkenDetail .txt {
    font-size: 16px;
  }
  body #js_wrapper main.contents > .l-container .bukkenDetail .sheet {
    display: block;
    page-break-after: always;
  }
  body #js_wrapper main.contents > .shopIntro {
    display: block;
  }
  body #js_wrapper main.contents > .shopInfo {
    display: block;
  }
}
/* ------------------------------------------------
  sellflow
---------------------------------------------- */
/* -------- sellflow parts common -------- */
.sellflow-introTxt {
  margin-bottom: 100px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  color: #595757;
}
@media screen and (max-width: 768px) {
  .sellflow-introTxt {
    margin-bottom: 50px;
    font-size: 18px;
    text-align: left;
  }
}
.sellflow-title {
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: center;
  color: #e4007f;
}
@media screen and (max-width: 768px) {
  .sellflow-title {
    margin-top: 30px;
    margin-bottom: 26px;
  }
}
.sellflow-title-main {
  display: block;
  font-size: 48px;
  font-weight: 700;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .sellflow-title-main {
    font-size: 28px;
  }
}
.sellflow-title-sub {
  position: relative;
  display: inline-block;
  padding: 0 7.5em;
  background-color: white;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.035em;
}
@media screen and (max-width: 768px) {
  .sellflow-title-sub {
    padding: 0 6em;
    font-size: 13px;
  }
}
.sellflow-title-sub::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 30%;
  height: 1px;
  background-color: #e4007f;
}
.sellflow-title-sub::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 30%;
  height: 1px;
  background-color: #e4007f;
}
.sellflow-flowimg img {
  width: 100%;
}
.sellflow-pageNavi {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  align-items: center;
  margin: 60px 0 60px;
}
@media screen and (max-width: 768px) {
  .sellflow-pageNavi {
    margin-bottom: 40px 0 0;
  }
}
.sellflow-pageNavi-back {
  font-size: 25px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .sellflow-pageNavi-back {
    font-size: 16px;
  }
}
.sellflow-pageNavi-back a {
  position: relative;
  display: block;
  padding-left: 0;
  color: #b5b6b6;
}
.sellflow-pageNavi-back a::before {
  content: none;
  position: absolute;
  top: 50%;
  left: 0;
  width: 8px;
  height: 8px;
  margin-top: -6px;
  border-top: 1px solid #004190;
  border-right: 1px solid #004190;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
@media screen and (max-width: 768px) {
  .sellflow-pageNavi-back a::before {
    width: 4px;
    height: 4px;
    margin-top: -3px;
  }
}
@media screen and (max-width: 768px) {
  .sellflow-pageNavi-back a {
    padding-left: 0;
  }
}
.sellflow-pageNavi-back a.sellflow-active {
  color: #004190;
}
.sellflow-pageNavi-number {
  position: relative;
  padding-right: 0;
}
.sellflow-pageNavi-number::before {
  content: none;
  position: absolute;
  top: 50%;
  right: 0;
  width: 8px;
  height: 8px;
  margin-top: -6px;
  border-top: 1px solid #004190;
  border-right: 1px solid #004190;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .sellflow-pageNavi-number::before {
    width: 4px;
    height: 4px;
    margin-top: -3px;
  }
}
@media screen and (max-width: 768px) {
  .sellflow-pageNavi-number {
    padding-right: 0;
  }
}
.sellflow-pageNavi-number span {
  position: absolute;
  left: -50px;
  bottom: 1px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1em;
  color: #004190;
}
@media screen and (max-width: 768px) {
  .sellflow-pageNavi-number span {
    left: -30px;
    font-size: 6px;
  }
}
.sellflow-pageNavi-number ul {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  align-items: center;
}
.sellflow-pageNavi-number .sellflow-active a {
  pointer-events: none;
  color: #004190;
}
.sellflow-pageNavi-number a {
  display: block;
  padding: 0 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1em;
  color: #b5b6b6;
}
@media screen and (max-width: 768px) {
  .sellflow-pageNavi-number a {
    padding: 0 5px;
    font-size: 16px;
  }
}
.sellflow-contactBtn {
  text-align: center;
}
.sellflow-contactBtn a {
  position: relative;
  top: 0;
  display: block;
  max-width: 365px;
  margin: 0 auto;
  background-color: #004190;
  border-radius: 50px;
  box-shadow: 0 3px 0 0 #081039;
  font-size: 28px;
  font-weight: 700;
  line-height: 66px;
  color: white;
}
.sellflow-contactBtn a:hover, .sellflow-contactBtn a:focus {
  top: 2px;
  box-shadow: 0 0 0 0;
  text-decoration: none;
  opacity: 1;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .sellflow-contactBtn a {
    font-size: 20px;
    line-height: 48px;
  }
}
.sellflow-pageTitle {
  margin-bottom: 50px;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .sellflow-pageTitle {
    margin-bottom: 30px;
    padding-bottom: 5px;
  }
}
.sellflow-pageTitle-sub {
  display: block;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
}
@media screen and (max-width: 768px) {
  .sellflow-pageTitle-sub {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 20px;
  }
}
.sellflow-pageTitle-main {
  font-size: 38px;
  font-weight: 700;
  line-height: 38px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .sellflow-pageTitle-main {
    font-size: 20px;
    line-height: 20px;
  }
}
.sellflow-sectionTitle {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .sellflow-sectionTitle {
    margin-bottom: 10px;
  }
}
.sellflow-sectionTitle-number {
  display: block;
  width: 58px;
  height: 58px;
  margin-right: 10px;
  padding: 16px 0;
  border-radius: 100%;
  font-size: 26px;
  line-height: 26px;
  text-align: center;
  color: white;
}
@media screen and (max-width: 768px) {
  .sellflow-sectionTitle-number {
    width: 30px;
    height: 30px;
    padding: 8px 0;
    font-size: 16px;
    line-height: 16px;
  }
}
.sellflow-sectionTitle-main {
  width: calc( 100% - 68px);
  font-size: 30px;
  line-height: 38px;
}
@media screen and (max-width: 768px) {
  .sellflow-sectionTitle-main {
    font-size: 16px;
    line-height: 1.4;
  }
}
.sellflow-sectionTitle_sub {
  margin-bottom: 20px;
  padding-bottom: 3px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .sellflow-sectionTitle_sub {
    font-size: 16px;
  }
}
.sellflow-blue .sellflow-pageTitle {
  position: relative;
  color: #00a0e9;
}
.sellflow-blue .sellflow-pageTitle::after {
  position: absolute;
  bottom: -5px;
  left: 0;
  content: "";
  width: 100%;
  height: 8px;
  background: radial-gradient(circle farthest-side, #00a0e9, #00a0e9 50%, #fff 50%, #fff);
  background-size: 8px 8px;
}
.sellflow-blue .sellflow-sectionTitle {
  color: #00a0e9;
}
.sellflow-blue .sellflow-sectionTitle-number {
  background-color: #00a0e9;
}
.sellflow-blue .sellflow-sectionTitle_sub {
  border-bottom: solid 1px #00a0e9;
  color: #00a0e9;
}
.sellflow-pink .sellflow-pageTitle {
  position: relative;
  color: #e4007f;
}
.sellflow-pink .sellflow-pageTitle::after {
  position: absolute;
  bottom: -5px;
  left: 0;
  content: "";
  width: 100%;
  height: 8px;
  background: radial-gradient(circle farthest-side, #e4007f, #e4007f 50%, #fff 50%, #fff);
  background-size: 8px 8px;
}
.sellflow-pink .sellflow-sectionTitle {
  color: #e4007f;
}
.sellflow-pink .sellflow-sectionTitle-number {
  background-color: #e4007f;
}
.sellflow-pink .sellflow-sectionTitle_sub {
  border-bottom: solid 1px #e4007f;
  color: #e4007f;
}
.sellflow-navy .sellflow-pageTitle {
  position: relative;
  border-bottom: dotted 5px #1d2088;
  color: #1d2088;
}
.sellflow-navy .sellflow-pageTitle::after {
  position: absolute;
  bottom: -5px;
  left: 0;
  content: "";
  width: 100%;
  height: 8px;
  background: radial-gradient(circle farthest-side, #1d2088, #1d2088 50%, #fff 50%, #fff);
  background-size: 8px 8px;
}
.sellflow-navy .sellflow-sectionTitle {
  color: #1d2088;
}
.sellflow-navy .sellflow-sectionTitle-number {
  background-color: #1d2088;
}
.sellflow-navy .sellflow-sectionTitle_sub {
  border-bottom: solid 1px #1d2088;
  color: #1d2088;
}
.sellflow-contents {
  width: calc( 100% - 70px);
  margin: 0 0 0 auto;
}
@media screen and (max-width: 768px) {
  .sellflow-contents {
    width: 100%;
    margin: 0 auto 50px;
  }
}
.sellflow-contents p {
  margin-bottom: 30px;
}
.sellflow-flexBox {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .sellflow-flexBox {
    display: block;
  }
}
.sellflow-annotationTxt {
  font-size: 0.8em;
}

/* -------- sellflow page index -------- */
.sellflow-flowBox {
  margin-bottom: 120px;
  color: #595757;
}
@media screen and (max-width: 768px) {
  .sellflow-flowBox {
    margin-bottom: 60px;
  }
}
.sellflow-flowBox > li {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .sellflow-flowBox > li {
    margin-bottom: 0;
  }
}
.sellflow-flowBox > li .step-title {
  max-width: 580px;
  padding-bottom: 10px;
  font-size: 36px;
}
@media screen and (max-width: 768px) {
  .sellflow-flowBox > li .step-title {
    font-size: 15px;
    line-height: 15px;
  }
}
.sellflow-flowBox > li .step-title-step {
  display: block;
  margin-bottom: 6px;
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .sellflow-flowBox > li .step-title-step {
    display: inline;
    margin-right: 10px;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 15px;
    vertical-align: middle;
  }
}
.sellflow-flowBox > li .sellflow-sp-accordion {
  padding: 15px 0;
}
@media screen and (max-width: 768px) {
  .sellflow-flowBox > li .txt-box {
    border-bottom: 1px solid #dddddd;
  }
}
.sellflow-flowBox > li .txt-box .inner {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .sellflow-flowBox > li .txt-box .inner {
    display: block;
  }
}
.sellflow-flowBox > li .txt {
  display: block;
  width: 570px;
  font-size: 18px;
  line-height: 36px;
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .sellflow-flowBox > li .txt {
    display: block;
    width: auto;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -0.02em;
  }
}
.sellflow-flowBox > li .txt p {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .sellflow-flowBox > li .txt p {
    margin-bottom: 20px;
  }
}
.sellflow-flowBox > li .img {
  position: relative;
  display: block;
  width: 400px;
}
@media screen and (max-width: 768px) {
  .sellflow-flowBox > li .img {
    width: auto;
    margin: 0 auto;
  }
}
.sellflow-flowBox > li .img img {
  position: absolute;
  top: -100px;
}
@media screen and (max-width: 768px) {
  .sellflow-flowBox > li .img img {
    position: static;
    top: 0;
  }
}
.sellflow-flowBox > li a {
  text-decoration: none;
  color: white;
}
.sellflow-flowBox > li.sellflow-flowBox_blue .step-title {
  border-bottom: dotted 5px #00a0e9;
  color: #00a0e9;
}
.sellflow-flowBox > li.sellflow-flowBox_blue .sellflow-flowBtn {
  background: #00a0e9;
}
.sellflow-flowBox > li.sellflow-flowBox_blue .sellflow-flowBtn a {
  position: relative;
  top: 0;
  display: block;
  width: 100%;
  border-radius: 50px;
  box-shadow: 0 3px 0 0 #006eba;
  font-size: 16px;
  line-height: 40px;
  color: white;
}
.sellflow-flowBox > li.sellflow-flowBox_blue .sellflow-flowBtn a:hover, .sellflow-flowBox > li.sellflow-flowBox_blue .sellflow-flowBtn a:focus {
  box-shadow: 0 0 0 0;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .sellflow-flowBox > li.sellflow-flowBox_blue .txt-box {
    background-color: #eaf6fd;
  }
}
.sellflow-flowBox > li.sellflow-flowBox_pink .step-title {
  border-bottom: dotted 5px #e4007f;
  color: #e4007f;
}
.sellflow-flowBox > li.sellflow-flowBox_pink .sellflow-flowBtn {
  background: #e4007f;
}
.sellflow-flowBox > li.sellflow-flowBox_pink .sellflow-flowBtn a {
  position: relative;
  top: 0;
  display: block;
  width: 100%;
  border-radius: 50px;
  box-shadow: 0 3px 0 0 #960001;
  font-size: 16px;
  line-height: 40px;
  color: white;
}
.sellflow-flowBox > li.sellflow-flowBox_pink .sellflow-flowBtn a:hover, .sellflow-flowBox > li.sellflow-flowBox_pink .sellflow-flowBtn a:focus {
  box-shadow: 0 0 0 0;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .sellflow-flowBox > li.sellflow-flowBox_pink .txt-box {
    background-color: #fdeff5;
  }
}
.sellflow-flowBox > li.sellflow-flowBox_navy .step-title {
  border-bottom: dotted 5px #1d2088;
  color: #1d2088;
}
.sellflow-flowBox > li.sellflow-flowBox_navy .sellflow-flowBtn {
  background: #1d2088;
}
.sellflow-flowBox > li.sellflow-flowBox_navy .sellflow-flowBtn a {
  position: relative;
  top: 0;
  display: block;
  width: 100%;
  border-radius: 50px;
  box-shadow: 0 3px 0 0 #081039;
  font-size: 16px;
  line-height: 40px;
  color: white;
}
.sellflow-flowBox > li.sellflow-flowBox_navy .sellflow-flowBtn a:hover, .sellflow-flowBox > li.sellflow-flowBox_navy .sellflow-flowBtn a:focus {
  box-shadow: 0 0 0 0;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .sellflow-flowBox > li.sellflow-flowBox_navy .txt-box {
    background-color: #e9e6f3;
  }
}
.sellflow-flowBox > li:nth-child(odd) .step-title {
  margin: 0 0 26px auto;
}
@media screen and (max-width: 768px) {
  .sellflow-flowBox > li:nth-child(odd) .step-title {
    margin: 0 auto;
  }
}
.sellflow-flowBox > li:nth-child(even) .inner {
  display: block;
}
.sellflow-flowBox > li:nth-child(even) .step-title {
  margin: 0 auto 26px 0;
}
@media screen and (max-width: 768px) {
  .sellflow-flowBox > li:nth-child(even) .step-title {
    margin: 0 auto;
  }
}
.sellflow-flowBox > li:nth-child(even) .img {
  position: absolute;
  right: 0;
}
@media screen and (max-width: 768px) {
  .sellflow-flowBox > li:nth-child(even) .img {
    position: static;
  }
}
.sellflow-flowBox > li:nth-child(1) .img {
  padding: 0;
}
.sellflow-flowBox > li:nth-child(3) .img {
  padding: 0;
}
.sellflow-flowBox > li:nth-child(3) .img img {
  top: -60px;
  max-width: 323px;
}
@media screen and (max-width: 768px) {
  .sellflow-flowBox > li:nth-child(3) .img img {
    top: 0;
  }
}
.sellflow-flowBox > li:nth-child(4) .img {
  padding: 0;
}
.sellflow-flowBox > li:nth-child(4) .img img {
  right: 0;
}
.sellflow-flowBox > li:nth-child(5) .img {
  padding: 0;
}
.sellflow-flowBox > li:nth-child(5) .img img {
  top: -136px;
  max-width: 265px;
}
@media screen and (max-width: 768px) {
  .sellflow-flowBox > li:nth-child(5) .img img {
    top: 0;
  }
}
.sellflow-flowBox > li:nth-child(7) .img {
  padding: 0;
}
.sellflow-flowBtn {
  position: relative;
  top: 0;
  display: block;
  width: 220px;
  border: none;
  border-radius: 50px;
  outline: none;
  padding: 0;
  appearance: none;
  text-align: center;
}
.sellflow-flowBtn:hover, .sellflow-flowBtn:focus {
  top: 2px;
  box-shadow: 0 0 0 0;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .sellflow-flowBtn {
    margin: 0 auto 20px;
  }
}
.sellflow-point_box {
  position: relative;
  padding: 10px 0;
  margin-bottom: 60px;
  border-top: solid 1px #004190;
  border-bottom: solid 1px #004190;
  text-align: center;
  color: #004190;
}
.sellflow-point_box::before {
  content: "";
  position: absolute;
  top: -40px;
  left: 50%;
  width: 168px;
  height: 33px;
  margin-left: -84px;
  background: url("../images//sellflow/catch_point.png") 0 0 no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 768px) {
  .sellflow-point_box::before {
    top: -25px;
    left: 50%;
    width: 80px;
    height: 20px;
    margin-left: -35px;
  }
}
@media screen and (max-width: 768px) {
  .sellflow-point_box {
    margin-bottom: 40px;
  }
}
.sellflow-point_box dt {
  font-size: 24px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .sellflow-point_box dt {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 0;
  }
}
.sellflow-point_box dd {
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .sellflow-point_box dd {
    font-size: 10px;
    line-height: 1.4;
  }
}

/* -------- sellflow page step1 -------- */
.sellflow-step1_box01 p {
  width: 520px;
}
@media screen and (max-width: 768px) {
  .sellflow-step1_box01 p {
    width: 100%;
  }
}
.sellflow-step1_box01 img {
  width: 320px;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .sellflow-step1_box01 img {
    width: 70%;
    margin: 0 auto;
  }
}
.sellflow-step1_box02 dl {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .sellflow-step1_box02 dl {
    display: block;
  }
}
.sellflow-step1_box02 dt {
  width: 39.5%;
  padding: 15px 30px;
  background-color: #00a0e9;
  border-radius: 6px;
  color: white;
}
@media screen and (max-width: 768px) {
  .sellflow-step1_box02 dt {
    width: 100%;
    padding: 10px;
    border-radius: 6px 6px 0 0;
    text-align: center;
  }
}
.sellflow-step1_box02 dd {
  width: 60%;
  padding: 15px 30px;
  background-color: #eaf6fd;
  border-radius: 6px;
}
@media screen and (max-width: 768px) {
  .sellflow-step1_box02 dd {
    width: 100%;
    padding: 10px;
    border-radius: 0 0 6px 6px;
  }
}
.sellflow-step1_box03 {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .sellflow-step1_box03 {
    margin-bottom: 60px;
  }
}
.sellflow-step1_box03 h5 {
  width: 170px;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .sellflow-step1_box03 h5 {
    margin: 0 auto 5px;
    text-align: center;
  }
}
.sellflow-step1_box03 dl {
  padding: 30px;
  background-color: #eaeff9;
  border-radius: 6px;
}
@media screen and (max-width: 768px) {
  .sellflow-step1_box03 dl {
    padding: 10px;
  }
}
.sellflow-step1_box03 dt {
  margin-bottom: 15px;
  font-size: 24px;
  color: #1d2088;
}
@media screen and (max-width: 768px) {
  .sellflow-step1_box03 dt {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.4;
  }
}
.sellflow-step1_box03 dd {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .sellflow-step1_box03 dd {
    display: block;
  }
}
.sellflow-step1_box03 dd .sellflow_txt {
  width: 340px;
}
@media screen and (max-width: 768px) {
  .sellflow-step1_box03 dd .sellflow_txt {
    width: 100%;
  }
}
.sellflow-step1_box03 dd .sellflow_img {
  width: calc( 100% - 360px);
}
@media screen and (max-width: 768px) {
  .sellflow-step1_box03 dd .sellflow_img {
    width: 100%;
  }
}

/* -------- sellflow page step2 -------- */
.sellflow-step2_box01 {
  position: relative;
  margin-top: 20px;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .sellflow-step2_box01 {
    margin-bottom: 40px;
  }
}
.sellflow-step2_box01__inner {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  width: 62%;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .sellflow-step2_box01__inner {
    display: block;
    width: 100%;
    margin-bottom: 40px;
  }
}
.sellflow-step2_box01 dl {
  width: 32%;
  margin-right: 10px;
}
.sellflow-step2_box01 dl:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .sellflow-step2_box01 dl {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    align-self: center;
    width: 100%;
    margin-right: 0;
    margin-bottom: 8px;
  }
  .sellflow-step2_box01 dl:nth-child(2) dt {
    background: url("../images//sellflow/step2_titlebg_sp2_long.png") 0 0 no-repeat;
    background-size: 100% 100%;
  }
}
@media screen and (max-width: 480px) {
  .sellflow-step2_box01 dl:nth-child(2) dt {
    background: url("../images//sellflow/step2_titlebg_sp2.png") 0 0 no-repeat;
    background-size: 100% 100%;
  }
}
.sellflow-step2_box01 dt {
  margin-bottom: 10px;
  padding: 5px 0 10px;
  background: url("../images//sellflow/step2_titlebg_pc.png") 0 0 no-repeat;
  background-size: 100% 100%;
  font-size: 22px;
  text-align: center;
  color: #00a0e9;
}
@media screen and (max-width: 768px) {
  .sellflow-step2_box01 dt {
    position: relative;
    width: 30%;
    max-width: 100px;
    margin-right: 1%;
    margin-bottom: 0;
    padding: 0;
    background: url("../images//sellflow/step2_titlebg_sp1_long.png") 0 0 no-repeat;
    background-size: 100% 100%;
    font-size: 15px;
  }
  .sellflow-step2_box01 dt span {
    position: absolute;
    top: 50%;
    left: 8px;
    margin-top: -12px;
  }
}
@media screen and (max-width: 480px) {
  .sellflow-step2_box01 dt {
    background: url("../images//sellflow/step2_titlebg_sp1.png") 0 0 no-repeat;
    background-size: 100% 100%;
  }
}
.sellflow-step2_box01 dd {
  display: table-cell;
  height: 130px;
  padding: 10px;
  background-color: #efefef;
  border-radius: 6px;
  font-size: 12px;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .sellflow-step2_box01 dd {
    width: calc( 100% - 100px );
    height: auto;
  }
}
.sellflow-step2_box01 dd p {
  margin: 0;
}
.sellflow-step2_box01 > img {
  position: absolute;
  top: -60px;
  right: 0;
  width: 36%;
}
@media screen and (max-width: 768px) {
  .sellflow-step2_box01 > img {
    position: static;
    width: 60%;
    margin: 0 auto;
  }
}
.sellflow-step2_box02 {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 60px;
  background: url("../images//sellflow/step2_img01.png") bottom center no-repeat;
  background-size: 245px auto;
}
@media screen and (max-width: 768px) {
  .sellflow-step2_box02 {
    margin-bottom: 20px;
    background: none;
  }
}
.sellflow-step2_box02 > dl {
  width: 330px;
  padding: 20px;
  background-color: #dff2fc;
  border-radius: 6px;
}
.sellflow-step2_box02 > dl:nth-child(3), .sellflow-step2_box02 > dl:nth-child(4) {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .sellflow-step2_box02 > dl:nth-child(3), .sellflow-step2_box02 > dl:nth-child(4) {
    margin-top: 5px;
  }
}
@media screen and (max-width: 768px) {
  .sellflow-step2_box02 > dl {
    width: 49%;
    padding: 10px;
    margin-top: 5px;
  }
}
.sellflow-step2_box02 > dl dt {
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 1.4;
  color: #00a0e9;
}
@media screen and (max-width: 768px) {
  .sellflow-step2_box02 > dl dt {
    margin-bottom: 5px;
    font-size: 15px;
  }
}
.sellflow-step2_box02 > dl dd {
  color: #595757;
}
.sellflow-step2_box02 .sellflow-step2_box02__inList {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .sellflow-step2_box02 .sellflow-step2_box02__inList {
    display: block;
  }
}
.sellflow-step2_box02 .sellflow-step2_box02__inList dt {
  position: relative;
  margin: 0;
  font-size: 14px;
  color: #595757;
}
.sellflow-step2_box02 .sellflow-step2_box02__inList dt::after {
  content: "…";
}
@media screen and (max-width: 768px) {
  .sellflow-step2_box02 .sellflow-step2_box02__inList dt::after {
    content: "";
  }
}
@media screen and (max-width: 768px) {
  .sellflow-step2_box02 .sellflow-step2_box02__inList dd {
    margin-bottom: 10px;
  }
}
.sellflow-step2_box03 {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .sellflow-step2_box03 {
    display: block;
    margin-bottom: 40px;
  }
}
.sellflow-step2_box03 li {
  width: 30%;
  padding: 15px 0;
  border: solid 1px #00a0e9;
  border-radius: 15px;
  text-align: center;
  font-size: 20px;
  line-height: 20px;
  color: #00a0e9;
}
@media screen and (max-width: 768px) {
  .sellflow-step2_box03 li {
    width: 100%;
    margin-bottom: 5px;
    padding: 10px 0;
    border-radius: 5px;
    font-size: 16px;
    line-height: 16px;
  }
}
.sellflow-step2_box04 {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .sellflow-step2_box04 {
    margin-bottom: 20px;
  }
}
.sellflow-step2_box04 dl:first-child {
  width: 46%;
}
@media screen and (max-width: 768px) {
  .sellflow-step2_box04 dl:first-child dd {
    margin-top: 30px;
  }
}
.sellflow-step2_box04 dl:last-child {
  width: 54%;
}
.sellflow-step2_box04 dl:last-child dd {
  max-width: 280px;
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .sellflow-step2_box04 dl:last-child dd {
    width: 55%;
    height: auto;
  }
}
.sellflow-step2_box04 dt {
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 1.4;
  color: #00a0e9;
}
@media screen and (max-width: 768px) {
  .sellflow-step2_box04 dt {
    margin-bottom: 10px;
    font-size: 8px;
  }
}
.sellflow-step2_box05 h5 {
  width: 170px;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .sellflow-step2_box05 h5 {
    margin: 0 auto 5px;
    text-align: center;
  }
}
.sellflow-step2_box05 dl {
  padding: 30px;
  background-color: #eaeff9;
  border-radius: 6px;
}
@media screen and (max-width: 768px) {
  .sellflow-step2_box05 dl {
    padding: 10px;
  }
}
.sellflow-step2_box05 dt {
  margin-bottom: 15px;
  font-size: 24px;
  color: #1d2088;
}
@media screen and (max-width: 768px) {
  .sellflow-step2_box05 dt {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.4;
  }
}
.sellflow-step2_box05 dd {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .sellflow-step2_box05 dd {
    display: block;
  }
}
.sellflow-step2_box05__inner {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .sellflow-step2_box05__inner {
    width: 100%;
  }
}
.sellflow-step2_box05__inner h5 {
  width: 100%;
  margin-bottom: 10px;
  padding: 8px 15px;
  background-color: #1d2088;
  border-radius: 6px;
  font-size: 18px;
  line-height: 1em;
  color: white;
}
@media screen and (max-width: 768px) {
  .sellflow-step2_box05__inner h5 {
    font-size: 14px;
    text-align: left;
  }
}
.sellflow-step2_box05__inner .sellflow-math div {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  align-items: center;
}
.sellflow-step2_box05__inner .sellflow-math div p {
  width: 45%;
  margin: 0;
  padding: 15px 10px;
  background-color: white;
  border-radius: 6px;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sellflow-step2_box05__inner .sellflow-math div p {
    font-size: 14px;
  }
}
.sellflow-step2_box05__inner .sellflow-math div span {
  display: block;
  width: 5%;
  font-size: 30px;
  text-align: center;
  color: #1d2088;
}
@media screen and (max-width: 768px) {
  .sellflow-step2_box05__inner .sellflow-math div span {
    font-size: 20px;
  }
}
.sellflow-step2_box05__inner .sellflow-math p {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.4;
  color: #1d2088;
}
@media screen and (max-width: 768px) {
  .sellflow-step2_box05__inner .sellflow-math p {
    font-size: 14px;
  }
}
.sellflow-step2_box05__inner .sellflow-math > p {
  margin-left: 1em;
  text-indent: -1em;
}
.sellflow-step2_box05__inner .sellflow_img {
  width: 80%;
  height: auto;
  margin: -20px auto 0;
}
.sellflow-step2_box06 {
  padding: 30px;
  background-color: #eaf6fd;
}
@media screen and (max-width: 768px) {
  .sellflow-step2_box06 {
    padding: 20px 0 10px;
  }
}
.sellflow-step2_box06 h4 {
  margin-bottom: 5px;
  font-size: 22px;
  font-weight: 700;
  color: #00a0e9;
}
@media screen and (max-width: 768px) {
  .sellflow-step2_box06 h4 {
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: -0.08em;
  }
}
.sellflow-step2_box06__container {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .sellflow-step2_box06__container {
    display: block;
  }
}
.sellflow-step2_box06__inner {
  width: 48%;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .sellflow-step2_box06__inner {
    width: 100%;
  }
}
.sellflow-step2_box06__inner h5 {
  margin-bottom: 15px;
  padding: 0 10px;
  background-color: #00a0e9;
  border-radius: 6px;
  font-size: 18px;
  line-height: 30px;
  color: white;
}
@media screen and (max-width: 768px) {
  .sellflow-step2_box06__inner h5 {
    font-size: 14px;
  }
}
.sellflow-step2_box06__inner li {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  margin-bottom: 10px;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .sellflow-step2_box06__inner li {
    font-size: 14px;
  }
  .sellflow-step2_box06__inner li:first-child {
    margin-bottom: 20px;
  }
}
.sellflow-step2_box06__inner li p {
  width: calc( 100% - 40px);
}
@media screen and (max-width: 768px) {
  .sellflow-step2_box06__inner li p {
    width: calc( 100% - 30px);
  }
}
.sellflow-step2_box06__inner li span {
  display: inline-block;
  width: 30px;
  margin-right: 10px;
  height: 30px;
  background-color: white;
  border-radius: 6px;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  color: #00a0e9;
}
@media screen and (max-width: 768px) {
  .sellflow-step2_box06__inner li span {
    width: 20px;
    margin-right: 5px;
    height: 20px;
    font-size: 13px;
    line-height: 21px;
  }
}

/* -------- sellflow page step3 -------- */
.sellflow-step3_box01 {
  position: relative;
  margin-bottom: 50px;
}
.sellflow-step3_box01 p {
  width: 610px;
}
@media screen and (max-width: 768px) {
  .sellflow-step3_box01 p {
    width: 100%;
  }
}
.sellflow-step3_box01 img {
  position: absolute;
  top: -70px;
  right: 0;
  width: 250px;
}
@media screen and (max-width: 768px) {
  .sellflow-step3_box01 img {
    position: static;
    width: 50%;
    margin: 0 auto;
  }
}
.sellflow-step3_box02 {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .sellflow-step3_box02 {
    display: block;
  }
}
.sellflow-step3_box02__group {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .sellflow-step3_box02__group {
    margin-bottom: 20px;
  }
}
.sellflow-step3_box02__group h4 {
  margin-right: -1px;
  padding: 5px;
  background-color: #1d2088;
  border-right: solid 1px white;
  text-align: center;
  color: white;
}
@media screen and (max-width: 768px) {
  .sellflow-step3_box02__group h4 {
    border-right: solid 1px #1d2088;
  }
}
.sellflow-step3_box02__group .sellflow-small {
  font-size: 0.8em;
}
.sellflow-step3_box02__group.sellflow-content01 {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .sellflow-step3_box02__group.sellflow-content01 {
    width: 100%;
  }
}
.sellflow-step3_box02__group.sellflow-content01 dl {
  position: relative;
}
.sellflow-step3_box02__group.sellflow-content01 dl.sellflow-merit dd {
  position: absolute;
  top: 0;
  left: 243.5px;
  width: 100%;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 768px) {
  .sellflow-step3_box02__group.sellflow-content01 dl.sellflow-merit dd {
    position: static;
    width: 50%;
  }
}
.sellflow-step3_box02__group.sellflow-content01 dl.sellflow-demerit dd {
  position: absolute;
  top: 0;
  left: 243.5px;
  width: 100%;
  min-height: 200px;
}
@media screen and (max-width: 768px) {
  .sellflow-step3_box02__group.sellflow-content01 dl.sellflow-demerit dd {
    position: static;
    width: 50%;
    min-height: auto;
  }
}
.sellflow-step3_box02__group.sellflow-content01 .sellflow-step3_box02__detail {
  width: 50.2%;
  margin: 0 0 0 auto;
  border-right: solid 1px #1d2088;
  border-left: solid 1px #1d2088;
}
@media screen and (max-width: 768px) {
  .sellflow-step3_box02__group.sellflow-content01 .sellflow-step3_box02__detail {
    width: 100%;
    margin: auto;
  }
}
.sellflow-step3_box02__group.sellflow-content01 .sellflow-step3_box02__table dt {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  width: 50%;
  letter-spacing: -0.1em;
}
.sellflow-step3_box02__group.sellflow-content01 .sellflow-step3_box02__table dd {
  width: 50%;
}
.sellflow-step3_box02__group.sellflow-content02, .sellflow-step3_box02__group.sellflow-content03 {
  width: 25%;
}
@media screen and (max-width: 768px) {
  .sellflow-step3_box02__group.sellflow-content02, .sellflow-step3_box02__group.sellflow-content03 {
    width: 100%;
  }
}
.sellflow-step3_box02__group.sellflow-content02 .sellflow-step3_box02__detail, .sellflow-step3_box02__group.sellflow-content03 .sellflow-step3_box02__detail {
  border-right: solid 1px #1d2088;
}
.sellflow-step3_box02__group.sellflow-content02 dt, .sellflow-step3_box02__group.sellflow-content03 dt {
  display: none;
}
@media screen and (max-width: 768px) {
  .sellflow-step3_box02__group.sellflow-content02 dt, .sellflow-step3_box02__group.sellflow-content03 dt {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    width: 50%;
    text-align: left;
  }
}
.sellflow-step3_box02__group.sellflow-content02 dd, .sellflow-step3_box02__group.sellflow-content03 dd {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .sellflow-step3_box02__group.sellflow-content02 dd, .sellflow-step3_box02__group.sellflow-content03 dd {
    width: 50%;
  }
}
.sellflow-step3_box02__group.sellflow-content02 .sellflow-merit,
.sellflow-step3_box02__group.sellflow-content02 .sellflow-demerit {
  display: none;
}
@media screen and (max-width: 768px) {
  .sellflow-step3_box02__group.sellflow-content02 .sellflow-merit,
  .sellflow-step3_box02__group.sellflow-content02 .sellflow-demerit {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    flex-direction: row;
  }
}
.sellflow-step3_box02__group.sellflow-content03 h4 {
  border-right: none;
}
@media screen and (max-width: 768px) {
  .sellflow-step3_box02__detail {
    border-left: solid 1px #1d2088;
  }
}
.sellflow-step3_box02__detail > p {
  margin: 0;
  padding: 10px;
  border-top: solid 1px #1d2088;
}
.sellflow-step3_box02__detail .sellflow-thmbnail {
  height: 250px;
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  .sellflow-step3_box02__detail .sellflow-thmbnail {
    height: auto;
  }
}
.sellflow-step3_box02__detail .sellflow-thmbnail img {
  width: 80%;
}
.sellflow-step3_box02__detail .sellflow-txt {
  height: 140px;
}
@media screen and (max-width: 768px) {
  .sellflow-step3_box02__detail .sellflow-txt {
    height: auto;
  }
}
.sellflow-step3_box02__table dl {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
  width: 100%;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
}
.sellflow-step3_box02__table dl:first-child {
  border-top: solid 1px #1d2088;
}
.sellflow-step3_box02__table dt {
  padding: 10px 0 10px 10px;
  background-color: #e5e5e5;
  border-right: solid 1px #1d2088;
  border-bottom: solid 1px #1d2088;
  border-left: solid 1px #1d2088;
  font-weight: 700;
  text-align: left;
  letter-spacing: -0.04em;
  color: #1d2088;
}
@media screen and (max-width: 768px) {
  .sellflow-step3_box02__table dt {
    padding: 10px;
  }
}
.sellflow-step3_box02__table dt.is-middle {
  align-items: center;
}
.sellflow-step3_box02__table dd {
  min-height: 46px;
  padding: 10px;
  border-right: solid 1px #1d2088;
  border-bottom: solid 1px #1d2088;
}
.sellflow-step3_box02__table ul {
  text-align: left;
}
.sellflow-step3_box02__table li {
  margin-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 768px) {
  .sellflow-step3_box02__table .sellflow-col dt {
    flex-direction: column;
  }
}
.sellflow-step3_box02__table .sellflow-merit {
  height: 165px;
}
@media screen and (max-width: 768px) {
  .sellflow-step3_box02__table .sellflow-merit {
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .sellflow-step3_box02__table .sellflow-merit dt {
    align-items: center;
    flex-direction: row;
  }
}
.sellflow-step3_box02__table .sellflow-demerit {
  height: 200px;
}
@media screen and (max-width: 768px) {
  .sellflow-step3_box02__table .sellflow-demerit {
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .sellflow-step3_box02__table .sellflow-demerit dt {
    align-items: center;
    flex-direction: row;
  }
}

/* -------- sellflow page step4 -------- */
.sellflow-step4_box01 {
  position: relative;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .sellflow-step4_box01 {
    display: block;
  }
}
.sellflow-step4_box01 p {
  width: 520px;
}
@media screen and (max-width: 768px) {
  .sellflow-step4_box01 p {
    width: 100%;
  }
}
.sellflow-step4_box01 img {
  position: absolute;
  top: -100px;
  right: 0;
  width: 320px;
}
@media screen and (max-width: 768px) {
  .sellflow-step4_box01 img {
    position: static;
    top: 0;
    width: 80%;
    margin: -20px auto 0;
  }
}
.sellflow-step4_box02 {
  position: relative;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.sellflow-step4_box02 li {
  width: 49.8%;
  margin-bottom: 5px;
  padding: 15px 0;
  background-color: #efeedf;
  border-radius: 6px;
  font-size: 16px;
  line-height: 1em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sellflow-step4_box02 li {
    width: 49%;
    font-size: 12px;
  }
}
.sellflow-step4_box03 {
  margin-bottom: 60px;
  padding: 30px;
  background-color: #eaeff9;
  border-radius: 6px;
}
@media screen and (max-width: 768px) {
  .sellflow-step4_box03 {
    padding: 10px;
  }
}
.sellflow-step4_box03 h5 {
  margin-bottom: 15px;
  font-size: 24px;
  color: #1d2088;
}
@media screen and (max-width: 768px) {
  .sellflow-step4_box03 h5 {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.4;
  }
}
.sellflow-step4_box03 p {
  margin: 0;
}
.sellflow-step4_box04 {
  position: relative;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  margin-bottom: 60px;
  padding: 30px;
  background-color: #eaeff9;
  border-radius: 6px;
}
@media screen and (max-width: 768px) {
  .sellflow-step4_box04 {
    display: block;
    padding: 10px;
  }
}
.sellflow-step4_box04__inner {
  width: 60%;
}
@media screen and (max-width: 768px) {
  .sellflow-step4_box04__inner {
    width: 100%;
  }
}
.sellflow-step4_box04 h5 {
  margin-bottom: 15px;
  font-size: 24px;
  color: #1d2088;
}
@media screen and (max-width: 768px) {
  .sellflow-step4_box04 h5 {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.4;
  }
}
.sellflow-step4_box04 img {
  width: 42%;
  height: 100%;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .sellflow-step4_box04 img {
    width: 100%;
    height: auto;
  }
}

/* -------- sellflow page step6 -------- */
@media screen and (max-width: 768px) {
  .sellflow-step6_box01 {
    margin-top: -20px;
    margin-bottom: 40px;
  }
}
.sellflow-step6_box01 p {
  width: 60%;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .sellflow-step6_box01 p {
    width: 100%;
    margin-bottom: 20px;
  }
}
.sellflow-step6_box01 img {
  width: 28%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .sellflow-step6_box01 img {
    width: 80%;
  }
}
.sellflow-step6_box02 .sellflow-sectionTitle-main {
  letter-spacing: -0.01em;
}
.sellflow-step6_box03 {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .sellflow-step6_box03 {
    margin-bottom: 40px;
  }
}
.sellflow-step6_box03 dl {
  position: relative;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .sellflow-step6_box03 dl {
    display: block;
  }
}
.sellflow-step6_box03 dt {
  position: relative;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  width: 20%;
  margin-right: 5px;
  padding: 20px;
  background-color: #e4007f;
  border-radius: 6px;
  vertical-align: middle;
  color: white;
}
@media screen and (max-width: 768px) {
  .sellflow-step6_box03 dt {
    display: block;
    width: 100%;
    padding: 5px;
    border-radius: 6px 6px 0 0;
    text-align: center;
  }
}
.sellflow-step6_box03 dt span {
  vertical-align: middle;
}
.sellflow-step6_box03 dd {
  width: 79%;
  padding: 20px;
  background-color: #fadce9;
  border-radius: 6px;
}
@media screen and (max-width: 768px) {
  .sellflow-step6_box03 dd {
    width: 100%;
    padding: 10px;
    border-radius: 0 0 6px 6px;
  }
}
.sellflow-step6_box03 dd li {
  margin-left: 1em;
  text-indent: -1em;
}
.sellflow-step6_box04 {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .sellflow-step6_box04 {
    margin-bottom: 40px;
  }
}
.sellflow-step6_box04 p {
  width: 70%;
}
@media screen and (max-width: 768px) {
  .sellflow-step6_box04 p {
    width: 100%;
  }
}
.sellflow-step6_box04 > div.is_pc {
  position: relative;
  width: 54%;
}
@media screen and (max-width: 768px) {
  .sellflow-step6_box04 > div.is_pc {
    width: 100%;
  }
}
.sellflow-step6_box04 > div.is_pc img {
  position: absolute;
  top: -60px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .sellflow-step6_box04 > div.is_pc img {
    position: static;
  }
}
.sellflow-step6_box05 h5 {
  width: 250px;
  margin-bottom: 5px;
}
.sellflow-step6_box05 ul {
  display: grid;
  display: -ms-grid;
  grid-template-rows: 25% 25% 25% 25%;
  grid-template-columns: 49% 49%;
  -ms-grid-rows: 25% 25% 25% 25%;
  -ms-grid-columns: 49% 49%;
}
@media screen and (max-width: 768px) {
  .sellflow-step6_box05 ul {
    display: block;
  }
}
.sellflow-step6_box05 ul li {
  margin-bottom: 5px;
  padding: 15px;
  background-color: #efeedf;
  border-radius: 6px;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sellflow-step6_box05 ul li {
    width: 100%;
    font-size: 12px;
  }
}
.sellflow-step6_box05__list01 {
  grid-row: 1 / 2;
  grid-column: 1 / 2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  margin-right: 5px;
}
.sellflow-step6_box05__list02 {
  grid-row: 1 / 2;
  grid-column: 2 / 3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
}
.sellflow-step6_box05__list03 {
  grid-row: 2 / 3;
  grid-column: 1 / 2;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  margin-right: 5px;
}
.sellflow-step6_box05__list04 {
  grid-row: 2 / 3;
  grid-column: 2 / 3;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
}
.sellflow-step6_box05__list05 {
  grid-row: 3 / 4;
  grid-column: 2 / 3;
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
}
.sellflow-step6_box05__list06 {
  grid-row: 4 / 5;
  grid-column: 2 / 3;
  -ms-grid-row: 4;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
}
.sellflow-step6_box05__list07 {
  grid-row: 3 / 5;
  grid-column: 1 / 2;
  -ms-grid-row: 3;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  margin-right: 5px;
}

/* -------- sellflow page step7 -------- */
@media screen and (max-width: 768px) {
  .sellflow-step7_box01 {
    margin-top: -20px;
    margin-bottom: 40px;
  }
}
.sellflow-step7_box01 p {
  width: 60%;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .sellflow-step7_box01 p {
    width: 100%;
    margin-bottom: 20px;
  }
}
.sellflow-step7_box01 img {
  width: 28%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .sellflow-step7_box01 img {
    width: 80%;
  }
}
.sellflow-step7_box02 {
  margin-bottom: 130px;
}
@media screen and (max-width: 768px) {
  .sellflow-step7_box02 {
    margin-bottom: 80px;
  }
}
.sellflow-step7_box02 dl {
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  align-items: flex-start;
}
.sellflow-step7_box02 dl:nth-child(2) dd {
  padding-top: 15px;
}
@media screen and (max-width: 768px) {
  .sellflow-step7_box02 dl:nth-child(2) dd {
    padding-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .sellflow-step7_box02 dl {
    overflow: visible;
    position: relative;
    display: block;
    margin-bottom: 20px;
    border: solid 1px #e4007f;
    border-radius: 6px;
  }
  .sellflow-step7_box02 dl::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -22px;
    width: 1px;
    height: 22px;
    background-color: #e4007f;
  }
}
.sellflow-step7_box02 dt {
  position: relative;
  width: 34%;
  margin-right: 15px;
  background-color: #fadce9;
  border-radius: 6px;
  font-size: 21px;
  line-height: 80px;
  text-align: center;
  font-weight: 700;
  letter-spacing: -0.05em;
  color: #e4007f;
}
.sellflow-step7_box02 dt::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 80px;
  width: 2px;
  height: 150px;
  background-color: #e4007f;
}
@media screen and (max-width: 768px) {
  .sellflow-step7_box02 dt::after {
    width: 0;
    height: 0;
  }
}
@media screen and (max-width: 768px) {
  .sellflow-step7_box02 dt {
    width: 100%;
    padding: 5px;
    border-radius: 6px 6px 0 0;
    font-size: 14px;
    line-height: 20px;
  }
}
.sellflow-step7_box02 dd {
  width: 64%;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .sellflow-step7_box02 dd {
    width: 100%;
    margin-bottom: 0;
    padding: 10px;
  }
}
.sellflow-step7_box02 dd > p {
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .sellflow-step7_box02 dd > p {
    margin-bottom: 0;
  }
}
.sellflow-step7_box02 dd .sellflow-caption {
  width: 88px;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .sellflow-step7_box02 dd .sellflow-caption {
    width: 48px;
    margin: 0 auto 5px;
    text-align: center;
  }
}
.sellflow-step7_box02__list {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .sellflow-step7_box02__list {
    display: block;
  }
}
.sellflow-step7_box02__list li {
  width: 32.5%;
  padding: 10px 0;
  background-color: #efeedf;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sellflow-step7_box02__list li {
    width: 100%;
    margin-bottom: 5px;
    padding: 5px 0;
  }
}
.sellflow-step7_box02__matome {
  position: relative;
}
.sellflow-step7_box02__matome span {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 80px;
  height: 80px;
  padding-top: 16px;
  background-color: #e4007f;
  border-radius: 100px;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  color: white;
}
@media screen and (max-width: 768px) {
  .sellflow-step7_box02__matome span {
    top: -4px;
    width: 40px;
    height: 40px;
    padding-top: 7px;
    background-color: white;
    border: solid 1px #e4007f;
    font-size: 10px;
    line-height: 12px;
    color: #e4007f;
  }
}
.sellflow-step7_box02__matome p {
  width: calc( 100% - 40px);
  margin-left: auto;
  background-color: #fadce9;
  border-radius: 6px;
  font-size: 22px;
  font-weight: 700;
  line-height: 80px;
  text-align: center;
  color: #e4007f;
}
@media screen and (max-width: 768px) {
  .sellflow-step7_box02__matome p {
    width: calc( 100% - 20px);
    background-color: #e4007f;
    font-size: 14px;
    line-height: 32px;
    color: white;
  }
}
.sellflow-step7_box03 dl {
  padding-bottom: 40px;
}
.sellflow-step7_box03 dl:nth-child(2) dd {
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  .sellflow-step7_box03 dl:nth-child(2) dd {
    padding-top: 10px;
  }
}
.sellflow-step7_box03 dl:nth-child(3) {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .sellflow-step7_box03 dl:nth-child(3) {
    display: block;
  }
}
.sellflow-step7_box03 dl:nth-child(4) {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  align-items: center;
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .sellflow-step7_box03 dl:nth-child(4) {
    display: block;
    overflow: hidden;
  }
}
@media screen and (max-width: 768px) {
  .sellflow-step7_box03 dl {
    padding-bottom: 0;
  }
}
.sellflow-step7_box03 dd {
  margin-bottom: 0;
}
.sellflow-step7_box03 dd p {
  margin: 0;
}
.sellflow-step7_box03 dd li {
  margin-left: 1em;
  text-indent: -1em;
}

/* -------- sellflow page step8 -------- */
@media screen and (max-width: 768px) {
  .sellflow-step8_box01 {
    margin-top: -20px;
    margin-bottom: 40px;
  }
}
.sellflow-step8_box01 p {
  width: 60%;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .sellflow-step8_box01 p {
    width: 100%;
    margin-bottom: 20px;
  }
}
.sellflow-step8_box01 img {
  width: 28%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .sellflow-step8_box01 img {
    width: 80%;
  }
}
.sellflow-step8_box02 {
  margin-bottom: 110px;
}
@media screen and (max-width: 768px) {
  .sellflow-step8_box02 {
    margin-bottom: 50px;
  }
}
.sellflow-step8_box02 ul {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .sellflow-step8_box02 ul {
    display: block;
  }
}
.sellflow-step8_box02 ul li {
  width: 32.5%;
  padding: 10px 0;
  background-color: #efeedf;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sellflow-step8_box02 ul li {
    width: 100%;
    margin-bottom: 5px;
    padding: 5px 0;
  }
}
.sellflow-step8_box03 {
  margin-bottom: 110px;
}
@media screen and (max-width: 768px) {
  .sellflow-step8_box03 {
    margin-bottom: 50px;
  }
}
.sellflow-step8_box03 h4 {
  width: 245px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .sellflow-step8_box03 h4 {
    width: 180px;
    margin: 0 auto 10px;
  }
}
.sellflow-step8_box03 ul {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .sellflow-step8_box03 ul {
    display: block;
  }
}
.sellflow-step8_box03 ul li {
  width: 49.8%;
  margin-bottom: 5px;
  padding: 10px 0;
  background-color: #efeedf;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sellflow-step8_box03 ul li {
    width: 100%;
    margin-bottom: 5px;
    padding: 5px 10px;
  }
}
.sellflow-step8_box04 {
  margin-bottom: 50px;
}
.sellflow-step8_box04 dl {
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  align-items: flex-start;
}
.sellflow-step8_box04 dl dt {
  position: relative;
  width: 34%;
  margin-right: 15px;
  padding: 25px 10px;
  background-color: #fadce9;
  border-radius: 6px;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
  font-weight: 700;
  color: #e4007f;
}
.sellflow-step8_box04 dl dt::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 80px;
  width: 2px;
  height: 150px;
  background-color: #e4007f;
}
@media screen and (max-width: 768px) {
  .sellflow-step8_box04 dl dt::after {
    width: 0;
    height: 0;
  }
}
@media screen and (max-width: 768px) {
  .sellflow-step8_box04 dl dt {
    width: 100%;
    padding: 5px;
    border-radius: 6px 6px 0 0;
    font-size: 14px;
    line-height: 20px;
  }
}
.sellflow-step8_box04 dl dd {
  width: 64%;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .sellflow-step8_box04 dl dd {
    width: 100%;
    margin-bottom: 0;
    padding: 10px;
  }
}
.sellflow-step8_box04 dl:first-child {
  position: relative;
  padding-bottom: 110px;
  background: url("../images//sellflow/step8_img03.png") right bottom no-repeat;
  background-size: 200px auto;
}
@media screen and (max-width: 768px) {
  .sellflow-step8_box04 dl:first-child {
    padding-bottom: 20px;
    background: url("../images//sellflow/step8_img03.png") 96% bottom no-repeat;
    background-size: 80px auto;
  }
}
.sellflow-step8_box04 dl:first-child dt::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 80px;
  width: 2px;
  height: 250px;
  background-color: #e4007f;
}
@media screen and (max-width: 768px) {
  .sellflow-step8_box04 dl:first-child dt::after {
    width: 0;
    height: 0;
  }
}
.sellflow-step8_box04 dl:first-child dd {
  letter-spacing: 0.015em;
}
@media screen and (max-width: 768px) {
  .sellflow-step8_box04 dl:first-child dd {
    letter-spacing: -0.03em;
  }
}
.sellflow-step8_box04 dl:first-child dd p {
  margin-bottom: 0;
  font-weight: 700;
}
.sellflow-step8_box04 dl:nth-child(2) {
  align-items: center;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .sellflow-step8_box04 dl:nth-child(2) {
    padding-bottom: 0;
  }
}
.sellflow-step8_box04 dl:nth-child(2) dt::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 110px;
  width: 2px;
  height: 150px;
  background-color: #e4007f;
}
@media screen and (max-width: 768px) {
  .sellflow-step8_box04 dl:nth-child(2) dt::after {
    width: 0;
    height: 0;
  }
}
.sellflow-step8_box04 dl:nth-child(2) dd {
  margin: 0;
}
.sellflow-step8_box04 dl:nth-child(2) dd p {
  margin-bottom: 0;
}
.sellflow-step8_box04 dl:last-child {
  background: url("../images//sellflow/step8.png") right top no-repeat;
  background-size: 220px auto;
}
.sellflow-step8_box04 dl:last-child::after {
  content: "";
  width: 0;
  height: 0;
}
@media screen and (max-width: 768px) {
  .sellflow-step8_box04 dl:last-child {
    padding-bottom: 20px;
    background: url("../images//sellflow/step8.png") right bottom no-repeat;
    background-size: 120px auto;
  }
}
@media screen and (max-width: 480px) {
  .sellflow-step8_box04 dl:last-child {
    padding-bottom: 0;
    background: url("../images//sellflow/step8.png") right bottom no-repeat;
    background-size: 100px auto;
  }
}
.sellflow-step8_box04 dl:last-child dt::after {
  content: "";
  width: 0;
  height: 0;
}
.sellflow-step8_box04 dl:last-child ul {
  width: 360px;
}
@media screen and (max-width: 768px) {
  .sellflow-step8_box04 dl:last-child ul {
    width: 100%;
  }
}
.sellflow-step8_box04 dl li {
  margin-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 768px) {
  .sellflow-step8_box04 dl {
    overflow: visible;
    position: relative;
    display: block;
    margin-bottom: 20px;
    border: solid 1px #e4007f;
    border-radius: 6px;
  }
  .sellflow-step8_box04 dl::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -22px;
    width: 1px;
    height: 22px;
    background-color: #e4007f;
  }
}

/* ------------------------------------------------
  pf
---------------------------------------------- */
/* -------- purchaseflow parts common -------- */
.pf-introTxt {
  margin-bottom: 100px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  color: #595757;
}
@media screen and (max-width: 768px) {
  .pf-introTxt {
    margin-bottom: 50px;
    font-size: 18px;
    text-align: left;
  }
}
.pf-title {
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: center;
  color: #00a0e9;
}
@media screen and (max-width: 768px) {
  .pf-title {
    margin-top: 30px;
    margin-bottom: 26px;
  }
}
.pf-title-main {
  display: block;
  font-size: 48px;
  font-weight: 700;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .pf-title-main {
    font-size: 28px;
  }
}
.pf-title-sub {
  position: relative;
  display: inline-block;
  padding: 0 7.5em;
  background-color: white;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.035em;
}
@media screen and (max-width: 768px) {
  .pf-title-sub {
    padding: 0 6em;
    font-size: 13px;
  }
}
.pf-title-sub::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 30%;
  height: 1px;
  background-color: #00a0e9;
}
.pf-title-sub::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 30%;
  height: 1px;
  background-color: #00a0e9;
}
.pf-flowimg img {
  width: 100%;
}
.pf-pageNavi {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  align-items: center;
  margin: 60px 0 60px;
}
@media screen and (max-width: 768px) {
  .pf-pageNavi {
    margin-bottom: 40px 0 0;
  }
}
.pf-pageNavi-back {
  font-size: 25px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .pf-pageNavi-back {
    font-size: 16px;
  }
}
.pf-pageNavi-back a {
  position: relative;
  display: block;
  padding-left: 0;
  color: #b5b6b6;
}
.pf-pageNavi-back a::before {
  content: none;
  position: absolute;
  top: 50%;
  left: 0;
  width: 8px;
  height: 8px;
  margin-top: -6px;
  border-top: 1px solid #004190;
  border-right: 1px solid #004190;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
@media screen and (max-width: 768px) {
  .pf-pageNavi-back a::before {
    width: 4px;
    height: 4px;
    margin-top: -3px;
  }
}
@media screen and (max-width: 768px) {
  .pf-pageNavi-back a {
    padding-left: 0;
  }
}
.pf-pageNavi-back a.pf-active {
  color: #004190;
}
.pf-pageNavi-number {
  position: relative;
  padding-right: 0;
}
.pf-pageNavi-number::before {
  content: none;
  position: absolute;
  top: 50%;
  right: 0;
  width: 8px;
  height: 8px;
  margin-top: -6px;
  border-top: 1px solid #004190;
  border-right: 1px solid #004190;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .pf-pageNavi-number::before {
    width: 4px;
    height: 4px;
    margin-top: -3px;
  }
}
@media screen and (max-width: 768px) {
  .pf-pageNavi-number {
    padding-right: 0;
  }
}
.pf-pageNavi-number span {
  position: absolute;
  left: -50px;
  bottom: 1px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1em;
  color: #004190;
}
@media screen and (max-width: 768px) {
  .pf-pageNavi-number span {
    left: -30px;
    font-size: 6px;
  }
}
.pf-pageNavi-number ul {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  align-items: center;
}
.pf-pageNavi-number .pf-active a {
  pointer-events: none;
  color: #004190;
}
.pf-pageNavi-number a {
  display: block;
  padding: 0 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1em;
  color: #b5b6b6;
}
@media screen and (max-width: 768px) {
  .pf-pageNavi-number a {
    padding: 0 5px;
    font-size: 16px;
  }
}
.pf-contactBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .pf-contactBtn {
    flex-direction: column;
  }
}
.pf-contactBtn a {
  position: relative;
  top: 0;
  display: block;
  max-width: 365px;
  margin: 0 20px;
  background-color: #004190;
  border-radius: 50px;
  box-shadow: 0 3px 0 0 #081039;
  font-size: 28px;
  font-weight: 700;
  line-height: 66px;
  color: white;
  padding: 0 2em;
}
@media screen and (max-width: 768px) {
  .pf-contactBtn a {
    width: 100%;
  }
}
.pf-contactBtn a:first-child {
  background-color: #F39939;
  box-shadow: 0 3px 0 0 #bb660b;
}
@media screen and (max-width: 768px) {
  .pf-contactBtn a:first-child {
    margin-bottom: 10px;
  }
}
.pf-contactBtn a:hover, .pf-contactBtn a:focus {
  top: 2px;
  box-shadow: 0 0 0 0;
  text-decoration: none;
  opacity: 1;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .pf-contactBtn a {
    font-size: 20px;
    line-height: 48px;
    padding: 0 1em;
  }
}
.pf-pageTitle {
  margin-bottom: 50px;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .pf-pageTitle {
    margin-bottom: 30px;
    padding-bottom: 5px;
  }
}
.pf-pageTitle-sub {
  display: block;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
}
@media screen and (max-width: 768px) {
  .pf-pageTitle-sub {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 20px;
  }
}
.pf-pageTitle-main {
  font-size: 38px;
  font-weight: 700;
  line-height: 38px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .pf-pageTitle-main {
    font-size: 20px;
    line-height: 20px;
  }
}
.pf-sectionTitle {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .pf-sectionTitle {
    margin-bottom: 10px;
  }
}
.pf-sectionTitle-number {
  display: block;
  width: 58px;
  height: 58px;
  margin-right: 10px;
  padding: 16px 0;
  border-radius: 100%;
  font-size: 26px;
  line-height: 26px;
  text-align: center;
  color: white;
}
@media screen and (max-width: 768px) {
  .pf-sectionTitle-number {
    width: 30px;
    height: 30px;
    padding: 8px 0;
    font-size: 16px;
    line-height: 16px;
  }
}
.pf-sectionTitle-main {
  width: calc( 100% - 68px);
  font-size: 30px;
  line-height: 38px;
}
@media screen and (max-width: 768px) {
  .pf-sectionTitle-main {
    font-size: 16px;
    line-height: 1.4;
  }
}
.pf-sectionTitle_sub {
  margin-bottom: 20px;
  padding-bottom: 3px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .pf-sectionTitle_sub {
    font-size: 16px;
  }
}
.pf-blue .pf-pageTitle {
  position: relative;
  color: #00a0e9;
}
.pf-blue .pf-pageTitle::after {
  position: absolute;
  bottom: -5px;
  left: 0;
  content: "";
  width: 100%;
  height: 8px;
  background: radial-gradient(circle farthest-side, #00a0e9, #00a0e9 50%, #fff 50%, #fff);
  background-size: 8px 8px;
}
.pf-blue .pf-sectionTitle {
  color: #00a0e9;
}
.pf-blue .pf-sectionTitle-number {
  background-color: #00a0e9;
}
.pf-blue .pf-sectionTitle_sub {
  border-bottom: solid 1px #00a0e9;
  color: #00a0e9;
}
.pf-pink .pf-pageTitle {
  position: relative;
  color: #e4007f;
}
.pf-pink .pf-pageTitle::after {
  position: absolute;
  bottom: -5px;
  left: 0;
  content: "";
  width: 100%;
  height: 8px;
  background: radial-gradient(circle farthest-side, #e4007f, #e4007f 50%, #fff 50%, #fff);
  background-size: 8px 8px;
}
.pf-pink .pf-sectionTitle {
  color: #e4007f;
}
.pf-pink .pf-sectionTitle-number {
  background-color: #e4007f;
}
.pf-pink .pf-sectionTitle_sub {
  border-bottom: solid 1px #e4007f;
  color: #e4007f;
}
.pf-navy .pf-pageTitle {
  position: relative;
  border-bottom: dotted 5px #1d2088;
  color: #1d2088;
}
.pf-navy .pf-pageTitle::after {
  position: absolute;
  bottom: -5px;
  left: 0;
  content: "";
  width: 100%;
  height: 8px;
  background: radial-gradient(circle farthest-side, #1d2088, #1d2088 50%, #fff 50%, #fff);
  background-size: 8px 8px;
}
.pf-navy .pf-sectionTitle {
  color: #1d2088;
}
.pf-navy .pf-sectionTitle-number {
  background-color: #1d2088;
}
.pf-navy .pf-sectionTitle_sub {
  border-bottom: solid 1px #1d2088;
  color: #1d2088;
}
.pf-contents {
  position: relative;
  width: calc( 100% - 70px);
  margin: 0 0 0 auto;
}
@media screen and (max-width: 768px) {
  .pf-contents {
    width: 100%;
    margin: 0 auto 50px;
  }
}
.pf-contents p {
  margin-bottom: 30px;
}
.pf-flexBox {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .pf-flexBox {
    display: block;
  }
}
.pf-annotationTxt {
  font-size: 0.8em;
}

/* -------- pf page index -------- */
.pf-flowBox {
  margin-bottom: 120px;
  color: #595757;
}
@media screen and (max-width: 768px) {
  .pf-flowBox {
    margin-bottom: 60px;
  }
}
.pf-flowBox > li {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .pf-flowBox > li {
    margin-bottom: 0;
  }
}
.pf-flowBox > li .step-title {
  max-width: 580px;
  padding-bottom: 10px;
  font-size: 36px;
}
@media screen and (max-width: 768px) {
  .pf-flowBox > li .step-title {
    font-size: 15px;
    line-height: 15px;
  }
}
.pf-flowBox > li .step-title-step {
  display: block;
  margin-bottom: 6px;
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .pf-flowBox > li .step-title-step {
    display: inline;
    margin-right: 10px;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 15px;
    vertical-align: middle;
  }
}
.pf-flowBox > li .pf-sp-accordion {
  padding: 15px 0;
}
@media screen and (max-width: 768px) {
  .pf-flowBox > li .txt-box {
    border-bottom: 1px solid #dddddd;
  }
}
.pf-flowBox > li .txt-box .inner {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .pf-flowBox > li .txt-box .inner {
    display: block;
  }
}
.pf-flowBox > li .txt {
  display: block;
  width: 570px;
  font-size: 18px;
  line-height: 36px;
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .pf-flowBox > li .txt {
    display: block;
    width: auto;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -0.02em;
  }
}
.pf-flowBox > li .txt p {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .pf-flowBox > li .txt p {
    margin-bottom: 20px;
  }
}
.pf-flowBox > li .img {
  position: relative;
  display: block;
  width: 400px;
}
@media screen and (max-width: 768px) {
  .pf-flowBox > li .img {
    width: auto;
    margin: 0 auto;
  }
}
.pf-flowBox > li .img img {
  position: absolute;
  top: -100px;
}
@media screen and (max-width: 768px) {
  .pf-flowBox > li .img img {
    position: static;
    top: 0;
  }
}
.pf-flowBox > li a {
  text-decoration: none;
  color: white;
}
.pf-flowBox > li.pf-flowBox_blue .step-title {
  border-bottom: dotted 5px #00a0e9;
  color: #00a0e9;
}
.pf-flowBox > li.pf-flowBox_blue .pf-flowBtn {
  background: #00a0e9;
}
.pf-flowBox > li.pf-flowBox_blue .pf-flowBtn a {
  position: relative;
  top: 0;
  display: block;
  width: 100%;
  border-radius: 50px;
  box-shadow: 0 3px 0 0 #006eba;
  font-size: 16px;
  line-height: 40px;
  color: white;
}
.pf-flowBox > li.pf-flowBox_blue .pf-flowBtn a:hover, .pf-flowBox > li.pf-flowBox_blue .pf-flowBtn a:focus {
  box-shadow: 0 0 0 0;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .pf-flowBox > li.pf-flowBox_blue .txt-box {
    background-color: #eaf6fd;
  }
}
.pf-flowBox > li.pf-flowBox_pink .step-title {
  border-bottom: dotted 5px #e4007f;
  color: #e4007f;
}
.pf-flowBox > li.pf-flowBox_pink .pf-flowBtn {
  background: #e4007f;
}
.pf-flowBox > li.pf-flowBox_pink .pf-flowBtn a {
  position: relative;
  top: 0;
  display: block;
  width: 100%;
  border-radius: 50px;
  box-shadow: 0 3px 0 0 #960001;
  font-size: 16px;
  line-height: 40px;
  color: white;
}
.pf-flowBox > li.pf-flowBox_pink .pf-flowBtn a:hover, .pf-flowBox > li.pf-flowBox_pink .pf-flowBtn a:focus {
  box-shadow: 0 0 0 0;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .pf-flowBox > li.pf-flowBox_pink .txt-box {
    background-color: #fdeff5;
  }
}
.pf-flowBox > li.pf-flowBox_navy .step-title {
  border-bottom: dotted 5px #1d2088;
  color: #1d2088;
}
.pf-flowBox > li.pf-flowBox_navy .pf-flowBtn {
  background: #1d2088;
}
.pf-flowBox > li.pf-flowBox_navy .pf-flowBtn a {
  position: relative;
  top: 0;
  display: block;
  width: 100%;
  border-radius: 50px;
  box-shadow: 0 3px 0 0 #081039;
  font-size: 16px;
  line-height: 40px;
  color: white;
}
.pf-flowBox > li.pf-flowBox_navy .pf-flowBtn a:hover, .pf-flowBox > li.pf-flowBox_navy .pf-flowBtn a:focus {
  box-shadow: 0 0 0 0;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .pf-flowBox > li.pf-flowBox_navy .txt-box {
    background-color: #e9e6f3;
  }
}
.pf-flowBox > li:nth-child(odd) .step-title {
  margin: 0 0 26px auto;
}
@media screen and (max-width: 768px) {
  .pf-flowBox > li:nth-child(odd) .step-title {
    margin: 0 auto;
  }
}
.pf-flowBox > li:nth-child(even) .inner {
  display: block;
}
.pf-flowBox > li:nth-child(even) .step-title {
  margin: 0 auto 26px 0;
}
@media screen and (max-width: 768px) {
  .pf-flowBox > li:nth-child(even) .step-title {
    margin: 0 auto;
  }
}
.pf-flowBox > li:nth-child(even) .img {
  position: absolute;
  right: 0;
}
@media screen and (max-width: 768px) {
  .pf-flowBox > li:nth-child(even) .img {
    position: static;
  }
}
.pf-flowBox > li:nth-child(1) .img {
  padding: 0;
}
.pf-flowBox > li:nth-child(3) .img {
  padding: 0;
}
.pf-flowBox > li:nth-child(3) .img img {
  top: -60px;
  max-width: 323px;
}
@media screen and (max-width: 768px) {
  .pf-flowBox > li:nth-child(3) .img img {
    top: 0;
  }
}
.pf-flowBox > li:nth-child(4) .img {
  padding: 0;
}
.pf-flowBox > li:nth-child(4) .img img {
  right: 0;
}
.pf-flowBox > li:nth-child(5) .img {
  padding: 0;
}
.pf-flowBox > li:nth-child(5) .img img {
  top: -136px;
  max-width: 265px;
}
@media screen and (max-width: 768px) {
  .pf-flowBox > li:nth-child(5) .img img {
    top: 0;
  }
}
.pf-flowBox > li:nth-child(7) .img {
  padding: 0;
}
.pf-flowBtn {
  position: relative;
  top: 0;
  display: block;
  width: 220px;
  border: none;
  border-radius: 50px;
  outline: none;
  padding: 0;
  appearance: none;
  text-align: center;
}
.pf-flowBtn:hover, .pf-flowBtn:focus {
  top: 2px;
  box-shadow: 0 0 0 0;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .pf-flowBtn {
    margin: 0 auto 20px;
  }
}
.pf-point_box {
  position: relative;
  padding: 10px 0;
  margin-bottom: 60px;
  border-top: solid 1px #004190;
  border-bottom: solid 1px #004190;
  text-align: center;
  color: #004190;
}
.pf-point_box::before {
  content: "";
  position: absolute;
  top: -40px;
  left: 50%;
  width: 168px;
  height: 33px;
  margin-left: -84px;
  background: url("../images//pf/catch_point.png") 0 0 no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 768px) {
  .pf-point_box::before {
    top: -25px;
    left: 50%;
    width: 80px;
    height: 20px;
    margin-left: -35px;
  }
}
@media screen and (max-width: 768px) {
  .pf-point_box {
    margin-bottom: 40px;
  }
}
.pf-point_box dt {
  font-size: 24px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .pf-point_box dt {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 0;
  }
}
.pf-point_box dd {
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .pf-point_box dd {
    font-size: 10px;
    line-height: 1.4;
  }
}

/* -------- pf page step1 -------- */
.pf-step1_box01 p {
  width: 520px;
}
@media screen and (max-width: 768px) {
  .pf-step1_box01 p {
    width: 100%;
  }
}
.pf-step1_box01 img {
  width: 320px;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .pf-step1_box01 img {
    width: 70%;
    margin: 0 auto;
  }
}
.pf-step1_box02 dl {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .pf-step1_box02 dl {
    display: block;
  }
}
.pf-step1_box02 dt {
  width: 39.5%;
  padding: 15px 30px;
  background-color: #00a0e9;
  border-radius: 6px;
  color: white;
}
@media screen and (max-width: 768px) {
  .pf-step1_box02 dt {
    width: 100%;
    padding: 10px;
    border-radius: 6px 6px 0 0;
    text-align: center;
  }
}
.pf-step1_box02 dd {
  width: 60%;
  padding: 15px 30px;
  background-color: #eaf6fd;
  border-radius: 6px;
}
@media screen and (max-width: 768px) {
  .pf-step1_box02 dd {
    width: 100%;
    padding: 10px;
    border-radius: 0 0 6px 6px;
  }
}
.pf-step1_box03 {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .pf-step1_box03 {
    margin-bottom: 60px;
  }
}
.pf-step1_box03 h5 {
  width: 170px;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .pf-step1_box03 h5 {
    margin: 0 auto 5px;
    text-align: center;
  }
}
.pf-step1_box03 dl {
  padding: 30px;
  background-color: #eaeff9;
  border-radius: 6px;
}
@media screen and (max-width: 768px) {
  .pf-step1_box03 dl {
    padding: 10px;
  }
}
.pf-step1_box03 dt {
  margin-bottom: 15px;
  font-size: 24px;
  color: #1d2088;
}
@media screen and (max-width: 768px) {
  .pf-step1_box03 dt {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.4;
  }
}
.pf-step1_box03 dd {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .pf-step1_box03 dd {
    display: block;
  }
}
.pf-step1_box03 dd .pf_txt {
  width: 340px;
}
@media screen and (max-width: 768px) {
  .pf-step1_box03 dd .pf_txt {
    width: 100%;
  }
}
.pf-step1_box03 dd .pf_img {
  width: calc( 100% - 360px);
}
@media screen and (max-width: 768px) {
  .pf-step1_box03 dd .pf_img {
    width: 100%;
  }
}
.pf-step1__list {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .pf-step1__list {
    margin-bottom: 60px;
  }
}
.pf-step1__listItem {
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .pf-step1__listItem {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
}
.pf-step1__listItem:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .pf-step1__listItem:first-child .keyword .keyword__list .keyword__listItem {
    width: calc(33.3333% - 2px);
  }
}
.pf-step1__listItem .num {
  float: left;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .pf-step1__listItem .num {
    float: none;
    width: 2em;
    margin-right: 10px;
  }
  .pf-step1__listItem .num img {
    width: 100%;
  }
}
.pf-step1__listItem h5 {
  color: #00a0e9;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
  padding-top: 12px;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .pf-step1__listItem h5 {
    width: calc(100% - 2em - 10px);
    font-size: 14px;
    padding-top: 0;
    margin-bottom: 0;
  }
}
.pf-step1__listItem .keyword {
  display: flex;
  align-items: center;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .pf-step1__listItem .keyword {
    flex-wrap: wrap;
    width: 100%;
    margin-top: 10px;
  }
}
.pf-step1__listItem .keyword .ttl {
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .pf-step1__listItem .keyword .ttl {
    display: none;
  }
}
.pf-step1__listItem .keyword .keyword__list {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .pf-step1__listItem .keyword .keyword__list {
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }
}
.pf-step1__listItem .keyword .keyword__list .keyword__listItem {
  background: #efeedf;
  border-radius: 5px;
  padding: 5px 10px;
  margin: 0 10px 0 0;
}
@media screen and (max-width: 768px) {
  .pf-step1__listItem .keyword .keyword__list .keyword__listItem {
    width: calc(50% - 2px);
    margin: 0 0 4px 0;
  }
}
@media screen and (max-width: 768px) {
  .pf-step1__listItem .keyword .etc {
    display: block;
    margin-left: auto;
  }
}

/* -------- pf page step2 -------- */
.pf-step2_box01 {
  position: relative;
  display: flex;
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .pf-step2_box01 {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
}
.pf-step2_box01 p {
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .pf-step2_box01 p {
    width: 100%;
    margin: 0 0 10px;
  }
}
.pf-step2_box01 > img {
  flex: none;
  width: 36%;
  margin-top: -100px;
}
@media screen and (max-width: 768px) {
  .pf-step2_box01 > img {
    position: static;
    width: 60%;
    margin: 0 auto;
  }
}
.pf-step2_box01-2 {
  background: #eaf6fd;
  border-radius: 6px;
  padding: 20px;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .pf-step2_box01-2 {
    margin-bottom: 60px;
  }
}
.pf-step2_box01-2 h5 {
  color: #00a0e9;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
}
.pf-step2_box01-2 .pf-step2__figure--1 {
  margin-bottom: 10px;
}
.pf-step2_box01-2 .pf-step2__figure--1 img {
  width: 100%;
}
.pf-step2_box01-2 .ttl {
  display: block;
  background: #00a0e9;
  border-radius: 6px;
  color: #fff;
  font-size: 18px;
  padding: 0 0.5em;
  margin-bottom: 15px;
}
.pf-step2_box01-2 .pf-step2-about {
  display: flex;
  flex-wrap: wrap;
}
.pf-step2_box01-2 .pf-step2-about::after {
  content: url("../images/purchaseflow/arrow-down_01.png");
  display: block;
  margin: 0 auto 10px;
}
.pf-step2_box01-2 .pf-step2-about p {
  width: 58%;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .pf-step2_box01-2 .pf-step2-about p {
    width: 100%;
    margin-bottom: 10px;
  }
}
.pf-step2_box01-2 .pf-step2-about .pf-step2__figure--2 {
  flex: none;
  width: 42%;
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .pf-step2_box01-2 .pf-step2-about .pf-step2__figure--2 {
    width: 100%;
    margin-bottom: 10px;
  }
}
.pf-step2_box01-2 .pf-step2-about .pf-step2__figure--2 img {
  width: 100%;
}
.pf-step2_box01-2 .pf-step2-my {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #fff;
  border-radius: 6px;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .pf-step2_box01-2 .pf-step2-my {
    padding: 10px;
  }
}
.pf-step2_box01-2 .pf-step2-my .pf-step2-my__main {
  width: 55%;
}
@media screen and (max-width: 768px) {
  .pf-step2_box01-2 .pf-step2-my .pf-step2-my__main {
    width: 100%;
    margin-bottom: 10px;
  }
}
.pf-step2_box01-2 .pf-step2-my .pf-step2-my__main h5 {
  font-size: 18px;
}
.pf-step2_box01-2 .pf-step2-my .pf-step2-my__main p {
  margin-bottom: 0;
}
.pf-step2_box01-2 .pf-step2-my .pf-step2-my__note {
  width: 43%;
  background: #eaf6fd;
  border-radius: 6px;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .pf-step2_box01-2 .pf-step2-my .pf-step2-my__note {
    width: 100%;
    margin-bottom: 10px;
  }
}
.pf-step2_box01-2 .pf-step2-my .pf-step2-my__note p {
  border-bottom: 1px solid #595757;
  margin-bottom: 10px;
}
.pf-step2_box01-2 .pf-step2-my .pf-step2-my__note ol {
  font-size: 14px;
}
.pf-step2_box01-2 .pf-step2-my .pf-step2-my__btn {
  width: 100%;
  position: relative;
  top: 0;
  display: block;
  width: 100%;
  background: #00a0e9;
  border-radius: 50px;
  box-shadow: 0 3px 0 0 #006eba;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  color: white;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .pf-step2_box01-2 .pf-step2-my .pf-step2-my__btn {
    margin-top: 0;
  }
}
.pf-step2_box01-2 .pf-step2-my .pf-step2-my__btn:hover, .pf-step2_box01-2 .pf-step2-my .pf-step2-my__btn:focus {
  box-shadow: 0 0 0 0;
  opacity: 1;
  top: 2px;
  text-decoration: none;
}
.pf-step2_box02 {
  position: relative;
  display: flex;
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .pf-step2_box02 {
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
}
.pf-step2_box02 p {
  margin-right: 10px;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .pf-step2_box02 p {
    width: 100%;
    margin: 0 0 10px;
  }
}
.pf-step2_box02 > img {
  flex: none;
  width: 36%;
  margin-top: -100px;
}
@media screen and (max-width: 768px) {
  .pf-step2_box02 > img {
    position: static;
    width: 60%;
    margin: 0 auto;
  }
}
.pf-step2-check__list {
  margin-bottom: 40px;
}
.pf-step2-check__listItem {
  background: #efeedf;
  border-radius: 6px;
  padding: 10px;
  text-align: center;
  margin-bottom: 5px;
}
.pf-step2_box06 {
  padding: 30px;
  background-color: #eaf6fd;
}
@media screen and (max-width: 768px) {
  .pf-step2_box06 {
    padding: 20px 0 10px;
  }
}
.pf-step2_box06 h4 {
  margin-bottom: 5px;
  font-size: 22px;
  font-weight: 700;
  color: #00a0e9;
}
@media screen and (max-width: 768px) {
  .pf-step2_box06 h4 {
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: -0.08em;
  }
}
.pf-step2_box06__container {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .pf-step2_box06__container {
    display: block;
  }
}
.pf-step2_box06__inner {
  width: 50%;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .pf-step2_box06__inner {
    width: 100%;
  }
}
.pf-step2_box06__inner:first-child {
  border-right: 1px solid #00a0e9;
  padding-right: 40px;
}
@media screen and (max-width: 768px) {
  .pf-step2_box06__inner:first-child {
    border: 0;
    border-bottom: 1px solid #00a0e9;
    padding: 0 0 30px 0;
  }
}
.pf-step2_box06__inner:last-child {
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  .pf-step2_box06__inner:last-child {
    padding-left: 0;
  }
}
.pf-step2_box06__inner > p {
  margin-bottom: 15px;
}
.pf-step2_box06__inner h5 {
  margin-bottom: 15px;
  padding: 0 10px;
  background-color: #00a0e9;
  border-radius: 6px;
  font-size: 18px;
  line-height: 30px;
  color: white;
}
@media screen and (max-width: 768px) {
  .pf-step2_box06__inner h5 {
    font-size: 14px;
  }
}
.pf-step2_box06__inner li {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  margin-bottom: 10px;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .pf-step2_box06__inner li {
    font-size: 14px;
  }
}
.pf-step2_box06__inner li p {
  width: calc( 100% - 40px);
}
@media screen and (max-width: 768px) {
  .pf-step2_box06__inner li p {
    width: calc( 100% - 30px);
  }
}
.pf-step2_box06__inner li span {
  display: inline-block;
  width: 30px;
  margin-right: 10px;
  height: 30px;
  background-color: white;
  border-radius: 6px;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  color: #00a0e9;
}
@media screen and (max-width: 768px) {
  .pf-step2_box06__inner li span {
    width: 20px;
    margin-right: 5px;
    height: 20px;
    font-size: 13px;
    line-height: 21px;
  }
}

/* -------- pf page step3 -------- */
.pf-step3_box01 {
  position: relative;
  width: 65%;
  margin-bottom: 140px;
}
@media screen and (max-width: 768px) {
  .pf-step3_box01 {
    width: 100%;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  .pf-step3_box01 img {
    display: block;
    margin: 10px auto;
  }
}
.pf-step3_box01 .pf-step3__list {
  font-size: 18px;
  margin-bottom: 1em;
}
.pf-step3_box01 .pf-step3__list .pf-step3__listItem {
  padding-left: 1em;
}
.pf-step3_box01 .pf-step3__list .pf-step3__listItem::before {
  content: '●';
  display: inline-block;
  color: #1d2088;
  margin-left: -1em;
}
.pf-step3_box01 .pf-step3-check__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pf-step3_box01 .pf-step3-check__list .pf-step3-check__listItem {
  width: calc(50% - 2px);
  background: #efeedf;
  border-radius: 6px;
  text-align: center;
  padding: 10px;
}
.pf-step3_box01 .pf-step3-img__list {
  display: none;
}
@media screen and (max-width: 768px) {
  .pf-step3_box01 .pf-step3-img__list {
    display: flex;
    align-items: flex-start;
  }
}
.pf-step3_box01 .pf-step3-img__list .pf-step3-img__listItem {
  flex: none;
  width: 50%;
  text-align: center;
}
.pf-step3_box01 .pf-step3-img__list .pf-step3-img__listItem img {
  width: 100%;
}
.pf-step3__bg {
  position: absolute;
  top: -120px;
  right: -40px;
}
.pf-step3_box02 {
  position: relative;
  width: 65%;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .pf-step3_box02 {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .pf-step3_box02 img {
    display: block;
    margin: 10px auto;
  }
}
.pf-step3_box02 .pf-step3__list {
  font-size: 18px;
  margin-bottom: 1em;
}
.pf-step3_box02 .pf-step3__list .pf-step3__listItem {
  padding-left: 1em;
}
.pf-step3_box02 .pf-step3__list .pf-step3__listItem::before {
  content: '●';
  display: inline-block;
  color: #1d2088;
  margin-left: -1em;
}
.pf-step3_box02 .pf-step3-check__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.pf-step3_box02 .pf-step3-check__list::after {
  width: 100%;
  content: url("../images/purchaseflow/arrow-down_02.png");
  display: block;
  text-align: center;
  margin: 20px auto;
}
.pf-step3_box02 .pf-step3-check__list .pf-step3-check__listItem {
  width: calc(33.3333% - 2px);
  background: #efeedf;
  border-radius: 6px;
  text-align: center;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .pf-step3_box02 .pf-step3-check__list .pf-step3-check__listItem {
    width: calc(50% - 2px);
    margin-bottom: 4px;
  }
  .pf-step3_box02 .pf-step3-check__list .pf-step3-check__listItem:first-child {
    width: 100%;
  }
}
.pf-step3_box02 .pf-step3__summary {
  width: 100%;
  background: #1d2088;
  border-radius: 6px;
  color: #fff;
  text-align: center;
  padding: 10px;
}
.pf-step3_box02 .pf-step3-img__list {
  display: none;
}
@media screen and (max-width: 768px) {
  .pf-step3_box02 .pf-step3-img__list {
    display: flex;
    align-items: flex-start;
  }
}
.pf-step3_box02 .pf-step3-img__list .pf-step3-img__listItem {
  flex: none;
  width: 50%;
  text-align: center;
}
.pf-step3_box02 .pf-step3-img__list .pf-step3-img__listItem img {
  width: 100%;
}
.pf-step3_box03 > div {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .pf-step3_box03 img {
    display: block;
    margin: 10px auto;
  }
}
.pf-step3_box03 .pf-step3-check__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.pf-step3_box03 .pf-step3-check__list .pf-step3-check__listItem {
  width: calc(50% - 2px);
  background: #efeedf;
  border-radius: 6px;
  text-align: center;
  padding: 10px;
  margin-bottom: 4px;
}
.pf-step3_box03 .pf-step3-check__list .pf-step3-check__listItem:first-child {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .pf-step3_box03 .pf-step3-check__list .pf-step3-check__listItem:nth-child(4), .pf-step3_box03 .pf-step3-check__list .pf-step3-check__listItem:nth-child(3) {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .pf-step3_box03 .pf-step3-check__list .pf-step3-check__listItem:nth-child(1) {
    order: 1;
  }
  .pf-step3_box03 .pf-step3-check__list .pf-step3-check__listItem:nth-child(2) {
    order: 4;
  }
  .pf-step3_box03 .pf-step3-check__list .pf-step3-check__listItem:nth-child(3) {
    order: 2;
  }
  .pf-step3_box03 .pf-step3-check__list .pf-step3-check__listItem:nth-child(4) {
    order: 3;
  }
  .pf-step3_box03 .pf-step3-check__list .pf-step3-check__listItem:nth-child(5) {
    order: 5;
  }
}

/* -------- pf page step4 -------- */
.pf-step4_box01 {
  align-items: flex-start;
}
.pf-step4_box01 > div {
  width: 62%;
}
@media screen and (max-width: 768px) {
  .pf-step4_box01 > div {
    width: 100%;
    margin-bottom: 10px;
  }
}
.pf-step4_box01 > img {
  flex: none;
  width: 38%;
  padding-left: 20px;
  margin-top: -50px;
}
@media screen and (max-width: 768px) {
  .pf-step4_box01 > img {
    width: 100%;
    padding: 0;
    margin: -20px 0 10px 0;
  }
}
.pf-step4_box02 {
  width: 100%;
  margin-bottom: 60px;
}
.pf-step4_box02 > div {
  width: 100%;
}
.pf-step4_box02 .caution {
  width: 100%;
  background: #fff;
  border: 2px solid #1d2088;
  border-radius: 6px;
  color: #1d2088;
  font-weight: bold;
  text-align: center;
  padding: 10px;
}
.pf-step4_box03 {
  width: 100%;
  margin-bottom: 60px;
}
.pf-step4_box03 > div {
  width: 100%;
}
.pf-step4_box03 .pf-step4__figure {
  width: 100%;
  margin-bottom: 10px;
}
.pf-step4_box03 .pf-step4__figure img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .pf-step4_box03 .note {
    font-size: 11px;
  }
}
.pf-step4_box03 .pf-step4__table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  color: #1d2088;
  line-height: 1.4;
  letter-spacing: -.01em;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .pf-step4_box03 .pf-step4__table {
    display: none;
  }
}
.pf-step4_box03 .pf-step4__table.pf-step4__table--sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .pf-step4_box03 .pf-step4__table.pf-step4__table--sp {
    display: table;
  }
}
.pf-step4_box03 .pf-step4__table th, .pf-step4_box03 .pf-step4__table td {
  border: 2px solid #fff;
  font-weight: bold;
  padding: .75em 1em .6em;
}
@media screen and (max-width: 768px) {
  .pf-step4_box03 .pf-step4__table th, .pf-step4_box03 .pf-step4__table td {
    font-size: 11.5px;
    text-align: center;
    letter-spacing: -.03em;
    padding: .75em .2em .6em;
  }
}
.pf-step4_box03 .pf-step4__table th {
  width: 140px;
  background: #8E90C4;
  color: #fff;
}
.pf-step4_box03 .pf-step4__table td.is-2nd {
  background: #BBBDDB;
}
.pf-step4_box03 .pf-step4__table td.is-3rd {
  background: #D2D3E8;
}
.pf-step4_box03 .pf-step4__table td.is-4th {
  width: 45%;
  background: #E8E8F3;
}
.pf-step4_box03 .pf-step4__table td small {
  display: block;
  font-size: 10px;
  letter-spacing: -.03em;
}
.pf-step4_box03 .pf-step4__table td sup {
  font-size: 10px;
  margin-left: 2px;
}
.pf-step4_box03 .pf-step4__table td i {
  font-size: 10px;
  font-style: normal;
  letter-spacing: -6px;
  margin-left: -2px;
}
@media screen and (max-width: 768px) {
  .pf-step4_box03 .pf-step4__table td .is-vertically {
    height: 10em;
    -webkit-font-feature-settings: 'pkna';
    font-feature-settings: 'pkna';
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
  .pf-step4_box03 .pf-step4__table td .is-vertically sup {
    display: -webkit-inline-box;
    -webkit-text-orientation: upright;
    -ms-text-orientation: upright;
    text-orientation: upright;
    -webkit-text-combine: horizontal;
    -ms-text-combine: horizontal;
    text-combine: horizontal;
    transform: scale(0.8);
    transform-origin: center;
    margin-top: 3px;
  }
}

/* -------- pf page step5 -------- */
.pf-step5_box01 {
  align-items: flex-start;
  margin-bottom: 30px;
}
.pf-step5_box01 > div {
  width: 62%;
}
@media screen and (max-width: 768px) {
  .pf-step5_box01 > div {
    width: 100%;
    margin-bottom: 10px;
  }
}
.pf-step5_box01 > img {
  flex: none;
  width: 38%;
  padding-left: 20px;
  margin-top: -50px;
}
@media screen and (max-width: 768px) {
  .pf-step5_box01 > img {
    width: 100%;
    padding: 0;
    margin: 0 0 10px 0;
  }
}
.pf-step5_box01 .loan__list {
  margin: 20px 0 10px;
}
.pf-step5_box01 .loan__list .loan__listItem {
  background: #E9E6F3;
  border-radius: 6px;
  color: #1d2088;
  text-align: left;
  text-indent: 3em;
  font-weight: bold;
  padding: 10px;
  margin-bottom: 4px;
}
@media screen and (max-width: 768px) {
  .pf-step5_box01 .loan__list .loan__listItem {
    text-align: left;
    text-indent: 0;
  }
}
.pf-step5_box01 small {
  display: block;
  font-size: 12px;
  margin-right: -50%;
}
.pf-step5_box02 {
  margin-bottom: 30px;
}
.pf-step5_box02 > div {
  width: 100%;
}
.pf-step5_box02 img {
  margin: 0 0 10px;
}
.pf-step5_box02 .pf-step5-check__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.pf-step5_box02 .pf-step5-check__list .pf-step5-check__listItem {
  width: calc(50% - 2px);
  background: #efeedf;
  border-radius: 6px;
  text-align: center;
  padding: 10px;
  margin-bottom: 4px;
}
@media screen and (max-width: 768px) {
  .pf-step5_box02 .pf-step5-check__list .pf-step5-check__listItem {
    width: 100%;
  }
  .pf-step5_box02 .pf-step5-check__list .pf-step5-check__listItem:nth-child(1), .pf-step5_box02 .pf-step5-check__list .pf-step5-check__listItem:nth-child(2) {
    width: calc(50% - 2px);
  }
}
.pf-step5_box02 .pf-step5-check__list .pf-step5-check__listItem:last-child {
  width: 100%;
}
.pf-step5_box03 {
  align-items: flex-start;
  margin-bottom: 20px;
}
.pf-step5_box03 > div {
  width: 62%;
}
@media screen and (max-width: 768px) {
  .pf-step5_box03 > div {
    width: 100%;
    margin-bottom: 0;
  }
}
.pf-step5_box03 > img {
  flex: none;
  width: 38%;
  padding-left: 20px;
  margin-top: -10px;
}
@media screen and (max-width: 768px) {
  .pf-step5_box03 > img {
    width: 100%;
    padding: 0;
    margin: -20px 0 10px 0;
  }
}
.pf-step5_box04 {
  justify-content: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .pf-step5_box04 {
    margin-bottom: 20px;
  }
}
.pf-step5_box04 a {
  display: block;
}
.pf-step5_box04 a:hover {
  opacity: .8;
}
.pf-step5_box05 {
  background: #E9E6F3;
  border-radius: 6px;
  padding: 20px;
  margin-bottom: 60px;
}
.pf-step5_box05 .catch {
  color: #1d2088;
  font-size: 16px;
}
.pf-step5_box05 h4 {
  color: #1d2088;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
.pf-step5_box05 .pf-step5__figure--1 {
  margin-bottom: 20px;
}
.pf-step5_box05 .pf-step5-finance {
  display: flex;
  flex-wrap: wrap;
}
.pf-step5_box05 .pf-step5-finance .left {
  width: 60%;
}
@media screen and (max-width: 768px) {
  .pf-step5_box05 .pf-step5-finance .left {
    width: 100%;
  }
}
.pf-step5_box05 .pf-step5-finance .left h5 {
  background: #1d2088;
  color: #fff;
  border-radius: 6px;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.4;
  padding: 5px 15px;
  margin-bottom: 10px;
}
.pf-step5_box05 .pf-step5-finance .left p span {
  color: #1d2088;
  font-weight: bold;
}
.pf-step5_box05 .pf-step5-finance .left p b {
  display: block;
  color: #7E318E;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .pf-step5_box05 .pf-step5-finance .left p b {
    display: inline;
  }
}
@media screen and (max-width: 768px) {
  .pf-step5_box05 .pf-step5-finance .left p br {
    display: none;
  }
}
.pf-step5_box05 .pf-step5-finance .pf-step5__figure--2 {
  flex: none;
  width: 40%;
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .pf-step5_box05 .pf-step5-finance .pf-step5__figure--2 {
    width: 100%;
    text-align: center;
    padding: 0;
  }
}
.pf-step5_box05 small {
  font-size: 12px;
  letter-spacing: -.03em;
}
.pf-step5_box06 .pf-step5__table {
  width: 100%;
}
.pf-step5_box06 .pf-step5__table img {
  width: 100%;
}

/* -------- pf page step6 -------- */
.pf-step6_box01 .pf-step6-table__row {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .pf-step6_box01 .pf-step6-table__row {
    border: 1px solid #e4007f;
    border-radius: 6px;
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .pf-step6_box01 .pf-step6-table__row::after {
    position: absolute;
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
    content: '';
    width: 1px;
    height: 100%;
    background: #e4007f;
  }
}
.pf-step6_box01 .pf-step6-table__row.is_top {
  align-items: flex-start;
}
.pf-step6_box01 .pf-step6-table__row.is_top .pf-step6-table__head::after {
  height: 350%;
}
@media screen and (max-width: 768px) {
  .pf-step6_box01 .pf-step6-table__row.is_top .pf-step6-table__head::after {
    height: 200%;
  }
}
.pf-step6_box01 .pf-step6-table__row .pf-step6-table__head {
  position: relative;
  width: 40%;
  background: #fadce9;
  border-radius: 6px;
  font-size: 20px;
  color: #e4007f;
  font-weight: bold;
  text-align: center;
  padding: 15px;
}
@media screen and (max-width: 768px) {
  .pf-step6_box01 .pf-step6-table__row .pf-step6-table__head {
    width: 100%;
    border-radius: 6px 6px 0 0;
    font-size: 16px;
    z-index: 1;
  }
}
.pf-step6_box01 .pf-step6-table__row .pf-step6-table__head::after {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  content: '';
  width: 2px;
  height: 100%;
  background: #e4007f;
}
@media screen and (max-width: 768px) {
  .pf-step6_box01 .pf-step6-table__row .pf-step6-table__head::after {
    content: none;
  }
}
.pf-step6_box01 .pf-step6-table__row .pf-step6-table__body {
  width: 60%;
  background: #fff;
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .pf-step6_box01 .pf-step6-table__row .pf-step6-table__body {
    width: 100%;
    border-radius: 0 0 6px 6px;
    padding: 10px;
    z-index: 1;
  }
}
.pf-step6_box01 .pf-step6-table__row .pf-step6-table__body p {
  margin-bottom: 0;
}
.pf-step6_box01 .pf-step6-table__row .pf-step6-table__body img {
  margin: 10px 0 5px;
}
@media screen and (max-width: 768px) {
  .pf-step6_box01 .pf-step6-table__row .pf-step6-table__body img {
    display: block;
    margin: 10px auto;
  }
}
.pf-step6_box01 .pf-step6-table__row .pf-step6-table__body .check__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.pf-step6_box01 .pf-step6-table__row .pf-step6-table__body .check__list .check__listItem {
  width: calc(50% - 2px);
  background: #efeedf;
  border-radius: 6px;
  text-align: center;
  font-size: 16px;
  padding: 5px;
  margin-bottom: 4px;
}
@media screen and (max-width: 768px) {
  .pf-step6_box01 .pf-step6-table__row .pf-step6-table__body .check__list .check__listItem {
    width: 100%;
    font-size: 14px;
  }
}
.pf-step6_box01 .pf-step6-table__row .pf-step6-table__body .check__list .check__listItem small {
  display: block;
  font-size: 11px;
}
.pf-step6_box01 .pf-step6-table__goal {
  background: #e4007f;
  border-radius: 6px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  padding: 15px;
}

/* -------- pf page step7 -------- */
.pf-step7_box01 {
  align-items: flex-start;
  margin-bottom: 80px;
}
.pf-step7_box01 > div {
  width: 60%;
}
@media screen and (max-width: 768px) {
  .pf-step7_box01 > div {
    width: 100%;
    margin-bottom: 10px;
  }
}
.pf-step7_box01 > img {
  flex: none;
  width: 40%;
  padding-left: 20px;
  margin-top: -10px;
}
@media screen and (max-width: 768px) {
  .pf-step7_box01 > img {
    width: 100%;
    padding: 0;
    margin: 0 0 10px 0;
  }
}
.pf-step7_box01 > p {
  margin-bottom: 10px;
}
.pf-step7_box01 .pf-step7-support__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.pf-step7_box01 .pf-step7-support__list .pf-step7-support__listItem {
  width: calc(50% - 2px);
  border: 2px solid #e4007f;
  border-radius: 6px;
  color: #e4007f;
  text-align: center;
  padding: 10px 0;
  margin-bottom: 4px;
}
.pf-step7_box02 > p {
  margin-bottom: 10px;
}
.pf-step7_box02 small {
  display: block;
  font-size: 12px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .pf-step7_box02 img {
    display: block;
    margin: 10px auto;
  }
}
.pf-step7_box02 .pf-step7-check__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.pf-step7_box02 .pf-step7-check__list .pf-step7-check__listItem {
  width: calc(50% - 2px);
  background: #efeedf;
  border-radius: 6px;
  text-align: center;
  padding: 10px;
  margin-bottom: 4px;
}
@media screen and (max-width: 768px) {
  .pf-step7_box02 .pf-step7-check__list .pf-step7-check__listItem {
    width: 100%;
    font-size: 12px;
    padding: 10px 0;
  }
}
.pf-step7_box02 .pf-step7-check__list .pf-step7-check__listItem:last-child {
  width: 100%;
}
.pf-step7_box02 .caution {
  width: 100%;
  border: 2px solid #e4007f;
  border-radius: 6px;
  font-weight: bold;
  text-align: center;
  color: #e4007f;
  padding: 5px;
  margin-bottom: 20px;
}
.pf-step7_box02 .pf-step7__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.pf-step7_box02 .pf-step7__bottom span {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .pf-step7_box02 .pf-step7__bottom span {
    width: 100%;
    font-size: 12px;
    text-align: center;
    margin-bottom: 10px;
  }
}
.pf-step7_box02 .pf-step7__bottom span i {
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .pf-step7_box02 .pf-step7__bottom span i {
    display: none;
  }
}
.pf-step7_box02 .pf-step7__bottom .pf-step7-bottom__btn {
  width: 50%;
  position: relative;
  top: 0;
  display: block;
  max-width: unset;
  background-color: #F39939;
  border-radius: 6px;
  box-shadow: 0 3px 0 0 #bb660b;
  font-size: 14x;
  font-weight: 700;
  text-align: center;
  color: white;
  padding: 5px;
}
@media screen and (max-width: 768px) {
  .pf-step7_box02 .pf-step7__bottom .pf-step7-bottom__btn {
    width: 100%;
  }
}
.pf-step7_box02 .pf-step7__bottom .pf-step7-bottom__btn:hover, .pf-step7_box02 .pf-step7__bottom .pf-step7-bottom__btn:focus {
  top: 2px;
  box-shadow: 0 0 0 0;
  text-decoration: none;
  opacity: 1;
  cursor: pointer;
}

/*# sourceMappingURL=style.css.map */
