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

/*==============================*/
/*  */
/*==============================*/
div.hotLine-wrap{
	max-width: 920px;
	margin: 0 auto;
}


/*==============================*/
/* 注意事項 */
/*==============================*/
dl.precautions dt{
	margin-bottom: 12px;
	font-size: 22px;
	font-weight: 600;
	color: #000;
}
dl.precautions dd ul li:not(:last-child){ margin-bottom: 10px;}


/*==============================*/
/* タイトル */
/*==============================*/
.hotLine-title{
	margin-bottom: 20px;
	color: #00597A;
	font-size: 28px;
	font-weight: 700;
}
	/* ======= TB =======*/
	@media screen and (min-width: 768px) and (max-width: 1024px) {
	}
	/* ======= SP =======*/
	@media (max-width: 767px) {
		.hotLine-title{
			margin-bottom: 16px;
			font-size: 24px;
		}
	}



/*==============================*/
/*  */
/*==============================*/
div.reportingDesk:not(:last-child){ margin-bottom: 20px;}

/*-- タイトル
------------------------- */
div.reportingDesk h3{
	position: relative;
	margin-bottom: 14px;
	padding-left: 36px;
	font-size: 24px;
	font-weight: 600;
	color: #000;
}
div.reportingDesk h3::before{
	position: absolute; top: 10px; left: 0px;
	content: "";
	width: 24px;
	height: 24px;
	background: url("/common/img/share/icon-logo.svg");
	background-size: cover;
}
	/* ======= TB =======*/
	@media screen and (min-width: 768px) and (max-width: 1024px) {
	}
	/* ======= SP =======*/
	@media (max-width: 767px) {
		div.reportingDesk h3{
			margin-bottom: 12px;
			font-size: 21px;
		}
	}


/*-- コンテンツ
------------------------- */
div.reportingDesk > dl{
	padding: 15px 20px 20px 20px;
	background: #F4F4F4 url("/common/img/share/bg_texture.png");
	border-radius: 5px;
}

div.reportingDesk > dl > dt{
	margin-bottom: 11px;
	padding-left: 8px;
	font-size: 20px;
	font-weight: 600;
	color: #000;
}

div.reportingDesk > dl > dd{
	display: flex; display: -webkit-flex;
	justify-content: space-between; -webkit-justify-content: space-between;
}
div.reportingDesk > dl > dd dl{
	width: calc(50% - 6px);
	padding: 21px 28px 26px 28px;
	background: #fff;
	box-shadow: 1px 2px 6px 0px rgba(153,153,153,0.4);
	border-radius: 5px;
}
div.reportingDesk > dl > dd dl dt{
	margin-bottom: 6px;
	font-size: 19px;
	color: #000;
}
div.reportingDesk > dl > dd dl dd p{
	font-size: 15px;
	line-height: 1.618em;
}
div.reportingDesk > dl > dd dl dd{
	font-size: 15px;
	line-height: 1.618em;
}

div.reportingDesk > dl > dd dl dd a{
	display: inline-block;
	margin-left: 10px;
	padding: 1px 14px 3px 14px;
	border: 1px solid #01597A;
	color: #01597A;
	font-size: 14px;
	line-height: 1.3em;
	border-radius: 3px;
	letter-spacing: -0.1em;
}
div.reportingDesk > dl > dd dl dd a:hover{
	color: #fff;
	background: #01597A;
}


	/* ======= TB =======*/
	@media screen and (min-width: 768px) and (max-width: 1024px) {
	}
	/* ======= SP =======*/
	@media (max-width: 767px) {
		div.reportingDesk:not(:last-child){ margin-bottom: 16px;}
		
		div.reportingDesk > dl{ padding: 10px 16px 16px 16px;}

		div.reportingDesk > dl > dt{
			margin-bottom: 10px;
			font-size: 18px;
		}
		
		div.reportingDesk > dl > dd{
			flex-direction: column; -webkit-flex-direction: column;
		}
		div.reportingDesk > dl > dd dl{
			width: 100%;
			padding: 16px 20px 18px 20px;
		}
		div.reportingDesk > dl > dd dl:not(:last-child){ margin-bottom: 8px;}
		div.reportingDesk > dl > dd dl dt{
			margin-bottom: 6px;
			font-size: 17px;
		}
	}






