/*===============================================
	common
===============================================*/
#header {
	margin-bottom: 20px;
}

#headarea {
	display: flex;
	align-items: center;
}

#headarea .head-logo a {
	display: inline-block;
	display: flex;
	align-items: center;
}

#headarea .head-logo img {
	width: 200px;
	margin-right: 10px;
}

#headarea .head-logo2 img {
	margin-right: 10px;
}

#headarea .head-logo span {
	display: inline-block;
    background: #13479c;
    color: #fff;
    font-weight: bold;
    padding: 0.1em 0.5em;
    border-radius: 3px;
}

#headarea .inquiry {
	display: flex;
	align-items: center;
	margin-left: auto;
}

#headarea .inquiry p {
	margin-left: 10px;
}

#headarea .head-mail a {
	display: block;
	/*width: 36px;*/
	height: 36px;
	border-radius: 50%;
	background: #13479c;
	color: #fff;
	text-align: center;
}

#headarea .head-mail svg {
	width: 20px;
	height: 20px;
	margin-top: 8px;
}

#headarea .head-mail path {
	fill: rgb(256, 256, 256);
}


@media screen and (min-width: 960px) {
	#toppage, #page {
		margin-top:140px;
		overflow-x: hidden; /* はみ出しをここで隠す */
	}

	#header {
		background-color:white;
		position: fixed;
		width: 100%;
		z-index: 999;
		padding-bottom:10px;
	}

	#headarea {
		height: 70px;
		padding: 0 20px;
	}

	#header .head-navi {
		display: table;
		width: 100%;
		background-color:#13479C;
	}

	#header .head-navi li {
		display: table-cell;
		min-width: 8em;
		position: relative;
	}

	#header .head-navi li+li:before {
		content: "";
		height: 50%;
		border-left: 1px solid #cfd7e8;
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0;
		margin: auto;
	}

	#header .head-navi li a {
		display: block;
		text-align: center;
		padding: 1em 0.5em;
		color: #ffffff;
	}

	#header .head-navi li a:hover {
		background: #f8f9fb;
		color: #000;
	}
}

@media screen and (max-width: 959px) {
	#header {
		display: flex;
		align-items: center;
		position: fixed;
		width: 100%;
		background: #fff;
		z-index: 999;
	} 
	
	#headarea {
		padding: 10px 0 10px 3%;
	}
	
	#headarea .head-logo img {
		width: 160px;
		margin-right: 5px;
		height: auto;
	}

	#headarea .head-logo2 img {
		width: 120px;
		margin-right: 5px;
		height: auto;
	}

	#headarea .head-logo span { font-size: 70%; }
	
	#headarea .inquiry { display: none; }
	
}




#toppage section:first-child,
#main section:first-child {
	padding-top: 0;
}



@media screen and (min-width: 1180px) {
	#toppage section,
	#main section {
		padding: 8rem 0 10rem;
	}

	.wrap {
		max-width: 1120px;
		margin: 0 auto;
	}

	.col-8 {
		max-width: 890px;
		margin: 0 auto;	
	}
}

@media screen and (max-width: 1179px) {	
	#toppage section,
	#main section {
		padding: 6rem 0 6rem;
	}

	.wrap,.col-8 {
		width: 90%;
		margin: 0 auto;
	}
	
	.br_pc { display: none; }
}





a[class^="arw"] {
	position: relative;
	padding-right: 30px !important;
}
a[class^="arw"]:before,
a[class^="arw"]:after{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
a[class^="arw"]:before{
	right: 12px;
	width: 12px;
	height: 1px;
}
a[class^="arw"]:after{
	right: 13px;
	width: 8px;
	height: 8px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.arw_b:before {
	background: #13479c;
}
.arw_b:after {
	border-top: 1px solid #13479c;
	border-right: 1px solid #13479c;
}
.arw_w:before {
	background: #fff;
}
.arw_w:after {
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}





section > h3 {
	width: 100%;
	font-size: 180%;
	letter-spacing: 0.3em;
	font-weight: bold;
	text-align: center;
	margin-bottom: 8rem;
}

section > h3:after {
	content: "";
	display: block;
	width: 85px;
	border-bottom: 3px solid #13479c;
	margin: 10px auto 0;
}

section .subsec + .subsec {
	padding-top: 8rem;
}
section .subsecttl {
	font-size: 150%;
	color: #13479c;
	letter-spacing: 0.3em;
	font-weight: bold;
	text-align: center;
	border: 1px solid #13479c;
	border-radius: 1em;
	margin-bottom: 4rem;
}

section > h3 ~ p.txt {
	text-align: center;
	margin-bottom: 4rem
}
	

@media screen and (max-width: 1024px) {
	section > h3 {
		font-size: 160%;
		margin-bottom: 4rem;
	}
}



/*===============================================
	Top page
===============================================*/

#topimg {
	position: relative;
}

#topimg .catch p {
	font-size: 115%;
	margin-top: 3rem;
}

#topimg .catch p:before {
	content: "";
	display: block;
	border-bottom: 3px solid #13479c;
}

#topimg .catch img {
	width: 80%;
	height: 80%;
}

@media screen and (min-width: 960px) {
	#topimg {
		padding-bottom: 0 !important;
		margin-bottom: 16rem;
	}
	#topimg .topimg {
		position: relative;
		z-index: -1;
		right: 0;
		top: 0;
		width: calc(100% + ((100vw - 100%) / 2 ));
		padding-left: 345px;
	}

	#topimg .topimg:before {
		content: "";
		width: 120%;
		height: 100%;
		background: #f8f9fb;
		position: absolute;
		right: 20%;
		bottom: -80px;
		z-index: -2
	}
	
	#topimg .topimg img {
		width: 100%;
		height: 100%;
	}

	#topimg .catch {
		width: 660px;
		position: absolute;
		bottom: 23%;
		left: 0;
	}
	
	#topimg .catch p:before {
		width: 315px;
		margin-bottom: 3rem;
	}
}

@media screen and (max-width: 1280px) {
	#topimg .catch img {
		width: 545px;
	}
}


@media screen and (max-width: 960px) {
	#topimg {
		width: 100% !important;
	}

	.topimg {
		position: relative;
		z-index: -1;
		text-align: right;
	}
	
	#topimg .topimg img {
		width: 90%;
		height: 90%;
	}

	#topimg .catch {
		width: 80%;
		margin-top: -15%;
		background: rgba(241,243,248,0.9);
		padding: 5% 5% 5% 10%;
	}
	
	#topimg .catch img {
		width: 90%;
		max-width: 588px;
		height: 90%;
	}

	#topimg .catch p:before {
		width: 50%;
		margin-bottom: 4rem;
	}

}

@media screen and (max-width: 599px) {	
	#topimg .catch {
		width: 90%;
		padding: 5%;
	}

	#topimg .catch p {
		font-size: 100%;
		margin-top: 2rem;
	}
	#topimg .catch p:before {
		margin-bottom: 2rem;
	}
}





#reason ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

#reason ul li {
	width: 20%;
	text-align: center;
}

#reason li strong {
	display: block;
	font-weight: bold;
	font-size: 135%;
	margin-bottom: 1em;
}

#reason li p {
	margin-top: 1.5em;
}

#reason ul li img {
	width: 140px;
	max-width: 100%;
}

@media screen and (max-width: 1179px) {	
	#reason ul li {
		margin-bottom: 4em;
	}
	#reason li p {
		margin: 1.5em 15px 0 15px;
	}
}

@media screen and (max-width: 959px) {
	#reason ul li {
		width: 33.3%;
	}
}
@media screen and (max-width: 599px) {
	#reason ul li {
		width: 50%;
	}
	#reason ul li img {
		max-width: 50%;
	}
	#reason li strong {
		font-size: 125%;
	}
	#reason li p {
		margin: 1.5em 0.5em 0 0.5em;
	}
}



#service {
	position: relative;
	padding: 16rem 0 !important;
	overflow: hidden;
}

#service:after,
#service:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 140%;
	margin: 3% -20%;
	background: rgba(16,53,140,0.03);
}

#service:after {
	transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-webkit-transform: rotate(-3deg);
}
#service:before {
	transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-webkit-transform: rotate(3deg);
}

#service .serviceerea {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#service .servicebox {
	width: calc(50% - 15px);
}


#service .servicebox:nth-child(even) {
	float: right;
	margin-top: 60px;
	margin-bottom: -60px;
}


#service .servicebox h4 {
	max-width: 430px;
}

#service .servicebox a {
	display: block;
	line-height: 80px;
	background: #13479c;
	font-size: 140%;
	color: #fff;
	padding: 0 200px 0 30px;
	position: relative;
	z-index: 1;
}

#service .servicebox img {
	position: absolute;
	top: -10px;
	right: 60px;
}

#service .servicebox p {
	background: #fff;
	padding: 70px 30px 30px 30px;
	position: relative;
	top: -40px;
	margin-left: 30px;
	z-index: 0;
}

@media screen and (max-width: 959px) {
	#service .servicebox {
		width: 100%;
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}
	#service .servicebox a {
		line-height: 4em;
		padding: 0 200px 0 2em;
	}
	#service .servicebox p {
		padding: 5em 2em 2em 2em;
		margin-left: 2em;
	}
	#service .servicebox img {
		position: absolute;
		top: -20px;
		right: 60px;
	}

}

@media screen and (max-width: 480px) {
	#service {
		padding: 6rem 0;
	}
	
	#service .servicebox a {
		padding: 0 100px 0 1em;
		font-size: 130%;
	}

	#service .servicebox p {
		margin-left: 0;
		padding: 4em 1em 1em 1em;
	}
	
	#service .servicebox img {
		width: auto;
		height: 90%;
		top: 0px;
		right: 40px;
	}
}





#news dd {
	border-bottom: 1px  solid #e7eaf3;
}
#news dd p {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

@media screen and (min-width: 600px) {
	#news dl {
		border-top: 1px  solid #e7eaf3;
	}
	#news dt {
		width: 10em;
		float: left;
		margin-right: 30px;
		font-weight: bold;
		padding: 1.5em 0;
	}
	#news dd {
		padding: 1.5em 0;
	}


}

@media screen and (max-width: 599px) {	
	#news dt {
		font-weight: bold;
		padding-top: 1em;
	}
	#news dd {
		padding-bottom: 1em;
	}

}



#other {
	padding-top: 0;
}

#other ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#other li {
	overflow: hidden;
	position: relative;
}


