.box-010 {
    padding: 2.5em 1.5em 1.5em;
    box-shadow: 0 2px 3px rgb(0 0 0 / 20%);
    background-color: #ffffff;
    color: #333333;
}
.opacity{opacity: 0.5;}
.detailPost:hover{background-color: rgba(255,105,212,0.1);}

.con-right{text-align: right!important;}
.con-center{text-align: center;}
@media (min-width: 1000px) {
  .marginLeft{margin-left: 1em;}
  .marginRight{margin-right: 1em;}
  .fontSize{font-size: 24px;}
  .marginTop{margin-top: 3em;}
  .imageSize{width: 500px;height: 350px}
  .maruSizeLeft{width: 400px;height: 300px;background-color: #FAF5E7;margin: 1em 3em auto auto;}
  .maruSizeRight{width: 400px;height: 300px;background-color: #F4FAE7;margin: 1em auto auto 3em;}
  .gotop{
    display: block;
    width: 200px;
    height: 100px;
    box-sizing: border-box;
    background: #f1a899;
    border: 1px solid #999;
    text-align: center;
    text-decoration: none;
    color: #333;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 10000;
}
.gotop::before{
    display: block;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    width: 25%;
    height: 25%;
    top: 25%;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    transform: rotate(-45deg);
}
}
@media (max-width: 1000px) {
  .marginLeft{margin-left: 0.2em;}
  .marginRight{margin-right: 0.2em;}
  .marginTop{margin-top: 0.5em;}
  .imageSize{width: 100%;height: 250px}
  .maruSizeLeft{width: 96%;background-color: #FAF5E7;margin-top: 1em;margin-right: 0.5em;}
  .maruSizeRight{width: 96%;background-color: #F4FAE7;margin-top: 1em;margin-left: 0.5em;}
  .gotop{
    display: block;
    width: 100px;
    height: 50px;
    box-sizing: border-box;
    background: #f1a899;
    border: 1px solid #999;
    text-align: center;
    text-decoration: none;
    color: #333;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 10000;
}
.gotop::before{
    display: block;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    width: 25%;
    height: 25%;
    top: 25%;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    transform: rotate(-45deg);
}
}