@charset "utf-8";

#cont_box {
    width: 900px;
    margin: 0 auto;
    font-size: 100%;
    line-height: 23px;
}
.cont_wrap {
    padding: 0 40px 25px;
    background: url('https://www.8341.jp/site/img/bijin/1812/wrapbk.gif') repeat-y 0 0;
}
.cont_wrap h3 img {
    display:block;
    margin: 0 auto 20px;
}
.flex {
	display: -webkit-flex;
    display: flex;
	-webkit-justify-content: space-between;
    justify-content: space-between;
	-webkit-align-items: center;
    align-items: center;
	width: 90%;
    margin: 0 auto;
}
.ttl_img {
    width: 950px;
    height: 397px;
    background: url('https://www.8341.jp/site/img/bijin/1901/ttl1901_bg.png') no-repeat 0 0;
    background-size: 100% 100%;
    padding: 30px 0 50px 70px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
dl.cont  {
	display: -webkit-flex;
    display: flex;
	-webkit-justify-content: space-between;
    justify-content: space-between;
	-webkit-align-items: flex-start;
    align-items: flex-start;
	 -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	border-bottom:1px solid #fe853c;
	padding-bottom: 30px;
    margin-bottom: 50px;
}
dl.cont:nth-of-type(3)  {
	border-bottom:none;
}
dl.product  {
	display: -webkit-flex;
    display: flex;
	-webkit-justify-content: space-between;
    justify-content: space-between;
	-webkit-align-items: flex-start;
    align-items: flex-start;
}
dl.cont dt {
    width: 45%;
}
dl.cont dd {
    width: 53%;
}
dl.last dd:last-of-type {
    width: 100%;
	margin-top:15px;
}
dl.last .product_wrap {
    display: flex;
    justify-content: space-between;
}
dl.last h4 {
	width:50%;
}
.cont dd p {
	margin-bottom:15px;
}
.last dd p:last-of-type {
	margin-bottom:0px;
}
h4 {
	background:#ff97a8;
	color:#fff;
	text-align:center;
    border-radius: 5px;
    font-size: 120%;
    padding: 1px;
	margin-bottom: 15px;
	font-weight:bold;
}
h5 {
	color:#ec6576;
	font-size:150%;
	margin-bottom: 15px;
	font-weight:bold;
}
.cont dd .product p {
	margin-bottom: 35px;
}
.cont dd .product dt img {
	width:100%;
}
.cont dd .product dt {
	width:40%;
}
.cont dd .product dd {
	width:60%;
}
.cont span.pink {
	color:#ec6576;
	font-size:150%;
	font-weight:bold;
}
.cont span.pink:before {
	display:block;
	content:"";
	width:100%;
	height:1px;
	background:#ffaebb;
	margin-bottom:15px;
}
#snsBtn {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    padding: 35px 50px 30px 0;
    width: 900px;
    margin: 0 auto;
    box-sizing: border-box;
}
.img_hvr a {
    text-decoration: none;
}
.img_hvr p {
    text-align: center;
    color: #666;
    font-size: 120%;
}
.itiran_bnr {
    margin: 0 0 30px;
}