#other li span {
	display: block;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
	
	-webkit-transition: all .5s;
	transition: all .5s;
}

@media screen and (min-width: 960px) {
	#other li {
		width: 25%;
		max-width: 200px;
		height: 141px;
	}
	
	#other li:hover span,
	#other li:focus span {
		transform: scale(1.1);
	}
}

#other li a {
	position: absolute;
	top: 0;
	left: 0;
	
	display: block;
	width: 100%;
	height: 100%;
	padding-top: 25%;
	text-align: center;
	color: #fff;
	font-weight: bold;
}

#other li a:hover {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;	
}

#other li a:before {
	font-size: 120%;
	display: block;
	width: 100%;
	letter-spacing: 0.2em;
	margin-bottom: 0.5em;
}

#other li.shop {
	@supports (image-rendering: -moz-crisp-edges) {
		background-image: url(/img/contents/shop.webp);
	}
	@supports not (image-rendering: -moz-crisp-edges) {
		background-image: url(/img/contents/shop.jpg);
	}
}

#other li.shop a:before { content: "SERVICE OFFICE"; }
#other li.recruit a:before { content: "RECRUIT"; }
#other li.link a:before { content: "LINK"; }
#other li.company a:before { content: "COMPANY"; }


#other .banner {
	text-align: center;
	margin-top: 4vh;
}

#other .banner img {
	width: 100%;
	max-width: 430px;
}

@media screen and (min-width: 960px) {
	#other .banner {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
	#other .banner p+p {
		margin-left: 30px;
	}
}

@media screen and (max-width: 959px) {
	#other li {
		width: 50%;
		height: 14vh;
	}
	#other li span {
		margin: 1px;
	}
	
	#other li a {
		padding-top: 4vh;
	}
	
	#other li a:before {
		margin-bottom: 0
	}

	#other .banner p+p {
		margin-top: 2vh;
	}

}

.user-voice_link {
	display:block;
	line-height:50px;
	background:#4169E1;
	font-size:140%;
	color: #fff;
	max-width: 370px;
	text-align:center;
	padding-left: 30px; /* 矢印分のスペースを左にも追加して中央揃えを維持 */
	margin:0 auto;
}

@media screen and (max-width: 959px) {
	.user-voice_link {
		max-width: 90%;
	}
}

.t-center {
	display:block;
	text-align:center;
	padding-bottom:20px;
	margin: -30px auto 0;
}


/*===============================================
	sidenav
===============================================*/

#contents.servicepage {
	display: flex;
	flex-wrap: wrap;
}

#contents.servicepage #main {
	width: calc(100% - 200px);
	padding-right: 30px;
}

#contents.servicepage #sidenav {
	width: 200px;
	margin-bottom: 8rem;
}

#contents.servicepage #main img,
#contents.servicepage.servicepage #sidenav img {
	text-align: center;
	max-width: 100%;

}


@media screen and (max-width: 1024px) {
	#contents.servicepage #main {
		width: 100%;
		padding-right: 0;
		order: 2;
	}
	
	#contents.servicepage #sidenav {
		width: 100%;
		order: 1;
		margin-bottom: 4rem;
	}
	
	/*#contents #sidenav { display: none; }*/
}



@media screen and (min-width: 1024px) {		
	#sidenav {
		position: relative;
	}
	#sidenav .ttl {
		background: #333;
		color: #fff;
		font-size: 120%;
		letter-spacing: 0.3em;
		font-weight: bold;
		padding: 0.5em 1.5rem;	
	}

	#sidenav > ul {
		postion: -webkit-sticky;
		position: sticky;
		bottom: 0;
		top: 150px;
		border-bottom: 3px solid #333;
		display: flex;
		flex-direction: column;
	}
	
	#sidenav li dt a,
	#sidenav li dd a {
		display: block;
		padding: 0.8em 1.5rem;	
	}
	
	#sidenav li:not(.nowpage) dd { display: none; }

	#sidenav dt a {
		background: #757575;
		color: #fff;
		border-bottom: 1px solid #838383;
	}
	
	#sidenav li.ttl {
	order: -2;
	}
	
	#sidenav li.nowpage {
	order: -1;
	}
	#sidenav li.nowpage dt a {
	pointer-events: none;
	}
	
	#sidenav li.nowpage a:before,
	#sidenav li.nowpage a:after {
	display: none;
	}

	#sidenav li.nowpage dt a {
		background: #13479c;
		color: #fff;
		font-weight: bold;
	}

	#sidenav li.nowpage dd a {
		background: #f6f8fb;
	}

	#sidenav li.nowpage dd a.act {
		background: #fff;
		color: #13479c;
		font-weight: bold;
	}

	#sidenav li.nowpage dd li a {
		position: relative;
		padding-left: 3em;
	}
	#sidenav li.nowpage dd li a:before {
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		left: 1.5rem;
		margin: auto;
		display: inline-block;
		width: 1em;
		height: 3px;
		background: #dcdcdc;
		margin-right: 10px;
	}
	#sidenav li.nowpage dd li a.act:before {
		background: #13479c;
	}
}



@media screen and (max-width: 1024px) {		
	#sidenav .ttl,
	#sidenav li:not(.nowpage),
	#sidenav li.nowpage dt {
		display: none;
	}
	
	#sidenav dl {
		display: flex;
		width: 100%;
		justify-content: center;
		flex-wrap: wrap;
	}
	#sidenav dd {
		flex: 1;
	}
		
	#sidenav dd a {
		display: block;
		background: #13479c;
		color: #fff;
		font-weight: bold;
		padding: 0.5em;
		line-height: 1.3;
		text-align: center;
		border: 1px solid #fff;
	}
	#sidenav dd a:after {
		content: "";
		position: relative;
		left: 0;
		right: 0;
		margin: auto;
		display: block;
		width: 0.5em;
		height: 0.5em;
		border-right: 1px solid #fff;
		border-bottom: 1px solid #fff;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
}

@media screen and (max-width: 480px) {		
	#sidenav dd {
		flex: auto;
	}
	#sidenav.nav3 dd {
		width: 33.3%;
	}
}


/*===============================================
	Rental / Sell Page
===============================================*/

.banarea .banbox img {
	display: block;
	width: 100%;
}

.banarea .new {
	position: relative;
}

.banarea .new:before {
	content: "";
	position: absolute;
	z-index: 99;
	top: -3px;
	left: -3px;
	width: 87px;
	height: 87px;
	background: url(../img/ico_new.png) no-repeat;
	background-size: cover;
}

.banarea small {
	display: block;
	width: 100%;
	text-align: right;
	font-size: 80%;
}



@media screen and (min-width: 769px) {
	.banarea {
		display: flex;
		justify-content: space-between;
		margin-top: 4rem;
	}

	.banarea .banbox {
		width: calc(50% - 15px);
	}

}

@media screen and (max-width: 769px) {
	.banarea .banbox {
		margin-top: 30px;
	}

	.banarea .new:before {
		top: -2px;
		left: -2px;
		width: 43px;
		height: 43px;
	}
}


.topics {
	margin: 5vh 0 0;
	text-align: center;
	border: 1px solid #E9E8EE;
	padding: 2vh 0;
	position: relative;
}

.topics h3 {
	position: absolute;
	top: 0;
	left: 0;
    background: #13479c;
	padding: 0.2em 1em;
	font-size: calc(12px + 0.5vw);
    color: #fff;
    font-weight: bold;
	margin-bottom: 1em;
}

