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

/*************************************************************************************/
/*                                        共　　通                                   */
/*************************************************************************************/
.section-title h1 img {
    max-width: 100%;
    height: 30px;
}
thead td {
    font-size: 1.5rem;
    padding: 5px 10px !important;
}
/*************************************************************************************/
/*                                     ヘッダーエリア                                */
/*************************************************************************************/
header div.menuClosed {
	background-image: url(/img/header-deallist-mobile.png);
}

/*************************************************************************************/
/*                                    メインエリア                                     */
/*************************************************************************************/
/** セクション１ **/
#main-sec1 {
	margin-top: 20px;
	margin-bottom: 30px;
}
#main-sec1 table {
	width: 80%;
	margin: 20px auto 0 auto;
}
#main-sec1 thead {
	background-color: #DC759B;
	color: #ffffff;
	font-size: 1.5rem;
}
#main-sec1 tbody tr:first-child td {
	padding-top: 25px;
}
#main-sec1 tbody td {
	padding: 10px 0;
	text-align: center;
	border-top: none;
	border-bottom: 1px solid #dee2e6;
}
#main-sec1 #tbl-damage-insurance {
	margin-top: 50px;
}
#main-sec1 #tbl-damage-insurance tbody td {
	border: none;
}

/*************************************************************************************/
/*                                    タブレット用                                   */
/*************************************************************************************/
@media (min-width: 768px){
	/** ヘッダーエリア **/
	header #imgHeader {
		background-image: url(/img/header-deallist-pc.png);
		height: 30vw;
		max-height: 300px;
	}
	header li#menu-item3 > a {
		color: #DC759B !important;
	}
	/** セクション１ **/
	#main-sec1 {
		max-width: 650px;
	}
	#main-sec1 thead td {
		line-height: 1.2 !important;
	}
}

/*************************************************************************************/
/*                                   デスクトップ用                                  */
/*************************************************************************************/
@media (min-width: 992px){
	/** フッターエリア **/
	footer #company-address {
		font-size: 1.0rem;
	}
	footer #company-tel {
		font-size: 1.0rem;
	}
	footer div.footer-menu {
		display: block !important;
		overflow: hidden;
		height: 14vw;
		border: none !important;
	}
	footer div.footer-menu > div {
		margin-right: 80px;
	}
	footer div.footer-menu > div, nav {
		float: left;
	}
	footer div.footer-menu p {
		text-align: left;
		padding: 0 !important;
	}
	footer div.footer-menu nav > ul {
		float: left;
		border-left: 1px solid #ffffff;
		margin-left: 50px;
		padding-left: 10px;
	}
	footer div.footer-menu nav li {
		height: auto !important;
		border: none;
		display: block !important;
		text-align: left;
		cursor: pointer;
	}
	footer div.footer-menu nav li a {
		font-size: 1.0rem;
	}
}
@media (min-width: 1200px){
	/** セクション１ **/
	#main-sec1 {
		max-width: 1000px;
	}
}
@media (min-width: 1600px){
	/** ヘッダーエリア **/
	header #imgHeader {
		height: 30vw;
		max-height: 350px;
	}
	header #nav-menu ul li {
		padding: 10px 0;
	}
}
@media (min-width: 2048px){
	/** ヘッダーエリア **/
	header #imgHeader {
		height: 30vw;
		max-height: 400px;
	}
}
@media (min-width: 2560px){
	/** ヘッダーエリア **/
	header #imgHeader {
		height: 30vw;
		max-height: 500px;
	}
}
