/*403,404,500,503ページ*/

.bg-body-tertiary{
	background-color: #FFFFFF !important;
	padding: 0;
	margin: 0;
}

.bg-body-tertiary h1{
 color:#00ac97;
 font-weight: bold;
 text-shadow: 5px 4px 3px #d8d8d8;
}

.bg-body-tertiary h1 img{
    width: calc(1.375rem + 3.5vw);
    height:auto;
    padding:0 10px 10px 0;
    filter: drop-shadow(5px 4px 3px #d8d8d8);
}

.bg-body-tertiary h4{
	color: #00ac97;
	font-weight: bold;
	font-size: 150%;
}

.bg-body-tertiary p {
	font-size: 21px;
}

.description {
	line-height: 1.8em;
	margin: 40px;
	border-top: 2px dashed #00ac97;
	border-bottom: 2px dashed #00ac97;
}

.description p{
	margin: 30px;
}

.text_blue{
	color: #0081cc;
}



@media screen and (max-width : 575px)
{
.bg-body-tertiary h4{font-size: 120%;}
}

@media screen and (min-width: 1200px) {

  .bg-body-tertiary h1,
  .jbg-body-tertiary .h1 {
    font-size: 63px;
  }

  .bg-body-tertiary h1 img {
    width:70px;
    height:auto;
  }
}