.topics h4 {
	display: inline-block;
	font-size: calc(14px + 0.8vw);
	font-weight: bold;
	color: #b20016;
	background: linear-gradient(transparent 50%, #ffff66 50%, #ffff66 90%, transparent 90%);
	margin-bottom: 0.5em;
}

.topics > div {
	max-width: 640px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
}

@media screen and (max-width: 769px) {
	.topics {
	padding-top: 3em;
	}

	.topics > div {
		flex-direction: column;
	}
	
	.topics .img {
		max-width: 250px !important;
	}
	
	.topics > div p + p {
	    margin-top: 30px;
	}
}

.topics p {
	flex: 1;
}
	
.topics p strong {
	font-size: 120%;
	font-weight: bold;
	color: #13479c;
}



.mch_box p.mch_new,
.mch_box p[class^="mch_model"] {
	display: inline-block;
	color: #fff;
	font-weight: bold;
	font-size: 90%;
	background: #333;
	line-height: 1;
	padding: 0.3em 1em;
	margin-right: 0.5em;
}

.mch_box p.mch_new { background: #b20016 !important;}
p.mch_model_entry { background: #117f8c !important; }
p.mch_model_middle { background: #13479c !important; }
p.mch_model_high { background: #645130 !important; }
p.mch_model_flagship { background: #723c80 !important; }



.mch_main {
	position: relative;
}

.mch_sub {
	margin-top: 0.5em;
	min-height: 1.7em;
}

.mch_name {
	font-size: 190%;
	margin-top: 0.2em;
	line-height: 1.3em;
	font-weight: bold;
}

.mch_data {
	clear: both;
	font-size: 90%;
}

.mch_data dt {
	float: left;
	clear: both;
	width: 10em;
	font-weight: bold;
	padding-top: 0.5em;
}

.mch_data dd {
	padding-left: 11em;
	padding-top: 0.5em;
}

.mch_data ul {
	list-style-type: square;
	margin-left: 1.2em;
}

.mch_data dd.tunes span a {
	display: inline-block;
	font-size: 80%;
	background: #666;
	font-weight: bold;
	color: #fff;
	padding: 0 1.3em 0 0.5em;
	border-radius: 1em;
	position: relative;
}

.mch_data dd.tunes span a:before,
.mch_data dd.tunes span a:after{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}

.mch_data dd.tunes span a:after{
	right: 0.6em;
	width: 4px;
	height: 4px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.mch_box aside.strong {
	color: #d2152c;
	font-size: 100%;
	font-weight: bold;
	margin-top: 0.5em;
}



.mch_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.mch_list .mch_box {
	width: calc(50% - 15px);
	margin-bottom: 60px;
}

.mch_list .mch_img {
	width: 200px;
	margin: 0.5em 0 2em;
	text-align: center;
}

.mch_list .mch_img img {
	max-width: 200px;
	max-height: 110px;
}

.mch_list .mch_price {
	position: absolute;
	right: 0;
	bottom: 5px;
	padding: 0.5em 1em;
	background: #13479c;
	color: #fff;
	font-weight: bold;
	text-align: center;
	line-height: 1.3;
}
.mch_list .mch_price.push { 
	background: #B20012;
	color: #FFED00;
}
.mch_list .mch_servicefee { 
	position: absolute;
	right: 0;
	bottom: -1.3rem;
	text-align: center;
	line-height: 1;
	color:blue;

}

.mch_list .mch_price span {
	font-size: 155%;
	font-weight: bold;
}

/*
.mch_list .mch_price:after {
	content: "\A※情報サービス料別途";
	white-space: pre;
	font-weight: normal;
	font-size: 90%;
	color: #fff;
}
*/



.sell_list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.sell_list .subsec {
	width: calc(50% - 15px);
	padding-top: 0 !important;
}

.sell_list .mch_img {
	text-align: center;
  margin-bottom: 20px;
	min-height: 110px; /* 高さを揃える */
	display: flex;
	align-items: flex-end; /* アイテムをコンテナの下端に揃える */
	justify-content: center; /* アイテムを水平方向中央に揃える */
}

.sell_list .mch_img img {
	max-width: 200px !important;
	max-height: 110px !important;
}

.sell_list .mch_box.vertical-img .mch_img img {
	max-height: 160px;
	width: auto;
}

.sell_list .push .mch_img img {
	max-width: 300px !important;
	max-height: 100% !important;
}

.sell_list .mch_main {
	width: 100%;
	background: #f6f8fb;
	padding: 15px;
}

.sell_list .mch_sub {
	min-height: 1.7em;
	color: #13479c;
	margin: 0.5em 0;
}

.sell_list .mch_link {
	margin-top: 0.5em;
}

.sell_list .mch_price {
	text-align: center;
	color: #b20016;
	font-weight: bold;
	margin-top: 1em;
}
.sell_list .mch_price_service {
	text-align: center;
	color: #196719;
	font-weight: bold;
}
.sell_list .mch_price span {
	font-size: 150%;
	font-weight: bold;
}
.sell_list .mch_price_service span {
	font-size: 150%;
	font-weight: bold;
}
/*
.sell_list .mch_price:after {
	content: "※情報サービス料別途";
	font-weight: normal;
	font-size: 90%;
	color: #333;
	display: block;
	margin-top: -0.5em;
}
*/


/*
.sell_list+.sell_list {
	padding-top: 30px;
}

.sell_list .mch_box {
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid #e6e7ee;
	padding-bottom: 40px;
    margin-bottom: 40px;
}

.sell_list .mch_box:last-child {
	border-bottom: none;
	margin-bottom: 0;
}

.sell_list .mch_img {
	width: 200px;
	margin-right: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.sell_list .mch_img img {
	max-width: 200px !important;
	max-height: 180px !important;
}

.sell_list .mch_main {
	flex: 2;
	background: #f6f8fb;
	padding: 15px 0 15px 15px;
}

.sell_list .mch_sub {
	color: #13479c;
	margin: 0.5em 0;
}

.sell_list .mch_main_r {
	flex: 1;
	background: #f6f8fb;
	padding: 15px 15px 15px 0;
	text-align: right;
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
}

.sell_list .mch_main_r > p {
	width: 100%;
}

.sell_list .mch_price {
	color: #b20016;
	font-weight: bold;
}
.sell_list .mch_price span {
	font-size: 150%;
	font-weight: bold;
}
*/



@media screen and (min-width: 770px) {
	.mch_list .mch_box {
		padding: 30px 0 0 30px;
	}
	.mch_list .mch_main:before {
		content: "";
		position: absolute;
		top: -30px;
		left: -30px;
		z-index: -1;
		display: block;
		background: #f6f8fb;
		width: 340px;
		height: 18em;
	}

	.sell_list .mch_box {
		margin-bottom: 8rem;
	}
	.sell_list #notice {
		margin-top: -4rem;
	}
}

@media screen and (max-width: 769px) {
	.mch_list .mch_box {
		width: 100%;
		padding: 0;
		display: flex;
		flex-wrap: wrap;
		align-items: flex-end;
		margin-bottom: 30px;
	}
	
	.mch_list .mch_box.space { display: none; }
	
	.mch_list .mch_main {
		width: 100%;
		background: #f6f8fb;
		padding: 3%;
		padding-bottom: 4em;
		text-align: center;
	}
	.mch_list .mch_img {
		margin: 0.5em auto 2em;
	}
	
	.sell_list .mch_img img {
		max-width: 200px !important;
		max-height: 110px !important;
	}


	.sell_list .push .mch_img img {
		max-width: 250px !important;
		max-height: 100% !important;
	}

	.mch_list .mch_price {
		right: auto;
		left: 0;
		right: 0;
	}
	.mch_data {
		margin-left: 30px;
	}
	.mch_data {
		margin: 0 auto;
		margin-top:2rem;
	}
	.mch_data dt {
		float: left;
		width: 10em;
	}

	.mch_data dd {
		padding-left: 11em;
		margin-bottom: 0.5em;
	}
	
	.sell_list {
		display: block;
	}

	.sell_list .subsec {
		width: 100%;
	}
	
}

@media screen and (max-width: 600px) {
	.sell_list .mch_main {
		padding: 3% 3% 0 3%;
	}
	.sell_list .mch_box {
		margin-bottom: 4rem;
	}
}



#machine .notice {
	border: 1px solid #e6e7ee;
	padding: 3%;
	font-size: 90%;
}

#machine .notice li {
	list-style-type: disc;
	margin-left: 2em;
}
	
#machine .notice b {
	display: inline-block;
	background: #757575;
	color: #fff;
	padding: 0.1em 1em;
	margin-bottom: 0.5em;
}

#machine .notice * + b {
	margin-top: 2em;
}

#machine .notice span {
    display: inline-block;
    text-decoration: underline;
    font-weight: bold;
    margin-top: 0.5em;
}




#step ol {
	counter-reset: step;
}
#step li {
	position: relative;
}

#step li:before{
	counter-increment:step;
	content: counter(step);

	z-index: 5;
	width: 2em;
	background: #13479c;
	text-align: center;
	line-height: 2em;
	color: #fff;
	font-weight: bold;
}

#step li.start:before {
	color: #13479c;
}

#step li .step-head {
	border: 1px solid #13479c;
	color: #13479c;
	font-weight: bold;
}

#step li.start .step-head {
	background: #13479c;
	color: #fff;
}

@media screen and (min-width: 769px) {	
	#step ol {
		max-width: 770px;
		margin: 0 auto;
	}
	
	#step li {
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 20px;
	}
	
	#step li:before{
		position: absolute;
		top: 0;
		left: 0;
	}
	
	#step li:last-child {
		margin-bottom: 0;
	}
	
	#step li .step-head {
		flex: 1;
		display: flex;
		justify-content: center;
		align-items: center;
		max-width: 200px;
		padding: 2em 0;
		font-size: 120%;
		font-weight: bold;

		position: relative;
	}
	
	#step li .step-head:after {
		content: "";
		position: absolute;
		right: 0;
		bottom: -17px;
		left: 0;
		width: 0px;
		height: 0px;
		margin: auto;
		border-style: solid;
		border-color: #13479c transparent transparent transparent;
		border-width: 10px 10px 0 10px;
	}
	
	#step li.start .step-head:after { border-color: #13479c transparent transparent transparent; }
	#step li:last-child .step-head:after { display: none; }
	
	#step li .step-txt {
		flex: 1;
		padding-left: 20px;
		display: flex;
		align-items: center;
	}
}

@media screen and (max-width: 959px) {	
	#step .row:before{
		display: none;
	}
}

@media screen and (max-width: 768px) {		
	#step li .step-head {
		line-height: 2em;
		padding: 0.3em;
		text-align: center;
	}
	#step li .step-txt {
		padding: 1em 0;
	}
	
	#step li {
		position: relative;
		margin-bottom: 20px;
	}

	#step li:before{
		padding: 0.3em;
		position: absolute;
		top: 1px;
		left: 0;
	}
	
	#step li:after {
		content: "";
		position: absolute;
		right: 0;
		bottom: -10px;
		left: 0;
		width: 0px;
		height: 0px;
		margin: auto;
		border-style: solid;
		border-color: #13479c transparent transparent transparent;
		border-width: 10px 10px 0 10px;
	}
	#step li:last-child:after { display: none; }

}


#faq dd {
	padding: 0 2.5em 3rem 2.5em;
	border-bottom: 1px solid #e7e8f0;
}

#faq dd+dt {
	margin-top: 3rem;
}

@media screen and (max-width: 959px) {
	#faq dt:before {
		font-size: 150%;
		top: -0.4em;
	}
	
	#faq dt {
		padding-left: 2em;
	    font-size: 100%;
	}

	#faq dd {
		padding: 0 0 2em 0;
	}

}

#faq dt {
    font-size: 120%;
    font-weight: bold;
	padding-left: 2em;
	margin-bottom: 1rem;
	position: relative;
}

#faq dt:before {
	content: "Q.";
	font-size: 180%;
    font-weight: normal;
	color: #13479c;
	position: absolute;
	left: 0;
	top: -0.5em;
}


/*===============================================
	Monitor Page
===============================================*/
.moni_list ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.moni_list ul {
	margin-bottom: -8rem;
}

.moni_list .moni_box {
	width: 33.33333%;
	text-align: center;
	margin-bottom: 8rem;
	position: relative;
}

.moni_list .mch_img {
	height: 120px;
	text-align: center;
	margin: 0 auto;
}

.moni_list .mch_img img {
	width: auto;
	height: 100%;
}

#speaker .mch_img,
#amplifier .mch_img {
	width: 240px;
	height: auto;
}

#speaker .mch_img img,
#amplifier .mch_img img {
	width: 100%;
	height: auto;
}



	
.moni_list .moni_name {
	font-size: 150%;
    margin: 1em 0;
    line-height: 1.3em;
    font-weight: bold;
}

.moni_list .moni_name aside {
	font-size: 60%;
}

.moni_list .mch_sub {
	min-height: 3.4em;
	margin: 0 1em;
}

.moni_list .moni_link {
	margin-top: 1em;
}



#brand {
	margin-top: -8rem;
}

#brand > div {
	text-align: center;
	border: 10px solid #f6f8fb;
	padding: 30px;
}

#brand .ttl {
	font-weight: bold;
	font-size: 150%;
	margin-bottom: 1em;
}

#brand ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

#brand ul li {
	width: 25%;
	padding: 5px 15px;
	display: flex;
	align-items: center;
	justify-content: center;
}

#brand ul li img {
	max-height: 100px;
}



