@charset "utf-8";
/*------------------------------------------------------------

------------------------------------------------------------*/
#gNavi li:nth-child(4) > a {
	color: #29b572;
}


.mainImg {
	min-height: 300px;
	background: url(../img/course/main_img.jpg) no-repeat left center;
}

.mainImg h2 {
	padding-top: 131px;
	color: #fff;
	font-size: 30px;
	text-align: center;
	letter-spacing: 4px;
	line-height: 1.25;
}

.mainImg h2 span {
	display: inline-block;
	border-bottom: 2px solid #fff;
}
/*-------------------------------------*/
#conts .courseBox{
    margin-bottom: 100px;
}

#conts .courseBox li{
    border-top: 1px solid #DEDEDE;
    border-left: 1px solid #DEDEDE;
    border-right: 1px solid #DEDEDE;
    display: flex;
    align-items: center;
}
#conts .courseBox li:last-child{
    border-bottom: 1px solid #DEDEDE;
}


#conts .courseBox li a{
    display: block;
    width: 100%;
    padding: 25px 0;
}
#conts .courseBox li a:hover{
    opacity: 0.7;
}

#conts .courseBox li .inner{
    width: 550px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#conts .courseBox li .inner .icon{
    width: 74px;
}
#conts .courseBox li .inner .icon img{
    width: 100%;
}

#conts .courseBox li .inner .textBox{
    width: 450px;
}

#conts .courseBox li .inner .textBox .ttl{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

#conts .txt01{
    margin-bottom: 15px;
}

/*** 190402 add ***/


#conts .courseBox .halfBox{
	background-color: #F6F4F2;
}
#conts .courseBox .half{
	width: 50%;
}
#conts .courseBox .half:last-child{
    border-left: 1px solid #DEDEDE;
}
#conts .courseBox li .half .inner{
	width: 338px;
}
#conts .courseBox li .half .inner .icon{
	margin: 0 25px;
}
#conts .courseBox li .half .inner .icon img{
	width: 74px;
}

/*** 190402 end ***/


@media all and (min-width: 0) and (max-width: 767px) {

    #main{
        margin: 0 auto 82px !important;
    }
    #conts {
        width: 95%;
        margin: 0 auto;
    }

	.mainImg {
		min-height: 126px;
		background: url(../img/course/sp_main_img.jpg) no-repeat left center;
		background-size: cover;
        margin-bottom: 30px;
	}

	.mainImg h2 {
		padding-top: 55px;
		font-size: 15px;
		letter-spacing: 2px;
	}

	.mainImg h2 span {
		border-bottom: 1px solid #fff;
	}

    #conts .courseBox{
        margin-bottom: 60px;
    }

    #conts .courseBox li a{
        padding: 20px 0;
    }
    #conts .courseBox li .inner{
        width: 95%;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: left;
    }

    #conts .courseBox li .inner .icon{
        width: 50px;
    }
    #conts .courseBox li .inner .icon img{
        width: 50px;
    }

    #conts .courseBox li .inner .textBox{
        margin-left: 10px;
        width: auto;
    }

    #conts .courseBox li .inner .textBox .ttl{
        font-size: 15px;
    }

    #conts .youtube{
        position: relative;
        padding-bottom: 56.25%;
        padding-top: 30px;
        height: 0;
        overflow: hidden;
    }
    #conts .youtube iframe,
    #conts .youtube object,
    #conts .youtube embed{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

	/*** 190402 add ***/
	#conts .courseBox li .half .inner{
		width: 100%;
		padding-right: 3px;
	}
	#conts .courseBox li .half .inner .icon{
		margin: 8px;
	}
	#conts .courseBox li .half .inner .icon img{
		width: 40px;
	}
	#conts .courseBox li .half .inner .textBox .ttl{
		margin-bottom: 5px;;
	}
	#conts .courseBox li .half .inner .textBox{
		letter-spacing: 0.8;
		margin: 0;
	}

	/*** 190402 end ***/


}