<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */


/* Default style clear------------------------------------------------------- */
@import "reset.css";
/* -------------------------------------------------------Default style clear */


/* WEBフォント【Noto Sans JP / Noto Serif JP / Lato】------------------------- */

@import url(https://fonts.googleapis.com/css?family=Noto+Serif+JP);

@import url(https://fonts.googleapis.com/css?family=Noto+Sans+JP);

@import url(https://fonts.googleapis.com/css?family=Lato);



/*================================================
 *  一般・共通設定
 ================================================*/


body {
	font-family: Lato, 'Century Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
	min-width: 1080px;
	background-color: #EFEFEF;
}

.wrap{
	margin: 0 auto;
	width: 1000px;
}

a {
	color: #056ec9;
	text-decoration: none;
}


#CONTENTS {
	margin: 0 auto;
}

#main {
/*	overflow-x: hidden;*/
	background-color: #FFFFFF;
	background: url('../images/main_bg.png') repeat;
}


#main &gt; section {
	padding-bottom: 6em;
/*	overflow: hidden;*/
}

#main &gt; section:first-of-type {
	padding-top: 5em;
}


.floL{
	float:left;
	margin:0 15px 15px 0;
}


.floR{
	float:right;
	margin:0 0 15px 15px;
}


/*================================================
 *  フォント基本設定
 ================================================*/


html {
	font-size : 1em;
	color: #333333;
	line-height: 1.5em;
	max-height: 999999px;
	-webkit-text-size-adjust: 100%;
}



/*================================================
 *  ヘッダー
 ================================================*/

header {
	width: 100%;
	min-width: 1080px;
	background-color: #FFFFFF;
	letter-spacing: 0.1em;
	position: relative;
	border-top: 25px solid #056ec9;
}


/*　ヘッダー　会社名　*/


.h_comName a::before {
	content: "";
	display: inline-block;
	background: url('../images/logo.png') no-repeat;
	width: 30px;
	height: 30px;
	background-size: contain;
	vertical-align: bottom;
	margin-right: 0.5em;
}

.h_comName {
	padding: 1.5em 1em;
	font-family: 'Noto Sans JP', sans-serif;
}

.h_comName span {
	font-size: 1.5em;
	font-weight: bold;
	margin-left: 0.2em;
}

.h_comName a {
	color: #444444;
	text-decoration: none;
}

/*　ヘッダー　住所・TEL　*/

.h_comTel {
	color: #056ec9;
	font-size: 2.2em;
	font-weight: bold;
	position: absolute;
	top: 0.4em;
	right: 0.5em;
	text-align: right;
}

.headerBox {
	width: 1080px;
	margin: 0 auto;
	position: relative;
}

.h_comTel::before {
	content: "";
	display: inline-block;
	background: url('../images/icon_tel.png') no-repeat;
	width: 31px;
	height: 25px;
	background-size: contain;
	margin-right: 0.1em;
}

.h_comTel span {
	font-size: 0.4em;
	line-height: 1em;
	font-weight: normal;
}


/*================================================
 *  グローバルナビゲーション
 ================================================*/

#topPage .navBox {
	width: 1080px;
	margin: 0 auto;
	position: relative;
	top: 234px;
}

#subPage .navBox {
	width: 1080px;
	margin: 0 auto;
	position: relative;
	top: 38px;
}

nav ul{
	display: flex;
	justify-content: space-between;
	transition: .3s;
}


nav ul li{
	width: 23%;
	height: 3em;
	font-size: 1.2em;
	background-color: #e5f2fd;
	margin-right: 0.5em;
	box-shadow: 6px 0 3px -3px rgba(0, 0, 0, 0.2)
}

nav ul li:first-child {
	margin-left: 0.5em;
}

/* 文字サイズ小 */
ul li a.navFont-s span {
	font-size: 0.7em;
}


nav ul li a.navFont-s {
	padding: 0.2em 0 0.3em 0;
}


nav ul li a {
	display: block;
	text-align: center;
	text-decoration: none;
	padding: 0.9em 0;
	position: relative;
	transition: .3s;
}

nav ul li a:hover {
	background-color: #056ec9;
	color: #FFFFFF;
	transition: .3s;
}

nav ul li .active {
	color: #FFFFFF;
	background-color: #056ec9;
}

nav ul li .active::after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 16px 8px 0 8px;
	border-color: #056ec9 transparent transparent transparent;
	position: absolute;
	top: 60px;
	left: 97px;
}


