@charset "utf-8";

/* 移管用追加ここから（常に先頭） */
.transfer-page,
.transfer-page :where(:not(iframe, [class*="swiper"])),
.transfer-page *::before,
.transfer-page *::after {
    all: revert;
}

.l-contents:has(.transfer-page .md-mv-heading) {
    overflow: visible;
}

.l-main.transfer-page {
    width: 700px;
    margin: 0 auto;
    background: #fff;
}

.transfer-page {
    width: 100%;
}

.transfer-page :where(a) {
    color: #07519A;
    text-decoration: none;
    line-height: 1.4;
    box-sizing: content-box;
    font-size: 16px;
    margin: 0;
    padding: 0;
}

.transfer-page :where(a:hover) {
    opacity: .8;
    transition: 0s;
    color: #CC0000;
    text-decoration: underline;
}

.transfer-page :where(h1, h2, h3, h4, h5,
    p, ul, ol, li, dl, dt, dd,
    form, table, div) {
    line-height: 1.4;
    box-sizing: content-box;
    font-size: 16px;
    margin: 0;
    padding: 0;
    list-style-type: none;
    color: #333333;
}

.transfer-page :where(img) {
    border: none;
    vertical-align: bottom;
    max-width: none;
}

.transfer-page *::before,
.transfer-page *::after {
    box-sizing: content-box;
}

/* 移管用追加ここまで */

/* ===== 移管元 reform.css 本文 ===== */
body {
	/*スマホで勝手に文字が大きくなる対策*/
	-webkit-text-size-adjust: 100%;
}
/*-----------------------------------------------------------
	#article
-----------------------------------------------------------*/
#article *{
	font-family:'メイリオ','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Verdana,'ＭＳ Ｐゴシック',sans-serif;
}
#article{
	padding: 0 0 30px;
	background-color: #fff;
}
#article h1{
	margin: 0 0 59px;
}
#article .clearfix::after{
	content: "";
	display: block;
	clear: both;
}

/*-----共通-----*/

/*//見出し//*/
#article .secTitle{
	margin: 0 0 20px;
	padding: 3px 0 6px 47px;
	background: url("../images/bg_line.webp") no-repeat -4px;
	font-size: 20px;
	font-weight: bold;
}
#article dt{
	margin: 0 0 5px;
	padding: 5px 0 2px 29px;
	background: url("../images/icn_flower.webp") no-repeat 4px,
				#ffd5eb;
	font-size: 14px;
	font-weight: bold;
}


/*-----------------------------------------------------------
	リフォーム・メニュー
-----------------------------------------------------------*/
#article .reforMenu{
	margin: 5px 0 23px;
	padding: 0 7px;
}

#article .reforMenu dl{
	width: 220px;
	float: left;
	margin: 0 0 19px 13px;
}
#article .reforMenu dl.marginControl{
	margin-left: 0;
}

/*-----------------------------------------------------------
	エクステリア
-----------------------------------------------------------*/
#article .exterior{
	margin: 0 0 40px;
	padding: 0 7px;
}

#article .exterior > .fLeft{
	width: 456px;
	float: left;
}
#article .exterior > .fRight{
	width: 230px;
	float: right;
}

#article .exterior > .fLeft > p{
	margin: 10px 0 0 6px;
	line-height: 18px;
	font-size: 13px;
}
#article .exterior > .fLeft .clearfix{
	margin: 23px 0 0;
}
#article .exterior > .fLeft .clearfix p{
	float: left;
	width: 220px;
	margin: 0 0 0 8px;
}
#article .exterior > .fLeft .clearfix p:first-child{
	margin: 0;
}

/*-----------------------------------------------------------
	エクステリア・メニュー
-----------------------------------------------------------*/
#article .extMenu{
	padding: 0 7px;
}
#article .extMenu dl{
	margin: 0 0 23px;
}
#article .extMenu dt{
	margin-bottom: 20px;
}
#article .extMenu .column3 dd{
	width: 670px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

/*-----------------------------------------------------------
	お問い合わせ
-----------------------------------------------------------*/
#article #contact{
	margin: 60px 0 0;
	padding: 12px 18px;
	border: 3px solid #ffd5eb;
}

#article #contact .contactText{
	width: 407px;
	float: left;
}
#article #contact .contactText h3{
	margin: 0 0 10px;
	border-bottom: 2px solid #ffd5eb;
	color: #ff2796;
	font-size: 20px;
	font-weight: normal;
}
#article #contact .contactText p{
	line-height: 20px;
	font-size: 13px;
}

#article #contact .contactTel{
	width: 239px;
	float: right;
}
#article #contact .contactTel p{
	padding: 7px 0 4px 50px;
	background: url("../images/icn_tel.webp") no-repeat left;
	color: #ff2796;
	font-size: 26px;
	line-height: 30px;
}
#article #contact .contactTel .bt__link {
	position: relative;
	display: block;
	line-height: 0;
}

#article #contact .contactTel .bt__link:hover {
	opacity: 1;
	text-decoration: none;
}

#article #contact .contactTel .bt__img--on {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}

#article #contact .contactTel .bt__link:hover .bt__img--on {
	opacity: 1;
}

.org-footer.l-footer{
	padding: 0;
}

.breadcrumbs{
	width: 100%;
}
