@charset "utf-8";

* {
	padding:0;
	margin: 0;
	font-family: "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

body {
	background-color: #FFF;
	background-image: url(../img/bg.png);
	background-repeat: repeat-x;
	background-position: center top;
	font-size: 18px;
	color: #222;
}

img {
	vertical-align: top;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a {
	color: #0089B7;
}
a:hover {
	color: #09C;
	text-decoration: none;
}
a:hover img,
form.contact_form input.form_btn:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}

.clfix:after{
  content: "."; 
  display: block; 
  height: 0; 
  font-size:0;	
  clear: both; 
  visibility:hidden;
}

u {
	font-weight: bold;
}

/*
ヘッダー
-------------------------------------------*/
#header {
	height: 180px;
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#header h1 {
	font-size: 24px;
	position: absolute;
	left: 0px;
	bottom: 10px;
}
#header #h_logo {
	position: absolute;
	left: 0px;
	top: 10px;
	width: 300px;
	height: 110px;
}
/*---------------------------元のコード---------------------------*/
/*#header #h_info {
	position: absolute;
	top: 15px;
	right: 300px;
}
#header #h_btn {
	position: absolute;
	right: 0px;
	top: 15px;
}*/
/* 新しい form.png 用に追加 */
#header #form_banner {
    position: absolute;
    top: 15px;
    right: 0;
    width: 500px;
	height: 90px;
}


/*
メイン
-------------------------------------------*/

.content.bg_2 {
	background-color: #709744;
	background-image: url(../img/content2.png);
}
.content.bg_3 {
	background-color: #40929B;
	background-image: url(../img/content3.png);
}

.content {
	background-color: #F8EED7;
	padding-top: 30px;
	padding-bottom: 10px;
	background-image: url(../img/content.png);
}