/*================================================
 *  フッター
 ================================================*/

footer {
	background-color: #EFEFEF;
	padding: 3em 1em;
}


footer a {
	text-decoration: none;
	color: #444444;
}

footer &gt; div {
	display: flex;
	justify-content: space-around;
	align-items: center;
}


/*（フッター会社名）*/

.f_ComName {
	width: 50%;
}

.f_ComName a {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.6em;
}

.f_ComName a::before {
	content: "";
	display: inline-block;
	background: url('../images/logo.png') no-repeat;
	width: 30px;
	height: 30px;
	background-size: contain;
	vertical-align: bottom;
	margin-right: 0.3em;
}

.f_ComName a span {
	font-size: 0.7em;
}

/*（フッター住所）*/
footer address {
	margin-top: 2em;
}


/*（フッターメニュー）*/

.f_Menu {
	width: 30%;
	font-size: 0.9em;
}

.f_Menu li a{
	text-decoration: none;
}

.f_Menu li a:hover {
	text-decoration: underline;
}

.f_Menu li::before {
	content: "\0bb";
	margin-right: 1em;
}

/*** コピーライト＆e-houseバナー ***/

/*（e-house）*/
.e-house {
	width: 15%;
	font-size: 0.7em;
	line-height: 1.2em;
	text-align: center;
}

/*（コピーライト）*/
.copyright {
	color: #FFFFFF;
	font-size: 0.8em;
	padding: 0.1em 0;
	text-align: center;
	background-color: #b50f0f;
}

/*================================================
 *  ページトップへの戻り
 ================================================*/

.totop {
	position: fixed;
	bottom: 1.2em;
	right: 2em;
}
.totop a {
	display: block;
	text-decoration:none;
	position: relative;
	opacity: 1;
	top: 0;
	transition: all .3s ease;
}

.totop a:hover {
	opacity: 0.7;
	top: -0.4em;
	transition: all .3s ease;
}


/*================================================
   下層ページ共通CSS
 ================================================*/


#subPage h1 {
	position: absolute;
	top: -26px;
	font-size: 0.8em;
	color: #FFFFFF;
}

#subPage h2 ~ * {
	padding: 0 0.5em;
}


/*（下層ページ　ヘッダー画像）*/
.subPageTT {
	background-image: url('../images/topImg.jpg'), url('../images/topImg_bg.png'); 
	background-repeat: no-repeat, repeat-x;
	background-position: center center, center bottom;
	height: 186px;
	background-color: #EFEFEF;
	border-bottom: 8px solid #056ec9;
	text-align: center;
	position: relative;
}

/*(「家づくり図書館」画像)*/
.subPageTT img {
	position: relative;
	top: 20px;
	padding: 0.2em;
	border: 2px solid #FFFFFF;
}



/*（下層ページ　セクション見出し）*/

#subPage h2 {
	font-size: 2em;
	letter-spacing: 0.1em;
	padding: 0.5em 1em 0.5em 0.5em;
	margin: 0 auto 0.5em auto;
	position: relative;
}

#subPage h2 span {
	font-size: 0.7em;
	letter-spacing: 0;
	margin-left: 0.8em;
}





/*================================================
 *  各ページ
 ================================================*/

/****** index.html *******************************/

.topImgBox {
	height: 430px;
	background-image: url('../images/topImg.jpg'),
			url('../images/topImg_bg.png'); 
	background-repeat: no-repeat,
			repeat-x;
	background-position: center center,
			center bottom;
	background-color: #EFEFEF;
	border-bottom: 6px solid #056ec9;
	position: relative;
}

/*(「家づくり図書館」画像)*/
.topImgBox img {
	position: relative;
	top: 120px;
	left: 270px;
	padding: 0.2em;
	border: 2px solid #FFFFFF;
}


/*(コンセプト)*/

#main .concept {
	text-align: center;
	padding-bottom: 0;
}

.concept h1 {
	display: inline;
	font-size: 2em;
	line-height: 1.8em;
	font-weight: bold;
	text-align: center;
	border-bottom: 2px dashed #666666;
}

.concept p {
	margin: 2em 1.5em 0 1.5em;
	line-height: 2em;
}

/*(KENJA GLOBAL)*/

