/*メインビジュアル*/
#mainVisual .mainVisualBg{
	background-image:url('../img/license/mainVisual.png');
}
#mainVisual .mainVisualBg #copyText p{
	width: 460px;
}
#mainVisual .mainVisualBg #copyText p:last-child{
	width: 370px;
	float: right;
}

/*資格取得認定制度・認定マーク*/
#licenseMark{
    width: 90%;
    max-width: 1000px;
    margin: 120px auto 30px;
    position: relative;
}
#licenseMark .cntTitle {
    text-align: center;
    margin: 0 auto 60px;
    padding-top: 40px;
}
#licenseMark .cntTitle h1 {
    color: #2a7976;
    font-size: 3rem;
    letter-spacing: 4px;
    margin-bottom: 10px;
}
#licenseMark .cntTitle h2 {
    font-size: 1.3rem;
    letter-spacing: 1px;
    color: #333;
    margin-bottom: 30px;
}
#licenseMark .selectBox{
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}
#licenseMark .licenseMarkCnt{
	width: 47%;
	padding: 20px 0;
	background:#fff;
	display: inline-block;
	position: relative;
	height: 170px;
}
#licenseMark .license{
	margin-right: 5%;
}
#licenseMark .licenseMarkCnt p{
	text-align: center;
	width: 100px;
	font-size: 1.3rem;
	margin: 0 auto 35px;
	line-height: 24px;
	color: #fff;
}
#licenseMark .license p{
	background-color: #22ae73;
}
#licenseMark .mark p{
	background-color: #f08c1e;
}
#licenseMark .license h3{
	color: #2a7976;
}
#licenseMark .mark h3{
	color: #ea5a24;
}
#licenseMark .licenseMarkCnt h3{
	text-align: center;
	font-weight: bold;
	letter-spacing: 2px;
	font-size: 2rem;
}
#licenseMark .license .moreBtn a{
    color: #22ae73;
    border: 1px solid #22ae73;
}
#licenseMark .license .moreBtn a:hover{
	color: #fff;
}
#licenseMark .license .moreBtn a:before{
	background: linear-gradient(to right, #2a7976, #22ae73);
}
#licenseMark .moreBtn{
	position: static;
	margin: 35px auto 30px;
}

