@charset "utf-8";

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

	CSS Document
	file name  :uniq.css

::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

.mvWrap .mvBg{
	background: -moz-linear-gradient(left, #ffef82, #80d187);
	background: -webkit-linear-gradient(left, #ffef82, #80d187);
	background: linear-gradient(to right, #ffef82, #80d187);
}

#contents {
    padding: 90px 0 0;
}
.w1100{
	width:100%;
	max-width:1100px;
	margin:0 auto;
	position:relative;
}


#contents .learnSearch {
	margin-bottom:70px !important;
}
#contents .learnSearch li{
	width:31%;
}
#contents .learnSearch li select,
#contents .learnSearch li input{
	width:100%;
}
    select{
        outline:none;
        text-indent: 0.01px;
        text-overflow: '';
        /*background: none transparent;*/
		background:#f9f9f9;
        vertical-align: middle;
        font-size: inherit;
        color: inherit;
        -webkit-appearance: button;
        -moz-appearance: button;
        appearance: button;
		padding:15px;
		border-radius:3px;
		border:none;
    }
    select option{
      /*background-color: #fff;*/
      color: #333;
    }
    select::-ms-expand {
      display: none;
    }
    select:-moz-focusring { 
      color: transparent; 
      text-shadow: 0 0 0 #828c9a;
    }
#contents .learnSearch li span{
	display:block;
	width:100%;
	font-size:14px;
	margin-bottom:5px;
	font-weight:bold;
	color:#111;
}
#contents .learnSearch button {
    padding: 15px 80px;
    margin:25px 10px 0;
    background: #111;
	color:#fff;
    font-size: 14px;
    border: none;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    -ms-transition: 0.7s;
    transition: 0.7s;
    font-weight: bold;
    border-radius: 100px;
}


#contents .learnWrap{
	margin-bottom:40px;
}
#contents .tempWrap a{
	cursor:pointer;
	display:block;
}
#contents .tempWrap .box figure{
	background-size:auto 100% !important;
}
#contents .learnWrap .box{
	width: 25%;
	padding: 0 25px;
}
#contents .learnWrap .box .ttl{
	font-size:22px;
}
#contents .learnWrap .box .btnWk{
	margin-top:15px;
}
#contents .tempWrap .box dl dt{
	width:80px;
	font-weight:bold;
	font-size:17px;
}
#contents .tempWrap .box dl dd{
	width:calc(100% - 80px);
	text-align:left;
}



#contents .learnDtlWrap .ph{
	width:100%;
	margin-bottom:20px;
}
#contents .learnDtlWrap .ph figure{
	width:100%;
	height:0;
	padding-top: 50%;
	background-repeat:no-repeat !important;
	background-size:cover !important;
	background-position:center center !important;
}
#contents .learnDtlWrap .capBox{
	width:100%;
	text-align:left;
}
#contents .learnDtlWrap .capBox .ttl{
	font-size:42px;
	color:#111;
	text-align:center;
	font-weight:bold;
}
#contents .learnDtlWrap .btnWrap{
	margin-top:30px;
}
#contents .learnDtlWrap .btnWrap li{
	display:inline-block;
}


#contents .learnDtlWrap{
	margin-bottom:70px;
}
#contents .dtlWrap .ckWrap .ttl{
	font-size:36px;
	color:#111;
	margin-bottom:20px;
	line-height:1.3;
}
#contents .dtlWrap{
	margin-top:80px;
}


/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

	★ SP
	
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

@media screen and (max-width: 1600px) {
	#contents .learnWrap .box{
		width:33.333%;
		padding:0 1%;
	}
	#contents .learnWrap .box .ttl {
		font-size: 20px;
	}
}
@media screen and (max-width: 1100px) {
	.w1100 {
		width: 100%;
		margin: 0 auto;
		position: relative;
	}
	#contents .learnWrap .box{
		width:50%;
		padding:0 25px;
	}
	#contents .learnWrap .box .txtWrap {
		text-align:center;
	}
	#contents .tempWrap .box dl dt {
		font-size: 13px;
	}
	#contents .learnDtlWrap .capBox .ttl {
		font-size: 32px;
	}
	#contents .dtlWrap {
		margin-top:40px;
	}
	
	
	#contents .dtlWrap .proGalleryWrap {
		width:100%;
	}
	#contents .dtlWrap .proGalleryWrap img{
		width:100%;
		max-width:600px;
		margin:0 auto;
	}
	#contents .learnDtlWrap .w1400 {
		margin-top: 50px;
	}
	#contents .dtlWrap .ckWrap .ttl {
		font-size: 18px;
		background:#111;
		padding:13px;
		color:#fff;
		border-radius:3px;
		text-align:center;
	}
	#contents .dtlWrap .ckWrap .ckBox .h1 {
		font-size: 24px;
	}
	#contents .dtlWrap .ckWrap{
		width:100%;
		margin-left:0;
	}
}
@media screen and (max-width: 640px) {
	#contents .learnSearch {
		margin-bottom:40px !important;
	}
	#contents .learnSearch li{
		width:100%;
	}
	
	
	#contents .learnDtlWrap .ph {
		width: 100%;
	}
	#contents .learnDtlWrap .ph figure {
		width: 100%;
		padding-top: 70%;
		background-size: auto 100% !important;
	}
	#contents .learnDtlWrap .capBox {
		width: 100%;
		margin-top:20px;
	}
	#contents .learnDtlWrap {
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 460px) {
	#contents .learnWrap .box{
		width:100%;
		padding:0;
	}
}