@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-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 {
    max-width: 750px;
    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: 10px 0 10px 10px;
  }

  .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;
  }

  .useful-ul01-wrap {
    max-width: 750px;
    margin: 10px;
    
  }

  .useful-ul01 {
    list-style: none;
    padding: 0 10px 0 10px;
  }

  .useful-ul01 li:last-child {
    list-style-type: "※";
    margin: 1em;
    font-size: small;
    color: #1850A1;
  }

  .useful-syokeihi-zeikin-wrap {
    max-width: 750px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-evenly;
    margin-left: 10px;
  }

  .useful-syokeihi-zeikin-wrap a {
    text-decoration: none;
  }

  .useful-syokeihi-zeikin-wrap div {
    width: 48%;
  }

  .useful-syokeihi-zeikin-wrap h4 {
    background: #cccccc;
    background: linear-gradient(0deg, rgba(204, 204, 204, 1) 0%, rgba(235, 235, 235, 1) 50%, rgba(255, 255, 255, 1) 100%);
    color: #1850A1;
    border: solid 2px #cccccc;
    padding: 3px;
  }

  .useful-syokeihi-zeikin-wrap 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%);
  }

  .useful-table-wrap {
    max-width: 750px;
    margin: 0 10px 0 10px;
  }

  .useful-table {
    border: solid 3px #cccccc !important;
    background-color: #cccccc;
    padding: 3px;
  }

.useful-table td {
	border: solid 2px #cccccc !important;
}

  .useful-table-tr01 td:first-child {
    background-color: #deeffe;
    text-align: center;

  }

  .useful-table-tr01 td:nth-child(2) {
    background-color: #fdfeff;
  }

  .useful-table p {
    margin: 1em;
  }

  .useful-table-span-c {
    color: #0080ff;
  }

  .useful-table-c01
  {
    border: 0;
  }

  .useful-table-tr02 td:first-child {
    background-color: #fdfeff;
	border: none !important;
  }

  .useful-table-c02 {
    border: solid 2px #cccccc !important;
    padding: 1px;
    background-color: #cccccc;
    margin: auto;
  }

  .useful-tbody-c td {
    background-color: #ffffff;
	border: solid 1.5px #cccccc !important;
  }

  .useful-tbody-c tr {
    text-align: center;
	border: solid 1.5px #cccccc !important;
  }

  .useful-ul {
    list-style-type: "◎";
    margin-left: 20px;
    padding: 1em;
  }

  .useful-ul li:not(:first-child) {
    margin-top: 1em;
  } 

  .useful-txt-box {
    max-width: 750px;
    margin-left: 10px;
    margin-bottom: 10px;
  }

  .useful-txt-box p {
    padding: 0 1em 0 1em;
  }

  .useful-txt-box-color
  {
    max-width: 750px;
    margin: 30px 0 30px 10px;
  }

  .useful-txt-box-color p {
    display: block;
    max-width: 600px;
    background-color: #deeffe;
    margin: auto;
    padding: 15px;
  }

  .useful-table-wrap02,
  .useful-div-wrap,
  .useful-div-wrap04,
  .useful-table-wrap03
  {
    max-width: 750px;
    margin-left: 10px;
  }

  .useful-table-wrap02 table {
    border: 0;
    max-width: 630px;
    padding: 1px;
    background-color: #cccccc;
    margin: auto;
  }

  .useful-table-wrap02 ul {
    list-style-type: "※";
    max-width: 600px;
    margin: 1em auto;
    padding-left: 20px;
  }
  
.useful-tbody {
	border: solid 2px #cccccc !important;
}

