[class*='mdi-']:before {
	display: inline-block;
	vertical-align: middle;
}
/* ------------------header----------------------*/
main{
	width:960px;
	margin:0 auto;
	font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho", serif;
	color:#000;
}
.device-sp main{
	width:100%;
	height:auto;
}
main h2{
	text-align:center;
	font-size:24px;
	line-height:1.7em;
	letter-spacing:0.07em;
	margin:20px auto 10px;
}
.device-sp main h2{
	text-align:center;
	font-size:17px;
	line-height:1.7em;
	letter-spacing:0.07em;
	margin:30px auto 0;
}
main img{
	width:100%;
	height:auto;
}
main .photo{
	width:960px;
	height:auto;
	margin:30px auto;
}
.device-sp main .photo{
	width:100%;
	height:auto;
}
main p {
	width:500px;
	font-size:15px;
	line-height:2;
	letter-spacing:0.07em;
	margin: 40px auto 30px;
	height: auto;
}
.device-sp p{
	margin-bottom:20px;
}
.device-sp main p {
	width:90%;
	font-size:15px;
	line-height:2;
	letter-spacing:0.07em;
}
main .text {
	margin-bottom:70px;
}
.device-sp main .text {
	margin-bottom:60px;
}
/*　スマホ　＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿*/
.device-sp br:not([role='device-sp']) {
display: none;
}
/*　リンク　＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿*/
main p a{
	color:#0047fd;
	display: inline;
}