@charset "UTF-8";

/*****************************************************
 renew /license/wp-content/themes/seacruise-license
*****************************************************/
.page-title{
	background: url("../images/course/bg_title.jpg");	
	background-size: cover;
}

#renew .intro{
	width: 78.8%;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 66px;
}

#renew .intro img{
	max-width: calc(1158px/2);
    width: 92%;
    margin-bottom: 35px;
}
#renew .intro p{
	text-align: left;
}

.intro-text {
	background: #edf2f6;
	padding: 25px; 
	margin-top: 25px;
}

.intro-text p:nth-of-type(1){
	margin-bottom: 20px;
	font-weight: bold;
}
.intro-text p:nth-of-type(2){
	margin-bottom: 15px;
	color: #ff0000;
}

#renew .notes{
	margin-top: 20px;
	font-weight: bold;
}
#renew .notes p:first-child {
	font-weight: bold;
}
#renew .notes p span {
	font-weight: bold;
}

#renew .container{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
}
#renew .container span{
	color: #ff0000;
}

#renew .samlephoto{
	max-width: calc(298px /2);
    width: 25.4%;
}

#renew .notes p:nth-of-type(1){
	color: #ff0000;
	margin-bottom: 20px;
}

#renew table ul li{
	border-bottom: 1px dotted;
    padding: 15px 0;
}
#renew table ul li div{
	width: 59.6%;
}
#renew table ul li:first-child{
	padding-top: 0;
}
#renew table ul li:last-child{
	border: none;
}

@media screen and (max-width: 650px){


}