.useful-tbody td {
	border: solid 1.5px #cccccc !important;
}

  .useful-tbody tr:nth-of-type(1) {
    background-color: #efefef;
    text-align: center;
  }

  .useful-tbody tr:nth-of-type(2) {
    background-color: #dbf2e3;
  }

  .useful-tbody tr:nth-of-type(2) td:not(:first-child),
  .useful-tbody tr:nth-of-type(3) td:not(:first-child)
  {
    text-align: center;
  }

  .useful-tbody tr:nth-of-type(3) {
    background-color: #ffe6e6;
  }

  .font-st-01 {
    color: #3da762;
    font-weight: bold;
  }

  .font-st-02 {
    color: #ff5959;
    font-weight: bold;
  }

  .font-st-03 {
    color: #0080ff;
  }

  .useful-tbody p {
    margin: 0 1em 0 1em;
  }

  .useful-div-wrap {
    background-color: #f3f3f3;
    border: solid 1px #cccccc;
  }

  .useful-div-wrap p {
    margin: 1.5em 1em 0 1em;
  }

  .useful-div-wrap02 {
    width: 90%;
    background-color: #deeffe;
    border: solid 1px #cccccc;
    margin: auto;
    margin-top: 20px;
  }

  .useful-div-wrap02 p {
    color: #0080ff;
    margin: 10px;
  }

  .useful-div-wrap03 {
    width: 90%;
    background-color: #fff;
    border: solid 1px #cccccc;
    border-top: none;
    margin: 0 auto;
    margin-bottom: 2em;
  }
  
  .useful-div-wrap03-ul {
    list-style: none;
    padding: 1em;
    margin-left: 20px;
  }

  .useful-div-wrap03-ul li {
    margin-bottom: 0.5em;
  }  

  .useful-div-wrap03-ul li:nth-of-type(1) {
    list-style-type: "1）";
  }

  .useful-div-wrap03-ul li:nth-of-type(2) {
    list-style-type: "イ　";
    margin-left:5em;
  }

  .useful-div-wrap03-ul li:nth-of-type(3) {
    list-style-type: "ロ　";
    margin-left:5em;
  }

  .useful-div-wrap03-ul li:nth-of-type(4) {
    list-style-type: "2）";
  }

  .useful-div-wrap03-ul li:nth-of-type(5) {
    list-style-type: "3）";
  }

  .useful-div-wrap03-ul li:nth-of-type(6) {
    list-style-type: "4）";
  }

  .useful-div-wrap04 p {
    margin-left: 20px;
  }

  .useful-table-wrap03 {
    border-bottom: dotted 2px #cccccc;
    margin-bottom: 30px;
  }

  .useful-table-wrap03-01 {
    width: 100%;
    border: 0;
    margin-bottom: 20px;
  }

  .useful-table-wrap03-01 td {
    text-align: center;
  }

  .useful-table-wrap03-02 {
    width: 100%;
    border: solid 2px #cccccc !important;
    padding: 1px;
    background-color: #cccccc;
  }

  .useful-table-wrap03-02-td-f {
    background-color: #fff;
  }

  .useful-table-wrap03-02-td-f+td {
    color: #ff5959;
    font-weight: bold;
	border: solid 1.5px #cccccc !important;
  }

  .useful-table-wrap03-02-td-f+td+td {
    color: #3da762;
    font-weight: bold;
	border: solid 1.5px #cccccc !important;
  }

  .useful-table-wrap03-02-td-f3 {
    background-color: #f3f3f3;
	border: solid 1.5px #cccccc !important;
  }

  .useful-table-wrap03-02-tbody tr td:nth-child(2) {
    background-color: #ffe6e6;
	border: solid 1.5px #cccccc !important;
  }

  .useful-table-wrap03-02-tbody tr td:nth-child(3) {
    background-color: #dbf2e3;
	border: solid 1.5px #cccccc !important;
  }

  #useful-table-wrap03-02-td-p {
    background-color: #ff5959;
    color: #fff;
    font-weight: bold;
  }


  #useful-table-wrap03-02-td-g {
    background-color: #3da762;
    color: #fff;
    font-weight: bold;
  }


  .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);
  }

  .tyuukai-r-img-wrap {
    max-width: 750px;
	margin: 0 auto 0 5px;
  }

  .tyuukai-r-img-wrap img {
    width: 100%;
  }
  
  .bar12-txt-wrap {
    max-width: 750px;
	margin-left: 10px;
  }

  .bar12-txt-wrap p {
    font-feature-settings: "palt" 1;
    padding: 0.5em;
    line-height: 1.5em;
  }

  .bar14-txt-wrap p {
    margin-left: 1em;
  }

  .useful-navi {
    max-width: 750px;
    margin-left: 10px;
  }  

    .useful-navi ul {
    max-width: 750px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }  

  .useful-navi a {
    text-decoration: none;
  }

  .useful-navi li {
    display: flex;
    align-items: center;
    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;
    font-size: small;
    height: 3em;
    padding-left: 1.5em;
    border: solid 1px #cccccc;
    margin: 0 3px 10px 3px;
  }

