body {
	background-color: #fffef3;
	overflow-x: hidden;
}
br.responsive {
	display: none;
}
/*--------------------------------------------ヘッダー*/
/*固定メニュー*/
.headlink {
	width: 100%;
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	margin-bottom: auto;
	left: 0px;
	right: 0px;
	z-index: 5;
}
.headlink:after {
	display: block;
	clear: both;
	content: "";
}
.logo {
	width: 100%;
	max-width: 220px;
	background-color: hsla(0, 0%, 100%, 0.9);
	float: left;
}
.link {
	width: 90px;
	max-width: 110px;
	float: right;
	margin-right: 10px;
}
.link.last {
	margin-right: 0px;
}
.box {
	width: 290px;
	height: 50px;
	background-color: hsla(0, 0%, 0%, 0.6);
	position: absolute;
	top: 44px;
	right: -100px;
	border-radius: 10px;
	transition: 1s;
	opacity: 0;
}
.slidein {
	position: absolute;
	right: 0px;
	opacity: 1;
	transition: 1s;
}
.close {
	color: hsla(0, 0%, 100%, 1);
	text-align: right;
	width: 20px;
	margin-top: 0px;
	position: absolute;
	top: 0px;
	right: 8px;
	font-size: 25px;
}
.box .text {
	margin-top: 5px;
	text-align: center;
}
.text p {
	line-height: 19px;
}
.box p a {
	text-decoration: none;
	color: #ffffff;
	font-size: 14px;
}
/*トップイメージ*/
.top_img img {
	width: 100%;
	height: auto;
}

/*メニューアイコン*/
.menu_icon {
	margin-top: 23px;
	width: 100%;
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
	height: 85px;
}
.menu_icon .wrap:after {
	display: block;
	clear: both;
	content: "";
}
.menu_icon a {
	color: #555555;
}
.menu_icon div {
	width: 140px;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}
.menu_icon img {
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-bottom: 12px;
}
.menu_icon p {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #55555;
	font-weight: 500;
}
.outline {
	width: 100%;
	max-width: 640px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 30px;
}
/*--------------------------------------------メインコンテンツ*/
.logoicon {
	text-align: center;
}
section.first p {
	font-size: 16px;
	line-height: 32px;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
		Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #444444;
	margin-top: 30px;
}
section.second {
	margin-top: 30px;
}
section.second h2 {
	font-size: 18px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
		Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 30px;
	letter-spacing: 0.1em;
}
section.second p {
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
		Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #444444;
	margin-top: 5px;
}
ul {
	margin-top: 35px;
}
ul li {
	color: #444444;
	font-size: 14px;
	line-height: 24px;
}

.introduce_wrap {
	margin-top: 80px;
}

.introduce_wrap h2 {
	font-size: 20px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
		Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	color: #444444;
	letter-spacing: 0.05em;
	text-align: center;
}

.introduce_wrap .introduce {
	display: flex;
	margin-top: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: solid 2px rgba(68, 68, 68, 0.3);
	border-bottom: solid 2px rgba(68, 68, 68, 0.3);
	justify-content: space-between;
	align-items: center;
}

.introduce_wrap .introduce .p_1 {
	font-size: 16px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
		Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	color: #444444;
	letter-spacing: 0.05em;
}

.introduce_wrap .introduce .pdf {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.introduce_wrap .introduce .pdf a {
	width: 24px;
}

.introduce_wrap .introduce .pdf img {
	width: 100%;
}

.introduce_wrap .introduce .pdf .p_2 {
	margin-left: 10px;
	font-size: 14px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
		Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 300;
	color: #444444;
	letter-spacing: 0.05em;
}

.introduce_wrap .p_3 {
	margin-top: 20px;
	font-size: 14px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
		Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #444444;
	line-height: 24px;
}

svg {
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-bottom: 25px;
	margin-top: 70px;
}

@media (max-width: 599px) {
	br.responsive {
		display: block;
	}
	.logoicon.img1 img {
		text-align: center;
		width: 165px;
		height: auto;
	}
	.logoicon.img2 img {
		width: 100%;
		height: auto;
	}
	section.first p {
		font-size: 16px;
		line-height: 34px;
		text-align: center;
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
			Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		color: #444444;
		margin-top: 30px;
		margin-left: 5px;
		margin-right: 5px;
	}
	section.second {
		margin-top: 30px;
		margin-left: 5px;
		margin-right: 5px;
	}
	ul {
		margin-top: 35px;
		margin-left: 5px;
		margin-right: 5px;
	}

	.introduce_wrap {
		margin-top: 50px;
		margin-left: auto;
		margin-right: auto;
		width: calc(100% - 10px);
	}

	.introduce_wrap h2 {
		font-size: 20px;
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
			Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		font-weight: bold;
		color: #444444;
		letter-spacing: 0.05em;
		text-align: center;
	}

	.introduce_wrap .introduce {
		display: flex;
		margin-top: 20px;
		padding-top: 10px;
		padding-bottom: 10px;
		border-top: solid 2px rgba(68, 68, 68, 0.3);
		border-bottom: solid 2px rgba(68, 68, 68, 0.3);
		justify-content: space-between;
		align-items: center;
	}

	.introduce_wrap .introduce .p_1 {
		font-size: 14px;
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
			Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		font-weight: bold;
		color: #444444;
		letter-spacing: 0;
	}

	.introduce_wrap .introduce .pdf {
		display: flex;
		justify-content: flex-end;
		align-items: center;
	}

	.introduce_wrap .introduce .pdf a {
		width: 20px;
	}

	.introduce_wrap .introduce .pdf img {
		width: 100%;
	}

	.introduce_wrap .introduce .pdf .p_2 {
		margin-left: 5px;
		font-size: 12px;
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
			Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		font-weight: 300;
		color: #444444;
		letter-spacing: 0;
	}

	.introduce_wrap .p_3 {
		margin-top: 20px;
		font-size: 14px;
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
			Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		color: #444444;
		line-height: 24px;
	}
}
