@charset "utf-8";
/*@charset "UTF-8";     コメント */
/*css初期設定 start*/
html {
	font-size: 62.5%; /*文字標準*/
}
a {
	text-decoration: none !important; /*リンクデコレーションリセット*/
}
/*大きさの計算*/
*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	font-family: "メイリオ", "Meiryo", sans-serif !important;
	/*文字詰め	*/
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	/*スマホ横向き時のフォントサイズリセット*/
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	color: #1c1c1c;
	font-size: 1.2rem;
	line-height: 1.5;
	letter-spacing: 0.1rem;
}
@media (max-width: 539px) {
	.sp {
		display: block !important;
	}
	.pc {
		display: none !important;
	}
}
@media only screen and (min-width: 540px) {
	.sp {
		display: none !important;
	}
	.pc {
		display: block !important;
	}
}
#copyright {
	font-size: 1.2rem;
}
#main-footer a {
	font-size: 1.2rem;
}
/*css初期設定 end*/
span {
	display: inline-block;
}
/*------------------------------------
	 main part(SP)
------------------------------------*/
.mainContents {
	width: 100%;
	margin: 0 auto;
}
.topImg {
	width: 100%;
	margin: 0 auto;
}
.topImg img {
	width: 100%;
}
.firstSection {
	width: 90%;
	margin: 30px auto;
}
.firstSection h1 {
	font-size: 2rem;
	text-align: center;
	padding-bottom: 5px;
	font-weight: 600;
	line-height: 1.4;
	border-bottom: 2px dotted #000;
	margin-bottom: 20px;
	color: #19485f;
	/* -webkit-text-stroke: 1px #000; */
	text-stroke: 1px #000;
}
p {
	color: #000;
	font-size: 1.5rem;
	line-height: 1.5;
	text-align: left;
}
.letter {
	text-align: center;
}
.letter span.letterColor {
	color: #fff;
	padding: 10px;
	font-weight: 600;
	font-size: 1.6rem;
	line-height: 1.4;
	text-align: center;
	background-color: #96a80d;
	margin: 30px auto;
	border: 3px #fff dashed;
}
.secondSection {
	width: 90%;
	margin: 10px auto 20px;
	background-color: #e7e9d9;
	padding: 20px;
	border-radius: 5px;
}
.secondSection p {
	color: #000;
	padding-bottom: 20px 0;
	font-size: 1.3rem;
}
.secondSection h2 {
	color: #000;
	font-size: 1.4rem;
	padding: 0 0 10px;
	text-align: center;
}
.btn {
	width: 100%;
	position: relative;
	display: inline-block;
	font-weight: bold;
	padding: 10px;
	font-size: 1.5rem;
	text-decoration: none;
	color: #ffffff;
	background: #19485f;
	transition: 0.4s;
	text-align: center;
	border-radius: 5px;
	margin: 30px auto;
}
.btn_all {
	margin-top: 0;
}

.cvs {
	width: 100%;
	text-align: center;
	padding: 20px 0;
}
a.btn02 {
	border-top: double #000 3px;
	border-bottom: double #000 3px;
	font-size: 1.5rem;
	padding: 5px 15px;
}
@media (min-width: 740px) {
	.topImg {
		width: 70%;
		margin: 30px auto;
	}
	.firstSection {
		width: 70%;
		text-align: center;
	}
	.secondSection {
		width: 70%;
	}
	.btn {
		width: 50%;
	}
	.cvs {
		padding: 50px 0;
	}
}
@media (min-width: 1024px) {
	.topImg {
		width: 960px;
		margin: 30px auto;
	}
	.firstSection {
		width: 750px;
		text-align: center;
		padding: 50px;
	}
	.firstSection h1 {
		font-size: 4rem;
		padding-bottom: 0;
		line-height: 1.7;
	}
	.firstSection p {
		font-size: 2rem;
	}
	.letter span.letterColor {
		font-size: 2rem;
		line-height: 1.5;
		margin: 50px 0;
	}
	.secondSection {
		max-width: 554px;
		padding: 50px;
	}
	.btn {
		font-size: 2rem;
		margin: 50px 0;
	}
	.btn_all {
		margin-top: 0;
	}
}
