* {
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}
:before,:after {
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}
h2 span{
 font-size: 0.8em;
}

/* ---------- PC ---------- */
.neko_box {
	clear: both;
	letter-spacing: 2px;
	line-height:1.8;
 border-radius: 10px;
 box-shadow: 7px 7px 5px -4px rgb(0 0 0 / 60%);
    border: 1px solid rgba(0,0,0,0.1);
}
.neko_box p.text{
 font-size: 1.5em;
 text-align: center;
}
.neko_box p{
 font-size: 1.1em;
}
.neko_box .main {
	background: #fff url(/magazine/electone/img/202511/dog/main.png) no-repeat left top;
 border-radius: 10px 10px 0 0;
 height: 470px;
 margin-bottom: 5%;
}
.neko_box > p{
 text-align: center;
 padding: 2%;
 margin-bottom: 2%;
}
.neko_box .question{
 margin-bottom: 5%;
}
.neko_box .question h3{
 background: #f9d3e3;
 width: 900px;
 padding: 1%;
 font-size: 1.2em;
 margin: 0 auto 2%;
}
.neko_box .question h3 span{
 color: #c4411d;
}
.neko_box .question ul li.catlover{
 padding: 4%;
}
.neko_box .question ul li.catlover .answer{
 display: flex;
 margin-bottom: 1%;
}
.neko_box .question ul li.catlover .answer p{
 margin-right: 3%;
}
.neko_box .question ul li.catlover .answer p span{
 color: #15afbf;
 font-weight: bold;
 font-size: 1.2em;
}
.neko_box .question ul li.catlover .name{
 width: 250px;
 background: #6080a9;
 color: #fff;
 text-align: center;
 font-weight: bold;
 padding: 1%;
 margin-bottom: 2%;
 font-size: 1.2em;
}
.neko_box .question ul li.catlover .profile{
 display: flex;
 background: #f4f4f4;
 padding: 2%;
}
.neko_box .question ul li.catlover .profile p{
 padding: 3%;
}
.neko_box .question ul li.catlover .profile img{
 display: block;
}
.neko_box .question ul li.catlover:nth-child(2n){
 background: #ffe8f2;
}
.neko_box .question ul li.catlover:nth-child(2n) .profile{
 background: #fff;
}
.neko_box .question img{
 box-shadow: 5px 6px 8px -4px rgb(104 104 104 / 60%);
 margin: 1%;
}

.neko_box .collection h3{
 background: #c39e0a;
 width: 850px;
 text-align: center;
 padding: 1%;
 font-size: 1.2em;
 margin: 0 auto 2%;
 color: #fff;
}
.neko_box .collection ul{
 display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
 padding: 2%;
}
.neko_box .collection ul li{
 width: 220px;
 text-align: center;
 background: #f3f3f3;
 padding: 1%;
 margin: 1%;
 box-shadow: 7px 7px 5px -4px rgb(145 145 145/ 60%);
    border: 1px solid rgba(0,0,0,0.1);
}
.neko_box .collection ul li img{
 display: block;
 margin-bottom: 15px;
}
.neko_box .foot_img {
	background: #fff url(/magazine/electone/img/202511/dog/footer.png) no-repeat left top;
 border-radius: 0 0 10px 10px;
 height: 280px;
}

.dog-profile {
      display: flex;
      flex-wrap: wrap;
      align-items: flex-start;
      background: #eff9ff;
      border-radius: 12px;
      overflow: hidden;
      margin-bottom: 40px;
      margin: 3rem;
    }

    .dog-photo {
      flex: 1 1 45%;
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      justify-content: center;
      align-items: center;
      padding: 20px;
    }

    .dog-photo img {
      object-fit: cover;
      width: calc(50% - 5px);
      height: auto;
      padding-top: 1rem;
    }

    /* 写真が1枚だけの場合 */
    .dog-photo.single img {
      width: 100%;
    }

    .dog-info {
      flex: 1 1 55%;
      padding: 1rem;
    }

    .dog-info h2 {
      font-size: 1.5rem;
      color: #2a71b9;
      margin-bottom: 10px;
    }

    .dog-info dl {
      margin: 0;
    }

    .dog-info dt {
      font-weight: bold;
      margin-top: 10px;
      background: #2a71b9; 
      color: #fff;
      padding: 5px 3px;
    }

    .dog-info dd {
      margin: 0 0 10px 0;
      padding: 0.5rem 1.5rem 0.5rem 1rem;
      
    }

    @media screen and (max-width: 768px) {
      .dog-profile {
        flex-direction: column;
        margin: 1rem;
      }
      .dog-photo img {
        width: 100%;
      }
    }

/* ----- SP ----- */
.neko_box.sp_box {
	clear: both;
	letter-spacing: 2px;
	line-height:1.3;
 border-radius: 10px;
 box-shadow: 7px 7px 5px -4px rgb(0 0 0 / 60%);
    border: 1px solid rgba(0,0,0,0.1);
}
.neko_box.sp_box .main {
	background: #fff url(/magazine/electone/img/202511/dog/main_sp.png) no-repeat left top;
	background-size: 100%;
	width: 100%;
	height:0;
	padding-top:63%;
}
.neko_box.sp_box p{
 font-size: 1.0em;
}
.neko_box.sp_box p.text {
    font-size: 1.2em;
    text-align: left;
 padding: 2%;
}
.neko_box.sp_box .question h3{
 width: 95%;
}
.neko_box.sp_box .question ul li.catlover {
    margin-bottom: 5%;
}
.neko_box.sp_box .question ul li.catlover img{
 float: right;
}
.neko_box.sp_box .question ul li.catlover:after{
 clear: both;
}
.neko_box.sp_box .question ul li.catlover .name{
 width: 100%;
 margin-bottom: 5%;
}
.neko_box.sp_box .question ul li.catlover .profile {
    display: block;
 padding-bottom: 4%;
}
.neko_box.sp_box .question ul li.catlover .profile p {
    padding: 1%;
}
.neko_box.sp_box .question ul li.catlover .answer{
 display: block;
 margin-bottom: 5%;
}
.neko_box.sp_box .question ul li.catlover .answer p {
    margin-right: 0;
}
.neko_box.sp_box .question ul li.catlover01 img{
 float: none;
 margin-bottom: 3%;
}
.neko_box.sp_box .question ul li.catlover01 .flexbox{
display: flex; 
}
.neko_box.sp_box .question ul li.catlover01 .flexbox img{
 /*width: 45%;*/
 margin: 0 auto;
}
.neko_box.sp_box .question ul li.catlover01 .profile img{
 /*width: 80%;*/
 margin: 0 auto;
}
.neko_box.sp_box .collection h3{
 width: 95%;
}
.neko_box.sp_box .collection ul li{
 width: 46%;
 padding: 2%;
 margin: 2%;
}
.neko_box.sp_box .collection ul li img {
    /*width: 100%;*/
}
.neko_box.sp_box .foot_img {
 background: #fff url(/magazine/electone/img/202511/dog/footer_sp.png) no-repeat left top;
 background-size: 100%;
 border-radius: 0 0 10px 10px;
	width: 100%;
	height:0;
	padding-top:25%;
}


/* ---------- SNS Btn ---------- */
#social_btn{
    float: right;
    margin: 0 0 15px 0;
}
#social_btn ul{
    display: flex;
}
#social_btn ul .fb,
#social_btn ul .tw {
    margin-right: 10px;
}

/* ----- clearFix ----- */
.clearfix:after {
content: "."; 
display: block;
clear: both;
height: 0;
visibility: hidden;
}
.clearfix {
min-height: 1px;
}
* html .clearfix {
height: 1px;
}