@charset "UTF-8";

body{
	font-family: Segoe UI,SegoeUI,"Helvetica Neue",Helvetica,Arial,sans-serif;
	-webkit-text-size-adjust: 100%;
	line-height: 1.6;
	font-size:16px;
	text-align: justify;
	}

.wrap{
	width: 95%;
	margin: 0 auto;
	}


h2:first-letter {
  font-size: 1.3em;
  color: #E81A0E;
}
h2{color: #02519C;
 margin-left: 0em;
 margin-bottom:0.5em;
 border-bottom: 2px double #E81A0E;
 text-align: left;
}

h3{
  background-color : #e0f500;
  padding: .3em 0.75em;
  color:#000;
  border-radius: 6px;
  text-align: left;
  font-size:1.6em;
}


h4 {
  margin-top: 3em;
  border-bottom: double 5px #E81A0E;
  font-size:1.3em;
}


h5{
  font-size: 1.2em;
  font-weight: bold;
  padding: 0em 0.5em;
  color: #494949;
  background: transparent;
  border-left: solid 1em #E81A0E;
  border-bottom: solid 1px #bb8334;
  border-top: solid 1px #bb8334;
  border-right: solid 1px #bb8334;
  margin-top:2em;
  margin-bottom: 0em;
  text-align: left;
}


li{
  list-style-position : outside;
  line-height : 1.6;
  margin: 2em 0em
}


div.Tbox{
		float: left;
		width: 46%;
		height: 350px;
		border: #ccc solid 1px;
		margin: 1%;
		text-align: center;
		}
img{
		width:100%;
		height:250px;
		background-color: #fff;
		object-fit: contain;
		border-bottom: 1px #ccc solid;
		}
		

