.gas-frame{
  width: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-left: 5px;
  margin-right: 5px;
  display: table;  /* ブロックレベル要素をtableと同じように表示にする */
}
.gas-box{
  width: 22%;
  display: table-cell;　　/* ブロックレベル要素をtd(th)と同じように表示にする */
  border: 1px solid #666;
  background: #ffffff;
  padding: 5px 5px 5px 5px;
  border: 1px solid #ccc;
}

.gas-box-t{
  width: 12%;
  display: table-cell;　　/* ブロックレベル要素をtd(th)と同じように表示にする */
  border: 1px solid #666;
  background: #F0FFFF;
  padding: 5px 5px 5px 5px;
  border: 1px solid #ccc;
}

/* カスタム /* カスタム CSS をここに入力してください */
/* single table */
table.s-table {
	border-collapse: collapse;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
table.s-table th {
	width: 147px;
	padding: 10px;
	font-weight: bold;
	vertical-align: center;
	color: #000000;
    background-color: #f5f5f5;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;

}
table.s-table td {
	width: 200px;
	padding: 10px;
	vertical-align: center                                                                                                                                                                                                                                                                                                                ;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}


/* トップページ検索 */
*
{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
input, button 
{
  margin: 0;
  color: inherit;
  vertical-align: baseline;
  font: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 2px #cccccc double;
  outline: 0;
}
input 
{
  line-height: normal;
}
input:focus 
{
  outline: none;
}
input::-webkit-search-decoration, 
input::-webkit-search-cancel-button, 
input::-ms-clear,
input::-ms-reveal 
{
  display: none;
}
input::-moz-focus-inner 
{
  padding: 0;
  border: 0;
}
button 
{
  text-transform: none;
  overflow: visible;
  cursor: pointer;
}
button::-moz-focus-inner 
{
  padding: 0;
  border: 0;
}

.fluid-input 
{
  display: table;
  width: 100%;
}
.fluid-input > * 
{
  display: table-cell;
  vertical-align: middle;
}
.label, .button 
{
  width: 1%;
  white-space: nowrap;
}
.label, .box, .button > button 
{
  padding: .8em 1.1em;
  line-height: 1.5;
}
.label 
{
  color: #606468;
  background-color: #363b41;
}
.box 
{
  width: 100%;
  background-color: #ffffff;
}
.button > button 
{
  color: #fff;
  background-color: #ea4c88;
}


.clearText {
text-indent:100%;
white-space:nowrap;
overflow:hidden;
}

hr.style2 {
	border-top: 3px double #8c8b8b;
}

p.img_center{
  text-align: center;
}



/* Global menu #001(home) */
.top-menu01 {
    background: url("https://www.gas-sokuteiki.com/wp-content/themes/gas-sokuteiki-res/images/common/nav01.png") no-repeat; /* ロールオーバー時のチラつき防止 */
}

.top-menu01 a {
    width: 60px;
    height: 60px;
    background: url("https://www.gas-sokuteiki.com/wp-content/themes/gas-sokuteiki-res/images/common/nav01.png") no-repeat;
    display: block;
    text-indent: -9999px;
}

.top-menu01 a:hover {
    background-image: url("https://www.gas-sokuteiki.com/wp-content/themes/gas-sokuteiki-res/images/common/nav01-hover.png");
}

/* Global menu #002(年間レンタル) */
.top-menu02 {
    background: url("https://www.gas-sokuteiki.com/wp-content/themes/gas-sokuteiki-res/images/common/nav02.png") no-repeat; /* ロールオーバー時のチラつき防止 */
}

.top-menu02 a {
    width: 130px;
    height: 60px;
    background: url("https://www.gas-sokuteiki.com/wp-content/themes/gas-sokuteiki-res/images/common/nav02.png") no-repeat;
    display: block;
    text-indent: -9999px;
}

.top-menu02 a:hover {
    background-image: url("https://www.gas-sokuteiki.com/wp-content/themes/gas-sokuteiki-res/images/common/nav02-hover.png");
}

/* Global menu #003(レンタル) */
.top-menu03 {
    background: url("https://www.gas-sokuteiki.com/wp-content/themes/gas-sokuteiki-res/images/common/nav03.png") no-repeat; /* ロールオーバー時のチラつき防止 */
}

.top-menu03 a {
    width: 165px;
    height: 60px;
    background: url("https://www.gas-sokuteiki.com/wp-content/themes/gas-sokuteiki-res/images/common/nav03.png") no-repeat;
    display: block;
    text-indent: -9999px;
}

.top-menu03 a:hover {
    background-image: url("https://www.gas-sokuteiki.com/wp-content/themes/gas-sokuteiki-res/images/common/nav03-hover.png");
}

/* Global menu #004(販売) */
.top-menu04 {
    background: url("https://www.gas-sokuteiki.com/wp-content/themes/gas-sokuteiki-res/images/common/nav04.png") no-repeat; /* ロールオーバー時のチラつき防止 */
}

.top-menu04 a {
    width: 165px;
    height: 60px;
    background: url("https://www.gas-sokuteiki.com/wp-content/themes/gas-sokuteiki-res/images/common/nav04.png") no-repeat;
    display: block;
    text-indent: -9999px;
}

.top-menu04 a:hover {
    background-image: url("https://www.gas-sokuteiki.com/wp-content/themes/gas-sokuteiki-res/images/common/nav04-hover.png");
}

/* Global menu #005(修理校正) */
.top-menu05 {
    background: url("https://www.gas-sokuteiki.com/wp-content/themes/gas-sokuteiki-res/images/common/nav05.png") no-repeat; /* ロールオーバー時のチラつき防止 */
}

.top-menu05 a {
    width: 130px;
    height: 60px;
    background: url("https://www.gas-sokuteiki.com/wp-content/themes/gas-sokuteiki-res/images/common/nav05.png") no-repeat;
    display: block;
    text-indent: -9999px;
}

.top-menu05 a:hover {
    background-image: url("https://www.gas-sokuteiki.com/wp-content/themes/gas-sokuteiki-res/images/common/nav05-hover.png");
}

/* Global menu #006(流れ) */
.top-menu06 {
    background: url("https://www.gas-sokuteiki.com/wp-content/themes/gas-sokuteiki-res/images/common/nav06.png") no-repeat; /* ロールオーバー時のチラつき防止 */
}

.top-menu06 a {
    width: 130px;
    height: 60px;
    background: url("https://www.gas-sokuteiki.com/wp-content/themes/gas-sokuteiki-res/images/common/nav06.png") no-repeat;
    display: block;
    text-indent: -9999px;
}

.top-menu06 a:hover {
    background-image: url("https://www.gas-sokuteiki.com/wp-content/themes/gas-sokuteiki-res/images/common/nav06-hover.png");
}

/* Global menu #007(流れ) */
.top-menu07 {
    background: url("https://www.gas-sokuteiki.com/wp-content/themes/gas-sokuteiki-res/images/common/nav07.png") no-repeat; /* ロールオーバー時のチラつき防止 */
}

.top-menu07 a {
    width: 130px;
    height: 60px;
    background: url("https://www.gas-sokuteiki.com/wp-content/themes/gas-sokuteiki-res/images/common/nav07.png") no-repeat;
    display: block;
    text-indent: -9999px;
}

.top-menu07 a:hover {
    background-image: url("https://www.gas-sokuteiki.com/wp-content/themes/gas-sokuteiki-res/images/common/nav07-hover.png");
}

/* Global menu #008(運営会社) */
.top-menu08 {
    background: url("https://www.gas-sokuteiki.com/wp-content/themes/gas-sokuteiki-res/images/common/nav08.png") no-repeat; /* ロールオーバー時のチラつき防止 */
}

.top-menu08 a {
    width: 130px;
    height: 60px;
    background: url("https://www.gas-sokuteiki.com/wp-content/themes/gas-sokuteiki-res/images/common/nav08.png") no-repeat;
    display: block;
    text-indent: -9999px;
}

.top-menu08 a:hover {
    background-image: url("https://www.gas-sokuteiki.com/wp-content/themes/gas-sokuteiki-res/images/common/nav08-hover.png");
}

/* Global menu #009(お問合せ) */
.top-menu09 {
    background: url("https://www.gas-sokuteiki.com/wp-content/themes/gas-sokuteiki-res/images/common/nav09.png") no-repeat; /* ロールオーバー時のチラつき防止 */
}

.top-menu09 a {
    width: 130px;
    height: 60px;
    background: url("https://www.gas-sokuteiki.com/wp-content/themes/gas-sokuteiki-res/images/common/nav09.png") no-repeat;
    display: block;
    text-indent: -9999px;
}

.top-menu09 a:hover {
    background-image: url("https://www.gas-sokuteiki.com/wp-content/themes/gas-sokuteiki-res/images/common/nav09-hover.png");
}




/* 一覧ページ　比較表テーブル */

#container .hikaku01 {
	border-collapse: separate;
	border-spacing: 0;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
#container .hikaku01 th {
	width: 103px;
	padding: 10px;
	font-weight: bold;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	background: #eee;
}
#container .hikaku01 td {
	width: 184px;
	padding: 10px;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

/* レンタル機器一覧 */
.list-box {
	float: left;
}

.list-boxContainer {
	overflow: hidden;
}

/* clearfix */
.list-boxContainer:before,
.list-boxContainer:after {
    content: "";
    display: table;
}
 
.list-boxContainer:after {
    clear: both;
}
 
/* For IE 6/7 (trigger hasLayout) */
.list-boxContainer {
    zoom: 1;
}

data-tb td,th {
  padding: 5px 5px 5px 5px;
}

/* footer img */
figure {
	position: relative;
	overflow: hidden;
	width: 300px;
}
figcaption {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
	-webkit-transition: .3s;
	transition: .3s;
	opacity: 0;
}
figure:hover figcaption {
	opacity: 1;
}

table.hikaku {
  	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
table.hikakua th {
	padding: 10px;
	font-weight: bold;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	background: #eee;
    text-align: center;
}
table.hikaku th {
	width: 80px;
	padding: 10px;
	font-weight: bold;
  	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	background: #eee;
	text-align: center;
}
table.hikaku td {
	padding: 10px 10px 10px 20px;
    vertical-align: middle;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}


/* サイドバー履歴の枠 */
.box-rireki {
    padding: 5px 5px 5px 5px;
    margin: 1px;
    font-weight: bold;
    background: #fffff0;
    border: solid 3px #cccccc;/*線*/
    border-radius: 10px;/*角の丸み*/
}
.box-rireki {
    margin: 0; 
    padding: 0;
}

/* おすすめ機材のテーブル */
.osusume-Table {
    border-collapse: collapse;
    table-layout: fixed;
}
.osusume-Table th,
.osusume-Table td {
    border: 1px solid #CCCCCC;
    text-align: left;
}
.osusume-Table th {
    background-color: #FFFFFF;
}

/* スマホmenu CSS */
ul#spmenu, ul.sub_spmenu{
        list-style:none;
        margin:0;
        padding:0;
}
#spmenu{

        margin:10px;
        border:1px solid #e5e4e6;
        border-bottom:none;
}
.main_spmenu{
        background:#448aff;
        color:#ffffff;
        font-size:11pt;
        font-weight:bold;
        padding:3px 10px 0;
        margin:-1px 0 0 -1px;
        cursor:pointer;

        height:45px;
        line-height:17px;
        border:1px solid #e5e4e6;
}
.sub_spmenu li{
        background:#f9a825;       
        padding:3px 10px 0;
        border:1px solid #e5e4e6;
        font-size:11pt;
        font-weight:bold;

        height:35px;
        margin:-1px 0 0 -1px;
}
.sub_spmenu li a{
        color:#ffffff;
        display:block;
}

