/* CSS Document */

body{
	font-family: Meiryo,"Hiragino Kaku Gothic Pro",Osaka,"MS PGothic",sans-serif;
    font-size: 14px;
    font-style: normal;
    line-height: 1.5;
	}

.title{
	font-size:21px;
	font-weight:bold;
	display:block;
	color:#ffffff;
	padding:5px;
	background: #ed9017; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: rgb(237,144,23); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNlZDkwMTciIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZjZlNmI0IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
background: -moz-linear-gradient(left,  rgba(237,144,23,1) 50%, rgba(246,230,180,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(50%,rgba(237,144,23,1)), color-stop(100%,rgba(246,230,180,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(237,144,23,1) 50%,rgba(246,230,180,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(237,144,23,1) 50%,rgba(246,230,180,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(237,144,23,1) 50%,rgba(246,230,180,1) 100%); /* IE10+ */
background: linear-gradient(to right,  rgba(237,144,23,1) 50%,rgba(246,230,180,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed9017', endColorstr='#f6e6b4',GradientType=1 ); /* IE6-8 */


	}
	

.tokucho{
	font-size:15px;
	font-weight:bold;
	position:relative;
	padding-left:30px;
	}

.tokucho:after,
.tokucho:before{
	content:''; 
	height:18px;
	width:4px;
	display:block;
	background:#00A8FF;
	position:absolute;
	top:2px;
	left:15px;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	}
	
.tokucho:before{
	height:10px;
	transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-o-transform:rorate(-45deg);
	-ms-transform:rotate(-45deg);
	top:8px;
	left:7px;
	}		
	

.column{
	font-size:14px;
	line-height:1.5em;
	margin-top:10px;
	}
	
h4 {
	font-size:17px;
	font-weight:bold;
	color:#ffffff;
	background-color:#1200F8;
	margin:30px 0 5px 0;
	padding:5px 10px;
	 }
	 
	 
.paragraph{
	display:table;
	margin-top:10px;
	width:575px;
	padding-left:15px;
	}

.bold{
	font-size:15px;
	font-weight:bold;
	}
	
.text{
	font-size:14px;
	padding:0 15;
	}
	
	
.text,
.img{
	display:table-cell;
	vertical-align:middle;
	}
	
.blueBox03{
	border: 3px solid #0054a6;
    color: #000;
    padding: 10px;
	margin: 0 5px 0 -10px;
	}
	
dt,
dd{
	padding:0;
	margin:0;
	}
	
dt{
	font-size:16px;
	font-weight:bold;
	}	

/* ------お問い合わせボタン-------- */
.contactBtn {
	display: inline-block;
	height: 54px;
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	outline: none;
	
	font-size:21px;
	font-weight:bold;
	padding:0px 40px;
	margin:30px 100px;
/* ------	padding:10px 30px;-------- */
	background-color:#1abc9c;
	color:#ffffff;
}

.contactBtn::before,
.contactBtn::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.contactBtn,
.contactBtn::before,
.contactBtn::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.contactBtn:hover{
	background-color:#2ecc71;
	}
/* ------お問い合わせボタン-------- */	

.target{
	font-size:18px;
	font-weight:bold;
	border-bottom:solid 2px #0023F3;
	width:45%;
	}
.whiteFont{
	color:#FFFFFF;
	background-color:#0023F3;
	padding:0 8px;
	}	


.blueFont {
	font-size:19px;
	font-weight:bold;
	color:#056CE7;
	margin:20px 0 -5px 0;
	}

	
.arrow{
	text-align:center;
	}	

.mL20{
	margin-left:20px;
	}	
	
.mL30{
	margin-left:30px;
	}

.mL50{
	margin-left:50px;
	}
	
.mT30 {
	margin-top:30px;
	}		
	
.mT20 {
	margin-top:20px;
	}	
		

.mT50 {
	margin-top:50px;
	}	
	
.mT100 {
	margin-top:100px;
	}
	
	
.fs14{
	font-size:14px;
	}	
	
.fs16{
	font-size:16px;
	}
	
.fs18{
font-size:18px;
}

.fs20{
font-size:20px;
}

.fs22{
font-size:22px;
}

.fs24{
font-size:24px;
}