@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;
}
img{
	max-width: 100%;
}

#icarch{
	padding: 20px;
	box-sizing: border-box;
	text-align: center;
}

/*/////▼ LPバナー ▼////*/
.adbnr{
	width: 100%;
	margin: 10px 0;
}
	.adbnr h3{
		margin: 0 auto 0 auto;
		background: #000;
		padding: 5px 0;
		color: #fff;
		font-size: 14px;
		font-weight: lighter;
		text-align: center;
	}
.adbnr ul{
	width: 100%;
}
.adbnr ul li{
	margin: 0;
}
.adbnr ul li a{
	display: block;
	padding: 10px;
	background: #fff;
	color: #000;
	text-align: center;
	border-bottom: 1px solid #e6e6e6;
}

#read{
  line-height: 1.4;
	box-sizing: border-box;
	margin: 0 auto 20px auto;
	background: url(../img/tpc_ico01.png) no-repeat center top,
		url(../img/line.png) no-repeat center bottom;
	background-size:auto 40px,
		auto;
	padding: 50px 20px 20px 20px;
	text-align: justify;
	font-size: 14px;
}

/*/////▼ 各コンテンツの幅などを指定 ▼////*/
#area,
.lp_category,
#qa{
	width: 100%;
}
#area section,
.lp_category section,
#qa section{
	width: auto;
	padding: 0 20px;
	box-sizing: border-box;
}
.lp_category h2{
	background: url(../img/tpc_ico02.png) no-repeat center top;
	background-size: auto 40px;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	padding: 50px 0 0 0;
	margin: 0 0 20px 0;
	letter-spacing: 0.2em;
}




/*/////▼ コンテンツエリア ▼////*/
.lp_category{
	padding: 0 0 40px 0;
}
.lp_category section ul li{
	width: 100%;
	margin: 0 0 20px 0;
}
.lp_category section ul li:last-child{
	margin: 0;
}

/*/////▼ モーダル内リンク ▼////*/
.popup h2{
	font-size: 18px;
	font-weight: normal;
	padding: 0 0 20px 0;
}
.popup section dl{
	width: 100%;
	background: #ebfdff;
	border-radius: 5px;
	border:3px solid #000;
	float: left;
	padding: 5px;
	box-sizing: border-box;
	margin: 0 0 5% 0;
}
.popup section dl dt{
	font-size: 18px;
	padding: 0 0 5px 0;
	text-align: center;
}
.popup section dl dd ul li{
	width: 48%;
	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: 10px 0;
}