#main .kenja-global {
	width: 420px;
	background-color: #FFFFFF;
	border: 3px solid #b1955c;
	margin: 2em auto 0.2em auto;
	padding: 0.2em;
	text-align: left;
	border-radius: 0.5em;
	box-shadow: 0 0 6px #CCCCCC;

}

.kenja-global h2 {
	text-align: center;
	color: #FFFFFF;
	padding: 0.2em;
	background-color: #b1955c;
	font-family: 'Noto Sans JP' ,sans-serif;
	border-radius: 0.3em 0.3em 0 0;
}

.kenja-global div {
	display: flex;
	align-items: center;
}

.kenja-global img {
	margin-top: 0.2em;
}

.kenja-global p {
	text-align: center;
	font-size: 1.2em;
	font-family: 'Noto Serif JP' ,sans-serif;
	padding-top: 0.2em;
}

.kenja-global p span {
	font-size: 0.7em;
}

.kenja-global a {
	color: #444444;
}


/*(詳しくはこちらをクリック)*/

p.click {
	width: 420px;
	margin: 0.5em auto;
	font-family: 'Noto Sans JP' ,sans-serif;
	font-size: 0.8em;
	text-align: center;
}

p.click img {
	vertical-align: text-bottom;
}


/*(見学できます)*/

.view {
	width: 1000px;
	position: relative;
}

.view h2 {
	color: #b50f0f;
	font-size: 1.8em;
	letter-spacing: 0.1em;
	padding: 1em 1em 0.5em 1em;
	position: relative;
}

.view &gt; div {
	padding: 2em 2em 2em 2em;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	background-color: #FFFFFF;
	border: 3px double #CCCCCC;
	border-radius: 1em;
}


.viewContact {
	position: absolute;
	top: -0.5em;
	right: 2em;
	text-align: center;
	line-height: 2em;
}

.view_comTel {
	font-size: 2em;
	color: #FFFFFF;
	background-color: #b50f0f;
	padding: 0 0.3em;
}

.view_comTel::before {
	content: "";
	display: inline-block;
	background: url('../images/icon_tel_w.png') no-repeat;
	width: 31px;
	height: 25px;
	background-size: contain;
	margin-right: 0.1em;
}


.view .workBox {
	text-align: center;
	margin: 0 1.5em;
}

.view .workBox p {
	font-size: 0.8em;
}

.view .workBox p:first-of-type {
	font-weight: bold;
	font-size: 1em;
}

.view .workBox a img {
	opacity: 1;
	padding: 0.2em;
	transition: .3s;
}

.view .workBox a:hover img {
	opacity: 0.7;
	transition: .3s;
}


/*(お知らせ＆更新情報)*/

.newsTopics {
	width: 1000px;
	border: 3px double #CCCCCC;
	padding: 1em 0 1em 0;
	margin: 0 auto;
	position: relative;
	background-color: #FFFFFF;
}


.newsTopics h2 {
	display: inline-block;
	position: relative;
	box-sizing: border-box;
	text-align: center;
	padding: 0.5em 0;
	margin: 0 -10px 0.5em -10px;
	width: calc(100% + 20px);
	font-size: 2em;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
	background-color: #EFEFEF;
}

.newsTopics h2:before {
	 position: absolute;
	 content: '';
	 top: 100%;
	 left: 0;
	 border: none;
	 border-bottom: solid 10px transparent;
	 border-right: solid 10px #AAAAAA;
}

.newsTopics h2:after {
	 position: absolute;
	 content: '';
	 top: 100%;
	 right: 0;
	 border: none;
	 border-bottom: solid 10px transparent;
	 border-left: solid 10px #AAAAAA;
}

.news{
	width: 95%;
	height: 300px;
	margin: 1em auto 0 auto;
	overflow: auto;
	font-size: 0.9em;
	line-height: 1.5em;
	padding: 0 1em;
}

.news dl dt {
	clear: both;
	float: left;
	padding-top: 1em;
	padding-bottom: 1em;
}

.news dl dt::after {
	font-size: 0.75em;
	color: #FFFFFF;
	background-color: #999999;
	font-weight: bold;
	padding: 0.5em 0.6em;
	margin: 0 1em;
	letter-spacing: 0.1em;
	border-radius: 1em;
}

.news dl dt.info::after {
	content: "お知らせ";
}

.news dl dt.event::after {
	content: "イベント";
}

.news dl dt.update::after {
	content: "更新情報";
}

