@charset "utf-8";
/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/


.forehead #conts01 p {
	margin-bottom: 35px;
}

.forehead #conts01 .topTxt {
	margin-bottom: 27px;
}

#conts01 .ttlBox {
	padding-left: 30px;
}

#conts01 .ttlBox .photoBox {
	width: 85px;
	bottom: 3px;
	right: 39px;
}

@media all and (max-width: 767px) {
	
	#conts01 p {
		letter-spacing: -0.4px;
	}
	
	#conts01 h3 {
		margin: -5px 0 10px;
		font-size: 1.6rem;
	}
	
	.forehead #conts01 p {
		margin-bottom: 22px;
	}
	
	.forehead #conts01 .topTxt {
	    margin-bottom: 16px;
	}
	
	#conts01 .ttlBox {
		padding-left: 16px;
	}
	
	#conts01 .ttlBox .photoBox {
		width: 43px;
		bottom: 5px;
		right: 18px;
	}
	
	.nose #conts01 .topTxt {
		margin-bottom: 17px;
	}
	
	.nose #conts01 p {
		margin-bottom: 20px;
	}
	
	.cheek #conts01 .topTxt {
		margin-bottom: 27px;
	}
	
	.cheek #conts01 .ttlBox .photoBox {
		bottom: 3px;
		right: 15px;
	}
	
	.cheek #conts01 p {
		margin-bottom: 19px;
	}
	
	.jaw #conts01 p {
		margin-bottom: 18px;
	}
	
	.jaw #conts01 .topTxt {
		margin-bottom: 16px;
	}
	
	.jaw #conts01 .ttlBox .photoBox {
		bottom: 3px;
	}
}

/*------------------------------------------------------------
cheek
------------------------------------------------------------*/
.cheek_imgbox {
    display: flex;
    justify-content: center;
    margin-bottom: 5%;
}

.cheek_imgbox figure {
    width: 35%;
    margin: 0 5%;
}

.cheek_imgbox figure img {
    width: 100%
}

.tit_cheek {
    color: #1A3C34;
    font-size: 2.1rem !important;
    font-family: "游明朝","YuMincho","Hiragino Mincho Pro","MS PMincho","ＭＳ Ｐ明朝","ヒラギノ明朝 Pro W6",serif;
    background: linear-gradient(transparent 0%, transparent 50%, #CFE1D0 50%, #CFE1D0 100%) !important;
}

.cheek_listbox {
    margin-bottom: 30px;
    font-size: 1.4rem;
    line-height: 1.75;
    list-style: decimal;
    color: #E25A24 !important;
    padding-left: 3%;
}

.cheek_txtbox {
    display: flex;
    align-items: center;
}

.cheek_txtbox figure {
    width: 45%;
}

.cheek_txtbox figure img {
    width: 100%;
}

.movie-wrap {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin: 10% 0;
}

.movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.cheek_txtmb {
    margin-bottom: 10% !important;
}

@media all and (max-width: 767px) {
    .cheek_imgbox {
        display: flex;
        justify-content: space-between;
    }

    .cheek_imgbox figure {
        width: 45%;
        margin: 0;
    }

    .cheek_listbox {
        margin-bottom: 25px;
        font-size: 1.2rem;
        padding-left: 4%;
    }

    .cheek_txtbox {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .cheek_txtbox p {
        margin-bottom: 0 !important;
    }

    .cheek_txtbox figure {
        width: 50%;
    }

    .margin-none {
        margin: 0 !important;
    }
}

