/*見出し----------------------------*/
h1 {
	font-size: 3.2rem;
	font-weight: bold;
	text-align: center;
	padding: 20px 0;
	margin-bottom: 0;
	background: #ddd;
	min-width: 1220px;
}
h1.operating {
	background: none;
	min-width: 0;
}
.top h2 {
	font-size: 3.2rem;
	text-align: center;
	margin-bottom: 30px;
	background: none;
}
@media screen and (max-width: 768px) {
	.container {
		width: 96%;
		margin: 0 auto;
	}
	h1 {
		width: 100%;
		min-width: 100%;
	}
	.top h2 {
		margin-bottom: 30px;
	}
}

/*レイアウト----------------------------*/
.bg_gray {
	background-color: #eee;
	min-width: 1220px;
}
.bg_beige-el {
	background-color: #d7d2cb;
	min-width: 1220px;
}
@media screen and (max-width: 768px) {
	.bg_gray{
		width: 100%;
		min-width: 100%;
	}
	.bg_beige-el{
		width: 100%;
		min-width: 100%;
	}
}

/*テーブル-----------------------*/
table.data_list{
	width: 100%;
	max-width: 1200px;
	border-collapse: collapse;
	table-layout: fixed;
	margin: 70px auto 0 auto;
}
h1 + table.data_list {
	margin-top: 0;
}
h2 + table.data_list {
	margin: 70px 0;
}
table.data_list th{
	border: solid 1px #ccc;
	padding: 3px 0;
	background: #eee;
	font-weight: bold;
	vertical-align: top;
}
table.data_list td {
	border: solid 1px #ccc;
	padding: 5px 10px;
	vertical-align: top;
}

/* header
---------------------------------------------*/
header {
	min-width: 1220px;
}
header .main_title {
	font-size: 2.4rem;
	font-weight: bold;
	margin: 10px 0;
}
header .sub_title {
	font-size: 1.4rem;
	display: inline-block;
	vertical-align: middle;
}
header .main_title a {
	display: block;
	text-decoration: none;
}
@media screen and (max-width: 768px) {
	header{
		width: 100%;
		min-width: 100%;
	}
}

/* footer
---------------------------------------------*/
footer{
	min-width: 1220px;
	padding: 25px 0;
	background: #666;
	font-size: 1.4rem;
	text-align: center;
	color: #fff;
}
footer  a {
	color: #fff;
	text-decoration: underline;
}
footer a::visited {
	color: #fff;
}
@media screen and (max-width: 768px) {
	footer{
		width: 100%;
		min-width: 100%;
	}
}

/* メニューに戻る
---------------------------------------------*/
.backToMenu_btn {
	text-align: center;
	margin: 50px 0 20px 0;
}
.backToMenu_btn a {
	display: block;
	text-align: center;
	background: #e75400;
	border-radius: 5px;
	margin: 0 auto;
	padding: 8px 0;
	color: #fff;
	width: 240px;
}
.backToMenu_btn a:hover {
	opacity: 0.6;
}
@media screen and (max-width: 768px) {
	.backToMenu_btn a {
		width: 96%;
	}
}
/* HOME
---------------------------------------------*/
.top_howto {
	padding: 50px 0;
}
p.info{
	margin-bottom: 30px;
	text-align: center;
}
.top_menu_area {
	position: relative;
	padding-bottom: 30px;
}
.top_menu_area h2 {
	margin-top: -30px;
}
.top_menu_area:before {
	position: relative;
	left: 44%;
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: 75px solid transparent;
	border-top: 70px solid #fff;
}

.top_menu_area02 {
	position: relative;
	padding-bottom: 50px;
}
.top_menu_area02 h2 {
	margin-top: -30px;
}
.top_menu_area02:before {
	position: relative;
	left: 44%;
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: 75px solid transparent;
	border-top: 70px solid #eee;
}

.request_btn a {
	display: block;
	font-size: 20px;
	font-weight:bold;
	color: #fff;
	background: #e75400;
	text-align: center;
	width: 240px;
	padding: 8px 0;
	margin: 0 auto;
	border-radius: 5px;
}
.request_btn a:hover {
	opacity: 0.8;
}

.next_btn a {
	display: block;
	font-size: 20px;
	font-weight:bold;
	color: #fff;
	background: #e75400;
	text-align: center;
	width: 240px;
	padding: 8px 0;
	margin: 0 auto;
	border-radius: 5px;
}
.next_btn a:hover {
	opacity: 0.8;
}