.content .cont_box {
	padding-bottom: 30px;
	font-size: 16px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

.content .cont_box:after{
  content: "."; 
  display: block; 
  height: 0; 
  font-size:0;	
  clear: both; 
  visibility:hidden;
}
.content .cont_box p {
	margin-right: 60px;
	margin-bottom: 30px;
	margin-left: 60px;
}
.content .img_left,
.content .img_right {
	padding: 10px;
	font-size: 16px;
	color: #111;
	text-align: center;
	background-color: #FFFFFF;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	line-height: 32px;
	margin-right: 40px;
	margin-bottom: 30px;
	margin-left: 40px;
}
.content .img_left {
	float: left;
	margin-right: 10px;
	margin-left: 30px;
}
.content .img_left_pr {
	float: left;
	margin-left: 25px;
	margin-bottom: 30px;
}
.content .img_right {
	float: right;
	margin-right: 30px;
	margin-left: 30px;
}
.content .cont_box .cont_box_in {
	background-color: #FFF;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	clear: both;
	padding-bottom: 30px;
	padding-top: 30px;
	padding-right: 10px;
	padding-left: 10px;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 7px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 7px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 7px 0px;
	margin-bottom: 30px;
}

.content .cont_box .cont_box_in p {
	font-size: 18px;
	padding: 10px;
	margin-top: 10px;
	margin-right: 90px;
	margin-bottom: 30px;
	margin-left: 90px;
}

.content .cont_box .cont_box_voice p {
	font-size: 18px;
	padding: 10px;
	margin-top: 10px;
	margin-right: 40px;
	margin-bottom: 30px;
	margin-left: 40px;
}

.content .cont_box .cont_box_in p strong {
	font-weight: bold;
	color: #EB292F;
	font-size: 20px;
}

.content .cont_box .cont_box_in h2 {
	margin-top: 50px;
	margin-right: 70px;
	margin-bottom: 30px;
	margin-left: 70px;
	padding-left: 20px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #2881B3;
	font-size: 24px;
	line-height: 34px;
	background-color: #F1F9FC;
	padding-top: 2px;
}
.main_image {
    background-image: url(./img/main_image_bg.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    text-align: center;
    padding-top: 0;
    padding-bottom: 0;
}

.content_obi {
	background-color: #F8EED7;
	margin-bottom: 50px;
	padding-top: 30px;
	background-image: url(../img/content_obi_yellow.png);
	background-repeat: repeat-x;
	background-position: center bottom;
}

.ul_right {
	background-color: #FFF;
	float: right;
	width: 680px;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	margin-right: 25px;
	padding: 10px;
	margin-bottom: 30px;
}
.ul_check li {
	font-size: 18px;
	color: #111;
	list-style-type: none;
	font-weight: bold;
	line-height: 26px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFCC00;
	background-image: url(../img/li_check.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 36px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.ul_check2 {
	margin-top: 20px;
	margin-right: 70px;
	margin-bottom: 30px;
	margin-left: 70px;
}
.ul_check2 li {
	font-size: 20px;
	color: #111;
	list-style-type: none;
	font-weight: bold;
	line-height: 26px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFCC00;
	background-image: url(../img/li_check2.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 40px;
}

.content div.title_chui {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
	padding-top: 2px;
	padding-bottom: 0px;
	margin-right: 50px;
	margin-left: 50px;
	color: #FFF;
	background-color: #CC0000;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	line-height: 48px;
	border: 5px solid #FFEAA8;
}
.content ol {
	padding: 10px;
	margin-top: 10px;
	margin-right: 30px;
	margin-bottom: 10px;
	margin-left: 30px;
}
.content ol li {
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 50px;
	font-size: 20px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D39867;
	color: #FF6000;
}

.content .cont_box .box_in_left {
	background-color: #FFF;
	float: left;
	width: 440px;
	margin-bottom: 20px;
	margin-left: 30px;
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.content .cont_box .box_in_left p {
	margin-right: 20px;
	margin-left: 20px;
}

.content .cont_box .subtitle {
	font-size: 30px;
	font-weight: bold;
	color: #FF6000;
	text-align: center;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
	text-shadow: 0px 2px 1px #FFF,0px 1px 1px #FFF,1px 1px 1px #FFF,1px 0px 1px #FFF,2px 0px 1px #FFF,1px -1px 1px #FFF,1px -2px 1px #FFF,0px -2px 1px #FFF,-1px -2px 1px #FFF,-2px -2px 1px #FFF,-2px -1px 1px #FFF,-2px 0px 1px #FFF,-2px 1px 1px #FFF,-1px 1px 1px #FFF;
}
.content .cont_box .subtitle strong {
	font-size: 48px;
}

.content .cont_box .cont_box_in .img_right {
	margin: 0px;
	padding: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

table.table_02 {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 20px;
}

table.table_02 th {
	border: 2px solid #FFF;
	letter-spacing: 1px;
	font-weight: normal;
	color: #111;
	white-space: nowrap;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

table.table_02 td {
	border: 2px solid #E8E8E8;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.content .cont_box .cont_box_in p.p_title {
	font-size: 22px;
	color: #FF6000;
	margin: 40px;
	font-weight: bold;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #FFA975;
	padding-left: 10px;
}

/*----お問い合わせ枠----*/

.box_info {
	height: 630px;
	width: 1000px;
	position: relative;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden; /* ← ここ！画像などのはみ出しを外側で制御 */
}

.box_info .box_info_yajirushi {
	position: absolute;
	left: -120px;
	top: -80px;
	z-index: 300;
}

.box_info .box_info_txt {
    position: absolute;
    top: 0px;
    left: 0px; 
    width: 560px; 
    max-width: 90%; 
    z-index: 301;
}


.box_info .box_info_sample {
	position: absolute;
	left: 0px;
	top: 200px;
	z-index: 150;
}

.box_info .box_info_tel {
	position: absolute;
	bottom: -420px;
	left: 54%;
	transform: translateX(-50%);
	z-index: 100;
	max-width: 800px; /* 画像サイズに合わせて調整 */
	width: 100%;
	height: auto;
}

/*----大手メーカー枠----*/


.box_oote {
	float: left;
	height: 290px;
	width: 260px;
	border: 1px solid #F5D09E;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin-left: 9px;
	padding-top: 10px;
	padding-right: 6px;
	padding-bottom: 10px;
	padding-left: 6px;
	margin-bottom: 20px;
	background-color: #FFF8EE;
}
.content .cont_box .cont_box_in .box_oote p {
	font-size: 16px;
	color: #28622E;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 0px;
}
.content .cont_box .cont_box_in .box_oote p.p_name {
	font-size: 14px;
	text-align: right;
}

/*
フォーム
-------------------------------------------*/
.box_info form.contact_form {
	background-image: url(../img/form.png);
	background-repeat: no-repeat;
	width: 400px;
	padding-top: 70px;
	position: absolute;
	right: 15px;
	display: block;
	top: 17px;
	z-index: 200;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background-color: #F9F9F9;
	background-position: center top;
	border: 1px solid #DC3131;
	padding-bottom: 20px;
}

form.contact_form input {
	width: 200px;
	font-size: 18px;
	border: 1px solid #CCC;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	/*line-height: 28px;*/
	/*padding-top: 3px;*/
	/*padding-right: 5px;*/
	/*padding-bottom: 3px;*/
	/*padding-left: 5px;*/
	padding: 4px;
}

form.contact_form select {
	width: 200px;
	font-size: 18px;
	border: 1px solid #CCC;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	/*line-height: 28px;*/
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}

form.contact_form table.form_table {
	width: 370px;
	margin-right: auto;
	margin-left: auto;
}
table.form_table th {
	white-space: nowrap;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #DDD;
	/*padding-top: 7px;*/
	/*padding-right: 5px;*/
	/*padding-bottom: 7px;*/
	/*padding-left: 5px;*/
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 0;
}
table.form_table td {
	/*padding-top: 12px;*/
	/*padding-bottom: 12px;*/
	/*padding-left: 5px;*/
	padding: 10px 5px;
}
table.form_table th.hissu {
	color: #C00;
}

table.form_table th.hissu span {
	font-size: 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	color: #FFF;
	background-color: #C00;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	margin-left: 10px;
}

form.contact_form input.form_btn {
	width: 370px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

form.contact_form input:focus {
	border-color: #F90;
	background-color: #FFFCEE;
}

.box_info.sub {
	margin-bottom: 120px;
}

/*
お客様の声上部
-------------------------------------------*/

.content .cont_box .cont_box_voice {
	background-color: #FFF;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	clear: both;
	margin-right: 40px;
	margin-left: 40px;
	padding-bottom: 30px;
	padding-top: 30px;
	margin-bottom: 20px;
}

.content .cont_box .cont_box_voice .tantou {
	margin: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
	background-color: #F6F6F6;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	clear: both;
}
.content .cont_box .cont_box_voice .tantou:after{
  content: "."; 
  display: block; 
  height: 0; 
  font-size:0;	
  clear: both; 
  visibility:hidden;
}
.content .cont_box .cont_box_voice .tantou img {
	background-color: #FFF;
	padding: 5px;
	float: left;
	margin-right: 20px;
	border: 1px solid #CCC;
	display: block;
}
.content .cont_box .cont_box_voice .tantou p {
	font-size: 16px;
	margin: 10px;
	padding: 0px;
}
.content .cont_box .cont_box_voice .tantou .tantou_title {
	font-size: 20px;
	font-weight: bold;
	line-height: 22px;
	padding-top: 6px;
	padding-bottom: 2px;
}

/*
お客様の声一覧
-------------------------------------------*/

.content .cont_box .box_voice {
	background-color: #FFF;
	border: 1px solid #E9DEA9;
	margin-bottom: 10px;
	margin-left: 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	width: 100%;
	display: inline-block;
	padding: 10px;
	vertical-align: top;
}

.content .box_voice .voice_title {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #5B2E0F;
	line-height: 26px;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding-bottom: 10px;
}

.content .cont_box .box_voice p {
	margin: 10px;
	line-height: 20px;
}
.content .box_voice .voice_img {
	font-size: 18px;
	color: #333;
	text-align: center;
	line-height: 36px;
	font-weight: bold;
	padding-top: 10px;
	background-color: #F9F9F9;
	margin-top: 5px;
}


/*-----------------------追伸--------------------*/
.img_right {
  float: right;
  width: 200px;
  height: auto;
  margin-left: 20px;
  margin-bottom: 10px;
}


/*
Ｑ＆Ａ
-------------------------------------------*/
.content dl.dl_qa {
	margin: 20px;
}
.content dl.dl_qa dt {
	font-size: 22px;
	color: #069;
	padding-top: 10px;
	padding-right: 70px;
	padding-bottom: 10px;
	padding-left: 70px;
	font-weight: bold;
	background-image: url(../img/qa_q.gif);
	background-repeat: no-repeat;
	background-position: 15px 5px;
}
.content dl.dl_qa dd {
	font-size: 18px;
	padding-top: 10px;
	padding-right: 70px;
	padding-bottom: 20px;
	padding-left: 70px;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	background-image: url(../img/qa_a.gif);
	background-repeat: no-repeat;
	background-position: 15px 5px;
}

/*
フッター
-------------------------------------------*/


#footer {
	background-color: #714217;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 100%;
	font-size: 12px;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #5B2E0F;
}
#footer ul li {
	display: inline;
	padding: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #85611D;
	margin-right: 5px;
	margin-left: 5px;
}

#footer address {
	font-style: normal;
	color: #F5E8C8;
	margin-top: auto;
}

#footer a {
	color: #F5E7C7;
}

/*----スタッフ紹介----*/

.box_staff {
	width: 220px;
	display: inline-block;
	margin-bottom: 15px;
	margin-left: 15px;
	background-color: #FFFFFF;
	padding-top: 10px;
	border: 1px solid #F5E9CA;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.box_staff img {
	display: block;
	width: 190px;
	margin-right: auto;
	margin-left: auto;
}
.content .cont_box .cont_box_in .box_staff p {
	font-size: 14px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 20px;
}
.content .cont_box .cont_box_in .box_staff p.s_name {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	margin-top: 10px;
}
.content .cont_box .cont_box_in .box_staff p.s_name span {
	font-size: 12px;
	font-weight: normal;
	color: #666;
}
.content .cont_box .cont_box_in .staff_title {
	font-size: 18px;
	font-weight: bold;
	padding: 10px;
	clear: both;
}

/*----横長タイトル帯　その他----*/
.title_obi {
	text-align: center;
	background-image: url(../img/title_obi.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	z-index: 100;
	position: relative;
}

.title_obi2 {
	text-align: center;
	background-image: url(../img/title_obi2.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	z-index: 100;
	position: relative;
	padding-top: 30px;
}

.title_obi3 {
	text-align: center;
	background-image: url(../img/title_obi3.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	z-index: 100;
	position: relative;
	padding-top: 10px;
}

.title_obi img,
.title_obi2 img,
.title_obi3 img {
	margin-bottom: -30px;
	margin-top: 0px;
}

.box_info.sub {
	margin-bottom: 120px;
}
.content .line {
	color: #FFF;
	background-color: #FFF;
	width: 700px;
	margin-top: 70px;
	margin-right: auto;
	margin-bottom: 70px;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
	height: 2px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #999;
	clear: both;
}



/*----スライド----*/

.main_slide {
	background-color: #EEE;
	padding-top: 20px;
}

.main_slide ul li {
	width: 270px;
	text-align: center;
}

.main_slide ul li img {
	background-color: #FFF;
	padding: 10px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px;
}
.main_slide ul li p {
	font-size: 18px;
	color: #5B2E0F;
	padding-top: 10px;
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
	font-weight: bold;
}

/*レスポンシブ関係*/
@media screen and (max-width: 768px) {
  body {
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: top center;
  }

  #header {
    width: 100%;
    min-width: auto;
  }
}

/* メディア掲載・社会貢献の画像を中央寄せ */
.centered {
  text-align: center;
}

.centered img {
  display: inline-block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}

/* cont_box をスマホ対応で可変幅に */
@media screen and (max-width: 1000px) {
  .content .cont_box {
    width: 95%;
    padding-left: 10px;
    padding-right: 10px;
  }
}

html, body {
  overflow-x: hidden;
}

@media screen and (max-width: 768px) {
  .content .cont_box {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 auto !important;
    box-sizing: border-box;
  }

  .content .cont_box_in {
    width: 100% !important;
    padding: 0 !important;
    box-sizing: border-box;
  }

  .centered {
    text-align: center !important;
  }

  .centered img {
    display: inline-block !important;
    margin: 0 auto !important;
    max-width: 100% !important;
    height: auto !important;
  }
}

@media screen and (max-width: 768px) {
  img[src*="img_kouken.png"] {
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
    width: auto !important;
    max-width: 90% !important;
    height: auto !important;
  }
}

/*
/* 川洋建装 LP サイト用：右サイドCTAタブ（電話＋見積もり）整理済み */

#side-cta-tab a:hover {
  opacity: 0.85;
}

#side-cta-tab {
  position: fixed;
  right: 0;
  top: 40%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 9999;
}

#side-cta-tab a {
  display: block;
  padding: 12px 16px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  writing-mode: vertical-rl;
  border-radius: 8px 0 0 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  font-size: 14px;
  transition: 0.3s ease;
}

/* 色指定 */
.cta-phone {
  background-color: #007bff; /* 電話：ブルー */
}

.cta-form {
  background-color: #d90000; /* 見積：レッド */
}

/* ✅ スマホでは非表示 */
@media screen and (max-width: 768px) {
  #side-cta-tab {
    display: none;
  }
}

/* スマホ専用：下部固定CTAバー */
#mobile-cta-bar {
  display: none;
}

@media screen and (max-width: 768px) {
  #mobile-cta-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    display: flex;
    justify-content: space-around;
    border-top: 1px solid #ccc;
    z-index: 9999;
  }

  #mobile-cta-bar a {
    flex: 1;
    text-align: center;
    padding: 12px 0;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
  }

  .mobile-cta-phone {
    background-color: #007bff;
  }

  .mobile-cta-form {
    background-color: #d90000;
  }

  #mobile-cta-bar a:hover {
    opacity: 0.85;
  }
}

/* ====== LINE公式タブ（PCサイドCTA） ====== */
.cta-line {
  display: flex;
  align-items: center;
  background: #06C755;              /* LINE公式グリーン */
  color: #fff !important;
  text-decoration: none;
  font-weight: bold;
  padding: 12px 24px;
  border-radius: 8px;
  margin-top: 12px;
  font-size: 1.1em;
  box-shadow: 0 2px 8px rgba(6,199,85,0.12);
  transition: background 0.2s, box-shadow 0.2s;
  letter-spacing: 0.05em;
}
.cta-line:hover {
  background: #2de07a;
  box-shadow: 0 4px 16px rgba(6,199,85,0.23);
}
.cta-line img {
  margin-right: 10px;
  height: 32px;
  width: auto;
  display: inline-block;
  vertical-align: middle;
}
