@charset "utf-8";
/* CSS Document */

#contents div.onePointArea {
	margin: 20px auto 40px;
}

#contents .onePointBox {
	padding: 20px;
}

#contents .onePointTitle {
	height: 50px;
	margin: 0px;
}

div.onePointArea {
	width: 760px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 70px;
	padding: 0px;
	clear: both;
}
div.onePointArea div.onePointTitle {
	width: 760px;
	height: 65px;
    margin: 0px;
}
div.onePointTitle2 {
	display: none;
}
div.onePointArea  div.onePointBox {
	border-bottom: 11px double #d7e9d9;
	border-left: 11px double #d7e9d9;
	border-right: 11px double #d7e9d9;
	margin-top: 0;
	padding: 20px 20px 20px 20px;
	width: 698px;
}

div.onePointArea  div.onePointBox ul{
	margin: 0 1em;
}

div.onePointArea  div.onePointBox ul.nodisc{
	list-style: none;
    margin: 1em 0 0;
}

div.onePointArea  div.onePointBox ul.nodisc li a.txtlink{
	margin-top: 3px;
    padding: 0 0 0 10px;
    background: url(/share/images/arrow_black.gif) no-repeat left 0.4em;
}

div.onePointArea div.onePointBox figure{
	text-align: center;
}

div.onePointArea div.onePointBox figure figcaption{
	font-weight: bold;
	margin-bottom: 10px;
}


@media screen and (max-width: 640px) {
	div.onePointArea {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 40px;
		padding: 10px 0px;
		clear: both;
		border: 11px double #d7e9d9;
	}
	div.onePointArea div.onePointTitle {
		width: 78%;
		display: none;
	}
	div.onePointArea div.onePointTitle2 {
		width: 84%;
		height: auto;
		margin: 0px auto 10px auto;
		padding: 0px;
		display: block;
		text-align: center;
	}

	div.onePointArea div.onePointBox {
		width: 84%;
		margin: 0px auto;
		padding: 0px 0px 10px 0px;
		height: auto;
		border: medium none;
		float: none;
	}
	.resize {
		/* width: 100%; */
		max-width: 100%;
		height: auto;
		margin: 0px;
		padding: 0px;
		border: 0px;
		vertical-align: bottom;
	}

}

/* 20230216 */

#contents dl.indent dt{
	font-weight: normal;
	margin-bottom: 0;
}

#contents dl.indent dd{
	margin-bottom: 0.5em;
}

/* 20230803 */

#contents .imgArea.flex{
	margin-top:0;
	margin-bottom: 20px;
}

#contents .grayArea .imgArea.flex_center {
	display: flex;
	justify-content: center;
}

/* 20240723 */
#contents h3{
	margin-bottom: 14px;
	font-size: 1.2rem;
}

#contents .wrapper{
	margin-bottom: 2em;
	margin-left: 5px;
}

#contents h3 + p{
	margin-left: 5px;
}

#contents .wrapper p{
	margin: 0;
}

#contents .imgArea.flex{
	margin-top: 20px;
	margin-bottom: 30px;
	padding: 30px 5px 0;
}

#contents section > .wrapper dl{
	margin: 2em 0 2em 0;
}

#contents section > .wrapper dl dt{
	margin-bottom: 5px;
	font-weight: bold;
}

#contents section > .wrapper dl dd{
	margin-bottom: 10px;
}

#contents section > .wrapper dl dd span{
	display: inline-block;
	margin-top: 1em;
}

#contents p.p_h3{
	font-size: 1.2rem;
	margin-top: 2em;
	margin-bottom: 0;
}
#contents p.p_h3 + p {
	margin-bottom: 20px;
	margin-left: 5px;
}






