@charset "UTF-8";
/* CSS Document */
/*PC用*/

body {
	h2 {
		font-size: 2em;
	}
}

/*--------header--------*/
header#headerAreaSection {
	background-size: contain;
}
#HdLogo a {
	width: 130px;
    height: 60px;
}
/*--------content--------*/
/*フォーム*/
.subCommentTop, .subCommentSide, .subCommentBottom {
    font-size: 1rem;
}

/*top*/
.border-r-16 .bcontainer-inner {
    border-radius: 16px;
}
.archive_scroll {
	height: 180px;
	overflow-y: scroll;
	margin-bottom: 0;
}
/*
.icon_scrolldown {
    position: absolute;
    z-index: 1;
    bottom: 50px;
    width: 100%;
	height: 50px;
}
*/

/*--------footer--------*/
a.footer_ja-logo img {
    width: 130px;
    height: 30px;
}

#footerFreeArea {
	margin-bottom: 0!important;
}
#footerAreaSection {
	padding: 20px!important;
}
div#footerAreaOuter {
    display: flex;
}

/*--------contents--------*/

/*フォーム*/
/*
dt.dtTitle {
    border-bottom: 1px solid;
    padding-bottom: 10px;
}
dt.dtTitle::before {
    content: "■";
    color: green;
    margin-right: 0.25rem;
}*/
