/*sub_tit*/
.sub_tit {
	margin-bottom: 50px;
}
.sub_tit .img_wrp {
	margin-bottom: 15px;
}
.sub_tit .lined {
    line-height: 0;	
}
.sub_tit .lined span {
	display: inline-block;
    line-height: 0;
    width: 40px;
    border-bottom: 2px solid #493a30;
    margin-bottom: 20px;
}
.sub_tit h1 {
	color: #493a30;
    font-size: 26px;
    line-height: 1.5em;
    font-weight: 600;
    margin-bottom: 5px;
}
.sub_tit h2 {
	color: #2e2e2e;
    font-size: 22px;
    line-height: 1.5em;
    margin-bottom: 0px;
}
.sub_tit h3 {
	color: #2e2e2e;
    font-size: 18px;
    line-height: 1.5em;
    margin-bottom: 0px;
}
@media (max-width:768px){
	.sub_tit {
		margin-bottom: 30px;
		text-align: left;
	}
	.sub_tit .img_wrp {
		margin-bottom: 10px;
	}
	.sub_tit .img_wrp img.ling {
		width: 10px;
	}
	.sub_tit .lined {
		line-height: 0;	
	}
	.sub_tit .lined span {
		width: 20px;
	}
	.sub_tit h1 {
		color: #493a30;
		font-size: 20px;
		line-height: 1.5em;
		font-weight: 600;
		margin-bottom: 5px;
		word-break: keep-all;
	}
	.sub_tit h2 {
		font-size: 16px;
		word-break: keep-all;
	}
	.sub_tit h3 {
		font-size: 14px;
	}
}

