.widget-area.widget-area-3 .widget.widget-text {
	height: calc(100vh - 120px);
	overflow-y: auto;
}
.widget-area.widget-area-4 .widget.widget-text {
	font-size: 16px;
	text-align: center;
}
.widget-area.widget-area-4 .widget.widget-text dl {
	margin: 0 auto;
	display: block;
	text-align: left;
}
.widget-area.widget-area-4 .widget.widget-text dl dt {
	width: auto;
	text-align: left;
	display: block;
}
.widget-area.widget-area-4 .widget.widget-text dl dd {
	width: auto;
	text-align: left;
	display: inline-block;
	padding-left: 1em;
}

.leftbox_img {
	max-width: calc(100% - 40px);
	float: none;
	margin: 0 20px 20px 20px;
}
.leftbox_img img {
	margin: 10px 0 0 0;
}


	@media screen and (min-width: 640px) {
		.widget-area.widget-area-3 .widget.widget-text {

		}
		.widget-area.widget-area-4 .widget.widget-text dl {
			margin: 0 auto;
			display: flex;
			flex-wrap: wrap;
			justify-content: center;
		}
		.widget-area.widget-area-4 .widget.widget-text dl dt {
			margin-right: 2em;
			width: 98px;
			text-align: left;
			display: inline-block;
		}
		.widget-area.widget-area-4 .widget.widget-text dl dd {
			width: 132px;
			text-align: left;
			padding-left: 0;
		}
		.widget-area.widget-area-4 .widget.widget-text dl dd.dd_name {
			width: 220px;
		}

		.leftbox_img {
			max-width: 240px;
			float: left;
			margin: 0 20px 20px 0;
		}
	}


.header .header_inner .site-title a .toptitle {
    display: inline-block;
    margin: 0 0 0 1.5em;
    font-size: 22px;
    position: relative;
    top: -0.5em;
    color: #fff;
}

@media screen and (min-width: 960px) {
	.header .header_inner .site-title a .toptitle {
		display:none;
	}
}
@media screen and (min-width: 1120px) {
	.header .header_inner .site-title a .toptitle {
		display: inline-block;
		margin: 0 0 0 1.5em;
		position: relative;
		top: -1.3em;
		color: #fff;
		font-size: 18px;
	}
}