.news dl dd {
	float: left;
	width: 80%;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	margin-left: 0.5em;
	text-align: left;
	border-top: 1px dotted #aaaaaa;

}

.news dd:first-of-type, .news dd + dd {
	border-top: none;
}

.news dl dd a:hover {
	text-decoration: underline;
}

.news dd a img {
	opacity: 1;
	transition: .3s;
}

.news dd a:hover img {
	opacity: 0.7;
	transition: .3s;
}


/*（Newアイコン）*/
.news dl dd.newIcon::before {
	content: "New";
	font-size: 0.9em;
	color: #FF3333;
	font-weight: bold;
	padding: 0 0.2em;
	margin-right: 0.5em;
}

/*（お知らせ個別タイトル）*/
.news dl dt + dd {
	font-weight: bold;
	padding-top: 1em;
	margin-bottom: 0.2em;
}

.news dd p {
	margin-bottom: 0.5em;
}

/*（イベント終了）*/

.ev-end {
	border: 1px solid #999999;
	font-weight: normal;
	font-size: 0.9em;
	padding: 0.3em;
	margin-left: 0.5em;
}

p.sponsor span {
	display: inline-block;
	background-color: #056ec9;
	color: #FFFFFF;
	padding: 0.1em 0.3em 0.2em 0.3em;
	margin-right: 0.5em;
	margin-bottom: 1em;
	position: relative;

}

/****** com.html *******************************/

/*（会社概要）*/


.outline dl dt {
	float: left;
	width: 19%;
	padding: 0.5em;
	border-bottom: 1px solid;
	font-weight: bold;

}

.outline dl dd {
	float: left;
	width: 77%;
	padding: 0.5em;
	border-bottom: 1px solid;
}


/*（Googleマップ）*/
#subPage iframe {
	padding: 2em 0;
	display: block;
	border: 0;
	vertical-align: bottom;
}


/*（スタッフ紹介）*/

.staffBox {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	z-index: 0;
	position: relative;
}

.staffBox div {
	width: 45%;
	padding: 0.5em;
	margin-bottom: 2em;
	font-size: 0.9em;
	line-height: 1.5em;
}


.staffName {
	width: 45%;
	font-size: 1.4em;
	border-right: 18px solid #056ec9;
	background-color: #FFFFFF;
	padding: 0.3em 0 0.3em 1em;
	font-family: 'Noto Serif JP' ,sans-serif;
	letter-spacing: 0.1em;
	position: relative;
}

.staffName span {
	font-size: 0.7em;
	display: block;
	font-family: 'Noto Sans JP' ,sans-serif;
	letter-spacing: 0;
}

.staffName::after {
	content:"";
	display:block;
	position: absolute;
	z-index: -1;
	bottom: 5px;
	right: 0;
	height: 15px;
	width: 99%;
	background: rgba(0,0,0,0.5);
	box-shadow: 0 5px 5px rgba(0,0,0,0.3);
	transform: rotate(2deg);
}

.staffBox img {
	float: left;
	margin: 1em 1em 0.5em 0;
}

.staffCmt {
	margin-top: 1em;
}


/****** standerd.html *******************************/


.standerd div {
	margin: 6em auto 2em auto;
	background-color: #FFFFFF;
	box-shadow: 0 0 6px rgba(0,0,0,0.3);
	text-align: center;
}

.standerd div:first-of-type {
	margin: 2em auto;
}

.standerd div h3 {
	padding: 1em 0.5em 0.5em 0.5em;
	margin-bottom: 0.5em;
	font-size: 2.2em;
	letter-spacing: 0.1em;
	font-family: 'Noto Serif JP' ,sans-serif;
}

.standerd div h3 span {
	font-size: 0.7em;
	letter-spacing: 0;
}



/****** work.html *******************************/


/*（家づくり図書館の家）*/

#subPage .homeBox &gt; div {
	display: flex;
	justify-content: space-between;
}

.homeBox .homeTxt {
	width: 60%;
}

.homeBox .homeTxt p:last-of-type {
	margin-top: 2em;
}

.homeBox .homeTxt p:last-of-type span {
	padding: 0.2em 0.8em;
	font-size: 1.2em;
	line-height: 1.8em;
	font-weight: bold;
	border-bottom: 3px double;
	font-family: 'Noto Sans JP' ,sans-serif;
}

/*（グループ構成メンバー）*/