@media screen and (max-width: 768px) {
	.moni_list .mch_img {
		width: 90% !important;
		max-width: 200px;
		height: auto;
	}

	.moni_list .mch_img img {
		width: 100%;
		height: auto;
	}

	
	.moni_list .moni_name {
		font-size: 130%;
	}
	.moni_list .moni_box {
		width: 50%;
	}
	
	#brand > div {
		border: 6px solid #f6f8fb;
		padding: 15px;
	}
	#brand .ttl {
		font-size: 120%;
	}

	#brand ul li {
		width: 50%;
	}

	#brand ul li img {
		max-height: 60px;
	}


}





/*===============================================
	Discount Page
===============================================*/

#discount .ttl {
	text-align: center;
	margin-bottom: 6rem;
}


#discount .mch_box {
	text-align: center;
}

#discount .mch_box ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#discount .mch_box li {
    width: calc(50% - 15px);

}

#discount .mch_box p[class^="mch_model"] {
	margin: 0 auto 1em;
}

#discount .btmtxt {
	text-align: center;
	color: #13479c;
	font-weight: bold;
	font-size: 150%;
    background: #f6f8fb;
	padding: 0.5em 0;
}



ul.boxervice {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

ul.boxervice li {
    width: calc(50% - 15px);
    margin-bottom: 40px;
	display: flex;
}

ul.boxervice li .solution_img {
	width: 30%;
	max-width: 120px;
	float: left;
}

ul.boxervice li .solution_img img {
	width: 100%;
}

ul.boxervice li .solution_info {
    width: calc(100% - 120px);
	padding-left: 3rem;
}

ul.boxervice li .solution_ttl {
	font-weight: bold;
	font-size: 120%;
	margin-bottom: 0.5rem;
}

ul.boxervice li .solution_link {
	margin-top: 1rem;
	text-align: right;
}
	

@media screen and (max-width: 959px) {	
	ul.boxervice li {
		width: 100%;
	}
}


@media screen and (min-width: 600px) {
	#discount .mah_list {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	#discount .mch_box {
		width: calc(50% - 15px);
		margin-bottom: 6rem;

	}

}


@media screen and (max-width: 600px) {
	#discount .mch_box {
		margin-bottom: 3rem;
	}
	
	ul.boxervice li .solution_info {
		width: 70%;
		padding-left: 1rem;
	}

}









/*===============================================
	Shop Page
===============================================*/
.shopmap {
	background: #fafafa;
	padding: 30px;
	margin-top: 2em;
}

.shop-list li {
	border-bottom: 1px solid #e6e7ee;
	padding: 40px 15px;
}

.shop-list li:last-child {
	border-bottom: none;
}

.shop-list li:nth-child(odd) {
	background: #f6f8fb;
}

.shop-box {
	display: flex;
	align-items: center;
}

.shop-box .shop-name {
	width: 190px;
	margin-right: 30px;
	font-size: 120%;
	font-weight: bold;
}

.shop-box .shop-name span {
	display: inline-block;
    background: #13479c;
    color: #fff;
	text-align: center;
	width: 1.5em;
	line-height: 1.5em;
	margin-right: 0.5em;
}


.shop-box a.maplink {
	display: inline-block;
	color: #13479c;
	font-weight: bold;
	font-size: 90%;
	height: 16px;
	text-decoration: underline;
	margin-left: 1em;
	padding-left: 12px;
	position: relative;
}


a.maplink:before{
	content:'';
	height: 4px;
    width: 4px;
    border: 3px solid #13479c;
    display: block;
    position: absolute;
    top: 3px;
    left: 0px;
    z-index: 1;
    line-height: 13px;
	border-radius: 20px;
	color:#fff; 
	text-align:center;
}

a.maplink:after{
	content:'';
	height: 4px;
	height: 0px;
    width: 0px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 2px;
    border: 5px transparent solid;
    border-top-color: #13479c;
    border-width: 4px 3px 0px 3px;
}

@media screen and (max-width: 769px) {
	.shopmap {
		padding: 3%;
	}

	.shop-box {
		display: block;
	}
	.shop-box .shop-name {
		width: 100%;
		margin-bottom: 1em;
	}

}


/*===============================================
	user-voice Page
===============================================*/

.user-box {
	display: flex;
    height: 180px;
    margin: 20px auto;
	background-color: #F5F5F5;
	border: 1px solid #D3D3D3;
	box-shadow: 2px 5px 5px #eeeeee;
}

.user-box img {
	max-width: 100%;
	max-height: 160px;
}

.user-box p {
	font-size: 12px;
	font-weight: bold;
}

.user-box h4 {
	font-weight: bold;
	font-size: 18px;
	padding-bottom:10px;
	color: #13479c;
}

.user-box-shopname {
	font-size:16px;
	font-weight: bold;
	padding-right:1em;
}

.user-box-1 {
	width: 70%;
	margin: auto;
}

.user-box-2 {
	width: 25%;
	margin: auto;
	text-align:center;
}

.user-comment {
	height:100px;
}

.user-br-sp {
	display:none;
}

@media screen and (max-width: 900px) {

	.user-box {
		display: block;
		height: auto;
		margin: 20px auto;
	}

	.user-box img {
		width: auto;
		max-height: 100px;
		margin:10px;
	}
	
	.user-box p {
		font-size: 12px;
		font-weight: bold;
		text-align:left;
	}
	
	.user-box h4 {
		font-weight: bold;
		font-size: 16px;
		padding-bottom:10px;
		color: #6A5ACD;
	}
	
	.user-box-shopname {
		font-size:15px;
		font-weight: bold;
		padding-right:0em;
	}
	
	.user-box-1 {
		width: 95%;
		margin: auto;
	}
	
	.user-box-2 {
		width: 95%;
		margin: auto;
		text-align:right;
	}
	
	.user-comment {
		height:auto;
		margin:7px 0;
	}

	.user-br-sp {
		display:block;
	}


}

/*===============================================
	succession Page
===============================================*/

.succession .header-section {
	background: #13479c;
	color: white;
	padding: 10px;
	margin-bottom: 20px;
}

.succession .header-section h3 {
	font-size: 20px;
	font-weight: bold;

}

.succession .main-content {
	display: grid;
	grid-template-columns: 1fr; /* PCでも上下表示にする */
	gap: 40px;
	margin-bottom: 40px;
}

.succession .problems-list {
	list-style: none;
	margin-bottom: 30px;
}

.succession .problems-list li {
	padding: 8px 0;
	position: relative;
	padding-left: 20px;
	color: #555;
	font-size: 16px;
}

.succession .problems-list li:before {
	content: "●";
	position: absolute;
	left: 0;
	color: #666;
}

.succession .description-text {
	color: #555;
	line-height: 1.8;
	margin-bottom: 20px;
	font-size: 16px;
}

.succession .company-info {
	background-color: #f0f4f8;
	padding: 20px;
	border-radius: 8px;
	margin-bottom: 20px;
	font-size: 20px;
}

.succession .right-content {
	position: relative; /* 子要素を絶対配置するための基準点 */
	order: -1; /* 画像セクションを常に先に表示する */
}

.succession .appeal-points {
	position: absolute;
	top: 30px;
	left: 40px;
	z-index: 10;
	display: flex;
	gap: 10px;
}

.succession .appeal-point {
	color: white;
	padding: 5px 47px;
	font-weight: bold;
	text-align: center;
	box-shadow: 0 2px 4px rgba(0,0,0,0.2);
	font-size: 18px;
}

.succession .appeal-confidential {
	background-color: #28a745;
}

.succession .appeal-consultation {
	background-color: #dc3545;
}

.succession .hero-image {
	width: 100%;
	height: 550px; /* PC表示用の高さを調整 */
	background: linear-gradient(135deg, #e3f2fd, #bbdefb);
	overflow: hidden; /* 画像がコンテナからはみ出さないようにする */
}

.succession .hero-image img {
	width: 100%;
	height: 100%;
	object-fit: cover; /* 画像のアスペクト比を保ちつつ、コンテナ全体を埋める */
}

.succession .overlay-content {
	position: absolute;
	bottom: 40px;
	left: 20px;
	background-color: rgba(0, 0, 0, 0.4);
	color: #fff;
	padding: 30px 15px;
	border-radius: 8px;
	max-width: 50%;
	z-index: 10;
}

.succession .overlay-content h2 {
	font-size: 18px;
	color: #fff;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	padding-bottom: 15px;
	margin-bottom: 20px;
}

.succession .overlay-content .problems-list li {
	color: #f0f0f0;
}

.succession .overlay-content .problems-list li:before {
	color: #f0f0f0;
}

.succession .overlay-content .description-text {
	color: #fff;
}

.succession .process-section {
	background-color: white;
	padding: 40px;
	margin-bottom: 60px;
	border: 1px solid #e9ecef; /* 輪郭を明確にするための薄い境界線を追加 */
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); /* 影を少し調整して立体感を強調 */
}

.succession .process-title {
	text-align: center;
	font-size: 24px;
	color: #333;
	margin-bottom: 40px;
	position: relative;
}

.succession .process-title:after {
	content: "";
	display: block;
	width: 60px;
	height: 3px;
	background-color: #4a6cb8;
	margin: 10px auto 0;
}

.succession .process-steps {
	display: grid;
	gap: 40px;
	max-width: 500px; /* ステップ全体の最大幅を設定 */
	margin: 0 auto;   /* 中央揃えにする */
}

.succession .process-step {
	display: flex;
	align-items: flex-start;
	gap: 20px;
}

.succession .step-number {
	width: 50px;
	height: 50px;
	background-color: #4a6cb8;
	color: white;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	font-weight: bold;
	flex-shrink: 0;
}

.succession .step-content h3 {
	font-size: 18px;
	color: #333;
	margin-bottom: 10px;
}

.succession .step-content p {
	color: #666;
	line-height: 1.6;
	font-size: 15px;
}

.succession .contact-section {
	/* オレンジ色の背景を削除し、レイアウトを調整 */
	text-align: center;
	margin-bottom: 40px;
}

.succession .contact-section h2 {
	/* 「事業承継の流れ」のタイトルと同様のスタイルを適用 */
	font-size: 24px;
	color: #333;
	margin-bottom: 30px;
	position: relative;
}

.succession .contact-section h2:after {
	content: "";
	display: block;
	width: 60px;
	height: 3px;
	background-color: #4a6cb8; /* 青ライン */
	margin: 10px auto 0;
}

.succession .contact-section p {
	color: #666;
	line-height: 1.6;
	font-size: 16px;
}