.useful-navi 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;
}

 .useful-navi li:before {
    content: "";
    position: absolute;
    top: 1.75em;
    left: 5px;
    width: 0;
    height: 0;
    border-width: 10px;
    border-style: solid;
    border-color: #1850A1 transparent transparent transparent;
  }

  .right-h2-title-wrap-tyuukai {
    max-width: 750px;
    background-color: #489fcf;
    position: relative;
    border-radius: 5px;
    margin-left: 10px;
	margin-top: 20px;
	margin-bottom:15px;
  }
  
  .right-h2-title-wrap-tyuukai::before {
    content: "";
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top: solid 10px #489fcf;
    position: absolute;
    top: 100%;
    left: 5%;
  }

  .right-h2-title-tyuukai {
    color: #fff;
    padding: 3px;
    margin-left: 0.8em;
  }

  .tyuukai-r-txt-box {
    max-width: 750px;
    border: solid 2px #cccccc;
    margin-left: 10px;
  }

  .denkyuu,
  .warning
  {
    margin: 1em;
  }

  .denkyuu li,
  .warning li
   {
    list-style: none;
    position: relative;
    margin-left: 30px;
    line-height: 2em;
  }

  .denkyuu li::before{
    font-family:"Material Symbols Outlined";
    content:"\ea24";
    position: absolute;
    top: 0;
    left: -25px;
    font-size: x-large;
    color: #ef7c01;
}

  .warning li::before{
    font-family:"Material Symbols Outlined";
    content:"\e002";
    position: absolute;
    top: 0;
    left: -25px;
    font-size: x-large;
    color: #ef1901;
  }

  .under-box {
    max-width: 230px;
    margin: 0 10px 0 auto;
    clear: both;
  }

  .under-box02 {
    margin: 10px 0 0 auto;
  }

  .under-box02 h4 {
    margin-top: 5px;
  }

  .under-box 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;
  }

 .under-box 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%);
  }

  .right-m-d-box-wrap {
    max-width: 750px;
    margin-left: 10px;
  }

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

  .chuukai-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-around;
  }

  .chuukai-box-m,
  .chuukai-box-d
   {
    max-width: 350px;
  }

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

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

  .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: 350px;
    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: 350px;
    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;
  }

  .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);
}

/* yabane-navi */
  .yabane-navi-wrap {
    width: fit-content;
    margin-left: 10px;
  }

 #yabane-navi {
    overflow: hidden;
    width: fit-content;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  #yabane-navi li{
    float: left;
    margin-right: 11px;
    margin-bottom: 10px;
  }

  #yabane-navi a {
    height: 6em;
    background: #ddd;
    padding: 0 2px;
    float: left;
    text-decoration: none;
    color: #444;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
    position: relative;
    font-feature-settings: "palt" 1;
    font-weight: bold;
	border-left: solid 1px #ddd;
	border-right: solid 1px #ddd;
  }

  #yabane-navi a:hover{
    background: #99db76;
	border-left: solid 1px #99db76;
	border-right: solid 1px #99db76;
  }

  .yabane-navi-a::before {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -3em;
    border-width: 3em 0 3em 0.5em;
    border-style: solid;
    border-color: #ddd #ddd #ddd transparent;
    left: -0.5em;
  }

  #yabane-navi a:hover::before{
    border-color: #99db76 #99db76 #99db76 transparent;
  }

  #yabane-navi a::after{
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -3em;
    border-top: 3em solid transparent;
    border-bottom: 3em solid transparent;
    border-left: 0.5em solid #ddd;
    right: -0.5em;
  }

  #yabane-navi a:hover::after{
    border-left-color: #99db76;
  }

  .yabane-navi-a-f {
    border-left: solid 0.5em #ddd;
  }

  .yabane-navi-a-f:hover {
    border-left: solid 0.5em #99db76;
  }
  
  .yabane-navi-a-l {
    opacity: 0;
  }

  .yabane-step {
   margin: 8px 0 2px 0;
   color: #1850A1;
  }
/* yabane-navi END */

/* step area */
.step-area {
  display: flex;
  align-items: flex-start;
  justify-content: left;
  flex-wrap: wrap;
  max-width: 760px;
  border-top: dotted 2px #aaa;
  border-bottom: dotted 2px #aaa;
  margin: 10px;
}

.step-area-t-wrap {
  width: 100px;
  height: 100px;
  background-color: #efefef;
  border: solid 1.2px #ccc;
  color: #1850A1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 10px 30px 0;
}

.step-area-t-wrap p {
  width: fit-content;
  display: block;
  font-size: larger;
}

.step-area-t-wrap p span {
  font-size: xx-large;
}

.step-area-txt {
  max-width: 640px;
  font-feature-settings: "palt" 1;
}

.step-area-txt h4 {
  margin: 20px 10px 0 0;
  color: #1850A1;
}

.step-area-txt-box {
  margin-bottom: 20px;
}

.step-area-linkbuttan {
  max-width: 200px;
  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 10px;
  border: solid 2px #1850A1;
  border-radius: 5px;
  margin: 1px;
  font-weight: bold;
  margin: 10px 10px 20px auto;
}

.step-area-linkbuttan:hover {
  max-width: 200px;
  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 10px;
  border: solid 2px #1850A1;
  border-radius: 5px;
  margin: 1px;
  font-weight: bold;
	cursor : pointer;
  margin: 10px 10px 20px auto;
}

