@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/* topimage-css */
.topimage-css-wrap {
	width: fit-content;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin: auto;
}

/* 飾り枠 */
.topimage-css-l-wrap {
	position: relative;
	margin-top: 30px;
	padding-left: 30px;
}

.topimage-css-l-wrap::before,
.topimage-css-l-wrap::after
 {
  content: '';
  position: absolute;
  width: 250px; /* 線（括弧）の幅 */
  height: 150px; /* 線（括弧）の高さ */
}

/* 左上の線 */
.topimage-css-l-wrap::before {
  top: 0;
  left: -15px;
  border-top: 10px solid;
border-image: linear-gradient(to right, rgba(7, 0, 110, 1), rgba(7, 0, 110, 0)) 1;
}

.topimage-css-l-wrap::after {
  top: -15px;
  left: 0;
  border-left: 10px solid;
  border-image: linear-gradient(to bottom, rgba(7, 0, 110, 1), rgba(7, 0, 110, 0)) 1;
}

.topimage-css-r-wrap {
	position: relative;
}

.topimage-css-r-wrap::before,
.topimage-css-r-wrap::after
 {
  content: '';
  position: absolute;
  width: 250px; /* 線（括弧）の幅 */
  height: 150px; /* 線（括弧）の高さ */
}

/* 右下の線 */
.topimage-css-r-wrap::before {
  bottom: 0;
  right: -15px;
  border-bottom: 10px solid;
  border-image: linear-gradient(to left, rgba(7, 0, 110, 1), rgba(7, 0, 110, 0)) 1;
}

.topimage-css-r-wrap::after {
  bottom: -15px;
  right: 0;
  border-right: 10px solid;
  border-image: linear-gradient(to top, rgba(7, 0, 110, 1), rgba(7, 0, 110, 0)) 1;
}
/* 飾り枠　END */

.topimage-css-l-wrap h1 {
	display: block;
	font-family: "Noto Serif JP", serif;
	font-weight: 700;
	color: #010710;
	-webkit-text-stroke: 3px #fff;
  	text-stroke: 3px #fff;
  	paint-order: stroke;
	font-size: 32px;
	font-feature-settings: "palt" 1;
	text-align: center;
	margin-top: 20px;
}

.topimage-css-l-wrap h2 {
	font-family: "Kosugi Maru", sans-serif;
	font-size: 28px;
	font-weight: bold;
	color: #0b3672;
	-webkit-text-stroke: 3px #fff;
  	text-stroke: 3px #fff;
  	paint-order: stroke;
	text-align: center;
	margin: 20px 0 -10px 0;
}

.topimage-circle-area {
	display: flex;
	align-items: center;
	justify-content: center;
}

.soku-txt {
	container-type: inline-size;
	width: 15%;
	margin: 0 2px 0 5px;
}

.soku-txt div {
	font-size: 100cqw;
	font-weight: bold;
	color: #fff700;
	-webkit-text-stroke: 7px #0b3672;
  	text-stroke: 7px #0b3672;
  	paint-order: stroke;
	transform: rotate(-10deg);
}

.topimage-circle03,
.topimage-circle02,
.topimage-circle01 {
	container-type: inline-size;
	width: 15%;
	margin: 2.5px;
}

.topimage-circle01 div {
 width: 100%;
 border-radius: 100%;
 display: flex;
 align-items: center;
 justify-content: center;
 color: #fff;
 border: 3px solid #cccccc;
 background: #07006e;
 background: linear-gradient(0deg, rgba(7, 0, 110, 1) 0%, rgba(9, 9, 121, 1) 46%, rgba(0, 76, 255, 1) 100%);
 text-align:center;
 font-size: 43cqw;
 font-weight: bold;
 box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
}

.topimage-circle01 div:before{
 content: '';
 display: block;
 padding-top: 100%;
}

.topimage-circle02 div {
 width: 100%;
 border-radius: 100%;
 display: flex;
 align-items: center;
 justify-content: center;
 color: #fff;
 border: 3px solid #cccccc;
 background: #00400e;
 background: linear-gradient(0deg, rgba(0, 64, 14, 1) 0%, rgba(5, 150, 31, 1) 46%, rgba(18, 255, 101, 1) 100%);
 text-align:center;
 font-size: 43cqw;
 font-weight: bold;
 box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
}

.topimage-circle02 div:before{
 content: '';
 display: block;
 padding-top: 100%;
}

.topimage-circle03 div {
 width: 100%;
 border-radius: 100%;
 display: flex;
 align-items: center;
 justify-content: center;
 color: #fff;
 border: 3px solid #cccccc;
 background: #c70000;
background: linear-gradient(0deg, rgba(199, 0, 0, 1) 0%, rgba(255, 8, 8, 1) 46%, rgba(255, 54, 54, 1) 100%);
 text-align:center;
 font-size: 43cqw;
 font-weight: bold;
 box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
}

.topimage-circle03 div:before{
 content: '';
 display: block;
 padding-top: 100%;
}

