@charset "UTF-8";
/* CSS Document */

h4.type1{font-size: 16px; margin-bottom: 10px;}
.flexBox{display: flex; flex-wrap: wrap; justify-content: space-between; flex-direction : row-reverse; width: 100%;}
.flexBox .img{width: 35%; text-align: center;}
.flexBox .img img{width: 100%;}
.flexBox .txtBox{width: 62%;}
.btn {margin: 20px 0;}
.btn a{
display: block;
padding: 10px;
box-sizing: border-box;
background: #E04200;
color: #fff;
text-decoration: none;
text-align: center;
max-width: 400px;
border-radius: 50px;
font-size: 110%;
font-weight: bold;
}



.imgBus{
max-width: 700px;
margin: 0 0 14px;	
}
.imgBus img{width: 100%;}

a.linkColor{
	text-decoration: underline;
}
