@charset "utf-8";

body {
	font-size:16px;
	font-family:Meiryo, "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
	line-height:1.6em;
	color:#333;
	margin:10px;
}

.cont{
	max-width:950px;
	width:100%;
	margin:0 auto;
}

.capt{
	width:100%;
	text-align:center;
	background:#00aeef;
	color:#fff;
	font-weight:bold;
	font-size:28px;
	padding:35px 0;
	margin-bottom:20px;
	line-height:1.2em;
}

.capt2{
	width:100%;
	text-align:center;
	background:#00aeef;
	color:#fff;
	font-weight:bold;
	font-size:28px;
	padding:15px 0;
	margin-bottom:20px;
	line-height:1.2em;
}

.caut{
	text-align:center;
	font-size:18px;
	font-weight:bold;
	text-decoration: underline;
	margin-bottom:0 auto;
	line-height:1.2em;
}

ol {
	margin-left:2em; /* サイトに合せて調整 */
}

ol li {
	list-style-type: none;
	counter-increment: cnt;
}

ol li::before {
	content: "" counter(cnt) ")";
	display:inline-block;
	margin-left:-1.5em;
	width: 1.0em;
}

.btn{
	width:100%;
	max-width:600px;
	text-align:center;
	background:#00aeef;
	color:#fff;
	font-weight:bold;
	margin:20px auto 60px auto;
	padding:15px 0;
	line-height:1.2em;
	border-radius: 20px;
	
	position: relative;
}

.btn a {
    position: absolute;
    top: 0;
    left: 0;
    height:100%;
    width: 100%;
    border-radius: 20px;
}

.btn a:hover{
    opacity: 0.3;
    background-color:#fff;
}

.btn_txt1{
	font-size:20px;
	margin:10px 0;
	line-height:1.2em;
}

.btn_txt2{
	font-size:38px;
	line-height:1.2em;
	margin-bottom:100px;
	margin:10px 0;
}


@media screen and (min-width:620px){
	.dis{
		display:none;
	}
}

@media screen and (max-width:619px){
	.dis{
		display:inline;
	}
	
	.capt{
		font-size:24px;
		padding:25px 0;
	}

	.capt2{
		font-size:24px;
		padding:10px 0;
	}

	.btn_txt1{
		font-size:18px;
	}

	.btn_txt2{
		font-size:28px;
	}
}
