@charset "utf-8";

#lp_contents{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	line-height: 1.3;
	letter-spacing: 0.1em;
	background: #ebfdff;
}
a:hover{
	text-decoration: none;
}

#icarch{
	padding: 40px 0 20px 0;
	text-align: center;
}

/*/////▼ LPバナー ▼////*/
.adbnr{
	width: 100%;
	margin: 10px 0;
}
	.adbnr h3{
		width: 960px;
		margin: 0 auto 0 auto;
		background: #000;
		padding: 5px 0;
		color: #fff;
		font-size: 14px;
		font-weight: lighter;
		text-align: center;
	}
.adbnr ul{
	width: 960px;
	margin: 0 auto;
}
.adbnr ul li{
	margin: 0 0 10px 0;
}
.adbnr ul li:last-child{
	margin: 0;
}
.adbnr ul li a{
	display: block;
	padding: 5px;
	box-sizing: border-box;
	background: #fff;
	color: #000;
	text-align: center;
	border-bottom: 2px solid #e6e6e6;
}

#read{
  font-size: 16px;
  line-height: 1.4;
	width: 960px;
	margin: 0 auto 40px auto;
	background: url(../img/tpc_ico01.png) no-repeat left top,
		url(../img/line.png) no-repeat center bottom;
	background-size:170px auto,
		auto;
	padding: 0 0 40px 190px;
	text-align: justify;
  box-sizing: border-box;
}

/*/////▼ 各コンテンツの幅などを指定 ▼////*/
#area,
.lp_category,
#qa{
	width: 100%;
}
#area section,
.lp_category section,
#qa section{
	width: 960px;
	margin: 0 auto;
}
.lp_category h2{
	min-height: 74px;
	background: url(../img/tpc_ico02.png) no-repeat left center;
	background-size: auto 100%;
	font-size: 36px;
	font-weight: bold;
	text-align: right;
	padding: 10px 0 0 0;
	margin: 0 0 20px 0;
	letter-spacing: 0.2em;
}




/*/////▼ コンテンツエリア ▼////*/
.lp_category{
	padding: 0 0 40px 0;
}
.lp_category section ul{
	width: 980px;
}
.lp_category section ul li{
	width: 305px;
	float: left;
	margin: 0 20px 15px 0;
}
.lp_category section ul li a {
  opacity: 1;
}

/*/////▼ モーダル内リンク ▼////*/
.popup h2{
	font-size: 24px;
	line-height: 1.3;
	font-weight: normal;
	padding: 0 0 20px 0;
}
.popup section dl{
	width: 31%;
	height: 180px;
	background: #ebfdff;
	border-radius: 5px;
	border:3px solid #000;
	float: left;
	padding: 5px;
	box-sizing: border-box;
	margin: 0 1% 2% 1%;
}
.popup section dl dt{
	font-size: 18px;
	padding: 0 0 5px 0;
	text-align: center;
}
.popup section dl dd ul li{
	width: 31%;
	float: left;
	margin: 0 1% 2% 1%;
}
.popup section dl dd ul li a{
	display: block;
	color: #fff;
	border-radius: 5px;
	background: url(../img/arrow_w.png) no-repeat 98% center #000;
	font-size: 14px;
	text-align: center;
	padding: 5px 0;
}
.popup section dl dd ul li a:hover {
  opacity: 1;
}