.homeBox .member {
	text-align: center;
	background-color: #FFFFFF;
	padding: 0.2em;
	border: 3px solid #5a9136;
	position: relative;
	top: -3em;
	border-radius: 0.5em;
	box-shadow: 0 0 6px #CCCCCC;
	transition: .3s;
}

.homeBox .member a p {
	padding: 0.3em 0;
	font-family: 'Noto Sans JP' ,sans-serif;
	font-size: 1.2em;
	background-color: #5a9136;
	color: #FFFFFF;
	border-radius: 0.3em 0.3em 0 0;
}

.homeBox .member img {
	vertical-align: text-bottom;
	margin-top: 0.2em
}

.homeBox .member p.zoomTxt {
	font-weight: normal;
	font-size: 0.8em;
}

.homeBox .member:hover {
	opacity: 0.7;
	transition: .3s;
}


/*（施工事例一覧）*/

#subPage section.workBoxList &gt; div {
	display: flex;
}

.workBoxList .workBox {
	width: 160px;
	margin: 0 1.4em;
	text-align: left;
	font-size: 0.8em;
}


.workBox p:first-of-type {
	font-weight: bold;
	font-size: 1.2em;
}


.workBox a img {
	opacity: 1;
	padding: 0.2em;
	transition: .3s;
}

.workBox a:hover img {
	opacity: 0.7;
	transition: .3s;
}

.workBox {
	position: relative;
}

.workBox a.viewIcon::after {
	display: block;
	content: url('../images/icon_view.png');
	position: absolute;
	bottom: -2.5em;
}

.workBoxList .newIcon::before {
	display: inline-block;
	content: "NEW";
	position: absolute;
	top: 0;
	left: 0;
	font-size: 0.9em;
	line-height: 1.5em;
	color: #FF3333;
	background-color: #FFFFFF;
	border: 1px solid #FF3333;
	padding: 0 0.2em;
	z-index: 5;
}


/****** g01.html(個別施工例ページ) *******************************/


/*（物件名）*/

.workTTBox {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

#subPage .work h2 {
	width: 58%;
	background-color: #FFFFFF;
	border-right: 18px solid #056ec9;
	box-shadow: 0 4px 4px rgba(0,0,0,0.2);
	font-family: 'Noto Sans JP' ,sans-serif;
	font-size: 2em;
	line-height: 1.2em;
	margin-left: 0;
}


.workTopBox {
	margin-top: 1em;
}


/*（物件概要）*/

.workTopTxt {
	padding: 0 1em 2em 1em;
}


/*（物件トップ画像）*/

.workTopBoxL {
	float: left;
	margin-top: 1em;
	width: 50%;
	position: relative;
}


.work img {
	padding: 0.3em;
	background-color: #FFFFFF;
	box-shadow: 0 0 6px rgba(0,0,0,0.3);
}


.workTopBoxL p {
	text-align: center;
	font-size: 0.9em;
}


/*（BELSラベル）*/

#subPage .workTTBox img {
	padding: 0;
	box-shadow: none;
	margin: 0 0.8em 0 0.8em;
	vertical-align: text-bottom;
	background-color: transparent;
}


/*（物件データ）*/

.workTopBoxR {
	float: right;
	width: 42%;
	font-size: 0.9em;
	margin-top: 0.5em;
}

.work h3 {
	font-size: 1.2em;
	font-weight: bold;
	padding-top: 0.5em;
	height: 40px;
	background: url('../images/bg_work_h3.png') no-repeat right 0;
}


.workTopBoxR dt {
	clear: both;
	float: left;
	width: 15%;
	padding: 0.2em;
	margin-top: 0.2em;
	font-weight: bold;

}

.workTopBoxR dd {
	float: left;
	width: auto;
	padding: 0.2em;
	margin-top: 0.1em;
}

.workTopBoxR dd dl {
	overflow: auto;
	margin-left: 0.3em;
	padding-bottom: 0.2em;
}


/*（数値表）*/

table.data th {
	width: 3.5em;
	text-align: center;
	padding: 0.2em 0.2em 0 0.2em;

}

table.data td {
	width: 2.5em;
	text-align: right;
}

table.data tr {
	display: block;
	margin: 0.2em 0;
	border-bottom: 1px solid #999999;
}

table.data td.unit {
	text-align: left;
}


/*（施工画像）*/