.topimage-circle-area div:nth-of-type(5) {
	font-family: "Kosugi Maru", sans-serif;
	font-feature-settings: "palt" 1;
	font-size: 24px;
	font-weight: bold;
	color: #0b3672;
	-webkit-text-stroke: 3px #fff;
  	text-stroke: 3px #fff;
  	paint-order: stroke;
	white-space: nowrap;
}

.topimage-css-r-wrap {
	max-width: 450px;
	margin-top: 30px;
}

.topimage-css-r-wrap img {
	max-width: 100%;
	height: auto;
}
/* topimage-css END*/

/* Form_area */
.screen-reader-response p,
.screen-reader-response ul
{
    margin: 0;
}

.forme-area-wrap {
    max-width: 1920px;
    background-color: #f5f5f5;
    margin: 50px auto;
    border-top: double 10px #1850A1;
    position: relative;
}

.zisseki_link_box {
  width: fit-content;
  background-color: #fff;
  border: solid 7px #1850A1;
  border-radius: 10px;
  font-size: 22px;
  font-weight: bolder;
  color: #1850A1;
  padding: 0 10px;
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  vertical-align: middle;
  line-height: 1.25em;
  z-index: 3;
}

.zisseki_link_box:hover {
  cursor: pointer;
  background: #00aceb;
  background: linear-gradient(180deg, rgba(0, 172, 235, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(0, 167, 209, 1) 100%);
}

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

.key_word {
	text-align: center;
	color: #f5f5f5;
	font-size: 0.5vw;
	margin: 0;
	padding: 0;
}

.left-text_wrap h1,
.left-text_wrap h2 {
  text-align: center;
  text-shadow: 0px 0px 5px #007FFF;
}

.left-text_wrap h1 {
  font-size: 32px;
  color: #0b3672;
  margin-top: 70px;
}

.left-text_wrap h2 {
  font-size: 18px;
  color: #305D3C;
}

.forme_area_text_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.forme_area_text_box div:nth-of-type(2) {
  max-width: 250px;
}

.forme_area_text_box div:nth-of-type(1) {
  max-width: 550px;
  background-color: #2589d0;
  border-radius: 5px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  margin: 50px 30px 50px 30px;
  padding: 2em;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
}

.forme_area_text_box div img {
	max-width: 100%;
	height: auto;
}

.list_check {
	list-style: none;
}

.list_check > li {
	position: relative;
	padding: 0px 0px 0px 2em;
	margin: 0px;
	font-size: 1em;
}
.list_check > li::before,
.list_check > li::after {
	position: absolute;
	top: 50%;
	height: 1em;
	content: "";
}
.list_check > li::before {
	left: 0px;
	transform: translateY(-50%);
	width: 1em;
	border: 3px solid #ffffff;
}
.list_check > li::after {
	left: 0.5em;
	transform: translateY(-75%) rotate(45deg);
	width: 0.5em;
	border-bottom: 4px solid #dd3333;
	border-right: 4px solid #dd3333;
}

.list_check > li + li {
	margin: 1em 0px 0px;
}

.right-forme {
  width: fit-content;
  margin: 70px 0;
  position: relative;
}

/*円と文字*/
.circle-pop div{
 max-width: 110px;
 border-radius: 100%;
 display: flex;
 justify-content: center;
 align-items: center;
 color: #fff;
 background-color: #2589d0;
 border: solid 5px #1850A1;
 text-align: center;
 font-size: 18px;
 font-weight: bold;
 padding: 5px;
 box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
 position: absolute;
 top: -30px;
 right: -5%;
}

.circle-pop div:before{
 content: '';
 display: block;
 padding-top: 100%;
}
/*円と文字 END*/

/* Form_area END */

/* contact form7 追加css */
.form-wrap {
    max-width: 420px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #0CA6C2;
	background: linear-gradient(90deg, rgba(12, 166, 194, 1) 0%, rgba(204, 241, 255, 1) 50%, rgba(12, 166, 194, 1) 100%);
    border: 10px outset #2589d0;
	border-radius: 3px;
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
	margin: auto;
}

.form-wrap h3 {
	font-family: "Kosugi Maru", sans-serif;
	font-size: 17.5px;
    color: darkslategrey;
    text-shadow: 2px 2px 0 #fff;
	border-bottom: none;
	margin-top: 20px;
	margin-bottom: 20px;
}

.form-wrap label {
    max-width: 420px;
   color: darkslategrey;
   font-weight: 700;
   font-feature-settings: "palt" 1;
}

.form-wrap p {
	margin-bottom: 0 !important;
}

.wpcf7-validates-as-required {
	border-radius: 5px;
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
	margin-bottom: 20px;
}

.hissu {
    background: #ff0000;
	background: linear-gradient(0deg, rgba(255, 0, 0, 1) 0%, rgba(250, 121, 0, 1) 50%, rgba(255, 0, 0, 1) 100%);
    color: #fff;
    font-weight: 600;
    border-radius: 5px;
    padding: 3px;
    margin-left: 5px;
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
}


P:has(.wpcf7-form-control-wrap) {
    margin-top: 10px;
}

.form-wrap div {
    margin-top: 0;
	padding: 0 2em 0 2em;
}

.wpcf7-text {
	display: block;
	width: 90%;
    height: 2.5em;
	background-color: #fdfdfd;
	margin: 0 auto 1.5em auto;
}

.form-select {
    width: 200px;
    height: 3em;
	background-color: #fdfdfd;
}

.wpcf7-response-output {
	background-color: #fdfdfd;
	max-width: 420px;
	margin: auto;
	text-align: center;
}

.wpcf7-submit {
	display: block;
    width: 200px ;
	background: #0c52c2 !important;
	background: linear-gradient(0deg, rgba(12, 82, 194, 1) 0%, rgba(0, 225, 250, 1) 50%, rgba(12, 82, 194, 1) 100%) !important;
	border:0;
    border-radius: 10px;
	color:#fff;
	font-size:1.2em;
	font-weight:bold;
    padding: 0.5em;
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
}

.form-wrap p {
	margin-top: 10px;
	margin-bottom: 10px;
}

.wpcf7-list-item {
	margin: 0;
}

.bikouran_label {
	margin-left: 10px;
}

.wpcf7-textarea {
	display: block;
	width: 98%;
	height: 5em;
	margin: 0 auto;
}

.syounin-box-wrap {
	margin: 20px auto 10px auto !important;
}

.syounin-box {
	transform: scale(1.5);
	text-align: center;
	vertical-align: -1px;
	margin-right: 5px;
}
/* contact form7 追加css END */

/* footer banner */
.footer_banner_wrap {
	max-width: 1920px;
	margin: auto;
}

.img_banner {
	max-width: 300px;
}

.footer_banner_wrap_c {
	max-width: 1000px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-evenly;
	margin: 10px auto;
}
/* footer banner END */

/* front-page */
.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-l.png);
}

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

