@charset "utf-8";
/*------------------------------------------------------------
	選ばれる理由
------------------------------------------------------------*/



#main .noticeDl {
	margin: 0 5px 5px;
	padding: 15px;
	color: #000;
	background-color: #FFCC66;
	border-radius: 10px;
font-size: 120%;
}

#main .noticeDl dt {
	margin-bottom: 5px;
	font-weight: bold;
}

#main .noticeDl dt img {
	margin-right: 5px;
}

#main .noticeDl dd {
}

#c01,
#c02,
#c03,
#c04 {
	border-bottom:1px dotted #999999;
	padding-bottom: 30px;
	margin-bottom: 20px;
}


#c01 .ttl {
	width:100%;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	margin:0 auto 6px auto;
	height: 1px;
    padding-top: 50%;
    background: url('../img/reason/reason01.png') 0 0 no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}




#c01 .m-cap {
	font-weight: bold;
	font-size: 120%;
}

p {
	clear: both;
	width: 95%;
	margin: 0 auto;
}

#c01 .image {
	float: right;
}

.btn {
	clear: both;
	margin: 30px auto;
	border: 1px solid #FDCE87;
	border-radius: 5px;
	width: 95%;
}

.btn a {
	padding: 16px;
	display: block;
	position: relative;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	border-radius: 5px;
	border: 1px solid #FF6600;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffcc00+0,ff6600+50,ff6600+100 */
background: #ffcc00; /* Old browsers */
background: -moz-linear-gradient(top,  #ffcc00 0%, #ff6600 50%, #ff6600 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffcc00), color-stop(50%,#ff6600), color-stop(100%,#ff6600)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffcc00 0%,#ff6600 50%,#ff6600 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffcc00 0%,#ff6600 50%,#ff6600 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffcc00 0%,#ff6600 50%,#ff6600 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffcc00 0%,#ff6600 50%,#ff6600 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcc00', endColorstr='#ff6600',GradientType=0 ); /* IE6-9 */

}

.btn a:before {
	margin-top: -8px;
	width: 16px;
    height: 16px;
	background: url(../img/common/icon07.png) no-repeat left top;
	background-size: 16px 16px;
    position: absolute;
    top: 50%;
	right: 14px;
  
    content: ""; 
}


#c02 .ttl {
	width:100%;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	margin:0 auto 6px auto;
	height: 1px;
    padding-top: 55%;
    background: url('../img/reason/reason02.png') 0 0 no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}



#c02 p {
	clear: both;
}





#c03 .ttl {
	width:100%;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	margin:0 auto 6px auto;
	height: 1px;
    padding-top: 35.78%;
    background: url('../img/reason/reason03.png') 0 0 no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}






#c04 .ttl {
	width:100%;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	margin:0 auto 6px auto;
	height: 1px;
    padding-top: 15.31%;
    background: url('../img/reason/reason04.png') 0 0 no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}


#c04 .c04_02 {
	width:100%;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	margin:0 auto 6px auto;
	height: 1px;
    padding-top: 29.06%;
    background: url('../img/reason/reason04_02.png') 0 0 no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}

.red {
	color: red;
}