@charset "UTF-8";

/*
無添加メン DB0 PC用
-------------------------------------------------- */

div#primary {
    max-width: 910px;
}

div#db0Cat_01_51 span.size{
	font-size:21px;
}

div#db0Cat_01_51 div.inner {
	width: 100%;
	height: auto;
    /* margin: 0 0 30px; */
	padding: 0 0 10px 20px;
	/* background: url(/items_ex/images_Cat_01_51/men_db0_5100.jpg) no-repeat; */
    position: relative;
}

div#db0Cat_01_51 p.mark img {
	display: none;
    width: 75px;
	height: auto;
}

div#db0Cat_01_51 p.ttl img {
	width: 465px;
	height: auto;
	margin-top:35px;
}

div#db0Cat_01_51 p.txt {
	width: 470px;
	margin: 0 0 0 20px;
}

div#db0Cat_01_51 p.moreLink {
	margin: 20px 0 0 20px;

}	

div#db0Cat_01_51 .flex{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width:100%;
}

div#db0Cat_01_51 p.specialBox,
div#db0Cat_01_51 p.specialBox_wh {
    padding: 10px;
    font-size: 128%;
    font-weight: bold;
    text-align: center;
}

div#db0Cat_01_51 p.specialBox{
    background: #e60000;
    color: #ffffff;
    width:100%;
}

div#db0Cat_01_51 p.specialBox span.small {
    font-size: 82%;
}
div#db0Cat_01_51 p.specialBox_wh{
    background: #ffffff;
    color: #e60000;
    font-size: 128%;
    border:1px solid #e60000;
    width:65%;
}

div#db0Cat_01_51 p.specialBox img.mailorder{
	width:120px;
	vertical-align:-3px;
	margin:0 0 0 8px;
}


div#db0Cat_01_51 .toggleBtn {
    width: 100%;
    height: 39px;
    background: url("/items_ex/images_Cat_01_51/accordion_off.jpg") no-repeat center center;
    background-size: cover;
    cursor: pointer;
}
div#db0Cat_01_51 .toggleBtn.active {
    background: url("/items_ex/images_Cat_01_51/accordion_on.jpg") no-repeat center center;
    background-size: cover;
}

div#db0Cat_01_51 .content {
    display: none;
}
.person_Box {
	padding: 30px;
	background: rgb(224,224,224);
	background: linear-gradient(90deg, rgba(224,224,224,1) 0%, rgba(240,240,240,1) 50%, rgba(224,224,224,1) 100%);
}
#db0Cat_01_51 .person_Box.flex{
    width: 870px;
    justify-content: space-between;
    margin: 0 auto;
}
#db0Cat_01_51  .person_Box{
    margin-top: 20px;
}
.person_Box .pic_Area{
	width: 260px;
}
.person_Box .txt_Area {
	position: relative;
	width: 520px;
    padding: 20px;
    background: #fff;
}

.person_Box .txt_Area:before {
    content: "";
    position: absolute;
    top: 130px;
    left: -30px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 30px 30px;
    border-color: transparent transparent #ffffff transparent;
}

.person_Box .txt_Area .Qtxt.flex{
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
    background: #f0f0f0;
	margin: 18px 0;
}

.person_Box .txt_Area .Qtxt p+p {
    margin: 0 0 0 9px;
}

.note {
	margin: 20px 20px 0 0;
    text-align: right;
	font-size: 14px;
}
/* 230912 */
.img_box {
    display: flex;
    justify-content: space-between;
}
.img_item01,
.img_item02{
    width: 48%;
    border: 1px solid #d3d5d7;
    text-align: center;
    padding: 20px;
}
.img_item01 .m-btn01--colorA{
    width: 220px;
    margin-top: 20px;
}
.img_item02 .m-btn01--colorA{
    width: 185px;
    margin-top: 20px;
}
.flex_btn{
    display: flex;
    justify-content: space-between;
}


/* 2024.07.02追加 */
div#db0Cat_01_51 div.inner .inner_btn {
    position: absolute;
    bottom: 5%;
    right: 3%;
    display: flex;
    justify-content: space-around;
    width: 75%;
}

div#db0Cat_01_51 div.inner .inner_btn .inner_btn_chil {
    display: flex;
    flex-direction: column;
    width: 45%;
}

div#db0Cat_01_51 div.inner .inner_btn .inner_btn_chil a img {
    width: 100%;
    filter: drop-shadow(5px 5px 5px #aaa);
}
/* /2024.07.02追加 */