@charset "UTF-8";
/* CSS Document */


/*===================================
		Contents Link Icon Button
	====================================*/
.MainContent h2 {
	text-align: center;
}


.IconLinkContents {
	/* width: 100%; */
	max-width: 1020px;
	font-size: 1.2em;
	margin: 5% auto;
	/*background-color: #EFEFEF;*/
}

.IconLinkContents ul {
	width: 100%;
	max-width: 900px;
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(2, 1fr);
}

.IconLinkContents ul li a {
	display: block;
	margin: 1px;
	padding-bottom: 5px;
	border: 1px solid #CCC;
	/* BoxShadow */
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 3px rgba(0, 0, 0, .2);
	text-decoration: none;
}

.IconLinkContents ul li a:hover {
	/* etc */
	margin-top: 0;
	margin-left: 0;
	margin-right: 2px;
	margin-bottom: 2px;
}

.IconLinkContents ul li a:active {
	border-top-width: 2px;
	border-left-width: 2px;
	border-right-width: none;
	border-bottom-width: none;

	border-top-style: solid;
	border-left-style: solid;
	border-right-style: none;
	border-bottom-style: none;

	border-top-color: #CCC;
	border-left-color: #CCC;
	border-right-color: none;
	border-bottom-color: none;

	/* Radius 
		-moz-border-radius: 15px;
		-o-border-radius: 15px;
		-webkit-border-radius: 15px;
		-o-border-radius: 15px;
		border-radius: 15px;*/
	/* etc */
	margin-top: 2px;
	margin-left: 1px;
	margin-right: 1px;
	margin-bottom: 0;
}

.IconLinkContents_item {
	padding: 1rem;
}


.IconLinkContents .IconLinkContents_ttl {
	display: flex;
	align-items: center;
}

.IconLinkContents .IconLinkContents_ttl h3 {
	font-weight: bold;
	font-size: 1.5rem;
	padding-left: 0.5rem;
}

.IconLinkContents .IconLinkContents_ttl h3::before {
	display: none;
}

.IconLinkContents_item p {
	padding-top: 0.5rem;
}


/*********************************/
/**  文字折り返し位置指定 <wbr> **/
/*********************************/
/* 日本語の場合class="wsnw"を指定する */
.wsnw span {
	white-space: nowrap;
	/* chrome・safari */
	display: inline-block;
}

#ContentsIcon {
	margin-right: 2%;
}


/*********************************/
/**  Our value **/
/*********************************/
.value {
	background-color: #334E5D;
	font-weight: bold;
}

.value_box {
	padding: 70px 0;
}

.value_box h2,
.value_box .lead {
	color: #fff;
	text-align: center;
}

.lead {
	padding: 1rem 0;
}

.value_list li {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;

	color: #2CA6E0;
	background-color: #fff;
	border-radius: 50px;
	margin-bottom: 1rem;
	padding: 1rem 1rem 1rem 3rem;
}

.value_list li > span:first-of-type {
	position: absolute;
	color: #2CA6E0;
}

.value_list li p {
	color: #333;
	padding-left: 1rem;
}

.value_list li .value_item {
	font-size: 1.125rem;
	padding-left: 3rem;
}

.value_list li p:last-child {
	width: 65%;
	font-weight: normal;
}



/********************/
/** News **/
/********************/
.Topics {
	overflow-x: hidden;
	overflow-y: scroll;
	margin-right: auto;
	margin-left: auto;
	margin-top: 70px;

	border-radius: 50px;
	background-color: #fff;
	font-family: メイリオ, Meiryo, 游ゴシック, "Yu Gothic", sans-serif;
	color: #333;
	font-weight: bold;

	display: flex;
	justify-content: space-around;
	align-items: center;
}

#newsList {
	width: 50%;
	padding: 5rem;
}

#newsList li {
	padding: 1.5rem 0 1rem;
	border-bottom: 2px dotted #BABABA;
}

