@charset "UTF-8";

/*------------------------------div03-------------------------------*/
.ph_txt{
    width: 680px;
    margin: 0 auto;
    margin-bottom: 20px;
    position: relative;
}
.ph_txt>div{
	height: auto;
	background: url(../../../../../img/user/support/su/mind/pict_1.jpg) no-repeat;
	background-position: right center;
	border-top: dotted 1px #c11920;
	padding: 20px;
}
.ph_txt h4{
	color: #444;
	width: 450px;
}
.ph_txt p{
	color: #444;
	font-size: 13px;
	width: 450px;
}
@media screen and (max-width:1000px) {
	.ph_txt{
		width: 100%;
		margin: 0;
		padding: 0;
	}
	.ph_txt>div{
		height: auto;
		background: url(../../../../../img/user/support/su/mind/pict_1.jpg) no-repeat;
		background-position: right center;
		background: none;
	}
	.ph_txt h2,
	.ph_txt h4{
		width: 60%;
	}
	.ph_txt h4{
		font-size: 14px;
		padding-top: 0;
	}
	.ph_txt p{
	    width: 100%;
	    background: rgba(255, 255, 255, 0.8);
	    padding: 10px;
	    margin: 0;
	}
}

/*------------------------------チェックリスト-------------------------------*/
ul.check{
	margin: 20px 0;
	padding: 0;
	list-style: none;
}
ul.check li{
	position: relative;
	padding: 5px 5px 5px 20px;
	line-height: 16px;
}
ul.check li:before{
    content: url(../../../../../img/common/list_check.gif);
    position: absolute;
    background: none;
    width: 15px;
    height: 15px;
    top: 50%;
    left: 0;
    margin-top: -8px;
}

/*------------------------------こんな事を学べます-------------------------------*/
.curriculum{
    margin: 0 auto;
	background: #fefef1;
	border: solid 2px #339900;
	border-radius: 5px;
	padding: 20px;
}
.curriculum>h4{
    background: url(../../../../../img/user/support/su/mind/h_curriculum.gif) no-repeat;
    width: 264px;
    height: 48px;
    padding: 10px 5px 5px 5px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
    margin-top: -43px;
}
.curriculum ol{
	padding: 0;
}
.curriculum li.pause{
    list-style: none;
    color: #339900;
    border-bottom: dashed 1px #339900;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.curriculum li>ul{
	color: #444;
}
@media screen and (max-width:1000px) {
	.curriculum>h4{
	    background: #6db820;
	    border-radius: 20px;
	    width: 90%;
	    height: 40px;
	    margin-top: -40px;
	    padding: 8px 5px;
	    border: solid 1px #fff;
	    box-shadow: 0 0 0 2px #6db820;
	}
}

/*------------------------------サービスマインド研修のお申込みについて-------------------------------*/
.chapter4{
	background: #f2f2f2;
	border: solid 1px #cfcfcf;
	border-radius: 5px;
	padding: 20px;
}
.chapter4 p.phone{	
	margin: 0;
}
.chapter4 p.phone span{
	position: relative;
	font-size: 30px;
	padding-left: 40px;
}
.chapter4 p.phone span:before{
    content: url(../../../../../img/user/support/su/mind/freedial.gif);
    position: absolute;
    width: 35px;
    height: 22px;
    top: 8px;
    left: 0;
}
.chapter4 ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.chapter4 li{
	padding: 5px;
}
.chapter4>h4{
	font-size: 18px;
    font-weight: bold;
    color: #ce3c64;
    text-align: center;
}
.chapter4>h4.dotted{
	font-size: 15px;
    color: #444;
    text-align: left;
}
.chapter4 p.tanto{	
	margin: 0 0 0 40px;
}
.chapter4 .contact{
    background: #fff;
    border: 1px solid #cfcfcf;
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 20px;
}
.chapter4 .contact a{
	text-decoration: none;
	color: #336699;
}
.chapter4 .contact a:hover{
	text-decoration: underline;
}
@media screen and (max-width:1000px) {
	.chapter4 p.phone span{
		font-size: 22px;
	}
	.chapter4 p.phone span{
		font-size: 1.5em;
	}
	.chapter4 p.phone span:before{
		top: 1px;
	}
}