@charset "UTF-8";

/* -----------------------------------------------
FileName: lp.css
----------------------------------------------- */

/* .lp */

@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css); 
@import url('https://fonts.googleapis.com/css?family=Lato:400,900i');

.lp #content {
	color:#323232;
	margin:0 auto 0px auto;
	font-family: 'Noto Sans Japanese', serif;
	font-size:14px;
	text-align: center;
}

.lp #keyImg {
	margin:0 auto;
}

.lp #captionArea {
	padding: 70px 0;
	line-height: 200%;
}

.lp #planArea {
	line-height: 200%;
}

.lp #planArea h4,.lp #scheArea h4,.lp #contactArea h5 {
	margin: 0 0 50px 0;
}

.lp #scheArea {
	padding: 80px 0 0 0;
}

.lp #scheArea li span {
	color: #A0DCDC;
}

.lp #contactArea {
	text-align: center;
	padding: 80px 0;
	background: url(../images/bg.jpg)repeat;
}

.lp #contactArea p {
	margin:50px 0 0 0;
}

.lp #contactArea dt {
	margin: 0 0 25px 0;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 160%;
}

.lp #contactArea dd {
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	font-size: 50px;
	font-style: italic;
}

.lp .square_btn{
    display: inline-block;
    padding: 1em 2em;
    text-decoration: none;
    background: #ffffff;/*ボタン色*/
    color: #1e1e1e;
    border-bottom: solid 4px #82d2d2;
    border-radius: 5px;
}
.lp .square_btn:active {/*ボタンを押したとき*/
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);/*下に動く*/
    border-bottom: none;/*線を消す*/
}