.Topics dl {
	text-align: left;
	padding-bottom: 1em;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

.Topics li .up_ymd {
	font-size: 14px;
}

.Topics li .catName {
	font-size: 0.75rem;
	font-weight: normal;
	color: #fff;
	background-color: #2CA6E0;
	padding: 0.2rem 1rem;
	border-radius: 50px;
}

.Topics li .title {
	display: block;
	font-size: 1rem;
	padding-top: 0.5rem;
}

.InfoTitle {
	color: #C36;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EFEFEF;
	font-size: 1em;
}

/********************/
/** BannerContents **/
/********************/
.BannerContnets {
	display: block;
	margin-top: 100px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 3%;
	text-align: center;
}

.BannerContnets ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.BannerContnets ul li {
	padding: 0;
	width: 100%;
	/* vartical-align */
	display: inline-block;
	vertical-align: middle;

	/* max-width: 986px;
		max-height: 125px; */
	margin-top: 1em;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 5px;
	/* box shadow */
	box-shadow: 0px 5px 5px -3px rgba(21, 40, 54, 0.28);
	-moz-box-shadow: 0px 5px 5px -3px rgba(21, 40, 54, 0.28);
	-webkit-box-shadow: 0px 5px 5px -3px rgba(21, 40, 54, 0.28);
}

.BannerContnets ul li a {
	min-height: 8em;
	/* vartical-align */
	display: inline-block;
	vertical-align: middle;

	/* BoxShadow */
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 3px rgba(0, 0, 0, .2);
	/* TextShadow 
		text-shadow: -1px -1px 0 #CCC;*/

	/* etc */
	color: #FFF;
	/*font-weight:bold;*/
	display: block;
	border: 2px solid #FFF;
	text-align: left;
	text-decoration: none;
	font-size: 0.8em;
	margin: 1px;
	padding: 5px 0;
	text-indent: 100px;
}

.BannerContnets ul li a:hover {
	/* etc */
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 2px;
	margin-bottom: 2px;
}

.BannerContnets ul li a:active {
	border-top-width: 2px;
	border-left-width: 2px;
	border-right-width: none;
	border-bottom-width: none;

	border-top-style: solid;
	border-left-style: solid;
	border-right-style: none;
	border-bottom-style: none;

	border-top-color: #CCC;
	border-left-color: #CCC;
	border-right-color: none;
	border-bottom-color: none;

	/* Radius 
		-moz-border-radius: 15px;
		-o-border-radius: 15px;
		-webkit-border-radius: 15px;
		-o-border-radius: 15px;
		border-radius: 15px;*/
	/* etc */
	margin-top: 4px;
	margin-left: 1px;
	margin-right: 1px;
	margin-bottom: 0;
}

.subText {
	font-size: 14px;
	color: #49423E;
	text-decoration: none;
	margin-top: 1rem;
	line-height: 1;
}

.MainText {
	font-size: 2.5em;
	font-weight: bold;
	color: #49423E;
	text-decoration: none;
}

.Banner_Reforme_QandA .MainText {
	margin-top: 2%;
}

.BannerContnets ul .Banner_HajimeteReform a {
	background-image: url(../img/banner_hajimete_reforme.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 0;
}

.BannerContnets ul .Banner_Reforme_QandA a {
	background-image: url(../img/banner_refome_q_and_a.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
}


/*===============================================
●tablet.css 画面の横幅が991pxまで
===============================================*/
@media screen and (max-width: 991px) {

	.area {
		width: 95%;
	}


	/**********************/
	/* Icon Link Contents */
	/*    　 Button       */
	/**********************/
	.IconLinkContents ul {
		width: 95%;
		grid-template-columns: repeat(2, 1fr);
	}

	.IconLinkContents ul li {
		display: grid;
		/* grid-row: span 1; */
		grid-template-rows: subgrid;
		/* gap: 20px; */
	}


	.IconLinkContents .IconLinkContents_ttl h3 {
		font-size: 20px;
		line-height: 1.2;
	}

	.value_list li {
		padding-left: 2rem;
	}

	.value_list li .value_item {
		padding-left: 2rem;
	}

	.value_list li p:last-child {
		width: 60%;
		font-weight: normal;
	}

	#newsList {
		padding: 2rem 0;
	}
}




/*===============================================
●smart.css  画面の横幅が576pxまで
===============================================*/
@media screen and (max-width: 576px) {

	.area {
		width: 95%;
	}

	/**********************/
	/* Icon Link Contents */
	/*    　 Button       */
	/**********************/

	h2 {
		font-size: 22px;
	}

	h2::before {
		width: 20px;
		height: 25px;
		vertical-align: -5px;
	}

	.MainContent {
		width: 90%;
		padding-top: 70px;
		padding-bottom: 50px;
		margin-top: -200px;
	}

	.IconLinkContents ul {
		width: 90%;
		grid-template-columns: repeat(1, 1fr);
	}

	.IconLinkContents ul li {
		grid-template-rows: subgrid;
	}

	.IconLinkContents ul li a > img {
		width: 100%;
	}

	.IconLinkContents .IconLinkContents_ttl h3 {
		font-size: 20px;
		line-height: 1.2;
	}


	.Topics {
		flex-direction: column;
		width: 90%;
	}

	.Topics h2 {
		padding-top: 50px;
	}

	#newsList {
		width: 90%;
		padding-top: 0;
		padding-bottom: 70px;
	}

	#newsList li {
		padding-left: 1rem;
	}

	.value_list li {
		flex-direction: column;
		padding: 2rem 2rem 1.5rem;
	}

	.value_list li .value_item {
		padding-left: 0;
	}

	.value_list li p:last-child {
		text-align: center;
		width: 100%;
		padding-left: 0;
	}

	.value_list li span {
		top: 10px;
	}

	.BannerContnets {
		margin-top: 50px;
		padding-bottom: 70px;
	}

	.BannerContnets ul li a {
		text-indent: 30px;
	}

	.MainText {
		font-size: 22px;
	}

	.subText {
		font-size: 12px;
	}
	
}


/*===============================================
	●最小値  画面の横幅が400pxまで
===============================================*/
@media screen and (max-width: 450px) {

	/* 新装店舗・店舗リフォーム */
	.IconLinkContents ul li:nth-child(4)>a dl dt:first-child {
		/*border: thin dashed #06C;*/
		margin: 0;
		padding: 3% 0;
	}
}