.succession .office-info {
	background-color: white;
	padding: 30px;
	border: solid 0.5px #999999;
	font-size: 15px;
	margin-bottom: 60px;
}

.succession .office-list {
	display: grid;
	gap: 15px;
}

.succession .office-item {
	display: grid;
	grid-template-columns: 80px 120px 1fr 160px;
	align-items: center;
	padding: 10px 0;
	border-bottom: 1px solid #eee;
}

.succession .office-item:last-child {
	border-bottom: none;
}

.succession .office-area {
	font-weight: bold;
	color: #333;
}

.succession .office-name {
	color: #666;
}

.succession .office-address {
	color: #666;
	font-size: 14px;
}

.succession .office-tel {
	font-weight: bold;
}

/* 電話番号のリンクスタイル（PC表示がデフォルト） */
.succession .office-tel a {
	display: inline;
	background-color: transparent;
	color: #4a6cb8;
	padding: 0;
	border-radius: 0;
	text-decoration: none;
	pointer-events: none; /* PCではクリック不可 */
}

.succession .office-tel a::before {
	content: none; /* PCではアイコンなし */
}

@media (max-width: 768px) {
	.succession .right-content {
		display: flex;
		flex-direction: column;
	}

	.succession .appeal-points {
		position: static; /* 絶対配置を解除して通常の流れに戻す */
		flex-direction: row; /* 横並びに変更 */
		justify-content: center; /* 横方向の中央揃え */
		margin: 20px 0; /* 上下の余白を設定 */
		gap: 15px; /* パーツ間の余白 */
		order: 2; /* 表示順を2番目に設定 */
	}

	.succession .appeal-point {
		width: auto; /* 幅をコンテンツに合わせる */
		padding: 10px 20px;
		font-size: 16px;
	}

	/* スマホ表示では .right-content の order: -1 が継承されるため、特別な指定は不要です */
	.succession .hero-image {
		height: 250px; /* スマートフォン表示では高さを250pxに維持 */
		order: 1; /* 表示順を1番目に設定 */
	}

	.succession .overlay-content {
		position: static; /* 絶対配置を解除 */
		background-color: transparent;
		color: inherit;
		padding: 0;
		max-width: 100%;
		order: 3; /* 表示順を3番目に設定 */
		/* margin-top: 30px;  appeal-pointsが間に入るため不要に */
	}

	.succession .overlay-content h2 {
		color: #333; /* 元の文字色に戻す */
		border-bottom: none;
	}

	.succession .overlay-content .problems-list li {
		color: #555; /* 元の文字色に戻す */
	}

	.succession .overlay-content .problems-list li:before {
		color: #666; /* 元の文字色に戻す */
	}

	.succession .overlay-content .description-text {
		color: #555; /* 元の文字色に戻す */
	}

	.succession .process-section {
		padding: 40px 20px; /* 上下のpaddingは40px、左右のpaddingを20pxに */
	}

	.succession .office-item {
			grid-template-columns: 1fr;
			gap: 10px;
			padding: 15px 0;
	}

	.succession .office-tel {
		text-align: left; /* 左寄せに変更 */
		margin-top: 10px;
	}

	/* スマホ表示では電話番号をクリック可能にするが、見た目はPC表示と同じにする */
	.succession .office-tel a {
		pointer-events: auto; /* クリックを有効化 */
	}
	
	.succession .container {
			padding: 10px;
	}
}

/* お問い合わせボタンのラッパー */
.contact-button-wrapper {
    text-align: center; /* ボタンを中央に配置 */
    margin-top: 20px;   /* 見出しとの間に余白を設定 */
    margin-bottom: 80px; /* 下のセクションとの間に余白を設定 */
}

/* お問い合わせボタンのスタイル */
.contact-button {
    display: inline-block;
    padding: 15px 40px;
    font-size: 18px;
    font-weight: bold;
    color: #fff; /* 文字色を白に */
    background-color: #007bff; /* ボタンの背景色（サイトのテーマカラーに合わせて調整してください） */
    border: none;
    border-radius: 5px; /* 角を少し丸める */
    text-decoration: none; /* 下線を消す */
    transition: background-color 0.3s ease; /* ホバー時のアニメーション */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* ボタンに影を付けて立体感を出す */
}

/* ボタンにマウスカーソルを合わせた時のスタイル */
.contact-button:hover {
    background-color: #0056b3; /* ホバー時の背景色を少し濃くする */
    color: #fff;
    text-decoration: none;
}

/* スマートフォン向けの調整 */
@media screen and (max-width: 768px) {
    .contact-button {
        width: 90%; /* 画面幅に合わせてボタンの幅を調整 */
        padding: 15px 0;
        font-size: 16px;
    }
}

/*===============================================
	Column Page
===============================================*/

.list-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #f0f0f0;
    padding-bottom: 10px;
}

.list-header h3 {
    margin-bottom: 0 !important; /* h3のデフォルトマージンをリセット */
    /* 元のh3スタイルを復元 */
    font-size: 180%;
    letter-spacing: 0.3em;
    font-weight: bold;
}

.sort-container {
    display: flex;
    align-items: center;
    gap: 8px;
}

.sort-label {
    font-size: 14px;
    color: #555;
}

.toggle-switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 26px;
}

.toggle-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
    border-radius: 26px;
}

.slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
}

input:checked + .slider {
    background-color: #13479c; /* サイトのテーマカラーに合わせる */
}

input:checked + .slider:before {
    transform: translateX(24px);
}
/* コラム記事一覧用のスタイル */
.column-list {
    display: flex; /* flexboxを有効化 */
    flex-direction: column; /* アイテムを縦に並べる */
    gap: 20px;
    margin-top: 30px; 
}
.column-box {
    width: 100%; /* 親要素いっぱいに広げる */
    border: 1px solid #ccc;
    border-radius: 5px;
    color: inherit;
    transition: box-shadow 0.3s;
}
.column-box:hover {
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}
.column-content {
    display: flex;
    flex-direction: row; /* PCでは横並び */
    padding: 15px;
    gap: 20px; /* PC表示時の画像とテキストの間の余白 */
}
.column-img {
    width: 240px !important; /* 画像の幅を固定 (優先度を上げる) */
    height: 180px;
    max-width: 240px !important; /* 他のCSSによるmax-widthを上書きして幅を固定 (優先度を上げる) */
    object-fit: cover;
    flex-shrink: 0; /* PC表示で画像が縮まないようにする */
}
.column-dates {
    display: flex;
    gap: 10px;
    margin-bottom: 8px;
}
.column-date {
    font-size: 12px;
    color: #888;
}
.column-date.updated {
    color: #c83264; /* 更新日の色を変えて目立たせる */
    font-weight: bold;
}
.column-content h4 {
    font-size: 18px;
    margin: 0 0 10px;
    font-weight: bold;
		background-color: #fafad2;
}
.column-description {
    font-size: 1.2em;
    line-height: 1.6;
    margin: 0;
    color: #555;
}

/* スマートフォン表示用のスタイル (959px以下) */
@media screen and (max-width: 959px) {
    .column-content {
        flex-direction: column; /* flexアイテムを縦並びにする */
        gap: 15px;
    }

    .list-header {
        margin-bottom: 20px;
    }

    .column-content picture {
        order: 2; /* 画像を2番目に */
    }

    .column-img {
        width: 100% !important; /* 画像をコンテナ幅いっぱいに */
        max-width: 100% !important;
        height: auto; /* 高さを自動調整 */
    }

    .column-text {
        order: 1; /* テキストブロックを1番目に */
    }

    .column-dates {
        order: 1;
    }

    .column-text h4 {
        order: 1; /* タイトルをテキストブロック内の1番目に */
    }

    .column-description {
        order: 2; /* 説明文をテキストブロック内の2番目に */
    }
}

/*===============================================
	Column Article Page
===============================================*/
.column-article {
    max-width: 800px;
    margin: 0 auto;
}

.article-header {
    margin-bottom: 30px;
}

.article-header h1 {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 15px;
}

.article-eyecatch {
    display: block;
    text-align: center; /* 画像を中央に配置 */
    margin-bottom: 40px;
}

.article-eyecatch img {
    max-width: 100%; /* コンテナより大きい場合は縮小 */
    width: auto; /* 画像の本来の幅を維持 */
    height: auto;
    border-radius: 5px;
}

.article-body {
    line-height: 1.8;
    font-size: 17px;
}

.article-body h2 {
    font-size: 26px;
    font-weight: bold;
    margin: 40px 0 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #13479c;
}

.article-body h3 {
    font-size: 22px;
    font-weight: bold;
    margin: 20px 0 20px;
    padding-left: 15px;
    border-left: 5px solid #13479c;
}

.article-body p {
    margin-bottom: 1.5em;
}

.back-to-list {
    text-align: center;
    margin-top: 60px;
}

.button-like {
    display: inline-block;
    padding: 10px 30px;
    background-color: #777;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s;
}

.button-like:hover {
    background-color: #555;
}

.article-body .img-in-article {
    display: block;
    max-width: 600px;
    width: 100%;
    margin: 30px auto;
    border-radius: 5px;
}

.article-body ul,
.article-body ol {
    background-color: #f9f9f9;
    border: 1px solid #eee;
    padding: 20px 20px 20px 40px;
    margin: 20px 0;
    border-radius: 5px;
}

.article-body li {
    margin-bottom: 10px;
}

.article-body li:last-child {
    margin-bottom: 0;
}

.article-body .intro {
    color: #555;
    margin-bottom: 30px;
    padding: 25px;
    background: #FFEBCD;
    border-radius: 4px;
}

.article-body .highlight {
    background: #f0f4ff;
    padding: 20px;
    border-radius: 6px;
    margin: 20px 0;
}

.article-body .highlight h3 {
    color: #13479c;
    margin-bottom: 10px;
    font-size: 20px;
    border: none; 
    padding-left: 0; 
}

.article-body .card-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 25px 0;
}

/* 横並びのカードグリッド用スタイル */
.article-body .card-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
		margin-bottom: 1.5em;
}

.article-body .card-item {
    background: #fff;
    padding: 20px;
    border-radius: 6px;
    border: 1px solid #e0e0e0;
    transition: box-shadow 0.3s ease;
    margin: 0;
    display: flex;
    flex-direction: column;
}

.article-body .card-item:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.article-body .card-item h4 {
    color: #13479c;
    margin-bottom: 10px;
    font-size: 19px;
    min-height: 2.2em;
		font-weight: bold;
}