.material-symbols-outlined {
  color: #ef7c01;
}

.step-area-check {
    font-weight: bold;
    display: inline-flex;
    align-items: center;
    margin-top: 20px;
  }

.step-area-check-txt {
  border: solid 5px #ccc;
}

.step-area-check-txt p {
  margin: 0;
  padding: 10px;
}

.step-area-qli {
  list-style: none;
  margin: 0 0 10px 10px;
}

.step-area02 {
  border-top: none;
}

.table-baikai,
.table-hanbai
{
  width: 94%;
  background-color: #cccccc;
  border-collapse:separate;
  border-spacing:1px;
  margin: 20px auto;
}

.tr-hanbai {
  background-color: #f3f3f3;
}

.tr-hanbai02 {
  background-color: #fff;
}

.tbody-baikai td {
  text-align: center;
  font-size: 13px;
  padding: 5px;
}

.tr-hanbai-img {
  text-align: center;
}

.tr-hanbai-img img {
  width: 100%;
}

.tbody-hanbai td {
  font-size: 13px;
  padding: 8px;
}

.tr-hanbai td {
  font-size: 15px;
  text-align: center;
}

.tr-baikai td:nth-of-type(1) {
  background-color: #f3f3f3;
}

.tr-baikai td:nth-of-type(2) {
  background-color: #beeffe;
}

.tr-baikai td:nth-of-type(3) {
  background-color: #e7f5ecec;
}

.tr-baikai td:nth-of-type(4) {
  background-color: #ffecec;
}

.table-baikai-t-td02 {
  background-color: #2389dc;
}

.table-baikai-t-td03 {
  background-color: #3fab65;
}

.table-baikai-t-td04 {
  background-color: #ff6060;
}

.step-area-baikai {
  padding: 0 20px;
}

.step-area-baikai li:nth-of-type(1) {
  list-style: none;
  list-style-type: "※レインズとは…";
  margin-left: 7.5em;
  margin-bottom: 1em;
}

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

.baikai-child-wrap {
  width: 94%;
  padding: 20px;
  margin: auto;
}

.ippann-baikai {
  width: 100%;
  color: #fff;
  background-color: #2389dc;
  padding: 5px 0 5px 10px;
}

.sennin-baikai {
  width: 100%;
  color: #fff;
  background-color: #3fab65;
  padding: 5px 0 5px 10px;
}

.baikai-child-wrap div:nth-child(2) {
  background-color: #f3f3f3;
}


.baikai-child-wrap h4 {
  margin: 0;
  color: #1f1f1f;
  padding: 5px 0 5px 1em;
}

.baikai-child-m {
 list-style: none;
 list-style-type: "〇";
 margin-left: 3em;
 padding-right: 1em;
 padding-bottom: 1em;
 line-height: 1.5em;
}

.baikai-child-d {
  list-style: none;
  list-style-type: "×";
  margin-left: 3em;
  padding-right: 1em;
  padding-bottom: 1em;
  line-height: 1.5em;
}

.baikai-wrap,
.hanbai-wrap,
.step-area-check-txt02
{
  margin-bottom: 20px;
}

.baibai-check-wrap {
  display: flex;
  align-items: center;
  margin-left: 1em;
  margin-top: 1em;
}

.baibai-check {
  color: #fff;
  background-color: #2389dc;
  border-radius: 1em 0 0 1em;
  font-weight: bold;
  padding: 3px 8px 3px 8px;
}

.baibai-check-txt {
  color: #1f1f1f;
  background-color: #efefef;
  border-radius: 0 1em 1em 0;
  font-weight: bold;
  padding: 3px 8px 3px 8px;
}

.ol-step {
	margin-left: 25px;
	list-style-type: decimal;
	padding: 10px 0 10px 0;
}

.step-link-buttan-wrap {
  max-width: 750px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}

.step-area-linkbuttan02 {
  margin: 10px 5px 20px 10px;
}

.step-area-linkbuttan02:hover {
  margin: 10px 5px 20px 10px;
}

.step-area-linkbuttan03 {
  margin: 10px 5px 0 10px;
}

.step-area-linkbuttan03:hover {
  margin: 10px 5px 0 10px;
}

.step-area-qli02 {
  padding: 12px;
  list-style-type: "◎ ";
  font-feature-settings: "palt" 1;
}

.step-area-qli02 li:not(:last-child) {
  margin-bottom: 1em;
}

.baikai-under-txt02 {
  margin-top: 10px;
  margin-bottom: 20px;
}

.under-box03 {
  margin: 20px 35px 50px auto;
}

/* step area END*/

.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;
}