.workImgBox, .plan {
	margin-top: 2em;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.workImgBox div {
	margin-top: 3em;
}

.workImgBox div p, .workImgBox div p {
	text-align: center;
}
.workImg_Left {
	margin-right: 1em;
}


/*（プラン図など）*/

.zoom img {
	background-color: transparent;
	box-shadow: none;
	vertical-align: text-bottom;
	margin-left: 1em;
}


/*（お客様の声）*/

#subPage .voice {
	width: 80%;
	margin: 4em auto 2em auto;
	padding: 1em 1.5em;
	background-color: #FFFFFF;
	box-shadow: 0 0 6px rgba(0,0,0,0.3);
}

.voice h3 {
	font-size: 1.2em;
	text-align: center;
}

.voice p {
	padding: 0.5em 1em 1em 1em;
}



/*（施工例一覧に戻る）*/

.back_to_index {
	margin-top: 3em;
}




/****** privacy.html *******************************/

#subPage p.priTopTxt {
	padding-right: 0.3em;
}

.privacy dl{
	margin: 3em auto 3em 0;
	padding: 0 2.5em;
}

.privacy dt:first-child{
	margin-top: 0.5em;
}

.privacy dt{
	margin: 1em 0 1em 0;
	font-weight: bold;
	display: inline-block;
}

.privacy dd{
	margin-left: 1.5em;
	margin-bottom: 1em;
}

.privacy dl ul{
	margin: 0 0 1em 1.5em;
}

.priContact{
	width: 35%;
	text-align: center;
	margin: 0 auto;
	border: 3px double #CCCCCC;
	background-color: #FFFFFF;
}


.priContact address {
	padding-bottom: 0.5em;
}

.priContact address strong {
	font-size: 1.2em;
	line-height: 2em;
}

.priContact p {
	font-weight: bold;
	font-size: 1.1em;
	margin-top: 0.5em;
	padding: 1em 0;
	background-color: #EFEFEF;
}


/****** contact.html *******************************/


#subPage .contact form {
	width: 90%;
	margin: 2em auto 0 auto;
	padding: 1em 2em 2em 2em;
}


/*
.contact dt{
	clear: both;
	float: left;
	font-weight: bold;
	width: 15%;
	padding: 2.5em 0.5em 0 0.5em;
}


.contact dd {
	float: left;
	padding: 1.5em 0.5em 0 0;
}

.contact dd input[type='text'], .contact dd textarea {
	padding: 0.8em;
	border: 1px solid #CCCCCC;
	-webkit-appearance:none;
	font-size: 1em;
	font-family: 'Century Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
}

input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 1000px #FFFFFF inset;
}

.contact dd label {
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	padding: 0.5em 0.8em 0.5em 0.5em;
	margin-right: 1em;
	cursor: pointer;
}


.contact dd label input[type='radio'] {
	margin-top: 1.5em;
	margin-right: 0.3em;
}

.contact dd label:hover {
	border: 1px solid #000000;
}


.contact dd span.cautionTxt {
	font-size: 0.8em;
	font-weight: normal;
	color: #cc3333;
}

p.sendBtn {
	text-align: center;
	margin-top: 1.5em;
}

p.sendBtn input[type='button'] {
	color: #056ec9;
	padding: 1em;
	letter-spacing: 0.2em;
	text-indent: 0.5em;
	background-color: #e5f2fd;
	border: 1px solid #056ec9;
	cursor: pointer;
	font-size: 1em;
	font-family: 'Century Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
	transition: .3s;
}

p.sendBtn input[type='button']:hover {
	background-color: #056ec9;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	transition: .3s;
}


p.sendBtn input[type='button']:focus {
	outline: none;
}
*/

/****** thanks.html *******************************/


.thanks section {
	text-align: center;
}

.thanks p.thxTxt {
	margin-top: 3.5em;
	line-height: 2em;
}

.thanks .thxComName {
	font-size: 1.6em;
	line-height: 1.5em;
	margin-top: 3.5em;
}

.thanks .thxComTel {
	color: #056ec9;
	font-weight: bold;
	font-size: 2em;
	line-height: 1.5em;
}

.thanks .thxComTel::before {
	content: "";
	display: inline-block;
	background: url('../images/icon_tel.png') no-repeat;
	width: 31px;
	height: 25px;
	background-size: contain;
	margin-right: 0.1em;
}

/*================================================
 *  clearfix
 ================================================*/

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix {
	display: inline-table;
	min-height: 1%;
}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */



</pre></body></html>