@charset "utf-8";

/* CSS Document */

.mb10 {
	margin-bottom: 10px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mt20 {
	margin-top: 20px !important;
}

#main {
	width: 980px;
	margin: 0 auto;
	padding: 0 0 70px;
	line-height: 1.5;
}
#main .line01 {
	clear: both;
	width: auto;
	border-top: solid 3px #5899b6;
	position: relative;
	padding: 20px 0 22px;
	background: url(/important/pop/wr_img/20200403corona/h1_bottom_bg.png) left bottom repeat-x;
	font-size: 18px;
	line-height: 1.3;
	margin: 20px 0 5px;
}
#main .line01:after {
	position: absolute;
	content: " ";
	display: block;
	border-top: solid 3px #284bb3;
	top: -3px;
	width: 70%;
}
#main .line01 p {
	padding: 0 15px;
}

#contents h2{
	position: relative;
	padding: .3em 0 .7em .4em;
	border-left: 6px solid #5a9ab7;
	margin:30px 5px 10px;
	background: url(/important/pop/wr_img/20200403corona/h2_bottom_bg.png) left bottom repeat-x;
	font-size: 15px;
}
#contents h2:before {
	position: absolute;
	left: -6px;
	bottom: 0;
	content: '';
	width: 6px;
	height: 50%;
	background-color: #10108c;
}
#contents h2:after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	width: 100%;
	height: 0;
}

.arwlink a:link {
	color: #407cba;
	background-image: url(/wr_css/wr_img/under/left_navi_arrow.gif);
	background-repeat: no-repeat;
	background-position: left 7px;
	padding: 0px 0px 0px 10px;
	text-decoration: underline;
}
.arwlink a:visited {
	color: #407cba;
	background-image: url(/wr_css/wr_img/under/left_navi_arrow.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding: 0px 0px 0px 10px;
	text-decoration: underline;
}
#contents .system_notes{
	text-align:right;
	color:#ff0000;
	line-height:1.4em;
	margin-bottom:20px;
}
#contents .system_txt {
	margin: 0 15px 15px 15px;
	color: #3c3c3c;
	line-height: 1.6;
	clear: both;
	font-size:15px;
}
#contents a{
	color: #407cba;
}
#contents a:hover{
	text-decoration: none;
}
.arwlink a:link {
	background-position: left 7px;
}
dl.indent {
	margin-left:1em;
}
dl dd {
	margin-left:1em;
}
dl dt {
	margin-bottom:10px;
	margin-top:15px;
}
dl dt img{
	width:12px;
	height:auto;
}
dl dt:first-child {
	margin-top:0;
}
dl dt.strong {
	font-weight:bold;
}
.covid19 {
	border: 2px solid #0f1350;
	padding: 10px 15px;
	margin-top: 40px;
}
.covid19 p span {
	display: inline-block;
	padding: 2px 0 0 5px;
	border-left: solid 5px #0f1350;
	font-weight:bold;
	font-size:16px;
	color:#0f1350;
}
.ml10 {
	margin-left: 10px !important;
}
@media screen and (max-width: 767px) {

	#main {
		width: 100% !important;
		padding: .5em 0;
	}

	#main .line01 {
		margin: 5px 0;
		padding: 10px 0 12px;
		font-size: 16px;
		line-height: 1.3;
	}

}