/*ninnbai START*/
.ninnbai-r-img-wrap {
  max-width: 750px;
  margin: auto;
  margin-left: 10px;
  position: relative;
}

.ninnbai-r-img-wrap img {
  max-width: 100%;
}

.ninnbai-img-t-wrap {
 display: flex;
 align-items: center;
 color: #ac5b04;
 text-shadow: 2px 2px 0px #fff;
 font-weight: bolder;
 position: absolute;
 top: 5%;
 left: 7%;
}

.ninnbai-img-t-03 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.5em;
  height: 3.5em;
  color: #fff;
  font-size: 28px;
  background-color: #8F362F;
  border-radius: 50%;
  margin-left: 20px;
  text-shadow: none;
  line-height: 1.2em;
  transform: rotate(-15deg);
}


.ninnbai-img-t01 {
  font-size: 24px;
}

.ninnbai-img-t02 {
  font-size: 32px;
}

.ninnbai-img-t-wrap02 {
  width: 90%;
  position: absolute;
  top: 30%;
  left: 5%;
}

.ninnbai-img-t-wrap02 div:nth-of-type(1) {
  max-width: 300px;
  color: #fff;
  background-color: #007d2a;
  font-size: large;
  font-weight: bolder;
  padding: 5px;
  text-align: center;
  margin-bottom: 10px;
}

.ninnbai-img-t-wrap02 div:nth-of-type(2) {
   background-color: rgba(238, 248, 255, 0.7);
   padding: 0 10px 15px 10px;
  }

.ninnbai-img-t-wrap02 p {
    margin: 0;
    color: #00275f;
    font-weight: bold;
    text-shadow: #fff 1.5px 1.5px 0;
 }

 .ninnbai-img-t-wrap02 p:nth-of-type(1) {
  font-size: 24px;
 }

.ninnbai-img-t04 {
  font-size: 3rem;
}

.ninnbai-img-t-wrap03 {
  width: fit-content;
  background-color: #fff;
  border: solid 2px #ef7c01;
  position: absolute;
  top: 87%;
  left: 65%;
}

.ninnbai-img-t-wrap03 div {
  background: #EF7C01;
  background: linear-gradient(0deg, rgba(239, 124, 1, 1) 0%, rgba(239, 124, 1, 1) 50%, rgba(237, 221, 83, 1) 100%);
  color: #fff;
  margin: 1.5px;
  padding: 5px;
}

.bar-ninnbai-txt-wrap {
  max-width: 750px;
  margin: 0 5px 0 10px;
}

.bar-ninnbai-txt-wrap P {
  width: 90%;
  margin: auto;
}


.ninnbai-kikan-wrap-wrap {
  max-width: 750px;
  border: solid 2px #cccccc;
  margin-left: 10px;
  background-color: #f5f5f5;
}

.ninnbai-kikan-wrap {
  max-width: 750px;
  display: flex;
  align-items: stretch;
  justify-content: center;
}

.ninnbai-kikan-d011 {
  display: flex;
  justify-content: center;
  background: #ff0000;
  background: linear-gradient(0deg, rgba(255, 0, 0, 1) 0%, rgba(239, 84, 1, 1) 45%, rgba(237, 221, 83, 1) 100%);
  width: 3em;
  margin-top: 20px;
  margin-bottom: 10px;
  clip-path: polygon(0% 0%, 100% 0, 100% 97%, 50% 100%, 0 97%);
}

.ninnbai-kikan-d012 {
  display: flex;
  justify-content: center;
  background: #eb0000;
  width: 3em;
  margin-top: 20px;
  margin-bottom: 10px;
}


.ninnbai-kikan-arow {
  writing-mode: vertical-rl;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin: 10px 0 10px 0;
}

.ninnbai-kikan-c-wrap {
  margin: 30px 10px 30px 10px;
}

.ninnbai-kikan-c01 {
  max-width: 650px;
  display: flex;
  align-items: stretch;
  justify-content: center;
  position: relative;
}

.ninnbai-kikan-c01 > div:nth-child(1){
  display: flex;
  justify-content: center;
  background: #dbd073;
  width: 3em;
}

#ninnbai-kikan-c01-02 {
  background-color: #eddd53;
}

#ninnbai-kikan-c01-03 {
  background-color: #EF5401;
}

#ninnbai-kikan-c01-04 {
  background-color: #FF1100;
}

.ninnbai-kikan-c01 span {
  color: #fff;
  font-weight: bold;
  writing-mode: vertical-rl;
  text-align: center;
  text-shadow: #746d34 1.5px 1.5px 0;
  font-size: 20px;
  padding: 10px 0 10px 0;
} 

