@charset "utf-8";
.promoMateH3 {
	font-size: 24px;
    letter-spacing: 1px;
    text-align: center;
    color: #fff;
    background: #6D712E;
    padding: 10px;
    margin-bottom: 20px;
}
.promoMateBtn {
	width: 100%;
	display: flex;
	justify-content: center;
}
.promoMateBtn a {
	width: 90%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #6D712E;
	background: #fff;
	border-radius: 0;
	border: 1px solid #6D712E;
	padding: calc(.667em + 2px) calc(1.333em + 2px);
    font-size: 1.125em;
    text-align: center;
    transition: 0.3s;
}
.promoMateBtn a:after {
	content: '';
	display: block;
	width: 10px;
	min-width: 10px;
	height: 10px;
	transform: rotate(135deg);
	border-top: 3px solid #6D712E;
    border-right: 3px solid #6D712E;
    margin-left: 10px;
}
.promoMateBtn a:hover{
	transform: scale(1.03);
}
.contentInner {
	counter-reset: number 0;
}
.contentInner h4 {
	display: flex;
    align-items: center;
	color: #6D712E;
	height: 100px;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: top left;
	background-image: url('../img/helpfull/icon_title.png');
	font-size: 26px;
    padding: 0 0 0 25px;
    margin-bottom: 20px;
}
.contentInner h4.seasonal {
	background-image: url('../img/helpfull/icon_title2.png');
}
.contentInner h5 {
	padding: 10px 0;
    color: #6D712E;
}
.contentInner figure.is-type-video {
	padding: 0 0 50px;
}
.contentInner .skinTroubleWrap {
	padding: 50px 0;
    border-bottom: 2px solid #6D712E;
}
.contentInner .skinTrouble a {
	position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 20px;
    line-height: 1.2;
    padding: 20px 60px 20px 30px;
    background: #6D712E;
}
.contentInner .skinTrouble a:before {
	counter-increment: number 1;
    content: counter(number);
    display: block;
    margin-right: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../img/helpfull/case_icon.png);
    text-align: left;
    line-height: 50px;
    font-size: 30px;
    font-weight: bold;
    padding: 0px 0 0 60px;
    box-sizing: border-box;
}
.contentInner .skinTrouble a:after {
    position: absolute;
    top: calc(50% - 10px);
    right: 30px;
    content: '';
    display: block;
    width: 20px;
    min-width: 20px;
    height: 20px;
    transform: rotate(45deg);
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
}
.posterImg {
	width: 200px; 
	height: 283px; 
	max-width: 200px; 
	max-height: 283px; 
	margin: 0 auto;
}
.posterImg img {
	width: 100%;
}
.wp-block-buttons .wp-block-button.dwBtn {
	width: 200px;
	display: flex;
    justify-content: right;
}
.dwBtn a {
	width: 31px;
	height: 36px;
	line-height: 30;
    overflow: hidden;
	padding: 0;
	margin: 10px 0 50px;
	border-radius: 0;
	background-color: transparent;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: top left;
	background-image: url('../img/helpfull/icon_dw.png');
	transition: 0.3s;
}
.dwBtn a:hover {
	background-image: url('../img/helpfull/icon_dw_h.png');
}

/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
@media only screen and (max-width: 767px){

}