/* 資格制度のご案内 */
#license {
	padding: 30px 0 30px;
}
#license .cntTitle {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto 60px;
    background: url('../img/license/licenseTitle_bg.png') center/100% no-repeat;
    text-align: center;
    color: #fff;
    padding: 30px 0;
    border-radius: 10px;
}
#license .cntTitle h2{
	font-size: 2.3rem;
	letter-spacing: 2px;
}
#license .cntDisc{
	width: 90%;
	max-width: 1000px;
	margin: 0 auto 60px;
}
#license .cntDisc h3{
    color: #2a7976;
    font-size: 2.5rem;
    letter-spacing: 3px;
    margin-bottom: 20px;
    text-align: center;
}
#license .cntDisc p{
	font-size: 1.5rem;
	text-align: center;
	color: #333;
}
#license .cntBox{
	background-color: #fff;
	padding: 50px 0;
}
#license .cntBox > div{
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
}
/*#license .cntBox .cnt{
	width: 47%;
	display: inline-block;
	vertical-align: top;
}*/
#license .cntBox .cnt01{
	margin-right: 5%;
}
#license .cntBox dl p{
	padding-left: 20px;
}
#license .cntBox dl.licenseTitle dt{
	font-size: 2.2rem;
	letter-spacing: 1px;
	color: #333;
	position: relative;
	margin-bottom: 20px;
	padding-left: 10px;
	margin-left: 10px;
}
#license .cntBox dl.licenseTitle dt span{
	font-size: 1.7rem;
	margin-left: 5px;
}
#license .cntBox dl.licenseTitle dt:before {
    width: 3px;
    height: 30px;
    bottom: 0;
    top: -2px;
    margin: 0;
    left: -12px;
    border-radius: 5px;
    position: absolute;
    content: '';
    background: rgb(240,140,30);
    background: -moz-linear-gradient(top, rgba(240,140,30,1) 0%, rgba(234,90,36,1) 100%);
    background: -webkit-linear-gradient(top, rgba(240,140,30,1) 0%,rgba(234,90,36,1) 100%);
    background: linear-gradient(to bottom, rgba(240,140,30,1) 0%,rgba(234,90,36,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f08c1e', endColorstr='#ea5a24',GradientType=0 );
    display: block;
}
#license .cntBox dl.licenseTitle dd{
	font-size: 1.4rem;
	color: #333;
	line-height: 22px;
}
#license .cntBox .cntImg{
	margin: 20px auto;
	text-align: center;
	max-width: 500px;
}
#license .cntBox .disc{
    background-color: rgba(137,184,181,.15);
    padding: 30px 5%;
    height: 480px;
}
#license .cntBox .disc p,#license .cntBox .disc li{
	color: #2a7976;
	font-size: 1.5rem;
	line-height: 25px;
	letter-spacing: 1px;
}
#license .cntBox .disc02 p{
	font-size: 1.4rem;
	letter-spacing: 0;
}
#license .cntBox .disc > div{
	padding: 15px 0;
	border-bottom: 1px solid #2a7976;
}
#license .cntBox .disc > div:first-child{
	padding-top: 0;
}
#license .cntBox .disc h4{
	margin-bottom: 15px;
}
#license .cntBox .disc h4 span{
	background-color: #2a7976;
	padding: 5px 10px;
	color: #fff;
	font-size: 1.4rem;
	margin-bottom: 10px;
}
#license .cntBox .disc li{
	margin-left: 20px;
	list-style-type: disc;
}
#license .cntBox .disc .caution{
	font-size: 1.3rem;
	margin-top: 5px;
}
#license .cntBox .priceCnt {
	margin-top: 80px;
    border: 1px solid #2a7976;
    position: relative;
    max-width: 500px;
    margin: 80px auto 0;
}
#license .cntBox .priceCnt:before{
	content:'';
	width: 50px;
	height: 60px;
	position: absolute;
	top: -65px;
	left: 0;
	right: 0;
	margin: auto;
	background: url('../img/license/price_icon.png')center/100% no-repeat;
}
#license .cntBox .priceCnt .program {
    width: 30%;
    height: 100%;
    display: inline-block;
    position: relative;
    vertical-align: top;
    height: 80px;
}
#license .cntBox .priceCnt .program p {
	line-height: 80px;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    letter-spacing: 3px;
    color: #2a7976;
}
#license .cntBox .priceCnt .price {
    width: 69%;
    height: 100%;
    float: right;
    background-color: #2a7976;
    height: 80px;
}
#license .cntBox .priceCnt .price p {
    font-size: 2.5rem;
    color: #fff;
    text-align: center;
    letter-spacing: 2px;
    margin-top: 25px;
}
#license .cntBox .priceCnt .price p span {
    font-size: 1.6rem;
    margin-left: 5px;
}
#license .cntBox .priceCnt .price p strong {
    line-height: 1.1;
    display: block;
    font-size: 1.6rem;
    line-height: 1;
}
#license .cntBox .form{
	margin-right: 5%;
}
#license .cntBox .contact p{
	text-align: center;
}
#license .cntBox .contact h5{
	width: 80%;
	max-width: 300px;
	padding: 15px 0;
	margin: 50px auto;
	text-align: center;
	font-weight: bold;
	border: 1px solid #333;
	position: relative;
}
#license .cntBox .contact h5:after {
    content: '';
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    right: 0;
    bottom: -35px;
    margin: auto;
    background: url(../img/common/contact_down.png)center/100% no-repeat;
}
#license .cntBox .contact p{
	font-size: 1.4rem;
	margin-bottom: 10px;
}
#license .requestBtn{
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
    height: 60px;
    line-height: 60px;
    text-align: center;
	background: -moz-linear-gradient(left,  rgba(0,162,150,0.8) 0%, rgba(34,174,115,0.8) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(0,162,150,0.8) 0%,rgba(34,174,115,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(0,162,150,0.8) 0%,rgba(34,174,115,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc00a296', endColorstr='#cc22ae73',GradientType=1 ); /* IE6-9 */
    box-shadow: 0 0 3px rgba(50,50,50,.5);
    position: relative;
    opacity: .9;
    transition: .3s;
    border-radius: 5px;
}
#license .requestBtn:hover{
	opacity: 1;
}
#license .requestBtn a {
    width: 100%;
    height: 100%;
    display: inline-block;
}
#license .requestBtn span {
    font-size: 1.7rem;
    letter-spacing: 1px;
    color: #fff;
    margin-left: 5px;
    font-weight: bold;
}
#license .tel p.number {
    font-size: 3.8rem;
    line-height: 33px;
    font-weight: bold;
    color: #2a7976;
    letter-spacing: 0;
    margin-bottom: 5px;
}
#license .tel p.number img {
    margin-right: 10px;
    vertical-align: bottom;
}

