body {
	width: 100%;
	min-width: auto;
	background: none;
}
.acd_box {
	padding: 20px;
	border: 1px solid #cfdbea;
	box-sizing: border-box;
}
.acd_box .acd_area {
	padding-top: 20px;
	padding-bottom: 20px;
	display: none;
}
.acd_box .acd_ttl:first-child {
	margin-top: 0;
	border-top: none;
}
.acd_box .acd_ttl {
	background: url(/personal/product/app/images/ico_acd_open.png) left 12px no-repeat;
	background-size: 30px;
	cursor: pointer;
	padding: 15px 0 10px 40px;
	font-size: 18px;
	color: #004176;
	margin-top: 5px;
	border-top: 1px dotted #cfdbea;
}
.acd_box .acd_ttl.open {
	background: url(/personal/product/app/images/ico_acd_close.png) left 12px no-repeat;
	background-size: 30px;
}
.acd_box .acd_area figure img.ss_img {
	width: 100%;
}
#main-content .acd_box dl {
	padding-left: 0;
	border-bottom: 1px dotted #e7e7e7;
	margin-bottom: 15px;
	width: 100%;
}
#main-content .acd_box dl:last-child {
	border-bottom: none;
}
#main-content .acd_box dl dt {
	font-size: 16px;
}
#main-content .acd_box dl dt::after {
	display: none;
}
#main-content .acd_box dl dt img {
	margin-right: 10px;
}
#main-content .acd_box dl dd {
	margin-bottom: 15px;
}

/*----------------------------------------------------
 header footer
----------------------------------------------------*/
#simpleHeader {
	width: 100%;
	border-top: 1px solid #004276;
	border-bottom: 1px solid #ccc;
}
#simpleHeader .logo {
	position: absolute;
	left: 0;
	top: 18px;
	display: block;
	width: 250px;
	margin: 0;
	line-height: 0;
}
#simpleHeader .logo img {
	width: 250px;
}
#simpleHeader .close {
	right: 0;
	top: 17px;
	position: absolute;
	display: block;
	width: auto;
	height: 28px;
	margin: 0;
	padding-left: 11px;
	padding-right: 11px;
	cursor: pointer;
	font-size: 14px;
	color: #004077;
	border: 1px solid #004077;
	background: #fff;
}
#simpleHeader .close span {
	padding-left: 20px;
	line-height: 28px;
	/*background: url(/news/img/simpleheader_close_off.png) no-repeat left center;*/
	background: url(../images/simpleheader_close_off.png) no-repeat left center;
}
#simpleFooter {
	width: 100%;
	background: #004276;
}
#simpleFooter p {
	color: #fff;
	line-height: 30px;
	text-align: center;
}
.img-wrapper {
	display: block;
	margin-bottom: 20px;
	text-align: center;
}
.img-option {
	width: 95%;
	white-space: pre;
	padding: 5px;
	border: 1px solid #0092bf;
	margin: 5px;
}
.highlight-text {
	color: white;
	font-weight: bold;
	background-color: #004176;
}
.pd10 {
	padding: 10px !important;
}
.mgb10 {
	margin-bottom: 10px !important;
}
/*----------------------------------------------------
 レスポンシブ
----------------------------------------------------*/
/* PC用 */
@media screen and (min-width: 768px) {
	/* font-size指定 */
	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, canvas, details, figcaption, figure, 
	footer, header, hgroup, menu, nav, section, summary,
	time, mark, audio, video {
		font-size: 1rem;
	}

	.font-size-S {
		font-size: 0.9rem;
	}

	.font-size-M {
		font-size: 1.1rem;
	}

	.font-size-L {
		font-size: 1.2rem;
	}

	#simpleHeaderInner {
		position: relative;
		width: 760px;
		height: 65px;
		margin-left: auto;
		margin-right: auto;
		line-height: 1;
	}
	#simpleFooterInner {
		position: relative;
		width: 760px;
		height: 30px;
		margin-left: auto;
		margin-right: auto;
	}
	body .wrap .inner {
		width: 760px;
		min-height: auto;
		margin-left: auto;
		margin-right: auto;
		border: none;
		margin-top: 30px;
	}
	body #main-content {
		width: 760px;
		float: inherit;
	}
	.u-simplebox {
		background-color: #b5d0ef;
		font-size: smaller;
		max-width: 760px;
		padding: 20px 20px;
		margin: 20px auto !important;
		border-radius: 10px;
		border: none;
	}
	.sp-img {
		width: 50%;
	}
}
/* SmartPhone用 */
@media screen and (max-width: 767px) {
	/* font-size指定 */
	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, canvas, details, figcaption, figure, 
	footer, header, hgroup, menu, nav, section, summary,
	time, mark, audio, video {
		font-size: 1.0rem;
	}

	.font-size-S {
		font-size: 0.9rem;
	}

	.font-size-M {
		font-size: 1.1rem;
	}

	.font-size-L {
		font-size: 1.2rem;
	}
	#simpleHeaderInner {
		position: relative;
		width: 93%;
		height: 65px;
		margin-left: 0;
		margin-right: 0;
		line-height: 1;
	}
	#simpleFooterInner {
		position: relative;
		width: 100%;
		height: 30px;
		margin-left: 0;
		margin-right: 0;
	}
	body .wrap .inner {
		width: 100%;
		min-height: auto;
		margin-left: 0;
		margin-right: 0;
		padding-left: 4px;
		padding-right: 4px;
		border: none;
		margin-top: 30px;
	}
	body #main-content {
		width: 100%;
		float: inherit;
	}
	.u-simplebox {
		background-color: #b5d0ef;
		font-size: smaller;
		max-width: 90%;
		padding: 20px 20px;
		margin: 20px auto !important;
		border-radius: 10px;
		border: none;
	}

}


