@charset "utf-8";

/* CSSリセット */
* {
	margin: 0;
	padding: 0;
}

/* PC版をiframeで表示させる為の設定になっています */
body {
	width: 730px;
	margin: 0 auto;
	font-size: 13px;
	color: #666666;
	letter-spacing: 1.5px;
}

body a {
	text-decoration: none;
	color: #666666;
}

/* PCでは非表示のリンク */
.link-SPdisplay {
	display: none;
}

/* PCでは非表のリンク */
.link-PCdisplay {
	display: block;
}

/* 特集ページタイトル */
h1.Top-title {
	margin: 20px 0;
	text-align: center;
	letter-spacing: 0.1em;
	font-size: 25px;
	font-weight: bold;
}

/* ページの概要 */
.Top-text {
	margin: 15px 0 30px 0;
	line-height: 1.7;
	letter-spacing: 1px;
	text-align: center;
}

/* 下線 */
.Border-bottom {
	border-bottom: 1px solid #cacaca;
	padding: 15px 0;
}

/* ガイドへのリンクwrap */
.GuideLink-wrap {
	margin-bottom: 8px;
	font-weight: bold;
	font-size: 15px;
	text-align: center;
}

.LinkBtn-wrap a {
	text-decoration: none;
	color: #ffffff;
}

.LinkBtn-btn {
	width: 300px;
	margin: 0 auto;
	margin-bottom: 30px;
	border-radius: 5px;
	padding: 5px;
	font-weight: bold;
	text-align: center;
	background-color: #609F93;
	border: 1px solid #45756b;
}

/* お問い合わせ先wrap */
.ContactInfo-wrap {
	margin: 0 auto;
	margin-top: 10px;
	border-top: 1px solid #cacaca;
}

/* 最後の要素にだけ下線をつける */
.ContactInfo-wrap:last-of-type {
	border-bottom: 1px solid #cacaca;
}

/* お問い合わせ先の種類 */
.ContactInfo-type {
	margin: 10px 0;
	font-weight: bold;
	font-size: 17px;
}

/* テキスト（内容）をwrap */
.ContactInfo-textwrap {
	width: 645px;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
}

/* 宛先 */
.ContactInfo-address {
	margin: 15px 0;
	font-weight: bold;
	font-size: 15px;
}

/* 赤文字 */
.Red-font {
	color: #9A0000;
	font-size: 10px;
}

/* 太字 */
.Bold-font {
	margin-bottom: 5px;
	font-weight: bold;
}

/* トップへ戻る */
.Back-top {
	margin-top: 30px;
	text-align: center;
	font-size: 17px;
	font-weight: bold;
}

.Back-top a {
	color: #84a98a;
}

/* フッター */
.footer {
	margin: 30px 0 15px 0;
	font-size: 10px;
	text-align: center;
}

/*-------------メディアクエリ-------------------*/
/* 横幅700ｐｘ以下で適用されるcss（スマフォ用） */
@media screen and (max-width:700px) {

	body {
		width: 100%;
		margin: 0 auto;
		font-size: 13px;
		font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		letter-spacing: 1px;
	}

	body img{
		width: 100%;
	}

	/* brタグを非表示にする */
	br {
		display: none;
	}

	/* 表示するbr */
	.br-SPdisplay {
		display: block;
	}

	/* SPでは非表示のリンク */
	.link-PCdisplay {
		display: none;
	}

	/* SPでは非表のリンク */
	.link-SPdisplay {
		display: block;
	}

	/* 特集ページタイトル */
	h1.Top-title {
		width: 95%;
		margin: 0 auto;
		margin-top: 10px;
		font-size: 17px;
	}

	/* ページの概要 */
	.Top-text {
		width: 90%;
		margin: 0 auto;
		margin-top: 5px;
		margin-bottom: 8px;
		line-height: 1.7;
		letter-spacing: 1px;
		text-align: left;
	}

	/* 下線 */
	.Border-bottom {
		border-bottom: 1px solid #cacaca;
		padding: 8px 0;
	}

	/* ガイドへのリンクwrap */
	.GuideLink-wrap {
		margin-bottom: 8px;
		font-weight: bold;
		font-size: 14px;
		text-align: center;
	}

	.LinkBtn-btn {
		width: 80%;
		margin: 0 auto;
		margin-bottom: 20px;
		border-radius: 5px;
		padding: 5px;
		font-weight: bold;
		text-align: center;
		background-color: #609F93;
		border: 1px solid #45756b;
	}

	/* お問い合わせ先wrap */
	.ContactInfo-wrap {
		width: 90%;
		margin: 0 auto;
		margin-top: 10px;
		border-top: 1px solid #cacaca;
	}

	/* お問い合わせ先の種類 */
	.ContactInfo-type {
		font-size: 15px;
	}

	/* テキスト（内容）をwrap */
	.ContactInfo-textwrap {
		width: 90%;
		margin: 0 auto;
		margin-top: 10px;
		margin-bottom: 10px;
		text-align: left;
	}

	/* 宛先 */
	.ContactInfo-address {
		margin: 5px 0;
		font-size: 13px;
	}

	/* トップへ戻る */
	.Back-top {
		margin-top: 20px;
		text-align: center;
		font-size: 17px;
		font-weight: bold;
	}

	.Back-top a {
		color: #84a98a;
	}

	/* フッター */
	.footer {
		margin: 20px 0 3px 0;
		font-size: 9px;
		letter-spacing: 0;
	}

}