/* 認定マークの発行 */
#mark {
	padding: 60px 0 30px;
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
}
#mark .cntTitle {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto 50px;
    background: url('../img/license/licenseTitle_bg.png') center/100% no-repeat;
    text-align: center;
    color: #fff;
    padding: 30px 0;
    border-radius: 10px;
}
#mark .cntTitle h2{
	font-size: 2.5rem;
	letter-spacing: 3px;
}
#mark .cntDisc .cntImg{
	display: inline-block;
	width: 20%;
	height: 150px;
	margin-right: 4%;
	vertical-align: middle;
	background: url('../img/license/mark.png') right center/auto 100% no-repeat;
}
#mark .cntDisc .cntText{
	display: inline-block;
	width: 75%;
	vertical-align: middle;
}
#mark .cntDisc h3 {
    color: #2a7976;
    font-size: 2.5rem;
    letter-spacing: 3px;
    margin-bottom: 20px;
}
#mark .cntDisc p {
    font-size: 1.5rem;
    color: #333;
}
#mark .cntBox{
	margin: 100px auto;
}
#mark .cntBox01 > div{
	background-color: #fff;
	border-radius: 5px;
	padding: 20px 0;
}
#mark .cntBox01 .cnt{
	width: 30%;
	display: inline-block;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #ccc;
	height: 260px;
	padding: 0 1.4%;
}
#mark .cntBox01 .cnt:last-child {
    margin-right: 0;
    border: none;
}
#mark .cntBox01 .cntImg{
	width: 100%;
	height: 200px;
	background-repeat: no-repeat;
	background-position: center;
}
#mark .cntBox01 .cnt01 .cntImg{
	background-size: 120%;
	background-image: url('../img/license/products01.jpg');
}
#mark .cntBox01 .cnt02 .cntImg{
	background-size: 100%;
	background-image: url('../img/license/products02.jpg');
}
#mark .cntBox01 .cnt03 .cntImg{
	background-size: 70%;
	background-image: url('../img/license/products03.jpg');
}
#mark .cntBox01 .cntText p{
	margin-top: 10px;
	line-height: 25px;
}

/*認定店舗*/
#mark .cntBox02{
	margin: 0 auto;
}
#mark .shop{
	margin: 50px auto;
}
#mark .shop:last-child{
	margin-bottom: 0;
}
#mark .shop .cntText{
	display: inline-block;
	width: 54%;
	vertical-align: middle;
}
#mark .shop .cntImg{
	display: inline-block;
	width: 38%;
	vertical-align: middle;
	height: 120px;
	margin-right: 5%;
	padding-left: 2%;
}
#mark .shop dl.licenseTitle dt {
    font-size: 2.4rem;
    letter-spacing: 3px;
    color: #333;
    position: relative;
    margin-bottom: 20px;
    padding-left: 10px;
    margin-left: 10px;
    color: #233;
}
#mark .shop dl.licenseTitle dt span{
	font-size: 1.5rem;
	letter-spacing: 2px;
}
#mark .shop dl.licenseTitle dt:before {
    width: 3px;
    height: 30px;
    bottom: 0;
    top: -2px;
    margin: 0;
    left: -12px;
    border-radius: 5px;
    position: absolute;
    content: '';
    background: rgb(240,140,30);
    background: -moz-linear-gradient(top, rgba(240,140,30,1) 0%, rgba(234,90,36,1) 100%);
    background: -webkit-linear-gradient(top, rgba(240,140,30,1) 0%,rgba(234,90,36,1) 100%);
    background: linear-gradient(to bottom, rgba(240,140,30,1) 0%,rgba(234,90,36,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f08c1e', endColorstr='#ea5a24',GradientType=0 );
    display: block;
}
#mark .shop dl.licenseTitle dd{
	font-size: 1.7rem;
	line-height: 26px;
	letter-spacing: 2px;
	color: #233;
}

