@charset "UTF-8";

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size: 100%;
	vertical-align:baseline;
	background:transparent;
	font-weight: normal;
	list-style-type: none;
	box-sizing: border-box;
}
body {
	line-height:1;
	font-family: 'YuMincho','Yu Mincho','游明朝体','ＭＳ Ｐ明朝','MS PMincho','ＭＳ 明朝', 'MS Mincho','ヒラギノ明朝 ProN','Hiragino Mincho ProN',serif;
	overflow: hidden;
	box-sizing: border-box;
	word-wrap: break-word;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	letter-spacing: .025em;
	line-height: 1.7;
	text-rendering: optimizeLegibility;
	color: #fff;
}

body a{
	display: block;
color: #fff;
text-decoration: none;
}
body a:hover{
	opacity: 0.8;
	text-decoration: underline;
}
article, aside, dialog, figure, footer, header,
hgroup, nav, section {
	display:block;
}

a {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	transition: 0.4s ;
	vertical-align:baseline;
	background:transparent;
}

h3{
	margin: 0 0 10px;
  font-size: 15px;
}

.side_link01 {
	margin: 0 0 40px;
border-bottom: 1px solid #787a7b;
padding: 0 0 40px;
}
.side_link01 li {
    position: relative;
    padding: 7px 0 7px 10px;
    font-size: 14px;
}
.no_subgroup{
  display: none;
}
.side_link01 li::after {
    content: "";
    position: absolute;
    display: block;
    width: 3px;
    height: 1px;
    top: 16px;
    left: 3px;
    background: #fff;
}