/*diet02_common*/
.diet02_common h4 {
	color: #1e1e1e;
    font-size: 20px;
    line-height: 1.5em;
    font-weight: 600;
	margin-bottom: 15px;
}
.diet02_common p {
	color: #1e1e1e;
    font-size: 15px;
    line-height: 1.5em;
	word-break: keep-all;
}
@media (max-width:768px){
	.diet02_common h4 {
		font-size: 14px;
		word-break: keep-all;
	}
	.diet02_common p {
		font-size: 13px;
		word-break: keep-all;
	}
}
/*diet02_sec01*/
#diet02_sec01 .conbox h5 {
	font-size: 17px;
    line-height: 1.4em;
    margin-bottom: 5px;
    margin-top: 30px;
    color: #1e1e1e;
	position: relative;
	padding-left: 20px;
}
#diet02_sec01 .conbox h5 .col_line {
	position: absolute;
	width: 15px;
	left: 0;
	border-bottom: 1px solid #1e1e1e;
	padding-top: 10px;
}
#diet02_sec01 .diet_p {
	padding: 30px 0;
}
#diet02_sec01 .diet_p li {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dashed #ddd;
}
#diet02_sec01 .diet_p .diet_pitem.diet_pitem01 {
	background: url(../img/diet_i01.png) 15px center no-repeat;
}
#diet02_sec01 .diet_p .diet_pitem.diet_pitem02 {
	background: url(../img/diet_i02.png) 15px center no-repeat;
}
#diet02_sec01 .diet_p .diet_pitem.diet_pitem03 {
	background: url(../img/diet_i03.png) 15px center no-repeat;
}
#diet02_sec01 .diet_p .diet_pitem.diet_pitem04 {
	background: url(../img/diet_i04.png) 15px center no-repeat;
}
#diet02_sec01 .diet_p .diet_pitem.diet_pitem05 {
	background: url(../img/diet_i03.png) 15px center no-repeat;
}
#diet02_sec01 .diet_p .diet_pitem h3 {
	color: #1e1e1e;
	font-size: 18px;
    line-height: 1.5em;
    word-break: keep-all;
    margin-bottom: 10px;
    font-weight: 600;
}
#diet02_sec01 .diet_p .diet_pitem p {
	color: #1e1e1e;
    font-size: 15px;
    line-height: 1.5em;
    word-break: keep-all;
}
@media (min-width:769px){	
	#diet02_sec01 .diet_p .diet_pitem {
		padding-left: 100px;
	}
}
@media (max-width:768px){	
	#diet02_sec01 .conbox h5 {
		font-size: 14px;
		word-break: keep-all;
		padding-left: 0px;
		padding-top: 15px;
		margin-top: 10px;
	}
	#diet02_sec01 .conbox h5 .col_line {
		top: 0;
		margin-top: 0px;
	}
	#diet02_sec01 .diet_p .diet_pitem {
		padding-top: 65px;
		background-position: center 15px !important;
		background-size: 40px !important;
	}
	#diet02_sec01 .diet_p .diet_pitem h3 {
		font-size: 14px;
	}
	#diet02_sec01 .diet_p .diet_pitem p {
		font-size: 13px;
	}
	#diet02_sec01 .diet_program {
		max-width: 70%;
	}
}
/*diet02_sec02*/
#diet02_sec02 .conbox strong {
	display: inline-block;
    background-color: #900020;
    position: relative;
    color: #fff;
    padding: 15px 10px;
    line-height: 1em;
	margin-right: 20px;
	z-index: 5;
}
#diet02_sec02 .conbox strong:after {
	content: "";
    top: 100%;
    left: 0;
    border-style: solid;
    border-width: 30px;
    border-color: #900020 transparent transparent transparent;
    position: absolute;
}
#diet02_sec02 .conbox h5 {
	font-size: 17px;
    line-height: 1.4em;
    margin-bottom: 5px;
    margin-top: 30px;
    color: #1e1e1e;
	position: relative;
	padding-left: 20px;
}
#diet02_sec02 .conbox h5 .col_line {
	position: absolute;
	width: 15px;
	left: 0;
	border-bottom: 1px solid #1e1e1e;
	padding-top: 10px;
}
#diet02_sec02 .img_wrp {
	margin-top: 15px;
}
#diet02_sec02 .diet_pro {
	position: relative;
}
#diet02_sec02 .diet_pro .line_center {
	position: absolute;
	top: 0;
	left: 29px;
	height: 100%;
	border-right: 1px solid #eee;
}
#diet02_sec02 .diet_p {
	padding: 30px 0;
}
#diet02_sec02 .diet_p li {
	position: relative;
}
#diet02_sec02 .diet_p .diet_pitem {	
	margin-left: 80px;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dashed #ddd;
}
#diet02_sec02 .diet_p .diet_pitem h3 {
	color: #1e1e1e;
	font-size: 18px;
    line-height: 1.5em;
    word-break: keep-all;
    margin-bottom: 10px;
    font-weight: 600;
}
#diet02_sec02 .diet_p .diet_pitem p {
	color: #1e1e1e;
    font-size: 15px;
    line-height: 1.5em;
    word-break: keep-all;
}
@media (max-width:768px){	
	#diet02_sec02 .conbox h5 {
		font-size: 14px;
		word-break: keep-all;
		padding-left: 0px;
		padding-top: 15px;
		margin-top: 10px;
	}
	#diet02_sec02 .conbox h5 .col_line {
		top: 0;
		margin-top: 0px;
	}	
	#diet02_sec02 .conbox strong:after {
		border-width: 28px;
	}
	#diet02_sec02 .diet_pro .line_center {
		left: 27px;
	}
	#diet02_sec02 .diet_p .diet_pitem h3 {
		font-size: 14px;
	}
	#diet02_sec02 .diet_p .diet_pitem p {
		font-size: 13px;
	}
	#diet02_sec02 .diet_program {
		max-width: 70%;
	}
	#diet02_sec02 .conbox h3 strong:after {
		border-width: 12px;
	}
}
/*diet02_sec03*/
#diet02_sec03 .conbox h5 {
	font-size: 17px;
    line-height: 1.4em;
    margin-bottom: 15px;
    margin-top: 30px;
    color: #1e1e1e;
	position: relative;
	padding-left: 20px;
}
#diet02_sec03 .conbox h5 .chlist_hd {
    position: absolute;
    left: 0;
}
#diet02_sec03 .conbox h5 .col_line {
	position: absolute;
	width: 15px;
	left: 0;
	border-bottom: 1px solid #1e1e1e;
	padding-top: 10px;
}
#diet02_sec03 .conbox h6 {
	font-size: 15px;
    line-height: 1.4em;
    margin-bottom: 20px;
    color: #373737;
    font-weight: 600;
}
@media (max-width:768px){	
	#diet02_sec03 .conbox h5 {
		font-size: 14px;
		word-break: keep-all;
		padding-top: 15px;
		margin-top: 10px;
	}
	#diet02_sec03 .conbox h5 .col_line {
		top: 0;
		margin-top: 0px;
	}
	#diet02_sec03 .conbox h6 {
		font-size: 13px;
		word-break: keep-all;
	}
}
/*go_now*/
.go_now {
    position: relative;
    padding: 15px;
    display: block;
    text-decoration: none;
}
.go_now.go_now01 {
    background: url(../img/go_now1_bg.jpg) center center no-repeat;
	background-size: cover;
}
.go_now.go_now02 {
    background: url(../img/go_now2_bg.jpg) center center no-repeat;
	background-size: cover;
}
.go_now .blacked {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    left: 0;
    top: 0;
}
.go_now .txtbox {
    position: relative;
    z-index: 3;
    border: 1px solid #fff;
    padding: 30px 0;
}
.go_now .txtbox h1 {
    font-size: 23px;
    line-height: 1em;
    margin-bottom: 0;
    display: inline-block;
    background-color: #fff;
    color: #1e1e1e;
    padding: 7px 20px;
    border-radius: 30px;
    font-weight: 600;
}
.go_now .txtbox p {
    font-size: 15px;
    line-height: 1.4em;
    color: #fff;
    margin-bottom: 0;
}
@media (max-width:768px){
    .go_now {
        padding: 5px;
    }
    .go_now .txtbox {
        padding: 20px 10px;
    }
    .go_now .txtbox h1 {
        font-size: 18px;
    }
    .go_now .txtbox p {
        font-size: 13px;
    }
}