.ninnbai-kikan-c01 > div:nth-child(2) {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  margin-left: 1em;
  border-bottom: solid 3px #cccccc;
  padding: 10px 0 30px 0;
  text-align: center;
  background-color: #fff;
}

.ninnbai-kikan-c01 p {
  margin: 0 0 10px 0;
  text-align: center;
  font-size: large;
  font-weight: bold;
}

.ninnbai-kikan-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.7em;
  height: 1.7em;
  color: #fff;
  font-size: 22px;
  background-color: #ee0000;
  border-radius: 50%;
  line-height: 1.2em;
  position: absolute;
  bottom: -12%;
  left: 50%;
}

.ninnbai-kikan-shikyuu {
  width: fit-content;
   margin: 0 0 10px auto;
   padding: 10px;
   background-color: #ffcece;
   border: solid 10px #f5f5f5;
}

.ninnbai-kikan-shikyuu div:nth-child(1) {
  background-color: #ff3d3d;
  color: #fff;
  text-align: center;
  font-size: large;
  font-weight: bold;
  padding: 5px;
}

.ninnbai-kikan-shikyuu div:nth-child(2) {
  padding: 5px;
}

.ninnbai-kikan-arow-kigen {
  display: flex;
  align-items: center;
  width: 98%;
  background-color: #ff0000;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  padding: 0 0 0 2.5em;
  position: relative;
  clip-path: polygon(0% 0%, 97% 0%, 100% 50%, 97% 100%, 0% 100%);
  margin: auto;
}

.ninnbai-kikan-arow-kigen p {
  margin: 5px;
}

.ninnbai-kikan-arow-kigen span {
  color: #fffb00;
}

.ninnbai-kikan-arow-kigen-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 10px;
  color: #ff0000;
  background-color: #fff;
  width: 1.2em;
  height: 1.2em;
  border-radius: 50%;
  font-size: 32px;
  font-weight: bolder;
  transform: rotate(20deg);
}

#ninnbai-kikan-c01-rakusatu {
  opacity: 0;
}

.ninnbai-kikan-rakusatu-wrap {
  max-width: 650px;
  margin: 30px 10px 30px 3em;
}

.ninnbai-kikan-rakusatu {
  max-width: 200px;
   margin: auto;
   padding: 2px;
   background-color: #ffcece;
   border: solid 2px #ff3d3d;
   position: relative;
}

.ninnbai-kikan-rakusatu div:nth-child(1) {
  background-color: #ff3d3d;
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  padding: 10px 5px;
}

.burst-12-wrap {
  position: absolute;
  bottom: 0;
  left: 80%;
}

#burst-12 {
  background: #ffb000;
  width: 60px;
  height: 60px;
  position: relative;
  text-align: center;
}
#burst-12:before,
#burst-12:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 60px;
  width: 60px;
  background: #ffb000;
}
#burst-12:before {
  transform: rotate(30deg);
}
#burst-12:after {
  transform: rotate(60deg);
}

#burst-12 span {
 color: #1f1f1f;
 font-size: 13px;
 font-weight: bolder;
 text-align: center;
 text-shadow: #fff 1px 1px 0;
 position: absolute;
 top: 14%;
 left: 0;
 z-index: 10;
}

.ninnbai-m-wrap {
  padding: 2px;
}

.ninnbai-m-wrap span {
  display: inline-block;
  width: 2em;
  background: rgba(240, 240, 240, 10.01);
	background: linear-gradient(0deg, rgba(240, 240, 240, 1) 0%, rgb(94, 230, 219) 50%, rgba(255, 255, 255, 1) 100%);
  border-radius: 0 5px 5px 0;
  text-align: center;
  padding: 5px;
}

.ninnbai-m-wrap div:nth-child(1) {
  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 1px #cccccc;
}

.right-h2-title-wrap-0 {
  margin-top: 20px;
  margin-bottom: 0;
}

.ninnbai-txt-box {
  border: solid 1px #cccccc;
}

.under-box-ninnbai {
  margin: 20px 10px 10px auto;
}

.under-box-ninnbai h4{
  text-align: center;
}

.ninnbai-txt-box-s01 {
  display: inline-block;
  background-color: gray;
  border: solid 2px gray;
  border-radius: 7px 0 0 7px;
  color: #fff;
  font-weight: bolder;
  width: 2em;
  text-align: center;
  margin-bottom: 0.3em;
}

.ninnbai-txt-box-s011 {
  display: inline-block;
  background-color: #fff;
  border: solid 2px gray;
  border-radius: 0 7px 7px 0;
  color: #1f1f1f;
  font-weight: bolder;
  width: 5em;
  text-align: center;
}