.article-body .song-count-grid .card-item {
    text-align: center;
}

.article-body .number-stat {
    font-size: 2.5rem;
    font-weight: bold;
    color: #FF8C00;
    display: block;
    margin: 10px 0;
}

.article-body .cta-section {
    background: #2c3e50;
    color: white;
    padding: 25px;
    border-radius: 6px;
    text-align: left;
    margin: 50px 0;
}

.article-body .cta-button-wrapper {
    text-align: center;
}

.article-body .cta-button-wrapper .cta-button + .cta-button {
    margin-left: 15px;
}

.article-body .cta-button {
    display: inline-block;
    background: #FF8C00;
    color: #fff;
    padding: 12px 25px;
    text-decoration: none;
    border-radius: 4px;
    font-weight: bold;
    transition: all 0.3s ease;
    margin-top: 15px;
    border: 1px solid #FF8C00;
}

.article-body .cta-button:hover {
    background: #fff;
    color: #333;
}

.article-body .cta-button.cta-button-blue {
    background: #007bff;
    border-color: #007bff;
}

.article-body .cta-button.cta-button-blue:hover {
    background: #fff;
    color: #13479c;
}


.article-body .cta-section h3 {
    border: none;
    padding: 0;
    margin-bottom: 15px;
    color: white;
}

@media screen and (max-width: 768px) {
    .article-header h1 {
        font-size: 24px;
    }
    .article-body h2 {
        font-size: 22px;
    }
    .article-body h3 {
        font-size: 20px;
    }
    .article-body .card-grid {
        /* スマートフォンではすべて1列にする */
        grid-template-columns: 1fr; 
    }
}
	
/*===============================================
	Column Article Page (article002)
===============================================*/
.article-body .brand-grid {
    gap: 30px;
}

.article-body .brand-card {
    /* .card-item と同じスタイルを継承するため、特別なスタイルをリセット */
}

.article-body .brand-card.dam {
    /* 背景色を削除 */
}

.article-body .brand-card.joysound {
    /* 背景色を削除 */
}

.article-body .brand-card h3 {
    text-align: center;
    border: none;
    padding: 0;
    margin-top: 0; /* h3の上の余白を削除 */
    margin-bottom: 20px; /* h3の下の余白を調整 */
}

.article-body .feature-points {
    list-style: none;
    padding: 10px;
    margin: 0;
}

.article-body .feature-points li {
    margin-bottom: 8px;
    padding-left: 20px;
    position: relative;
}

.article-body .feature-points li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #27ae60; /* チェックマークの色をテーマカラーに変更 */
    font-weight: bold;
}

.article-body .recommendation-box {
	background-color: #fffacd;

}

.article-body .recommendation-box h4 {
    color: #856404;
    margin-bottom: 10px;
		font-weight: bold;
}

.article-body .recommendation-box p {
    color: #856404;
    margin-bottom: 0;
}

/*===============================================
	Column Article Page (article003)
===============================================*/
.article-body .shop-type-grid {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
}

.article-body .shop-card {
    border-top: 5px solid #f39c12;
}

.article-body .shop-card.snack {
    border-top-color: #e74c3c;
}

.article-body .shop-card.bar {
    border-top-color: #9b59b6;
}

.article-body .shop-card.izakaya {
    border-top-color: #3498db;
}

.article-body .shop-card.hotel {
    border-top-color: #2ecc71;
}

.article-body .shop-card.facility {
    border-top-color: #f39c12;
}

.article-body .shop-card h3 {
    text-align: center;
    border-left: none; /* 左ボーダーを削除 */
    padding-left: 0; /* 左のパディングを削除 */
    margin-top: 0; /* 上の余白を削除 */
    margin-bottom: 20px; /* 下の余白を調整 */
}

.article-body .budget-section {
    background: #fff3cd;
    padding: 20px;
    border-radius: 8px;
    margin: 25px 0;
    border: 1px solid #ffeaa7;
}

.article-body .budget-section h3 {
    color: #856404;
    margin-bottom: 15px;
    font-size: 2rem;
    border: none;
    padding: 0;
}

.article-body .budget-section .card-item h4 {
    color: #d35400;
}

.article-body .warning-box {
    background: #fff3cd;
    border: 1px solid #f39c12;
    padding: 15px;
    border-radius: 6px;
}

.article-body .warning-box h4 {
    color: #d35400;
    margin-bottom: 10px;
		font-weight: bold;
}

.article-body .warning-box p {
    color: #d35400;
    margin-bottom: 0;
}

.article-body .checklist {
    background: #d4edda;
    padding: 20px;
    border-radius: 8px;
}

.article-body .checklist h4 {
    color: #27ae60;
    margin-bottom: 15px;
    font-size: 2rem;
		font-weight: bold;
}

.article-body .checklist ul {
    list-style: none;
    padding: 0;
    background: none;
    border: none;
}

.article-body .checklist li {
    padding: 5px 0 5px 25px;
    position: relative;
}

.article-body .checklist li:before {
    content: "☑";
    position: absolute;
    left: 0;
    color: #27ae60;
    font-size: 1.7rem;
}

/*===============================================
	Column Article Page (article004)
===============================================*/
.article-body .cost-overview {
    /* 背景色と関連スタイルを削除 */
    margin: 25px 0;
}

.article-body .cost-overview h2 {
    font-size: 2rem; /* 文字サイズを2remに */
    /* 他のh2スタイル（左寄せ、下線など）は継承されます */
}

.article-body .payment-options {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
    margin: 25px 0;
    border: 1px solid #e9ecef;
}

.article-body .payment-options h3 {
    color: #333;
    margin-bottom: 15px;
    font-size: 2rem;
    border: none;
    padding: 0;
}

.article-body .payment-options .cost-category {
    text-align: center;
    font-weight: bold;
	color: #e74c3c;
    margin-top: 10px;
    margin-bottom: 5px;
}

.article-body .payment-options .cost-category:not(:first-of-type) {
    border-top: 1px solid #e0e0e0;
    padding-top: 10px;
}

.article-body .payment-options .card-item p strong {
    font-weight: bold;
}

/* 新しい比較表のスタイル */
.article-body .comparison-grid-3col {
    display: grid;
    grid-template-columns: 1fr 1fr; /* PCでは2列 */
    gap: 20px;
}

.article-body .plan-column {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
}

.article-body .plan-header {
    font-weight: bold;
    text-align: center;
    color: white;
    padding: 10px;
    border-radius: 8px 8px 0 0;
}

