@charset "utf-8";
.hd-img {
}
.hd-img img {
	width:100% ;
	height: 200px;
  object-fit: cover;
  object-position: 0 100%;
}
.article-box-in h2 {
	color: rgba(255,255,255,1.00);
	font-size: 16px;
	line-height: 300%;
	text-align: center;
	background-color: rgba(47,74,128,1.00);
	font-weight: normal;
}
.article-text h4 {
    font-size: 150%;
    line-height: 200%;
    color: rgba(65,65,65,1.00);
    margin-left: 7px;
    margin-right: 7px;
    font-weight: bold;
}
.article-text p {
	font-size: 18px;
	line-height: 200%;
	margin-bottom: 2em;
	color: rgba(65,65,65,1.00);
	margin-left: 7px;
	margin-right: 7px;
}
.article-text dl dt {
    font-size: 18px;
    line-height: 200%;
    margin-bottom: 1em;
    color: rgba(65,65,65,1.00);
    margin-left: 7px;
    margin-right: 7px;
    font-weight: bold;
}
.article-text dl dd {
    font-size: 18px;
    line-height: 200%;
    margin-bottom: 2em;
    color: rgba(65,65,65,1.00);
    margin-left: 7px;
    margin-right: 7px;
    padding-left: 1em;
}
.img-c {
	text-align: center;
	margin-bottom: 30px;
}

.img-r {
	text-align: center;
	margin-bottom: 30px;
}
.img-l{
	text-align: center;
	margin-bottom: 30px;
}
.column-return {
	text-align: center;
	margin-right: 40px;
	margin-left: 40px;
	padding-top: 41px;
	padding-bottom: 40px;
}




@media print,screen and (min-width: 800px) {
.article-box {
	padding-bottom: 40px;

}
.article-box-in h2 {
	color: rgba(93,124,187,1.00);
	text-align: left;
	font-size: 14px;
	line-height: 150%;
	background-color: rgba(75,119,171,0.00);
	font-weight: bold;
}
.article-text h4 {
    font-size: 150%;
    line-height: 200%;
    color: rgba(65,65,65,1.00);
    margin-left: auto;
    margin-right: auto;
    font-weight: bold;
}
.article-text p {
	font-size: 18px;
	line-height: 200%;
	margin-bottom: 2em;
	color: rgba(65,65,65,1.00);
	margin-left: auto;
	margin-right: auto;
}
.article-text dl dd {
	font-size: 18px;
	line-height: 200%;
	margin-bottom: 2em;
	color: rgba(65,65,65,1.00);
	margin-left: auto;
	margin-right: auto;
}
.hd-img {
	width: 1100px;
	height: auto;
	border-left: 1px solid rgba(128,128,128,1.00);
	border-right: 1px solid rgba(128,128,128,1.00);
	border-bottom: 0px solid rgba(128,128,128,1.00);
	border-top: 1px solid rgba(128,128,128,1.00);
  object-fit: auto;}
.img-r {
	width: 40%;
	margin-left: 30px;
	float: right;
	margin-bottom: 30px;
}
.img-l{
	width: 40%;
	margin-right: 30px;
	float: left;
	margin-bottom: 30px;
}

.column-box {
	max-width: 900px;
	display: flex;
	flex-wrap: wrap;
}

.column1 {
	width: calc(100% - 10px);
}
.column2 {
	width: calc(50% - 10px);
	margin: 4px;
}
.column4 {
  width: calc(25% - 10px);
  margin: 4px;
}
}
