@charset "UTF-8";



/*
---------------------------------------------------------*/
/* ご案内 */
.box1 .acs_style {
	margin-bottom: 20px;
	font-weight: bold;
}
.box1 .acs_style dl {
	display: -webkit-flex;
	display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.box1 .acs_style dl dt {
	width: 120px;
}
.box1 .acs_style dl dd {
	width: calc(100% - 120px);
}

/* 所受付・相談窓口在地 */
.box3 .flex_box {
	display: -webkit-flex;
	display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
	text-align: center;
}
.box3 .flex_box > dl {
	width: 46%;
}
.box3 .flex_box > ul {
	width: 50%;
}
.box3 .flex_box > dl dd {
	font-size: 90%;
	margin-top: .2em;
}

/* 案内地図 */
.box4 iframe {
	display: block;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
/* ご案内 */
.box1 .acs_style {
	margin-bottom: 1.5em;
}
.box1 .acs_style dl dt {
	width: 34%;
}
.box1 .acs_style dl dd {
	width: 66%;
}

/* 所受付・相談窓口在地 */
.box3 .flex_box {
	display: block;
}
.box3 .flex_box > dl {
	width: 100%;
	margin: 0 auto 3%;
}
.box3 .flex_box > ul {
	width: 100%;
}

/* 案内地図 */
.box4 iframe {
	height: 350px;
}
}