.article-body .plan-column.rental .plan-header { background-color: #e74c3c; }
.article-body .plan-column.purchase .plan-header { background-color: #27ae60; }

.article-body .plan-item {
    padding: 15px;
    border-top: 1px solid #e0e0e0;
		text-align: center;
}

.article-body .category-label {
    font-weight: bold;
    color: #e74c3c;
    margin-bottom: 10px;
    text-align: center;
}

.article-body .plan-item p {
    margin-bottom: 1em;
}
.article-body .plan-item p:last-child {
    margin-bottom: 0;
}

.article-body .plan-item h4 {
    font-weight: bold;
    margin-bottom: 0.5em;
}

.article-body .plan-item ul.text-left {
    text-align: left;
}

.article-body .comparison-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.article-body .comparison-table th,
.article-body .comparison-table td {
    padding: 12px;
    text-align: center;
    border-bottom: 1px solid #ddd;
}

.article-body .comparison-table th {
    background: #34495e;
    color: white;
    font-weight: bold;
}

.article-body .comparison-table .price {
    font-weight: bold;
    color: #e74c3c;
}

.article-body .copyright-section {
    background: #fff3cd;
    padding: 20px;
    border-radius: 8px;
    margin: 20px 0;
    border: 1px solid #ffeaa7;
}

.article-body .copyright-section h3 {
    color: #856404;
    margin-bottom: 15px;
    border: none;
    padding: 0;
		font-weight: bold;
}

.article-body .copyright-item {
    background: white;
    padding: 15px;
    margin: 10px 0;
    border-radius: 6px;
    border-top: 4px solid #f39c12;
}

.article-body .copyright-item h4 {
    font-weight: bold;
}

.article-body .cost-amount {
    color: #e74c3c;
    font-weight: bold;
    margin-top: 10px;
}

.article-body .savings-tips {
    background: #e8f5e8;
    padding: 20px;
    border-radius: 8px;
    margin: 25px 0;
    border: 1px solid #c3e6cb;
}

.article-body .savings-tips h3 {
    color: #155724;
    margin-bottom: 15px;
    border: none;
    padding: 0;
}

.article-body .savings-list {
    list-style: none;
    padding: 0;
    background: none;
    border: none;
}

.article-body .savings-list li {
    padding: 8px 0 8px 25px;
    position: relative;
}

.article-body .savings-list li:before {
    content: "💰";
    position: absolute;
    left: 0;
    font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
    .article-body .comparison-grid-3col {
        grid-template-columns: 1fr; /* スマホでは1列にする */
        gap: 20px;
    }
}

/*===============================================
	Column Article Page (article005)
===============================================*/
.article-body .comparison-overview {
    background: #e8f4fd;
    padding: 25px;
    border-radius: 10px;
    margin: 25px 0;
    border: 1px solid #bee5eb;
}

.article-body .cost-highlight {
    background: #f8f9fa;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 20px;
    text-align: center;
}

.article-body .cost-highlight .initial-cost {
    font-size: 1.1rem;
    color: #e74c3c;
    font-weight: bold;
}

.article-body .cost-highlight .monthly-cost {
    font-size: 1rem;
    color: #7f8c8d;
    margin-top: 5px;
}

.article-body .pros-cons {
    margin: 20px 0;
}

.article-body .pros-cons h4 {
    color: #27ae60;
    margin-bottom: 10px;
    font-size: 1.1rem;
}

.article-body .pros-cons.cons h4 {
    color: #e74c3c;
}

.article-body .pros-cons ul {
    list-style: none;
    padding: 0;
    background: none;
    border: none;
}

.article-body .pros-cons li {
    padding: 5px 0 5px 25px;
    position: relative;
}

.article-body .pros-cons.pros li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #27ae60;
    font-weight: bold;
    font-size: 1.2rem;
}

.article-body .pros-cons.cons li:before {
    content: "×";
    position: absolute;
    left: 0;
    color: #e74c3c;
    font-weight: bold;
    font-size: 1.2rem;
}

.article-body .suitable-for {
    background: #e8f5e8;
    padding: 15px;
    border-radius: 8px;
    margin-top: 20px;
}

.article-body .suitable-for h4 {
    color: #155724;
    margin-bottom: 10px;
}

.article-body .comparison-table .winner {
    background: #d4edda;
    font-weight: bold;
}

.article-body .comparison-table .winner.rental-win {
    background-color: #e74c3c; /* レンタルプランのヘッダー色 */
    color: #fff;
}

.article-body .comparison-table .winner.purchase-win {
    background-color: #27ae60; /* 購入プランのヘッダー色 */
    color: #fff;
}


.article-body .decision-flowchart {
    background: #fff3cd;
    padding: 25px;
    border-radius: 10px;
    margin: 25px 0;
    border: 1px solid #ffeaa7;
}

.article-body .decision-flowchart h3 {
    color: #856404;
    margin-bottom: 20px;
    text-align: center;
    border: none;
    padding: 0;
}

.article-body .flowchart-step {
    position: relative;
    padding: 15px;
    background: white;
    border-radius: 6px;
    margin-bottom: 30px;
}

.article-body .flowchart-step h4 {
    font-weight: bold;
    color: #2c3e50;
    margin-bottom: 10px;
}

.article-body .flowchart-step .arrow {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    font-size: 3.5rem;
    color: #856404;
}

.article-body .scenario-card .recommendation {
    padding: 10px;
    border-radius: 6px;
    margin-top: 15px;
    font-weight: bold;
    text-align: center;
}

.article-body .scenario-card .recommendation.rental {
    background: #f8d7da;
    color: #721c24;
}

.article-body .scenario-card .recommendation.purchase {
    background: #d4edda;
    color: #155724;
}

.article-body .tips-section {
    background: #e8f5e8;
    padding: 25px;
    border-radius: 10px;
    margin: 25px 0;
    border: 1px solid #c3e6cb;
}

.article-body .tips-section h3 {
    color: #155724;
    margin-bottom: 20px;
    border: none;
    padding: 0;
}

.article-body .tips-list {
    list-style: none;
    padding: 0;
    background: none;
    border: none;
}

.article-body .tips-list li {
    padding: 10px 0 10px 30px;
    position: relative;
}

.article-body .tips-list li:before {
    content: "💡";
    position: absolute;
    left: 0;
    font-size: 1.3rem;
}

/*===============================================
	Column Article Page (article006)
===============================================*/
.article-body .step-overview {
    background: #e8f4f8;
    padding: 25px;
    border-radius: 10px;
    margin: 25px 0;
    border: 1px solid #bee5eb;
}

.article-body .step-overview h3 {
    color: #0c5460;
    margin-bottom: 15px;
    text-align: center;
    border: none;
    padding: 0;
}

.article-body .timeline {
    position: relative;
    margin: 30px 0;
    padding-left: 30px;
}

.article-body .timeline:before {
    content: '';
    position: absolute;
    left: 15px;
    top: 0;
    bottom: 0;
    width: 3px;
    background: #3498db;
}

.article-body .timeline-item {
    position: relative;
    background: white;
    border-radius: 10px;
    padding: 25px;
    margin-bottom: 20px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    border-left: 5px solid #3498db;
    transition: transform 0.3s ease;
}

.article-body .timeline-item:hover {
    transform: translateX(5px);
}

.article-body .timeline-item:before {
    content: '';
    position: absolute;
    left: -33px;
    top: 30px;
    width: 15px;
    height: 15px;
    background: #3498db;
    border-radius: 50%;
    border: 3px solid white;
    box-shadow: 0 0 0 3px #3498db;
}

.article-body .step-number {
    background: #3498db;
    color: white;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    margin-bottom: 10px;
}

.article-body .step-title {
    color: #2c3e50;
    margin-bottom: 10px;
    font-weight: bold;
}

.article-body .step-duration {
    background: #f39c12;
    color: white;
    padding: 3px 8px;
    border-radius: 15px;
    display: inline-block;
    margin-bottom: 10px;
}

.article-body .step-details {
    background: #f8f9fa;
    padding: 15px;
    border-radius: 6px;
    margin-top: 15px;
}

.article-body .step-details ul {
    list-style: none;
    padding: 0;
    background: none;
    border: none;
}

.article-body .step-details li {
    padding: 5px 0 5px 20px;
    position: relative;
}

.article-body .step-details li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #27ae60;
    font-weight: bold;
}

.article-body .preparation-card {
    background: #fff3cd;
    border-top: 5px solid #f39c12;
}

.article-body .preparation-card h3 {
    color: #856404;
}

.article-body .preparation-card ul {
    list-style: none;
    padding: 0;
    background: none;
    border: none;
}

.article-body .preparation-card li {
    padding: 8px 0 8px 25px;
    position: relative;
}

.article-body .preparation-card li:before {
    content: "📋";
    position: absolute;
    left: 0;
}

.article-body .support-section {
    background: #27ae60;
    color: white;
    padding: 25px;
    border-radius: 8px;
    margin: 25px 0;
    text-align: center;
}

.article-body .support-section h3 {
    border: none;
    padding: 0;
    color: white;
}

/* コラム一覧ページの導入文 */
#main > p.txt {
    font-size: 1.2em;
    line-height: 1.8;
}

.article-body .support-features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    margin: 20px 0;
}

.article-body .support-feature {
    background: rgba(255,255,255,0.1);
    padding: 15px;
    border-radius: 6px;
}

.article-body .support-feature .icon {
    font-size: 2rem;
    margin-bottom: 10px;
}

.article-body .conclusion-section {
    background: #e8f4f8;
    padding: 25px;
    border-radius: 10px;
    margin: 25px 0;
    border: 1px solid #bee5eb;
    text-align: center;
}

.article-body .conclusion-section h3 {
    color: #0c5460;
    border: none;
    padding: 0;
}

/*===============================================
	Column Article Page (article007)
===============================================*/
.article-body .important-notice {
    background: #e74c3c;
    color: white;
    padding: 20px;
    border-radius: 8px;
    margin: 25px 0;
    text-align: center;
}

.article-body .important-notice h3 {
    border: none;
    padding: 0;
    color: white;
}

.article-body .important-notice .highlight-text {
    font-weight: bold;
    margin: 15px 0;
}

.article-body .checklist-overview {
    background: #fff3cd;
    padding: 25px;
    border-radius: 10px;
    margin: 25px 0;
    border: 1px solid #ffeaa7;
    border-top: 5px solid #f39c12;
}

.article-body .checklist-overview h3 {
    color: #856404;
    margin-bottom: 15px;
    text-align: center;
    border: none;
    padding: 0;
}

.article-body .checkpoint-card {
    border-top: 5px solid #3498db;
}

.article-body .checkpoint-card h3 {
    color: #2c3e50;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    border: none;
    padding: 0;
}

.article-body .checkpoint-card .icon {
    margin-right: 10px;
}

.article-body .checkpoint-card ul {
    list-style: none;
    padding: 0;
    background: none;
    border: none;
}

.article-body .checkpoint-card li {
    padding: 8px 0 8px 25px;
    position: relative;
    border-bottom: 1px solid #ecf0f1;
}

.article-body .checkpoint-card li:last-child {
    border-bottom: none;
}

.article-body .checkpoint-card li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #27ae60;
    font-weight: bold;
}

.article-body .priority-section {
    background: #d4edda;
    border: 1px solid #c3e6cb;
    border-left: 5px solid #28a745;
    padding: 25px;
    border-radius: 10px;
    margin: 25px 0;
}

.article-body .priority-section h3 {
    color: #155724;
    margin-bottom: 20px;
    border: none;
    padding: 0;
}

.article-body .priority-items {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 15px;
    margin-top: 15px;
}

.article-body .priority-item {
    background: #ffffff;
    padding: 15px;
    border-radius: 8px;
    border: 2px solid #c3e6cb;
    text-align: center;
}

.article-body .priority-item .number {
    background: #28a745;
    color: white;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    margin-bottom: 10px;
}

.article-body .priority-item h4 {
    color: #155724;
    margin-bottom: 8px;
}

.article-body .consultation-section {
    background: #2c3e50;
    color: white;
    padding: 30px;
    border-radius: 10px;
    margin: 50px 0;
    text-align: center;
}

.article-body .consultation-section h3 {
    color: white;
    border: none;
    padding: 0;
}

.article-body .consultation-benefits {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 2列のグリッドに固定 */
    gap: 20px;
    margin: 25px 0;
}

.article-body .consultation-benefit {
    background: rgba(255,255,255,0.1);
    padding: 20px;
    border-radius: 8px;
}

.article-body .consultation-benefit .icon {
    margin-bottom: 10px;
		font-size: 1.5em;
}

.article-body .consultation-benefit h4 {
    margin-bottom: 8px;
}

.article-body .warning-box .icon {
    margin-right: 8px;
}

/* スマートフォン向けの調整 */
@media screen and (max-width: 768px) {
    .article-body .consultation-benefits {
        grid-template-columns: 1fr; /* 1列にする */
    }
}

/*===============================================
	Column Article Page (article008)
===============================================*/
.article-body .emergency-section {
    background: #dc3545;
    color: white;
    padding: 25px;
    border-radius: 10px;
    margin: 25px 0;
    text-align: center;
}

.article-body .emergency-section h3 {
    border: none;
    padding: 0;
    color: white;
}

.article-body .emergency-section .highlight-text {
    font-weight: bold;
    margin: 15px 0;
    background: rgba(255,255,255,0.1);
    padding: 10px;
    border-radius: 5px;
    display: inline-block;
}

.article-body .maintenance-overview {
    background: #fff3cd;
    padding: 25px;
    border-radius: 10px;
    margin: 25px 0;
    border: 1px solid #ffeaa7;
    border-top: 5px solid #f39c12;
}

.article-body .maintenance-overview h3 {
    color: #856404;
    margin-bottom: 15px;
    text-align: center;
    border: none;
    padding: 0;
}

.article-body .trouble-grid {
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
}

.article-body .trouble-card {
    border-top: 5px solid #dc3545;
}

.article-body .trouble-card h3 {
    border: none;
    padding: 0;
    display: flex;
    align-items: center;
}

.article-body .trouble-card .icon {
    margin-right: 10px;
}

.article-body .problem-symptom {
    background: #f8d7da;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 15px;
    border-left: 4px solid #dc3545;
}

.article-body .problem-symptom h4 {
    color: #721c24;
    margin-bottom: 8px;
}