@media screen and (min-width:900px){

}
/*TAB*/
@media screen and (max-width:899px){
	#licenseMark{
		margin-top: 30px;
	}
	/*資格制度*/
	#license .cntBox .disc{
		height: 500px;
	}
	#license .cntBox .disc .caution{
		font-size: 1.2rem;
	}
	#license .cntBox .tel > p{
		line-height: 23px;
	}

	/*認定マーク*/
	#mark .cntTitle{
		width: 100%;
	}
	#mark .cntDisc .cntImg{
		display: block;
		width: 150px;
    	height: 150px;
    	margin: 0 auto 30px;
	}
	#mark .cntDisc .cntText{
		display: block;
		width: 100%;
	}
	#mark .cntBox01 .cntText p{
		font-size: 1.4rem;
		letter-spacing: 0;
	}
	#mark .shop .cntImg,#mark .shop .cntText{
		display: block;
		margin: 0 auto 20px;
		width: 90%;
	}
	/*ボタン*/
	#licenseMark .license .moreBtn a {
		color: #fff;
        background: linear-gradient(to right, #2a7976, #22ae73);
	}
}	
/*SP*/
@media screen and (max-width:480px){
	/*メインビジュアル*/
	#mainVisual .mainVisualBg{
		background-position: 25% center;
	}
	#mainVisual .mainVisualBg #copyText p{
		width: 330px;
		float: right;
	}
	#mainVisual .mainVisualBg #copyText p:last-child{
		width: 250px;
	}

	/*資格取得認定制度・認定マーク*/
	#licenseMark {
		margin: 0 auto;
	}
	#licenseMark .cntTitle h1{
		line-height: 40px;
	}
	#licenseMark .cntTitle h1 span {
		display: block;
		line-height: 15px;
	}
	#licenseMark .cntTitle h2{
		line-height: 22px;
	}
	#licenseMark .cntDisc{
		text-align: left;
	}
	#licenseMark .licenseMarkCnt{
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}

	/*資格制度*/
	#license{
		padding: 50px 0 0;
	}
	#license .cntTitle {
	    background-size: cover;
	    margin-bottom: 45px;
	    border-radius: 5px;
	}
	#license .cntBox dl p{
		padding-left: 15px;
	}
	#license .cntBox dl.licenseTitle dt{
		padding-left: 5px;
		font-size: 2rem;
	}
	#license .cntBox dl.licenseTitle dt:before{
		height: 25px;
	}
	#license .cntBox dl.licenseTitle dt span{
		font-size: 1.5rem;
	}
	#license .cntBox .cnt02 dl.licenseTitle dt span{
		line-height: 30px;
		margin-left: 0;
	}
	#license .cntBox .cnt02 dl.licenseTitle dt:before{
		height: 48px;
	}
	#license .cntDisc h3{
		font-size: 2.2rem;
		letter-spacing: 0;
	}
	#license .cntBox .cnt{
		width: 100%;
		margin-bottom: 50px;
	}
	#license .cntBox .cnt02{
		margin-bottom: 0;
	}
	#license .cntDisc p{
		text-align: left;
	}
	#license .cntBox .disc{
		height: auto;
	}
	#license .cntBox .cntImg img{
		width: 90%;
	}
	#license .cntBox .form{
		margin-right: 0;
	}
	#license .cntBox .tel{
		margin-bottom: 0;
	}

	/*認定マーク*/
	#mark {
		padding: 60px 0 0;
	}
	#mark .cntTitle{
	    background-size: cover;
   		margin-bottom: 30px;
    	border-radius: 5px;
	}
	#mark .cntTitle h2{
	    font-size: 2rem;
    	line-height: 30px;
	}
	#mark .cntDisc h3{
		line-height: 38px;
		font-size: 2rem;
		letter-spacing:0px;
		text-align: center;
	}
	#mark .cntBox{
		margin: 50px auto;
	}
	#mark .cntBox01 .cnt{
		width: 90%;
		height: auto;
		padding: 0;
		border: none;
		background-color: #fff;
		margin: 20px auto;
		display: block;
	}
	#mark .cntBox01 .cnt:last-child{
		margin: 20px auto;
	}
	#mark .cntBox01 .cntImg{
		height: 230px;
	}
	#mark .cntBox01 > div{
		padding: 0;
		background: none;
	}
	#mark .cntBox01 .cnt .cntText p{
		background-color: rgba(50,50,50,.1);
		height: 20px;
		line-height: 20px;
		padding: 20px 0;
		letter-spacing: 2px;
		font-weight: bold;
	}
	#mark .cntBox01 .cnt01 .cntText p{
		height: 40px;
		padding: 10px 0;
	}

	/*店舗紹介*/
	#mark .Hstyle01{
		margin-bottom: 30px;
	}
	#mark .shop{
		margin: 40px auto;
	}
	#mark .shop .cntImg, #mark .shop .cntText{
		width: 100%;
	}
	#mark .shop .cntImg{
		width: 90%;
		height: auto;
		padding: 0;
		text-align: left;
		margin:0 0 10px;
	}
	#mark .shop .cntImg img{
		height: auto;
		width: 100%;
	}
	#mark .shop dl.licenseTitle dt{
		font-size: 1.8rem;
		padding-left: 5px;
		letter-spacing: 2px;
		margin-bottom: 15px;
	}
	#mark .shop dl.licenseTitle dt span{
		font-size: 1.4rem;
		letter-spacing: 0px;
	}
	#mark .shop dl.licenseTitle dt:before{
		height: 25px;
	}
	#mark .shop dl.licenseTitle dd{
		font-size: 1.5rem;
		letter-spacing: 1px;
		line-height: 23px;
	}
	#mark .cntBox02 {
		margin: 0 auto;
	}

}