@charset "UTF-8";

.l-container {
	padding: 0;
}

body {
    background-color: #fff;
}

div {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

main {
	font-family: 'Noto Sans JP','Sawarabi Gothic',"SF Pro JP", "SF Pro Text", "SF Pro Icons", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 15px;
}

.sale-topimg-wrap {
    width: 100%;
    background-image: url(https://sell.kk-tokaifudousan.jp/wp-content/themes/swell_child/img/sale-topimage-bg.png);
    margin-bottom: 1.2em;
}

.sale-topimage {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

.sale-content-wrap {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content:center ;
    margin: auto;
}

.left-side {
    max-width: 245px;
    margin-left: 5px;
}

.left-side img {
    max-width: 100%;
}
.left01,
.left02,
.left03,
.left04
 {
  width: fit-content;
  margin: auto;
}

.left02 {
	position: relative;
}

.left02 img {
    transition: opacity 0.5s;
}
.left02:hover img:first-of-type {
    opacity: 0;
}
.left02 img:last-of-type {
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0;
}
.left02:hover img:last-of-type {
    opacity: 1;
}

.left02:hover {
	cursor : pointer;
}

.left01 img:hover,
.left03 img:hover {
	cursor : pointer;
	border: solid 2px #1850A1;
}

.left-menu {
    width: 100%;
    margin-bottom: 32px;
}

.left-menu > h4 {
	background: #1850A1;
	background: linear-gradient(0deg, rgba(24, 80, 161, 1) 0%, rgba(24, 80, 161, 1) 50%, rgba(255, 255, 255, 1) 100%);
    text-align: center;
    color: #fff;
    padding: 0.5em;
    margin: 0;
    border: solid 2px #1850A1;
}

ul {
    padding: 0;
    margin: 0;
}

.left-menu li h4 {
  margin: 0;
}

 .left-menu li {
    background: #cccccc;
    background: linear-gradient(0deg, rgba(204, 204, 204, 1) 0%, rgba(235, 235, 235, 1) 50%, rgba(255, 255, 255, 1) 100%);
    position: relative;
    list-style: none;
    padding: 0.5em;
    color: #1850A1;
    padding-left: 2.2em;
  }
 
 .left-menu li:before {
    content: "";
    position: absolute;
    top: 0.6em;
    left: 1em;
    width: 0;
    height: 0;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent transparent #1850A1;
  }

.left-menu li:hover {
	cursor : pointer;
	background: rgba(240, 240, 240, 10.01);
	background: linear-gradient(0deg, rgba(240, 240, 240, 1) 0%, rgba(94, 173, 230, 1) 50%, rgba(255, 255, 255, 1) 100%);
	border: solid 2px #cccccc;
}


  .left-house-wrap {
    position: relative;
  }

  .left-house-wrap img {
    display: block;
  }

  .left-house-txt-wrap {
    width: 100%;
    background-color: #489fcf;
    border: solid 5px #489fcf;
  }

  .left-house-txt {
    margin: 0;
    color: #fff;
    background: #FF9527;
    background: linear-gradient(0deg, rgba(255, 149, 39, 1) 0%, rgba(255, 163, 64, 1) 50%, rgba(255, 237, 71, 1) 83%);
    border: solid 2px #fff;
    padding: 0.5em;
    text-align: center;
    text-shadow: #ef7c01 2px 2px;
  }

.left-house-txt:hover {
    margin: 0;
    color: #fff;
    background: #FF9527;
	background: linear-gradient(0deg, rgba(255, 149, 39, 1) 0%, rgba(255, 240, 112, 1) 50%, rgba(255, 149, 39, 1) 100%);
    border: solid 2px #fff;
    padding: 0.5em;
    text-align: center;
    text-shadow: #ef7c01 2px 2px;
	cursor: pointer;
  }

  .left-house-pop {
    width: fit-content;
    color: #ef7c01;
    background-color: #fff;
    border: solid 3px #ef7c01;
    border-radius: 50%;
    padding: 7px 12px;
    text-align: center;
    font-weight: bold;
    position: absolute;
    top: 45%;
    left: 60%;
    z-index: 20;
  }

  .ninnbai-link-wrap {
    border: solid 1px #cccccc;
    margin-top: 10px;
  }

  .ninnbai-link-wrap:hover {
    border: solid 2px #1850A1;
	  cursor: pointer;
  }

  .ninnbai-link {
    position: relative;
    border: solid 2px #fff;
  }

  .ninnbai-link img {
    display: block;
  }
  
  .link-buttan {
    width: 100%;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 3px;
    position: absolute;
    bottom: 0%;
    font-size: 15px;
  }

  .address-area {
    border: solid 2px #cccccc;
	margin-top:20px;
    margin-bottom: 20px;
  }

  .address-area img {
    display: block;
    margin: auto;
  }

  .address-wrap {
    padding: 10px;
  }

  .address-underline {
    color: #1850A1;
    font-weight: bold;
    margin-top: 0.7em;
    border-bottom: solid 2px #cccccc;
  }

  .tel-wrap {
    font-size: large;
    font-weight: bold;
    display: inline-flex;
    align-items: center;
  }

  .uketukejikan {
    border: solid 2px #cccccc;
    padding: 10px;
  }

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

  .uketukejikan span {
	display: inline-block;
  } 

  .font-size-s {
    font-size: small;
  }

  .kaisyagaiyou {
    margin: 0 auto;
  }

  .kakusyu-link {
    margin: 5px auto;
  }

.link-banner img:hover {
	cursor : pointer;
	border: solid 2px #1850A1;
}

  .right01-link-box,
  .right02-link-box,
  .right03-link-box
  {
    max-width: 270px;
    border: solid 1.2px #cccccc;
    float: left;
    margin: auto;
  }

  .right-wrap {
    padding: 5px;
  }

  .right-side {
    margin-right: 5px;
  }

.right01-title h3 {
    background: #1850A1;
    background: linear-gradient(0deg, rgba(24, 80, 161, 1) 0%, rgba(24, 80, 161, 1) 50%, rgba(255, 255, 255, 1) 100%);
    text-align: center;
    color: #fff;
    padding: 0.2em;
    margin: 0;
    margin-bottom: 7px;
    border: solid 2px #1850A1;
}

.right02-title h3 {
    background: #305D3C;
    background: linear-gradient(0deg, rgba(48, 93, 60, 1) 0%, rgba(38, 199, 108, 1) 50%, rgba(255, 255, 255, 1) 100%);
    text-align: center;
    color: #fff;
    padding: 0.2em;
    margin: 0;
    margin-bottom: 7px;
    border: solid 2px #305D3C;
}

.right03-title h3 {
    background: #8F362F;
background: linear-gradient(0deg, rgba(143, 54, 47, 1) 0%, rgba(173, 12, 0, 1) 50%, rgba(255, 255, 255, 1) 100%);
    text-align: center;
    color: #fff;
    padding: 0.2em;
    margin: 0;
    margin-bottom: 7px;
    border: solid 2px #8F362F;
}

  .right-img {
    float: left;
    margin-right: 25px;
  }

  .right-txt-ul {
    height: 76px;
  }

  .right-txt-ul li {
    color: #1850A1;
    font-size: small;
    font-weight: 500;
  }

  .right-txt {
    clear: both;
    color: #1850A1;
    font-size: 0.9rem;
    font-weight: 600;
    margin: auto;
  }

  .right01-link {
    border: solid 2px #1850A1;
  }

  .right02-link {
    border: solid 2px #305D3C;
  }

  .right03-link {
    border: solid 2px #8F362F;
  }


  .right01-link h3 {
    background: #1850A1;
    background: linear-gradient(0deg, rgba(24, 80, 161, 1) 0%, rgba(24, 80, 161, 1) 50%, rgba(255, 255, 255, 1) 100%);
    text-align: center;
    color: #fff;
    padding: 0.2em;
    margin: 1px;
    border: solid 2px #1850A1;
  }

 .right01-link h3:hover {
    background: #1850A1;
background: linear-gradient(0deg, rgba(24, 80, 161, 1) 0%, rgba(207, 236, 255, 1) 50%, rgba(24, 80, 161, 1) 100%);
    text-align: center;
    color: #fff;
    padding: 0.2em;
    margin: 1px;
    border: solid 2px #1850A1;
	cursor : pointer;
  }

    .right02-link h3 {
    background: #305D3C;
    background: linear-gradient(0deg, rgba(48, 93, 60, 1) 0%, rgba(38, 199, 108, 1) 50%, rgba(255, 255, 255, 1) 100%);
    text-align: center;
    color: #fff;
    padding: 0.2em;
    margin: 1px;
    border: solid 2px #305D3C;
  }

    .right02-link h3:hover {
    background: #007d2a;
background: linear-gradient(0deg, rgba(0, 125, 42, 1) 0%, rgba(194, 255, 220, 1) 50%, rgba(0, 125, 42, 1) 100%);
    text-align: center;
    color: #fff;
    padding: 0.2em;
    margin: 1px;
    border: solid 2px #305D3C;
	cursor : pointer;
  }

   .right03-link h3 {
    background: #8F362F;
    background: linear-gradient(0deg, rgba(143, 54, 47, 1) 0%, rgba(173, 12, 0, 1) 50%, rgba(255, 255, 255, 1) 100%);
    text-align: center;
    color: #fff;
    padding: 0.2em;
    margin: 1px;
    border: solid 2px #8F362F;
  }

   .right03-link h3:hover {
    background: #AD0C00;
background: linear-gradient(0deg, rgba(173, 12, 0, 1) 0%, rgba(255, 187, 184, 1) 50%, rgba(173, 12, 0, 1) 100%);
    text-align: center;
    color: #fff;
    padding: 0.2em;
    margin: 1px;
    border: solid 2px #8F362F;
	cursor : pointer;
  }

  .img-area1 {
    width: 100%;
  }

  .right-l-img img {
    display: block;
    max-width: 100%;
    margin: auto;
    padding: 5px;
  }

  .right-l-img-nagare img {
    padding-top: 0;
  }

  .right-h2-title-wrap {
    display: flex;
    align-items: center;
    max-width: 739px;
    background: #cccccc;
    background: linear-gradient(0deg, rgba(204, 204, 204, 1) 0%, rgba(235, 235, 235, 1) 50%, rgba(255, 255, 255, 1) 100%);
    margin: auto;
    margin-top: 2em;
  }

  .right-h2-title {
    color: #1850A1;
    margin: 0;
    margin-left: 5px;
    padding: 5px;
    padding-left: 15px;
    text-shadow: #fff 2px 2px;
    border-left: solid 10px #1850A1;
    border-image: linear-gradient(0deg, rgba(24, 80, 161, 1) 0%, rgba(24, 80, 161, 1) 50%, rgba(255, 255, 255, 1) 100%) 1;
  }

  .nagare-bottm-wrap {
    display: flex;
    align-items: center;
    justify-content: space-around;
  }

  .nagare-bottm-txt-l {
    padding-left: 30px;
  }

  .nagare-bottm-txt-r {
    width: fit-content;
    border: solid 2px #1850A1;
    border-radius: 5px;
    position: relative;
  }

  .nagare-bottm-txt-r h3 {
    background: #1850A1;
    background: linear-gradient(0deg, rgba(24, 80, 161, 1) 0%, rgba(24, 80, 161, 1) 50%, rgba(255, 255, 255, 1) 100%);
    text-align: center;
    color: #fff;
    padding: 10px 50px;
    border: solid 2px #1850A1;
    border-radius: 5px;
    margin: 1px;
  }

  .nagare-bottm-txt-r h3:hover {
	background: #1850A1;
	background: linear-gradient(0deg, rgba(24, 80, 161, 1) 0%, rgba(204, 222, 255, 1) 50%, rgba(24, 80, 161, 1) 100%);
    text-align: center;
    color: #fff;
    border: solid 2px #1850A1;
    border-radius: 5px;
    margin: 1px;
	cursor : pointer;
  }

  .nagare-c-txt {
    color: #fff;
    font-size: small;
    font-weight: bold;
    background-color: #489fcf;
    border-radius: 50%;
    padding: 5px 12px;
    position: absolute;
    top: -10%;
    left: -18%;
    transform: rotate(-12deg);
  }

  .right-m-d-box-wrap {
    max-width: 739px;
    margin: auto;
    overflow: auto;
  }

  .right-m-d-box-wrap li {
	margin-top: 0.7em;
	line-height: 1.2em;
  }

  .chuukai-box,
  .kaitori-box
   {
    max-width: 350px;
    float: left;
    margin-left: 13px;
  }

  .chuukai-box-title {
    background-color: #1850A1;
    box-shadow: 2px 2px 5px #1f1f1f;
	margin-bottom: 15px;
  }

  .kaitori-box-title {
    background-color: #ef7c01;
    box-shadow: 2px 2px 5px #1f1f1f;
	margin-bottom: 15px;
  }

  .chuukai-box-title h3,
  .kaitori-box-title h3
  {
    color: #fff;
    text-align: center;
    padding: 8px;
    margin-top: 8px;
  }

  .chuukai-box-m-title,
  .kaitori-box-m-title
  {
    background-color: #67c3f5;
  }

  .chuukai-box-m-title h4,
  .kaitori-box-m-title h4
  {
    color: #1850A1;
    text-align: center;
    margin: 0;
    padding: 3px;
  }

  .box-m-txt
  {
    max-width: 365px;
    min-height: 200px;
    border: solid 3px #67c3f5;
    margin: auto;
  }

  .chuukai-box-m-txt,
  .kaitori-box-m-txt
  {
    position: relative;
  }

  .chuukai-box-m-txt ul,
  .kaitori-box-m-txt ul
  {
    max-width: 365px;
    margin-left: 35px;
    line-height: 2em;
    font-weight: 500;
    text-shadow: 2px 2px #fff;
  }

  .chuukai-box-m-txt li::marker,
  .kaitori-box-m-txt li::marker
  {
    content: "〇　";
    color: #1850A1;
  }

  .cercle-mark {
    width: 80px;
    height: 80px;
    border: solid 8px #67c3f5;
    border-radius: 50%;
     position: absolute;
    top: 25%;
    left: 37%;
    z-index: -10;
  }

  .chuukai-box-d-title,
  .kaitori-box-d-title
  {
    background-color: #ffc9c9;
    margin-top: 20px;
  }

  .chuukai-box-d-title h4,
  .kaitori-box-d-title h4
  {
    color: #b70000;
    text-align: center;
    margin: 0;
    padding: 3px;
  }

  .box-d-txt
  {
    max-width: 365px;
    min-height: 200px;
    border: solid 3px #ffc9c9;
    margin: auto;
  }

  .chuukai-box-d-txt ul,
  .kaitori-box-d-txt ul
  {
    max-width: 365px;
    margin-left: 40px;
    line-height: 2em;
    font-weight: 500;
    text-shadow: 2px 2px #fff;
  }

  .chuukai-box-d-txt li::marker,
  .kaitori-box-d-txt li::marker
  {
    content: "×　";
    color: #b70000;
  }

  .chuukai-box-d-txt,
  .kaitori-box-d-txt
  {
    position: relative;
  }

  .cross-mark-wrap {
    position: absolute;
    top: 45%;
    left: 37%;
    z-index: -10;
  }

  .cross-mark {
    width: 80px;
    position: relative;
  }

  .cross-mark::before,
  .cross-mark::after {
  content: "";      
  width: 100%;
  height: 10px;      
  display: inline-block;
  background: #ffc9c9;
  border-radius: 2px;
  position: absolute;
  top: 0;
  left: 0;
}

  .cross-mark::before {
  transform: rotate(45deg);
}
  .cross-mark::after {
  transform: rotate(-45deg);
}

.syousai-buttan {
  clear: both;
  max-width: 740px;
  padding-top: 10px;
}

  .syousai-bottm-txt-r {
    width: fit-content;
    border: solid 2px #1850A1;
    border-radius: 5px;
    position: relative;
    margin: 0 0 0 auto;
  }

  .syousai-bottm-txt-r h3 {
    background: #1850A1;
    background: linear-gradient(0deg, rgba(24, 80, 161, 1) 0%, rgba(24, 80, 161, 1) 50%, rgba(255, 255, 255, 1) 100%);
    text-align: center;
    color: #fff;
    padding: 10px 50px;
    border: solid 2px #1850A1;
    border-radius: 5px;
    margin: 1px;
  }

  .syousai-bottm-txt-r h3:hover {
	background: #1850A1;
	background: linear-gradient(0deg, rgba(24, 80, 161, 1) 0%, rgba(204, 222, 255, 1) 50%, rgba(24, 80, 161, 1) 100%);
    text-align: center;
    color: #fff;
    border: solid 2px #1850A1;
    border-radius: 5px;
    margin: 1px;
	cursor : pointer;
  }

  .syousai-c-txt {
    color: #fff;
    font-size: small;
    font-weight: bold;
    background-color: #489fcf;
    border-radius: 50%;
    padding: 5px 12px;
    position: absolute;
    top: -10%;
    left: -18%;
    transform: rotate(-12deg);
  }

.right-l-img-onayami {
	margin-top: 5px;
}

.right-l-img-onayami img:hover {
	background: #cccccc;
    background: linear-gradient(0deg, rgba(204, 204, 204, 1) 0%, rgba(235, 235, 235, 1) 50%, rgba(255, 255, 255, 1) 100%);
	border: solid 2px #1850A1;
	cursor : pointer;
}

/*first*/
.first-txt-box {
  max-width: 750px;
  padding: 1em;
  margin-left: 10px;
}

.first-img-kai-tyu-wrap {
  max-width: 750px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-evenly;
  margin-left: 10px;
}

.first-img-c-wrap img {
  width: 70%;
}

.first-img-c-wrap {
  width: 45%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  border: solid 2px #cccccc;
  padding: 10px;
  text-align: center;
  font-weight: bold;
  color: #575757;
  background-color: #f5f5f5;
  text-shadow: #fff 1.5px 1.5px 0;
}

.first-img-span01 {
  font-size: 1.4em;
  font-weight: bold;
  color: #ff7474;
  text-wrap: nowrap;
}

.first-img-span02 {
  font-size: 1.4em;
  font-weight: bold;
  color: #1850A1;
  text-wrap: nowrap;
}

.first-bottm-wrap {
  max-width: 750px;
  margin: 20px auto;
}
.first-bottm-txt {
  width: 95%;
  margin: auto;
  font-feature-settings: "palt" 1;
}

.fontsize_small {
	font-size: 10px;
}

.right-link h3 {
	line-height: 1.2em;
}

.first-link-box-wrap {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  position: absolute;
  bottom: 0;
}

.first-link-box
{
  width: 33.3%;
  margin: auto;
}

.first-type-box {
  max-width: 750px;
  min-height: 465px;
  margin: 60px 5px 20px 10px;
  background-color: #f5f5f5;
  box-shadow: #575757 3px 3px 5px;
  position: relative;
}

.first-type-title {
  display: flex;
  align-items: center;
  font-size: 2em;
  color: #1850A1;
  font-weight: bold;
  position: absolute;
  top: -17%;
  left: 15%;
}

.first-type-title span {
  display: inline-block;
  font-size: 2.5em;
  padding-bottom: 0.2em;
}

.first-type-start {
  color: #b70000;
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
  padding: 15px 10px 5px 10px;
}

.first-type-box-r {
  background-color: #fff;
  border: solid 2px #cccccc;
  border-radius: 10px;
  padding: 10px;
  text-align: center;
  font-weight: bold;
  margin-left: 2.5%;
  margin-bottom: 65px;
  font-size: 14px;
  line-height: 23px;
}

.first-type-loan {
  width: 95%;
  color: #b70000;
}

.first-type-kingaku {
  width: 65%;
}

.first-type-syuui {
  width: 48%;
}

.yes-arow01 {
  width: 50px;
  height: 298px;
  background-color: #ff7474;
  clip-path: polygon(0 90%, 25% 90%, 25% 0, 75% 0, 75% 90%, 100% 90%, 50% 100%);
  position: absolute;
  top: 102px;
  left: 80%;
}

.yes-arow-t01 {
  padding: 5px;
  text-align: center;
  font-size: 1.7em;
  font-weight: bold;
  color: #b70000;
  text-shadow: #fff 2px 2px 0;
  position: absolute;
  top: 214px;
  left: 79.5%;
}

.yes-arow02 {
  width: 50px;
  height: 187px;
  background-color: #ff7474;
  clip-path: polygon(0 84%, 25% 84%, 25% 0, 75% 0, 75% 84%, 100% 84%, 50% 100%);
  position: absolute;
  top: 213px;
  left: 53%;
}

.yes-arow-t02 {
  padding: 5px;
  text-align: center;
  font-size: 1.7em;
  font-weight: bold;
  color: #b70000;
  text-shadow: #fff 2px 2px 0;
  position: absolute;
  top: 270px;
  left: 52.5%;
}

.yes-arow03 {
  width: 50px;
  height: 76px;
  background-color: #ff7474;
  clip-path: polygon(0 62.5%, 25% 62.5%, 25% 0, 75% 0, 75% 62.5%, 100% 62.5%, 50% 100%);
  position: absolute;
  top: 324px;
  left: 40%;
}

.yes-arow-t03 {
  padding: 5px;
  text-align: center;
  font-size: 1.7em;
  font-weight: bold;
  color: #b70000;
  text-shadow: #fff 2px 2px 0;
  position: absolute;
  top: 323px;
  left: 39.5%;
}

.no-arow01 {
  width: 50px;
  height: 62px;
  background-color: #489fcf;
  clip-path: polygon(0 62.5%, 25% 62.5%, 25% 0, 75% 0, 75% 62.5%, 100% 62.5%, 50% 100%);
  position: absolute;
  top: 102px;
  left: 13%;
}

.no-arow-t01 {
  padding: 5px;
  text-align: center;
  font-size: 1.7em;
  font-weight: bold;
  color: #1850A1;
  text-shadow: #fff 2px 2px 0;
  position: absolute;
  top: 97px;
  left: 13%;
}

.no-arow02 {
  width: 50px;
  height: 62px;
  background-color: #489fcf;
  clip-path: polygon(0 62.5%, 25% 62.5%, 25% 0, 75% 0, 75% 62.5%, 100% 62.5%, 50% 100%);
  position: absolute;
  top: 213px;
  left: 13%;
}

.no-arow-t02 {
  padding: 5px;
  text-align: center;
  font-size: 1.7em;
  font-weight: bold;
  color: #1850A1;
  text-shadow: #fff 2px 2px 0;
  position: absolute;
  top: 210px;
  left: 13%;
}

.no-arow03 {
  width: 50px;
  height: 76px;
  background-color: #489fcf;
  clip-path: polygon(0 62.5%, 25% 62.5%, 25% 0, 75% 0, 75% 62.5%, 100% 62.5%, 50% 100%);
  position: absolute;
  top: 324px;
  left: 13%;
}

.no-arow-t03 {
  padding: 5px;
  text-align: center;
  font-size: 1.7em;
  font-weight: bold;
  color: #1850A1;
  text-shadow: #fff 2px 2px 0;
  position: absolute;
  top: 323px;
  left: 13%;
}

.first-img-c-wrap02 {
 margin: 10px auto;
}

.first-img-c-wrap02 img {
  width: 100%;
}

.chuukai-box-header {
  font-size: large;
  font-weight: bold;
  color: #1850A1;
  text-shadow: #575757 1px 1px 1px;
  text-align: center;
}

.kaitori-box-header {
  font-size: large;
  font-weight: bold;
  color: #ef7c01;
  text-shadow: #575757 1px 1px 1px;
  text-align: center;
}

.kaitori-box-header-t,
.chuukai-box-header-t {
  font-feature-settings: "palt" 1;
  margin: 5px auto;
  font-size: 0.9em;
}

.kaitori-box-footer,
.chuukai-box-footer {
  margin: 10px;
}

.chuukai-box-footer02 {
  background-color: #67c3f5;
  padding: 5px;
  margin-bottom: 10px;
}

.kaitori-box-footer02 {
  background-color: #FF9527;
  padding: 5px;
  margin-bottom: 10px;
}

.right-m-d-box-bottm-txt {
  border-bottom: solid 2px #cccccc;
}

.kuwashiku-wrap {
  max-width: 750px;
  margin: 20px 0 20px 10px;
}

.kuwashiku-c-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.kuwashiku-c-box {
  width: 49.5%;
  border: solid 2px #cccccc;
  margin: 5px auto;
}

.kuwashiku-c-box_blank {
  border: none;
}

.kuwashiku-c-title {
  background-color: rgba(204, 204, 204, 1);
  padding: 5px 4px 5px 8px;
  color: #1850A1;
  font-size: 1.2em;
  font-weight: bold;
}

.kuwashiku-c-txt {
  max-width: 250px;
  font-feature-settings: "palt" 1;
  font-size: 13px;
  margin: 10px 0  0 5px;
  position: absolute;
  z-index: 5;
}

.kuwashiku-c-txt-w {
  max-width: 280px;
}

.kuwashiku-c-img-wrap {
  width: fit-content;
  margin: 2px 0 0 auto;
}

.kuwashiku-c-img-wrap img {
  display: block;
}

  .kuwashiku-c-buttan {
    background: #1850A1;
    background: linear-gradient(0deg, rgba(24, 80, 161, 1) 0%, rgba(24, 80, 161, 1) 50%, rgba(255, 255, 255, 1) 100%);
    text-align: center;
    color: #fff;
    padding: 2px;
    border: solid 2px #1850A1;
    border-radius: 5px;
    font-size: 14px;
    margin: 0 2px 2px 0;
    text-wrap: nowrap;
    font-weight: bold;
  }

  .kuwashiku-c-buttan:hover {
	background: #1850A1;
	background: linear-gradient(0deg, rgba(24, 80, 161, 1) 0%, rgba(204, 222, 255, 1) 50%, rgba(24, 80, 161, 1) 100%);
	cursor : pointer;
  }

/*first END*/

  .otoiawase-box {
    max-width: 739px;
    border: ridge 7px #aaa;
    margin: auto;
    margin-top: 20px;
  }
    
  .otoiawase-title {
    background-color: #489fcf;
    position: relative;
    border: double 4px #cccccc;
  }

  .otoiawase-title h2 {
    color: #fff;
    margin: 0 auto;
    margin-left: 40px;
    padding: 3px;
    
  }

  .otoiawase-title:before {
    content: "";
    position: absolute;
    top: 0.7em;
    left: 8px;
    width: 15px;
    height: 15px;
    border-left: solid 5px #1850A1;
    border-bottom: solid 5px #1850A1;
    transform: rotate(225deg);
  }

  .soudan-wrap {
    max-width: 697px;
    border: solid 3px #489fcf;
    border-radius: 10px;
    margin: 10px auto;
    overflow: auto;
  }

  .soudan-txt {
    color: #489fcf;
    font-weight: bold;
  }

  .soudan-txt li {
    margin-left: 50px;
    float: left;
    line-height: 2em;
  }
  
  .otoiawase-box p {
    margin: 20px;
  }

  .otoiawase-box-c-allwrap {
    max-width: 739px;
    overflow: auto;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: space-evenly;
  }

  .otoiawase-box-c-wrap {
    width: 30%;
    background-color: #fff;
    box-shadow: 2px 2px 5px #1f1f1f;
    margin-bottom: 15px;
  }

  .otoiawase-box-c {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
  }

  .otoiawase-box-c-title {
	width: 95%;
    margin: 5px;
    border-left: solid 7px #1850A1;
    border-image: linear-gradient(0deg, rgba(24, 80, 161, 1) 0%, rgba(24, 80, 161, 1) 50%, rgba(255, 255, 255, 1) 100%) 1;
  }

  .otoiawase-box-c h3,
  .otoiawase-box-c h4 {
    margin: 0;
    color: #1850A1;
    padding: 3px;
  }

  .tel-wrap02 {
    border-bottom: solid 2px #cccccc;
    color: #1850A1;
  }

  .otoiawase-box-c-txt {
    text-align: center;
    padding: 5px;
  }

  .otoiawase-box-c-txt span {
    font-size: small;
  }

.fax-wrap h4,
.forme-wrap h4 {
	background: #1850A1;
background: linear-gradient(0deg, rgba(24, 80, 161, 1) 0%, rgba(24, 80, 161, 1) 50%, rgba(255, 255, 255, 1) 100%);
    text-align: center;
    color: #fff;
    padding: 5px;
    margin: 0;
    border: solid 2px #1850A1;
	border-radius: 5px;
}

.fax-wrap h4:hover,
.forme-wrap h4:hover {
	background: #1850A1;
background: linear-gradient(0deg, rgba(24, 80, 161, 1) 0%, rgba(204, 222, 255, 1) 50%, rgba(24, 80, 161, 1) 100%);
    text-align: center;
    color: #fff;
    padding: 5px;
    margin: 0;
    border: solid 2px #1850A1;
	border-radius: 5px;
	cursor: pointer;
}

/*inquirym*/
.right-h2-title-wrap-750px {
  max-width: 750px;
}

.kuwashiku-c-wrap-inquirym {
  display: block;
}

.kuwashiku-c-box-inquirym {
  margin-left: 2px;
}
/*inquirym END*/


  /* modal video */
   #modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 10000;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .modal-content {
    max-width: 640px;
    background-color: white;
    padding: 10px 20px;
    border-radius: 5px;
    margin: auto;
    margin-top: 200px;
  }

  .modal-content video {
    width: 100%;
    height: auto;
  }

  .opne-button {
    cursor: pointer;
    border: none;
    padding: 0;
  }

   .close-button {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: 900;
    cursor: pointer;
  }

  /* modal video END */

/* 追加メディクリ */
@media (max-width: 870px), (hover: none) {
.left-house-pop {
		display: none;
	}
	.link-buttan {
		height: 100%;
	}

	.right-txt {
		margin-top: 1em;
	}
	
	.right-img {
    margin-right: 5px;
  }
	
	.right-txt-ul li {
		font-size: smaller;
	}

	.right-h2-title {
		padding-left: 3px;
	}
	
	.chuukai-box,
	.kaitori-box
	{
		margin: auto;
	}
	
	.cercle-mark {
    width: 80px;
    height: 80px;
    border: solid 8px #67c3f5;
    border-radius: 50%;
     position: absolute;
    top: 25%;
    left: 33%;
    z-index: -10;
  }
	
	 .cross-mark-wrap {
    position: absolute;
    top: 45%;
    left: 33%;
    z-index: -10;
  }
	
	.nagare-bottm-wrap {
		display: block;
	}
	
	.nagare-bottm-txt-l {
		padding: 0;
		text-align: center;
		margin-bottom: 5px;
	}
	
	 .nagare-bottm-txt-r,
	 .syousai-bottm-txt-r
	{
    margin: 0 10px 0 auto;
  }
	
	.nagare-bottm-txt-r h3,
	.syousai-bottm-txt-r h3
	{
		padding: 10px 30px;
	}

	.nagare-bottm-txt-r h3:hover,
	.syousai-bottm-txt-r h3:hover
	{
		padding: 10px 30px;
	}

	.nagare-c-txt {
    display: none;
  }
	
	.syousai-c-txt {
    display: none;
  }
	
	.otoiawase-title h2 {
		margin-left: 30px;
	}
	
	.soudan-txt li {
		margin-left: 20px;
	}
	
  .otoiawase-box-c-wrap {
    width: 100%;
  }

	.otoiawase-box-c-txt span {
    font-size: 11px;
  }
  .step-link-buttan-wrap {
    display: block;
    margin: auto;
  }

  .under-box,
  .under-box02,
  .under-box03
  {
    margin: auto;
  }

  .step-area-linkbuttan,
  .step-area-linkbuttan02,
  .step-area-linkbuttan03,
  .step-area-linkbuttan:hover,
  .step-area-linkbuttan02:hover,
  .step-area-linkbuttan03:hover
  {
    margin: 10px auto;
  }

  .baibai-check-wrap {
    display: block;
    margin: 0 auto;
  }
  
  .baibai-check,
  .baibai-check-txt
  {
    border-radius: 0;
  }
	
.step-area-baikai li:nth-of-type(1) {
  list-style: none;
  list-style-type: "※レインズとは…";
  margin-left: 1em;
  margin-bottom: 1em;
  list-style-position: inside;
}

.step-area-baikai li:nth-of-type(2) {
  list-style: none;
  list-style-type: "※自己発見取引とは…";
  margin-left: 1em;
  margin-bottom: 1em;
  list-style-position: inside;
}

.fax-wrap h4,
.forme-wrap h4 {
    padding: 2px;
}

.fax-wrap h4:hover,
.forme-wrap h4:hover {
    padding: 2px;
}

  .tyuukai-r-img-wrap img {
    width: 100%;
    display: block;
    margin: auto;
  }

  .useful-div-wrap03-ul li:nth-of-type(2) {
    margin-left: 20px;
  }

  .useful-div-wrap03-ul li:nth-of-type(3) {
    margin-left: 20px;
  }

/*ninnbai medi*/
.ninnbai-img-t-wrap {
  display: block;
  position: static;
  margin-bottom: 10px;
  width: 99%;
  text-align: center;
}

.ninnbai-img-t-wrap02 {
  display: block;
  position: static;
  width: 100%;
}

.ninnbai-img-t-wrap03 {
  width: 100%;
  position: static;
  text-align: center;
}

.ninnbai-img-t01,
.ninnbai-img-t02 {
  display: inline-block;
  width: 100%;
  font-size: 21px;
  margin-bottom: 10px;
}

.ninnbai-txt-box-hiyou p {
  width: 98%;
  padding: 0;
  font-size: 22px;
  margin: auto;
}

.ninnbai-kikan-d011 {
  clip-path: polygon(0% 0%, 100% 0, 100% 99%, 50% 100%, 0 99%);
}

.ninnbai-kikan-circle {
  position: absolute;
  bottom: -5%;
  left: 54%;
}

.burst-12-wrap {
  position: absolute;
  bottom: -100%;
  left: 20%;
}
	
.right-h2-title-wrap-ninnbai-medi {
  margin-top: 50px;
}

.under-box-ninnbai {
  margin: 10px auto;
}
/*ninnbai medi END*/

/*company medi*/
.right-h2-title-wrap,
.company-r-img-wrap,
.company-kaisyagaiyou-wrap,
.company-zimusyo-wrap,
.useful-txt-box
{
  margin-left: 0;
}

.company-txt-box ul {
  padding: 20px 0 20px 3px;
}

.company-map-mark-shadow,
.zimsyo-border {
  display: none;
}
/*company medi END*/

/*sellcon medi*/
.sellcon-txt-box ul {
  width: 90%;
}

.under-box-sellcon {
  max-width: 230px;
  display: block;
  margin: auto;
}

.under-box-sellcon a {
  text-decoration: none;
}

.under-box-sellcon h4 {
  color: #1850A1;
  background: #cccccc;
  background: linear-gradient(180deg, rgba(204, 204, 204, 1) 0%, rgba(235, 235, 235, 1) 50%, rgba(255, 255, 255, 1) 100%);
  border-radius: 5px;
  box-shadow: 2px 2px 2px #aaa;
  padding: 3px 5px;
  margin-bottom: 5px;
  text-align: center;
}

.under-box-sellcon h4:hover {
  cursor : pointer;
  background: rgba(240, 240, 240, 10.01);
  background: linear-gradient(0deg, rgba(240, 240, 240, 1) 0%, rgba(94, 173, 230, 1) 50%, rgba(255, 255, 255, 1) 100%);
}

.sellcon-ifram-wrap{
  display: none;
}

.sellcon-tel,
.sellcon-tel + div {
  width: 90%;
  margin: auto
}

.pdf-link-box {
  margin: auto;
}

#material-symbols-outlined-pdf {
  font-size: 32px;
}
	
.ssl-link-box-wrap {
  margin-left: 0;
}
	
.ssl-link-box {
  margin-left: 2px;
}
/*sellcon medi END*/

/*form_tyuukai medi*/
.form_tyuukai-txt-box ul,
.form_tyuukai-txt-box p
 {
  display: block;
  width: 92%;
  margin: auto;
}
/*form_tyuukai medi*/

/*first medi*/
.kuwashiku-wrap,
.first-img-kai-tyu-wrap {
 margin-left: 0;
	}	

.first-type-box {
  margin: 60px 0 20px 0 !important;		
	}
	
.first-type-box-r {
  padding: 3px;
}

.first-img-c-wrap {
  width: 100%;
  margin-bottom: 10px;
}

.kuwashiku-c-box {
  width: 200px;
}

.first-txt-box {
  margin-top: 0;
  padding: 0.2em;
  margin-left: 0;
}

.first-bottm-wrap {
  margin-left: 10px;
  margin-top: 0;
  padding: 0.2em;
}

.first-type-title {
  display: flex;
  align-items: flex-start;
  font-size: 1.2em;
  position: absolute;
  top: -5%;
  left: 10%;
  line-height: 1.2em;
}

.first-type-title span {
  font-size: 2em;
  margin-top: -0.3em;
}

.first-type-box {
  max-width: 750px;
  height: 630px;
  margin: 60px 0 20px 10px;
  background-color: #f5f5f5;
  box-shadow: #575757 3px 3px 5px;
  position: relative;
}

.kuwashiku-c-cont {
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
}

.right01-link-first h3 {
  background: #1850A1;
  background: linear-gradient(0deg, rgba(24, 80, 161, 1) 0%, rgba(24, 80, 161, 1) 90%, rgba(255, 255, 255, 1) 100%);
  text-align: center;
  color: #fff;
  padding: 0.2em;
  margin: 1px;
  border: solid 2px #1850A1;
}

.right01-link-first h3:hover {
  background: #1850A1;
  background: linear-gradient(0deg, rgba(24, 80, 161, 1) 0%, rgba(207, 236, 255, 1) 90%, rgba(24, 80, 161, 1) 100%);
  text-align: center;
  color: #fff;
  padding: 0.2em;
  margin: 1px;
  border: solid 2px #1850A1;
cursor : pointer;
}

  .right02-link-first h3 {
  background: #305D3C;
  background: linear-gradient(0deg, rgba(48, 93, 60, 1) 0%, rgba(38, 199, 108, 1) 90%, rgba(255, 255, 255, 1) 100%);
  text-align: center;
  color: #fff;
  padding: 0.2em;
  margin: 1px;
  border: solid 2px #305D3C;
}

  .right02-link-first h3:hover {
  background: #007d2a;
  background: linear-gradient(0deg, rgba(0, 125, 42, 1) 0%, rgba(194, 255, 220, 1) 90%, rgba(0, 125, 42, 1) 100%);
  text-align: center;
  color: #fff;
  padding: 0.2em;
  margin: 1px;
  border: solid 2px #305D3C;
cursor : pointer;
}

  .right03-link-first h3 {
  background: #8F362F;
  background: linear-gradient(0deg, rgba(143, 54, 47, 1) 0%, rgba(173, 12, 0, 1) 90%, rgba(255, 255, 255, 1) 100%);
  text-align: center;
  color: #fff;
  padding: 0.2em;
  margin: 1px;
  border: solid 2px #8F362F;
}

  .right03-link-first h3:hover {
  background: #AD0C00;
  background: linear-gradient(0deg, rgba(173, 12, 0, 1) 0%, rgba(255, 187, 184, 1) 90%, rgba(173, 12, 0, 1) 100%);
  text-align: center;
  color: #fff;
  padding: 0.2em;
  margin: 1px;
  border: solid 2px #8F362F;
cursor : pointer;
}

.yes-arow01 {
  width: 30px;
  height: 358px;
  background-color: #ff7474;
  clip-path: polygon(0 92.5%, 25% 92.5%, 25% 0, 75% 0, 75% 92.5%, 100% 92.5%, 50% 100%);
  position: absolute;
  top: 111px;
  left: 75%;
}

.yes-arow-t01 {
  padding: 5px;
  text-align: center;
  font-size: 1.5em;
  font-weight: bold;
  color: #b70000;
  text-shadow: #fff 2px 2px 0;
  position: absolute;
  top: 214px;
  left: 69%;
}

.yes-arow02 {
  width: 30px;
  height: 239px;
  background-color: #ff7474;
  clip-path: polygon(0 88.5%, 25% 88.5%, 25% 0, 75% 0, 75% 88.5%, 100% 88.5%, 50% 100%);
  position: absolute;
  top: 230px;
  left: 51%;
}

.yes-arow-t02 {
  padding: 5px;
  text-align: center;
  font-size: 1.5em;
  font-weight: bold;
  color: #b70000;
  text-shadow: #fff 2px 2px 0;
  position: absolute;
  top: 250px;
  left: 45%;
}

.yes-arow03 {
  width: 30px;
  height: 71px;
  background-color: #ff7474;
  clip-path: polygon(0 62%, 25% 62%, 25% 0, 75% 0, 75% 62%, 100% 62%, 50% 100%);
  position: absolute;
  top: 398px;
  left: 34%;
}

.yes-arow-t03 {
  padding: 5px;
  text-align: center;
  font-size: 1.5em;
  font-weight: bold;
  color: #b70000;
  text-shadow: #fff 2px 2px 0;
  position: absolute;
  top: 400px;
  left: 28%;
}

.no-arow01 {
  width: 30px;
  height: 65px;
  background-color: #489fcf;
  clip-path: polygon(0 58.5%, 25% 58.5%, 25% 0, 75% 0, 75% 58.5%, 100% 58.5%, 50% 100%);
  position: absolute;
  top: 110px;
  left: 9%;
}

.no-arow-t01 {
  padding: 5px;
  text-align: center;
  font-size: 1.5em;
  font-weight: bold;
  color: #1850A1;
  text-shadow: #fff 2px 2px 0;
  position: absolute;
  top: 107px;
  left: 5%;
}

.no-arow02 {
  width: 30px;
  height: 64px;
  background-color: #489fcf;
  clip-path: polygon(0 58%, 25% 58%, 25% 0, 75% 0, 75% 58%, 100% 58%, 50% 100%);
  position: absolute;
  top: 231px;
  left: 9%;
}

.no-arow-t02 {
  padding: 5px;
  text-align: center;
  font-size: 1.5em;
  font-weight: bold;
  color: #1850A1;
  text-shadow: #fff 2px 2px 0;
  position: absolute;
  top: 227px;
  left: 5%;
}

.no-arow03 {
  width: 30px;
  height: 71px;
  background-color: #489fcf;
  clip-path: polygon(0 62%, 25% 62%, 25% 0, 75% 0, 75% 62%, 100% 62%, 50% 100%);
  position: absolute;
  top: 398px;
  left: 9%;
}

.no-arow-t03 {
  padding: 5px;
  text-align: center;
  font-size: 1.5em;
  font-weight: bold;
  color: #1850A1;
  text-shadow: #fff 2px 2px 0;
  position: absolute;
  top: 400px;
  left: 5%;
}

.first-img-c-wrap02 {
  margin-bottom: 0;
}

.right-h2-title-wrap-first {
  margin-top: 1.5em;
}

.kuwashiku-c-txt {
  position:static;
}

.kuwashiku-c-img-wrap {
  width: fit-content;
  margin: auto;
}

/*first medi END*/
}
/* 追加メディクリ END*/