/* コラム */
div.column-link {
		width: 100%;
  		margin-top: 30px;
	}

img.column-link-s {
		-webkit-filter: drop-shadow(2px 2px 4px #999);
		filter: drop-shadow(2px 2px 4px #999);
	}

img.column-link-b {
		max-width:100%;
		height:auto;
		display: -webkit-block;
		display:block;
		margin:0 auto 20px;
}

.column-link-img-box img {
	max-width:100%;
	height:auto;	
}

.column-link-title {
		background-color:#3499CC;
		color:#ffffff;
		padding:15px 15px;
		font-weight:bold;
		display: -webkit-block;
		display:block;
		justify-content: space-between;
		align-items:center;  
	}

.column-link-title a:link{
  color:#ffffff;
  text-decoration: none;
}
.column-link-title a:visited{
  color:#ffffff;
  text-decoration: none;
}
.column-link-title a:hover{
  color:#ffffff;
  text-decoration: none;
}

.column-link-title-l {
		font-size:22px;
}

.column-link-title-r	{
		font-size:14px;
		}

.column-link-img-box {		
		display:block;
		margin:10px 0;
	}
.column-link-img-box02 {
		display: -webkit-flex;
		display:flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items:center;
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}
img.column-link-s-rm{
		margin-right: 0;
	}
.column-link-txtbt {
		margin-top:20px;
  		font-size:14px;
	}

.txt-indent {
	padding-left:1em;
	text-indent:-1em;
}


@media screen and (min-width: 768px) {
/*　画面サイズが768pxからはここを読み込む　*/
	div.column-link {
		width: 678px;
	}
	
	img.column-link-b {
		width: 340px;
		height: 100px;
	}	
	
	.column-link-title {
		display: -webkit-flex;
		display:flex;
	}
	
	.column-link-img-box {
		margin:10px 0 15px;
		display: -webkit-flex;
		display:flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
.column-link-img-box02 {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;	
		justify-content: space-between;
	}

	img.column-link-b {
		margin:0;
	}

	img.column-link-s-rm {
		margin-right: 10px;
	}
	
	.column-link-txtbt {
		display: -webkit-flex;
		display:flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;		
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items:center;		
	}
	
}

div.column-link-allpages{width:86%; padding:10px; background-color:#eee; font-size:12px; line-height:1.7; display:flex; flex-wrap:wrap;}

@media screen and (max-width: 680px) {
  /* 680px以下の画面幅に適用するスタイル */
div.column-link-txtlinklist{width:100%;}
}

/* コラム本文用CSS */
div.column-midashi {font-size:18px; font-weight:bold; margin-bottom:5px; margin-top:15px; border-left:solid 10px #06C; padding-left:8px;}
div.column-midashi02 {font-size:18px; font-weight:bold; margin-bottom:5px; margin-top:25px; border-left:solid 10px #06C; padding-left:8px;}
p.column-txt {font-size:14px; margin-bottom:10px;}
div.column-komidashi {font-size:14px; font-weight:bold; margin-top:10px;}
div.column-komidashi-li {border-left:solid 5px #ccc; padding-left:8px; margin-top:5px; line-height:1.7; font-size:12px;}


/* コラム記事一覧 */
ul.whatsnews {
    border: solid 5px #0253b4;
}

ul.whatsnews li {
    border-bottom: 1px solid #0253b4;
    padding: 10px;
}

ul.whatsnews li span {
    font-size: 12px;
    color: #fff;
    background-color: #0253b4;
    padding: 3px;
}

div.whatsnews-txtlink{text-align:right; margin-top:10px; margin-bottom:15px;}


/* ガス検知器校正・修復 */

/* 画像コンテナ */
.p-gas-kousei:first-child {
    text-align: center;
    margin-bottom: 30px;
}

/* 画像 */
.p-gas-kousei img {
    max-width: 100%;
    height: auto;
    border-radius: 8px; /* 角丸 */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); /* 強い影で強調 */
}

/* 見出し (H2) */
h2.p-gas-kousei {
    color: #004080; /* 濃い青 */
    background: linear-gradient(90deg, #e9f0f8 0%, #f8f9fa 100%); /* 薄い青のグラデーション背景 */
    border-left: 6px solid #007bff; /* 左側の太い青ライン */
    padding: 12px 15px;
    margin-top: 35px;
    margin-bottom: 20px;
    font-size: 1.4em;
    font-weight: bold;
}

/* 段落 (P) */
p.p-gas-kousei {
    margin-bottom: 25px;
    padding: 0 5px;
    text-align: justify;
}

/* 強調文字 */
p.p-gas-kousei strong {
    color: #dc3545; /* 赤色で目立たせる */
    font-weight: 700;
    padding: 2px 4px;
    border-bottom: 2px solid #dc3545;
}

/* 定義リスト全体 (DL) */
dl.p-gas-kousei {
    margin-top: 30px;
    padding: 20px;
    background-color: #ffffff; /* 白い背景 */
    border: 1px solid #ced4da; /* 薄いボーダー */
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

/* 定義タイトル (DT) */
dl.p-gas-kousei dt {
    font-size: 1.4em;
    font-weight: bold;
    color: #1e88e5; /* 明るい青 */
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 3px double #1e88e5; /* 二重線 */
}

/* 定義データ (DD) */
dl.p-gas-kousei dd {
    margin-left: 0;
}

/* リスト (UL) */
dl.p-gas-kousei ul {
    list-style-type: none;
    padding-left: 0;
    column-count: 2; /* 2列表示 */
    column-gap: 40px;
}

/* リストアイテム (LI) */
dl.p-gas-kousei li {
    padding: 5px 0;
    position: relative;
    padding-left: 25px !important;
    margin-bottom: 8px;
    font-size: 0.95em;
    border-bottom: 1px dotted #e9ecef; /* 薄い点線で区切り */
}

/* カスタムマーカー */
dl.p-gas-kousei li::before {
    content: '▶'; /* 矢印マーク */
    position: absolute;
    left: 0;
    color: #39c; /* 青 */
    font-weight: bold;
    font-size: 0.8em;
    top: 50%;
	transform: translateY(-50%);
	display:block;
}

.p-gas-kousei-txt {
  	padding:15px; font-size:14px; text-align:center;}

.p-gas-kousei-formtitle{
	border-left:8px solid #39c; padding:6px 10px; margin:15px 6px 10px; font-weight:bold;
}

/* 親要素のコンテナ */
.p-gas-kousei-wrapper {
    display: flex; /* Flexboxを有効にする */
    align-items: center; /* 垂直方向の中央揃え */
    gap: 20px; /* 画像とテキストの間の余白 */
    margin-bottom: 30px; /* 他の要素との下部の余白 */
}

/* 画像のスタイル */
.p-gas-kousei-wrapper img {
    max-width: 300px; /* 画像の最大幅 */
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    flex-shrink: 0; /* 縮まないようにする (必要に応じて調整) */
}

/* テキストコンテンツのスタイル */
.p-gas-kousei-wrapper .p-gas-kousei {
    flex-grow: 1; /* 残りのスペースを埋めるように広がる */
    margin: 0; /* pタグのデフォルトマージンをリセット */
    font-size: 1.1em;
    line-height: 1.8;
}

/* 強調テキスト */
.p-gas-kousei-wrapper .p-gas-kousei strong {
    display: block; /* 太字部分をブロック要素にして改行 */
    font-size: 1.3em;
    color: #0056b3; /* 濃いめの青 */
    margin-bottom: 8px;
  	border-bottom:none;
}

/* スマートフォンなどの小さい画面でのレイアウト調整 */
@media (max-width: 768px) {
    .p-gas-kousei-wrapper {
        flex-direction: column; /* 縦並びに変更 */
        text-align: center; /* 中央寄せ */
    }
    .p-gas-kousei-wrapper img {
        max-width: 80%; /* 画像を少し小さく */
        margin-bottom: 15px;
    }
}