.ninnbai-txt-box-s02 {
  display: inline-block;
  background-color: #ff5959;
  border: solid 2px #ff5959;
  border-radius: 7px 0 0 7px;
  color: #fff;
  font-weight: bolder;
  width: 2em;
  text-align: center;
  margin-bottom: 0.3em;
}

.ninnbai-txt-box-s021 {
  display: inline-block;
  background-color: #fff;
  border: solid 2px #ff5959;
  border-radius: 0 7px 7px 0;
  color: #1f1f1f;
  font-weight: bolder;
  width: 5em;
  text-align: center;
}

.ninnbai-txt-box-c {
  padding: 1.2em;
}

.ninnbai-table-wrap {
  width: 100%;
}

.ninnbai-table-wrap table {
  width: 90%;
  margin: auto;
  border: solid 2px #cccccc;
  border-collapse: collapse;
  text-align: center;
}

.ninnbai-table-wrap td {
  padding: 0;
  border: solid 1px #cccccc;
}

.ninnbai-table-wrap tr:nth-of-type(odd) {
  background-color: #cccccc;
}

.ninnbai-table-wrap tr:nth-of-type(odd) td:nth-of-type(2) {
  background-color: #ffdddd;
}

.ninnbai-table-wrap tr:nth-of-type(1) td:nth-of-type(1),
.ninnbai-table-wrap tr:nth-of-type(even) {
  background-color: #ffffff;
}

.ninnbai-table-wrap tr:nth-of-type(1) td:nth-of-type(2) {
  background-color: #ff8c8c;
  color: #ffffff;
}

.ninnbai-table-wrap tr:nth-of-type(1) td:nth-of-type(3) {
  background-color: #888888;
  color: #ffffff;
}

.ninnbai-txt-box-hiyou p {
  width: 90%;
  padding: 0;
  margin: auto;
  font-size: 24px;
  font-weight: bolder;
  color: #2389dc;
  text-shadow: #979797 1.5px 1.5px 2px;
}

.zero-l {
  font-size: 52px;
  color: #ee0034;
}

.enn-l {
  color: #ee0034;
}

.ninnbai-txt-box-hiyou > div {
  width: 90%;
  margin: auto;
}

.ninnbai-txt-box-hiyou ul {
  list-style-type: "※";
  font-size: 0.9em;
  color: #ee0000;
  width: 90%;
  margin: 1em auto;
}

/*ninnbai END*/

/*company*/
.company-kaisyagaiyou-wrap {
  max-width: 750px;
  margin-left: 10px;
}

.company-kaisyagaiyou-wrap table {
  border-collapse: collapse;
  border: solid 1px #cccccc;
  width: 100%;
}

.company-kaisyagaiyou-wrap td {
  border: solid 1px #cccccc;
  background-color: #fdfeff;
  padding-left: 1em;
}

.company-kaisyagaiyou-wrap td:first-child {
  background-color: #deeffe;
}

.company-zimusyo-wrap {
  max-width: 750px;
  margin: 20px 0 20px 10px;
  background-color: #cccccc;
  border-radius: 10px;
}

.company-zimusyo-title-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  color: #1f1f1f;
  font-weight: bold;
  width: 100%;
  padding: 10px;
}

.company-zimusyo-title-wrap div:nth-of-type(2) {
  overflow-wrap: break-word;

}

.zimsyo-border {
  width: calc(100% - 17em);
  border: solid 2px rgba(192, 192, 192, 0.7);
  box-shadow: #fff 0 1px 2px;
  margin: 0 10px 0 1em;
}

.company-zimusyo-wrap span {
  color: #1f1f1f;
  font-weight: bold;
  padding-top: 4px;
  margin-right: 10px;
}

.company-zimusyo-photo-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-evenly;
  padding: 0 10px 10px 10px;
  
}

.company-zimusyo-photo-wrap img {
  width: 100%;
}

.company-txt-box {
  max-width: 750px;
  background-color: #efefef;
}

.company-txt-box ul {
  width: 100%;
  list-style-type: disc;
  list-style-position: inside;
  padding: 20px 0 20px 20px;
}

.google-map-toukaifudousan {
    position: relative;
    width: 100%;
    padding-top: 75%;
    /* 4:3のアスペクト比 */
    height: 0;
}

.google-map-toukaifudousan iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.company-map-box {
  position: relative;
}

.company-map-mark ul {
  list-style-type: none;
  margin-left: 70px;
  padding-top: 10px;
  font-size: large;
  font-weight: bold;
  text-shadow: #fff 1.5px 1.5px 0;
  color: #525252;
}

.company-map-mark li:first-child {
  list-style-type: "住所：";
  color: #00275f;
}

.company-map-mark {
  width: 300px;
  height: 260px;
  background-color: #fff;
  clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 35% 75%, 0% 95%, 15% 75%, 0% 75%);
}