.top_menu_list{
	display: flex;
	flex-wrap: wrap;
	width: 1040px;
	margin: 0 auto;
}
.top_menu_list li {
	margin-right: 20px;
	margin-bottom: 20px;
}
.top_menu_list li:nth-child(5n) {
	margin-right: 0;
}
.top_menu_list li a {
	display: block;
	width: 192px;
	height: 192px;
	border: 1px solid #ccc;
	box-sizing: border-box;
	color: #000;
	text-align: center;
	padding-top: 130px;
}
@media screen and (max-width: 768px) {
	p.info{
		text-align: left;
	}
	.top_menu_area:before {
		left: 35%;
		border: 55px solid transparent;
		border-top: 50px solid #fff;
	}
	.top_menu_area{
		margin-top: 30px;
	}
	.top_menu_area02:before {
		left: 35%;
		border: 55px solid transparent;
		border-top: 50px solid #eee;
	}
	.top_menu_list{
		width: 100%;
	}
	.top_menu_list li {
		width: 49%;
		margin-right: 2%;
		margin-bottom: 20px;
	}
	.top_menu_list li:nth-child(2n) {
		margin-right: 0;
	}
	.top_menu_list li:nth-child(5) {
		margin-right: 2%;
	}
	.top_menu_list li a {
		width: 100%;
	}
}
.top_menu_list li.common a {
	background: #fff url(../img/icon_common.png) no-repeat center 30px;
	background-size: 71px 76px;
}
.top_menu_list li.sash a {
	background: #fff url(../img/icon_sash.png) no-repeat center 30px;
	background-size: 71px 76px;
}
.top_menu_list li.door a {
	background: #fff url(../img/icon_door.png) no-repeat center 30px;
	background-size: 64px 76px;
}
.top_menu_list li.interior a {
	background: #fff url(../img/icon_interior.png) no-repeat center 30px;
	background-size: 88px 76px;
}
.top_menu_list li.exterior a {
	background: #fff url(../img/icon_exterior.png) no-repeat center 30px;
	background-size: 87px 76px;
}
.top_menu_list li.toilet a {
	background: #fff url(../img/icon_toilet.png) no-repeat center 30px;
	background-size: 58px 76px;
}
.top_menu_list li.lavatory a {
	background: #fff url(../img/icon_lavatory.png) no-repeat center 30px;
	background-size: 70px 76px;
}
.top_menu_list li.bathroom a {
	background: #fff url(../img/icon_bathroom.png) no-repeat center 30px;
	background-size: 90px 76px;
}
.top_menu_list li.kitchen a {
	background: #fff url(../img/icon_kitchen.png) no-repeat center 30px;
	background-size: 87px 76px;
}
.top_menu_list li.faucet a {
	background: #fff url(../img/icon_faucet.png) no-repeat center 30px;
	background-size: 99px 76px;
}
.top_menu_list li.zeh a {
	background: #fff url(../img/icon_zeh.png) no-repeat center 30px;
	background-size: 63px 76px;
}
.top_menu_list li.field a {
	background: #fff url(../img/icon_field.png) no-repeat center 30px;
	background-size: 71px 76px;
}
.top_menu_list li.product_info a {
	background: #fff url(../img/icon_product_info.png) no-repeat center 30px;
	background-size: 76px 76px;
}
.top_menu_list li.business a {
	background: #fff url(../img/icon_business.png) no-repeat center 30px;
	background-size: 88px 76px;
}
.top_menu_list li.e-connection a {
	background: #fff url(../img/icon_e-connection.png) no-repeat center 30px;
	background-size: 99px 76px;
}
.top_menu_list li a:hover {
	border: 3px solid #ed7f40;
	text-decoration: none;
	padding-top: 129px;
	background-position: center 29px;
	opacity: 0.8;
}
.top_news {
	padding: 50px 0;
}
.news_list_wrap {
	width: 1200px;
	border: 1px solid #ccc;
	margin: 0 auto;
	padding: 50px;
	box-sizing: border-box;
}
.top_news dl.news_list {
	height: 100px;
	overflow: auto;
	text-align: left;
}
.top_news dl.news_list dt {
	clear: left;
	float: left;
	width: 10rem;
	padding: 5px 0.5rem;
}
.top_news dl.news_list dd {
	margin-left: 0;
	padding: 5px 0.5rem 5px 15rem;
	border-bottom: dashed 1px #ccc;
}
@media screen and (max-width: 768px) {
	.top_news {
		padding: 30px 0;
	}
	.top_news dl.news_list dt {
		clear: all;
		float: none;
		width: 100%;
		padding: 5px 0;
	}
	.top_news dl.news_list dd {
		padding: 0 0 5px 0;
	}
	.news_list_wrap {
		width: 100%;
		padding: 3%;
	}
}

/* 2階層
---------------------------------------------*/
.pagemenu {
	margin-top: 60px;
	margin-bottom: 80px;
	text-align: center;
}
.pagemenu li {
	display: inline-block;
	margin-bottom: 20px; /*20200806追加*/
}
.pagemenu li + li {
	/*margin-left: 140px;*/
	margin-left: 50px;
}
.pagemenu li a {
	background: #fff url(../img/icon_arrow.png) no-repeat left 50%;
	background-size: 18px 9px;
	padding-left: 28px;
	text-decoration: none;
}
a.gotomenu {
	width: 200px;
	display: block;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background: #ed7f40;
	padding: 10px 0;
	margin: 70px auto;
	border-radius: 10px;
}
a:hover.gotomenu {
	opacity: 0.8;
}