.article-body .solution-steps {
    background: #d4edda;
    padding: 15px;
    border-radius: 8px;
    border-left: 4px solid #28a745;
}

.article-body .solution-steps h4 {
    color: #155724;
    margin-bottom: 10px;
}

.article-body .solution-steps ol {
    padding-left: 20px;
    color: #155724;
    background: none;
    border: none;
    margin: 0;
}

.article-body .maintenance-schedule {
    background: #e3f2fd;
    padding: 25px;
    border-radius: 10px;
    margin: 25px 0;
    border: 1px solid #bbdefb;
}

.article-body .maintenance-schedule h3 {
    color: #1565c0;
    margin-bottom: 20px;
    text-align: center;
    border: none;
    padding: 0;
}

.article-body .schedule-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
    margin-top: 20px;
}

.article-body .schedule-item {
    background: #ffffff;
    padding: 20px;
    border-radius: 8px;
    border: 2px solid #bbdefb;
    text-align: center;
}

.article-body .schedule-item .frequency {
    background: #2196f3;
    color: white;
    padding: 8px 15px;
    border-radius: 20px;
    font-weight: bold;
    margin-bottom: 15px;
    display: inline-block;
}

.article-body .schedule-item h4 {
    color: #1565c0;
    margin-bottom: 10px;
}

.article-body .schedule-item ul {
    list-style: none;
    padding: 0;
    text-align: left;
    background: none;
    border: none;
}

.article-body .schedule-item li {
    padding: 5px 0 5px 20px;
    position: relative;
    color: #495057;
}

.article-body .schedule-item li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #28a745;
    font-weight: bold;
}

.article-body .prevention-tips {
    background: #e8f5e8;
    padding: 25px;
    border-radius: 10px;
    margin: 25px 0;
    border: 1px solid #c3e6cb;
}

.article-body .prevention-tips h3 {
    color: #155724;
    margin-bottom: 20px;
    text-align: center;
    border: none;
    padding: 0;
}

.article-body .tips-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 15px;
    margin-top: 20px;
}

.article-body .tip-item {
    background: #ffffff;
    padding: 20px;
    border-radius: 8px;
    border: 2px solid #c3e6cb;
}

.article-body .tip-item .tip-icon {
    margin-bottom: 10px;
    text-align: center;
}

.article-body .tip-item h4 {
    color: #155724;
    margin-bottom: 10px;
    text-align: center;
}

.article-body .tip-item p {
    color: #495057;
    margin-bottom: 0;
    text-align: center;
}

/*===============================================
	Column Article Page (article009)
===============================================*/
.article-body .faq-container {
    margin: 30px 0;
}

.article-body .faq-item {
    background: #fff;
    border-radius: 12px;
    margin-bottom: 20px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    border: 1px solid #e9ecef;
    overflow: hidden;
    transition: all 0.3s ease;
}

.article-body .faq-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}

.article-body .faq-question {
    background: linear-gradient(135deg, #667eea, #764ba2);
    color: white;
    padding: 20px;
    font-weight: bold;
    display: flex;
    align-items: center;
    position: relative;
}

.article-body .faq-number {
    background: rgba(255,255,255,0.2);
    color: white;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    margin-right: 15px;
    flex-shrink: 0;
}

.article-body .faq-answer {
    padding: 25px;
    color: #495057;
    background: #fafbfc;
}

.article-body .faq-answer p {
    margin-bottom: 15px;
    line-height: 1.8;
}

.article-body .faq-answer p:last-child {
    margin-bottom: 0;
}

.article-body .highlight-box {
    background: #e8f4fd;
    border: 2px solid #b3d9ff;
    border-radius: 8px;
    padding: 20px;
    margin: 15px 0;
    position: relative;
}

.article-body .highlight-box::before {
    content: "💡";
    position: absolute;
    top: -10px;
    left: 20px;
    background: #e8f4fd;
    padding: 0 8px;
}

.article-body .highlight-box p {
    margin: 0;
    color: #0066cc;
    font-weight: 500;
}

.article-body .quick-contact {
    background: #fff3cd;
    border: 2px solid #ffeaa7;
    border-radius: 8px;
    padding: 15px;
    margin: 15px 0;
    text-align: center;
}

.article-body .quick-contact p {
    margin: 0;
    color: #856404;
    font-weight: 500;
}

/* 関連記事カード (コラム記事内) */
.article-body .related-article-card {
    margin: 2em 0;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    transition: box-shadow 0.3s ease;
}

.article-body .related-article-card:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.article-body .related-article-card a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #333;
}

.article-body .related-article-card picture {
    flex-shrink: 0;
    width: 120px;
    height: 90px;
}

.article-body .related-article-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.article-body .related-article-text {
    padding: 1em;
}

.article-body .related-article-label {
    display: inline-block;
    font-size: 0.8em;
    color: #0056b3;
    font-weight: bold;
    margin-bottom: 0.5em;
}

.article-body .related-article-description {
    font-size: 0.8em;
    color: #555;
    margin-bottom: 0.5em;
    line-height: 1.5;
}

.article-body .related-article-text h4 {
    margin: 0;
    font-size: 1em;
    line-height: 1.4;
}
/*===============================================
	News Page
===============================================*/
#news-details {
	margin-bottom: 8rem;
}

#news-details h3 {
	font-size: 180%;
	font-weight: bold;
	color: #13479c;
	border-bottom: 1px solid #e7eaf3;
	padding-bottom: 1em;
	margin-bottom: 4rem;
}

.news-date {
	color: #999;
	font-weight: bold;
	margin-bottom: 0.5em;
}

.news-body p + p {
	margin-top: 2em;
}

.news-body img,
.news-body iframe {
	max-width: 100%;
}

/*===============================================
	Other Page
===============================================*/
#contents.subcontens #main {
	max-width: 890px;
	margin: 0 auto;
	
}

#contents.subcontens #main h4 {
	padding: 0.8em 1em;
	line-height: 1;
	background: #f8f9fb;
    font-weight: bold;
	font-size: 120%;
	margin: 4rem 0 2em;
}
#contents.subcontens #main h4:before {
	content: "◆ ";
    color: #13479c;
	}

#contents.subcontens dt,
#contents.subcontens dd {
	padding: 1em 0 0 0;
	border-top: 1px solid #e7eaf3;
}
#contents.subcontens dt:first-child,
#contents.subcontens dt:first-child + dd{
	border-top: none;
}

#contents.subcontens dt {
	width: 12em;
	float: left;
	font-weight: bold;
}

#contents.subcontens dt img {
	max-width: 100%;
}
#contents.subcontens dd {
	background: #fff;
	margin-left: 12em;
	padding-left: 2em;
	padding-bottom: 1em;
}
#contents.subcontens dd:after {
	content: '';
	display: block;
	clear: both;
}


#contents.subcontens .link-list a { color: #13479c; text-decoration: underline; }

#contents.subcontens .policy p+p{
	margin-top: 4rem;	
}


#contents.subcontens .policy ol {
	margin-top: 2rem;
	counter-reset: item;
}

#contents.subcontens .policy li:before {
	counter-increment: item;
	content: '（ 'counter(item)' ）';
}

#contents.subcontens .law dt {
	float: none;
	width: 100%;
	border: none;
	margin-top: 1em;
}

#contents.subcontens .law dt:before {
	content: "■"
}

#contents.subcontens .law dd {
    margin-left: 0;
    padding-left: 0;
	border: none;
}

#contents.subcontens .law dd ul {
	list-style-position: inside;
}

#contents.subcontens .law dd li {
	list-style-type: disc;
	padding-left:1em;
text-indent:-1em;
}


#contents.subcontens .company {
	text-align: center;
	margin: 20% auto;
}


@media screen and (max-width: 600px) {
	#contents.subcontens #main h4 {
		margin: 4rem 0 0;
	}
	#contents.subcontens dt,
	#contents.subcontens dd {
		border-top: none;
	}
	#contents.subcontens dt {
		width: 100%;
		float: none;
		padding: 1em 0 0.5em 0;
	}
	#contents.subcontens dd {
		padding: 0 0 1em 0;
		margin: 0;
		border-bottom: 1px solid #e7eaf3;
	}
}

/* スマートフォン向けの調整 (関連記事カード) */
@media (max-width: 767px) {
    .article-body .related-article-card picture {
        width: 100px;
        height: 75px;
    }
    .article-body .related-article-text h4 {
        font-size: 0.9em;
    }
}
}

/* お役立ちコラム（トップページ） */
#column-info {
	padding: 60px 0;
	text-align: center;
}

#column-info h3 {
	font-size: 2em;
	margin-bottom: 40px;
	color: #333;
	text-align: center;
}

.column-list-top {
	display: flex;
	justify-content: center;
	gap: 25px;
	flex-wrap: wrap;
}

.column-box-top {
	display: block;
	width: 30%;
	min-width: 280px;
	max-width: 350px;
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	overflow: hidden;
	text-decoration: none;
	color: #333;
	background-color: #fff;
	box-shadow: 0 4px 8px rgba(0,0,0,0.05);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.column-box-top:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 16px rgba(0,0,0,0.1);
}

.column-img-top {
	width: 100%;
	height: auto;
	object-fit: cover;
	border-bottom: 1px solid #e0e0e0;
}

.column-text-top {
	padding: 15px;
	text-align: left;
}

.column-dates-top {
	font-size: 0.85em;
	color: #888;
	margin-bottom: 8px;
}

.column-text-top h4 {
	font-size: 1.1em;
	font-weight: bold;
	margin: 0;
	line-height: 1.4;
}

.view-more-button-container {
	margin-top: 40px;
	text-align: center;
}

.view-more-button {
	display: inline-block;
	position: relative; /* 矢印の位置の基準にする */
	padding: 14px 70px 14px 40px; /* 横幅と高さを調整 */
	background-color: #13479c;
	color: white;
	text-decoration: none;
	border-radius: 5px;
	font-weight: bold;
	font-size: 1.1em; /* 文字を少し大きくする */
	transition: background-color 0.3s ease;
}

/* 矢印の棒の部分 */
.view-more-button::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 22px;
	transform: translateY(-50%);
	width: 12px;
	height: 2px;
	background: #fff;
}

/* 矢印の先端部分 */
.view-more-button::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 22px;
	transform: translateY(-50%) rotate(45deg);
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}

.view-more-button:hover {
	background-color: #1a59c4;
}

@media (max-width: 768px) {
	.column-list-top {
		flex-direction: column;
		align-items: center;
	}
	.column-box-top {
		width: 90%;
	}
}
