html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
a {
	text-decoration: none;
	color: rgba(112,108,110,1.00);
}
a:link {
	text-decoration: none;
	color: rgba(112,108,110,1.00);
}
a:visited {
	text-decoration: none;
	color: rgba(112,108,110,1.00);
}
a:hover {
	text-decoration: none;
	color: rgba(0,0,0,1.00);
}
a:active {
	text-decoration: none;
	color: rgba(0,0,0,1.00);
}
li {
	list-style: none;
}
.fas,.fab {
	color: #ff0060;
}
::-webkit-scrollbar{
    width: 10px;
    height: 10px;
}
::-webkit-scrollbar-track{
    border-radius: 5px;
    border: none;
}
::-webkit-scrollbar-thumb{
    border-radius: 5px;
    background: #FF0060;
}
.header {
	margin: 10px auto;
    padding: 0 10px;
    box-sizing: border-box;
	max-width: 1024px;
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
}
.header_logo {
	width: 30%;
}
.header_logo img {
	width: 100%;
}
.header_txt {
	margin: 0;
    padding: 15px 0 0 30px;
	width: 70%;
    box-sizing: border-box;
}
.header_txt img {
	width: 100%;
}
.header_icons {
	display: flex;
	justify-content: flex-end;
	width: 100%;
	height: 1.2em;
}
.header_icons p {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	color: rgba(112,108,110,1.00);
	font-size: 12px;
	margin-right: 10px;
}
.midashi {
	margin: 40px 0 20px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 100%;
	box-sizing: border-box;
	border-bottom: solid 1px rgba(112,108,110,1.00);
}


@media screen and (max-width: 768px){
	.header {
		margin: 0 auto;
		width: 90%;
		flex-direction: column;
	}
	.header_logo {
		width: 100%;
	}
	.header_txt {
		margin: 0;
        padding: 0;
		width: 100%;
	}
	.header_icons {
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 1.2em;
	}
	.header_icons p {
		font-size: 18px;
		margin-right: 0;
	}
	.midashi {
		display:flex;
		flex-direction: column;
		justify-content: flex-start;
		width: 100%;
	}
	.midashi h4{
		font-size: 7vw;
	}
	.midashi h6{
		font-size: 3.5vw;
	}
	.midashi h7{
		font-size: 3.5vw;
	}

}