@charset "shift_jis";

/*-----------------------------------------------
	編集可能なファイルです。
-----------------------------------------------*/

h2.cms_h2 {
	margin: 0% 0 5% 0;
	position: relative;
	padding-bottom: 0.5em;
	border-bottom: 4px solid #DDD;
	font-size:5vw;
	line-height:1.5em;
	font-weight: bold;
}
h2.cms_h2:after {
	position: absolute;
	content: ' ';
	border-bottom: solid 4px #0368b8;
	bottom: -4px;
	width: 13%;
	display: block;
	left: 0px;
}
/*タブ切り替え全体のスタイル*/
.tabs {
  margin-top:3em;
  margin: 0 auto;}

/*タブのスタイル*/
.tab_item {
  width: auto !important;
  border-bottom: 3px solid #5ab4bd;
  background-color: #d9d9d9;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}
.tab_item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="SfItemVals[145]"] {
  display: none;
}


/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  clear: both;
  overflow: hidden;
}


/*選択されているタブのコンテンツのみを表示*/
#mansion:checked ~ #mansion_content,
#kodate:checked ~ #kodate_content,
#tochi:checked ~ #tochi_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #3c8bca;
  color: #fff;
}


.cms_topic_tag a{
	color: #65b820!important;
	border: 1px solid #65b820;
	font-size: 3vw;
	text-decoration: none!important;
	margin: 1%;
	padding: 1% 2%;
	border-radius: 8px;
	display: inline-block;
	font-weight: bold;
	background-color: #FFF;
}

/**CMS PAN**/
.breadcrumbs {
    width: 100%;
    padding: 5px 0;
    margin-bottom: 5px;
}
.breadcrumbs ul {
    font-size: 13px;
    color: #999;
    width: auto;
    overflow-x: auto;
    white-space: nowrap;
}
.breadcrumbs ul li {
    margin: 0 10px 0 0;
    font-size: 13px;
    display: inline-block;
    line-height: 15px;
}
.breadcrumbs ul li:first-child::before {
	display: none;
}
.breadcrumbs ul li::before {
	padding: 0 10px 0 0;
	content: "\03e";
	font-size: 14px;
	color: #333;
}
.breadcrumbs ul li a {
	display: inline;
	font-weight: normal;
	color: #555;
}



.app_sho_overview{
	border-radius: 10px;
	font-size: 16px;
	width: 90%;
	max-width: 800px;
	margin: 4em auto;
	padding: 2em;
	box-sizing: border-box;
	line-height: 1.7em;
	background-color: #eeeeee;
	position: relative;
	display: block;
	h3{
		background: unset !important;
		padding: 0 !important;
		color: #333333;
		font-size: 20px;
		margin-bottom: 3em !important;
	}
}

.app_sho_overview:before {
    content: 'SELL INSIGHT';
    display: block;
    position: absolute;
    top: -14px;
    left: 3%;
    font-size: 30px;
    color: #0368b8;
    font-weight: bold;
}



/*-----------------------------------------------
	取引実績
-----------------------------------------------*/

.jisseki_wrap{
	margin-bottom:30px;
}
.jisseki_wrap table{
	border-collapse: collapse;
	width:100%;
	font-family: 'Arial','游ゴシック',YuGothic,'ヒラギノ角ゴ Pro','Hiragino Kaku Gothic Pro','メイリオ','Meiryo', sans-serif;
	font-weight:bold;
}
.jisseki_wrap table tr{
}
.jisseki_wrap table tr:nth-child(1) {
	background-color:#eee;
	color:#333;
	font-weight:bold;
}
.jisseki_wrap table tr:nth-child(1) th{
	font-size:3.6vw;
	padding:2%;
	text-align:center;
}
.jisseki_wrap table tr th, .jisseki_wrap table tr td{
	border: 1px solid #ccc;
	padding:3% 2%;
	font-size:3.2vw;
	font-weight:bold;
}
.jisseki_wrap table tr td span{
	display: inline-block;
}
.jisseki_wrap table tr td span label{
	font-size:3vw;
	color:#fff;
	background-color:#e74c3c;
	padding:3px 5px;
	margin-right:6px;
}
.jisseki_wrap table tr td span p{
	margin:0;
}