/* Themeflection 追加css */
#tf-stat-608 {
	padding: 0;
	background-color: transparent !important;
}

.statistics-inner {
	display: flex !important;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-evenly;
	padding: 0;	
}

.statistics-inner div {
	width: 180px;
	height: 180px;
	border: solid 2px #cccccc;
	border-radius: 100%;
	background: #e3f5ff;
	background: linear-gradient(0deg, rgba(227, 245, 255, 1) 0%, rgba(245, 252, 255, 1) 50%, rgba(252, 254, 255, 1) 100%);
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
}

.statistics-inner div span:nth-of-type(1) {
	margin-top: 10px;
}

.statistics-inner div span:nth-of-type(2) {
	margin-bottom: 0px;
	font-weight: bold;
}

.count-title {
	font-weight: 520;
}

.number {
	padding-left: 0.5em;
}

.number::after {
	content: "件";
	color: #333333;
	font-size: 0.7em;
	padding-left: 0.1em;
	vertical-align: 0.1em;
}

/* Themeflection 追加css END*/

.top-link-banner {
	max-width: 1920px;
	background-color: #007FFF;
	text-align: center;
	margin: 0 auto 10px auto;
	padding: 10px;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
}

.top-link-banner a {
	color: #fff;
	font-size: larger;
	font-weight: bold;
	animation: flash 1.5s linear infinite;
}

@keyframes flash {
  0%,25%,50%,80%,100%{
    opacity: 1;
  }
  35%{
    opacity: 0;
  }
  65%{
    opacity: 0;
  }
}

.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;
	list-style-type: disc;
	font-feature-settings: "palt" 1;
  }

  .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;
	font-feature-settings: "palt" 1;
  }

 .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;
	font-feature-settings: "palt" 1;
  }

    .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;
	font-feature-settings: "palt" 1;
  }

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

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

  /* 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: 3em;
	}
	
	.right-img {
		width: 50%;
    margin-right: 5px;
  }
	
	.right-txt-ul li {
		font-size: smaller;
		list-style-position: inside;
	}
	
	.right-h2-title {
		padding-left: 3px;
	}
	
	.right01-link h3,
	.right02-link h3,
	.right03-link h3 {
		font-size: 13px;
	}
	
	.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;
  }
	
	.fax-wrap h4,
	.forme-wrap h4 {
    padding: 2px;
	}

	.fax-wrap h4:hover,
	.forme-wrap h4:hover {
    padding: 2px;
	}
  /* トップ入力フォームエリア */
  .right-forme {
    width: 99%;
  }
		
	.left-text_wrap h2 {
	font-size: 16px;
	}
	
	.circle-pop div{
	 position: absolute;
 	 top: -50px;
 	 right: 0;
}
	
	.form-wrap h3 {
		width: fit-content;
		display: block;
		position: absolute;
		top: 27px;
		right: 0;
  		left: 0;
 		margin: 0 auto;
		z-index: 100;
		font-size: 15.5px;
	}
	
	.label-first {
		display: inline-block;
		margin-top: 50px;
	}
  /* トップ入力フォームエリア END */
}
/* 追加メディクリ END*/
/* front-page END */