@charset "utf-8";

/* 全てのサイズ共通 */

.outer {
	overflow: hidden;
	margin-bottom: 10%;
}
.techniqueTxt {
	font-size: 16px;
	margin-bottom: -2%;
}
.bnr {
	margin:30px 0 80px;
	}



@media screen and (max-width:767px) {
    /* スマートフォン用　*/

.txtLarge {
	font-size: 1.8rem;
	font-weight: bold;
	color: #cf9a3d;
	}

section h3 {
	display: block;
    padding: 13px 5px;
    background-color: #cf9a3d;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 1.8rem;}

.ttlEntry {
	background:#CF9A3D;
	font-weight: bold;
	color:#fff;
	font-size:2.0rem;
	padding:15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom:40px;
	}	

.spNone {
	display: none;
}

}
@media screen and (min-width:768px) and ( max-width:1009px) {
    /* タブレット用　*/
.txtLarge {
	font-size: 2.4rem;
	font-weight: bold;
	color: #cf9a3d;
	}

section h3 {
	display: block;
	padding: 15px 10px;
	margin-bottom: 35px;
	background-color: #cf9a3d;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 2.4rem;
}

.ttlEntry {
	background:#CF9A3D;
	font-weight: bold;
	color:#fff;
	font-size:2.0rem;
	padding:15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom:40px;
	}	


}