/*-----------------------------------------------
	取引実績 詳細
-----------------------------------------------*/

.app_sho_wrap h3 {
	background: #eee;
	padding: 10px 3%;
	margin: 20px auto;
	width: 100%;
	font-size: 4.5vw;
	font-weight: bold;
}

.app_sho_main {
 border: 1px solid #ccc;
 border-radius: 5px;
 padding: 15px 4%;
 width: 88%;
 margin: 0 auto 15px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.app_sho_main > p {
 margin: 0 0 15px;
}


.app_sho_main > img {
 border-radius: 5px;
}


.app_sho_detail {
 background: #eee;
 padding: 20px;
 border-radius: 5px;
    width: 100%;
}


.app_sho_detail li {
 display: flex;
 align-items: center;
 margin: 0 0 10px;
}

.app_sho_detail li:last-child {
 margin-bottom: 0px;
}

.app_sho_detail li p {
 margin: 0 0 0 3%;
 font-weight: bold;
 font-size: 16px;
}

.app_sho_name:not(:empty) {
 color: #80bac4;
 font-weight: bold;
 padding: 0 1%;
}

.app_sho_detail li span {
 background: #0368b8;
 color: #FFF;
 padding: 4px 2%;
 border-radius: 5px;
 display: inline-block;
 width: 17%;
 text-align: center;
 font-size: 12px;
}

.app_sho_subtxt {
 text-align: left;
 font-size: 14px;
 margin: 0 auto;
 line-height: normal;
 padding: 10px 4%;
 border-radius: 5px;
 width: 88%;
}

.app_sho_subtxt br {
 display: none;
}

.app_sho_wrap > a {
 text-decoration: none !important;
 color: #fff !important;
 background: #FF3600;
 border-radius: 5px;
 display: block;
 text-align: center;
 margin: 30px auto;
 padding: 12px 0;
 font-size: 18px;
 font-weight: bold;
 width: 96%;
 margin: 15px auto 0;
}

.app_sho_wrap > a:hover {
 background: #e83016;
}

.app_sho_plan {
}
.app_sho_plan_h3 {
    line-height: normal;
    font-size: 18px !important;
    font-weight: bold !important;
    text-align: center !important;
}
.app_sho_plan ul {
}

.app_sho_plan_row {
	width: 80%;
	margin: 0 auto 20px;
	padding: 20px;
	box-sizing: border-box;
	border: 3px solid #0368b8;
	border-radius: 15px;
	background: #4286c9;
}
.app_sho_plan_row:nth-child(2) {
	border: 3px solid #ff3600;
	background: #ff3600;
}
.app_sho_plan_row:nth-child(3) {
	border: 3px solid #06C755;
	background: #06C755;
}

.app_sho_plan_row > a{
	text-decoration: none !important;
	color: #fff !important;
}

.app_sho_plan_row p{
	font-size: 3.5vw;
	line-height: 1.5em;
	margin: 0;
}

.app_sho_plan_tl p {
    margin: 0;
    font-size: 4vw;
    font-weight: bold;
    line-height: normal;
    text-align: center;
    /* display: flex; */
    /* flex-wrap: wrap; */
    /* justify-content: center; */
}
.app_sho_plan_tl span {
    margin-right: 5px;
    font-size: 15px;
    text-align: center;
    /* width: 100%; */
    /* display: block; */

}
.app_sho_plan_tl2 {
    font-size: 7vw;
    font-weight: bold;
    text-align: center;
    line-height: 2em;

}
.app_sho_mainimg{
	margin: 1em auto;
	width: 96%;
}

.app_sho_plan_row>p {
	font-size: 3.5vw;
	/* line-height: 26px; */
	margin: 1em 0 0 0;
	border-top: 1px solid #ccc;
	padding-top: 1em;
}

/* vo_de_tag
---------------------------------------- */
.vo_de_tag {
	width: 96%;
	margin: 30px auto 0;
	padding: 15px 3%;
	background: #DCE8F2;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.vo_de_tag_ttl {
	border-bottom: 1px solid #111;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.vo_de_tag_ttl p {
	font-weight: bold;
}
.vo_de_tag_li p {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
}
.vo_de_tag_li label.cms_topic_tag {
	padding: 3px;
	background-color: transparent !important;
}
.vo_de_tag_li label.cms_topic_tag a {
	display: block;
	padding: 8px 13px;
	border: 1px solid #333 !important;
	color: #333 !important;
	background: #fff;
	font-weight: bold;
	margin:0;
	text-decoration:none;
	font-size:3.5vw;
}
/* ----------------
 コラムパック用css_start
------------------ */
/* ------パンくず------ */
.pankuzu {
	overflow: hidden;
	padding: 5px 5%;
	font-size: 3vw;
}
.pankuzu>div {
	float: left;
	margin-right: 10px;

}

.pankuzu a {
	color: #32bbcf;
	margin-right: 10px;
}
.pankuzu>div:after {
  	content: ' > ';
  	color: 000;
}
.pankuzu>div:last-child::after {
  	content: '';
}
.pankuzu a:hover {
	text-decoration: underline;
	color: #2899fb;
}
.column_conts_wrap .pankuzu {
	width: 100%;
	margin:10px auto 20px auto;
	padding: 5px 0;
}
/*---list---*/
.column_list {
	width: 70%;
	margin: 0px auto;
}
.column_list_subject {
	width: 100%;
}
.column_list_subject>h2 {
	border-bottom: solid 3px #32bbcf;
	padding-bottom: 20px;
	font-size: 4.5vw;
}
.column_list_subject a:hover .ttl {
	color: #008dd0;
}
.column_list_item .exp {
	font-size: 3.5vw;
	line-height: 22px;
	color: #999;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	height: 66px;
	overflow: hidden;
	margin-bottom: 5px;
}
/*
.column_list_subject li>a:hover label {
	background: #2c3f50;
	color: #fff;
}
*/
.column_list_subject>a {
	pointer-events: none;
}
.grouppaging {
	/*padding-bottom: 50px;*/
	display: flex;
	justify-content: center;
	font-family: 'Century Gothic', 'Arial';
}
.grouppaging span,
.grouppaging a {
	font-weight: normal;
}
/* -----タグ一覧------- */
.col_li_tag {
	background: #eee;
	width: 100%;
	margin: 15px 0;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.col_li_tag ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
}
.col_li_tag li {
	padding: 3px;
}
.col_li_tag a {
	display: inline-block;
	border: 1px solid #878787;
	background: #fff;
	color: #333;
	border-radius: 3px;
	font-size: 3vw;
	padding: 7px 15px;
	font-weight: bold;
	text-decoration: none;
}
.col_li_tag a:hover {
	background: #eeeeee;
}
.col_li_tag_ti p {
	font-size: 3.5vw;
	font-weight: bold;
	border-bottom: solid 1px #000;
	padding: 0 0 10px 0px;
}
.column_list_subject .col_item_theme {
	position: absolute;
	top: 4px;
	left: 2px;
	padding: 0;
	background-color: unset;
	border: 0;
}
.column_list_subject .col ul li:hover .col_item_theme {
	background-color: unset;
	color: #000;
}
.col_item_theme p {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	padding: 0 !important;
	width: auto !important;
	height: auto !important;
	background: inherit !important;
	margin: 0;
}
.col_item_theme .cms_topic_tag {
	background-color: #FFFFFF;
	border: 1px solid #333333;
	padding: 5px;
	margin: 0 2px 2px 2px;
	line-height: 12px;
	font-size: 3vw;
	font-weight: bold;
	display: inline-block;
}
/*---/list---*/
/*---detail---*/
.column_detail {
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
}
.column_detail table {
	max-width: 100% !important;
	border-collapse: collapse;
}
.column_detail table th {
        font-size: 3.5vw !important;
        font-weight: bold !important;
        line-height: 1.5em !important;
        border: solid 1px #898989 !important;
        padding: 0.5em;
        background-color: #e7e7e7;
        min-width: 8em;
}

.column_detail table td {
        font-size: 3.5vw !important;
        font-weight: normal !important;
        line-height: 1.5em !important;
        border: solid 1px #898989 !important;
        padding: 1em;
}
.column_detail_subject {
	width: 96%;
	margin: 3em auto;
	box-sizing: border-box;
}
.column_title {
	font-size: 4.5vw;
	line-height: 1.5em;
	font-weight: bold;
	background-color: #ccc3;
	padding: 1em;
	margin-bottom: 20px;
	border-radius: 10px;
}

.column_timestamp{
	line-height: 1.5em;
	font-size: 3vw;
	padding-bottom: 1em;
}
.column_timestamp>span{
	color: #32bbcf;
	margin-right: 1em;
	position: rerative;
}
.column_timestamp>span:empty{
	display: none;
}
.column_update:after {
	content: "更新";
	position: absolute;
	padding-left: 1em;
	padding-right: 7em;
	display: contents;
}

.column_det_img {
	width: 100%;
    text-align: center;
	margin: 0 auto;
	padding-bottom: 30px;
}
.column_det_img img {
	width: 100%;
	height: 400px;
	object-fit: cover;
}
.column_det_intro {
	font-size: 3.5vw;
	line-height: 30px;
	padding-bottom: 30px;
}
.column_det_intro:empty {
	padding: 0;
	display: none;
}
.column_det_index {
	background: #eee3;
	padding: 30px 40px;
	display: flex;
	flex-wrap: wrap;
}
.column_det_ttl {
	width: 80px;
	text-align: center;
	border: 1px solid #111;
	background: #fff;
	font-size: 3.5vw;
	font-weight: bold;
	line-height: 40px;
	margin-right: 50px;
	flex-shrink: 0;
}
.column_det_index ol {
	counter-reset: section;
	font-weight: normal;
	font-size: 3.5vw;
	width: 100%;
}
.column_det_index ol li::before {
	counter-increment: section;
	content: counters(section, "-") ". ";
	padding-right: 10px;
}
.column_det_index>ol>li {
	line-height: 20px;
	margin-top: 20px;
	font-weight: bold;
}
.column_det_index ol li a {
	color: #111;
}
.column_det_index ol li a:hover {
	text-decoration: underline;
}
.column_det_index ol ol {
	margin-top: 10px;
}
.column_det_index ol ol li {
	font-size: 3.5vw;
/*
	text-indent: 40px;
*/
	line-height: 2em;
}
.column_det_free {
	font-size: 3.5vw;
	line-height: 1.7em;
	color: #111;
	margin-bottom: 40px;
	p{margin-bottom: 2em;}
	strong{font-weight:bold;}
}
.column_det_free-o h3,
.column_det_free-n h2 {
	font-size: 5vw;
	line-height: 1.5em;
	border-bottom: 5px solid #ddd;
	position: relative;
	padding: 100px 55px 10px 10px;
	margin: -40px 0 20px 0;
	z-index: -1;
}
.column_det_free-o h3::before,
.column_det_free-n h2:before {
	content: "";
	display: block;
	line-height: 0;
	overflow: hidden;
	position: absolute;
	left: 0;
	bottom: -5px;
	width: 50%;
	border-bottom: 5px solid #32bbcf;
}
.column_det_free-o h3::after,
.column_det_free-n h2:after {
	content: '';
	background-image: url(/img/column/det_hakase.png);
	background-repeat: no-repeat;
	background-position: right;
	position: absolute;
	right: 0;
	bottom: -12px;
	width: 60px;
	height: 76px;
}
.column_det_free-o h4,
.column_det_free-n h3 {
        font-size: 4vw;
        line-height: 1.5em;
	font-weight: bold;
	padding: 110px 0 20px 0;
	margin: -60px 0 0 0;
	text-decoration: underline;
        color: #32bbcf;
}
.column_det_free-n h4 {
	background: linear-gradient(transparent 60%, #fff498 50%);
	width: fit-content;
	padding: 0 0.5em;
	margin-bottom: 1em;
	line-height: 1.5em;
	font-size: 4vw;
	font-weight: bold;
}
.column_det_intro .block,
.column_det_free .block {
	border: 3px solid #ff56268f;
	padding: 20px 30px;
	margin: 10px 0;
	background-color: #ffbfb20a;
	color: #5d3937;
	font-weight: bold;
	border-radius: 8px;
	line-height: 22px;
}
.column_det_intro .block span,
.column_det_free .block span {
	color: #333;
	font-weight: bold;
}
.column_det_intro span.bold,
.column_det_free span.bold {
	font-weight: bold;
}
.column_det_intro a,
.column_det_free a {
        color: #2196F3;
        text-decoration: underline;
        font-weight: normal;
}
.column_det_intro a:hover,
.column_det_free a:hover {
	color: #2c3f50;
}
.column_det_intro a.link_relate,
.column_det_free a.link_relate {
	display: block;
	border-radius: 5px;
	border: 1px solid #2799fb;
	color: #2799fb;
	font-weight: bold;
	margin: 10px 0;
	padding: 10px 20px 10px 30px;
	position: relative;
}
.column_det_intro a.link_relate:before,
.column_det_free a.link_relate:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 10px;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 6px;
	height: 6px;
	border-top: 2px solid #008dd0;
	border-right: 2px solid #008dd0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.column_det_intro a.link_relate:hover,
.column_det_free a.link_relate:hover {
	background: #2799fb;
	color: #fff;
}
.column_det_intro a.link_relate:hover:before,
.column_det_free a.link_relate:hover:before {
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}
.column_det_free img {
	margin: 15px 0;
}
.column_det_free .linkblock {
	margin: 20px 0;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	display: flex;
}
.column_det_free .linkblock:hover {
	background: #eee;
}
.column_det_free .linkblock a.linkblock_img {
	padding: 15px;
	width: 200px;
	flex-shrink: 0;
}
.column_det_free .linkblock a.linkblock_img img {
	width: 200px;
	margin: 0;
}
.column_det_free .linkblock_txt {
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	padding: 15px 15px 15px 0;
}
.column_det_free .linkblock_txt span:nth-child(1) {
	color: #111;
	font-size: 4vw;
	display: block;
	padding-bottom: 10px;
}
.column_det_free .linkblock_txt span:nth-child(2) {
	color: #999;
	font-size: 3vw;
	display: block;
	line-height: 1.5;
}
.column_det_free table.table th,
.column_det_free table.table td {
	border: 1px solid #ccc;
	padding: 5px 10px;
}
.column_det_free table.table th {
	font-weight: bold;
	background: #f5f5f5;
}
.jc_pagelink {
	padding: 20px;
	display: block;
	height: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #111;
	position: relative;
}
.jc_pagelink:hover {
	background: #dfebf5;
	color: #2799fb;
}
.jc_pre {
	padding-left: 40px;
}
.jc_next {
	padding-right: 40px;
}
.column_conts {
	width: 1100px;
	margin: 0 auto;
	margin-bottom: 20px;
}
.column_bn {
	text-align: center;
	margin-bottom: 40px;
}
.company_coment {
	font-size: 3.5vw;
	line-height: 30px;
	color: #111;
	margin-bottom: 40px;
	text-align: center;
}
/* ----------------
/コラムパック用css_end
------------------ */
/* -------------------------
コラムテンプレート用追加記述_start
※これを記述することで入稿時の管理画面にもデザインが適用されます。
---------------------------- */
.column_det_mokuji_wrap {
	counter-reset: section;
	font-weight: normal;
	font-size: 3.5vw;
}
.column_det_mokuji_block {
	line-height: 20px;
	margin-top: 20px;
	font-weight: bold;
}
.column_det_mokuji_block_list {
	margin-top: 10px;
	counter-reset: section;
	font-weight: normal;
	font-size: 3.5vw;
}
.column_det_mokuji_block_list>div {
	font-size: 3.5vw;
	text-indent: 40px;
	line-height: 22px;
}



    :root {
      --text: #1a1a1a;
      --text-muted: #666;
      --white: #fff;
      --radius: 14px;
 
      /* 青 */
      --blue: #0368b8;
      --blue-dark: #1d62b8;
      --blue-light: #e8f1fc;
      --blue-mid: #a8c8f5;
 
      /* 赤 */
      --red: #e03a3a;
      --red-dark: #c02828;
      --red-light: #fdeaea;
      --red-mid: #f5a8a8;
 
      /* LINE グリーン */
      --line: #06c755;
      --line-dark: #05a847;
      --line-light: #e6f8ee;
      --line-mid: #a8dfc0;
    }
 
    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
 
 
    /* ===== SECTION ===== */
    .contact-section {
      font-family: 'Noto Sans JP', sans-serif;
      color: var(--text);
      padding: 80px 20px;
    }
 
    .contact-section__inner {
      max-width: 1080px;
      margin: 0 auto;
    }
 
    .contact-section__heading {
      text-align: center;
      margin-bottom: 48px;
    }
 
    .contact-section__label {
      display: inline-block;
      font-size: 12px;
      font-weight: 700;
      letter-spacing: 0.18em;
      text-transform: uppercase;
      color: var(--blue);
      background: var(--blue-light);
      border: 1px solid var(--blue-mid);
      border-radius: 100px;
      padding: 4px 16px;
      margin-bottom: 14px;
    }
 
    .contact-section__title {
      font-size: clamp(24px, 4vw, 36px);
      font-weight: 700;
      line-height: 1.4;
      color: var(--text);
    }
 
    .contact-section__title span {
      color: var(--blue);
    }
 
    /* ===== CARDS ===== */
    .contact-cards {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 20px;
    }
 
    .contact-card {
    background: var(--white);
    border: 3px solid #a4a7ad;
    border-radius: var(--radius);
    padding: 36px 28px 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0;
    transition: box-shadow 0.25s, transform 0.25s, border-color 0.25s;
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    }
 
    .contact-card::before {
      content: '';
      position: absolute;
      top: 0; left: 0; right: 0;
      height: 4px;
      transform: scaleX(0);
      transform-origin: left;
      transition: transform 0.3s ease;
    }
 
    .contact-card:hover {
      transform: translateY(-4px);
    }
 
    .contact-card:hover::before {
      transform: scaleX(1);
    }
 
    /* badge */
    .contact-card__badge {
      font-size: 11px;
      font-weight: 700;
      letter-spacing: 0.12em;
      border-radius: 100px;
      padding: 3px 12px;
      margin-bottom: 18px;
    }
 
    /* icon */
    .contact-card__icon {
      width: 64px;
      height: 64px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 20px;
    }
 
    .contact-card__icon svg {
      width: 30px;
      height: 30px;
      fill: none;
      stroke-width: 1.8;
      stroke-linecap: round;
      stroke-linejoin: round;
    }
 
    /* type */
    .contact-card__type {
      font-size: 13px;
      font-weight: 700;
      letter-spacing: 0.06em;
      margin-bottom: 10px;
    }
 
    /* title */
    .contact-card__title {
	font-size: 18px !important;
	font-weight: 700;
	padding: 0!important;
	line-height: 1.4;
	margin-bottom: 16px !important;
	background: unset !important;
	color: var(--text);
    }
 
    /* desc */
    .contact-card__desc {
      font-size: 13px;
      line-height: 1.75;
      color: var(--text-muted);
      flex: 1;
      margin-bottom: 28px;
    }
 
    /* button */
    .contact-card__btn {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      color: var(--white);
      font-size: 14px;
      font-weight: 700;
      padding: 12px 28px;
      border-radius: 100px;
      border: none;
      cursor: pointer;
      transition: background 0.2s;
      text-decoration: none;
      letter-spacing: 0.04em;
    }
 
    .contact-card__btn svg {
      width: 16px;
      height: 16px;
      stroke: currentColor;
      fill: none;
      stroke-width: 2;
      stroke-linecap: round;
      stroke-linejoin: round;
      transition: transform 0.2s;
    }
 
    .contact-card:hover .contact-card__btn svg {
      transform: translateX(3px);
    }
 
    /* ===== 青カード ===== */
    .contact-card--blue::before { background: var(--blue); }
    .contact-card--blue:hover { box-shadow: 0 8px 32px rgba(42,125,225,0.15); border-color: var(--blue-mid); }
    .contact-card--blue .contact-card__badge { color: var(--blue-dark); background: var(--blue-light); border: 1px solid var(--blue-mid); }
    .contact-card--blue .contact-card__icon { background: var(--blue-light); }
    .contact-card--blue .contact-card__icon svg { stroke: var(--blue); }
    .contact-card--blue .contact-card__type { color: var(--blue); }
    .contact-card--blue .contact-card__btn { background: var(--blue); }
    .contact-card--blue:hover .contact-card__btn { background: var(--blue-dark); }
 
    /* ===== 赤カード ===== */
    .contact-card--red::before { background: var(--red); }
    .contact-card--red:hover { box-shadow: 0 8px 32px rgba(224,58,58,0.15); border-color: var(--red-mid); }
    .contact-card--red .contact-card__badge { color: var(--red-dark); background: var(--red-light); border: 1px solid var(--red-mid); }
    .contact-card--red .contact-card__icon { background: var(--red-light); }
    .contact-card--red .contact-card__icon svg { stroke: var(--red); }
    .contact-card--red .contact-card__type { color: var(--red); }
    .contact-card--red .contact-card__btn { background: var(--red); }
    .contact-card--red:hover .contact-card__btn { background: var(--red-dark); }
 
    /* ===== LINEカード ===== */
    .contact-card--line::before { background: var(--line); }
    .contact-card--line:hover { box-shadow: 0 8px 32px rgba(6,199,85,0.15); border-color: var(--line-mid); }
    .contact-card--line .contact-card__badge { color: #1a8a4a; background: var(--line-light); border: 1px solid var(--line-mid); }
    .contact-card--line .contact-card__icon { background: var(--line-light); }
    .contact-card--line .contact-card__icon svg { stroke: #1a8a4a; }
    .contact-card--line .contact-card__type { color: #1a8a4a; }
    .contact-card--line .contact-card__btn { background: var(--line); }
    .contact-card--line:hover .contact-card__btn { background: var(--line-dark); }
 
    /* ===== RESPONSIVE ===== */
    @media (max-width: 900px) {
      .contact-cards {
        grid-template-columns: 1fr;
        max-width: 480px;
        margin: 0 auto;
      }
 
      .contact-card {
        padding: 32px 24px 28px;
      }
    }
 
    @media (max-width: 480px) {
      .contact-section {
        padding: 60px 16px;
      }
 
      .contact-card__title {
        font-size: 16px;
      }
    }