.company-map-mark-shadow {
  position: absolute;
  top: 1%;
  left: 50%;
  filter: drop-shadow(5px 5px 3px rgba(0, 0, 0, .6));
}

.company-map-mark-d01 {
  position: relative;
}

.company-map-mark-img {
  position: absolute;
  top: 80%;
  left: 55%;
  width: 120px;
  z-index: -1;
}

.company-map-mark-img img {
  width: 100%;
}

.company-map-mark-txt {
  font-size: 14px;
  font-weight: bold;
  position: absolute;
  bottom: -100%;
  left: 4%;
  color: #323232;
}
/*company END*/

/*sellconsultation*/

.sellcon-r-img-wrap img {
  width: 100%;
  margin: auto;
}

.sellcon-txt-box {
  border: none;
}

.sellcon-txt-box p {
  padding: 1em;
}

.sellcon-txt-box span {
  color: #ff0000;
}

.sellcon-txt-box p:nth-of-type(2) {
  font-size: 13px;
}

.sellcon-tel {
  border-bottom: solid 2px #cccccc;
}

.sellcon-tel span,
.sellcon-tel + div span {
  color: #2389dc;
  font-weight: bold;
}

.pdf-link-box {
  max-width: 240px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  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 1px #cccccc;
  margin: 10px 0 10px 10px;
}

#material-symbols-outlined-pdf {
  color: #eb0000;
  font-size: 52px;
  padding: 5px;
}

.pdf-link-box div:nth-of-type(3),
.pdf-link-box div:nth-of-type(2) span,
.pdf-link-box div:nth-of-type(2) {
  color: #323232;
  text-align: center;
  font-weight: bold;
}

.pdf-link-box div:nth-of-type(2) span {
  font-size: 14px;
  margin-right: 10px;
}

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

.sellcon-txt-box a:hover {
  cursor: pointer;
}

.sellcon-txt-box ul {
  width: 95%;
  list-style-type: "※";
  padding: 20px 10px 20px 30px;
}

.sellcon-txt-box li {
  margin-bottom: 1em;
}

.sellcon-txt-box li a {
  color: #2389dc;
  text-decoration: underline;
}

.ssl-link-box-wrap {
  max-width: 750px;
  margin-left: 10px;
}

.ssl-link-box {
  max-width: 210px;
  display: flex;
  align-items: center;
  padding: 5px;
  background-color: #00b73d;
  color: #fff;
  font-weight: bold;
  margin: 10px auto;
}

.ssl-link-box div:first-child {
  width: 60px;
  height: 60px;
  border: solid 4px #fff;
  border-radius: 50%;
  text-align: center;
  margin: 5px;
}

#material-symbols-outlined-ssl {
  font-size: 48px;
  color: gold;
}

.under-box-sellcon {
  display: none;
}

.sellcon-ifram-wrap {
  border: none;
}
/*sellconsultation END*/

/*form_tyuukai*/
.form_tyuukai-txt-box p {
  margin: 0;
}

.form_tyuukai-txt-box ul {
  display: block;
  width: 93%;
  list-style-type: decimal;
  font-size: 13px;
  padding: 0 10px 0 20px;
  margin: auto;
}

.form_tyuukai-txt-box li {
  margin-bottom: 0;
}

.form_tyuukai-txt-box p:last-child {
  font-size: 13px;
}

/*form_tyuukai END*/

/* custom_temp_inquiry_form */
.inquiry_form-ul-wrap {
  max-width: 750px;
  margin-left: 10px;
}

.inquiry_form-ul-wrap li {
  list-style-type: "※";
  margin-left: 30px;
  padding: 1em 1em 1em 0;
  word-break: break-all;
  font-feature-settings: "palt" 1;
}

.inquiry_form-ul-wrap div {
  border-bottom: solid 1.5px #cccccc;
}

#inquiry_form-div01 li {
  list-style-type: none;
  color: #ff0000;
  margin-bottom: 0;
  padding-bottom: 0;
}

.inquiry_form-ul-wrap div:last-child,
#inquiry_form-div01 {
  border-bottom: 0 ;
}

.inquiry_form-ul-wrap div:nth-child(2) li {
  padding-top: 0;
}

.inquiry_form-ul02 li {
  list-style-type: decimal;
  padding: 0 1em 0 0;
  margin-left: 50px;
}

.inquiry_form-ul02 + ul + ul li {
	margin-top: -1em;
}

/* custom_temp_inquiry_form END */

  .otoiawase-box {
    max-width: 750px;
    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: 750px;
    overflow: auto;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	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;
}

  /* 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: 687px), (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;
}
/*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*/

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